/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

:root{--main-background-color:#EFEFF4;--default-background-color:#ffffff;--inversed-default-background-color:#292929;--second-background-color:#F9F9F9;--third-background-color:#EFEFF4;--fourth-background-color:#EFEFF4;--fifth-background-color:#ffffff;--main-font-color:#292929;--inversed-main-font-color:#ffffff;--second-font-color:#999999;--third-font-color:#999999;--main-black-light-color:#464646;--separator-color:#EFEFF4;--dark-separator-color:#E1E1E1;--shadow-color:#999999;--link-color:#4571A7;--brand-active-color:#395D89;--green-color:#79c969;--poll-result-item-arrow-background-color:#7da2dd66;--blue-background-color:#E0EAFB;--ortho-input-border-color:#E1E1E1;--ortho-input-border-color-hover:#b3b3b3}.night-mode{--main-background-color:#1f1f1f;--default-background-color:#292929;--inversed-default-background-color:#ffffff;--second-background-color:#464646;--third-background-color:#464646;--fourth-background-color:#5d5c5c;--fifth-background-color:#464646;--main-font-color:#ffffff;--inversed-main-font-color:#292929;--second-font-color:#5d5c5c;--third-font-color:#EFEFF4;--main-black-light-color:#EFEFF4;--separator-color:#464646;--dark-separator-color:#464646;--shadow-color:#464646;--link-color:#89bbf6;--brand-active-color:#82A1DB;--green-color:#509542;--poll-result-item-arrow-background-color:#3e506d66;--blue-background-color:#414850;--ortho-input-border-color:#464646;--ortho-input-border-color-hover:#5d5c5c}.BulletComponent{line-height:1.5}.BulletComponent__context{position:relative;display:flex;align-items:center;transition:background-color .1s ease}.BulletComponent__context--table{padding-right:80px;margin:5px 0 15px 0;overflow-y:hidden;overflow-x:auto}.BulletComponent__context:not(.BulletComponent__context--active):not(.BulletComponent__context--table):hover{background-color:#ededed}.BulletComponent__menu{position:absolute;padding:5px 10px;box-sizing:border-box;background-color:#fff;border:1px solid silver;box-shadow:1px 2px 3px 0 rgba(0,0,0,.2);z-index:1000}.BulletComponent__item{display:flex;margin-bottom:0}.BulletComponent__content-item{flex-grow:1;max-width:100%}.BulletComponent__content-item--section-header{max-width:calc(100% - 48px);padding-right:8px}.BulletComponent__dropdown-button{flex-shrink:0;position:relative;width:48px;border:none;background-color:transparent;cursor:pointer;transition:background-color .2s}.BulletComponent__dropdown-button .icon{position:absolute;right:16px;top:20px;color:#292929;transition:color .2s;font-size:8px}.BulletComponent__dropdown-button:hover{background-color:#e0eafb}.BulletComponent__dropdown-button:hover .icon{color:#658ab6}.BulletComponent__dropdown-button--open .icon{transform:rotate(180deg)}.BulletComponent__editable-field{min-width:250px;padding-top:6px;padding-bottom:6px;border-bottom:2px solid transparent;transition:border .1s ease;cursor:default}.BulletComponent__editable-field:after{content:"";display:inline-block;width:40px;height:1px}.BulletComponent__editable-field:focus{outline:0}.BulletComponent__editable-field:not(.BulletComponent__editable-field--table):focus{border-bottom:2px solid #3bbfb1}.BulletComponent__editable-field--empty{flex-grow:1;min-height:24px;cursor:default}.BulletComponent__editable-field--table{width:100%}.BulletComponent__context-wrapper{display:flex;flex-grow:1;margin-right:70px}.BulletComponent__td--left{text-align:left}.BulletComponent__td--center{text-align:left}.BulletComponent__td--right{text-align:right}.BulletComponent__input-wrapper{display:inline-block;min-height:24px}.BulletComponent__reference-quantity{display:flex;justify-content:center;width:30px;padding:2px;background-color:#efeff4;font-size:10px}.topic-bullets-table .BulletComponent__input-wrapper{width:100%}.topic-bullets-table .BulletComponent__context-wrapper{margin-right:12px}.topic-bullets-table .BulletComponent__context-wrapper:before{top:13px!important}.EditImage__input-image-description{padding-bottom:8px;color:#5d5c5c;font-size:14px;line-height:1.5}.EditImage__type-input{margin-bottom:5px}.EditImage__file{padding-bottom:10px}.EditImage__type-input .ortho-radio__label{padding-top:4px}.EditImage__type-inputs{padding:10px 0}.EditImage__levels{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px}.EditImage__level{flex-grow:1;flex-basis:50%}.EditImage__level+.EditImage__level{margin-left:15px}.EditImage__image{display:inline-block;width:50px;height:50px;margin-bottom:10px;margin-right:10px;background-position:center;background-repeat:no-repeat;background-size:cover;vertical-align:middle}.EditImage__flascard-image-section{padding:16px;margin-bottom:16px;background-color:#efeff4}.EditImageLink__filter-input{display:flex;align-items:center;margin-right:16px}.EditImageLink__filter-input .ortho-input__label{padding-bottom:0;margin-right:8px}.EditImageLink__images{display:flex;flex-wrap:wrap;align-items:flex-start;margin:0 0 15px 0;overflow:auto;max-height:55vh}.EditImageLink__images--new{padding-bottom:20px}.EditImageLink__case-images{display:flex;flex-wrap:wrap;align-items:flex-start}.EditImageLink__case-title{padding:16px 8px 0 8px;font-size:16px;font-weight:700}.EditImageLink__case{width:100%}.EditImageLink__title{font-size:16px;padding-bottom:5px}.EditImageLink__image-section{position:relative;flex-basis:31.3%;margin:10px 1%;padding:0;box-sizing:border-box;text-align:left;font-size:13px}.EditImageLink__image-button{width:100%;padding:0;border:none;box-sizing:border-box;cursor:pointer;background-color:transparent}.EditImageLink__image-button:active,.EditImageLink__image-button:focus,.EditImageLink__image-button:hover{outline:0}.EditImageLink__image-button:active .EditImageLink__image-wrapper,.EditImageLink__image-button:focus .EditImageLink__image-wrapper,.EditImageLink__image-button:hover .EditImageLink__image-wrapper{border:1px solid #0c9c9c;outline:0}.EditImageLink__image-wrapper:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:transparent;opacity:.6;transition:background .2s ease}.EditImageLink__image-wrapper:after{content:'\e911';position:absolute;bottom:7px;right:7px;display:inline-flex;justify-content:center;align-items:center;width:25px;height:25px;border-radius:50%;border:1px #c6c6c9 solid;background-color:transparent;color:transparent;transition:border .2s ease,background-color .2s ease,color .2s ease;font-family:icomoon;font-size:10px}.EditImageLink__image-wrapper--active{border:1px solid #0c9c9c;background-color:#f2fafa}.EditImageLink__image-wrapper--active:after{border:1px #70ad47 solid;background-color:#70ad47;color:#fff}.EditImageLink__image-wrapper--active:before{background-color:#e9e9e9}.EditImageLink__image{max-width:100%;max-height:100%;margin:auto}.EditImageLink__icon{position:absolute;top:5px;right:5px;color:silver}.EditImageLink__image-wrapper{position:relative;display:flex;justify-items:center;align-items:center;height:160px;padding:10px 15px;margin-bottom:5px;border:1px solid #e0e0e0;border-radius:2px;transition:border .1s ease}.EditImageLink__image-title{font-weight:700}.EditImageLink__filters{display:flex;align-items:center;padding-bottom:10px;font-size:14px}.EditImageLink__switcher{margin-left:10px}.EditImageLink__inline-image-type-control{position:relative;top:2px;margin-left:0}.EditImageLink__inline-image-type-control:disabled+span{opacity:.6}.EditImageLink__inline-image-type{display:flex}.EditImageLink__inline-image-type-label+.EditImageLink__inline-image-type-label{margin-left:24px}.ImageItem{display:flex;font-size:14px;border-bottom:1px solid #ecebeb}.ImageItem.cannot-create-flashCard{background-color:#ffb6c1}.ImageItem__description{flex-grow:1;padding-left:15px;align-self:flex-start}.ImageItem__image{flex-shrink:0;position:relative;width:50px;height:50px;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden}.ImageItem__full-image{max-height:200px;max-width:300px}.ImageItem__full-image-wrapper{padding:10px;border-top:1px solid #f3f3f3;background-color:#fff}.ImageItem__title{font-weight:700}.ImageItem__source{font-style:italic;font-size:12px}.ImageItem__icon-wrapper{display:flex;align-items:center;flex-shrink:0;padding-right:15px}.ImageItem__levels{display:flex;align-items:center;flex-shrink:0}.ImageItem__order{display:flex;align-items:center;width:25px;padding-left:10px}.ImageItem__image+.ImageItem__image{margin-left:5px}.ImageItem__key{display:flex;align-items:center;flex-shrink:0;padding-left:20px;padding:0 15px 0 20px}.ImageItem__wrapper{display:flex;align-items:center;flex-grow:1;padding:10px 15px;transition:background-color .2s ease;cursor:pointer}.ImageItem__wrapper:hover{background-color:#f9f9f9}.ImageItem__sorting{display:flex;justify-content:center;align-items:center;flex-direction:column;flex-shrink:0;width:40px;transition:background-color .2s ease;font-size:9px}.ImageItem__sorting--active:hover{background-color:#f9f9f9}.ImageItem__sorting-icon{padding:2px 0}.ImageItem__img-hidden{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0}.ImagesList__title{font-size:16px;font-weight:700}.ImagesList__header{display:flex;justify-content:space-between;align-items:center;padding:30px 0 10px 0}.ImportanceComponent{display:flex;justify-content:center;align-items:center;margin:0 2px}.ImportanceComponent__item{width:30px;padding:2px 3px;box-sizing:border-box;font-weight:400;line-height:1.6}.ImportanceComponent__item:after{padding:2px 3px}.LevelComponent{display:flex;justify-content:center;align-items:center;margin:0 2px}.LevelComponent__item{width:30px;padding:2px 3px;box-sizing:border-box;font-weight:400;line-height:1.6}.LevelComponent__item:after{padding:2px 3px}.LinksComponent{display:inline-flex!important;justify-content:center;align-items:center}.LinksComponent__element{display:flex;justify-content:center;align-items:center;border:none;padding:3px;background-color:transparent;cursor:pointer}.LinksComponent__element-wrapper{display:flex;justify-content:center;align-items:center;padding:0}.LinksComponent__element-wrapper--image-old{background-color:red}.LinksComponent__element-wrapper:hover{outline:1px solid gray}.TableCell{height:inherit;padding:0}.TableCell__cell-content{display:inline-block;min-width:250px;min-height:40px;padding:2px}.TableCell__cell-content:after{content:'';display:inline-block;width:40px;height:1px}.TableCell__cell-content:focus{outline:0}.TableCell__cell-wrapper{position:relative;height:100%;width:100%}.TableCell__levels{position:absolute;top:50%;right:-82px;display:flex;transform:translateY(-50%)}.TableCell__cell-links{display:inline-block;margin-left:10px}.TableCell__controls{position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%);display:flex}.TableRow{height:1px}.TableSelector__buttons-wrapper{display:flex;flex-wrap:wrap;width:137px}.TableSelector__cell{width:15px;height:15px;margin:1px;padding:0;border:1px solid #c4c4c4;box-sizing:border-box;background-color:#fff}.TableSelector__cell--active{background-color:#3bbfb256;border:1px solid #3bbfb1}.TableSelector__cell:focus{outline:0}.TableSelector__description{padding-top:5px;text-align:center;font-size:14px}.ActionsButtonsComponent__img{width:20px}.ActionsButtonsComponent__img--close{width:12px}.ActionsButtonsComponent__img--bold{width:14px}.ActionsButtonsComponent__img--font{width:17px}.ActionsButtonsComponent__img--italic{width:15px}.ActionsButtonsComponent__img--add-top{transform:scale(1,-1)}.ActionsButtonsComponent__img--delete{font-size:16px}.ActionsButtonsComponent__img--bullets{width:18px}.ActionsButtonsComponent__button{display:inline-flex;justify-content:center;align-items:center;width:30px;height:30px;border:none;vertical-align:middle;cursor:pointer;background-color:transparent;transition:background-color .1s ease}.ActionsButtonsComponent__button--close-modal{float:right}.ActionsButtonsComponent__button--active{background-color:#ededed}.ActionsButtonsComponent__button--question{color:#7da2dd}.ActionsButtonsComponent__button--question-sae{color:#87b571}.ActionsButtonsComponent__button--video{color:silver}.ActionsButtonsComponent__button--camera{color:silver}.ActionsButtonsComponent__button--camera-blank{color:silver}.ActionsButtonsComponent__button--efootprint{color:#7da2dd}.ActionsButtonsComponent__button--topic{color:#7da2dd}.ActionsButtonsComponent__button--evidence{color:#7da2dd}.ActionsButtonsComponent__button--case{color:#7da2dd;font-size:15px}.ActionsButtonsComponent__button:hover{background-color:#ededed}.ActionsButtonsComponent__button[disabled]{opacity:.3;cursor:default}.ActionsButtonsComponent__button[disabled]:hover{background-color:transparent}.ActionsButtonsComponent__row{position:relative;padding:5px 0;border-top:1px solid #d9d9d9}.ActionsButtonsComponent__row:first-child{padding-top:0;border-top:none}.ActionsButtonsComponent__row:last-child{padding-bottom:0}.ActionsButtonsComponent__row--selects{display:flex;justify-content:space-between;align-items:center}.ActionsButtonsComponent__select{width:160px}.ActionsButtonsComponent__select+.ActionsButtonsComponent__select{padding-left:12px}.ActionsButtonsComponent__select--bottom{width:215px}.ActionsButtonsComponent__select--table-view{display:inline-block;width:160px;margin-left:8px}.ActionsButtonsComponent__select--references{width:100%}.ActionsButtonsComponent__table-selector{position:absolute;top:100%;padding:5px;border:1px solid silver;z-index:1;background-color:#fff;box-shadow:1px 2px 3px 0 rgba(0,0,0,.2)}body{margin:0;padding:0;font-family:sans-serif}.tbe-bullets_action_tools{float:right}.tbe-bullets_action_tools select{line-height:18px;height:18px;width:20px}.tbe-changed{animation:pulse 5s infinite}.tbe-bullets_action_buttons{display:inline-block}.tbe-bullets_action_buttons span{display:inline-block!important}.tbe-bullets_action_buttons span:hover{border:1px solid}.topic-bullets-editor{position:relative}.topic-bullets-editor__icon-redo{color:#fff!important;transform:scale(-1,1)}.topic-bullets-editor__icon-undo{color:#fff!important}.topic-bullets-editor__header-buttons{padding-bottom:10px}.topic-bullets-editor__redo{margin-left:5px}.topic-bullets-editor__save{width:100%;margin-bottom:5px}.topic-bullets-editor__dropdown-button{transition:opacity .2s}.topic-bullets-editor__dropdown-button .icon{display:block!important;color:#fff!important}.topic-bullets-editor__dropdown-button:hover{opacity:.6}.topic-bullets-editor__dropdown-button-wrapper{padding-bottom:4px;text-align:right}.night-mode .sponsor-tier-icon__logo{filter:invert(1)}.sponsor-tier-icon{text-align:center}.sponsor-tier-icon__logo{width:88px;max-height:33px;object-fit:contain;flex-shrink:0;margin-bottom:4px}.sponsor-tier-icon__name{color:var(--main-font-color);font-size:16px}.sponsor-tier-icon--large-preview-list .sponsor-tier-icon__name{padding-top:8px;font-size:24px}.attach-content .attach-clipboard-submit,.attach-content .videos-clipboard-submit,.attach-videos .attach-clipboard-submit,.attach-videos .videos-clipboard-submit{font-size:16px}.attach-content .attach-clipboard-submit__icon,.attach-content .videos-clipboard-submit__icon,.attach-videos .attach-clipboard-submit__icon,.attach-videos .videos-clipboard-submit__icon{display:table-cell;vertical-align:middle;border-right:1px solid #9ba9c0;padding:0 10px}.attach-content .attach-clipboard-submit__text,.attach-content .videos-clipboard-submit__text,.attach-videos .attach-clipboard-submit__text,.attach-videos .videos-clipboard-submit__text{display:table-cell;vertical-align:middle;max-width:80%;padding:0 10px}@media only screen and (max-width:599px){.attach-content .attach-clipboard-submit__icon,.attach-content .videos-clipboard-submit__icon,.attach-videos .attach-clipboard-submit__icon,.attach-videos .videos-clipboard-submit__icon{display:block;border-right:none;border-bottom:1px solid #9ba9c0;margin-bottom:5px}}@media only screen and (max-width:599px){.attach-content .attach-clipboard-submit__text,.attach-content .videos-clipboard-submit__text,.attach-videos .attach-clipboard-submit__text,.attach-videos .videos-clipboard-submit__text{display:block;max-width:100%}}.attach-content .circle-check,.attach-videos .circle-check{position:absolute;top:50%;left:0;transform:translateY(-50%)}#pubmedSearch .attach-videos__button{color:#fff}.attach-video{position:relative;padding-top:16px;z-index:1;transition:margin .4s}@media only screen and (max-width:1023px){.attach-video{overflow:visible}}.attach-video__search{display:flex}.attach-video__search .ortho-button{margin-left:8px}.attach-video__upload-wrapper{overflow-x:hidden}.attach-video__results{padding-top:16px}.attach-video.custom-scrollbar{height:calc(85vh - 130px);padding:28px 12px 0 12px;overflow:auto}.attach-video .dashboard-item__link{padding:0;cursor:default}.attach-video .dashboard-item__link:hover{background-color:transparent}.attach-video .dashboard-item__trackers{display:none}.attach-video .dashboard-item__header{display:none}.attach-video .ortho-tabs__buttons{padding-bottom:32px;padding-left:0}.attach-video .ortho-tabs__content-item{padding:0}.attach-video--create-page{height:auto;overflow:visible}.attach-video--create-page .youTube-search-results{max-height:400px;overflow:auto}.attach-video--create-page .clipboard{display:none}.attach-video--create-page .ortho-tabs__buttons{display:none}.attach-video--create-page .clipboard-visible .attach-item{margin-right:0}.update-authors__author{display:inline-block;margin-right:10px}.update-authors__author__name{padding-right:11px;font-size:18px}.update-authors__author__delete-icon{margin-left:3px}.update-authors__author__search-results-output{background-color:#fff;width:270px;height:250px;overflow:auto}.update-authors-wrapper{display:flex}.update-authors-wrapper .update-authors-inputs{min-width:40%;margin-bottom:20px;padding-right:15px;margin-right:15px;border-right:1px solid var(--separator-color)}.update-authors-wrapper .update-authors-search{width:70%}.update-authors-wrapper .update-authors-input{position:relative;margin-bottom:7px}.update-authors-wrapper .update-authors-input .icon-x-squared{position:absolute;right:7px;top:24px;cursor:pointer}.update-authors-wrapper .update-authors-input__label{border:1px solid var(--separator-color);font-size:14px;padding:6px}.update-authors-wrapper .update-authors-input__label-text{width:90%}.update-authors-wrapper .update-author-search{margin-top:27px}.update-author-validation-message{color:#dd5f5f;min-height:12px}.update-author-validation-message.invisible{visibility:hidden}.update-author-result-message{color:#56aa59!important;min-height:12px}.update-author-margin{height:100px}.update-authors-wrapper--case .update-author-search-results-container{max-height:350px}.update-authors-wrapper--topic .update-author-search-results-container{max-height:350px}.update-authors-wrapper--video .update-author-search-results-container{max-height:200px}.update-author-search-results-container{margin-bottom:20px;overflow-y:auto}.update-author-search-results-container__label{color:#b6b3b3;margin-bottom:10px;font-size:14px;display:flex;align-items:center}.update-author-save{float:right;margin-bottom:15px}.update-author-info{font-style:italic}.ortho-buttons__products{float:right}.ortho-buttons__products .ortho-button{font-size:14px}.color-picker__icon{font-size:16px}.color-picker--custom-label{width:20px;height:30px;margin-right:-4px;border:1px solid transparent;transition:border .2s ease,background .2s ease}.color-picker--custom-label [type=color]{width:0;height:0}@media all and (-ms-high-contrast:none){.color-picker--custom-label [type=color]{width:auto;height:auto}}.color-picker--custom-label .color-picker__label{position:relative;top:5px;left:1px}.ortho-input-slider{--ortho-input-slider-top-color:#C4C4C4}.night-mode .ortho-input-slider{--ortho-input-slider-top-color:#6f6f6f}.ortho-input-slider__descriptions{position:relative;display:flex;justify-content:space-between;align-items:center;color:#333;font-size:12px}.ortho-input-slider__descriptions--bottom{padding-top:12px}.ortho-input-slider__descriptions--top{padding-bottom:15px;color:var(--ortho-input-slider-top-color);font-size:14px;font-weight:700}@media only screen and (max-width:599px){.ortho-input-slider__descriptions--top{font-size:10px}}.ortho-input-slider__descriptions--with-separators{margin:0 -6.3%}.ortho-input-slider__descriptions--with-separators .ortho-input-slider__description{text-align:center;cursor:pointer}.ortho-input-slider__descriptions--with-separators .ortho-input-slider__description:first-child{text-align:center}.ortho-input-slider__descriptions--with-separators .ortho-input-slider__description:last-child{text-align:center}.ortho-input-slider__descriptions--with-separators .ortho-input-slider__description:before{content:'';position:absolute;top:28px;left:50%;transform:translateX(-50%);width:1px;height:12px;background-color:var(--default-background-color);z-index:5}.ortho-input-slider__description{position:relative;flex-grow:1;flex-basis:0;text-align:center;transition:color .3s ease}.ortho-input-slider__description:first-child{text-align:left}.ortho-input-slider__description:last-child{text-align:right}.ortho-input-slider__description--active{color:var(--main-font-color)}.ortho-input-slider__slider{position:relative;cursor:pointer}.ortho-input-slider__tooltip{position:absolute;top:calc(100% + 10px);left:0;transform:translateX(-50%);width:280px;padding:15px;line-height:1.2;border:1px solid var(--separator-color);box-sizing:border-box;box-shadow:0 4px 15px var(--shadow-color);background-color:var(--default-background-color);color:var(--main-font-color);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;font-size:11px}.ortho-input-slider__tooltip:before{content:'';position:absolute;top:-4px;left:50%;display:inline-block;width:15px;height:15px;border-top:1px solid var(--separator-color);border-left:1px solid var(--separator-color);transform:rotate(45deg) translateX(-50%);box-shadow:-5px -5px 7px var(--shadow-color);background-color:var(--default-background-color)}.ortho-input-slider .ui-slider-horizontal{height:10px;background:var(--third-background-color);border-radius:0;border:none}.ortho-input-slider .ui-slider-handle{position:absolute;top:-3px;width:3px;height:16px;margin-left:-2px;border:none;background:#7da1db;z-index:6;transition:left .3s ease}.ortho-input-slider .ui-slider-range{height:10px;background:#7da1db;border-radius:0;transition:width .3s ease}.ortho-input-slider:hover .ortho-input-slider__tooltip{opacity:1;visibility:visible}.ortho-timepicker{position:relative;justify-content:flex-start;display:flex;align-items:center;width:100%;height:30px;padding:4px 10px;border:1px solid #eaeaea;transition:border .2s ease,background-color .2s ease;box-sizing:border-box;color:#333;background-color:#fff}.ortho-timepicker--active,.ortho-timepicker:hover{border:1px solid #b3b3b3}.ortho-timepicker--active .ortho-timepicker__reset,.ortho-timepicker:hover .ortho-timepicker__reset{display:block}.ortho-timepicker--active .ortho-timepicker__arrows,.ortho-timepicker:hover .ortho-timepicker__arrows{display:block}.ortho-timepicker__input{width:18px;border:none;text-align:center}.ortho-timepicker__input:focus{outline:0}.ortho-timepicker__input--period{width:22px;margin-left:2px}.ortho-timepicker__reset{position:absolute;right:17px;top:50%;display:none;border:none;background-color:transparent;padding:1px 3px;transform:translateY(-50%);color:#6989bd;font-size:8px}.ortho-timepicker__sep{position:relative;top:-1px}.ortho-timepicker__arrows{position:absolute;right:3px;top:50%;display:none;transform:translateY(-50%)}.ortho-timepicker__arrow{display:flex;justify-content:center;align-items:center;border:none;padding:3px 4px;background-color:#f1f1f1;font-size:6px}.ortho-timepicker__arrow:hover{background-color:#e1e1e1}.ortho-timepicker__arrow--increase .icon{transform:rotate(-90deg)}.ortho-timepicker__arrow--decrease .icon{transform:rotate(90deg)}.ortho-timepicker__arrow .icon{width:4px}.ortho-timepicker__clear{position:absolute;bottom:7px;right:25px;padding:3px;border:none;background-color:transparent;color:#989696;cursor:pointer;font-size:9px}.ortho-timepicker__clear:focus,.ortho-timepicker__clear:hover{color:#373636}.ortho-timepicker__clear:focus{outline:0}.progress-descriptions__item{position:relative;padding-left:25px;text-align:left;color:var(--main-font-color);font-size:13px;line-height:1.5}.progress-descriptions__item:before{content:'';position:absolute;top:4px;left:0;width:10px;height:10px;border-radius:1px}.progress-descriptions__item--completed-reinforcement:before{background-color:#4372ba}.progress-descriptions__item--mastery-reinforcement:before{background-color:#79c969}.progress-descriptions__item--taken:before{background-color:#395682}.progress-descriptions__item--correct:before{background-color:#79c969}.progress-descriptions__item--day-taken:before{background-color:#544aa6}.progress-descriptions__item--day-correct:before{background-color:#79c969}.progress-descriptions__item--day-correct-FlashCard:before{background-color:#2d9cdb}.progress-descriptions__item--topics:before{background-color:#39b1eb}.progress-descriptions__item--questions:before{background-color:#6ab197}.progress-descriptions__item--evidences:before{background-color:#f2cc6a}.progress-descriptions__item--cases:before{background-color:#9e3c61}.progress-descriptions__item--videos:before{background-color:#f5a868}.progress-descriptions__item--exams:before{background-color:#3ebdc9}.progress-descriptions__item--large{text-align:center;margin:0 auto;padding-left:0}.progress-descriptions__item--large:before{position:relative;top:-2px;display:inline-block;width:10px;height:10px;margin-right:3px;vertical-align:middle;transform:none}.progress-descriptions__item--bottom-space{margin-top:5px;margin-bottom:35px}.progress-descriptions__item+.progress-descriptions__item{margin-top:20px}.progress-descriptions--horizontal{display:flex;justify-content:center}.progress-descriptions--horizontal .progress-descriptions__item+.progress-descriptions__item{margin-top:0;margin-left:7px;border-left:1px solid #e5e5e5}.progress-descriptions--horizontal .progress-descriptions__item:before{left:8px}.calendar-control{position:relative;text-align:center}.calendar-control__change-day{display:inline-block;width:25px;transition:color .2s ease;vertical-align:middle;text-align:center;color:#7da2dd}@media only screen and (max-width:1023px){.calendar-control__change-day{width:15px}}.calendar-control__change-day:hover{color:#395685}.calendar-control__current-day{position:relative;top:-1px;display:inline-block;vertical-align:middle;color:#909090;font-size:14px}.calendar-control__icon-arrow{font-size:12px}.conference-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background:linear-gradient(180deg,#6b8fbb 0,#395685 100%);color:#fff;line-height:1.2;letter-spacing:.5px;font-size:14px}@media only screen and (max-width:599px){.conference-header{flex-direction:column;align-items:flex-start}}.conference-header__hospital{padding-bottom:5px;text-transform:uppercase;opacity:.8}.conference-header__name{padding-bottom:5px;font-size:16px;font-weight:700}.conference-header__info-section{display:flex}.conference-header__info+.conference-header__info{margin-left:10px;padding-left:10px;border-left:1px solid #fff}.conference-header__chairs{display:flex;flex-wrap:wrap;max-width:70%;justify-content:flex-end}@media only screen and (max-width:599px){.conference-header__chairs{flex-direction:column;justify-content:flex-end;padding-top:10px}}.conference-header__chair{display:flex;align-items:flex-start;padding:5px 0;font-size:12px;width:150px;min-width:150px;max-width:150px}.conference-header__chair+.conference-header__chair{padding-left:10px}@media only screen and (max-width:599px){.conference-header__chair+.conference-header__chair{padding-left:0;padding-top:10px}}.conference-header__chair-photo{flex-shrink:0;width:45px;height:45px;background-size:cover;background-repeat:no-repeat;background-position:center}.conference-header__chairs-name{font-weight:300}.conference-header__chair-description{max-height:28px;overflow:hidden;opacity:.7}.conference-header__chair-description-item:not(:last-child):after{content:','}.conference-header__chair-info{max-width:130px;margin-left:10px}@media only screen and (max-width:599px){.conference-header__chair-info{max-width:none}}.study-plan-search-control-container{display:flex;position:relative}.study-plan-search-control{display:flex;flex-direction:column;font-size:14px;position:absolute;top:5px;width:200px;z-index:10}@media only screen and (max-width:1023px){.study-plan-search-control{width:30%}}@media only screen and (max-width:599px){.study-plan-search-control{top:-40px;left:0;width:50%}}.study-plan-search-control__day{flex-grow:1;flex-shrink:0;text-align:right}.study-plan-search-control__input{border:1px solid var(--separator-color);padding:7px 50px 6px 10px;width:100%;box-sizing:border-box;background-color:var(--default-background-color);color:var(--main-font-color);font-size:14px}.study-plan-search-control__input::placeholder{font-style:normal}.study-plan-search-control__loading{background-image:url('/ux-svg/ortho-loading.svg');background-size:cover;display:none;height:18px;position:absolute;right:27px;top:6px;width:18px}.study-plan-search-control__label{color:#9f9f9f;font-size:14px;position:absolute;right:10px;top:8px}.study-plan-search-control__results{background-color:var(--default-background-color);border:1px solid var(--separator-color);max-height:400px;min-width:370px;overflow-y:auto;position:absolute;top:28px;z-index:1000}@media only screen and (max-width:599px){.study-plan-search-control__results{min-width:300px}}.study-plan-search-control__results--item{cursor:pointer;display:flex;padding:10px}.study-plan-search-control__results--item--icon{margin-right:10px}.study-plan-search-control__results--item--title{text-align:left}.study-plan-search-control__results--item:hover{background-color:var(--blue-background-color)}.progress-arc-double{position:relative;text-align:center}.progress-arc{position:relative;display:inline-block;color:#333;text-align:center}.progress-arc__svg{width:200px;height:200px}.progress-arc__svg-path{stroke-width:11px;stroke-miterlimit:round;transition:stroke-dashoffset .8s ease-in-out,stroke .1s ease}.progress-arc__svg-path--empty{stroke:#EAEAEA}.progress-arc__svg-path--fill{stroke:#5747A7}.progress-arc__percent{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);color:#5747a7;font-size:48px;font-weight:700;transition:color .1s ease}.progress-arc__percent-secondary{position:absolute;top:86%;left:50%;padding:3px;transform:translate(-50%,-50%);color:#9cc871;font-size:24px;font-weight:700}.progress-arc__completed{position:absolute;left:0;right:0;top:73%;font-size:14px;text-transform:uppercase}.progress-arc__days{position:absolute;left:0;right:0}.progress-arc__name{position:absolute;top:59%;right:0;left:0;font-size:16px;font-weight:700;text-transform:uppercase;text-align:center}.progress-arc__day-of{position:absolute;top:73%;right:0;left:0;font-size:16px;text-align:center}.progress-arc__highlighed{font-weight:700;color:#5747a7}.progress-arc__empty{position:absolute;top:32%;left:0;right:0;font-size:36px;font-weight:700;color:silver}.progress-arc__finished-icon{position:absolute;top:5px;left:50%;display:inline-block;height:45px;width:45px;margin:0 auto;border:1px solid #ededed;border-radius:100%;background-color:#fff;color:#544aa6;font-size:24px;z-index:1;line-height:45px;transform:translateX(-50%);box-shadow:0 0 2px #9a9797}.progress-arc__finished-icon--rainforcement{color:#49a5e5}.progress-arc--default-reinforcement-color .progress-arc__percent{color:#49a5e5}.progress-arc--default-reinforcement-color .progress-arc__stop-color-1{stop-color:#49a5e5}.progress-arc--default-reinforcement-color .progress-arc__stop-color-2{stop-color:#8fcbf5}.progress-arc--default-day-progress-color .progress-arc__percent{color:#395685}.progress-arc--default-day-progress-color .progress-arc__stop-color-1{stop-color:#395685}.progress-arc--default-day-progress-color .progress-arc__stop-color-2{stop-color:#9cb2d6}.progress-arc--default-completed-color .progress-arc__percent{color:#5747a7}.progress-arc--default-completed-color .progress-arc__stop-color-1{stop-color:#544aa6}.progress-arc--default-completed-color .progress-arc__stop-color-2{stop-color:#a8a0ea}.progress-arc--default-mastery-color .progress-arc__percent{color:#79c969}.progress-arc--default-mastery-color .progress-arc__stop-color-1{stop-color:#79c969}.progress-arc--default-mastery-color .progress-arc__stop-color-2{stop-color:#b9e8b0}.progress-arc--completed-color .progress-arc__percent{color:#544aa6}.progress-arc--topics-color .progress-arc__percent{color:#39b1eb}.progress-arc--topics-color .progress-arc__stop-color-1{stop-color:#39B1EB}.progress-arc--topics-color .progress-arc__stop-color-2{stop-color:#C9E9F9}.progress-arc--questions-color .progress-arc__percent{color:#6ab197}.progress-arc--questions-color .progress-arc__stop-color-1{stop-color:#6AB197}.progress-arc--questions-color .progress-arc__stop-color-2{stop-color:#D3E9E2}.progress-arc--articles-color .progress-arc__percent{color:#f2cc6a}.progress-arc--articles-color .progress-arc__stop-color-1{stop-color:#f2cc6a}.progress-arc--articles-color .progress-arc__stop-color-2{stop-color:#FEF2D6}.progress-arc--cases-color .progress-arc__percent{color:#9e3c61}.progress-arc--cases-color .progress-arc__stop-color-1{stop-color:#9E3C61}.progress-arc--cases-color .progress-arc__stop-color-2{stop-color:#FED6D6}.progress-arc--videos-color .progress-arc__percent{color:#f5a868}.progress-arc--videos-color .progress-arc__stop-color-1{stop-color:#F5A868}.progress-arc--videos-color .progress-arc__stop-color-2{stop-color:#FCE7D5}.progress-arc--exams-color .progress-arc__percent{color:#3ebdc9}.progress-arc--exams-color .progress-arc__stop-color-1{stop-color:#3EBDC9}.progress-arc--exams-color .progress-arc__stop-color-2{stop-color:#CAEDF0}.progress-arc--task-list-color .progress-arc__percent{color:#ff9600}.progress-arc--task-list-color .progress-arc__stop-color-1{stop-color:#FF9600}.progress-arc--task-list-color .progress-arc__stop-color-2{stop-color:#FFE2B9}.progress-arc--self-mastery-color .progress-arc__percent{color:#3ebdc9}.progress-arc--self-mastery-color .progress-arc__stop-color-1{stop-color:#3EBDC9}.progress-arc--self-mastery-color .progress-arc__stop-color-2{stop-color:#CAEDF0}.progress-arc--faculty-color .progress-arc__percent{color:#3c71a8}.progress-arc--faculty-color .progress-arc__stop-color-1{stop-color:#3C71A8}.progress-arc--faculty-color .progress-arc__stop-color-2{stop-color:#C9D8E7}.progress-arc--cpt-case-log-color .progress-arc__percent{color:#359aa4}.progress-arc--cpt-case-log-color .progress-arc__stop-color-1{stop-color:#359AA4}.progress-arc--cpt-case-log-color .progress-arc__stop-color-2{stop-color:#CFE6E9}.progress-arc--extra-small-inner{position:absolute;left:0;right:0;top:4px}.progress-arc--extra-small-inner .progress-arc__percent{top:80%;font-size:11px;font-weight:400}.progress-arc--extra-small-inner .progress-arc__svg{width:50px;height:50px}.progress-arc--extra-small-inner .progress-arc__svg-path{stroke-width:11px}.progress-arc--extra-small-outer .progress-arc__percent{top:54%;font-size:14px;font-weight:400}.progress-arc--extra-small-outer .progress-arc__svg{width:58px;height:57px}.progress-arc--extra-small-outer .progress-arc__svg-path{stroke-width:11px}.progress-arc--extra-small-outer .progress-arc__finished-icon{top:0;height:20px;width:20px;line-height:20px;font-size:14px}.progress-arc--small .progress-arc__svg{width:80px;height:80px}.progress-arc--small .progress-arc__percent{top:60%;font-size:24px}.progress-arc--small-outer .progress-arc__percent{top:54%;font-size:18px;font-weight:400}.progress-arc--small-outer .progress-arc__svg{width:72px;height:72px}.progress-arc--small-outer .progress-arc__svg-path{stroke-width:11px}.progress-arc--small-outer .progress-arc__finished-icon{top:3px;height:22px;width:22px;line-height:22px;font-size:15px}@media only screen and (max-width:1023px){.progress-arc--small-outer.progress-arc--responsive .progress-arc__svg{width:56px;height:56px}.progress-arc--small-outer.progress-arc--responsive .progress-arc__percent{top:51%;font-size:14px}}@media only screen and (max-width:599px){.progress-arc--small-outer.progress-arc--responsive .progress-arc__svg{width:34px;height:34px}.progress-arc--small-outer.progress-arc--responsive .progress-arc__percent{font-size:10px}}.progress-arc--small-inner{position:absolute;left:0;right:0;top:5px}.progress-arc--small-inner .progress-arc__percent{top:80%;font-size:12px;font-weight:400}.progress-arc--small-inner .progress-arc__svg{width:64px;height:64px}.progress-arc--small-inner .progress-arc__svg-path{stroke-width:11px}@media only screen and (max-width:1023px){.progress-arc--small-inner.progress-arc--responsive{top:2px}.progress-arc--small-inner.progress-arc--responsive .progress-arc__svg{width:52px;height:52px}.progress-arc--small-inner.progress-arc--responsive .progress-arc__percent{top:76%;font-size:10px}}@media only screen and (max-width:599px){.progress-arc--small-inner.progress-arc--responsive .progress-arc__svg{width:30px;height:30px}.progress-arc--small-inner.progress-arc--responsive .progress-arc__percent{top:80%;font-size:8px}}.progress-arc--middle .progress-arc__svg{width:120px;height:120px}.progress-arc--middle .progress-arc__percent{top:54%;font-size:28px}.progress-arc--middle-outer .progress-arc__percent{top:54%;font-size:28px;font-weight:700}.progress-arc--middle-outer .progress-arc__svg{width:120px;height:120px}.progress-arc--middle-outer .progress-arc__svg-path{stroke-width:9px}.progress-arc--middle-outer .progress-arc__finished-icon{top:0;height:35px;width:35px;font-size:22px;line-height:35px}.progress-arc--middle-inner{position:absolute;left:0;right:0;top:6px}.progress-arc--middle-inner .progress-arc__percent{top:78%;font-size:18px;font-weight:700}.progress-arc--middle-inner .progress-arc__svg{width:109px;height:109px}.progress-arc--middle-inner .progress-arc__svg-path{stroke-width:9px}.progress-arc--large-outer .progress-arc__percent{top:54%;font-size:48px;font-weight:700}.progress-arc--large-outer .progress-arc__svg{width:180px;height:180px}.progress-arc--large-outer .progress-arc__svg-path{stroke-width:9px}.progress-arc--large-inner{position:absolute;left:0;right:0;top:11px}.progress-arc--large-inner .progress-arc__percent{top:80%;font-size:24px;font-weight:700}.progress-arc--large-inner .progress-arc__svg{width:162px;height:162px}.progress-arc--large-inner .progress-arc__svg-path{stroke-width:9px}.progress-arc--group-progress .progress-arc__svg{width:90px;height:90px}.progress-arc--group-progress .progress-arc__percent{top:47%;font-size:24px}.progress-arc--group-progress .progress-arc__completed{font-size:10px;top:65%}.progress-arc--person-progress .progress-arc__svg{width:40px;height:40px}.progress-arc--person-progress .progress-arc__percent{top:55%;font-size:12px}.event-agenda__files .pass-pgy-stats{float:none}.pass-pgy-stats{float:right;white-space:nowrap;font-size:14px}.pass-pgy-stats-category-label{font-weight:700}.pass-pgy-stats-category-valuewr{display:inline-block}.pass-pgy-stats-category-value{width:40px;display:inline-block;text-align:right}.pass-pgy-stats-category-adtvalue{width:40px;display:inline-block;text-align:right}.pass-pgy-stats-user-label{font-weight:400;padding-left:5px;padding-right:5px}.pass-pgy-stats-user-valuewr{display:inline-block}.pass-pgy-stats-user-value{width:40px;display:inline-block;text-align:right}.pass-pgy-stats-user-adtvalue{width:40px;display:inline-block;text-align:right}.pass-pgy-stats .color_good{background-color:#72c260}.pass-pgy-stats .color_middle{background-color:#fbdd54}.pass-pgy-stats .color_bad{background-color:#d99694}.edit-case-procedure__container{padding:16px}.edit-case-procedure__title{display:flex;flex-direction:column;font-size:13px}.edit-case-procedure__date-of-procedure{margin-top:8px;font-size:13px}.edit-case-procedure__techniques{margin-top:16px}.edit-case-procedure__cancel,.edit-case-procedure__save,.edit-case-procedure__search-technique{height:28px;border:none;padding:8px 16px;border-radius:2px;font-size:13px;color:#fff;background-color:#4571a7}.edit-case-procedure__cancel--fixed-width,.edit-case-procedure__save--fixed-width,.edit-case-procedure__search-technique--fixed-width{min-width:144px}.edit-case-procedure__cancel--red,.edit-case-procedure__save--red,.edit-case-procedure__search-technique--red{background-color:#9e3c61}.edit-case-procedure__cancel:hover,.edit-case-procedure__save:hover,.edit-case-procedure__search-technique:hover{opacity:.8}.edit-case-procedure__controls{padding:8px 16px;float:right}.event-agenda{--event-agenda-session-background-color:#f9f9f9;--event-agenda-session-hover-background-color:#f9f9f9}.night-mode .event-agenda{--event-agenda-session-background-color:#3d3d3d;--event-agenda-session-hover-background-color:#464646}.event-agenda{font-family:Arial,Helvetica,sans-serif;display:none;border-bottom:1px solid var(--separator-color);font-size:14px}.event-agenda:first-child{border-top:1px solid var(--separator-color)}.event-agenda__tab-info{margin:0 -15px}.event-agenda__border-buttons{padding-top:10px}.event-agenda__border-buttons--list{padding-bottom:10px}.event-agenda__sessionDate{position:relative;z-index:11}.event-agenda__annualagenda{position:relative;z-index:1}.event-agenda__survey-link{display:flex;justify-content:center;padding:10px}.event-agenda__survey-link a{color:#7da2dc;font-size:14px}.event-agenda__sp-survey-link{display:flex;justify-content:flex-end;padding:10px;padding-right:15px}.event-agenda__sp-survey-link--title{font-size:16px;padding-right:300px}.event-agenda__sp-survey-link--links--item a{align-items:center;background-color:#f3f3f3;border-radius:1px;color:#333;display:flex;font-size:12px;height:30px;margin:5px 0;width:170px}.event-agenda__sp-survey-link--links--item a span{overflow:hidden;text-overflow:ellipsis;text-decoration:none;white-space:nowrap;max-width:140px}.event-agenda__sp-survey-link--links--item a .icon{color:#7da2dc;font-weight:700;text-align:center;min-width:32px}.event-agenda__sp-survey-link--links--item a:hover{background-color:#7da2dc;color:#fff;text-decoration:none}.event-agenda__sp-survey-link--links--item a:hover .icon{color:#fff}.event-agenda.collapsable{margin-bottom:0}.event-agenda.collapsable .event-agenda__session:hover{cursor:pointer;background-color:var(--event-agenda-session-hover-background-color)}.event-agenda.collapsable .event-agenda__session:hover .event-agenda__arrow:after,.event-agenda.collapsable .event-agenda__session:hover .event-agenda__arrow:before{border-bottom:1px solid #979797;border-left:1px solid #979797}.event-agenda.shown{display:block}.event-agenda__timeslot{position:relative;display:flex;align-items:center;padding:10px 0}@media only screen and (max-width:1023px){.event-agenda__timeslot{flex-wrap:wrap;padding:10px 0 20px 0}}.event-agenda__timeslot:first-child{border-top:1px solid var(--separator-color)}.event-agenda__timeslot+.event-agenda__timeslot .event-agenda__description:before{content:'';display:block;position:absolute;top:-10px;left:15px;right:0;border-top:1px solid var(--separator-color)}@media only screen and (max-width:1023px){.event-agenda__timeslot+.event-agenda__timeslot .event-agenda__description:before{right:15px;top:-30px}}.event-agenda__timeslot-passed-case-info{text-align:left;padding:10px}.event-agenda__session{position:relative;display:flex;align-items:center;padding:10px 0;background-color:var(--event-agenda-session-background-color);transition:background-color .2s ease}@media only screen and (max-width:1023px){.event-agenda__session{flex-wrap:wrap;padding:15px 0}}@media only screen and (max-width:599px){.event-agenda__session{flex-wrap:wrap;padding:15px 0 25px 0}}.event-agenda__time{flex:0 0 170px;min-height:1px;color:var(--link-color);font-size:16px;text-transform:lowercase;text-align:right;padding-right:15px;vertical-align:top;box-sizing:border-box}@media only screen and (max-width:1023px){.event-agenda__time{display:block;flex-basis:100%;text-align:left;padding-left:15px}}.event-agenda__time--timeslot{font-size:14px}.event-agenda__title{color:var(--main-font-color);font-size:16px;font-weight:700;line-height:16px;padding-bottom:5px;padding-top:2px}.event-agenda__title--timeslot{font-weight:400;margin-bottom:5px}.event-agenda__description-info{color:#878787}@media only screen and (max-width:599px){.event-agenda__description-info{display:block}}.event-agenda__description-info+.event-agenda__description-info{margin-left:10px;padding-left:10px;border-left:1px solid var(--separator-color)}@media only screen and (max-width:599px){.event-agenda__description-info+.event-agenda__description-info{margin-left:0;padding:0;border-left:none}}.event-agenda__description{position:relative;box-sizing:border-box;padding-left:15px;border-left:1px solid var(--separator-color);line-height:1.2;width:100%}@media only screen and (max-width:1023px){.event-agenda__description{display:block;padding-top:15px;padding-right:15px;border-left:none}}@media only screen and (max-width:1023px){.event-agenda__description--event{padding-right:40px}}.event-agenda__description--pre-reading{padding-right:15px}.event-agenda__pre-reading-item{position:relative;display:flex;flex-grow:1;align-items:stretch;padding:10px 0;transition:background-color .3s ease}.event-agenda__pre-reading-item:not(.event-agenda__pre-reading-item--no-link):focus,.event-agenda__pre-reading-item:not(.event-agenda__pre-reading-item--no-link):hover{background-color:#f9f9f9;text-decoration:none}.event-agenda__pre-reading-item+.event-agenda__pre-reading-item .event-agenda__pre-reading-description:before{content:'';display:block;position:absolute;top:-10px;left:15px;right:0;border-top:1px solid #eaeaea}.event-agenda__pre-reading-item--no-link .event-agenda__pre-reading-description{border-left:none}.event-agenda__pre-reading-icon-section{display:flex;align-items:center;justify-content:flex-end;flex:0 0 170px;min-height:1px;padding-right:15px;vertical-align:top;box-sizing:border-box}@media only screen and (max-width:1023px){.event-agenda__pre-reading-icon-section{flex:0 0 60px}}@media only screen and (max-width:599px){.event-agenda__pre-reading-icon-section{display:none}}.event-agenda__pre-reading-title{color:#333;font-size:16px;font-weight:400;padding-bottom:5px;padding-top:2px}@media only screen and (max-width:599px){.event-agenda__pre-reading-title{font-size:14px}}.event-agenda__pre-reading-description{display:flex;justify-content:space-between;flex:1 1 auto;position:relative;box-sizing:border-box;padding:0 15px;border-left:1px solid #eaeaea;line-height:1.2}.event-agenda__pre-reading-description--with-remove{padding-right:45px}.event-agenda__pre-reading-description--topic-section{flex-direction:column}.event-agenda__pre-reading-description--topic-section .event-agenda__pre-reading-progress{display:flex;justify-content:center;align-items:flex-start;margin-bottom:16px}@media only screen and (min-width:1600px){.event-agenda__pre-reading-description--topic-section .event-agenda__pre-reading-progress{justify-content:flex-start}}.event-agenda__pre-reading-description--topic-section .event-agenda__pre-reading-progress-item{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:200px}.event-agenda__pre-reading-description--topic-section .event-agenda__pre-reading-progress-item+.event-agenda__pre-reading-progress-item{margin-left:16px}.event-agenda__pre-reading-description--topic-section .event-agenda__pre-reading-progress-item-button{margin-top:16px;font-size:14px}.event-agenda__pre-reading-description--topic-section .event-agenda__pre-reading-description-inner{margin-bottom:24px}.event-agenda__pre-reading-description--topic-section .event-agenda__pre-reading-description-inner:hover{text-decoration:none}.event-agenda__pre-reading-description--topic-section .pass-peak{background-color:initial}.event-agenda__pre-reading-img{max-width:100px}.event-agenda__pre-reading-description-inner{flex-grow:1}.event-agenda__pre-reading-progress{padding-top:3px;flex:0 0 110px;text-align:right}.event-agenda__description-inner{flex-grow:1}@media only screen and (max-width:1023px){.event-agenda__description-inner{max-width:100%}}.event-agenda__person{color:#7da2dc;font-size:14px;transition:color .2s ease}.event-agenda__person:hover{text-decoration:none;color:#50678c}.event-agenda__person--separated+.event-agenda__person--separated{margin-left:10px;padding-left:10px;border-left:1px solid #e6e6e6}.event-agenda__person--without-link{color:#bababa}.event-agenda__person--without-link:hover{color:#bababa}.event-agenda__author{display:inline-block;color:#7da2dc;font-size:14px;transition:color .2s ease}@media only screen and (max-width:599px){.event-agenda__author{font-size:12px}}.event-agenda__author:hover{text-decoration:none;color:#50678c}.event-agenda__author+.event-agenda__author{margin-left:10px;padding-left:10px;border-left:1px solid #e6e6e6}.event-agenda__author--without-link{color:#bababa}.event-agenda__author--without-link:hover{color:#bababa}.event-agenda__arrow{position:absolute;right:15px;top:50%;transform:translateY(-50%)}@media only screen and (max-width:599px){.event-agenda__arrow{position:absolute;top:auto;bottom:5px;right:50%;margin-left:-10px;display:block;text-align:center;padding:0}}.event-agenda__arrow:after,.event-agenda__arrow:before{content:'';display:inline-block;width:11px;height:11px;border-bottom:1px solid silver;border-left:1px solid silver;transition:opacity .2s ease,border .2s ease}.event-agenda__arrow:before{position:relative;top:-3px;transform:rotate(-45deg);opacity:0}@media only screen and (max-width:599px){.event-agenda__arrow:before{top:3px}}.event-agenda__arrow:after{position:absolute;right:0;top:5px;transform:rotate(135deg)}@media only screen and (max-width:599px){.event-agenda__arrow:after{top:14px;right:50%;transform:rotate(135deg) translateX(-50%)}}.event-agenda__arrow--open:before{opacity:1}.event-agenda__arrow--open:after{opacity:0}.event-agenda__preview-info{position:relative;flex-shrink:0;min-height:20px;margin-top:4px;margin-right:50px;margin-left:5px;color:#a9a9a9;text-align:right}@media only screen and (max-width:1023px){.event-agenda__preview-info{width:100%;padding:10px 15px 0 10px;position:relative;top:0;right:auto;clear:both;display:block;transform:none;text-align:left}}@media only screen and (max-width:599px){.event-agenda__preview-info{margin-right:0}}.event-agenda__attachment{padding-left:10px}.event-agenda__icon-wrapper{display:inline-block;min-width:46px;vertical-align:middle}.event-agenda__icon-wrapper--track{max-width:150px;min-width:auto;padding-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:1023px){.event-agenda__icon-wrapper--track{display:block;padding-top:0;padding-bottom:10px}}.event-agenda__icon-wrapper+.event-agenda__icon-wrapper{padding-left:10px}@media only screen and (max-width:1023px){.event-agenda__icon-wrapper+.event-agenda__icon-wrapper:not(.event-agenda__icon-wrapper--track){padding-left:0}}.event-agenda__icon{position:relative;font-size:18px;vertical-align:middle;margin-right:8px}.event-agenda__icon--case{top:-3px;color:#9e3c61}.event-agenda__icon--video{font-size:15px;color:#f5a868}.event-agenda__icon--evidence{font-size:16px;color:#f2cc6a}.event-agenda__icon--topic{font-size:16px;color:#39b1eb}.event-agenda__icon--technique{font-size:18px;color:#ff9600}.event-agenda__icon--exams{font-size:18px;color:#78c96b}.event-agenda__icon--attachment{font-size:18px;color:#ababab}.event-agenda__icon--link{font-size:18px;color:#7da2dc}.event-agenda__files{padding-left:16px;padding-right:50px;float:right}.event-agenda__files--with-remove{padding-right:35px}@media only screen and (max-width:1023px){.event-agenda__files{float:none;clear:both;padding-top:15px}}.event-agenda__files-group{float:left;width:32px;min-height:1px;padding:0;text-align:right}@media only screen and (max-width:1023px){.event-agenda__files-group{width:auto;min-height:auto}}.event-agenda__files-group+.event-agenda__files-group{margin-left:18px}@media only screen and (max-width:1023px){.event-agenda__files-group+.event-agenda__files-group{margin-left:0}}.event-agenda__attached-content{display:flex;align-items:center}.event-agenda__attached-content .ortho-checkbox label{margin-top:0;padding-bottom:0}.event-agenda__attached-content .ortho-checkbox__label:before{top:-1px}.event-agenda__attached-content--case{margin-right:15px}.event-agenda .ortho-button.event-agenda__ortho-button{height:30px;min-height:auto;width:32px;overflow:hidden;text-overflow:ellipsis;padding:0;line-height:30px;font-size:12px;text-align:left;background-color:var(--third-background-color);border-radius:1px;transition:color .2s ease,background-color .2s ease}@media only screen and (max-width:1023px){.event-agenda .ortho-button.event-agenda__ortho-button{position:static}}.event-agenda .ortho-button.event-agenda__ortho-button:hover .event-agenda__file-title{color:#fff}.event-agenda .ortho-button.event-agenda__ortho-button--exams{color:#78c96b}.event-agenda .ortho-button.event-agenda__ortho-button--exams:hover{color:#fff;background-color:#78c96b}.event-agenda .ortho-button.event-agenda__ortho-button--video{color:#f5a868}.event-agenda .ortho-button.event-agenda__ortho-button--video:hover{color:#fff;background-color:#f5a868}.event-agenda .ortho-button.event-agenda__ortho-button--case{color:#9e3c61}.event-agenda .ortho-button.event-agenda__ortho-button--case:hover{color:#fff;background-color:#9e3c61}.event-agenda .ortho-button.event-agenda__ortho-button--evidence{color:#f2cc6a}.event-agenda .ortho-button.event-agenda__ortho-button--evidence:hover{color:#fff;background-color:#f2cc6a}.event-agenda .ortho-button.event-agenda__ortho-button--topic{color:#39b1eb}.event-agenda .ortho-button.event-agenda__ortho-button--topic:hover{color:#fff;background-color:#39b1eb}.event-agenda .ortho-button.event-agenda__ortho-button--attachment{color:#ababab}.event-agenda .ortho-button.event-agenda__ortho-button--attachment:hover{color:#fff;background-color:#ababab}.event-agenda .ortho-button.event-agenda__ortho-button--link{color:#7da2dc}.event-agenda .ortho-button.event-agenda__ortho-button--link:hover{color:#fff;background-color:#7da2dc}.event-agenda .ortho-button.event-agenda__ortho-button+.ortho-button{margin-left:0}.event-agenda .ortho-button.event-agenda__ortho-button--question-settings{min-width:140px;text-align:center;font-size:16px;margin-top:5px}.event-agenda__file-icon{width:32px;text-align:center}.event-agenda__file-icon--case{position:relative;top:1px;font-size:15px}.event-agenda__file-icon--topic{position:relative;top:1px}.event-agenda__file-icon--exams{position:relative;top:1px}.event-agenda__file-icon--attachment{position:relative;top:1px}.event-agenda__file-title{padding-right:10px;transition:color .2s ease;color:#333;display:none}.event-agenda__pre-reading-icon{width:30px;text-align:center;font-size:22px}.event-agenda__pre-reading-icon--exam{color:#78c96b}.event-agenda__pre-reading-icon--attachment{color:#ababab}.event-agenda__pre-reading-icon--link{color:#333}.event-agenda__pre-reading-icon.icon-video-stroke{font-size:17px}.event-agenda__pre-reading-icon.icon-evidence-stroke{font-size:20px}.event-agenda__time-input{color:#333;text-align:left;text-transform:capitalize}.event-agenda__files-name{font-size:12px}.event-agenda__session-attached-content{padding-bottom:20px}.event-agenda__collapse-header{padding:15px;border-top:1px solid #eaeaea;font-size:14px;color:#7da2dc;text-align:center;cursor:pointer;transition:background-color .2s ease}.event-agenda__collapse-header:hover{background-color:#f0f0f0}.event-agenda__collapse-header .icon-arrow-next-round{position:relative;top:1px;left:5px;transform:rotate(-90deg);font-size:13px}.event-agenda__collapse-header.collapsable__header--open .icon-arrow-next-round{transform:rotate(90deg)}.event-agenda__collapse-header.collapsable__header--open .event-agenda__collapse-header-hide{display:none}.event-agenda__collapse-header.collapsable__header--open .event-agenda__collapse-header-show{display:inline}.event-agenda__collapse-header-show{display:none}.event-agenda__session-header{padding:20px 0}.event-agenda__session-header-left .ortho-button{margin-right:20px}@media only screen and (max-width:599px){.event-agenda__session-header-left{display:flex;flex-direction:column-reverse;align-items:flex-start}}.event-agenda__session-header-right{text-align:right}@media only screen and (max-width:599px){.event-agenda__session-header-right{padding-top:10px;text-align:left}}.event-agenda__tab-wrapper{padding:20px;background-color:#fff;border:none}@media only screen and (max-width:1023px){.event-agenda__tab-wrapper{padding:0}}.event-agenda__session-main-info{padding-bottom:20px}.event-agenda__add-timeslot{padding:0 30px 20px 30px}.event-agenda__pre-reading-content{margin-top:-5px;padding:0 10px 0 0;text-align:right}@media only screen and (max-width:599px){.event-agenda__pre-reading-content{margin-top:0;padding:0 15px}}.event-agenda__basic-info{background-color:#fff;border:none}.event-agenda__basic-info button{font-family:Arial,sans-serif}.event-agenda__session-main-info-header{padding-bottom:10px}@media only screen and (max-width:599px){.event-agenda__session-main-info-header{padding-bottom:0}}.event-agenda__pre-reading-add{width:100%;height:40px;border-radius:1px;border:1px dashed #7da2dc;background-color:#fff;color:#7da2dc;font-size:14px;cursor:pointer;transition:color .2s ease,background-color .2s ease}.event-agenda__pre-reading-add:hover{background-color:#7da2dc;color:#fff}.event-agenda__add-content-wrapper{padding-top:5px;text-align:center}.event-agenda__add-content{width:170px;border:none;background-color:transparent;color:#7da2dc;font-size:14px;text-align:center;cursor:pointer;transition:color .2s ease}.event-agenda__add-content:hover{color:#50678c}.event-agenda__pre-reading-item-wrapper{position:relative;display:flex;align-items:center}.event-agenda__pre-reading-item-wrapper+.event-agenda__pre-reading-item-wrapper .event-agenda__pre-reading-description:before{content:'';display:block;position:absolute;top:-10px;left:15px;right:0;border-top:1px solid #eaeaea}.event-agenda__pre-reading-remove{position:absolute;top:10px;right:15px;border:none;background-color:transparent;font-size:14px;color:#c9c9c9;cursor:pointer;transition:color .2s ease}.event-agenda__pre-reading-remove:hover{color:#676767}.event-agenda__timeslot-remove{position:absolute;top:0;right:5px;border:none;background-color:transparent;font-size:14px;color:#c9c9c9;cursor:pointer;transition:color .2s ease}@media only screen and (max-width:599px){.event-agenda__timeslot-remove{top:-50px}}.event-agenda__timeslot-remove:hover{color:#676767}.event-agenda__block-section-switcher,.event-agenda__quality-rating-switcher{display:inline-block;width:150px;vertical-align:middle;margin-right:20px}@media only screen and (max-width:599px){.event-agenda__block-section-switcher,.event-agenda__quality-rating-switcher{width:100%;margin-bottom:10px;margin-right:0}}.event-agenda__quality-rating-switcher{width:90px}.event-agenda__block-timeslot-title{padding:0 30px 0 30px;color:#395685;font-size:16px;font-weight:700}.event-agenda__block-timeslot-title .level-label{font-weight:400;margin-right:5px}.event-agenda__block-timeslot+.event-agenda__block-timeslot{padding-top:20px}.event-agenda__block-session-title{padding-top:20px;color:#395685;font-size:16px;font-weight:700}.event-agenda__block-type{max-width:250px;padding-top:10px}@media only screen and (max-width:1023px){.event-agenda__block-type{max-width:none}}.event-agenda__event-inline-input{display:inline-block;width:180px;vertical-align:top}.event-agenda__event-inline-input+.event-agenda__event-inline-input{margin-left:20px}.event-agenda__show-prereading{flex-basis:150px;flex-shrink:0;text-align:center}@media only screen and (max-width:1023px){.event-agenda__show-prereading{flex-basis:70px}}@media only screen and (max-width:599px){.event-agenda__show-prereading{flex-basis:50px}}.event-agenda--study-plan .event-agenda__description-inner{flex-grow:1;max-width:none}.event-agenda--study-plan .event-agenda__preview-info{display:flex;align-items:center;width:auto}.event-agenda--study-plan .event-agenda__icon-wrapper{display:flex;align-items:center;min-height:20px;position:static;min-width:auto}.event-agenda--study-plan .event-agenda__icon{padding-left:10px;padding-right:2px;color:#a9a9a9}.event-agenda--study-plan .event-agenda__description-info{display:none}.event-agenda--study-plan .event-agenda__description--event .event-agenda__title{padding-top:10px;padding-bottom:10px}@media only screen and (max-width:1023px){.event-agenda--study-plan .event-agenda__description--event .event-agenda__title{padding:0}}.event-agenda--study-plan .event-agenda__files-group{float:none;min-height:auto;width:auto;margin-left:0}@media only screen and (max-width:1023px){.event-agenda--study-plan .event-agenda__files-group{text-align:left}}.event-agenda--study-plan .event-agenda__files-group .event-agenda__ortho-button{display:block;margin:5px 0;width:170px}@media only screen and (max-width:1023px){.event-agenda--study-plan .event-agenda__files-group .event-agenda__ortho-button{display:inline-block;margin-right:5px}}.event-agenda--study-plan .event-agenda__files{padding-right:15px}.event-agenda--study-plan .event-agenda__files--with-remove{padding-right:35px}@media only screen and (max-width:1023px){.event-agenda--study-plan .event-agenda__files--with-remove{padding-right:0}}.event-agenda--study-plan .event-agenda__timeslot{align-items:flex-start}.event-agenda--study-plan .event-agenda__file-title{display:inline}.event-agenda--study-plan .event-agenda__icon-wrapper+.event-agenda__icon-wrapper{padding-left:0}.event-agenda--conference{border-bottom:none}.event-agenda--conference .event-agenda__description{border-left:none}.event-agenda--conference .event-agenda__time{padding-right:0}.event-agenda--conference .ortho-input__label{font-size:12px}.event-agenda--conference .ortho-input--conference-time{width:110px;display:inline-block}.event-agenda--conference .ortho-timepicker__clear{right:20px}.event-agenda--conference .event-agenda__title--timeslot{padding-bottom:15px}.event-agenda--conference .ortho-input--conference-time .ortho-input__input{padding:3px 0 3px 5px}.event-agenda--conference .ortho-input--conference-time .ortho-input__input[disabled]{border:1px solid #eaeaea;background-color:#f9f9f9;color:rgba(0,0,0,.2)}.event-agenda--conference .event-agenda__time{flex:0 0 230px}@media only screen and (max-width:1023px){.event-agenda--conference .event-agenda__time{flex-basis:100%}}.event-agenda--conference .event-agenda__pre-reading-icon-section{flex:0 0 230px}.event-agenda--conference .event-agenda__pre-reading-icon-section--pre-reading-change{flex:0 0 60px}@media only screen and (max-width:1023px){.event-agenda--conference .event-agenda__timeslot+.event-agenda__timeslot .event-agenda__description:before{top:-65px}}.event-agenda--conference .event-agenda__pre-reading-description{justify-content:flex-start}.event-agenda--conference .event-agenda__description-inner{max-width:calc(100% - 220px);width:100%}@media only screen and (max-width:1023px){.event-agenda--conference .event-agenda__description-inner{max-width:none}}.event-agenda--conference .event-agenda__speakers{max-width:250px}@media only screen and (max-width:1023px){.event-agenda--conference .event-agenda__speakers{max-width:none}}.event-agenda .selfProgressItem+.selfProgressItem{margin-left:10px}.event-agenda__session-duplicates{margin:0 15px 10px 15px;display:flex;justify-content:space-between}@media only screen and (max-width:1023px){.event-agenda__session-duplicates{flex-direction:column}}.event-agenda__session-duplicates-list{display:flex;width:50%;color:#7da2dd;padding-top:30px}@media only screen and (max-width:1023px){.event-agenda__session-duplicates-list{width:100%;padding:10px 0}}.event-agenda__session-duplicates-form{display:flex;justify-content:flex-end;width:50%}@media only screen and (max-width:1023px){.event-agenda__session-duplicates-form{width:100%}}.event-agenda__speakers .author-card__info{max-width:initial}.event-agenda__speakers .author-card--event-sponsor .author-card__photo{width:56px;height:56px}.event-agenda__speakers .author-card--event-sponsor .author-card__info{padding-top:2px}.event-agenda__speakers .author-card--event-sponsor .author-card__logo{width:112px;height:56px;background-position:center;background-size:contain;background-repeat:no-repeat;margin-left:auto}.event-agenda__speaker{display:flex;justify-content:space-between;align-items:center}.event-agenda__speaker-feature-logo{height:72px;min-width:72px;background-position:center;background-size:contain;background-repeat:no-repeat}.event-agenda__save-button-js--top{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.event-agenda__clone-control{position:relative;z-index:100;display:inline-flex}.event-agenda__clone-control .ortho-button{margin-left:8px}.sp-step-external-link a,.sp-step-external-link span{color:#333;font-size:14px}.duplicate-session-label{margin-right:20px;background-color:rgba(46,164,170,.8);color:#fff;padding:8px 15px;border-radius:15px}@media only screen and (max-width:1023px){.duplicate-session-label{position:absolute;top:-110px;right:15px;margin:0}}.duplicate-session-button{height:13px;margin-top:28px;margin-left:10px}.event-pass-button-block{display:flex;align-items:center;justify-content:flex-end;padding:10px;background-color:#a264ab;color:#fff;font-size:14px;transition:background-color .2s ease}.event-pass-button-block:focus,.event-pass-button-block:hover{background-color:#85538d;color:#fff;text-decoration:none}.event-pass-button-block i{padding-left:10px;font-size:36px}.ortho-modal--event-agenda .event-agenda{display:block}.ortho-modal--event-agenda .event-agenda__description{border-left:none}.ortho-modal--event-agenda .event-agenda__timeslot+.event-agenda__timeslot .event-agenda__description:before{right:15px}.ortho-modal--event-agenda .event-agenda__pre-reading-icon-section{flex:0 0 60px}.ortho-modal--event-agenda .event-agenda__preview-info{margin-top:0}.ortho-modal--event-agenda .event-agenda__icon{margin-right:2px}.ortho-modal--event-agenda .event-agenda__icon--case{color:#9e3c61}.ortho-modal--event-agenda .event-agenda__icon--video{color:#f5a868}.ortho-modal--event-agenda .event-agenda__icon--evidence{color:#f2cc6a}.ortho-modal--event-agenda .event-agenda__icon--topic{color:#39b1eb}.ortho-modal--event-agenda .event-agenda__icon--technique{color:#ff9600}.ortho-modal--event-agenda .event-agenda__icon--exams{color:#78c96b}.ortho-modal--event-agenda .event-agenda__icon--attachment{color:#ababab}.ortho-modal--event-agenda .event-agenda__icon--link{color:#7da2dc}.ortho-button.green.custom-question-settings{float:right}.peak-arrow{cursor:pointer}.peak-arrow:first-child .peak-arrow__hover-block{width:120%;margin-left:-19%}.peak-arrow:last-child .peak-arrow__hover-block{width:125%}.peak-arrow--active .peak-arrow__hover-block,.peak-arrow:hover .peak-arrow__hover-block{opacity:1;transform:scaleX(1)}.peak-arrow--active .pass-peak-item-label,.peak-arrow:hover .pass-peak-item-label{color:#858585}.peak-arrow__hover-block{position:absolute;top:-1px;left:-3px;right:3px;bottom:0;opacity:0;transition:opacity .3s ease,transform .3s ease,.3s;transform:scaleX(.1);transform-origin:left}@media only screen and (max-width:599px){.peak-arrow__hover-block{display:none}}.peak-arrow__hover-block--full{width:135%;margin-left:-20%;transform:scaleX(1.2);transition:.4s}.peak-arrow__hover-elem{width:99%;height:50%;background-color:#eaeaea}.peak-arrow__hover-elem--top{height:50%;transform:skewX(13deg)}.peak-arrow__hover-elem--bottom{height:calc(50% + 1px);margin-top:-1px;transform:skewX(-13deg)}.peak-arrow__hover-elem--unauth{background-color:#9db1d7}.peak-arrow__hover-elem--topic{background-color:#c9e9f9}.peak-arrow__hover-elem--questions{background-color:#d3e9e2}.peak-arrow__hover-elem--evidence{background-color:#fef2d6}.peak-arrow__hover-elem--videos{background-color:#fce7d5}.peak-arrow__hover-elem--cases{background-color:#fed6d6}.peak-arrow__hover-elem--skill{background-color:#ffe2b9}.peak-arrow__hover-elem--self{background-color:#caedf0}.peak-arrow__hover-elem--cpt-case-log{background-color:#cfe6e9}.peak-arrow__hover-elem--faculty{background-color:#c9d8e7}.peak-arrow__hover-elem--unauth{background-color:#9db1d7}.pass-peak-topic-infographic__arrow:hover .peak-arrow__hover-block{opacity:1;transform:scaleX(1)}.pass-peak-topic-infographic--closed .peak-arrow__hover-block{left:3px;right:-3px}.filter-level{display:inline-block;min-width:52px;padding:5px;box-sizing:border-box;font-size:14px;position:relative;text-align:center;transition:.2s;color:#fff;background-color:#eaeaea;color:#878787}@media only screen and (max-width:599px){.filter-level{min-width:38px;width:13%;font-size:12px;padding:4px 0}}.filter-level:after{content:attr(data-level);position:absolute;top:0;bottom:0;left:0;right:0;padding:4px;transition:.2s;background-color:inherit;color:inherit;opacity:0;visibility:hidden;text-align:center}.filter-level:hover{text-decoration:none;color:#fff}.filter-level:hover:after{opacity:1;visibility:visible}.filter-level.filter-level--active:after,.filter-level:hover:after{opacity:0;visibility:hidden}.filter-level.filter-level--active.filter-level--1,.filter-level:hover.filter-level--1{background-color:#c9d8e7;color:#325d8a}.filter-level.filter-level--active.filter-level--2,.filter-level:hover.filter-level--2{background-color:#c9d8e7;color:#325d8a}.filter-level.filter-level--active.filter-level--3,.filter-level:hover.filter-level--3{background-color:#82a4c7;color:#fff}.filter-level.filter-level--active.filter-level--4,.filter-level:hover.filter-level--4{background-color:#5f8ab7;color:#fff}.filter-level.filter-level--active.filter-level--5,.filter-level:hover.filter-level--5{background-color:#3c71a8;color:#fff}.filter-level.filter-level--active.filter-level--6,.filter-level:hover.filter-level--6{background-color:#325d8a;color:#fff}.filter-level.filter-level--active.filter-level--all,.filter-level:hover.filter-level--all{background-color:#2b5077;color:#fff}.filter-level--control{cursor:pointer}.filter-level+.filter-level{margin-left:1px}@media only screen and (max-width:599px){.filter-level+.filter-level{margin-left:0}}#month-selector,.period-selector{position:absolute;left:0;bottom:0;width:100%;opacity:.4;margin-left:49px;height:26px}#month-selector li,.period-selector li{float:left}#month-selector li a,.period-selector li a{background-color:#efefef;width:5.94rem;height:26px;display:block;border-left:1px solid #aaa;border-bottom:1px solid #aaa;cursor:pointer}#month-selector li a.active,#month-selector li a:active,#month-selector li a:hover,.period-selector li a.active,.period-selector li a:active,.period-selector li a:hover{background-color:#ddd}#month-selector li:last-child a,.period-selector li:last-child a{border-right:1px solid #aaa}.period-selector{bottom:19px;margin-left:100px}.period-selector li a{width:4.6rem}.period-text{margin-left:65px;margin-right:20px}.period-text-titles li{line-height:18px;height:18px}.period-text li{float:left;text-align:center;font-weight:700;width:4.6rem;line-height:18px;height:18px;border-bottom:1px solid var(--separator-color)}.period-text li:last-child{border-right:1px solid var(--separator-color)}.period-text li:first-child{border-left:1px solid var(--separator-color)}.period-selectors{position:relative;margin:0 auto;width:820px}.ortho-boxes-box{border:1px solid #aaa;background-color:#eee;display:inline-block;list-style:none;font-size:12px}.ortho-boxes-box.green{border:1px solid #6b986e;background-color:#daeadb}.ortho-boxes-box-text{display:inline-block;color:#555;padding:2px 8px 2px 4px;float:left}.ortho-boxes-box-button{width:21px;height:21px;line-height:21px;text-align:center;background-color:#d8d8d8;border-left:1px solid #aaa;cursor:pointer;color:#888;float:right}.ortho-boxes-box-button.green{border-left:1px solid #80a982;background-color:#aacaac;color:#649067}.ortho-boxes-box-button.green:hover{background-color:#93c196;color:#4f7752}.ortho-boxes-box-button:hover{background-color:#ccc;color:#666}.night-mode .achived_level_legend{filter:invert(.8)}.night-mode .next_resident,.night-mode .prior_resident{filter:invert(.3)}.skillmaster-section{background-color:var(--second-background-color);margin-top:10px;position:relative;font-size:14px;cursor:pointer}.skillmaster-section:hover{background-color:var(--fourth-background-color)}.skillmaster-section-first{margin-top:0}.skillmaster-section-specialty{background-color:#fff}.skillmaster-section-expanded i.icon-triangle-full-top{display:inline-block}.skillmaster-section-expanded i.icon-triangle-full-bottom{display:none}.skillmaster-section-expanded i.icon-arrow-top{display:inline-block}.skillmaster-section-expanded i.icon-arrow-bottom{display:none}.skillmaster-section-collapsed i.icon-triangle-full-top{display:none}.skillmaster-section-collapsed i.icon-triangle-full-bottom{display:inline-block}.skillmaster-section-collapsed i.icon-arrow-top{display:none}.skillmaster-section-collapsed i.icon-arrow-bottom{display:inline-block}.skillmaster-section--icon{display:inline-block;font-size:22px;position:relative;top:5px;left:10px}.skillmaster-section--label{display:inline-block;height:40px;line-height:40px;padding-left:20px;padding-right:20px;padding-top:0;padding-bottom:0;font-weight:400}.skillmaster-section--label span{font-size:inherit}.skillmaster-section--stat_average_value{display:inline-block;font-size:16px;margin-right:-13px;color:#5a729e;font-weight:700;position:absolute;top:10px;right:50px}.skillmaster-section--arrow{display:inline-block;position:absolute;right:10px;top:10px;font-size:6px;color:#8d8d8d;transition:all .2s ease-out}.skillmaster-section--whiteArrow{color:#fff}.skillmaster-section--trauma{background:#f2cc6a;color:#fff}.skillmaster-section--trauma:hover{background:#eebc3b}.skillmaster-section--trauma .skillmaster-section--arrow,.skillmaster-section--trauma .skillmaster-section--stat_average_value{color:#fff}.skillmaster-section--spine{background:#f2a768;color:#fff}.skillmaster-section--spine:hover{background:#ee8c39}.skillmaster-section--spine .skillmaster-section--arrow,.skillmaster-section--spine .skillmaster-section--stat_average_value{color:#fff}.skillmaster-section--shoulderandelbow{background:#f26868;color:#fff}.skillmaster-section--shoulderandelbow:hover{background:#ee3939}.skillmaster-section--shoulderandelbow .skillmaster-section--arrow,.skillmaster-section--shoulderandelbow .skillmaster-section--stat_average_value{color:#fff}.skillmaster-section--kneeandsports{background:#f4165f;color:#fff}.skillmaster-section--kneeandsports:hover{background:#cd0a4a}.skillmaster-section--kneeandsports .skillmaster-section--arrow,.skillmaster-section--kneeandsports .skillmaster-section--stat_average_value{color:#fff}.skillmaster-section--pediatrics{background:#49a5e5;color:#fff}.skillmaster-section--pediatrics:hover{background:#1f8edc}.skillmaster-section--pediatrics .skillmaster-section--arrow,.skillmaster-section--pediatrics .skillmaster-section--stat_average_value{color:#fff}.skillmaster-section--recon{background:#608fde;color:#fff}.skillmaster-section--recon:hover{background:#3671d5}.skillmaster-section--recon .skillmaster-section--arrow,.skillmaster-section--recon .skillmaster-section--stat_average_value{color:#fff}.skillmaster-section--footandankle{background:#8c5ecc;color:#fff}.skillmaster-section--footandankle:hover{background:#713bbc}.skillmaster-section--footandankle .skillmaster-section--arrow,.skillmaster-section--footandankle .skillmaster-section--stat_average_value{color:#fff}.skillmaster-section--hand{background:#8571e7;color:#fff}.skillmaster-section--hand:hover{background:#6045e0}.skillmaster-section--hand .skillmaster-section--arrow,.skillmaster-section--hand .skillmaster-section--stat_average_value{color:#fff}.skillmaster-section--pathology{background:#a264ab;color:#fff}.skillmaster-section--pathology:hover{background:#864d8f}.skillmaster-section--pathology .skillmaster-section--arrow,.skillmaster-section--pathology .skillmaster-section--stat_average_value{color:#fff}.skillmaster-section--approaches{background:#89b871;color:#fff}.skillmaster-section--approaches:hover{background:#6ea452}.skillmaster-section--approaches .skillmaster-section--arrow,.skillmaster-section--approaches .skillmaster-section--stat_average_value{color:#fff}.skillmaster-section--basicscience{background:#5cab91;color:#fff}.skillmaster-section--basicscience:hover{background:#488c76}.skillmaster-section--basicscience .skillmaster-section--arrow,.skillmaster-section--basicscience .skillmaster-section--stat_average_value{color:#fff}.skillmaster-section--anatomy{background:#5cab91;color:#fff}.skillmaster-section--anatomy:hover{background:#488c76}.skillmaster-section--anatomy .skillmaster-section--arrow,.skillmaster-section--anatomy .skillmaster-section--stat_average_value{color:#fff}.tg-skill-box{display:inline-block;width:30px;height:30px;font-size:16px;line-height:30px;text-align:center;border:#fff solid 1px;margin-left:-1px}.tg-skill-box.skillmaster{cursor:pointer}.tg-skill-box.skillmaster span.symbol-color{visibility:hidden}.tg-skill-box.level1{background:#c9d8e7;color:var(--brand-active-color)}.tg-skill-box.level1.status{background:#fff}.tg-skill-box.level1.status i.icon{color:#c9d8e7}.tg-skill-box.level1.status-target:hover i.icon{color:#46729e}.tg-skill-box.level1.status-out:hover{border:#cbcbcb solid 1px}.tg-skill-box.level1.status-entered:hover{border:#82a5c8 solid 1px}.tg-skill-box.level1.status-graded:hover{border:#82a5c8 solid 1px}.tg-skill-box.level1.status-approved:hover{border:#82a5c8 solid 1px}.tg-skill-box.level2{background:#82a4c7;color:var(--brand-active-color)}.tg-skill-box.level2.status{background:#fff}.tg-skill-box.level2.status i.icon{color:#82a4c7}.tg-skill-box.level2.status-target:hover i.icon{color:#273e56}.tg-skill-box.level2.status-out:hover{border:#cbcbcb solid 1px}.tg-skill-box.level2.status-entered:hover{border:#46719d solid 1px}.tg-skill-box.level2.status-graded:hover{border:#46719d solid 1px}.tg-skill-box.level2.status-approved:hover{border:#46719d solid 1px}.tg-skill-box.level3{background:#5f8ab7;color:#fff}.tg-skill-box.level3.status{background:#fff}.tg-skill-box.level3.status i.icon{color:#5f8ab7}.tg-skill-box.level3.status-target:hover i.icon{color:#172533}.tg-skill-box.level3.status-out:hover{border:#cbcbcb solid 1px}.tg-skill-box.level3.status-entered:hover{border:#375779 solid 1px}.tg-skill-box.level3.status-graded:hover{border:#375779 solid 1px}.tg-skill-box.level3.status-approved:hover{border:#375779 solid 1px}.tg-skill-box.level3 span.symbol-color{color:#fff}.tg-skill-box.level3 span.symbol-color-target{color:var(--brand-active-color)}.tg-skill-box.level4{background:#3c71a8;color:#fff}.tg-skill-box.level4.status{background:#fff}.tg-skill-box.level4.status i.icon{color:#3c71a8}.tg-skill-box.level4.status-target:hover i.icon{color:#060c12}.tg-skill-box.level4.status-out:hover{border:#cbcbcb solid 1px}.tg-skill-box.level4.status-entered:hover{border:#213e5d solid 1px}.tg-skill-box.level4.status-graded:hover{border:#213e5d solid 1px}.tg-skill-box.level4.status-approved:hover{border:#213e5d solid 1px}.tg-skill-box.level4 span.symbol-color{color:#fff}.tg-skill-box.level4 span.symbol-color-target{color:var(--brand-active-color)}.tg-skill-box.level5{background:#325d8a;color:#fff}.tg-skill-box.level5.status{background:#fff}.tg-skill-box.level5.status i.icon{color:#325d8a}.tg-skill-box.level5.status-target:hover i.icon{color:#000}.tg-skill-box.level5.status-out:hover{border:#cbcbcb solid 1px}.tg-skill-box.level5.status-entered:hover{border:#172b3f solid 1px}.tg-skill-box.level5.status-graded:hover{border:#172b3f solid 1px}.tg-skill-box.level5.status-approved:hover{border:#172b3f solid 1px}.tg-skill-box.level5 span.symbol-color{color:#fff}.tg-skill-box.level5 span.symbol-color-target{color:var(--brand-active-color)}.tg-skill-box.out-border{border:#f9f9f9 solid 1px}.tg-skill-box.graded-as-zero.status{background:#fff}.tg-skill-box.graded-as-zero.status i.icon{color:#f29c9e}.tg-skill-box.graded-as-zero.status-target:hover i.icon{color:#ab171a}.tg-skill-box.graded-as-zero.status-out:hover{border:#cbcbcb solid 1px}.tg-skill-box.graded-as-zero.status-entered:hover{border:#e64246 solid 1px}.tg-skill-box.graded-as-zero.status-graded:hover{border:#e64246 solid 1px}.tg-skill-box.graded-as-zero.status-approved:hover{border:#e64246 solid 1px}.tg-skill-box span.symbol-color{font-size:16px;color:var(--brand-active-color)}.tg-skill-box span.symbol-color-out{color:var(--brand-active-color)}.tg-skill-box span.symbol-color-target{color:var(--brand-active-color)}.tg-skill-box span.symbol-color-approved{color:#fff}.tg-skill-box .icon{background-color:var(--default-background-color)}.pass-grid-wrapper{position:relative;margin-top:-78px;margin-left:34%;width:450px}.pass-grid-wrapper .pass-grid-selector{width:385px}.pass-grid-wrapper .pass-grid-selector td{width:50%;vertical-align:middle}.pass-grid-wrapper .pass-grid-selector .pass-grid-item{font-size:15px;text-align:center;height:25px;padding-top:7px;color:inherit;text-decoration:inherit;display:block}.pass-grid-wrapper .pass-grid-selector .pass-grid-item .pass-grid-item-image{display:inline-block;vertical-align:middle}.pass-grid-wrapper .pass-grid-selector .pass-grid-item .pass-grid-item-label{display:inline-block;vertical-align:middle;color:silver}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-selfmastery:hover{background-color:#14b287}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-selfmastery:hover .pass-grid-item-label{color:#fff}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-selfmastery-active{background-color:#64db9d}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-selfmastery-active .pass-grid-item-label{color:#fff}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-facultyevaluation:hover{background-color:#b8d0f8}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-facultyevaluation:hover .pass-grid-item-label{color:#fff}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-facultyevaluation-active{background-color:#7da2dd}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-facultyevaluation-active .pass-grid-item-label{color:#fff}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-specilaties{border-radius:3px}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-specilaties .pass-grid-item-label{color:#000}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-specilaties:hover .pass-grid-item-label{text-decoration:underline}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-specilaties-active{background-color:#b8d0f8}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-specilaties-active .pass-grid-item-label{color:#000}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-clusters{border-radius:3px}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-clusters .pass-grid-item-label{color:#000}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-clusters:hover .pass-grid-item-label{text-decoration:underline}.pass-grid-wrapper .pass-grid-selector .pass-grid-item-clusters-active{background-color:#b8d0f8}.skillmasterSort__link{display:inline-block;padding:0 10px;text-transform:uppercase;color:var(--main-font-color);line-height:30px;border-top-left-radius:5px;border-top-right-radius:5px}.skillmasterSort__link.skillmasterSort__link--active,.skillmasterSort__link:hover{background:var(--second-background-color);text-decoration:none}.skillmasterMode{overflow:hidden}.skillmasterMode__item{float:left}.skillmasterMode__item--disabled .skillmasterMode__link{padding:0 5px 0 19px;background:#f1f1f1;color:#a9a9a9;border-color:#a9a9a9}.skillmasterMode__item--disabled .skillmasterMode__link:after{border-left-color:#f1f1f1}.skillmasterMode__item--disabled .skillmasterMode__link:before{border-left-color:#a9a9a9}.skillmasterMode__item--disabled .skillmasterMode__link:hover{background:silver}.skillmasterMode__item--disabled .skillmasterMode__link:hover:after{border-left-color:silver}.skillmasterMode__item--disabled .skillmasterMode__link:hover:before{border-left-color:#a9a9a9}.skillmasterMode__item--disabled .skillmasterMode__link .icon-lock{margin-left:5px}.skillmasterMode__link{position:relative;display:inline-block;padding:0 15px 0 26px;border:1px solid #ddd;background-color:#fff;line-height:30px;color:#292929;transition:background .1s ease-in,color .1s ease-in}.skillmasterMode__link:after,.skillmasterMode__link:before{content:'';display:block;position:absolute;width:0;height:0;top:0;border-style:solid;border-width:15px 0 15px 10px;z-index:1}.skillmasterMode__link:before{right:-11px}.skillmasterMode__link:after{right:-10px;border-color:transparent transparent transparent #fff;transition:border-color .1s ease-in}.skillmasterMode__link:hover{text-decoration:none}.skillmasterMode__link--task{border-color:#ff9600}.skillmasterMode__link--task:before{border-color:transparent transparent transparent #ff9600}.skillmasterMode__link--task.skillmasterMode__link--active,.skillmasterMode__link--task:hover{background:#ff9600;color:#fff}.skillmasterMode__link--task.skillmasterMode__link--active:after,.skillmasterMode__link--task:hover:after{border-color:transparent transparent transparent #ff9600}.skillmasterMode__link--self{border-color:#3ebdc9}.skillmasterMode__link--self:before{border-color:transparent transparent transparent #3ebdc9}.skillmasterMode__link--self.skillmasterMode__link--active,.skillmasterMode__link--self:hover{background:#3ebdc9;color:#fff}.skillmasterMode__link--self.skillmasterMode__link--active:after,.skillmasterMode__link--self:hover:after{border-color:transparent transparent transparent #3ebdc9}.skillmasterMode__link--faculty{border-color:#3c71a8}.skillmasterMode__link--faculty:before{border-color:transparent transparent transparent #3c71a8}.skillmasterMode__link--faculty.skillmasterMode__link--active,.skillmasterMode__link--faculty:hover{background:#3c71a8;color:#fff}.skillmasterMode__link--faculty.skillmasterMode__link--active:after,.skillmasterMode__link--faculty:hover:after{border-color:transparent transparent transparent #3c71a8}.import-comment-tabs{position:relative;height:calc(85vh - 130px);overflow:auto;padding:28px 12px 0 12px}@media only screen and (max-width:1023px){.import-comment-tabs{overflow:visible}}.import-comment-tabs__search{display:flex}.import-comment-tabs__search .ortho-button{margin-left:8px}.import-comment-tabs__upload-wrapper{overflow-x:hidden}.import-comment-tabs--create-page{height:auto;overflow:visible}.import-comment-tabs--create-page .youTube-search-results{max-height:400px;overflow:auto}.import-comment-tabs .dashboard-item__link{padding:0;cursor:default}.import-comment-tabs .dashboard-item__link:hover{background-color:transparent}.import-comment-tabs .dashboard-item__trackers{display:none}.import-comment-tabs .dashboard-item__header{display:none}.import-comment-tabs .dashboard-item__title{cursor:pointer}.import-comment-tabs .dashboard-item__title:focus,.import-comment-tabs .dashboard-item__title:hover{text-decoration:underline}.import-comment-tabs .ortho-tabs__buttons{padding-bottom:24px;padding-left:0}.import-comment-tabs .ortho-tabs__content-item{padding:0}@media only screen and (max-width:599px){.import-comment-tabs .ortho-tabs__content-item{height:100%;overflow-y:auto}}.import-comment__tabs-header{display:flex;align-items:center;justify-content:space-between}.import-comment__form{margin:16px 0}.import-comment__form+.import-comment__form{padding-top:24px;margin-top:8px;border-top:1px solid #efeff4}.import-comment__form .add-comment-section{position:absolute;background-color:#efeff4;width:calc(100% - 44px);top:410px}@media only screen and (max-width:599px){.import-comment__form .add-comment-section{width:100%;top:0;position:relative}}@media only screen and (max-width:599px){.import-comment__form .add-comment-section .add-comment--import-comment{margin:0}}.import-comment__form--row{display:flex;gap:16px;align-items:baseline}@media only screen and (max-width:599px){.import-comment__form--row{flex-direction:column}}.import-comment__form--input{padding:8px 0;width:100%}.import-comment__post-comment-id--manual-input{border:none;outline:0;margin-top:1px;position:absolute}.import-comment__post-comment-id--manual-input:focus,.import-comment__post-comment-id--manual-input:hover{border:none;outline:0}.import-comment__add-to-home-feed-queue{width:16px}.import-comment__multiple-import-warning{color:red;font-weight:700;margin-top:8px}.manage-colors-table{display:table;width:100%;margin-top:18px}.manage-colors-table .manage-colors-head{display:table-header-group;text-align:center}.manage-colors-table .manage-colors-row{display:table-row}.manage-colors-table .manage-colors-cell{display:table-cell;padding:6px;vertical-align:middle}.manage-colors-table .manage-colors-cell .h5{font-size:20px}input[type=color]{-webkit-appearance:none;border:none;width:100%;min-width:60px;height:42px;background:0 0}input[type=color]::-webkit-color-swatch{border:none}.color-setting-header{text-align:center}.chzn-container{font-size:13px;position:relative;display:inline-block;zoom:1}.chzn-container .chzn-drop{background:#fff;border:1px solid #aaa;border-top:0;position:absolute;top:29px;left:0;-o-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);z-index:999}.chzn-container-single .chzn-single{background-color:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #aaa;display:block;overflow:hidden;white-space:nowrap;position:relative;height:23px;line-height:24px;padding:0 0 0 8px;color:#222;text-decoration:none}.chzn-container-single .chzn-single span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.chzn-container-single .chzn-single abbr{display:block;position:absolute;right:26px;top:6px;width:12px;height:13px;font-size:1px;background:url("/images/chosen-sprite.png") right top no-repeat}.chzn-container-single .chzn-single abbr:hover{background-position:right -11px}.chzn-container-single .chzn-single div{position:absolute;right:0;top:0;display:block;height:100%;width:18px}.chzn-container-single .chzn-single div b{background:url("/images/chosen-sprite.png") no-repeat 0 0;display:block;width:100%;height:100%}.chzn-container-single .chzn-search{padding:3px 4px;position:relative;margin:0;white-space:nowrap;z-index:1010}.chzn-container-single .chzn-search input{background:#fff url("/images/chosen-sprite.png") no-repeat 100% -22px;background:url("/images/chosen-sprite.png") no-repeat 100% -22px,linear-gradient(top,#eee 1%,#fff 15%);margin:1px 0;padding:4px 20px 4px 5px;outline:0;border:1px solid #aaa;font-family:sans-serif;font-size:1em}.chzn-container-single .chzn-drop{border-radius:0 0 4px 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.chzn-container-single-nosearch .chzn-search input{position:absolute;left:-9000px}.chzn-container-multi .chzn-choices{background-color:#fff;background-image:linear-gradient(top,#eee 1%,#fff 15%);border:1px solid #aaa;margin:0;padding:0;cursor:text;overflow:hidden;height:auto!important;height:1%;position:relative}.chzn-container-multi .chzn-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices .search-field,.chzn-container-multi .chzn-choices .search-field{flex-grow:1;white-space:nowrap;margin:0;padding:0}.chosen-container-multi .chosen-choices .search-field input,.chzn-container-multi .chzn-choices .search-field input{background-color:var(--default-background-color);color:var(--main-font-color);border:0!important;font-family:sans-serif;font-size:100%;height:24px;width:100%!important;padding:5px;outline:0;-o-box-shadow:none;box-shadow:none}.chzn-container-multi .chzn-choices .search-field .default{color:#999}.chzn-container-multi .chzn-choices .search-choice{border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#e4e4e4;background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;border:1px solid #aaa;line-height:13px;padding:3px 20px 3px 5px;margin:3px 0 3px 5px;position:relative;cursor:default}.chzn-container-multi .chzn-choices .search-choice-focus{background:#d4d4d4}.chzn-container-multi .chzn-choices .search-choice .search-choice-close{display:block;position:absolute;right:3px;top:4px;width:12px;height:13px;font-size:1px;background:url("/images/chosen-sprite.png") right top no-repeat}.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover{background-position:right -11px}.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close{background-position:right -11px}.chzn-container .chzn-results{margin:0 4px 4px 0;max-height:240px;padding:0 0 0 4px;position:relative;overflow-x:hidden;overflow-y:auto}.chzn-container-multi .chzn-results{margin:-1px 0 0;padding:0}.chzn-container .chzn-results li{display:none;line-height:15px;padding:5px 6px;margin:0;list-style:none}.chzn-container .chzn-results .active-result{cursor:pointer;display:list-item}.chzn-container .chzn-results .highlighted{background-color:#3875d7;background-image:linear-gradient(top,#3875d7 20%,#2a62bc 90%);color:#fff}.chzn-container .chzn-results li em{background:#feffde;font-style:normal}.chzn-container .chzn-results .highlighted em{background:0 0}.chzn-container .chzn-results .no-results{background:#f4f4f4;display:list-item}.chzn-container .chzn-results .group-result{cursor:default;color:#999;font-weight:700}.chzn-container .chzn-results .group-option{padding-left:15px}.chosen-container-multi .chosen-drop .result-selected,.chzn-container-multi .chzn-drop .result-selected{display:none!important}.chzn-container .chzn-results-scroll{background:#fff;margin:0 4px;position:absolute;text-align:center;width:321px;z-index:1}.chzn-container .chzn-results-scroll span{display:inline-block;height:17px;text-indent:-5000px;width:9px}.chzn-container .chzn-results-scroll-down{bottom:0}.chzn-container .chzn-results-scroll-down span{background:url("/images/chosen-sprite.png") no-repeat -4px -3px}.chzn-container .chzn-results-scroll-up span{background:url("/images/chosen-sprite.png") no-repeat -22px -3px}.chzn-container-active .chzn-single{-o-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);border:1px solid #5897fb}.chzn-container-active .chzn-single-with-drop{border:1px solid #aaa;-o-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background-color:#eee;background-image:linear-gradient(top,#eee 20%,#fff 80%);-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.chzn-container-active .chzn-single-with-drop div{background:0 0;border-left:none}.chzn-container-active .chzn-single-with-drop div b{background-position:-18px 1px}.chzn-container-active .chzn-choices{-o-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);border:1px solid #5897fb}.chzn-container-active .chzn-choices .search-field input{color:#111!important}.chzn-disabled{cursor:default;opacity:.5!important}.chzn-disabled .chzn-single{cursor:default}.chzn-disabled .chzn-choices .search-choice .search-choice-close{cursor:default}.chzn-rtl{text-align:right}.chzn-rtl .chzn-single{padding:0 8px 0 0;overflow:visible}.chzn-rtl .chzn-single span{margin-left:26px;margin-right:0;direction:rtl}.chzn-rtl .chzn-single div{left:3px;right:auto}.chzn-rtl .chzn-single abbr{left:26px;right:auto}.chzn-rtl .chzn-choices .search-field input{direction:rtl}.chzn-rtl .chzn-choices li{float:right}.chzn-rtl .chzn-choices .search-choice{padding:3px 5px 3px 19px;margin:3px 5px 3px 0}.chzn-rtl .chzn-choices .search-choice .search-choice-close{left:4px;right:auto;background-position:right top}.chzn-rtl.chzn-container-single .chzn-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chzn-rtl .chzn-results .group-option{padding-left:0;padding-right:15px}.chzn-rtl.chzn-container-active .chzn-single-with-drop div{border-right:none}.chzn-rtl .chzn-search input{background:#fff url("/images/chosen-sprite.png") no-repeat -38px -22px;background:url("/images/chosen-sprite.png") no-repeat -38px -22px,linear-gradient(top,#eee 1%,#fff 15%);padding:4px 5px 4px 20px;direction:rtl}#insert-pubmed{padding:10px;margin:0 auto;text-align:center}#insert-pubmed table{padding:20px;margin:20px}.insert-pubmed-table{width:100%;padding-top:10px;padding-bottom:5px}#insert-pubmed-button{margin-left:5px}#insert-pubmed tr{text-align:left}.insert-pubmed-help-video-link{margin-top:9px;display:block;float:left}#PMIDLevel_chzn,#PMIDNumber{width:100%!important;box-sizing:border-box;-moz-box-sizing:border-box}.big-link{font-size:14px}.popup-link-close{background:url('/images/close-popup-link.png');bottom:20px;float:right;width:17px;height:17px;margin-right:15px;margin-top:8px;opacity:.9}.popup-link-close:hover{opacity:.7}.popup-link-wrapper{padding:5px;background:url(/images/facebox/b.png);z-index:10}#popup-link-background{padding-bottom:8px;background-color:#fff}.popup-link-content{padding:10px}.popup-link-content .right{float:right}.popup-link-content .ui-state-highlight.ui-corner-all{border:1px solid #fcefa1;background:#fbf9ee url(/images/smoothness/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.popup-link-content .ui-state-highlight.ui-corner-all p{margin:inherit}.qtip{max-width:none!important}.comment-section-nd ul.clean{padding:0;margin:0;list-style:none}.comment-section-nd .left{float:left}.comment-section-nd .clear{clear:both}.comment-section-nd .right{float:right}.comment-section-nd .comment-login{margin:10px 0 10px 0;border:1px solid #fe8;text-align:center;padding:10px;background-color:#ffffe5;font-size:14px}.comment-section-nd .comment-login a{font-size:14px}.comment-section-nd .comment-section{width:695px}.comment-section-nd .comment-list{background-color:#eeeef0;padding:5px 0 5px 0}.comment-section-nd .comment{padding:5px 10px 5px 10px}.comment-section-nd .comment-picture{width:47px;min-height:1px}.comment-section-nd .comment-picture img{border:1px solid #999}.comment-section-nd .comment-textbox{width:608px;padding:3px 0 3px 10px}.comment-section-nd .comment-textbox textarea{width:608px}.comment-section-nd .comment-textbox-home{width:550px;padding:3px 0 3px 10px}.comment-section-nd .comment-textbox-home textarea{width:540px}.comment-section-nd .comment-add{background:#e2edff;padding:7px 10px 5px 10px}.comment-section-nd .comment-content{width:604px;padding:5px;margin-left:10px;background:#fff;border:1px solid #ccc;border-bottom-color:#999}.comment-section-nd .comment-edit-link{font-size:12px;line-height:12px}.comment-section-nd .comment-text{padding-top:5px;word-wrap:break-word;font-size:14px;line-height:17px}.comment-section-nd .comment_text{float:left;width:540px;padding:5px;margin-left:15px}.comment-section-nd .comment_text_error{position:absolute;bottom:5px;display:block}.comment-section-nd--wide .comment_text{width:calc(100% - 63px)}.comment-section-nd .add-new-comment-control-wrapper{background:#e2edff;padding:5px;width:100%}.comment-section-nd .add-new-comment-control-wrapper td{vertical-align:top}.comment-section-nd .comment-picture-new{width:50px}.comment-section-nd .comment-picture-new img{border:1px solid #ccc;height:47px;margin-top:1px;width:47px}.comment-section-nd .comment-content-new{background:#fff;border:1px solid #ccc;border-bottom-color:#999;margin-left:10px;width:604px}.comment-section-nd .comment-textbox-new{background-color:#fff;border:1px solid #ccc;padding:5px;margin-bottom:5px;display:block}.comment-section-nd .comment-textbox-new-textbox{background:0 0;border:none;height:48px;resize:none;width:100%}.comment-section-nd .comment-textbox-new-textbox:focus{outline:0}.comment-section-nd .comment-textbox-new-bottom a{margin:5px;color:#01137f;display:block}.comment-section-nd table{display:table;border-collapse:separate;border-spacing:2px;border-color:grey}.comment-section-nd .new-button-basic-link{background-color:#3978ad}.comment-section-nd .new-button{border-radius:7px;padding-top:7px;padding-bottom:7px;min-width:100px;color:#fff;text-decoration:none;margin-left:5px;margin-right:5px;font-weight:lighter;display:block;text-align:center}.comment-section-nd .new-button div{float:left;margin-left:10px}.comment-section-nd .new-button img{float:left;margin-left:5px;margin-right:10px}.trackerRow{display:flex;align-items:stretch}.trackerRow:last-child .tracker-status__line:after{content:'';position:absolute;bottom:0;width:100%;height:16px;background-color:var(--default-background-color)}.trackerRow__cell{position:relative}.trackerRow__cell--position{font-size:20px;display:flex;justify-content:center;align-items:center;width:24px}@media only screen and (max-width:599px){.trackerRow__cell--position{display:none}}.trackerRow__cell--action{min-width:56px;width:56px}@media only screen and (max-width:599px){.trackerRow__cell--action{min-width:40px;width:40px}}.trackerRow__cell--title{width:100px;flex-grow:1}.trackerRow__cell--button{width:120px}.trackerRow__cell--result{display:flex;align-items:center;padding:0 8px;font-size:18px;font-weight:700}.trackerRow__position{vertical-align:middle;display:table-cell;width:36px;font-size:20px}.trackerRow__cell-title-part{float:left;display:flex;flex-direction:column;justify-content:center;height:48px}.trackerRow__item-details-wrapper{font-size:0}.trackerRow__button{position:relative;display:flex;align-items:center;justify-content:center;height:48px;font-size:14px;background-color:#78c96b;color:#fff!important;border:none;width:100%;padding:0}.trackerRow__button:hover{background-color:#63a955;text-decoration:none}.trackerRow__button:before{content:'';background:url('/images/cme/CME_nextstep_icon.png') no-repeat;width:30px;height:30px;margin-right:6px;display:block;background-position:center center;flex-shrink:0}.tracker-status__line:before{content:'';position:absolute;top:0;bottom:0;left:calc(50% - 1px);width:2px;background-color:#dbdbdb}.tracker-status__line--first:after{content:'';position:absolute;top:0;width:100%;height:16px;background-color:var(--default-background-color)}.tracker-status__action-mark{position:absolute;left:50%;top:10px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:2px solid #999;background-color:var(--default-background-color);border-radius:100%;transform:translateX(-50%);box-sizing:content-box}.tracker-status__action-icon.icon{display:none}.tracker-status__action-icon--check{position:relative;top:1px;color:#7ac96a;font-size:11px}.tracker-status__action-icon--fail{color:#f43a44;font-size:12px}.tracker-status__action-icon--action{position:relative;left:1px;color:#56aa59;font-size:12px}.tracker-status__action-icon--certificate{color:#56aa59}.tracker-status__bubble{display:none;position:absolute;top:6px;right:6px;align-items:center;justify-content:center;width:16px;height:16px;border-radius:100%;color:#fff;background-color:#99da8a;font-weight:700;font-size:12px}.ortho-comment__tracker-wrapper .tracker-status__action-icon--check{display:block}.cmeCompletedAction:not(.failedAction) .tracker-status__action-icon--check{display:block}.cmeCompletedAction.failedAction .tracker-status__action-icon--fail{display:block}.cmeAvailableFutureAction .tracker-status__action-icon--action,.cmeFutureAction .tracker-status__action-icon--action{display:block}.cmeFutureCertificate .tracker-status__action-icon--certificate,.cmePendingCertificate .tracker-status__action-icon--certificate{display:block}.cmeFutureAction .tracker-status__action-icon,.cmeFutureCertificate .tracker-status__action-icon{color:#dbdbdb}.cmeFutureAction .tracker-status__line:before,.cmeFutureCertificate .tracker-status__line:before{background-color:#dbdbdb}.cmeFutureAction .tracker-status__action-mark,.cmeFutureCertificate .tracker-status__action-mark{border-color:#dbdbdb}.cmePendingAction.required .tracker-status__bubble{display:flex;color:#99da8a;background-color:#fff}.cmePendingAction.required .tracker-status__action-icon{color:#fff}.cmePendingAction.required .tracker-status__line:before{background-color:#fff}.cmePendingAction.required .tracker-status__action-mark{border-color:#fff;background-color:#9adb8d}.cmePendingAction.required .tracker-status__action-icon--action{display:block}.cmePendingAction.required .tracker-status__line--last:after{background-color:#9adb8d}.cmeCompletedAction.failedAction.required .tracker-status__bubble{display:flex}.cmeCompletedAction.required .tracker-status__bubble{display:flex}.cmeAvailableFutureAction.required .tracker-status__bubble{display:flex}.add-hospital__result-list--hidden{display:none}.add-hospital__search-results{position:fixed;width:318px;max-height:200px;overflow-y:auto;padding:10px 0;box-sizing:border-box;background-color:#fff;box-shadow:0 2px 5px grey;font-size:14px;z-index:10}.add-hospital__search-result{display:flex;align-items:center;padding:5px;transition:color .2s ease,background-color .2s ease;cursor:pointer}.add-hospital__search-result:hover{background-color:#eaeaea}.add-hospital__search-loading--hidden{display:none}.add-hospital__no-search-results--hidden{display:none}.add-hospital__buttons{padding-top:80px}@keyframes flashing{from{opacity:0}10%{opacity:1}to{opacity:0}}.typing-effect__caret{position:relative;top:2px;display:inline-block;width:6px;height:16px;background-color:#999;animation:.8s linear 0s infinite flashing}.anconeus-type-button{width:80px;border:none;text-align:center;vertical-align:top;background-color:transparent}.anconeus-type-button:hover .anconeus-type-button__icon{opacity:.6}.anconeus-type-button__icon{display:inline-grid;justify-content:center;align-items:center;gap:2px;width:48px;height:48px;margin-bottom:4px;border-radius:4px;color:#fff;transition:opacity .1s}.anconeus-type-button__icon .icon-anconeus{font-size:24px}.anconeus-type-button__name{font-size:13px}.anconeus-type-button__ortho-tooltip-container{width:400px;padding:8px;font-size:16px}.anconeus-type-button__ortho-tooltip-container--ai{border:1px solid #02c2ab}.anconeus-type-button__ortho-tooltip-container--topic{border:1px solid #405783}.anconeus-type-button__ortho-tooltip-container--separate{border:1px solid #33a0db}.anconeus-type-button__part{width:100%;height:100%;border-radius:4px}.anconeus-type-button--ai .anconeus-type-button__icon{background-color:#02c2ab}.anconeus-type-button--ai .anconeus-type-button__name{color:#02c2ab}.anconeus-type-button--topic .anconeus-type-button__icon{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.anconeus-type-button--topic .anconeus-type-button__name{color:#405783}.anconeus-type-button--topic .anconeus-type-button__part:first-child{background-color:#33a0db}.anconeus-type-button--topic .anconeus-type-button__part:last-child{background-color:#405783}.anconeus-type-button--separate .anconeus-type-button__icon{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.anconeus-type-button--separate .anconeus-type-button__name{color:#33a0db}.anconeus-type-button--separate .anconeus-type-button__part:first-child{background-color:#33a0db}.anconeus-type-button--separate .anconeus-type-button__part:nth-child(2){background-color:#4abdff}.anconeus-type-button--separate .anconeus-type-button__part:nth-child(3){background-color:#405783}.anconeus-type-button--separate .anconeus-type-button__part:nth-child(4){background-color:#4b72b5}.cme-program{display:flex;justify-content:space-between;align-items:stretch;color:#999;font-size:14px}.cme-program__cell{display:flex;flex-direction:column;justify-content:center;padding:6px 4px;line-height:1.2}.cme-program__cell--image{width:130px}.cme-program__cell--name{flex-grow:1}.cme-program__cell--credits{position:relative;width:90px}.cme-program__cell--credits:before{content:'';position:absolute;top:8px;bottom:8px;left:0;width:1px;background-color:var(--separator-color)}.cme-program__cell--credits:after{content:'';position:absolute;top:8px;bottom:8px;right:0;width:1px;background-color:var(--separator-color)}.cme-program__cell--date{width:90px}.cme-program__cell--step{width:150px}.cme-program__cell--finish{position:relative}.cme-program__cell--finish:after{content:'';position:absolute;top:8px;bottom:8px;right:0;width:1px;background-color:var(--separator-color)}.cme-program__link{color:var(--main-font-color);font-size:14px;font-weight:700}.cme-program__button{display:flex;align-items:center;justify-content:flex-start;padding:8px 0;transition:background .1s,color .1s;color:#fff;font-size:14px}.cme-program__button:hover{text-decoration:none}.cme-program__button.vote_for_cme{background-color:#7da2dd}.cme-program__button.vote_for_cme:hover{background-color:#7085a8}.cme-program__button--next-step{background-color:#78c96b}.cme-program__button--next-step:hover{background-color:#63a955}.cme-program__button--certificate-link{justify-content:center;padding-left:16px;color:#999}.cme-program__button--certificate-link:hover{color:#292929}.cme-program__play-image-wrapper{display:flex;align-items:center;justify-content:center;width:48px}.cme-program__pdf-icon{padding-right:4px}.cme-program+.cme-program{border-top:1px solid var(--separator-color)}.cme-program--header{background-color:var(--second-background-color);text-transform:uppercase;font-size:12px}.cme-program--header .cme-program__cell:before{content:none}.cme-program--header .cme-program__cell:after{content:none}.cme-program--completed-header .cme-program__cell--step{margin-right:56px}.marketing-campaign{position:relative;display:flex;background-color:var(--second-background-color)}.marketing-campaign__cell{position:relative;display:flex;height:56px;width:1%;min-width:50px;padding:0 4px;color:var(--main-font-color);align-items:center;justify-content:left;flex-grow:1;font-size:14px}.marketing-campaign__cell--id{min-width:auto;max-width:50px;justify-content:center}.marketing-campaign__cell--status{max-width:2px;min-width:auto;padding:0;border:none}.marketing-campaign__cell--title{width:15%;font-weight:700;line-height:1.4}.marketing-campaign__cell--date{min-width:80px}.marketing-campaign__cell--active{background-color:#6ab197}.marketing-campaign__cell--paused{background-color:#f2cc6a}.marketing-campaign__cell--retired{background-color:#efeff4}.marketing-campaign__cell--expired{background-color:#d50039}.marketing-campaign__cell--control{width:40px;max-width:40px;min-width:auto;padding:0;justify-content:center;border:none;background-color:transparent;font-size:16px;transition:opacity .1s}.marketing-campaign__cell--control:hover{text-decoration:none;opacity:.5}.marketing-campaign__cell--edit{color:var(--link-color)}.marketing-campaign__cell--delete{color:#f43a44;font-size:14px}.marketing-campaign__cell--sponsor{min-width:100px;width:10%}.marketing-campaign__cell--per-day{min-width:100px}.marketing-campaign__cell--sponsor-body{overflow:hidden;line-height:1.4}.marketing-campaign__cell--sort{padding:0 4px;border:none;background-color:transparent;font-weight:700;transition:opacity .1s}.marketing-campaign__cell--sort:hover{opacity:.5}.marketing-campaign__cell--content{padding-right:12px;justify-content:center}.marketing-campaign__cell-link{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;border:none;font-size:14px;overflow:hidden;background-color:transparent}.marketing-campaign__cell-link--title{color:var(--main-font-color)!important}.marketing-campaign__edit-icon--stats{transform:rotate(-90deg);font-size:13px}.marketing-campaign__edit-icon.icon{opacity:0;visibility:hidden}.marketing-campaign__arrow{margin-left:4px;font-size:5px}.marketing-campaign__arrow--desc{transform:rotate(180deg)}.marketing-campaign__tooltip{width:350px;padding:10px;position:absolute;top:100%;left:calc(50% - 6px);z-index:1;transform:translateX(-50%)}.marketing-campaign__tooltip--small{width:100px}.marketing-campaign__popup{position:absolute;z-index:1}.marketing-campaign__popup-button{display:block;width:100%;background-color:var(--default-background-color);color:var(--main-font-color);border:none;border-left:2px solid #000;text-align:left;padding:8px;font-size:16px}.marketing-campaign__popup-button--active{border-color:#6ab197}.marketing-campaign__popup-button--paused{border-color:#f2cc6a}.marketing-campaign__popup-button--retired{border-color:#efeff4}.marketing-campaign__popup-button:hover .marketing-campaign__popup-button-wrapper{opacity:.6}.marketing-campaign__popup-button-wrapper{transition:opacity .1s}.marketing-campaign__content-link{display:block;color:#fff!important;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.marketing-campaign__content-icon{width:16px;font-size:9px}.marketing-campaign__content-icon--video{font-size:8px}.marketing-campaign__content-icon--case{font-size:10px}.marketing-campaign__tooltip-section+.marketing-campaign__tooltip-section{margin-top:8px}.marketing-campaign:hover .marketing-campaign__edit-icon.icon{opacity:1;visibility:visible}.marketing-campaign--header{margin-bottom:8px;border-bottom:2px solid var(--separator-color);background-color:transparent;font-weight:700}.marketing-campaign-table{width:100%}@media only screen and (max-width:1299px){.marketing-campaign-table{overflow-x:auto}}.marketing-campaign-table__item{margin-bottom:8px}.marketing-campaign-table__wrapper{min-width:1000px}.highlight-text{background-color:#f2cc6a}.users__list-item{border:1px solid #efeff4;padding:8px!important;margin-bottom:8px}.users__user{display:flex}.users__user-card{display:flex}.users__user-profile-image-container{margin-right:8px}.users__user-information{font-size:15px;color:#292929}.users__user-information a{font-size:15px}.users__user-profile-image{width:48px;height:48px;border-radius:50%;object-fit:cover}.users__user-fullname{margin-bottom:4px;color:#00009c}.users__user-location{margin-bottom:4px;font-size:13px}.users__user-specialty{font-size:13px;color:#999}.users__user-controls{margin-left:auto;align-self:center}.users__user-colleague-category{font-size:13px;color:#999}.users__button{display:inline-block;line-height:30px;height:30px;border:1px solid #e1e1e1;border-radius:2px;background-color:#fff;font-size:11px;font-weight:700;cursor:pointer;transition:background-color .1s ease;text-align:center;color:#292929;padding:0 16px;margin-right:8px}.users__button:hover{background-color:#f5f5f5;text-decoration:none}@media only screen and (min-width:1300px){.pageWrapper:not(.hide-sideMenu):not(.hide-notes) .message-thread__header,.pageWrapper:not(.hide-sideMenu):not(.hide-notes) .message-thread__header-title-container,.pageWrapper:not(.hide-sideMenu):not(.hide-notes) .message-thread__sorting-section,.pageWrapper:not(.hide-sideMenu):not(.hide-notes) .message-thread__thread-container{max-width:664px}}.message-list__page-title{font-size:13px;color:#999;margin-top:16px}@media only screen and (max-width:1023px){.message-list__page-title{padding:0 48px}}.message-list__header{padding:24px 0;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:599px){.message-list__header h1{font-size:22px}}.message-list__search{display:flex;justify-content:flex-end;align-items:center;position:relative}.message-list__search .icon{position:absolute;right:16px;color:var(--main-font-color);font-size:16px}.message-list__search-results-count{color:#a4a4a4;margin-right:10px;font-size:14px;width:120px;text-align:right}@media only screen and (max-width:599px){.message-list__search-results-count{display:none}}.message-list__search-input{background-color:var(--main-background-color);height:32px;width:240px;padding:0 32px 0 16px;box-sizing:border-box;border:1px solid var(--separator-color);border-radius:1px;color:var(--main-font-color);font-size:14px;transition:.2s ease border;position:relative}.message-list__search-input::placeholder{font-style:normal}.message-list__search-input:focus{outline:0}@media only screen and (max-width:599px){.message-list__search-input{width:200px}}.message-list__item{padding:16px!important;border:1px solid var(--separator-color);box-sizing:border-box}.message-list__item:not(:last-child){margin-bottom:16px}.message-list__item a{display:flex;width:100%}.message-list__item--unread{border-left:2px solid #4571a7}.message-list__item--hidden{display:none}@media only screen and (max-width:599px){.message-list__item{padding:8px!important}}.message-list__item-container{display:flex;flex-direction:column;color:var(--main-font-color);line-height:1.3;flex-grow:1;font-size:15px}@media only screen and (max-width:599px){.message-list__item-container{width:calc(100% - 62px)}}.message-list__item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.message-list__item-header-left-section,.message-list__item-header-right-section{display:flex;align-items:center;position:relative}.message-list__item-header-left-section--hidden,.message-list__item-header-right-section--hidden{display:none}@media only screen and (max-width:599px){.message-list__item-header-left-section{width:100%;justify-content:space-between}}@media only screen and (max-width:599px){.message-list__item-header-right-section{display:none}}.message-list__user-profile-image{border-radius:50%;width:64px;height:64px;margin-right:16px;object-fit:cover;flex-shrink:0}@media only screen and (max-width:599px){.message-list__user-profile-image{width:54px;height:54px;margin-right:8px}}@media only screen and (max-width:599px){.message-list__meta-username{font-size:13px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.message-list__meta-datetime{color:#999;padding-left:8px;font-size:13px}@media only screen and (max-width:599px){.message-list__meta-datetime{font-size:11px;white-space:nowrap}}.message-list__meta-thread-label{color:#999;padding-right:48px;font-size:13px}.message-list__message-subject{font-weight:700;padding-right:32px}@media only screen and (max-width:599px){.message-list__message-subject{font-size:13px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}}.message-list__message-body{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:#999}@media only screen and (max-width:599px){.message-list__message-body{font-size:13px}}.message-list__unread-messages-count-icon{position:absolute;right:0;top:-4px;font-size:32px;color:var(--separator-color)}.message-list__unread-messages-count-value{position:absolute;left:38%;top:2px;font-size:15px;font-weight:700;color:var(--link-color)}.message-list__list{margin-bottom:48px}.message-list__paging-section{display:flex;align-items:center;margin-bottom:40px}@media only screen and (max-width:599px){.message-list__paging-section{overflow:auto;padding-bottom:16px;margin-bottom:24px}}.message-list__paging-button{display:flex;align-items:center;justify-content:center;font-size:13px;height:40px;padding:0 16px;margin-right:8px;border:1px solid #e1e1e1;border-radius:2px;text-decoration:none;color:#333;font-weight:700;flex-shrink:0}.message-list__paging-button:focus,.message-list__paging-button:hover{text-decoration:none;background-color:#efeff4}.message-list__paging-button--active{background-color:#efeff4;pointer-events:none}.message-list__paging-button--inactive{pointer-events:none;opacity:.6}.message-list__paging-button--prev{background-color:#efeff4}.message-list__paging-button--prev:focus,.message-list__paging-button--prev:hover{opacity:.8}.message-list__paging-button--next{background-color:#efeff4}.message-list__paging-button--next:focus,.message-list__paging-button--next:hover{opacity:.8}.message-list__paging-dots{margin-right:8px;padding:0 8px;font-weight:700}.message-list__empty-list-label{text-align:center;margin-bottom:48px}.message-thread{padding-top:16px;position:relative;display:flex;flex-direction:column}.message-thread--recent-on-bottom{justify-content:space-between}.message-thread--recent-on-bottom .message-thread__send-message-section{margin-bottom:0;margin-top:auto;width:100%}.message-thread--recent-on-bottom .message-thread__thread-container{min-height:200px;max-height:80vh;overflow:auto}.message-thread__header{max-width:800px;display:flex;justify-content:space-between;margin-bottom:32px}@media only screen and (max-width:1023px){.message-thread__header{padding:0 48px}}.message-thread__header-title-container{max-width:800px;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.message-thread__header-title{font-weight:700;margin-right:16px}.message-thread__sorting-section{max-width:800px;text-transform:uppercase;font-size:12px;display:flex;align-items:center;justify-content:flex-start;padding-bottom:16px}.message-thread__sorting-section span{white-space:nowrap}.message-thread__header-sorting-dropdown{height:32px;background-color:var(--default-background-color);color:var(--main-font-color);border:0;border-radius:2px;text-transform:uppercase;font-weight:700;padding:0 8px}.message-thread__delete-thread-icon{font-size:16px;cursor:pointer}.message-thread__delete-thread-icon:hover{opacity:.7}.message-thread__back-arrow{font-size:6px;transform:rotate(90deg);margin-right:8px}.message-thread__back-link{display:flex;align-items:center;justify-content:center;color:var(--link-color)}.message-thread__back-link:active,.message-thread__back-link:focus,.message-thread__back-link:hover{text-decoration:none}.message-thread__send-message-section{margin-bottom:16px}.message-thread__thread-container{max-width:800px;padding-bottom:16px}.message-thread__message-author-image-link{display:inline-block}.message-thread__message-container{display:flex;flex-direction:column;margin-bottom:8px}.message-thread__message-container--left-side{align-items:flex-start}.message-thread__message-container--left-side .message-thread__message-body-container{flex-direction:row}.message-thread__message-container--left-side .message-thread__message-text{background-color:var(--blue-background-color)}.message-thread__message-container--left-side .message-thread__message--without-image{margin-left:64px}@media only screen and (max-width:599px){.message-thread__message-container--left-side .message-thread__message--without-image{margin-left:40px}}.message-thread__message-container--left-side .message-thread__message-sidebar{margin-right:16px}@media only screen and (max-width:599px){.message-thread__message-container--left-side .message-thread__message-sidebar{margin-right:8px}}.message-thread__message-container--right-side{align-items:flex-end}.message-thread__message-container--right-side .message-thread__message-body-container{flex-direction:row-reverse}.message-thread__message-container--right-side .message-thread__message-text{background-color:#efeff4}.message-thread__message-container--right-side .message-thread__message--without-image{margin-right:64px}@media only screen and (max-width:599px){.message-thread__message-container--right-side .message-thread__message--without-image{margin-right:40px}}.message-thread__message-container--right-side .message-thread__message-sidebar{margin-left:16px}@media only screen and (max-width:599px){.message-thread__message-container--right-side .message-thread__message-sidebar{margin-left:8px}}.message-thread__message-body-container{display:flex;width:100%}.message-thread__message{max-width:calc(100% - 128px)}@media only screen and (max-width:599px){.message-thread__message{max-width:calc(100% - 80px)}}.message-thread__message-text{border-radius:2px;padding:12px 16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background-color:#efeff4;line-height:1.3;font-size:15px;min-width:150px;word-break:break-word}@media only screen and (max-width:599px){.message-thread__message-text{font-size:13px}}.message-thread__message-text a{font-size:15px}@media only screen and (max-width:599px){.message-thread__message-text a{font-size:13px}}.message-thread__message-date{margin-left:16px;margin-bottom:4px}.message-thread__message-author-image{border-radius:50%;width:48px;height:48px;object-fit:cover}@media only screen and (max-width:599px){.message-thread__message-author-image{width:32px;height:32px}}.send-new-message .add-comment__import-buttons-container,.send-new-message .item-attachments__reference-text,.send-new-message .upload-image__text{display:none}.send-new-message .add-comment__wrapper{padding-top:24px;max-width:736px}.send-new-message__avatar{flex-shrink:0;width:48px;height:48px;border-radius:50%;background-size:cover;background-position:top center;background-repeat:no-repeat;margin-right:16px}@media only screen and (max-width:599px){.send-new-message__avatar{width:32px;height:32px;margin-right:8px}}.send-new-message__message-input .commentArea{overflow:auto}.send-new-message__message-error{color:red;font-size:12px}.send-new-message__buttons-container{display:flex;justify-content:flex-end}.send-new-message__send-message-button{padding:12px 24px;box-sizing:border-box;font-size:13px;font-weight:700;color:#fff;background-color:#4571a7;text-align:center;border:none;border-radius:2px}.send-new-message__send-message-button:hover{opacity:.8}.send-new-message .item-attachments__attachments{max-height:200px;overflow:auto}.users-list{font-family:Roboto,sans-serif}.users-list__title{padding-bottom:16px;font-weight:700;font-size:18px}.users-list__item{display:flex;align-items:center;justify-content:space-between;flex-grow:1;height:64px;min-width:800px;color:var(--main-font-color);transition:background-color .1s;font-size:15px}.users-list__item+.users-list__item{border-top:1px solid var(--separator-color)}.users-list__item--country{min-width:340px;width:50%;box-sizing:border-box}.users-list__item--country:nth-child(2){border-top:none}.users-list__item--country .users-list__country{width:140px}.users-list__item--link:hover{cursor:pointer;text-decoration:none;background-color:var(--second-background-color)}.users-list__item--highlighted{background-color:#e3ecfd}.users-list__number{width:50px;flex-shrink:0;text-align:center}.users-list__image{width:40px;height:40px;flex-shrink:0;margin-right:8px;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat}.users-list__featured-logo{flex-grow:1;padding-right:16px;max-width:200px;display:flex;justify-content:center}.users-list__featured-logo-image{max-height:40px;max-width:200px}.users-list__npi-number--confirmed{font-weight:600}.users-list__name{flex-shrink:0;width:15%;padding-right:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-list__name--link:hover{cursor:pointer;text-decoration:none;background-color:var(--second-background-color)}.users-list__name-container{display:flex;align-items:flex-end}.users-list__name-container img{height:24px}.users-list__name-location{margin-top:3px;font-size:10px;line-height:12px;color:#999;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-list__flag.flag-icon{position:relative;top:-2px;width:24px;height:24px;margin-right:8px;flex-shrink:0;background-size:cover;background-position:center;border-radius:50%}.users-list__country{flex-shrink:0;width:10%;padding-right:16px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-list__achievements{width:208px;display:flex;align-items:center;box-sizing:border-box;padding:0 40px}.users-list__achievements .rank-badge{min-width:40px}.users-list__achievements .rank-badge--middle{flex-direction:column}.users-list__rank-badge+.users-list__rank-badge{margin-left:20px}.users-list__button{display:inline-block;width:120px;line-height:30px;height:30px;margin-right:16px;border:1px solid var(--separator-color);border-radius:2px;background-color:var(--default-background-color);font-size:11px;font-weight:700;cursor:pointer;transition:background-color .1s ease;text-align:center;color:var(--main-font-color)}.users-list__button:hover{background-color:var(--second-background-color);text-decoration:none}.users-list__collapsable-arrow{width:8px;height:8px;border-right:2px solid var(--main-font-color);border-bottom:2px solid var(--main-font-color);transform:rotate(45deg);transition:transform .2s ease;margin-right:16px}.users-list__collapsable-arrow.up{transform:rotate(-135deg)}.users-list__collapsable-arrow.down{transform:rotate(45deg)}.users-list__icon{font-size:32px}.users-list__space{flex-grow:1}.users-list__list--two-columns{display:flex;flex-wrap:wrap}@media only screen and (max-width:1023px){.users-list__list{overflow-x:auto}}.users-list__practice{flex-shrink:0;width:15%;padding-right:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-list__badge{display:flex;align-items:center;flex-direction:column;width:50px}.users-list__badge .rank-badge__title{margin-top:3px;font-size:9px;line-height:12px}.users-actions{display:none;padding:10px;background-color:var(--default-background-color)}.users-actions table{width:100%;border-collapse:collapse}.users-actions td{padding:8px;text-align:left;border-bottom:1px solid var(--separator-color)}.users-actions th{background-color:var(--second-background-color);font-weight:700;padding:8px;text-align:left;border-bottom:1px solid var(--separator-color)}.clipboard{--clipboard-result-remove-background:#ffffff;--clipboard-result-separator-color:#EFEFF4}.night-mode .clipboard{--clipboard-result-remove-background:#5d5c5c;--clipboard-result-separator-color:#5d5c5c}@media only screen and (max-width:1023px){.clipboard-visible .clipboard{z-index:2}}.clipboard-visible .clipboard__wrapper{transform:translateX(0)!important}@media only screen and (max-width:1023px){.clipboard-visible .clipboard__wrapper{transform:translateY(0)!important}}.clipboard-visible .search-references,.clipboard-visible.search-references{margin-right:288px}@media only screen and (max-width:1023px){.clipboard-visible .search-references,.clipboard-visible.search-references{margin-right:0}}.clipboard-visible .attach-item{margin-right:288px}@media only screen and (max-width:1023px){.clipboard-visible .attach-item{margin-right:0}}@media only screen and (max-width:1023px){.clipboard-visible .search-references__wrapper{height:calc(100% - 230px - 60px)}}.clipboard-visible .search-references__paging-section{flex-direction:column;align-items:flex-start}.clipboard-visible .search-references__paging{padding-bottom:16px}.clipboard{position:absolute;top:0;right:0;bottom:0;overflow:hidden}@media only screen and (max-width:1023px){.clipboard{top:auto;right:auto;left:0;width:100%;height:230px}}.clipboard__wrapper{width:288px;height:100%;padding:16px 0;transition:transform .4s ease;background-color:var(--third-background-color);transform:translateX(288px)}@media only screen and (max-width:1023px){.clipboard__wrapper{width:100%;height:230px;transform:translateY(230px);box-sizing:border-box}}.clipboard__title{padding-top:2px;padding-left:8px;line-height:1;font-size:15px;font-weight:700}.clipboard__header{display:flex;align-items:center;padding:0 16px 24px 16px}.clipboard__number{min-width:16px;height:16px;line-height:16px;padding:0 4px;background-color:#fff;color:#4571a7;text-align:center;font-weight:700;font-size:11px}.clipboard__add-button{height:40px;width:calc(100% - 32px);margin:0 16px 16px 16px;padding:0;border:none;text-align:center;background-color:#4571a7;color:#fff;transition:background-color .2s ease;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.7px}.clipboard__add-button:hover{background-color:rgba(69,113,167,.7)}.clipboard__add-button-icon{font-size:12px;margin-right:4px}.clipboard__results{overflow-y:auto;height:calc(100% - 82px)}.clipboard__result{position:relative;padding:16px;line-height:1.3}.clipboard__result+.clipboard__result{border-top:1px solid var(--clipboard-result-separator-color)}.clipboard__result-source{padding-bottom:12px;padding-right:32px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.clipboard__result-title-wrapper{padding-bottom:12px;padding-right:32px}.clipboard__result-title-wrapper--video{padding-bottom:0;padding-right:32px}.clipboard__result-title{color:var(--link-color);font-size:15px}.clipboard__result-title:hover{color:var(--link-color)}.clipboard__result-authors{color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.clipboard__result-remove{position:absolute;right:16px;top:14px;width:24px;height:24px;padding:0;border:none;line-height:24px;border-radius:50%;text-align:center;background:var(--clipboard-result-remove-background);transition:opacity .2s ease}.clipboard__result-remove:hover{opacity:.7}.clipboard__result-remove-icon.icon{color:#f56a67;font-size:8px;font-weight:700}@media only screen and (min-width:1300px){.pageWrapper:not(.hide-sideMenu):not(.hide-notes) .steps-tabs__item{padding:8px}}.steps-tabs{--steps-tabs-item-background-color:#F9F9F9}.night-mode .steps-tabs{--steps-tabs-item-background-color:#5d5c5c}.steps-tabs{display:flex;white-space:nowrap;margin-left:1px;text-decoration:none}@media only screen and (max-width:1023px){.steps-tabs{overflow-x:auto}}@media only screen and (max-width:599px){.steps-tabs{flex-direction:column}}.steps-tabs__item{position:relative;height:55px;display:flex;align-items:center;flex-grow:1;padding:10px 10px 10px 20px;border:none;border-right:1px solid var(--separator-color);background-color:var(--steps-tabs-item-background-color);text-align:left}.steps-tabs__item:after{content:'';position:absolute;right:-5px;top:50%;transform:translateY(-50%) rotate(45deg);display:inline-block;width:8px;height:8px;border-right:1px solid var(--separator-color);border-top:1px solid var(--separator-color);background-color:var(--steps-tabs-item-background-color)}@media only screen and (max-width:599px){.steps-tabs__item:after{content:none}}.steps-tabs__item:first-child{z-index:5}.steps-tabs__item:nth-child(2){z-index:4}.steps-tabs__item:nth-child(3){z-index:3}.steps-tabs__item:nth-child(4){z-index:2}.steps-tabs__item:last-child{border-right:none}.steps-tabs__item:last-child:after{content:none}.steps-tabs__item:focus,.steps-tabs__item:hover{text-decoration:none}.steps-tabs__item__label{padding-bottom:5px;font-size:11px;color:#9db1d7}.steps-tabs__item__title{font-size:14px;color:var(--brand-active-color)}.steps-tabs__item--active,.steps-tabs__item.active{border-right:none;background-color:#5c77a2}.steps-tabs__item--active:after,.steps-tabs__item.active:after{right:-4px;border-right:none;border-top:none;background-color:#5c77a2}.steps-tabs__item--active .steps-tabs__icon,.steps-tabs__item.active .steps-tabs__icon{color:#fff}.steps-tabs__item--active .steps-tabs__item__title,.steps-tabs__item.active .steps-tabs__item__title{color:#fff}.steps-tabs__item--active .steps-tabs__item__label,.steps-tabs__item.active .steps-tabs__item__label{color:#cbdaf1}.steps-tabs__item--pass,.steps-tabs__item.pass{border-right:1px solid #bbcdeb;background-color:#7da2dd}.steps-tabs__item--pass:after,.steps-tabs__item.pass:after{border-right:1px solid #bbcdeb;border-top:1px solid #bbcdeb;background-color:#7da2dd}.steps-tabs__item--pass .steps-tabs__icon,.steps-tabs__item.pass .steps-tabs__icon{color:#fff}.steps-tabs__item--pass .steps-tabs__item__title,.steps-tabs__item.pass .steps-tabs__item__title{color:#fff}.steps-tabs__item--pass .steps-tabs__item__label,.steps-tabs__item.pass .steps-tabs__item__label{color:#cbdaf1}.steps-tabs__icon{color:#dbdbdb;font-size:26px}.steps-tabs__item-text{padding-left:10px}.steps-tabs--learning-goals .steps-tabs__item__label{font-size:13px}.steps-tabs--learning-goals .steps-tabs__item__title{font-size:16px}.steps-tabs--learning-goals .steps-tabs__item{height:60px}.total-progress__header{display:flex;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:599px){.total-progress__header{flex-direction:column}}@media only screen and (max-width:599px){.total-progress__header--top{flex-direction:column}}.total-progress__header--sub{align-items:center;padding-top:5px}.total-progress__header--sub .total-progress__icon-goal-circle{font-size:16px}.total-progress__title{display:inline;padding-bottom:10px;font-size:20px;font-weight:700}.total-progress__days-progress{padding:5px 0 10px 0;font-size:14px;color:#909090}.total-progress__days-current{color:var(--main-font-color);font-weight:700}.total-progress__progress-descriptions{position:relative;top:1px;display:flex;justify-content:right}@media only screen and (max-width:599px){.total-progress__progress-descriptions{padding-top:15px}}.total-progress__progress-description{position:relative;padding-left:15px;font-size:13px}.total-progress__progress-description:after{content:'';position:absolute;left:0;top:2px;width:10px;height:10px;background:#395682}.total-progress__progress-description+.total-progress__progress-description{position:relative;margin-left:35px}.total-progress__progress-description+.total-progress__progress-description:before{content:'';position:absolute;top:-4px;left:-18px;height:24px;width:1px;background-color:var(--separator-color)}.total-progress__progress-description--total-learn:after{background-color:#395682}.total-progress__progress-description--total-mastery:after{background-color:#78c870}.total-progress__total-progresses{padding-top:75px}@media only screen and (max-width:1023px){.total-progress__total-progresses{padding-left:40px;padding-right:15px}}.total-progress__total-progresses--without-progress{padding-top:55px}.total-progress__item{position:relative;height:12px;background-color:var(--third-background-color)}.total-progress__item--completed .total-progress__current{background-color:#395682}.total-progress__item--completed .total-progress__value{color:#395682}.total-progress__item--mastery .total-progress__current{background-color:#78c870}.total-progress__item--mastery .total-progress__value{color:#78c870}.total-progress__item+.total-progress__item{margin-top:10px}.total-progress__goal-section{position:absolute;top:0;left:0;bottom:0;z-index:1;background-color:rgba(57,86,130,.15)}.total-progress__progress-status{font-size:14px}.total-progress__goal{position:absolute;right:0;top:-45px;transform:translateX(50%);box-sizing:border-box;text-align:center}.total-progress__goal:before{content:'';position:absolute;left:12px;top:0;z-index:-1;width:1px;height:57px;background-color:#395682}.total-progress__icon-goal-circle{position:relative;top:-2px;margin-right:3px;vertical-align:middle;color:#395682;font-size:24px}.total-progress__goal-value{position:absolute;top:-20px;left:50%;transform:translate(-50%);color:#395682;font-size:14px;font-weight:700}.total-progress__value{position:absolute;right:100%;top:-2px;padding-right:5px;font-weight:700;font-size:14px}.total-progress__current{position:absolute;top:0;left:0;bottom:0;transition:width .4s ease}.total-progress__plan-dates{display:flex;justify-content:space-between;align-items:center;padding-top:20px;color:#909090;font-size:14px}.total-progress__icon-rocket{padding-right:3px;font-size:11px}.total-progress__icon-finish{padding-right:3px;font-size:11px}.total-progress--ahead .total-progress__icon-status{color:#395682}.total-progress--ahead .total-progress__goal:after{content:'';position:absolute;left:12px;top:45px;z-index:-1;width:1px;height:12px;background-color:#fff}.total-progress--behind .total-progress__icon-status{transform:rotate(180deg);color:#c41d6e}.total-progress--behind .total-progress__goal-value{color:#c41d6e}.total-progress--behind .total-progress__goal:before{background-color:#c41d6e}.total-progress--behind .total-progress__icon-goal-circle{color:#c41d6e}.total-progress--behind .total-progress__item--completed .total-progress__current{background-color:#c41d6e}.total-progress--behind .total-progress__goal-section{background:rgba(196,29,110,.15)}.total-progress--behind .total-progress__progress-description--total-learn:after{background-color:#c41d6e}.total-progress--behind .total-progress__item--completed .total-progress__value{color:#c41d6e}.total-progress--mobile-view{padding:30px 0 40px 0}@media only screen and (max-width:599px){.total-progress--mobile-view{padding:30px 10px 40px 10px}}.total-progress--mobile-view .total-progress__total-progresses{padding-left:30px;padding-right:30px}@media only screen and (max-width:599px){.total-progress--mobile-view .total-progress__total-progresses{padding-left:10px;padding-right:10px}}.total-progress--mobile-view .total-progress__plan-dates{padding-left:30px;padding-right:30px}@media only screen and (max-width:599px){.total-progress--mobile-view .total-progress__plan-dates{padding-left:10px;padding-right:10px}}.total-progress--mobile-view .total-progress__item{margin-bottom:35px}.total-progress--mobile-view .total-progress__value{top:17px;right:0;padding-right:0}.total-progress--mobile-view .total-progress__progress-description{position:absolute;top:17px;padding-left:0}.total-progress--mobile-view .total-progress__progress-description:after{content:none}.total-progress--mobile-view .total-progress__plan-dates{padding-top:5px}.total-progress--pass .total-progress__item{margin-bottom:28px}.total-progress--pass .total-progress__value{right:auto;left:0;top:15px}.total-progress--pass .total-progress__plan-dates{padding:5px 25px 0 25px}@media only screen and (max-width:1023px){.total-progress--pass .total-progress__plan-dates{padding-bottom:20px}}@media only screen and (max-width:1023px){.total-progress--pass .total-progress__progress-descriptions{padding-top:15px;align-self:flex-start}}@media only screen and (max-width:1023px){.total-progress--pass .total-progress__total-progresses{padding-left:0;padding-right:0}}.total-progress--pass .total-progress__header{align-items:center}.total-progress--pass .total-progress__header--top{padding:15px 20px;border-bottom:1px solid var(--separator-color)}@media only screen and (max-width:1023px){.total-progress--pass .total-progress__header--top{border-bottom:none}}@media only screen and (max-width:599px){.total-progress--pass .total-progress__header--top{flex-direction:row;padding:0 15px}}.total-progress--pass .total-progress__days-current{font-weight:400}.total-progress--pass .total-progress__title{padding:0;font-size:16px}.total-progress--pass .total-progress__days-progress{padding:0}.total-progress--pass .total-progress__header--sub{padding:23px 25px 0 25px}.total-progress--pass .total-progress__total-progresses{padding:90px 30px 0 30px}@media only screen and (max-width:599px){.total-progress--pass .total-progress_progress-status{text-align:left}}.total-progress--preview{display:flex;align-items:center}.total-progress--preview .total-progress__goal{top:-35px}.total-progress--preview .total-progress__goal:before{height:45px}.total-progress--preview .total-progress__goal-value{top:5px;left:-20px}.total-progress--preview .total-progress__total-progresses{flex-basis:100%;padding-top:30px}@media only screen and (max-width:1023px){.total-progress--preview .total-progress__total-progresses{padding-left:0;padding-right:0}}.total-progress--preview .total-progress__progress-status{flex-basis:80px;margin-left:25px;text-align:center}@media only screen and (max-width:1023px){.total-progress--preview .total-progress__progress-status{display:none}}.total-progress--preview .total-progress__icon-status{display:block;margin-bottom:5px;font-size:18px}.total-progress--preview .total-progress__item{height:10px}.total-progress__edit-start-button{background-color:transparent;border:none;padding:0;color:var(--main-font-color);font-size:12px}.evalmaster table.requests-table.prev-month .person-row td .box .request-small-card-item{background-color:#fff}.evalmaster table.requests-table .person-row td .box .request-small-card-item{background-color:#ece2eb;padding:0!important;border:0!important}.sml-card_skill{font-family:Arial,Helvetica,sans-serif;color:#000;line-height:normal;width:220px;cursor:pointer}.sml-card_skill .sml-user-box{display:flex;align-items:center;padding-bottom:5px;background-color:var(--default-background-color);font-size:0}.sml-card_skill .sml-user-box__image-box{vertical-align:top;text-align:left;padding-left:3px;display:inline-block}.sml-card_skill .sml-user-box__image-box img{height:40px;width:40px}.sml-card_skill .sml-user-box__info-box{vertical-align:top;text-align:left;display:inline-block;padding-left:8px}.sml-card_skill .sml-user-box__info-box__name{font-size:13px;font-weight:700}.sml-card_skill .sml-user-box__info-box__pgy-tcl{font-size:12px;padding-top:2px;opacity:.6}.sml-card_skill .sml-user-data-box{height:50px;background-color:#c6abc3;color:#fff}.sml-card_skill .sml-user-data-box__title-block{vertical-align:top;text-align:left;display:inline-block;padding-left:4px}.sml-card_skill .sml-user-data-box__title-block__title{padding-top:5px;padding-left:4px;font-size:12px;opacity:.6}.sml-card_skill .sml-user-data-box__title-block__label{font-size:16px;padding-top:6px;padding-left:4px}.sml-card_skill .sml-user-data-box__value-block{float:right;vertical-align:top;text-align:center;display:inline-block;height:100%;border-left:1px #b29aaf solid;padding:0 14px 0 14px}.sml-card_skill .sml-user-data-box__value-block__label{padding-top:7px;font-size:10px}.sml-card_skill .sml-user-data-box__value-block__value{padding-top:4px;font-size:18px}.sml-card_skill .sml-user-data-box__value-block__hidden{width:48px;height:27px;background-image:url(/images/pass_group/icons/accept_icon.png)!important;background-repeat:no-repeat;background-position:6px -6px!important}.sml-card_skill .sml-user-data-box_pending{background-color:var(--second-background-color);color:#79c969;text-align:center;vertical-align:middle;line-height:50px;font-size:14px}.sml-card_skill .sml-user-data-box_obsolete{background-color:var(--second-background-color);color:#f49d9d;text-align:center;vertical-align:middle;line-height:50px;font-size:14px}.sml-card_skill .sml-user-data-box .clear-box{clear:both}.sml-card_skill .sml-user-data-box{background-color:#5f7ba7}.sml-card_skill .sml-user-data-box__title-block__title{padding-top:7px}.sml-card_skill .sml-user-data-box__title-block__label{padding-top:3px}.sml-card_skill .sml-user-data-box__value-block{border-left:1px #52698e solid;padding:0;width:76px}.sml-card_skill .sml-user-data-box__value-block__label{padding-top:4px;font-size:14px;padding-bottom:4px}.sml-card_skill .sml-user-data-box__value-block__value{padding-top:4px;font-size:12px;background-color:#52698e;padding-bottom:7px}.user-dashboard-common__outside-link-icon{padding:5px;border:1px solid #7da2dd}.user-dashboard-common__dropdown-body-inner{display:flex;justify-content:space-between;border-bottom:1px solid var(--separator-color);padding:35px 0 40px 0}@media only screen and (max-width:1023px){.user-dashboard-common__dropdown-body-inner{flex-wrap:wrap}}.user-dashboard-common__dropdown-body-inner--without-border{border-bottom:none}.user-dashboard-common__common-info-part{flex-basis:50%;box-sizing:border-box}@media only screen and (max-width:1023px){.user-dashboard-common__common-info-part{flex-basis:100%}}.user-dashboard-common__common-info-part--left{display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width:1023px){.user-dashboard-common__common-info-part--left{flex-direction:row;padding-bottom:40px;margin-bottom:40px;border-bottom:1px dashed #e5e5e5}}@media only screen and (max-width:599px){.user-dashboard-common__common-info-part--left{flex-direction:column}}.user-dashboard-common__common-info-part--right{padding-left:40px}@media only screen and (max-width:1023px){.user-dashboard-common__common-info-part--right{padding-left:0}}.user-dashboard-common__icon-status{position:relative;top:-2px;font-size:22px;vertical-align:middle;margin-right:5px}.user-dashboard-common__user-focus{padding-bottom:10px;color:#909090;font-size:18px}.user-dashboard-common__focus-name{padding-bottom:15px;font-size:22px;font-weight:700;line-height:1.5}.user-dashboard-common__icon-donut{color:#9f9f9f}.user-dashboard-common__labels{padding-bottom:15px;font-size:0}.user-dashboard-common__label{display:inline-block;min-width:35px;padding:5px 7px;font-size:14px}.user-dashboard-common__label:after{content:none}.user-dashboard-common__label+.user-dashboard-common__label{margin-left:5px}@media only screen and (max-width:599px){.user-dashboard-common__title-wrapper{padding-bottom:5px}}.dashboard-widget{position:relative;display:flex;align-items:stretch;border:1px solid var(--separator-color)}@media only screen and (max-width:599px){.dashboard-widget{box-shadow:0 0 15px var(--shadow-color)}}.dashboard-widget__wrapper{position:relative;display:flex;justify-content:space-between;flex-direction:column;flex-grow:1;width:100%}.dashboard-widget__wrapper:before{content:"";position:absolute;top:100%;left:-1px;right:-1px;height:25px;border-left:1px solid var(--separator-color);border-right:1px solid var(--separator-color);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.dashboard-widget__wrapper:after{content:"";position:absolute;z-index:2;bottom:-35px;left:0;right:0;height:75px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;background-color:var(--dashboard-widget-background-color)}@media only screen and (max-width:599px){.dashboard-widget__wrapper--user-study-plan-dashboard .dashboard-widget__header{flex-direction:column}}@media only screen and (max-width:599px){.dashboard-widget__wrapper--user-study-plan-dashboard .dashboard-widget__calendar-control{position:initial;padding-top:16px}}.dashboard-widget__header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-bottom:1px solid var(--separator-color);background-color:var(--dashboard-widget-background-color)}@media only screen and (max-width:1023px){.dashboard-widget__header{padding:20px}}.dashboard-widget__header-controls{position:relative;top:1px;display:flex;align-items:center}@media only screen and (max-width:1023px){.dashboard-widget__header-controls--learning{position:absolute;top:0;left:0;right:0}}@media only screen and (max-width:1023px){.dashboard-widget__header-controls--reinforcement{position:absolute;top:0;left:0;right:0}}@media only screen and (max-width:1023px){.dashboard-widget__change-limit-link{position:absolute;top:-30px;left:0;right:0}}.dashboard-widget__title{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700}.dashboard-widget__body{position:relative;z-index:1;padding:30px;flex-grow:1;display:flex;flex-direction:column;background-color:var(--dashboard-widget-background-color)}@media only screen and (max-width:1023px){.dashboard-widget__body{padding:30px 20px}}.dashboard-widget__progress-wrapper{display:flex;align-items:center;padding-bottom:35px;border-bottom:1px dashed var(--separator-color)}@media only screen and (max-width:1023px){.dashboard-widget__progress-wrapper{flex-direction:column}}.dashboard-widget__progress-wrapper .selfProgressItem{flex-shrink:0;margin-right:8px}@media only screen and (max-width:1023px){.dashboard-widget__progress-wrapper .selfProgressItem{margin-right:0}}.dashboard-widget__progress-descriptions-wrapper{display:flex;justify-content:center;align-items:center;flex-grow:1}@media only screen and (max-width:1023px){.dashboard-widget__progress-descriptions-wrapper{padding-top:20px}}.dashboard-widget__content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-grow:1;padding:30px 0 20px 0;text-align:center}.dashboard-widget__content-text{font-size:16px}@media only screen and (max-width:1023px){.dashboard-widget__content-text{font-size:15px}}.dashboard-widget__content-text--done{color:#395682}.dashboard-widget__content-text--done-reinforcement{color:#4372ba}.dashboard-widget__content-text--due{color:#c51d6e}.dashboard-widget__content-value{font-size:28px;font-family:Roboto,sans-serif;font-weight:900}.dashboard-widget__content-value--done{color:#395682}.dashboard-widget__content-value--done-reinforcement{color:#4372ba}.dashboard-widget__content-value--due{color:#c51d6e}.dashboard-widget__content-quantity{padding:5px 12px;flex-basis:50%}.dashboard-widget__content-quantity+.dashboard-widget__content-quantity{border-left:1px solid var(--separator-color)}.dashboard-widget__content-quantities{display:flex;justify-content:center;align-items:center;padding-bottom:20px;min-width:300px}.dashboard-widget__footer-dropdown{position:relative;z-index:3;display:block;width:100%;padding:10px 0;border:none;text-align:center;background-color:#e2edff;color:#395682;transition:background-color .2s ease;font-size:14px}.dashboard-widget__footer-dropdown.learn-flashcard-link{background-color:#d5ebf8}.dashboard-widget__footer-dropdown.reinforce-flashcard-link{background-color:#dbf2ff}.dashboard-widget__footer-dropdown.learn-question-link{background-color:#c6dafe}.dashboard-widget__footer-dropdown.reinforce-question-link{background-color:#e0eafb}.dashboard-widget__footer-dropdown:hover{text-decoration:none;background-color:#fff}.dashboard-widget__footer-dropdown.active{background-color:var(--dashboard-widget-background-color);color:var(--main-font-color)}.dashboard-widget__footer-dropdown.active .dashboard-widget__footer-dropdown-text:after{display:none}.dashboard-widget__footer-dropdown.active .dashboard-widget__footer-dropdown-text:before{display:inline-block;color:var(--dashboard-widget-arrow-active-color)}.dashboard-widget__footer-dropdown.active .dashboard-widget__footer-dropdown-text-view{display:none}.dashboard-widget__footer-dropdown.active .dashboard-widget__footer-dropdown-text-close{display:inline}.dashboard-widget__footer-dropdown--learning:before{box-shadow:0 0 15px rgba(144,144,144,.12)}.dashboard-widget__footer-dropdown-text{position:relative;z-index:2}.dashboard-widget__footer-dropdown-text:after{content:'';position:absolute;top:6px;right:-15px;display:inline-block;border:4px solid transparent;border-top:5px solid #395682;transition:border .2s ease}.dashboard-widget__footer-dropdown-text:before{content:'';position:absolute;top:1px;right:-15px;display:none;border:4px solid transparent;border-bottom:5px solid #395682;transition:border .2s ease}.dashboard-widget__footer-dropdown-text-close{display:none}.dashboard-widget__action-description-wrapper{display:flex;justify-content:center;align-items:center;flex-grow:1;padding-bottom:20px}.dashboard-widget__action-description{line-height:1.3;font-size:14px}.dashboard-widget__action-description a{font-weight:700}.dashboard-widget__action-description--learn{color:#395682}.dashboard-widget__action-description--learn a,.dashboard-widget__action-description--learn button{color:#395682}.dashboard-widget__action-description--learn a:hover,.dashboard-widget__action-description--learn button:hover{color:#7999c9}.dashboard-widget__action-description--reinforce{color:#49a5e5}.dashboard-widget__action-description--reinforce a,.dashboard-widget__action-description--reinforce button{color:#49a5e5}.dashboard-widget__action-description--reinforce a:hover,.dashboard-widget__action-description--reinforce button:hover{color:#1f83c9}.dashboard-widget__action-description--bold{font-size:16px;font-weight:700}.dashboard-widget__js-date-left{display:inline-block}.dashboard-widget__take-questions{padding:0 30px}.dashboard-widget__take-questions.ortho-button.learn-flashcard-button{background-color:#2d9cdb}.dashboard-widget__take-questions.ortho-button.learn-flashcard-button:hover{text-decoration:none;background-color:#59b1e2}.dashboard-widget__take-questions.ortho-button.reinforce-flashcard-button{background-color:#49bdff}.dashboard-widget__take-questions.ortho-button.reinforce-flashcard-button:hover{text-decoration:none;background-color:#7ccfff}.dashboard-widget__take-questions.ortho-button.learn-question-button{background-color:#3e5681}.dashboard-widget__take-questions.ortho-button.learn-question-button:hover{text-decoration:none;background-color:#4f6da3}.dashboard-widget__take-questions.ortho-button.reinforce-question-button{background-color:#4c71b9}.dashboard-widget__take-questions.ortho-button.reinforce-question-button:hover{text-decoration:none;background-color:#718ec7}.dashboard-widget__link-limit{color:#7da2dd;font-size:14px;transition:color .2s ease}.dashboard-widget__link-limit .icon{position:relative;top:1px;margin-right:5px}.dashboard-widget__link-limit:hover{text-decoration:none;color:#395685}.dashboard-widget__calendar-control{position:relative;top:1px}@media only screen and (max-width:1023px){.dashboard-widget__calendar-control{position:absolute;right:20px;top:22px}}.dashboard-widget__ai-color{color:#4571a7}.dashboard-widget--anconeus .calendar-control__change-day{display:none}.dashboard-widget--overlay{z-index:2;box-shadow:0 0 15px var(--dashboard-widget-shadow-color)}.dashboard-widget--overlay:after{content:'';position:absolute;top:50%;right:0;display:inline-block;width:80px;height:80px;border:1px solid var(--separator-color);transform:rotate(45deg) translateY(-50%);background-color:var(--dashboard-widget-background-color);box-shadow:0 0 15px var(--dashboard-widget-shadow-color)}@media only screen and (max-width:1023px){.dashboard-widget--overlay:after{width:60px;height:60px}}@media only screen and (max-width:599px){.dashboard-widget--overlay:after{display:none}}.dashboard-widget--open .dashboard-widget__wrapper:after,.dashboard-widget--open .dashboard-widget__wrapper:before{transition:opacity .2s ease .2s,visibility .2s ease .2s;opacity:1;visibility:visible}.dashboard-widget--single{flex-basis:100%;margin-left:0}@media only screen and (max-width:599px){.dashboard-widget--single{margin-top:-20px}}.dashboard-widget--single:nth-child(odd){margin-right:0}.dashboard-widget--single .dashboard-widget__body{flex-direction:row;align-items:center;justify-content:space-around}@media only screen and (max-width:599px){.dashboard-widget--single .dashboard-widget__body{flex-direction:column}}.dashboard-widget--single .dashboard-widget__progress-wrapper{border-bottom:none;padding:0}@media only screen and (max-width:599px){.dashboard-widget--single .dashboard-widget__progress-wrapper{padding-bottom:35px}}.dashboard-widget--single .dashboard-widget__content{flex-grow:0;justify-content:center;padding:0 50px 0 0}@media only screen and (max-width:1023px){.dashboard-widget--single .dashboard-widget__content{padding:0 20px 0 30px}}@media only screen and (max-width:599px){.dashboard-widget--single .dashboard-widget__content{padding:0}}.dashboard-widget--single .rogress-descriptions__item-part{display:inline}.dashboard-widget--single .dashboard-widget__progress-descriptions-wrapper{padding-left:30px}@media only screen and (max-width:599px){.dashboard-widget--single .dashboard-widget__progress-descriptions-wrapper{padding-left:0}}.dashboard-widget--single .dashboard-widget__footer-dropdown.active{background-color:#e2edff}.dashboard-widget--single .dashboard-widget__footer-dropdown.active:hover{background-color:#fff}.dashboard-widget--single .dashboard-widget__footer-dropdown.active:after,.dashboard-widget--single .dashboard-widget__footer-dropdown.active:before{opacity:0;visibility:hidden}@media only screen and (min-width:1300px){.pageWrapper:not(.hide-notes) .dashboard-widget__progress-wrapper,.pageWrapper:not(.hide-sideMenu) .dashboard-widget__progress-wrapper{flex-direction:column}.pageWrapper:not(.hide-notes) .dashboard-widget__progress-descriptions-wrapper,.pageWrapper:not(.hide-sideMenu) .dashboard-widget__progress-descriptions-wrapper{padding-top:20px}}.progress-tracking{position:relative;display:flex;align-items:flex-start;padding:8px 0}.progress-tracking .icon-arrow-prev-round{display:none}.progress-tracking__steps{flex-basis:165px;min-width:165px;margin-right:5px;box-shadow:8px 0 3px -7px #c1c1c1}@media only screen and (max-width:599px){.progress-tracking__steps{flex-basis:125px;min-width:125px}}.progress-tracking__steps-progress{height:140px;padding-bottom:2px;border-bottom:1px solid #f3f3f3;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:1px}.progress-tracking__steps-title{padding-bottom:10px;font-size:14px}.progress-tracking__steps-name{height:25px;padding:0 10px;display:flex;align-items:center;margin-bottom:5px;background-color:#eaeaea;border-radius:1px;font-size:14px}.progress-tracking__steps-name b{padding-right:5px}.progress-tracking__steps-content{height:25px;display:flex;align-items:center;padding:2px 10px 2px 10px;border-bottom:1px solid #f3f3f3;border-radius:1px;color:#333;transition:background-color .2s ease}.progress-tracking__steps-content:focus,.progress-tracking__steps-content:hover{text-decoration:none;background-color:#eaeaea}.progress-tracking__steps-content--topic{height:50px}.progress-tracking__steps-content--overall{height:60px;font-size:14px}.progress-tracking__steps-content--overall:focus,.progress-tracking__steps-content--overall:hover{background-color:transparent}.progress-tracking__steps-content--category{font-size:14px}.progress-tracking__steps-content--category:focus,.progress-tracking__steps-content--category:hover{background-color:transparent}.progress-tracking__steps-content .icon{min-width:22px;padding-right:5px;font-size:14px;text-align:center}.progress-tracking__steps-content-wrapper{padding:2px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-tracking__button{width:100%;display:flex;justify-content:space-between;align-items:center;height:30px;margin-bottom:5px;background-color:#f3f3f3;border-radius:1px;border:none;font-size:12px;font-weight:700;color:#878787;transition:background-color .2s ease;cursor:pointer}.progress-tracking__button:focus,.progress-tracking__button:hover{outline:0;background-color:#eaeaea}.progress-tracking__button-text{flex:1 1 100%;text-align:center}.progress-tracking__button-icon{flex:0 0 20px;font-size:10px}.progress-tracking__photo-group{display:flex;justify-content:center;align-items:center;height:70px;margin-bottom:5px;background-color:#f9f9f9}.progress-tracking__name{height:30px;margin-bottom:5px;line-height:1.2;overflow:hidden}.progress-tracking__name-link{color:#7da2dc}.progress-tracking__name-link:focus,.progress-tracking__name-link:hover{color:#6888bb;text-decoration:none}.progress-tracking__separator{height:25px;background-color:#f9f9f9;margin-bottom:5px}.progress-tracking__progress{display:flex;justify-content:center;align-items:center;height:25px}.progress-tracking__progress-section+.progress-tracking__progress-section{margin-top:5px}.progress-tracking__js-width{position:absolute;top:0;left:0;bottom:0;display:flex;opacity:0;visibility:hidden;transform:translateX(-50px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.progress-tracking__js-width--opened{opacity:1;visibility:visible;transform:translateX(0)}.progress-tracking__group+.progress-tracking__group{margin-left:5px}.progress-tracking__group--active .progress-tracking__group-person--group{opacity:0;visibility:hidden;transform:translateX(50px)}.progress-tracking__group--active .icon-arrow-prev-round{display:block}.progress-tracking__group--active .icon-arrow-next-round{display:none}.progress-tracking__group--hidden .progress-tracking__js-width{display:none}.progress-tracking__group-person{width:70px;opacity:1;visibility:visible}.progress-tracking__group-person+.progress-tracking__group-person{margin-left:5px}.progress-tracking__group-person--group{transform:translateX(0);transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.progress-tracking__group-person--group .progress-tracking__name{color:#878787;text-align:center}.progress-tracking__group-info{position:relative;width:70px;min-width:70px;overflow:hidden;transition:width .3s ease,min-width .3s ease}.progress-tracking__photo{height:100%;width:100%;background-size:cover;background-position:center}.progress-tracking__content{display:flex}.progress-tracking__scroll{width:100%;overflow-x:auto}.progress-tracking__scroll::-webkit-scrollbar-track{background-color:#fff;border-bottom:10px solid transparent}.progress-tracking__scroll::-webkit-scrollbar{width:8px;height:8px;border-bottom:10px solid transparent;background-color:#f5f5f5}.progress-tracking__scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d1cece;border-bottom:10px solid transparent}.progress-tracking__scroll::-webkit-scrollbar-thumb:hover{background-color:#bbb}.progress-tracking__groups,.progress-tracking__towers{display:flex}.progress-tracking__steps-title-qte{color:#878787}.progress-tracking__person-overall{height:60px;margin-bottom:5px;display:flex;justify-content:center;align-items:center;background-color:#f9f9f9}.progress-tracking__content-tips{display:none;padding:10px;border:1px solid silver;background-color:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.2)}.progress-tracking__content-tips .qtip-content{padding:0}.progress-tracking__content-tip{display:flex;align-items:center;font-size:12px}.progress-tracking__content-tip .icon{position:relative;top:-1px;min-width:25px;padding-right:5px;text-align:center;font-size:15px}.progress-tracking__content-tip+.progress-tracking__content-tip{margin-top:10px}.progress-tracking__content-tip-progresses{display:flex}.progress-tracking__content-tip-progress{display:flex;justify-content:center;align-items:center;width:45px;height:25px}.progress-tracking__content-tip-text{flex-grow:1;max-width:150px;padding-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;transition:color .2s ease}.progress-tracking__content-tip-text:focus,.progress-tracking__content-tip-text:hover{text-decoration:none;color:#8a8a8a}.progress-tracking__tracking-wrapper--lock{position:relative}.progress-tracking__tracking-wrapper--lock:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,.8);z-index:1}.progress-tracking__tracking-wrapper--lock:after{content:'\e916';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#999;font-family:icomoon;font-size:24px;z-index:1}.progress-tracking__header{background-color:#f9f9f9!important;padding:10px 15px;font-size:16px;text-transform:initial;font-weight:700}.daily-reading{--dashboard-widget-background-color:#ffffff;--dashboard-widget-arrow-active-color:#395682;--dashboard-widget-shadow-color:rgba(144, 144, 144, 0.12)}.night-mode .daily-reading{--dashboard-widget-background-color:#3b3b3b;--dashboard-widget-arrow-active-color:#ffffff;--dashboard-widget-shadow-color:#464646}.daily-reading{padding:0 48px;color:var(--main-font-color);font-family:Arial;line-height:1.2}@media only screen and (max-width:1130px) and (min-width:1024px){.daily-reading{padding-right:15px}}@media only screen and (max-width:1023px){.daily-reading{margin:0;padding-bottom:20px;padding-right:15px;padding-left:15px;background-color:transparent}}@media only screen and (max-width:599px){.daily-reading{padding:0 10px 20px 10px}}.daily-reading__header{padding:0 0 35px 0}.daily-reading__header--anconeus{display:flex;flex-direction:column}.daily-reading__header--anconeus .notes-link{display:flex;flex-direction:column;margin:0 4px;color:var(--main-font-color)}.daily-reading__title{font-size:30px;font-weight:700}@media only screen and (max-width:599px){.daily-reading__title{font-size:21px}}.daily-reading__title--anconeus{display:flex;align-items:center}.daily-reading__title-beta{color:#999}.daily-reading__title-second{padding-top:5px;font-size:24px}.daily-reading__icon-anconeus{position:relative;top:-3px;margin-right:5px;vertical-align:middle;font-size:24px}.daily-reading__dropdown-header{display:flex;justify-content:space-between;align-items:center}.daily-reading__dropdown-header:after,.daily-reading__dropdown-header:before{content:'';height:1px;flex-grow:1;background-color:var(--separator-color)}.daily-reading__dropdown-open-text{display:none}.daily-reading__dropdown-button{position:relative;padding:0 30px 0 15px;border:none;background-color:transparent;transition:color .2s ease;color:#7da2dd;font-size:16px}.daily-reading__dropdown-button:hover{color:#395685}.daily-reading__dropdown-button:hover:after{border-bottom-color:#395685}.daily-reading__dropdown-button:hover:before{border-top-color:#395685}.daily-reading__dropdown-button:after{content:'';position:absolute;top:2px;right:14px;display:inline-block;border:5px solid transparent;border-bottom:6px solid #7da2dd;transition:border .2s ease}.daily-reading__dropdown-button:before{content:'';position:absolute;top:7px;right:14px;display:inline-block;border:5px solid transparent;border-top:6px solid #7da2dd;display:none;transition:border .2s ease}.daily-reading__dropdown-button--closed:after{display:none}.daily-reading__dropdown-button--closed:before{display:inline-block}.daily-reading__dropdown-button--closed .daily-reading__dropdown-open-text{display:inline}.daily-reading__dropdown-button--closed .daily-reading__dropdown-close-text{display:none}.daily-reading__daily-activities{padding-top:40px;padding-bottom:24px}.daily-reading__daily-activities-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px}@media only screen and (max-width:599px){.daily-reading__daily-activities-header{flex-direction:column;align-items:flex-start}}.daily-reading__activities-title{font-weight:700;font-size:18px}@media only screen and (max-width:599px){.daily-reading__activities-title{padding-bottom:10px}}.daily-reading__dashboard-widgets{display:flex;flex-wrap:wrap}@media only screen and (max-width:1023px){.daily-reading__dashboard-widgets{padding-top:40px}}@media only screen and (max-width:599px){.daily-reading__dashboard-widgets{flex-direction:column}}.daily-reading__dashboard-widgets--daily-goals-view{padding:0 30px 30px 30px}.daily-reading__dashboard-widget{width:calc(50% - 10px);box-sizing:border-box;background-color:#fff}@media only screen and (max-width:599px){.daily-reading__dashboard-widget{width:100%}}.daily-reading__dashboard-widget--learning{margin-right:10px}@media only screen and (max-width:599px){.daily-reading__dashboard-widget--learning{order:1;margin-right:0}}.daily-reading__dashboard-widget--reinforcement{margin-left:10px}@media only screen and (max-width:599px){.daily-reading__dashboard-widget--reinforcement{order:3;margin-left:0;margin-top:40px}}.daily-reading__reading{flex-basis:100%;max-width:100%}@media only screen and (max-width:599px){.daily-reading__reading{margin-bottom:20px}}.daily-reading__reading--learning{order:5}@media only screen and (max-width:599px){.daily-reading__reading--learning{order:2}}@media only screen and (max-width:599px){.daily-reading__reading--reinforcement{order:4}}.daily-reading__reading .arrow{display:none}.daily-reading__reading .studyCalendarPopup .dayInfo{width:auto;padding:5px 15px 15px 15px}.daily-reading__reading .dayInfo__header{display:none}.daily-reading__reading-header{display:flex;justify-content:space-between;padding:15px 15px 0 15px}@media only screen and (max-width:599px){.daily-reading__reading-header{padding-top:10px;padding-bottom:20px}}.daily-reading__reading-title{font-size:16px;font-weight:700;text-transform:uppercase}.daily-reading__reinforcement-table{padding:15px}.daily-reading__tab-content-item{border:1px solid var(--separator-color);text-align:left;background-color:var(--dashboard-widget-background-color);margin-top:25px}.daily-reading__tab-content-item--learning{box-shadow:0 0 15px rgba(144,144,144,.12)}.daily-reading__dropdown-body{padding:0 48px;margin:0 -48px}@media only screen and (max-width:1023px){.daily-reading__dropdown-body{margin:0;padding:0}}.daily-reading__dropdown-body--user-study-plan-dashboard .user-dashboard-common__focus-name{display:flex}.daily-reading__dropdown-body--user-study-plan-dashboard .pass-peak-study-plan-link{position:initial;padding-left:8px}.daily-reading__outside-link{display:inline-block;padding:0;border:none;background-color:transparent;transition:color .2s ease;color:#7da2dd;text-align:left;font-size:14px;font-weight:400}.daily-reading__outside-link:hover{text-decoration:none;color:#395685}.daily-reading__outside-link:hover:after{border-left-color:#395685}.daily-reading__outside-link:hover .daily-reading__outside-link-progress{border:1px solid #395685}.daily-reading__outside-link:focus{text-decoration:none}.daily-reading__outside-link--header-widget{position:relative;top:-1px}@media only screen and (max-width:1023px){.daily-reading__outside-link--header-widget{position:absolute;left:0;top:-30px}}.daily-reading__outside-link--header{margin-left:10px}.daily-reading__outside-link-icon{position:relative;top:1px;padding-right:3px}.daily-reading__icon-today{position:relative;top:-2px;margin-right:5px;vertical-align:middle;font-size:18px}.daily-reading__icon-today-day{position:absolute;top:7px;left:0;right:0;text-align:center;font-size:9px;font-family:Arial,sans-serif;font-weight:700}.daily-reading__anconeus-view-configuration{padding-top:16px;width:100%;margin-right:-16px;text-align:right}@media only screen and (max-width:599px){.daily-reading__anconeus-view-configuration{margin-left:-16px;margin-right:auto;padding-bottom:8px;text-align:left}}.daily-reading--single-widget .daily-reading__daily-activities{margin-bottom:0}.daily-reading--single-widget .daily-reading__reading{border-top:none}.daily-reading--single-widget .daily-reading__reading-header{padding-bottom:0}@media only screen and (max-width:1023px){.daily-reading--single-widget .daily-reading__dashboard-widgets{padding-top:0}}.daily-reading-main{min-height:auto}#event-edit .chzn-choices .search-field input,#event-edit .chzn-container,#event-edit .chzn-drop,#event-edit .chzn-search input{width:100%!important}#event-edit .chzn-choices .search-field{height:25px;display:block}#event-edit .chzn-single span{height:32px;line-height:32px}#event-edit #tabs{border:none}#event-edit #tabs .ui-tabs-panel{padding:0}#event-edit #tabs>ul{text-align:center;margin:10px 0 10px;padding:0;border:none;background:0 0}#event-edit #tabs>ul li{display:inline-block;float:none;border-radius:0;border:none;background:0 0}#event-edit #tabs>ul li a:hover,#event-edit #tabs>ul li.ui-state-active a{background-color:#5a7aaf;color:#fff}#event-edit #tabs>ul li a{color:#000;font-size:14px;background:0 0;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;padding:5px 10px}#event-edit #event-daily-tabs{border:none}#event-edit #event-daily-tabs>ul{padding:0;border:none;background:0 0}#event-edit #event-daily-tabs li{display:inline-block}#event-edit #event-daily-tabs li a{display:inline-block;border:1px solid #5a7aaf;padding:8px;color:#2a5077}#event-edit #event-daily-tabs li a.active,#event-edit #event-daily-tabs li a:active,#event-edit #event-daily-tabs li a:focus,#event-edit #event-daily-tabs li a:hover{text-decoration:none;background-color:#5a7aaf;color:#fff}#event-edit .eventsession-remove{position:absolute;right:15px;top:0}#event-edit .eventsession-timeslot-add{display:block;width:100%;padding:8px 5px;color:#666;border:1px dashed #d5d5d5;transition:all linear .2s;margin:10px 0}#event-edit .eventsession-timeslot-add:hover{background-color:#eee;color:#222;text-decoration:none;border:1px dashed #aaa}#event-edit .eventsession-timeslot-add:focus{text-decoration:none}#event-edit .timeslots-headings>div{height:20px;line-height:20px;padding:0;display:block;margin-top:10px;text-transform:uppercase;opacity:.8}#event-edit .timeslots-items .timeslots-items-item:last-of-type input{border-bottom:1px solid #ddd}#event-edit .timeslots-items .timeslots-items-item:last-of-type .eventsession-timeslot-remove{height:32px;line-height:32px;border:1px solid #ddd}.event-sessions-container-session{border:1px solid #ddd;background-color:#f5f5f5;position:relative;margin:10px 0}.event-sessions-container-add{display:block;width:100%;padding:20px 5px;height:60px;text-align:center;line-height:20px;font-size:16px;color:#7d8da7;transition:all linear .2s;margin:10px 0;border:1px solid #f1f4f9;background-color:transparent}.event-sessions-container-add:focus,.event-sessions-container-add:hover{text-decoration:none;background-color:#f1f4f9!important;color:#2a5077;border:1px solid #f1f4f9}.event-sessions-container .session-items-list .session-item-title{overflow:hidden;height:16px;line-height:16px;font-size:10px;white-space:nowrap;text-overflow:ellipsis}@media only screen and (max-width:599px){.event-sessions-container .session-items-list .session-item-title{width:auto}}.event-sessions-container-importance{position:absolute;right:0;width:22px;font-size:12px}@media only screen and (max-width:1023px){.event-sessions-container-importance{position:static;margin-left:5px}}.event-header{padding:20px;background-color:#395685;background:linear-gradient(180deg,#6b8fbb 0,#395685 100%);margin:10px 0;font-weight:700;position:relative;overflow:hidden;border-radius:1px}.event-header__title-container{position:relative;padding-right:416px}@media only screen and (max-width:1023px){.event-header__title-container{padding-right:150px}}@media only screen and (max-width:599px){.event-header__title-container{padding-right:100px}}.event-header__title-container__dates{font-weight:700;line-height:18px;color:#fff;font-size:16px;margin-bottom:15px;text-transform:uppercase}@media only screen and (max-width:599px){.event-header__title-container__dates{font-size:10px}}.event-header__title-container__title{color:#fff;font-weight:700;font-size:27px;line-height:31px;max-height:62px;overflow:hidden;margin-bottom:15px}@media only screen and (max-width:1023px){.event-header__title-container__title{font-size:20px}}@media only screen and (max-width:599px){.event-header__title-container__title{font-size:16px;line-height:20px}}.event-header__title-container__location{color:#fff;font-size:16px;line-height:18px;margin-bottom:16px}@media only screen and (max-width:599px){.event-header__title-container__location{font-size:10px}}.event-header__logo{position:absolute;top:20px;right:20px;max-height:96px;max-width:400px}@media only screen and (max-width:1023px){.event-header__logo{max-width:150px}}@media only screen and (max-width:599px){.event-header__logo{max-width:100px}}.event-header__backgroundImage{position:absolute;top:0;left:0;width:100%;height:100%}.event-header__additional{align-items:center;display:flex;justify-content:space-between;position:absolute;bottom:20px;right:20px;width:auto}.event-header__additional-settings{width:auto}.event-header__additional-settings a{height:14px;line-height:14px;float:right;font-weight:400;margin-left:10px;font-size:14px;color:#fff}@media only screen and (max-width:599px){.event-header__additional-settings a{font-size:12px}}.event-header__additional-settings a .icon{font-size:14px}@media only screen and (max-width:599px){.event-header__additional-settings a .icon{font-size:12px}}.event-header__additional-statistics{align-items:center;color:#fff;cursor:default;display:flex;justify-content:flex-end;font-size:14px;font-weight:400;height:14px;margin-right:3px}.event-header__additional-statistics .rating{margin-left:10px}.event-header__additional-statistics .rating i{color:#fff}.event-header__additional-statistics .rating i.blank{color:silver}@media only screen and (max-width:599px){.event-header__additional-statistics{font-size:10px}}.event-header__event-statistics{display:flex;align-items:center;color:#fff;font-size:16px;gap:16px;font-weight:400;margin-right:16px}@media only screen and (max-width:1023px){.event-header__event-statistics{font-size:13px}}@media only screen and (max-width:599px){.event-header__event-statistics{font-size:10px}}.event-header__event-statistics-item{display:flex;align-items:center;gap:8px}.event-header__event-statistics-item-image--video{height:16px}@media only screen and (max-width:1023px){.event-header__event-statistics-item-image--video{height:13px}}@media only screen and (max-width:599px){.event-header__event-statistics-item-image--video{height:10px}}.event-header__event-statistics-tooltip p{font-size:13px;margin-bottom:4px}.event-header__event-statistics-item-value{font-size:14px}@media only screen and (max-width:1023px){.event-header__event-statistics-item-value{font-size:13px}}.connected-events{margin-top:4px;padding:0}@media only screen and (max-width:599px){.connected-events{padding:0 10px}}.connected-events a{font-size:14px;padding-right:7px}.connected-events .separator{padding-right:7px;color:var(--separator-color)}.connected-events .separator:last-of-type{display:none}.study-plan-user-view .event-agenda{display:block!important}.event-upcoming{padding:0;text-align:right}@media only screen and (max-width:599px){.event-upcoming{text-align:left;padding:0 10px}}.event-upcoming__days-left{color:#7da2dc;font-size:15px;font-weight:700;padding:18px 10px 0 0;text-align:right;text-transform:uppercase;width:100%}.event-upcoming .event-registration__button{display:inline-block;vertical-align:middle;height:30px;line-height:30px;font-weight:700;color:#fff;font-size:13px;text-transform:uppercase;border-radius:2px;background-color:#7da2dc;padding:0 16px;cursor:pointer;transition:all linear .1s;margin-top:10px}.event-upcoming .event-registration__button:hover{text-decoration:none;background-color:#5585d2;color:#fff}.event-upcoming .event-registration__button:focus{text-decoration:none}.event-content{font-family:Arial;color:#333}.event-content__presentation-mode-button-wrapper{text-align:right}.event-content__presentation-mode-button{display:inline-flex;align-items:center;justify-content:center;height:26px;width:40px;padding:0 5px;border:none;background:0 0;transition:background .2s ease,color .2s ease;color:silver;background:var(--second-background-color);border-radius:4px;font-size:14px}.event-content__presentation-mode-button:hover{background:#9db1d7;color:#fff;text-decoration:none}.event-content__presentation-mode-button--live-polls{margin-top:16px}.event-content__presentation-mode-button--live-feed:focus{text-decoration:none}.event-content__image-slider{height:320px}.event-content__image-slider .image-slider__image{height:320px}.event-content__video-overview{margin:0 auto;width:900px;max-width:100%}.event-content .tracks-list .content-searcher__input{font-size:13px;line-height:24px;width:80%;display:inline-block}.event-content .tracks-list__items .track-item>div{display:inline-block}.event-content .tracks-list__items .track-item-title{padding:0 10px 5px 10px;width:65%;font-size:14px;color:#222;white-space:nowrap;overflow:hidden}.event-content .tracks-list__items .track-item-controls{width:30%;float:right!important;position:relative}.event-content .tracks-list__items .track-item-controls__remove-link{color:red;padding:3px 5px;text-decoration:none}.event-content .tracks-list__items .track-item-controls__remove-link:hover{background-color:#e0e4ef}.event-content .exams-list{margin:0 0 10px 0}.event-content .exams-list__headers{padding:8px 10px 1px 10px;height:25px;color:#b2b2b2}@media only screen and (max-width:599px){.event-content .exams-list__headers{padding-left:0;padding-right:0}}.event-content .exams-list__headers .exams-list-header{display:inline-block;text-align:center}.event-content .exams-list__headers .exams-list-header--title{width:50%;text-align:left}@media only screen and (max-width:599px){.event-content .exams-list__headers .exams-list-header--title{width:30%}}.event-content .exams-list__headers .exams-list-header--questions{width:10%}@media only screen and (max-width:599px){.event-content .exams-list__headers .exams-list-header--questions{width:20%}}.event-content .exams-list__headers .exams-list-header--score{width:10%}@media only screen and (max-width:599px){.event-content .exams-list__headers .exams-list-header--score{width:20%}}.event-content .exams-list__headers .exams-list-header--controls{float:right;width:25%}@media only screen and (max-width:599px){.event-content .exams-list__headers .exams-list-header--controls{width:30%}}.event-content .exams-list__items .exam-item{height:50px;width:100%;color:var(--main-font-color)}.event-content .exams-list__items .exam-item>div{float:left;display:inline-block}.event-content .exams-list__items .exam-item-title{height:50px;padding:12px 8px 0 10px;width:50%}@media only screen and (max-width:599px){.event-content .exams-list__items .exam-item-title{width:30%;padding-left:0}}.event-content .exams-list__items .exam-item-title-name{font-size:14px;color:var(--main-font-color);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:700;height:17px}.event-content .exams-list__items .exam-item-title-code{font-size:11px;color:#9b9a9c}.event-content .exams-list__items .exam-item-questions{width:10%;text-align:center;line-height:50px;font-size:13px}@media only screen and (max-width:599px){.event-content .exams-list__items .exam-item-questions{width:20%}}.event-content .exams-list__items .exam-item-score{width:10%;text-align:center;line-height:50px;font-size:18px;font-weight:700}@media only screen and (max-width:599px){.event-content .exams-list__items .exam-item-score{width:20%;font-size:14px}}.event-content .exams-list__items .exam-item-controls{height:50px;width:30%;float:right!important;line-height:50px;position:relative}.event-content .exams-list__items .exam-item-controls__button{padding-left:50px;color:#fff;background-color:#99da8a;background-image:url(/images/testmaster/test_start.png);background-repeat:no-repeat;background-position:8px 8px;width:150px;display:inline-block;font-size:18px;float:right}@media only screen and (max-width:599px){.event-content .exams-list__items .exam-item-controls__button{width:100%;background-image:none;font-size:12px;padding-left:0;text-align:center;white-space:nowrap}}.event-content .exams-list__items .exam-item-controls__button--review{background-image:url(/images/testmaster/test_review.png);background-position:13px 12px;background-color:#f9f9f9;color:#7da2dd!important}.event-content .exams-list__items .exam-item-controls__button--review:hover{background-color:#f3f3f3!important}@media only screen and (max-width:599px){.event-content .exams-list__items .exam-item-controls__button--review{background-image:none}}.event-content .exams-list__items .exam-item-controls__button:hover,.event-content .exams-list__items .exam-item-controls__buttonfocus{text-decoration:none;background-color:#8dc480}.event-content .exams-list__items .exam-item-controls__remove-link{background-image:url(/images/cancel_button_icon.png);background-repeat:no-repeat;background-position:50%;vertical-align:middle;position:absolute;top:0;right:0;height:50px;width:50px;display:none}.event-content .exams-list__items .exam-item-controls__remove-link:hover{background-color:#e0e4ef}@media only screen and (max-width:599px){.event-content .exams-list__items .exam-item-controls__remove-link{background-image:none}}.event-content .exams-list__items .exam-item:hover{background-color:var(--second-background-color)}.event-content .exams-list__items .exam-item:hover .exam-item-controls__remove-link{display:block}.event-content .event-registration__button{height:30px;line-height:30px;font-weight:700;color:#fff;font-size:12px;text-transform:uppercase;border-radius:2px;background-color:#7da2dc;padding:0 15px;float:right;cursor:pointer;transition:all linear .1s;margin-top:10px}.event-content .event-registration__button:hover{text-decoration:none;background-color:#5585d2;color:#fff}.event-content .event-registration__button:focus{text-decoration:none}.event-content__agenda-content{margin-bottom:20px}.event-content__attendees-filter,.event-content__cases-filter,.event-content__documents-filter,.event-content__videos-filter{padding:10px 0 20px 0}@media only screen and (max-width:599px){.event-content__attendees-filter,.event-content__cases-filter,.event-content__documents-filter,.event-content__videos-filter{padding:0 10px 20px 10px;flex-direction:column}}.event-content__filter-section{display:flex;justify-content:center;align-items:center;margin-right:20px;width:85%}.event-content__filter-section__label{color:#878787;font-size:14px;margin-right:10px;min-width:110px}.event-content__filter-section__select,.event-content__filter-section__user-select select{width:100%}.event-content__videos-session-filter option:disabled{font-weight:700}.event-content__attendees-list{margin:0 -10px}@media only screen and (max-width:599px){.event-content__attendees-list{margin:0 10px}}.event-content__filter-title{font-weight:700;text-transform:uppercase;padding-top:15px;color:#878787;float:left}.event-content__filter-tabs{display:flex;float:left;padding-top:3px;flex-wrap:nowrap;max-width:100%;overflow-x:auto;padding-bottom:8px}.event-content__filter-tabs .filter-tabs__tab{white-space:nowrap}@media only screen and (max-width:599px){.event-content__filter-tabs{float:none;padding-bottom:10px;max-width:100%}}.event-content__filter-tabs .documents-filter-tag,.event-content__filter-tabs .video-filter-tag{border-bottom:2px solid;cursor:pointer;font-size:14px;margin-bottom:5px;margin-right:5px;padding:5px 10px;opacity:.6;border-color:#ddd}.event-content__filter-tabs .documents-filter-tag:hover,.event-content__filter-tabs .video-filter-tag:hover{opacity:1;background-color:#f9f9f9}.event-content__filter-tabs .documents-filter-tag.selected,.event-content__filter-tabs .video-filter-tag.selected{border-color:inherit!important;opacity:1}.event-content__filter-tabs .documents-filter-tag--default.selected,.event-content__filter-tabs .video-filter-tag--default.selected{color:#395685;border-bottom:2px solid #395685}.event-content__search{position:relative;float:right}@media only screen and (max-width:599px){.event-content__search{float:none}}.event-content__search .icon{position:absolute;top:8px;right:10px;color:#a4a4a4;font-size:14px}.event-content__search-results-count{color:#a4a4a4;margin-right:10px;font-size:14px;width:120px;text-align:right}.event-content__search-results-count.invisible{visibility:hidden}.event-content__search-field{height:30px;width:240px;padding:0 30px 0 10px;box-sizing:border-box;border:1px solid var(--separator-color);border-radius:1px;background-color:var(--default-background-color);color:#a4a4a4;font-size:14px;transition:.2s ease border}.event-content__search-field:focus{border:1px solid #c7c7c7}.event-content__search-field::placeholder{color:#a4a4a4}@media only screen and (max-width:599px){.event-content__search-field{width:100%}}.event-content__large-users{display:flex;flex-wrap:wrap}.event-content--overview>.row{margin-bottom:30px}.event-content--overview>.row .col-md-12{padding:0}.event-content--overview>.row.image-carousel,.event-content--overview>.row.location-full{margin-bottom:0}.event-content .dashboardItem--hidden{display:none!important}.event-content h3{font-size:12px;color:#878787;line-height:18px;font-weight:700;text-transform:uppercase;margin-bottom:5px}.event-content p{display:block;line-height:21px;color:var(--main-font-color);font-size:14px}.event-content .location{line-height:21px;display:inline-block}.event-content .location a{font-weight:700;color:#7da2dc}.event-content .description{line-height:24px}.event-content .description h3{margin-bottom:5px}.event-content .location-full{font-size:14px;line-height:24px}.event-content .location-full .map{margin-top:10px;border-radius:1px}.event-content .location-full .map iframe{width:100%;height:100%}.event-content .chairs .chair{width:50%;max-width:510px;min-width:400px;float:left;margin-bottom:10px;margin-top:15px}@media only screen and (max-width:599px){.event-content .chairs .chair{width:100%;min-width:auto}}.event-content .chairs .chair:nth-child(odd){clear:left}.event-content .chairs .chair__info{padding:0 15px;margin-left:120px}@media only screen and (max-width:599px){.event-content .chairs .chair__info{margin-left:80px}}.event-content .chairs .chair__info__name{font-size:18px;line-height:24px;color:#7da2dc;transition:color .2s ease}.event-content .chairs .chair__info__name:hover{color:#6a89bb;text-decoration:none}.event-content .chairs .chair__info__specialty{margin-top:5px;font-size:14px;line-height:21px;color:#333}.event-content .chairs .chair__info__location,.event-content .chairs .chair__info__position,.event-content .chairs .chair__info__subspecialty{margin-top:8px;font-size:14px;line-height:16px;color:#878787}@media only screen and (max-width:599px){.event-content .chairs .chair__info__location,.event-content .chairs .chair__info__position,.event-content .chairs .chair__info__subspecialty{line-height:1.2}}.event-content .chairs .chair__image{width:120px;height:120px;overflow:hidden;float:left;border-radius:50%}@media only screen and (max-width:599px){.event-content .chairs .chair__image{width:80px;height:80px}}.event-content .chairs .chair__image img{width:100%}.event-content .speakers{margin-bottom:35px}.event-content .speakers-list{margin-bottom:0}.event-content .speakers .speaker{width:170px;float:left;height:60px;margin-top:15px}.event-content .speakers .speaker__image{width:50px;height:50px;overflow:hidden;float:left;border-radius:1px}.event-content .speakers .speaker__image img{width:50px}.event-content .speakers .speaker__info{margin-left:50px;padding:0 10px}.event-content .speakers .speaker__info__name{color:#333;font-weight:700;font-size:12px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-content .speakers .speaker__info__location{max-height:28px;margin-top:5px;color:#878787;font-size:12px;line-height:14px;overflow:hidden}.event-content--live-stream .private-container{padding:40px 0;text-align:center}.event-content--live-stream .private-video-card{color:#a94442;width:70%;padding:50px;margin:0 auto;background:#f9f2f4;font-size:18px}.event-content--live-stream .stream-title{text-align:left;padding:15px}.event-content--live-stream .content-header__additional-info--video,.event-content--live-stream .content-header__additional-tools,.event-content--live-stream .event-registration-widget,.event-content--live-stream .videoDescription,.event-content--live-stream .videoImportanceStat,.event-content--live-stream .view-video__plays-statistics{display:none}.event-content__placeholder--live-feed .ortho-comment{background-color:var(--main-background-color);padding:10px;margin:0}.event-content--overview{font-size:14px}.view-meeting{padding-top:12px}.view-meeting__meeting-content{margin:20px 0}.view-meeting__meeting-content-tabs{flex-wrap:wrap}@media only screen and (max-width:1023px){.view-meeting__meeting-content-tabs{flex-wrap:nowrap;width:100%;overflow-x:auto;overflow-y:hidden}}@media only screen and (max-width:1023px){.view-meeting__meeting-content-tabs .tab-links__item{white-space:nowrap}}.view-meeting__bottom-widget{display:flex;justify-content:center;padding:32px 0}.view-meeting__navigation{display:flex;align-items:center}.view-meeting__page-navigation{min-width:0}.view-meeting__presentation-mode-button-wrapper{margin-left:16px}.view-meeting__meeting-connections-section .connected-events a{color:var(--link-color)}.view-meeting .event-content__cases-filter,.view-meeting .event-content__videos-filter{display:flex;justify-content:space-between}.view-meeting .event-content__filter-section{display:flex;justify-content:center;align-items:center;margin-right:20px}@media only screen and (max-width:599px){.view-meeting .event-content__filter-section{margin-right:0;margin-bottom:16px}}.view-meeting .event-content__cases-filter .event-content__search,.view-meeting .event-content__videos-filter .event-content__search{display:flex;justify-content:flex-end;align-items:center;width:45%}@media only screen and (max-width:599px){.view-meeting .event-content__cases-filter .event-content__search,.view-meeting .event-content__videos-filter .event-content__search{width:100%}}.view-meeting .event-content__videos-total-duration{text-align:end;color:#bababa;margin-bottom:10px}.content-searcher{position:relative}.content-searcher__input{width:100%;padding:2px 4px}.content-searcher__results{position:absolute;background-color:#fff;max-height:150px;min-width:50%;overflow-y:auto;overflow-x:hidden;border:1px solid #ececec;display:none}.content-searcher__results a{display:block;height:18px;line-height:18px;padding-left:3px;color:#8596b3}.content-searcher__results a:focus,.content-searcher__results a:hover{background-color:#eee;text-decoration:none}.addContentButton{position:absolute;top:0;right:0}.addContentButton .ortho-button{padding:0 20px}@media only screen and (max-width:599px){.event-content--overview{padding:20px}}.timeslots-items-item{display:flex;align-items:flex-start}@media only screen and (max-width:1023px){.timeslots-items-item{flex-wrap:wrap}}.timeslots-items__attachments{padding-top:8px}.timeslots-items__attachments-title{padding-bottom:4px}.timeslots-items__item--time{flex-basis:11%;flex-shrink:0}@media only screen and (max-width:599px){.timeslots-items__item--time{flex-basis:100%}}.timeslots-items__item--type{flex-basis:15%;flex-shrink:0}@media only screen and (max-width:599px){.timeslots-items__item--type{flex-basis:100%}}.timeslots-items__item--label{flex-basis:30%;flex-grow:1}@media only screen and (max-width:1023px){.timeslots-items__item--label{flex-grow:1}}@media only screen and (max-width:599px){.timeslots-items__item--label{flex-basis:100%}}.timeslots-items__item--search{flex-basis:24%;flex-shrink:0}@media only screen and (max-width:1023px){.timeslots-items__item--search{flex-basis:31%}}@media only screen and (max-width:599px){.timeslots-items__item--search{flex-basis:100%}}.timeslots-items__item--add{padding-top:28px;flex-basis:9%;text-align:center;flex-shrink:0}@media only screen and (max-width:1023px){.timeslots-items__item--add{flex-basis:12%}}@media only screen and (max-width:599px){.timeslots-items__item--add{padding-top:0;flex-basis:50%}}.timeslots-items__item--remove{padding-top:28px;flex-basis:2%;text-align:right;flex-shrink:0}@media only screen and (max-width:599px){.timeslots-items__item--remove{padding-top:10px;flex-basis:50%;text-align:center}}.timeslots-items__item-remove.timeslots-items__item-remove{display:inline-block;font-size:16px;padding:7px 5px;border:none;background-color:transparent;transition:color .2s ease;color:#8f8d90}@media only screen and (max-width:599px){.timeslots-items__item-remove.timeslots-items__item-remove{width:100%;height:30px;display:block;background-color:#dd5f5f;color:#fff}}.timeslots-items__item-remove.timeslots-items__item-remove:focus,.timeslots-items__item-remove.timeslots-items__item-remove:hover{text-decoration:none;color:#484848}.timeslots-items__item-add.timeslots-items__item-add{display:inline-block;padding:3px 5px;border:none;background-color:transparent;font-size:13px;color:#8f8d90;transition:color .2s ease}@media only screen and (max-width:599px){.timeslots-items__item-add.timeslots-items__item-add{height:30px;width:100%;line-height:26px;display:block;margin-top:10px;background-color:#5a7aaf;color:#fff;text-align:center}}.timeslots-items__item-add.timeslots-items__item-add i{position:relative;top:3px;font-size:18px}.timeslots-items__item-add.timeslots-items__item-add:focus,.timeslots-items__item-add.timeslots-items__item-add:hover{text-decoration:none;color:#484848}.timeslots-items__item-wrapper{padding:10px 15px 10px 15px}@media only screen and (max-width:599px){.timeslots-items__item-wrapper{padding:10px}}.timeslots-items+.timeslots-items{padding-top:20px}.event-live-polls__total-votes-count{font-size:13px;color:#999;padding-top:8px}.event-contracts__form{display:flex;align-items:center;border:1px solid #9999}.event-contracts__form-item{margin-left:16px}.event-contracts__form-item--title{width:50%}.event-contracts__form-item--file{margin-top:12px}.event-contracts__form-item--file input{border:none}.event-contracts__form-item--file input :active,.event-contracts__form-item--file input :focus,.event-contracts__form-item--file input:hover{border:none}.event-contracts__file-link{font-size:13px;padding:8px 12px;border-radius:4px;color:#fff;border:none}.event-contracts__file-link--download{background-color:#7ca2dc}.event-contracts__file-link--delete{margin-left:8px;background-color:#dd5f5f}.event-contracts__file-link:active,.event-contracts__file-link:hover{opacity:.9;text-decoration:none;color:#fff}.event-contracts__upload-button{margin-left:auto;margin-right:16px}.event-contracts__contracts-wrapper{margin-top:16px}.event-contracts__contract{display:flex;align-items:center;padding:16px 8px;font-size:13px;border-bottom:1px solid #9999}.event-contracts__header{font-weight:600;background-color:var(--blue-background-color);color:var(--main-font-color)}.event-contracts__number{margin-right:32px}.event-contracts__file{min-width:128px}.event-contracts__uploaded-time{min-width:128px}.event-contracts__actions{margin-left:auto}.ortho-list-wrapper{margin:15px 0}.ortho-list-wrapper .ortho-list-item{border-bottom:1px solid #e9e9e9;list-style:none}.ortho-list-wrapper .ortho-list-item>a{min-height:60px;box-sizing:border-box;display:block}.ortho-list-wrapper .ortho-list-item:hover{background-color:#edeff4}.ortho-list-wrapper .ortho-list-item-image{float:left;width:60px;height:60px}.ortho-list-wrapper .ortho-list-item-image img{width:100%;height:100%}.ortho-list-wrapper .ortho-list-item-text{padding:3px 8px;float:left;min-width:200px}.ortho-list-wrapper .ortho-list-item-text span{display:inline-block}.ortho-list-wrapper .ortho-list-item-icon{float:right;color:#c2cad8;display:inline-block;font-size:25px;padding:5px 10px 5px 5px;line-height:50px}.ortho-list-wrapper .ortho-list-small .ortho-list-item>a{min-height:40px;height:42px;overflow:hidden}.ortho-list-wrapper .ortho-list-small .ortho-list-item-image{float:left;width:42px;height:42px}.ortho-list-wrapper .ortho-list-small .ortho-list-item-icon{font-size:15px;padding:5px 10px 5px 5px;line-height:30px}@media only screen and (max-width:599px){.ios .homeSlider{height:calc(100vh - 80px)}}@media only screen and (max-width:599px){.ios #homeSlider .item{height:calc(100vh - 140px)}.ios #homeSlider .item .leftSide{padding-top:10%}}.homeSlider{background:#2a3d62;margin-bottom:20px}@media only screen and (min-width:600px){.homeSlider{height:326px;height:calc(100vh - 266px)}}@media only screen and (max-width:800px) and (orientation:landscape){.homeSlider{height:100vh}}@media only screen and (max-width:599px){.homeSlider{height:100vh}}#homeSlider *{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-drag:none;-ms-user-drag:none;user-drag:none}#homeSlider .item{padding-top:76px;background-position:center center;background-size:cover}@media only screen and (min-width:600px){#homeSlider .item{height:250px;height:calc(100vh - 340px)}}@media only screen and (max-width:800px) and (orientation:landscape){#homeSlider .item{height:calc(100vh - 76px)}}@media only screen and (max-width:599px){#homeSlider .item{height:calc(100vh - 76px)}}#homeSlider .center{display:table;align-items:center;padding:0 20px;box-sizing:border-box;position:relative;height:100%}@media only screen and (max-width:599px){#homeSlider .center{display:flex;flex-direction:column;align-items:center;justify-content:space-between}}#homeSlider .leftSide,#homeSlider .rightSide{display:table-cell;vertical-align:bottom}@media only screen and (max-width:599px){#homeSlider .leftSide,#homeSlider .rightSide{display:block}}#homeSlider .leftSide{padding-right:20px}@media only screen and (max-width:800px) and (orientation:landscape){#homeSlider .leftSide{vertical-align:middle!important}}@media only screen and (max-width:599px){#homeSlider .leftSide{display:flex;-webkit-flex-grow:1;position:relative;padding:0}}@media only screen and (max-width:599px){#homeSlider .rightSide{width:100%}}#homeSlider .item h1{line-height:1.1;font-weight:400;text-align:center;color:#fff;font-style:italic}@media only screen and (min-width:600px) and (max-width:1023px){#homeSlider .item h1{margin-left:0!important}}@media only screen and (max-width:800px) and (orientation:landscape){#homeSlider .item h1{font-size:30px!important;margin-left:0!important;padding-right:20px}#homeSlider .item h1 br{display:none}}@media only screen and (max-width:599px){#homeSlider .item h1{width:100%;font-size:26px!important;margin:auto!important}#homeSlider .item h1 br{display:none}}#homeSlider .item img{width:auto;display:inline-block}#homeSlider .item .card{float:right;padding:35px 25px;width:285px;box-sizing:border-box;background:rgba(1,18,62,.6)}@media only screen and (max-width:599px){#homeSlider .item .card{padding:25px;float:none!important;width:100%!important;box-sizing:border-box}#homeSlider .item .card p{font-size:19px!important;max-width:200px;box-sizing:border-box}}#homeSlider .item .card a{display:block;width:110px;margin:0 auto;font-size:16px;font-weight:400}#homeSlider .item h3{font-weight:400}#homeSlider .item h3 img{vertical-align:middle}#homeSlider .item p{line-height:1.3}@media only screen and (max-width:599px){#homeSlider .item p{padding-bottom:20px!important}}#homeSlider .item1 .leftSide,#homeSlider .item1 .rightSide{vertical-align:middle}#homeSlider .item1 h1{font-size:42px;max-width:500px}#homeSlider .item1 img{max-width:100%;width:auto;display:inline-block}#homeSlider .item1 .rightSide{text-align:right}@media only screen and (max-width:599px){#homeSlider .item1 .rightSide{text-align:center;padding-bottom:20px}#homeSlider .item1 .rightSide img{width:80%}}#homeSlider .item2 .leftSide,#homeSlider .item2 .rightSide{vertical-align:bottom}#homeSlider .item2 .rightSide{overflow:hidden}#homeSlider .item2 .card{float:right;width:285px;box-sizing:border-box}#homeSlider .item2 h1{font-size:44px;max-width:420px;margin-left:115px;margin-bottom:90px}#homeSlider .item2 h3{font-size:30px;color:#fff;padding-bottom:20px}#homeSlider .item2 h3 img{padding-right:10px}#homeSlider .item2 p{padding-left:45px;padding-bottom:40px;font-size:26px;color:#3c8674}#homeSlider .item2 a{color:#3c8674}#homeSlider .item3 h1{max-width:480px;margin-left:100px;margin-bottom:40px;font-size:36px}#homeSlider .item3 h3{padding-bottom:30px;color:#88a9df;font-size:26px}#homeSlider .item3 h3 img{padding-right:15px}#homeSlider .item3 p{padding-bottom:35px;font-size:22px;color:#617dab}#homeSlider .item3 a{color:#617dab}#homeSlider .item4 h1{max-width:520px;margin-left:50px;margin-bottom:100px;font-size:40px}#homeSlider .item4 h3{padding-bottom:40px;font-size:30px;color:#fff}#homeSlider .item4 h3 img{padding-right:10px;height:40px}#homeSlider .item4 h3 i{color:#26d9c2;font-style:normal}#homeSlider .item4 p{padding-bottom:60px;font-size:24px;color:#21a5a1}#homeSlider .item4 a{color:#21a5a1}#homeSlider .item5 h1{max-width:545px;margin-left:60px;margin-bottom:80px;font-size:40px}#homeSlider .item5 h3{position:relative;padding-bottom:40px;top:-5px}#homeSlider .item5 h3 img{vertical-align:bottom;padding-right:15px}#homeSlider .item5 h3 span{display:inline-block;color:#76a4e3;font-size:37px;line-height:.9}#homeSlider .item5 h3 span i{display:block;font-style:normal;color:#dedede;font-size:29px}#homeSlider .item5 p{padding-bottom:55px;font-size:22px;color:#76a4e3}#homeSlider .item5 a{color:#3b6095}#homeSlider .item6 h1{font-size:38px;max-width:510px;margin-left:70px;margin-bottom:58px}#homeSlider .item6 h3{padding-bottom:20px}#homeSlider .item6 p{padding-bottom:60px;color:#6fa6df;font-size:22px}#homeSlider .item6 a{color:#2c587c}#homeSlider .item7 .leftSide{vertical-align:middle}@media only screen and (min-width:600px) and (max-width:1023px){#homeSlider .item7 .leftSide{vertical-align:bottom}}#homeSlider .item7 h1{font-size:60px}@media only screen and (min-width:600px) and (max-width:1023px){#homeSlider .item7 h1{margin-bottom:200px}}#homeSlider .item7 h3{padding-bottom:25px;font-size:22px}#homeSlider .item7 p{color:#c14166;padding-bottom:45px;font-size:22px}#homeSlider .item7 a{color:#822c5d}.update-sponsors__container{display:flex;flex-direction:row;justify-content:space-between}.update-sponsors__author,.update-sponsors__events,.update-sponsors__groups,.update-sponsors__sponsor,.update-sponsors__towers{margin:16px}.update-sponsors__author .author-card,.update-sponsors__events .author-card,.update-sponsors__groups .author-card,.update-sponsors__sponsor .author-card,.update-sponsors__towers .author-card{margin:initial}.update-sponsors__author .ortho-checkbox__label,.update-sponsors__events .ortho-checkbox__label,.update-sponsors__groups .ortho-checkbox__label,.update-sponsors__sponsor .ortho-checkbox__label,.update-sponsors__towers .ortho-checkbox__label{font-size:13px}.update-sponsors__author .alert,.update-sponsors__events .alert,.update-sponsors__groups .alert,.update-sponsors__sponsor .alert,.update-sponsors__towers .alert{padding:8px;margin-top:8px;border:1px solid transparent;border-radius:0}.update-sponsors__author .alert-warning,.update-sponsors__events .alert-warning,.update-sponsors__groups .alert-warning,.update-sponsors__sponsor .alert-warning,.update-sponsors__towers .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.update-sponsors__save-button{margin-left:8px}.update-sponsors__sponsor-number-label{padding-bottom:10px}.update-sponsors__organization{padding-top:10px}.update-sponsors__show-card,.update-sponsors__show-logo{padding-top:10px}.update-sponsors__show-card--hidden,.update-sponsors__show-logo--hidden{display:none}.update-sponsors__authors-wrapper,.update-sponsors__events-wrapper,.update-sponsors__groups-wrapper,.update-sponsors__sponsors-wrapper,.update-sponsors__towers-wrapper{display:flex;align-items:flex-start;justify-content:space-between}.update-sponsors__tabs{display:flex;font-size:18px;font-weight:400}.update-sponsors__tabs--item{margin:8px 16px}.update-sponsors__tabs--item .tab-button{border:0;background-color:var(--default-background-color);padding:8px;color:var(--link-color);font-size:15px;cursor:pointer}.update-sponsors__tabs--item .tab-button.active{border-bottom:2px solid var(--link-color);color:var(--main-font-color)}.update-sponsors__buttons{position:absolute;bottom:0;right:0;margin-right:16px;margin-bottom:16px}.content-settings-table{width:100%;margin:0 auto;border:1px solid var(--separator-color);table-layout:fixed}@media only screen and (max-width:599px){.content-settings-table{min-width:300px}}.content-settings-table__row{position:relative;display:flex;width:100%;padding:0 30px 0 0;box-sizing:border-box;border:none;background-color:transparent;transition:background-color .2s ease;cursor:default;font-size:14px}.content-settings-table__row:before{content:'';position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;background-color:#fff;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.content-settings-table__row:focus{outline:0}.content-settings-table__row--button{color:var(--main-font-color);cursor:pointer}.content-settings-table__row--button:after{font-family:icomoon;content:"\e910";position:absolute;right:10px;top:50%;transform:translateY(-50%) rotate(180deg);font-size:9px;color:#e6e3e3;transition:color .2s ease}@media only screen and (max-width:599px){.content-settings-table__row--button:after{font-size:6px}}.content-settings-table__row--button:hover{background-color:var(--second-background-color)}.content-settings-table__row--button:hover:after{color:#dcdbdb}.content-settings-table__row--opened{background-color:var(--second-background-color)}.content-settings-table__row--opened:after{transform:translateY(-50%);color:#dcdbdb}.content-settings-table__row--header{background-color:var(--second-background-color)}.content-settings-table__row--total{background-color:var(--blue-background-color);color:var(--main-font-color)}.content-settings-table__row--loading:before{opacity:.7;visibility:visible}.content-settings-table__cell{width:22%;padding:10px 15px;text-align:right;flex-grow:1}@media only screen and (max-width:599px){.content-settings-table__cell{padding:5px;font-size:13px}}.content-settings-table__cell--header:first-child{text-align:left}.content-settings-table__cell--total{font-weight:700}.content-settings-table__cell:not(.content-settings-table__cell--header):first-child{text-align:left}.content-settings-table__cell--units{width:28%}.content-settings-table__cell--type{width:28%;flex-basis:150px;flex-shrink:0}@media only screen and (max-width:599px){.content-settings-table__cell--type{flex-basis:100px}}.content-settings-table__settings{display:flex;justify-content:center;align-items:flex-start;padding-left:10%}@media only screen and (max-width:599px){.content-settings-table__settings{display:block}}.content-settings-table__setting{flex-basis:200px}.content-settings-table__table-icon{width:30px;text-align:center}@media only screen and (max-width:599px){.content-settings-table__table-icon{display:none!important}}.content-settings-table__table-icon--image{color:#39b1eb}.content-settings-table__table-icon--topic{color:#39b1eb}.content-settings-table__table-icon--topicbullet{color:#39b1eb}.content-settings-table__table-icon--flashcard{color:#2d9cdb}.content-settings-table__table-icon--question{color:#5cab91}.content-settings-table__table-icon--evidence{color:#fdd16b}.content-settings-table__table-icon--case{color:#fd6c6a}.content-settings-table__table-icon--video{color:#f5a868}.content-settings-table__table-icon--test{color:#78c96b}.content-settings-table__content{padding-top:30px}.content-settings-table__section{position:relative}@media only screen and (max-width:599px){.content-settings-table__section{position:static;padding:5px 0}}.content-settings-table__section--not-calculated .content-settings-table__cell--units{color:#999}.content-settings-table__optional-section{position:absolute;left:calc(100% + 15px);top:8px;min-width:100px}@media only screen and (max-width:599px){.content-settings-table__optional-section{position:static;padding:0 5px}}.content-settings-table--learning-goals .content-settings-table__cell{font-size:16px}@media only screen and (max-width:599px){.content-settings-table--learning-goals .content-settings-table__cell{font-size:14px}}.point-leaderboard__header{display:flex;align-items:center;justify-content:center;font-size:32px;padding-top:32px}.point-leaderboard__header--title{margin-left:16px;text-align:center;font-weight:700}.point-leaderboard__controls{display:flex;align-items:end;padding:0 64px 16px 64px}.point-leaderboard__right-controls{margin-left:auto}.point-leaderboard__country,.point-leaderboard__page-size,.point-leaderboard__time-period{display:flex;align-items:center;margin-top:16px;font-size:15px}.point-leaderboard__page-size{margin-left:auto}.point-leaderboard__label{margin-right:16px;font-size:15px;min-width:96px}.point-leaderboard__dropdown{height:32px;line-height:18px;background-color:#fff;border-radius:2px;padding:0 8px;border:1px solid #efeff4;font-size:15px}.point-leaderboard__dropdown:active,.point-leaderboard__dropdown:focus{outline:0}.point-leaderboard__pagination{padding:0 64px 16px 64px;text-align:right}.point-leaderboard__paging-element{display:inline-block;border:1px solid #e1e1e1;border-radius:2px;color:#333;background-color:#fff;transition:background-color .1s ease,color .1s ease,border .1s ease;font-size:13px;font-weight:700;padding:8px 12px}.point-leaderboard__paging-element--active{border:1px solid #9e3c61;background-color:#9e3c61;color:#fff}.point-leaderboard__paging-element--inactive:hover{border:1px solid #9e3c61;background-color:#9e3c61;color:#fff}.point-leaderboard__explanation{font-family:Roboto,sans-serif;max-width:1008px;width:90%;margin:24px auto;font-size:16px;text-align:center;line-height:1.4}.point-leaderboard__users{font-family:Roboto,sans-serif;width:90%;margin:8px auto;padding-bottom:80px;overflow:auto}.point-leaderboard__users .users-list__country,.point-leaderboard__users .users-list__name,.point-leaderboard__users .users-list__practice{width:15%}.point-leaderboard__users .rank-badge__icon{font-size:32px}.defaultSkin *,.defaultSkin .mceText,.defaultSkin a,.defaultSkin div,.defaultSkin iframe,.defaultSkin img,.defaultSkin span,.defaultSkin table,.defaultSkin tbody,.defaultSkin td,.defaultSkin tr{white-space:normal!important}.cme-top-activity{display:flex;align-items:center;justify-content:center;margin-top:16px;margin-bottom:24px}@media only screen and (max-width:599px){.cme-top-activity{flex-wrap:wrap}}.cme-top-activity__button-wrapper{display:flex;font-size:0;color:#fff;text-align:center}@media only screen and (max-width:599px){.cme-top-activity__button-wrapper{flex-wrap:wrap}}.cme-top-activity-bar{height:9px}.cme-top-activity-bar-first{border-top-left-radius:4px;border-bottom-left-radius:4px}.cme-top-activity-bar-last{border-top-right-radius:4px;border-bottom-right-radius:4px}.cme-top-activity-bar-articles{background-color:#add99d}.cme-top-activity-bar-comments{background-color:#7ac96a}.cme-top-activity-bar-refs{background-color:#57aa5a}.cme-top-activity-bar-left{background-color:#f4f4f4}.cme-top-activity-value{box-sizing:border-box;padding:8px 16px;text-align:center}@media only screen and (max-width:599px){.cme-top-activity-value{width:100%;text-align:left}}.cme-top-activity-value-articles{color:#add99d}.cme-top-activity-value-comments{color:#7ac96a}.cme-top-activity-value-refs{color:#57aa5a}.cme-top-activity-value-left{color:#909090}.cme-top-activity-box{display:inline-block;height:9px;width:9px}.cme-top-activity__button{display:inline-block;width:25%;font-size:16px;color:#fff;padding:10px;box-sizing:border-box;transition:background-color .2s}@media only screen and (max-width:599px){.cme-top-activity__button{width:100%}}@media only screen and (max-width:599px){.cme-top-activity__button+.cme-top-activity__button{margin-top:8px}}.cme-top-activity__button:hover{text-decoration:none}.cme-top-activity__button--evidence{background-color:#bc8f40}.cme-top-activity__button--evidence:hover{background-color:#9d7734}.cme-top-activity__button--case-poll{background-color:#7f5276}.cme-top-activity__button--case-poll:hover{background-color:#603e59}.cme-top-activity__button--evidence-to-case{background-color:#5e54a3}.cme-top-activity__button--evidence-to-case:hover{background-color:#4c4486}.cme-top-activity__button--evidence-to-comment{background-color:#435691}.cme-top-activity__button--evidence-to-comment:hover{background-color:#344270}.group-member-item__photo{width:64px;height:64px;border-radius:50%}.impressions-summary__table{font-size:15px;text-align:center}.impressions-summary__header{font-size:18px;line-height:1.4;background-color:#f1f1f1;text-align:center;display:flex;align-items:center}.impressions-summary__header span{text-align:center}.impressions-summary__header--total{display:block;font-size:18px;font-weight:600}.impressions-summary__row{display:flex;align-items:center;justify-content:center;padding:4px}.impressions-summary__column{min-width:255px}.impressions-summary__column--left{text-align:left}.impressions-summary__column--right{text-align:right}.editor-menu-bar{display:flex;padding-bottom:8px}.editor-menu-bar__group{display:flex;flex-wrap:wrap}.editor-menu-bar__group+.editor-menu-bar__group{position:relative;margin-left:8px;padding-left:8px}.editor-menu-bar__group+.editor-menu-bar__group:before{content:'';position:absolute;top:8px;bottom:8px;left:0;width:1px;background-color:#efeff4}.editor-menu-bar__button{min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;background-color:transparent}.editor-menu-bar__button:hover{background-color:#efeff4}.editor-menu-bar__button[disabled]{opacity:.4}.editor-menu-bar__button--active{background-color:#efeff4}.editor-menu-bar__button-image{width:12px}.editor-menu-bar__button-image--width-14{width:14px}.editor-menu-bar__button-image--width-16{width:16px}.editor-menu-bar__button-image--width-20{width:20px}.editor-menu-bar__button-icon{font-size:14px}.editor-menu-bar__button-icon--redo{transform:scale(-1,1)}.edit-campaign__title{margin-bottom:-35px;margin-top:15px;font-size:15px;color:var(--third-font-color)}.edit-campaign__radio-type{margin-bottom:-10px}.edit-campaign__radio-type .ortho-input__radio-wrapper{width:50%}.edit-campaign__radio-type .ortho-input__radio-wrapper:nth-child(2){margin-left:16px}.cmeTable{width:100%;font-size:14px;font-family:Arial}.cmeHeader{display:flex;align-items:center;padding:0 16px;font-size:16px;background-color:#7da2dd;color:#fff;height:45px;cursor:pointer}.cmeTable nobr{display:block;overflow:hidden;height:48px}.cmeTable .cmePendingAction nobr{background-color:#9adb8d}.cmePendingAction .actionLineTop{top:0;height:9px}.cmePendingAction .actionLineBottom{display:none}.cmePendingAction .pendingTitle,.failedAction .pendingTitle{font-weight:700}.cmePendingAction{background-color:#9adb8d;color:#fff}.cmePendingAction .lastItem{background-image:none!important;background-color:#9adb8d;display:block;top:21px}.cmePendingAction .itemDetails{color:#fff}.cmePendingAction.required .actionIcon{background-image:url("/images/cme/CME_white_required_icon.png")}.cmeCompletedAction.failedAction.required .actionIcon{background-image:url("/images/cme/CME_testfaill_required_icon.png")}.cmeCompletedAction.required .actionIcon{background-image:url("/images/cme/CME_done_required_icon.png")}.cmeAvailableFutureAction.required .actionIcon{background-image:url("/images/cme/CME_green_required_icon.png")}.cme-group-wrapper .cme-pocl-action-date{height:46px;background-color:#dfeafb;padding-left:15px;text-align:center;line-height:46px;color:#fff}.cme-group-wrapper .cme-pocl-evidence{white-space:nowrap}.cme-group-wrapper .evidence-top-section-case-poll-option{margin-top:10px}.cme-group-wrapper .evidence-pop-poll-info__percentage{bottom:0;right:0}.cmeCompletedAction.failedAction .reviewAnswers,.cmeCompletedAction.failedAction .reviewAnswersBackground{background-color:#f3f3f6}.cmeCompletedAction .itemDetails{color:#878787}.cmeTestDetails{display:inline-block;width:80px;font-size:12px;color:#adadad}.background_OB-3016{background-color:#9adb8d;z-index:0;width:700px;height:48px;left:50px;position:absolute}.cmeAvailableFutureAction .background_OB-3016,.cmeCompletedAction .background_OB-3016,.cmeFutureAction .background_OB-3016,.cmeFutureCertificate .background_OB-3016,.cmePendingCertificate .background_OB-3016{display:none}.cmeTable .sectionBottom{margin-bottom:35px}.cmeTable a{color:#7da2dd;font-size:14px;font-family:Arial}.cmeTable .actionLineTop{width:2px;position:relative;left:25px;top:-2px;height:11px}.cmeTable .actionLineBottom{width:2px;position:relative;left:0;top:33px;height:3px}.cmeTable .actionIcon{background-repeat:no-repeat;background-position:10px 7px}.cmeTable .pendingTitle{font-size:16px}.cmeTable .wrapper{height:48px}.cmeTable #videoRow .actionLineTop{background-image:none}.cmeTable .testResult{color:#5b5b5b;font-weight:700}.cmeTable .questionIcon{background-image:url("/images/cme/questions_icon.png");background-repeat:no-repeat}.cmeTable .timeIcon{background-image:url("/images/cme/testtime_icon.png");background-repeat:no-repeat}.cmeTable .badScore{color:#ec8f8f!important}.cmeTable .videoToggler{background-image:url(/images/topic_nav_sprite.png);background-repeat:no-repeat;background-position:135px 1px;padding-right:30px;-ms-background-size:40px 30px;background-size:40px 30px}.cmeTable .lastItem{background-image:url("/images/cme/line_white_icon.png")!important;height:11px;top:23px}.cmeTable .itemDetails{display:inline-block;font-size:12px}.cmeTable .resultColumn{color:var(--third-font-color);font-weight:700;font-size:20px;padding:0 5px 0 5px;width:45px}.cmeTable .resultValue{height:auto!important;line-height:normal!important;padding-top:10px}.cmeTable .scoreLabel{color:#878787;font-weight:400;font-size:12px;text-align:center}.cmeTable .cmeCompletedAction.failedAction .reviewAnswers:hover,.cmeTable .reviewAnswers:hover{background-color:var(--second-background-color)}.cmeTable .collapsed{display:none!important}.cmeTable .table-cell{display:table-cell;vertical-align:middle}.cmeTable .itemNameHolder{max-width:350px;overflow:hidden;display:inline-block;text-wrap:nowrap}.cmeTable .tooltipArea{width:15px;height:15px;position:relative;left:32px;display:none}.cmeTable .required .tooltipArea{display:block}.cmeTable .vote_needed{display:block;background-color:#add99d;height:40px;text-align:center;font-size:16px;color:#fff!important;padding-top:0;font-weight:700;padding-left:26px;line-height:40px;cursor:pointer}.cmeTable .dashboardPageWrapper .recents .recent>header i.title-icon{background:0 0!important}.cmeTable .dashboardPageWrapper .recents .recent>header .title{overflow:hidden;text-overflow:ellipsis;text-decoration:none;white-space:nowrap;color:#fff}.cmeTable .recents .recent{background:#f4f4f4!important;margin-bottom:10px}.cmeTable .recents .recent>header i.title-icon{display:table-cell;width:40px;min-width:40px;line-height:44px;font-size:18px;vertical-align:top;text-align:center;background:#9db1d7;color:#fff}.cmeTable .recents .recent>header .title{display:table-cell;padding:16px 0 16px 10px;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#5f7ba7;font-size:14px}.cmeTable .commentItem{padding:0 0 10px 0}.cmeTable .commentItem:not(.singleComment):before{width:0}.cmeTable .recents .case .description,.cmeTable .recents .post .description,.cmeTable .recents .question .description{padding-left:75px}.cmeTable .evidence-top-section-case-poll-option-row2{background-color:#fff}.cmeTable--brief .itemNameHolder{max-width:none}#cmeSurveyControl #sliderControl{width:550px!important;margin:0 auto;display:block;text-align:center}@media only screen and (max-width:599px){#cmeSurveyControl #sliderControl{width:250px!important}}#cmeSurveyControl #sliderControl .slick-track{width:545px!important;height:30px}@media only screen and (max-width:599px){#cmeSurveyControl #sliderControl .slick-track{width:245px!important}}#cmeSurveyControl #sliderControl .slider-track{background:#7ca0da;height:7px}#cmeSurveyControl #sliderControl .slider-selection{background:#e5e5e5}#cmeSurveyControl #sliderControl .slider-handle{background:#7ca0da;height:25px;width:7px;margin-left:-2px;margin-top:-9px;-ms-opacity:1;opacity:1}#cmeSurveyControl #sliderControl .slick-arrow{display:none!important}.surveyQuestion{background-color:#f3f3f6;padding:10px 18px 0 65px;margin-top:20px}@media only screen and (max-width:599px){.surveyQuestion{padding:8px}}.cmeSurveyControl__hours{width:550px}@media only screen and (max-width:599px){.cmeSurveyControl__hours{width:250px}}.surveyOptions{padding:5px 0 0 60px}@media only screen and (max-width:599px){.surveyOptions{padding:5px 0}}@media only screen and (max-width:599px){.surveyOptions .otherOption textarea{width:100%!important}}.surveyOptions input{margin-right:10px!important}.surveyQuestionText{position:relative;top:-18px}@media only screen and (max-width:599px){.surveyQuestionText{top:0}}.surveyQuestionNumber{background-color:#b9b9b9;color:#fff;padding:17px;position:relative;left:-65px;font-size:18px;top:5px}@media only screen and (max-width:599px){.surveyQuestionNumber{display:none}}@media only screen and (max-width:599px){.contactInfo{overflow:auto}}@media only screen and (max-width:599px){.contactInfo td{padding:8px}}@media only screen and (max-width:599px){#surveyButtons{width:100%}}@media only screen and (max-width:599px){#surveyButtons input{margin-bottom:8px;width:100%;background-image:none}}.sponsor-target{margin-bottom:80px}.sponsor-target__member-card{display:flex;align-items:center;width:100%;padding:10px 15px;margin-bottom:5px;background:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s}.sponsor-target__member-card:hover{background:#f0f0f0;transform:translateY(-1px)}.sponsor-target__member-card-image{width:40px;height:40px;flex-shrink:0;margin-right:8px;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat}.sponsor-target__member-card-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.sponsor-target__member-card-info--row{display:flex;align-items:center;justify-content:center}.sponsor-target__member-card-name{font-weight:600;font-size:16px;color:#333}.sponsor-target__member-card-title{font-size:14px;color:#666;margin-left:8px}.sponsor-target__member-card-level{position:relative;display:inline-block;padding:0 6px 0 6px;height:17px;transition:color .2s ease,background-color .2s ease;line-height:18px;font-size:11px;color:#fff;background-color:#4571a7;border-radius:6px;margin-left:8px}.sponsor-target__items{font-family:Roboto,sans-serif}.sponsor-target__item{display:flex;align-items:center;justify-content:space-between;flex-grow:1;min-width:800px;color:var(--main-font-color);transition:background-color .1s;font-size:15px;min-height:64px;height:auto;padding:4px 0}.sponsor-target__item:hover{cursor:pointer;text-decoration:none;background-color:var(--second-background-color)}.sponsor-target__number{width:50px;flex-shrink:0;text-align:center}.sponsor-target__image{width:40px;height:40px;flex-shrink:0;margin-right:8px;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat}.sponsor-target__name{flex-shrink:0;width:15%;padding-right:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sponsor-target__name-container{display:flex;align-items:flex-end}.sponsor-target__name-container img{height:24px}.sponsor-target__user-info{display:flex;flex-direction:column;justify-content:center}.sponsor-target__name-location{margin-top:3px;font-size:10px;line-height:12px;color:#999;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sponsor-target__surgeon-title{width:64px;text-align:center}.sponsor-target__flag.flag-icon{position:relative;top:-2px;width:24px;height:24px;margin-right:8px;flex-shrink:0;background-size:cover;background-position:center;border-radius:50%}.sponsor-target__country{flex-shrink:0;width:10%;padding-right:16px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sponsor-target__npi{width:10%;display:flex;align-items:center;justify-content:center}.sponsor-target__npi-number--confirmed{font-weight:600}.sponsor-target__featured-logo{flex-grow:1;padding-right:16px;max-width:200px;display:flex;justify-content:center}.sponsor-target__featured-logo-image{max-height:40px;max-width:200px}.sponsor-target__practice{flex-shrink:0;width:15%;padding-right:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sponsor-target__pagination{display:flex;align-items:center;justify-content:space-between;margin:16px}.sponsor-target__pagination-label{margin-right:16px;font-size:15px;min-width:96px}.sponsor-target__pagination-button{display:inline-block;border:1px solid var(--separator-color);border-radius:2px;color:var(--main-font-color);background-color:var(--default-background-color);transition:background-color .1s ease,color .1s ease,border .1s ease;font-size:13px;font-weight:700;padding:8px 12px}.sponsor-target__pagination-button--active{border:1px solid #9e3c61;background-color:#9e3c61;color:#fff}.sponsor-target__pagination-button--inactive:hover{border:1px solid #9e3c61;background-color:#9e3c61;color:#fff}.sponsor-target__pagination-button+.sponsor-target__pagination-button{margin-left:8px}.sponsor-target__pagination-ellipsis{margin-left:8px;margin-right:8px}.ortho-modal--search-target .search-form{margin:16px}.ortho-modal--search-target .search-form__row{display:flex;align-items:center;justify-content:space-between}.ortho-modal--search-target .search-form__row button{margin-top:auto}.ortho-modal--search-target .search-results{padding:0;margin:0;list-style:none}.badge-settings-control__button{border-radius:2px;border:none;height:32px;color:#fff;text-transform:uppercase;font-size:13px;letter-spacing:.05rem;cursor:pointer;padding:0 16px}.badge-settings-control__button--blue{background-color:#4571a7}.badge-settings-control__button--red{background-color:#9e3c61}.badge-settings-control__button--hidden{display:none}.badge-settings-control__radio-button{display:flex;align-items:center;justify-content:start}.badge-settings-control__radio-button label{margin-left:8px;margin-top:4px;opacity:1;font-size:13px}.badge-settings__button{background-color:#4571a7;border-radius:2px;border:none;height:32px;color:#fff;text-transform:uppercase;font-size:13px;letter-spacing:.05rem;cursor:pointer;padding:0 16px}.badge-settings__button--remove{background-color:#9e3c61}.badge-settings__button--hidden{display:none}.badge-settings__header{padding:16px 0;display:flex;align-items:center;justify-content:space-between}.badge-settings__config-row{padding:16px 0;display:flex;align-items:center;justify-content:space-between}.badge-settings__page-title{padding:16px 0;font-size:20px;font-weight:600;line-height:1.4}.badge-settings__tabs{display:flex;font-size:18px;font-weight:400;margin-bottom:16px}.badge-settings__tabs--item{margin-right:16px}.badge-settings__tabs--item .active.tab-button{border-bottom:2px solid #4571a7;color:#333}.badge-settings__tabs--item .tab-button{border:0;background-color:#fff;padding:8px;color:#4571a7;font-size:16px;cursor:pointer}.badge-settings__display-setting{display:flex;align-items:center}.badge-settings__display-setting.start{justify-content:flex-start}.badge-settings__display-setting.middle{justify-content:center}.badge-settings__display-setting.end{justify-content:flex-end}.badge-settings__display-setting--description{font-size:14px;padding:0 16px;line-height:1.2}.badge-settings__display-setting--description.mr-auto{margin-right:auto}.badge-settings__display-setting .switch--badge-settings{cursor:pointer;margin-right:8px;width:32px;height:16px}.badge-settings__display-setting .switch--badge-settings input{cursor:pointer}.badge-settings__display-setting .switch--badge-settings .switch-slider.round{top:4px;bottom:4px;border:none;background:#e0eafb;box-shadow:none}.badge-settings__display-setting .switch--badge-settings .switch-slider.round:before{height:16px;width:16px;border:2px solid #4571a7;box-sizing:border-box;bottom:-4px}.badge-settings__display-setting .switch--badge-settings .switch-slider.round input:checked+.switch-slider:before{transform:translateX(16px)}.badge-settings__display-setting .switch--badge-settings .switch-slider.round:after{content:""}.badge-settings__cards{display:flex;align-items:center;justify-content:space-around;margin:32px 0 8px 0}.badge-settings__card{position:relative;border:1px solid #efeff4;max-width:320px;width:100%;padding:32px 16px;box-sizing:border-box;border-radius:2px;text-align:center;font-family:Roboto,sans-serif}.badge-settings__card+.badge-settings__card{margin-left:24px}.badge-settings__card--icon{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);font-size:32px}.badge-settings__card--title{text-transform:uppercase;font-size:14px;font-weight:600}.badge-settings__card-content{display:flex;align-items:center;justify-content:space-between;margin:4px 0}.badge-settings__card-content--heading{margin:8px 0;font-weight:600;font-size:12px}.badge-settings__top{border-bottom:1px solid;padding-top:16px}.badge-settings__date-periods--title{font-weight:600;border-bottom:1px solid;padding:16px 0 8px 0}.badge-settings__date-period{padding:8px 0}.badge-settings__save-button{background-color:#4571a7;border-radius:2px;border:none;height:32px;color:#fff;text-transform:uppercase;font-size:14px;letter-spacing:.05rem;cursor:pointer;padding:0 16px}.badge-settings__stats{display:flex;align-items:center}.badge-settings__stats--item{display:flex;align-items:center;flex-direction:column;border:1px solid #efeff4;padding:4px 8px}.badge-settings__stats--item .title{font-size:13px;font-weight:600}.badge-settings__stats--item .value{margin-top:8px;font-size:12px}.badge-settings .home-case{display:flex}.badge-settings .home-case__controls{display:flex;flex-direction:column;min-width:160px}.badge-settings .home-case__controls--title{font-size:15px;font-weight:600;margin-bottom:8px;margin-top:8px;text-transform:uppercase}.badge-settings .home-case__controls--rotate-types{padding:16px 0}.badge-settings .home-case__controls--rotate-type{display:flex;align-items:center;justify-content:start}.badge-settings .home-case__controls--rotate-type label{margin-left:8px;margin-top:4px;opacity:1;font-size:13px}.badge-settings .home-case__content{margin-left:16px;border-left:1px solid #efeff4;padding:0 16px}.badge-settings .home-case__content--queue{min-height:600px;min-width:800px}.badge-settings .home-case__content--queue-wrapper{margin-top:8px;margin-bottom:8px}.badge-settings .home-case__content--controls{display:flex;align-items:center;justify-content:start}.badge-settings .home-case__content--controls input{width:180px;margin-left:16px}.badge-settings .home-case__content--button{margin-left:8px}.badge-settings .home-case__content--button.clearCaseQueue{margin-left:auto}.badge-settings .home-case__pagination{display:flex;align-items:center;justify-content:start;margin:20px 0 16px 16px}.badge-settings .home-case__pagination--page{width:32px;height:32px;border:1px solid #e1e1e1;margin-right:8px;border-radius:2px;color:#333;background-color:#fff;transition:background-color .1s ease,color .1s ease,border .1s ease;font-size:13px;font-weight:700}.badge-settings .home-case__pagination--page:hover{border:1px solid #9e3c61;background-color:#9e3c61;color:#fff}.badge-settings .home-case__pagination--active-page{border:1px solid #9e3c61;background-color:#9e3c61;color:#fff}.badge-settings .blacklist{padding:16px 8px}.badge-settings .blacklist__search-result{position:absolute;background-color:#fff;z-index:2}.badge-settings .blacklist__search-result--hidden{display:none}.badge-settings .blacklist__search-result--list{display:flex;flex-direction:column;border:1px solid #efeff4;padding:0 10px}.badge-settings .blacklist__search-result--item{display:flex;align-items:center;justify-content:flex-start;padding:4px 0}.badge-settings .blacklist__search-result--item .user-image{width:48px;height:48px;border-radius:50%;background-position:center;background-size:cover;background-repeat:no-repeat}.badge-settings .blacklist__search-result--item .user-fullname{padding:0 16px;font-size:13px}.badge-settings .blacklist__search-result--item .addUserToBlackList{margin-left:auto}.badge-settings .blacklist__list-section--header{font-size:18px;font-weight:600;margin-bottom:24px;line-height:1.4}.badge-settings .blacklist__list-section--search-header{display:flex;align-items:center}.badge-settings .blacklist__list-section--search-header input{width:300px;margin-right:8px}.badge-settings .blacklist__list-section--search{position:relative;display:flex;align-items:center;justify-content:space-between}.badge-settings .blacklist__list-section--search-input{width:300px}.badge-settings .blacklist__list-section--users{display:flex;align-items:center;flex-wrap:wrap;padding-top:20px}.badge-settings .blacklist__list-section--user-hidden{display:none!important}.badge-settings .blacklist__list-section--user-deleted{display:none!important}.badge-settings .blacklist__list-section--no-users{font-size:13px;font-weight:600;color:#999}.badge-settings .blacklist__list-section--user{position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:16px 8px;border:1px solid #efeff4}.badge-settings .blacklist__list-section--user .user-image{width:80px;height:80px;border-radius:50%;background-position:center;background-size:cover;background-repeat:no-repeat}.badge-settings .blacklist__list-section--user .user-fullname{padding:16px;font-size:15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:200px;text-align:center}.badge-settings .blacklist__list-section--user .removeUserFromBlackList{position:absolute;top:0;right:0;padding:0 8px;height:24px;display:none}.badge-settings .blacklist__list-section--user .removeUserFromBlackList::before{content:'X'}.badge-settings .blacklist__list-section--user:hover .removeUserFromBlackList{display:block}.home-top-users{display:flex}.home-top-users__left-side{display:flex;flex-direction:column;min-width:160px}.home-top-users__left-side--header{font-size:15px;font-weight:600;margin-bottom:8px;margin-top:8px;text-transform:uppercase}.home-top-users__left-side--rotation-types{padding:16px 0}.home-top-users__right-side{width:100%;padding:0 16px}.home-top-users__right-side--header{font-size:18px;font-weight:600;margin-bottom:24px;line-height:1.4}.home-top-users__right-side--controls{position:relative;display:flex;align-items:center;justify-content:space-between}.home-top-users__right-side--controls input{width:300px;margin-right:8px}.home-top-users__right-side--controls .badge-approval__list-section--search-input{width:300px}.home-top-users__right-side .top-users{padding:56px 32px 16px 32px;background-color:#223b63;font-family:Roboto,sans-serif}.home-top-users__right-side .top-users__title{padding-bottom:56px;color:#fff;text-align:center;font-size:32px;line-height:1.25}@media only screen and (max-width:599px){.home-top-users__right-side .top-users__title{font-size:22px}}.home-top-users__right-side .top-users__users{display:flex;justify-content:center;align-items:stretch}@media only screen and (max-width:599px){.home-top-users__right-side .top-users__users{flex-direction:column;align-items:center}}.home-top-users__right-side .top-users__schedule{display:flex;justify-content:center;align-items:stretch}.home-top-users__right-side .top-users__schedule-layout{position:relative;max-width:340px;width:340px;padding:16px;box-sizing:border-box;border:1px solid rgba(255,255,255,.2);border-radius:2px;text-align:center;font-family:Roboto,sans-serif}.home-top-users__right-side .top-users__schedule-button{height:24px;line-height:24px;padding:0 16px;border:none;border-radius:2px;background-color:#4571a7;color:#fff;font-size:10px;letter-spacing:.08em;cursor:pointer;transition:background-color .2s ease}.home-top-users__right-side .top-users__schedule-list{padding-top:16px}.home-top-users__right-side .top-users__schedule-item{display:flex;align-items:center;justify-content:space-between;font-size:13px;position:relative;padding:8px}.home-top-users__right-side .top-users__schedule-item--active{color:#4571a7;border:1px solid}.home-top-users__right-side .top-users__schedule-item--active .top-users__schedule-item-date{font-weight:600}.home-top-users__right-side .top-users__schedule-item:hover .top-users__schedule-item-delete{display:block}.home-top-users__right-side .top-users__section--hidden{display:none}.home-top-users__right-side .top-users__schedule-item-user{display:flex;align-items:center;justify-content:start}.home-top-users__right-side .top-users__schedule-item-user-image{width:40px;height:40px;flex-shrink:0;margin-right:8px;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat}.home-top-users__right-side .top-users__schedule-item-delete{display:none;position:absolute;top:0;right:0;border:none;background-color:#7da2dc;color:#fff;padding:4px 8px;border-radius:4px;transition:opacity .2s,visibility .2s,background-color .1s}.home-top-users__right-side .top-users__schedule-item-user-fullname{width:128px}.home-top-users__right-side .top-user{position:relative;max-width:320px;width:100%;padding:32px 16px;box-sizing:border-box;border:1px solid rgba(255,255,255,.2);border-radius:2px;text-align:center;font-family:Roboto,sans-serif}.home-top-users__right-side .top-user__title{padding-bottom:16px;text-transform:uppercase;font-size:13px;color:#fff}.home-top-users__right-side .top-user__title.learning{color:#4d9c90}.home-top-users__right-side .top-user__title.share{color:#2d9cdb}.home-top-users__right-side .top-user__title.care{color:#8e2c85}.home-top-users__right-side .top-user__image{margin:0 auto 12px auto;width:120px;height:120px;border-radius:50%;background-position:center;background-size:cover;background-repeat:no-repeat;cursor:pointer;position:relative}.home-top-users__right-side .top-user__flag-icon{position:absolute;top:96px;left:88px;width:24px;height:24px;margin-right:8px;background-size:cover;background-position:center;border-radius:50%}.home-top-users__right-side .top-user__name{padding-bottom:8px;color:rgba(255,255,255,.5);line-height:1.2;font-size:15px;cursor:pointer}.home-top-users__right-side .top-user__description{padding-bottom:24px;color:rgba(255,255,255,.5);line-height:1.2;font-size:13px;height:48px}.home-top-users__right-side .top-user__hospital-logo{margin:0 auto 32px auto;max-width:240px;height:48px;background-position:center;background-size:contain;background-repeat:no-repeat}.home-top-users__right-side .top-user__button{height:24px;line-height:24px;padding:0 16px;border:none;border-radius:2px;background-color:rgba(255,255,255,.2);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;cursor:pointer;transition:background-color .2s ease}.home-top-users__right-side .top-user__button--social-media{padding:0}.home-top-users__right-side .top-user__button--social-media img{height:24px;width:24px}.home-top-users__right-side .top-user__button--change{position:absolute;top:-48px}.home-top-users__right-side .top-user__button:hover{background-color:rgba(255,255,255,.4);text-decoration:none}.home-top-users__right-side .top-user__icon{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);font-size:32px}.home-top-users__right-side .top-user__icon:after{content:'';position:absolute;top:5px;left:5px;right:5px;bottom:10px;z-index:1;background-color:#fff}.home-top-users__right-side .top-user__icon:before{position:relative;z-index:2}.home-top-users__right-side .top-user__name-styled{color:#fff}.home-top-users__right-side .top-user__buttons{display:flex;justify-content:center;align-items:center}.home-top-users__right-side .top-user__button+.top-user__button{margin-left:8px}.home-top-users__right-side .top-user+.top-user{margin-left:24px}@media only screen and (max-width:599px){.home-top-users__right-side .top-user+.top-user{margin-left:0;margin-top:24px}}.home-top-users__search-result{position:absolute;background-color:#fff;z-index:2}.home-top-users__search-result--hidden{display:none}.home-top-users__search-result--list{display:flex;flex-direction:column;border:1px solid #efeff4;padding:0 10px}.home-top-users__search-result--item{display:flex;align-items:center;justify-content:flex-start;padding:4px 0}.home-top-users__search-result--item .user-image{width:48px;height:48px;border-radius:50%;background-position:center;background-size:cover;background-repeat:no-repeat}.home-top-users__search-result--item .user-fullname{padding:0 16px;font-size:13px}.home-top-users__search-result--item .addUserToBadgeApprovalList{margin-left:auto}.home-top-users__list-section--header{font-size:18px;font-weight:600;margin-bottom:24px;line-height:1.4}.home-top-users__list-section--search-header{display:flex;align-items:center}.home-top-users__list-section--search-header input{width:300px;margin-right:8px}.home-top-users__list-section--search{position:relative;display:flex;align-items:center;justify-content:space-between}.home-top-users__list-section--search-input{width:300px}.home-top-users__list-section--users{display:flex;align-items:center;flex-wrap:wrap;padding-top:16px}.home-top-users__list-section--user-hidden{display:none!important}.home-top-users__list-section--user-deleted{display:none!important}.home-top-users__list-section--no-users{font-size:13px;font-weight:600;color:#999}.home-top-users__list-section--user{position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:16px 12px;border:1px solid #efeff4;background-color:#223b63;color:#fff;height:358px;width:268px;margin-left:16px;margin-bottom:16px}.home-top-users__list-section--user .user-image{width:80px;height:80px;border-radius:50%;background-position:center;background-size:cover;background-repeat:no-repeat}.home-top-users__list-section--user .user-badges{display:flex;align-items:center;margin-bottom:16px;height:32px}.home-top-users__list-section--user .user-badges__icon{height:24px}.home-top-users__list-section--user .user-badges+.user-badges__icon{position:absolute;top:0;left:calc(50% + 16px);margin:8px}@media only screen and (max-width:599px){.home-top-users__list-section--user .user-badges+.user-badges__icon{margin-left:4px}}.home-top-users__list-section--user .user-fullname{padding-top:16px;padding-bottom:4px;font-size:15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:200px;text-align:center}.home-top-users__list-section--user .user-position{padding:16px;text-align:center}.home-top-users__list-section--user .user-hospital-logo{margin:0 auto 32px auto;min-width:240px;height:48px;background-position:center;background-size:contain;background-repeat:no-repeat}.home-top-users__list-section--user .removeUserFromBadgeApprovalsList{position:absolute;top:0;right:0;padding:0 8px;height:24px;display:none}.home-top-users__list-section--user .removeUserFromBadgeApprovalsList::before{content:'X'}.home-top-users__list-section--user:hover .removeUserFromBadgeApprovalsList{display:block}.schedule-queue__row{display:flex;align-items:center;justify-content:start}.schedule-queue__showing-at{width:75%}.schedule-queue__point-class{margin-left:16px;width:25%}.schedule-queue__user-id{width:100%}.survey-result__container{padding:8px}.survey-result__header-section{margin:8px 0;display:flex;align-items:center;justify-content:space-between}.survey-result__question-section{margin:16px 0}.survey-result__title{font-size:24px;font-weight:600;text-transform:uppercase}.survey-result__subtitle{font-size:20px;color:#d2d2d2;text-transform:uppercase}.survey-result__total-survey-results{border:1px dashed #333;padding:8px;min-width:110px}.survey-result__total-results-text{font-size:12px;text-transform:uppercase}.survey-result__total-results-number{text-align:center;font-size:20px;font-weight:600}.survey-result__question-wrapper{padding:8px 0;display:grid;grid-template-columns:66px auto;align-items:center;background-color:#f3f3f3;margin-bottom:8px}.survey-result__question-number-wrapper{height:28px;width:28px;background-color:#7da2dc;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;margin-left:16px}.survey-result__question-number{font-size:16px;font-weight:600}.survey-result__question-text{font-size:16px}.survey-result__option-caption{display:flex;align-items:center;margin-left:66px}.survey-result__fake-option{height:16px;width:16px;border:1px solid;border-radius:50px}.survey-result__option-text{font-size:12px;padding:4px 0}.survey-result__progress-bar-numbers{display:flex;align-items:center;justify-content:space-between;margin:4px 0}.survey-result__option-progress-bar-wrapper{color:#7da2dc;width:600px;margin-left:66px}.survey-result__progress-bar-background{background-color:#f3f3f3;height:12px}.survey-result__progress-bar-progress{background-color:#7da2dc;height:12px}.survey-result__comments-section-header{margin-top:16px;padding-left:16px!important;background-color:#f3f3f3!important}.survey-result__comments{margin:16px 0;display:none}.survey-result__comment-wrapper{display:grid;grid-template-columns:64px auto;margin:8px 0;border:1px solid #f3f3f3;padding:16px}.survey-result__comment--user-image{width:48px;height:48px;border-radius:50%;background-position:center;background-size:cover;background-repeat:no-repeat}.survey-result__user-profile-link{font-size:14px}.survey-result__comment--body{font-size:12px;margin-top:8px}.event-sponsors-app .manage-sponsors__save-all-tiers-container{padding-top:10px;padding-bottom:10px}.event-sponsors-app .manage-sponsors__save-all-button{min-height:34px;line-height:34px;font-size:14px}.event-sponsors-app .manage-sponsors__event-sponsors-tier-container{border:1px solid #ddd;background-color:#f5f5f5;position:relative;margin:10px 0}.event-sponsors-app .manage-sponsors__event-sponsors-tier-header{padding:10px 15px 10px 15px;display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap}.event-sponsors-app .manage-sponsors__event-sponsors-tier-header-save-tier-button{margin-right:20px;justify-self:flex-start}@media only screen and (max-width:599px){.event-sponsors-app .manage-sponsors__event-sponsors-tier-header-save-tier-button{margin-bottom:10px}}.event-sponsors-app .manage-sponsors__event-sponsors-tier-header-tier-color-container{display:flex;max-height:30px;flex:1;margin-right:20px;align-items:center}@media only screen and (max-width:599px){.event-sponsors-app .manage-sponsors__event-sponsors-tier-header-tier-color-container{margin-bottom:10px}}.event-sponsors-app .manage-sponsors__event-sponsors-tier-error-label{color:red;padding-top:5px;display:inline-block}.event-sponsors-app .manage-sponsors__add-sponsor-tier-btn{width:100%;height:50px;padding:10px;margin-top:5px;font-size:14px;color:#7d8da7;border:1px dashed #7da2dc;background-color:#fff;cursor:pointer;transition:background-color .2s ease,color .2s ease}.event-sponsors-app .manage-sponsors__add-sponsor-tier-btn:hover{color:#2a5077;background-color:#f1f4f9!important;border:1px solid #f1f4f9}.event-sponsors-app .manage-sponsors__add-sponsor-btn{width:100%;height:40px;padding:10px;font-size:14px;color:#7d8da7;border:1px dashed #7da2dc;background-color:#f5f5f5;cursor:pointer;transition:background-color .2s ease,color .2s ease}.event-sponsors-app .manage-sponsors__add-sponsor-btn:hover{color:#2a5077;background-color:#eee!important;border:1px solid #f1f4f9}.event-sponsors-app .manage-sponsors__event-sponsor{margin-bottom:5px}.event-sponsors-app .manage-sponsors__remove-event-sponsor-icon{cursor:pointer;padding-left:5px;background-color:transparent;border:none}.event-sponsors-app .manage-sponsors__remove-event-sponsor-icon:after{display:inline-block;font-size:10px;font-family:icomoon;content:"\e915";padding-left:3px}.event-sponsors-app .manage-sponsors__event-sponsors-tier-color-input{display:flex;align-items:center;margin-right:20px}.event-sponsors-app .manage-sponsors__event-sponsors-tier-tier-select{margin-right:20px}.event-sponsors-app .manage-sponsors__event-sponsors-tier-color-label{font-size:14px;margin-right:5px}.case-comments-statistics__activity-legend,.full-login-data__activity-legend,.login-data__activity-legend,.peak-redemptions-statistics__activity-legend,.peak-total-earned-points-statistics__activity-legend{font-size:12px;display:flex;align-items:center;margin-bottom:10px}.case-comments-statistics__block,.full-login-data__block,.login-data__block,.peak-redemptions-statistics__block,.peak-total-earned-points-statistics__block{margin-bottom:20px}.case-comments-statistics__custom-legend,.full-login-data__custom-legend,.login-data__custom-legend,.peak-redemptions-statistics__custom-legend,.peak-total-earned-points-statistics__custom-legend{display:grid;grid-template-columns:33% 33% 33%}.case-comments-statistics__activity-category-filter,.full-login-data__activity-category-filter,.login-data__activity-category-filter,.peak-redemptions-statistics__activity-category-filter,.peak-total-earned-points-statistics__activity-category-filter{padding:3px;cursor:default}.case-comments-statistics__activity-legend span,.full-login-data__activity-legend span,.login-data__activity-legend span,.peak-redemptions-statistics__activity-legend span,.peak-total-earned-points-statistics__activity-legend span{font-weight:700;width:60px;min-width:60px;margin-right:10px}.case-comments-statistics__legend-item,.full-login-data__legend-item,.login-data__legend-item,.peak-redemptions-statistics__legend-item,.peak-total-earned-points-statistics__legend-item{display:flex;margin-right:5px;align-items:center;padding:3px;cursor:default;min-width:90px}.case-comments-statistics__education-activity-legend,.full-login-data__education-activity-legend,.login-data__education-activity-legend,.peak-redemptions-statistics__education-activity-legend,.peak-total-earned-points-statistics__education-activity-legend{font-size:12px;display:flex;align-items:center;margin-bottom:10px}.case-comments-statistics__legend-item,.full-login-data__legend-item,.login-data__legend-item,.peak-redemptions-statistics__legend-item,.peak-total-earned-points-statistics__legend-item{display:flex;margin-right:5px;align-items:center;padding:3px;cursor:default;min-width:90px}.case-comments-statistics__legend-item-label,.full-login-data__legend-item-label,.login-data__legend-item-label,.peak-redemptions-statistics__legend-item-label,.peak-total-earned-points-statistics__legend-item-label{background-color:#c6c6c6;font-size:10px;padding:6px 10px;margin-right:5px;display:flex;align-items:center;justify-content:center;color:#fff;width:15px;height:6px}.case-comments-statistics__title,.full-login-data__title,.login-data__title,.peak-redemptions-statistics__title,.peak-total-earned-points-statistics__title{align-items:center;color:#333;display:flex;justify-content:space-between;padding-top:20px;margin-bottom:40px}.case-comments-statistics__title span,.full-login-data__title span,.login-data__title span,.peak-redemptions-statistics__title span,.peak-total-earned-points-statistics__title span{font-size:26px;font-weight:700}.case-comments-statistics__statistics-periods,.full-login-data__statistics-periods,.login-data__statistics-periods,.peak-redemptions-statistics__statistics-periods,.peak-total-earned-points-statistics__statistics-periods{align-items:center;display:flex;justify-content:flex-end;padding-bottom:20px}.case-comments-statistics__statistics-period,.full-login-data__statistics-period,.login-data__statistics-period,.peak-redemptions-statistics__statistics-period,.peak-total-earned-points-statistics__statistics-period{align-items:center;background-color:#f3f3f3;border-left:1px solid #fff;color:#868686;display:flex;font-size:12px;justify-content:center;padding:10px 20px;cursor:pointer}.case-comments-statistics__statistics-period:hover,.full-login-data__statistics-period:hover,.login-data__statistics-period:hover,.peak-redemptions-statistics__statistics-period:hover,.peak-total-earned-points-statistics__statistics-period:hover{text-decoration:none}.case-comments-statistics__statistics-period.selected,.full-login-data__statistics-period.selected,.login-data__statistics-period.selected,.peak-redemptions-statistics__statistics-period.selected,.peak-total-earned-points-statistics__statistics-period.selected{background-color:#7da2dc;color:#fff}.case-comments-statistics__statistics-period:first-child,.full-login-data__statistics-period:first-child,.login-data__statistics-period:first-child,.peak-redemptions-statistics__statistics-period:first-child,.peak-total-earned-points-statistics__statistics-period:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.case-comments-statistics__statistics-period:last-child,.full-login-data__statistics-period:last-child,.login-data__statistics-period:last-child,.peak-redemptions-statistics__statistics-period:last-child,.peak-total-earned-points-statistics__statistics-period:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.case-comments-statistics__churn-rate-3-month-diagram-data-container,.case-comments-statistics__churn-rate-diagram-data-container,.case-comments-statistics__churn-rate-quarterly-diagram-data-container,.case-comments-statistics__diagram-data-container,.full-login-data__churn-rate-3-month-diagram-data-container,.full-login-data__churn-rate-diagram-data-container,.full-login-data__churn-rate-quarterly-diagram-data-container,.full-login-data__diagram-data-container,.login-data__churn-rate-3-month-diagram-data-container,.login-data__churn-rate-diagram-data-container,.login-data__churn-rate-quarterly-diagram-data-container,.login-data__diagram-data-container,.peak-redemptions-statistics__churn-rate-3-month-diagram-data-container,.peak-redemptions-statistics__churn-rate-diagram-data-container,.peak-redemptions-statistics__churn-rate-quarterly-diagram-data-container,.peak-redemptions-statistics__diagram-data-container,.peak-total-earned-points-statistics__churn-rate-3-month-diagram-data-container,.peak-total-earned-points-statistics__churn-rate-diagram-data-container,.peak-total-earned-points-statistics__churn-rate-quarterly-diagram-data-container,.peak-total-earned-points-statistics__diagram-data-container{display:flex;margin:20px auto;min-height:300px;width:800px}.case-comments-statistics__churn-rate-3-month-diagram-data-container,.case-comments-statistics__churn-rate-diagram-data-container,.case-comments-statistics__churn-rate-quarterly-diagram-data-container,.full-login-data__churn-rate-3-month-diagram-data-container,.full-login-data__churn-rate-diagram-data-container,.full-login-data__churn-rate-quarterly-diagram-data-container,.login-data__churn-rate-3-month-diagram-data-container,.login-data__churn-rate-diagram-data-container,.login-data__churn-rate-quarterly-diagram-data-container,.peak-redemptions-statistics__churn-rate-3-month-diagram-data-container,.peak-redemptions-statistics__churn-rate-diagram-data-container,.peak-redemptions-statistics__churn-rate-quarterly-diagram-data-container,.peak-total-earned-points-statistics__churn-rate-3-month-diagram-data-container,.peak-total-earned-points-statistics__churn-rate-diagram-data-container,.peak-total-earned-points-statistics__churn-rate-quarterly-diagram-data-container{width:500px}.case-comments-statistics__diagram-container-arrows,.full-login-data__diagram-container-arrows,.login-data__diagram-container-arrows,.peak-redemptions-statistics__diagram-container-arrows,.peak-total-earned-points-statistics__diagram-container-arrows{display:flex;flex-direction:column}.case-comments-statistics__diagram-container-arrow,.full-login-data__diagram-container-arrow,.login-data__diagram-container-arrow,.peak-redemptions-statistics__diagram-container-arrow,.peak-total-earned-points-statistics__diagram-container-arrow{align-items:center;background-color:#f3f3f3;border-top:1px solid #fff;display:flex;cursor:pointer;height:50%;padding:10px}.case-comments-statistics__diagram-container-arrow:hover,.full-login-data__diagram-container-arrow:hover,.login-data__diagram-container-arrow:hover,.peak-redemptions-statistics__diagram-container-arrow:hover,.peak-total-earned-points-statistics__diagram-container-arrow:hover{background-color:#ededed}.case-comments-statistics__churn-rate-diagram-data,.case-comments-statistics__diagram-data,.full-login-data__churn-rate-diagram-data,.full-login-data__diagram-data,.login-data__churn-rate-diagram-data,.login-data__diagram-data,.peak-redemptions-statistics__churn-rate-diagram-data,.peak-redemptions-statistics__diagram-data,.peak-total-earned-points-statistics__churn-rate-diagram-data,.peak-total-earned-points-statistics__diagram-data{display:flex;margin-bottom:20px;overflow-x:auto;overflow-y:hidden}.case-comments-statistics__line-chart,.full-login-data__line-chart,.login-data__line-chart,.peak-redemptions-statistics__line-chart,.peak-total-earned-points-statistics__line-chart{align-items:center;display:flex;flex-direction:column}#peak-points-activities-statistics__user-peak-status-line-chart{width:600px}.linecharts,.piecharts{overflow-x:auto;overflow-y:hidden;margin:0 auto}.peak-points-statistics__title{align-items:center;color:#333;display:flex;justify-content:space-between;padding-top:20px;margin-bottom:40px}.peak-points-statistics__title span{font-size:26px;font-weight:700}.peak-points-statistics__statistics-periods{align-items:center;display:flex;justify-content:flex-end}.peak-points-statistics__statistics-period{align-items:center;background-color:#f3f3f3;border-left:1px solid #fff;color:#868686;display:flex;font-size:12px;justify-content:center;padding:10px 20px;cursor:pointer}.peak-points-statistics__statistics-period:hover{text-decoration:none}.peak-points-statistics__statistics-period.selected{background-color:#7da2dc;color:#fff}.peak-points-statistics__statistics-period:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.peak-points-statistics__statistics-period:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.peak-points-statistics__diagram-data-container{display:flex;margin-top:10px}.peak-points-statistics__diagram-container-arrows{display:flex;flex-direction:column}.peak-points-statistics__diagram-container-arrow{align-items:center;background-color:#f3f3f3;border-top:1px solid #fff;display:flex;cursor:pointer;height:50%;padding:10px}.peak-points-statistics__diagram-container-arrow:hover{background-color:#ededed}.peak-points-statistics__subtitle{font-size:18px;font-weight:700;margin:40px 0 20px 0;text-align:center}.peak-points-statistics__pie-diagram-data-container{display:flex;justify-content:center}.peak-points-statistics__pie-diagram{align-items:center;display:flex;flex-direction:column;width:25%}#peak-points-activities-statistics__pie-diagram,#peak-points-activities-statistics__user-peak-status-pie-diagram,#peak-points-statistics__country-pie-diagram,#peak-points-statistics__position-pie-diagram{width:220px}.my-colleagues .collapsable__header:after{top:0}.my-colleagues__header{padding-top:16px;margin-bottom:8px}.my-colleagues__header-buttons{display:flex;justify-content:flex-end;margin-bottom:16px}.my-colleagues__add-colleague-button,.my-colleagues__edit-categories-button{height:30px;line-height:30px;font-size:14px;text-decoration:none;margin-right:8px;padding:2px 8px;background-color:#eaeaea;color:#292929}.my-colleagues__add-colleague-button:hover,.my-colleagues__edit-categories-button:hover{text-decoration:none;opacity:.8}.my-colleagues__add-colleague-button{background-color:#82a1db;color:#fff;margin-right:0}.my-colleagues__search-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.my-colleagues__search-bar .search{margin-top:0;margin-bottom:0}.my-colleagues__sort-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;color:#999}.add-colleague__header{padding-top:16px;margin-bottom:16px}.add-colleague__section-bar{display:flex;align-items:center;padding:4px 8px;background:#e2edff;margin-bottom:8px;min-height:30px}.add-colleague__email-form{width:500px;margin:0 auto 16px auto;display:flex;flex-direction:column}.add-colleague__alert{text-align:center;margin-bottom:8px}.add-colleague__email-input{margin-bottom:4px;display:flex;justify-content:space-between;align-items:flex-end}.add-colleague__email-message{margin-bottom:8px;display:flex;justify-content:space-between;align-items:flex-end}.add-colleague__email-buttons-container{align-self:flex-end}.add-colleague__send-email-button{margin-right:0!important}.add-colleague__example-email-container{display:flex;flex-direction:column;margin-left:64px}.add-colleague__example-email{border-radius:10px;background-color:#ccc;padding:8px}.send-message{display:flex;flex-direction:column;height:100vh;background-color:#fff}.send-message__buttons-container{display:flex;justify-content:flex-end;margin-top:auto;margin-bottom:8px;margin-top:16px}.send-message__content{padding:16px 16px 0 16px;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.send-message__validation-error-label{color:red;font-size:13px}.send-message textarea{resize:none}.send-message__message-sent-label{color:green}.change-sp-container{--change-sp-container-info-blue-color:#7da2dc;--change-sp-container-sp-choice-light-blue:#f2fafa;--change-sp-container-sp-choice-extra-blue:#0c9c9c}.night-mode .change-sp-container{--change-sp-container-info-blue-color:#4b6184;--change-sp-container-sp-choice-light-blue:#343a3a;--change-sp-container-sp-choice-extra-blue:#0b4747}.change-sp-container{display:flex;flex-direction:column;-webkit-backface-visibility:hidden;backface-visibility:hidden;padding-bottom:20px;text-align:left;line-height:1.3}.change-sp-container__info{background-color:var(--blue-background-color);border:1px solid var(--change-sp-container-info-blue-color);border-radius:1px;display:flex;font-size:14px;margin-bottom:20px;padding:15px}.change-sp-container__info-icon{align-items:center;background-color:var(--change-sp-container-info-blue-color);border-radius:15px;color:#fff;display:flex;font-size:20px;justify-content:center;height:30px;margin-right:15px;min-width:30px;text-align:center}.change-sp-container__sp-choice{width:85%;margin:0 auto}@media only screen and (max-width:599px){.change-sp-container__sp-choice{width:100%}}.change-sp-container__sp-marketing-page-wrapper{display:flex;justify-content:center;padding-bottom:10px;text-align:center}@media only screen and (max-width:599px){.change-sp-container__sp-marketing-page-wrapper{flex-direction:column}}.change-sp-container__switcher-title{padding-bottom:10px;font-size:14px}.change-sp-container__switcher-options{display:flex;justify-content:flex-start;align-items:stretch;padding-bottom:35px}@media only screen and (max-width:599px){.change-sp-container__switcher-options{display:block}}.change-sp-container__radio-type{flex-basis:32%;flex-grow:1}.change-sp-container__radio-type+.change-sp-container__radio-type{margin-left:1.5%}@media only screen and (max-width:1023px){.change-sp-container__ortho-logo{display:block}}.change-sp-container__tab-icon{position:relative}@media only screen and (max-width:1023px){.change-sp-container__tab-icon{display:none}}.change-sp-container__tab-icon-img{position:relative;top:2px;width:16px;height:16px;margin-right:5px;transition:opacity .2s ease}.change-sp-container__tab-icon-img--green{position:absolute;top:2px;left:0;opacity:0}.change-sp-container__content-section{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;padding:0 20px;background-color:var(--second-background-color);text-align:center;color:var(--third-font-color)}.change-sp-container__content-section-title{padding-bottom:5px;font-weight:700;font-size:26px;color:var(--main-font-color)}.change-sp-container__content-section-title .icon{position:relative;top:2px;color:#a264ab}.change-sp-container__content-section-title--hidden{display:none}.change-sp-container__content-section-text{font-size:14px}.change-sp-container__content-section-text a{font-size:14px}.change-sp-container__content-section-text--hidden{display:none}.change-sp-container__main-content{position:relative;min-height:260px}.change-sp-container__stydy-plan-section{display:flex;flex-wrap:wrap;justify-content:center;padding:10px 0}@media only screen and (max-width:599px){.change-sp-container__stydy-plan-section{justify-content:space-between}}.change-sp-container__sp-choice{position:relative;padding-bottom:5px}.change-sp-container__sp-choice--tabs{display:flex;justify-content:center;border-bottom:1px solid var(--separator-color)}.change-sp-container__sp-choice--tabs button{position:relative;align-items:center;background-color:var(--separator-color);border:1px solid var(--separator-color);color:var(--main-font-color);border-radius:1px;display:flex;justify-content:center;min-height:36px;font-size:13px;margin-right:5px;padding:7px 15px;transition:background-color .2s ease,border .2s ease}.change-sp-container__sp-choice--tabs button:after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:4px;background-color:var(--default-background-color);transition:opacity .2s ease;opacity:0}.change-sp-container__sp-choice--tabs button.active,.change-sp-container__sp-choice--tabs button:hover{background-color:var(--default-background-color);border-bottom-color:var(--default-background-color);border-radius:1px}.change-sp-container__sp-choice--tabs button.active:after,.change-sp-container__sp-choice--tabs button:hover:after{opacity:1}.change-sp-container__sp-choice--tabs button.active .change-sp-container__tab-icon-img--green,.change-sp-container__sp-choice--tabs button:hover .change-sp-container__tab-icon-img--green{opacity:1}.change-sp-container__sp-choice--tabs button.active .change-sp-container__tab-icon-img--gray,.change-sp-container__sp-choice--tabs button:hover .change-sp-container__tab-icon-img--gray{opacity:0}.change-sp-container__sp-choice--error{color:#dd5f5f;font-size:12px;margin-bottom:5px;visibility:hidden}.change-sp-container__sp-choice .ortho-tabs__content-item--sp{border:2px solid var(--separator-color);border-radius:2px;cursor:pointer;font-size:14px;font-weight:700;margin:0 7px 7px 0;padding:10px 0;position:relative;text-align:center;width:24%;transition:background-color .2s ease,border .2s ease;background-color:var(--default-background-color);color:var(--main-font-color)}@media only screen and (max-width:1023px){.change-sp-container__sp-choice .ortho-tabs__content-item--sp{margin:0 4px 7px 0}}@media only screen and (max-width:599px){.change-sp-container__sp-choice .ortho-tabs__content-item--sp{width:48%;margin:0 0 10px 0}}.change-sp-container__sp-choice .ortho-tabs__content-item--sp--image{background-size:contain;background-position:center;background-repeat:no-repeat;height:60px;margin:0 auto 10px auto;width:90%}.change-sp-container__sp-choice .ortho-tabs__content-item--sp.active{border:2px solid var(--change-sp-container-sp-choice-extra-blue)}.change-sp-container__sp-choice .ortho-tabs__content-item--sp.active .activated-sp{visibility:visible}.change-sp-container__sp-choice .ortho-tabs__content-item--sp:hover{border:2px solid var(--change-sp-container-sp-choice-extra-blue);background-color:var(--change-sp-container-sp-choice-light-blue)}.change-sp-container__sp-choice .ortho-tabs__content-item--sp:nth-child(4n){margin-right:0}.change-sp-container__sp-choice .selected-sp{border:2px solid var(--change-sp-container-sp-choice-extra-blue);background-color:var(--change-sp-container-sp-choice-light-blue)}.change-sp-container__sp-marketing-page{position:relative;margin:0 15px 20px 15px;font-size:14px;text-align:center}.change-sp-container__sp-marketing-page+.change-sp-container__sp-marketing-page:after{content:'';position:absolute;top:0;bottom:0;left:-16px;width:1px;background-color:var(--separator-color)}@media only screen and (max-width:599px){.change-sp-container__sp-marketing-page+.change-sp-container__sp-marketing-page:after{content:none}}.change-sp-container__sp-changing-reason{border-top:1px solid #e0e0e0;color:#565656;display:none;font-size:13px;padding-top:20px}.change-sp-container__sp-changing-reason .ortho-radio__element:first-child{margin-top:20px}.change-sp-container__sp-changing-reason--textarea-container{margin-top:10px;padding-left:30px}.change-sp-container__sp-changing-reason--error{color:#dd5f5f;font-size:12px;margin:5px 0;visibility:hidden}.change-sp-container__buttons{margin:50px 0 20px 0}.change-sp-container__buttons .ortho-modal__close{position:relative;width:150px}@media only screen and (max-width:599px){.change-sp-container__buttons .ortho-button{width:100%}}.change-sp-container__change-button-wrapper{margin-top:15px;text-align:right}.change-sp-container__change-button-wrapper-sticky{position:-webkit-sticky;position:sticky;top:auto;bottom:0;float:right}.change-sp-container__subspecialty{display:flex;align-items:center;width:100%;padding:24px 0 8px 0;text-align:left;font-size:16px}.change-sp-container__subspecialty-icon{margin-right:8px}.change-sp-container__sp-description{background-color:var(--third-background-color)}.change-sp-container .ortho-radio__label{-webkit-backface-visibility:hidden;backface-visibility:hidden}.activated-sp{display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;top:-1px;right:-1px;height:30px;width:30px;background-color:rgba(2,152,152,.9);border-radius:0 0 0 3px;font-size:12px;font-weight:400;color:#fff;visibility:hidden}.activated-sp-icon{font-size:10px}.active-sp-title{font-size:16px;margin-top:20px;text-align:center}.change-sp-button{background-color:#fff;border:1px solid #8bace0;border-radius:2px;color:#8bace0;font-size:16px;padding:10px 15px}.change-sp-button:hover{background-color:#f8f8f8}.change-sp-button.link{border:0;font-size:13px;margin:10px 0 0 27px;padding:0}.change-sp-button.link:hover{text-decoration:underline}.change-sp-button.link.marketing-link{background-color:transparent;margin-left:0}.change-sp-button--wrapper{display:flex;justify-content:center;padding:10px 0 10px 0;width:100%}.presentation-mode-settings__settings{display:flex;justify-content:space-between;width:90%;margin:0 auto}.presentation-mode-settings__setting{flex-basis:45%}.presentation-mode-settings__setting--breakdown .breakdown-content__filter-wrapper{padding-bottom:0}.presentation-mode-settings__setting--supplemental{padding-bottom:10px}.presentation-mode-settings__preset-controls{display:flex;align-items:center;justify-content:space-between;width:90%;margin:30px auto 0 auto}.presentation-mode-settings__preset-controls-part{display:flex;align-items:center}.presentation-mode-settings__select-preset{height:40px;min-width:200px;font-size:18px}.presentation-mode-settings__new-preset-input{min-width:300px;height:40px;font-size:16px}.presentation-mode-settings__preset-button{margin-left:10px}.presentation-mode-settings__settings-controls{text-align:center}.presentation-mode-settings__settings-controls-wrapper{display:inline-block;background-color:#f3f3f3}.presentation-mode-settings__popup-controls{padding:20px;text-align:right}.presentation-mode-settings__popup-text{padding:20px 20px 0 20px;font-size:16px}.presentation-mode-settings__stats{padding:10px 30px;line-height:1.6;font-size:16px}.presentation-mode-settings__start-button{width:100%}.presentation-mode-settings__time{font-weight:700}.presentation-mode-settings__images-control{padding-top:16px;text-align:right;font-size:13px}.presentation-mode-settings__image-mode{margin-left:16px}.presentation-mode-settings .breakdown-content{margin-top:16px}.presentation-mode-settings .breakdown-content__controls{display:none}.case-series-header-controls{position:relative;padding-top:20px;margin:0 16px}.case-series-header-controls__header{align-items:center;display:flex;justify-content:space-between;padding:8px 0}.case-series-header-controls__header .orth-button{font-size:14px;padding:0 15px;line-height:37px}.case-series-header-controls__dashboard-link{margin-left:auto;display:flex;align-items:center;font-size:13px;color:#999;margin-bottom:16px}.case-series-header-controls__dashboard-link i{transform:rotate(90deg);font-size:9px;margin-right:4px}.case-series-header-controls__dashboard-link:hover{text-decoration:none}.case-series-header-controls__title{font-weight:600;font-size:24px}.case-series-header-controls__subtitle{font-size:13px;color:#999}.case-series-header-controls__button{margin-left:8px;height:32px;color:#4571a7;font-size:16px;border:none;background-color:transparent;font-weight:600;margin-right:auto}.case-series-management{padding-top:20px;font-size:14px}.case-series-management__table{margin:15px}.case-series-management__table-header{display:flex;font-weight:700}.case-series-management__table-row{display:flex;align-items:center;padding:15px 0}.case-series-management__table-row--id{width:100px;text-align:center}.case-series-management__table-row--title{width:100%;text-align:center}.case-series-management__table-row--type{width:200px;align-items:center}.case-series-management__table-row--age,.case-series-management__table-row--sex{width:100px;text-align:center}.case-series-management__table-row.grey{background-color:#f3f3f3}.case-series-edit form{margin:15px}.case-series-edit__controls{display:flex;align-items:center;padding:8px 20px 16px 8px}.case-series-edit__controls--add-manually .poll-add-question__button{margin-top:0}.case-series-edit__controls--add-manually .poll-import-question{margin-top:0;margin-left:8px}.case-series-edit__controls--import-from-case{margin-left:auto}.case-series-edit__case-id-input{height:32px}.case-series-edit__import-from-case-button{background-color:#4571a7;border-color:#4571a7;color:#fff;min-width:150px;margin-left:8px;padding:8px 16px;line-height:1.4px;height:32px;border:none;border-radius:2px}.case-series-edit__import-from-case-button:hover{color:#fff;background-color:#365983}.case-series-search{display:flex;align-items:center;margin-left:auto}.case-series-search__delete-confirmation{background-color:#fff;position:absolute;padding:16px;top:-40px;right:8px;border:1px solid silver;box-shadow:1px 2px 3px 0 rgba(0,0,0,.2);z-index:1;display:flex;justify-content:space-around;align-items:center;min-width:180px}.case-series-search__delete-confirmation--hidden{display:none}.case-series-search__cancel-delete,.case-series-search__confirm-delete{cursor:pointer;color:#7ca2dc;margin-left:15px}.case-series-search__cancel-delete:hover,.case-series-search__confirm-delete:hover{color:#333;-webkit-text-decoration:dotted;text-decoration:dotted}.case-series-search__add-control--hidden{display:none}.case-series-search__case-series-info--hidden{display:none}.case-series-search__search-wrapper{display:flex;align-items:center;padding-top:8px}.case-series-search__case-series-title{cursor:pointer;font-size:15px}.case-series-search__title{padding-bottom:8px}.case-series-search__section{padding-bottom:8px}.case-series-search__search-field{box-sizing:border-box;width:244px;height:32px;padding-left:10px;padding-right:30px;font-size:14px;color:#000;outline:0;border:1px solid #ececec;line-height:30px;border-radius:2px}.case-series-search__search-field::placeholder{font-style:normal}.case-series-search__content-page{position:relative;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.case-series-search__results{display:none;background-color:#f9f9f9;border:1px solid #efeff4;padding:8px;position:absolute;min-width:400px;z-index:2}.case-series-search__results--item li{font-size:12px;color:#333;height:25px}.case-series-search__results--item li a{display:block;padding:4px 10px 6px;transition:background-color .2s ease;color:#333}.case-series-search__results--item li a a:focus,.case-series-search__results--item li a:hover{text-decoration:none;background-color:#c9e9f9}.case-series-search__case-series-info--hidden{display:none}.case-series-search .icon-search{position:absolute;display:block;top:8px;left:216px;font-size:15px;color:silver}.case-series-search .add-to-case-series{display:none}.case-series-linked{display:flex;align-items:center;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.case-series-linked__bg-color{background-color:#f3f3f3;border-radius:8px;padding:8px 16px}@media only screen and (max-width:599px){.case-series-linked{width:284px}}.case-series-linked__remove{float:right;color:#fff;border-radius:4px;font-size:13px}.case-series-linked__remove:focus,.case-series-linked__remove:hover{text-decoration:none;color:#fff;opacity:.6}.case-series-linked__sync{border-radius:4px;font-size:13px;margin-right:8px}.case-series-linked__sync:focus,.case-series-linked__sync:hover{text-decoration:none;opacity:.6}.case-series-import-polls{padding-bottom:10px}.case-series__vote-set{display:flex;flex-wrap:wrap}.topic-presentation-mode{display:flex;flex-direction:column;height:100vh}.topic-presentation-mode__header{display:flex;justify-content:space-between;align-items:center;padding:0 20px 0 40px;height:80px;flex-shrink:0;background-color:#395685;color:#fff;font-size:32px}.topic-presentation-mode__icons{display:flex;align-items:center;padding-right:152px}.topic-presentation-mode__section-header{display:flex;align-items:center;height:56px;padding:0 20px 0 40px;background-color:#f9f9f9;font-size:28px}.topic-presentation-mode__content-wrapper{display:flex;justify-content:space-between;height:calc(100vh - 80px - 56px);overflow:auto}.topic-presentation-mode__bullets-wrapper{flex-grow:1;padding-top:15px}.topic-presentation-mode__images-wrapper{position:relative;flex-shrink:0;display:flex;align-items:center;width:45%}.topic-presentation-mode__images{height:100%;width:86%;text-align:center}.topic-presentation-mode__image-wrapper{height:100%;display:none;overflow:hidden}.topic-presentation-mode__image-wrapper--current{display:block}.topic-presentation-mode__image{width:100%;height:calc(100% - 80px);transform:scale(1);background-repeat:no-repeat;background-position:center;background-size:contain}.topic-presentation-mode__image-nav{border:none;background-color:transparent;color:silver;font-size:26px;transition:color .2s ease}.topic-presentation-mode__image-nav:hover{color:#747373}.topic-presentation-mode__image-nav--hidden{display:none}.topic-presentation-mode__draggable{height:100%}.topic-presentation-mode__image-rotate{height:100%;display:flex;align-items:flex-start;justify-content:center}.topic-presentation-mode__nav-wrapper{width:7%;text-align:center}.topic-presentation-mode__image-rotate[data-rotate="90"]{transform:rotate(90deg)}.topic-presentation-mode__image-rotate[data-rotate="180"]{transform:rotate(180deg)}.topic-presentation-mode__image-rotate[data-rotate="270"]{transform:rotate(270deg)}.topic-presentation-mode__image-control{border:none;background-color:transparent;color:#557cb8;font-size:20px}.topic-presentation-mode__image-controls{position:fixed;bottom:24px;right:0;z-index:1;width:45%;padding-right:24px;text-align:center}.topic-presentation-mode__image-controls--no-images{display:none}.topic-presentation-mode__level{margin:0 2px;padding:7px 6px;font-size:14px;min-width:25px}.topic-presentation-mode__level:after{padding:7px 6px}.topic-presentation-mode__header-part{display:flex;align-items:center}.topic-presentation-mode__close{display:flex;align-items:center;justify-content:center;height:25px;width:25px;margin-left:20px;color:#fff;font-size:18px}.topic-presentation-mode__close:hover{text-decoration:none}.topic-presentation-mode--images-hidden .topic-presentation-mode__images-wrapper{display:none}.topic-presentation-mode--images-hidden .topic-bullets-section .bullet_ul_level_1{padding-right:20px}.topic-presentation-mode--images-hidden .topic-presentation-mode__image-controls{display:none}.topic-presentation-mode--settings{height:auto;min-height:100vh;padding-bottom:50px}.topic-presentation-mode--evidence .ortho-popup--importance{display:none}.topic-presentation-mode--evidence .ortho-popup--complexity{display:none}.topic-presentation-mode--evidence .topic-presentation-mode__header{align-items:flex-start;height:auto}.topic-presentation-mode--evidence .topic-presentation-mode__header-part{padding-top:28px}.topic-presentation-mode--evidence .card-slider__cards{border-top:none}.topic-presentation-mode--evidence .topic-presentation-mode__header-wrapper{flex-grow:1}.topic-presentation-mode--evidence .author-card--header{width:auto!important;min-width:auto!important;max-width:none!important}.topic-presentation-mode--evidence .author-card__user-title{display:none}.topic-presentation-mode .card-slider{flex-grow:1;display:flex;flex-direction:column}.topic-presentation-mode .card-slider__cards{margin:0;flex-grow:1}.topic-presentation-mode .card-slider__controls{justify-content:center;border-bottom:none;padding-bottom:20px}.topic-presentation-mode .collapsable--section .collapsable__header{padding-left:20px;font-size:24px}.topic-presentation-mode .topic-bullets-section{font-size:28px}.topic-presentation-mode .topic-bullets-section .bullet_ul_level_1{padding:0 100px 0 100px}.topic-presentation-mode .topic-bullets-section__context{line-height:45px}.topic-presentation-mode .topic-bullets-section ul li>.context:not(.BulletComponent__context--table){position:relative}.topic-presentation-mode .topic-bullets-section ul li>.context:not(.BulletComponent__context--table):before{content:"\e95b";position:absolute;top:0;left:-20px;display:inline-block;box-sizing:border-box;font-family:icomoon;font-size:6px}.topic-presentation-mode .topic-bullets-section ul ul li>.context:not(.BulletComponent__context--table):before{content:"\e958";top:0;font-size:6.5px}.topic-presentation-mode .topic-bullets-section ul ul ul li>.context:not(.BulletComponent__context--table):before{content:"\e949";top:0;font-size:5.5px}.topic-presentation-mode .topic-bullets-table li>.context:before{display:none!important}.topic-presentation-mode .links .icon{font-size:18px}.topic-presentation-mode .topic-bullets-section ul ul li>.context{padding-right:0}.topic-presentation-mode:not(.topic-presentation-mode--no-images):not(.topic-presentation-mode--images-hidden) .bullet_ul_level_1{padding-right:50px}.topic-presentation-mode .topic-bullets-table{width:100%}.topic-presentation-mode .topic-bullets-section table{font-size:20px}.topic-presentation-mode .BulletComponent__context--table{margin-right:-30px}.topic-presentation-mode .breakdown-content__header{display:none}.topic-presentation-mode .content-settings-table{margin-top:50px}.opened-in-popup .topic-presentation-mode__header{display:none}.opened-in-popup .topic-presentation-mode__section-header{display:none}.reindex-content-admin-panel{padding-top:20px}.reindex-content-admin-panel__header{align-items:center;display:flex;justify-content:space-between}.reindex-content-admin-panel__content{margin-top:20px;padding-bottom:20px}.reindex-content-admin-panel__content-item-header{font-size:18px;font-weight:700;display:flex;margin-bottom:10px;padding:5px 0}.reindex-content-admin-panel__content-item-info{margin-bottom:25px;font-size:13px;line-height:15px;color:#ababab}.reindex-content-admin-panel__content-item-input{margin-bottom:40px}.reindex-content-admin-panel__content-item-input .ortho-input{margin-bottom:10px}.reindex-content-admin-panel__reindex-button{min-height:34px!important;line-height:34px!important;font-size:14px!important;float:right}.pass-points-leaderboard{padding-top:20px}.pass-points-leaderboard__header{align-items:center;display:flex;justify-content:space-between}.pass-points-leaderboard__footer{align-items:center;display:flex;justify-content:flex-end;padding-bottom:20px}.pass-points-leaderboard__content{margin-top:20px;padding-bottom:20px}.pass-points-leaderboard__content-item-header{font-size:18px;font-weight:700;display:flex;margin-bottom:10px;padding:5px 0}.pass-points-leaderboard__content-item-header-label{background-color:#eaeaea;width:18px;height:18px;margin-right:10px}.pass-points-leaderboard__content-item{margin-bottom:30px}.pass-points-leaderboard__content-item-data{font-size:14px}.pass-points-leaderboard__content-item-data-header{display:flex;justify-content:space-between;font-weight:700;margin:15px 0}.pass-points-leaderboard__content-item-data-row{align-items:center;display:flex;justify-content:flex-start;margin-bottom:10px}.pass-points-leaderboard__content-item-data-row:last-child{margin-bottom:10px}.pass-points-leaderboard__content-item-data-row-color-label{margin-right:10px;width:25px;height:17px}.pass-points-leaderboard__content-item-data-header-labels{display:flex;justify-content:space-between;margin-right:10px;min-width:155px;font-size:12px;text-align:center}.pass-points-leaderboard__content-item-data-header-labels .badges-label{margin-right:25px}.pass-points-leaderboard__content-item-data-header-labels .peak-label{margin-right:25px}.pass-points-leaderboard__content-item-data-header-labels .cme-label{margin-right:10px}.pass-points-leaderboard__content-item-labels{display:flex;justify-content:flex-end}.pass-points-leaderboard__content-item-labels span{font-weight:700;padding:0 3px}.pass-points-leaderboard__content-item-data-row-label{border-bottom:1px dashed #eaeaea;margin-right:10px;width:100%}.pass-points-leaderboard__content-item-data-row-input{min-width:200px}.pass-points-leaderboard__content-item-data-row-input.changed input{background-color:#e3ecfd}.pass-points-leaderboard__content-item-data-row-input input{width:60px;padding:3px 5px;border:1px solid #eaeaea}.pass-points-leaderboard__tooltip-content{display:flex;border:1px solid #9c9c9c;font-size:12px;line-height:16px;width:300px;height:auto;padding:10px;text-align:center;background-color:#fff;vertical-align:middle}.pass-points-leaderboard__tooltip-large-text{font-size:16px;font-weight:600}.pass-points-leaderboard__tooltip-leftpanel{display:flex}.pass-points-leaderboard__save-changes{min-height:34px;line-height:34px;font-size:14px;background-color:#79c969;color:#fff;border:0;padding:0 20px;border-radius:1px;cursor:pointer}.pass-points-leaderboard__save-changes:hover{background-color:#56aa59}.pass-points-data-table{padding-top:20px;font-size:14px}.pass-points-data-table__loading-image,.pass-points-data-table__loading-image-label{width:20px}.pass-points-data-table__loading-image-label{margin-right:10px}.pass-points-data-table__table-info{width:100%;text-align:center}.pass-points-data-table__info{color:#cecece;font-size:12px;margin-left:10px}.pass-points-data-table__content{margin-top:20px;padding-bottom:20px}.pass-points-data-table__statistics{display:flex;align-items:center;margin:30px 15px 10px 15px}.pass-points-data-table__statistics-clear-filters{display:flex;justify-content:flex-end;margin:8px 15px}.pass-points-data-table__statistics-clear-filters .clear-only-top-filters{cursor:pointer;color:#7ca2dc}.pass-points-data-table__statistics-item{display:flex;align-items:center;flex-direction:column;border:1px solid #000;padding-bottom:10px;cursor:pointer;width:150px;margin-right:25px}.pass-points-data-table__statistics-item .pass-points-data-table__top-label{font-size:18px;padding:10px}.pass-points-data-table__statistics-item.inactive{opacity:.5}.pass-points-data-table__statistics-item.top-5{border-color:#39b1eb}.pass-points-data-table__statistics-item.top-10{border-color:#61b096}.pass-points-data-table__statistics-item.top-25{border-color:#fdd16b}.pass-points-data-table__statistics-item.top-50{border-color:#fd8988}.pass-points-data-table__statistics-item.bottom-90{border-color:#9c9c9c}.pass-points-data-table__controls{margin-left:15px;margin-bottom:10px;display:flex;align-items:center;justify-content:end}.pass-points-data-table__controls .daterange--filter{font-size:14px;position:relative;margin:10px 15px 15px 0}.pass-points-data-table__controls .daterange--filter__title{padding-bottom:5px;width:auto}.pass-points-data-table__controls .daterange--filter__datetimepicker{background:#fff;cursor:pointer;padding:7px 16px;border:1px solid #ececec;margin-right:16px}.pass-points-data-table__table{margin:15px}.pass-points-data-table__table-header{display:flex;font-weight:700}.pass-points-data-table__table-row{display:flex;align-items:center;padding:15px 0}.pass-points-data-table__table-row--group{display:flex;align-items:center;width:100%}.pass-points-data-table__table-row--rank,.pass-points-data-table__table-row--residents{width:150px;text-align:center}.pass-points-data-table__table-row--rank.unranked,.pass-points-data-table__table-row--residents.unranked{color:#fd8988}.pass-points-data-table__table-row--date,.pass-points-data-table__table-row--points{width:230px;text-align:center}.pass-points-data-table__table-row.grey{background-color:#f3f3f3}.pass-points-data-table__top-label{padding:3px 5px;color:#fff;opacity:.7;text-align:center;margin-right:10px}.pass-points-data-table__top-label.setting{margin-right:0;margin-bottom:10px;width:100%}.pass-points-data-table__top-label.top-5{background-color:#39b1eb}.pass-points-data-table__top-label.top-10{background-color:#61b096}.pass-points-data-table__top-label.top-25{background-color:#fdd16b}.pass-points-data-table__top-label.top-50{background-color:#fd8988}.pass-points-data-table__top-label.bottom-90{background-color:#c6c6c6}.user-points-management{padding-top:20px}.user-points-management__header{align-items:center;display:flex;justify-content:space-between}.user-points-management__footer{align-items:center;display:flex;justify-content:flex-end;padding-bottom:20px}.user-points-management__content{margin-top:20px;padding-bottom:20px}.user-points-management__content-item-header{font-size:18px;font-weight:700;display:flex;margin-bottom:10px;padding:5px 0}.user-points-management__content-item-header-label{background-color:#eaeaea;width:18px;height:18px;margin-right:10px}.user-points-management__content-item{margin-bottom:30px}.user-points-management__content-item-data{font-size:14px}.user-points-management__content-item-data-row-checkbox{margin-bottom:4px;display:flex;align-items:center;margin-right:16px}.user-points-management__content-item-data-header{display:flex;justify-content:space-between;font-weight:700;margin:15px 0}.user-points-management__content-item-data-row{align-items:center;display:flex;justify-content:flex-start;margin-bottom:10px}.user-points-management__content-item-data-row:last-child{margin-bottom:10px}.user-points-management__content-item-data-row-color-label{margin-right:10px;width:25px;height:17px}.user-points-management__content-item-data-header-labels{display:flex;justify-content:space-between;margin-right:10px;min-width:155px;font-size:12px;text-align:center}.user-points-management__content-item-data-header-labels .badges-label{margin-right:24px}.user-points-management__content-item-data-header-labels .peak-label{margin-right:24px}.user-points-management__content-item-data-header-labels .cme-label{margin-right:24px}.user-points-management__content-item-labels{display:flex;justify-content:flex-end}.user-points-management__content-item-labels span{font-weight:700;padding:0 3px}.user-points-management__content-item-data-row-label{border-bottom:1px dashed #eaeaea;margin-right:10px;width:100%}.user-points-management__content-item-data-row-input{min-width:200px}.user-points-management__content-item-data-row-input.changed input{background-color:#e3ecfd}.user-points-management__content-item-data-row-input input{width:60px;padding:3px 5px;border:1px solid #eaeaea}.user-points-management__content-item-data-row-slider{margin-right:10px}.user-points-management__tooltip-content{display:flex;border:1px solid #9c9c9c;font-size:12px;line-height:16px;width:300px;height:auto;padding:10px;text-align:center;background-color:#fff;vertical-align:middle}.user-points-management__tooltip-large-text{font-size:16px;font-weight:600}.user-points-management__tooltip-leftpanel{display:flex}.user-points-management__save-changes{min-height:34px;line-height:34px;font-size:14px;background-color:#79c969;color:#fff;border:0;padding:0 20px;border-radius:1px;cursor:pointer}.user-points-management__save-changes:hover{background-color:#56aa59}.user-points-data-table{padding-top:20px;font-size:14px}.user-points-data-table__loading-image,.user-points-data-table__loading-image-label{width:20px}.user-points-data-table__loading-image-label{margin-right:10px}.user-points-data-table__table-info{width:100%;text-align:center}.user-points-data-table__info{color:#cecece;font-size:12px;margin-left:10px}.user-points-data-table__content{margin-top:20px;padding-bottom:20px}.user-points-data-table__statistics{display:flex;align-items:center;margin:30px 15px 10px 15px}.user-points-data-table__statistics-clear-filters{display:flex;justify-content:flex-end;margin:8px 15px}.user-points-data-table__statistics-clear-filters .clear-only-top-filters{cursor:pointer;color:#7ca2dc}.user-points-data-table__statistics-item{display:flex;align-items:center;flex-direction:column;border:1px solid #000;padding-bottom:10px;cursor:pointer;width:150px;margin-right:25px}.user-points-data-table__statistics-item .user-points-data-table__top-label{font-size:18px;padding:10px}.user-points-data-table__statistics-item.inactive{opacity:.5}.user-points-data-table__statistics-item.top-5{border-color:#39b1eb}.user-points-data-table__statistics-item.top-10{border-color:#61b096}.user-points-data-table__statistics-item.top-25{border-color:#fdd16b}.user-points-data-table__statistics-item.top-50{border-color:#fd8988}.user-points-data-table__statistics-item.bottom-90{border-color:#9c9c9c}.user-points-data-table__controls{margin-left:15px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.user-points-data-table__table{margin:15px}.user-points-data-table__table-header{display:flex;font-weight:700}.user-points-data-table__table-row{display:flex;align-items:center;padding:15px 0}.user-points-data-table__table-row--user{display:flex;align-items:center;width:100%}.user-points-data-table__table-row--rank{width:150px;text-align:center}.user-points-data-table__table-row--rank.unranked{color:#fd8988}.user-points-data-table__table-row--date,.user-points-data-table__table-row--points{width:230px;text-align:center}.user-points-data-table__table-row.grey{background-color:#f3f3f3}.user-points-data-table__top-label{padding:3px 5px;color:#fff;opacity:.7;text-align:center;margin-right:10px}.user-points-data-table__top-label.setting{margin-right:0;margin-bottom:10px;width:100%}.user-points-data-table__top-label.top-5{background-color:#39b1eb}.user-points-data-table__top-label.top-10{background-color:#61b096}.user-points-data-table__top-label.top-25{background-color:#fdd16b}.user-points-data-table__top-label.top-50{background-color:#fd8988}.user-points-data-table__top-label.bottom-90{background-color:#c6c6c6}.user-points-progress-meter{padding:10px 10px 0 10px;color:#dbd5d5;background:#333}.user-points-progress-meter__progress-bar,.user-points-progress-meter__progress-bar-value{height:20px}.user-points-progress-meter__progress-bar{margin-bottom:15px;background-color:#eaeaea;position:relative}.user-points-progress-meter__progress-bar-value{position:absolute;top:0;left:0;color:#fff;font-size:14px;display:flex;justify-content:flex-end;align-items:center;padding-right:5px;box-sizing:border-box}.user-points-progress-meter__progress-bar-value.green{background-color:#91c8b6}.user-points-progress-meter__progress-bar-value.yellow{background-color:#f2cc6a}.user-points-progress-meter__progress-bar-value.red{background-color:#feadac}.user-points-progress-meter__progress-bar-value.blue{background-color:#02a8f3}.user-points-progress-meter__peak-info{margin-bottom:5px;text-align:center;font-size:12px;position:relative}.user-points-progress-meter__peak-info .days-remaining{font-size:16px;font-weight:700;text-transform:uppercase;margin-bottom:5px}.user-points-progress-meter__peak-info .days-remaining .blue,.user-points-progress-meter__peak-info .days-remaining.blue{color:#02a8f3}.user-points-progress-meter__peak-info .days-remaining .green{color:#91c8b6}.user-points-progress-meter__peak-info .days-remaining .yellow{color:#f2cc6a}.user-points-progress-meter__peak-info .days-remaining .red,.user-points-progress-meter__peak-info .days-remaining.red{color:#feadac}.user-points-progress-meter__peak-info .icon-info{position:absolute;top:0;left:0;cursor:pointer;font-size:12px}.user-points-progress-meter__peak-info-tip{background-color:#fff;border:1px solid #eaeaea;color:#333;position:absolute;top:0;left:25px;width:246px;display:none;z-index:100}.user-points-progress-meter__peak-info-tip-header{padding:10px;font-size:14px;font-weight:700;background-color:#eaeaea}.user-points-progress-meter__peak-info-tip-header .blue{color:#7ca2dc}.user-points-progress-meter__peak-info-tip-text{padding:10px;line-height:14px}.user-points-progress-meter__peak-info-tip-text a{color:#7ca2dc}.user-points-progress-meter__progress-meter-info{text-align:center;padding-top:10px;font-weight:700;position:relative}.user-points-progress-meter__progress-meter-info.bottom{padding-top:5px;padding-bottom:10px}.user-points-progress-meter__progress-meter-info .green{color:#91c8b6}.user-points-progress-meter__progress-meter-info .yellow{color:#f2cc6a}.user-points-progress-meter__progress-meter-info .red{color:#feadac}.user-points-progress-meter__progress-meter-info .blue{color:#02a8f3}.user-points-progress-meter__progress-meter-info .redeem-peak-button{cursor:pointer;padding:7px 10px;margin:0 auto;width:155px;background-color:#7ca2dc;border:0;color:#fff;font-weight:400;margin-bottom:10px}.user-points-progress-meter__progress-meter-info .redeem-peak-button:disabled,.user-points-progress-meter__progress-meter-info .redeem-peak-button[disabled]{cursor:default;background-color:#eaeaea;color:#a6a6a6}.user-points-progress-meter__progress-meter .progress-arc{width:100%}.user-points-progress-meter__progress-meter .progress-arc__percent{color:#333;font-size:24px;top:57%;left:51%;color:#dbd5d5}.user-points-progress-meter__progress-meter .progress-arc__percent .additional-info{font-size:14px}.user-points-progress-meter__progress-meter .progress-arc__percent .green{color:#91c8b6}.user-points-progress-meter__progress-meter .progress-arc__percent .yellow{color:#f2cc6a}.user-points-progress-meter__progress-meter .progress-arc__percent .red{color:#feadac}.user-points-progress-meter__progress-meter .progress-arc__percent .blue{color:#02a8f3}.user-points-progress-meter__progress-meter .progress-arc__svg-path--fill{stroke:#7CA2DC}.user-points-progress-meter__progress-meter .progress-arc__svg-path--fill.green{stroke:#91c8b6}.user-points-progress-meter__progress-meter .progress-arc__svg-path--fill.yellow{stroke:#f2cc6a}.user-points-progress-meter__progress-meter .progress-arc__svg-path--fill.red{stroke:#feadac}.user-points-progress-meter__progress-meter .progress-arc__svg{width:100%;height:150px}.user-points-peak-statistics{padding:20px 0;display:flex;justify-content:space-between}.user-points-peak-statistics__data,.user-points-peak-statistics__progress-meter{width:48%}.user-points-peak-statistics__progress-meter .user-points-progress-meter{padding:0;color:#333;background:#fff}.user-points-peak-statistics__progress-meter .user-points-progress-meter__progress-meter .progress-arc__percent{color:#333}.user-points-peak-statistics__data-table{margin-bottom:20px}.user-points-peak-statistics__data-table-content{border:1px solid #eaeaea;border-bottom:0}.user-points-peak-statistics__data-table-header{background-color:#91c8b6;color:#fff;text-align:center;display:flex;align-items:center;font-weight:700}.user-points-peak-statistics__data-table-header .user-points-peak-statistics__data-table-row-1{text-align:center}.user-points-peak-statistics__data-table-subheader{background-color:#d3e9e2;padding:7px 10px;font-weight:700}.user-points-peak-statistics__data-table-row{display:flex;border-bottom:1px solid #eaeaea}.user-points-peak-statistics__data-table-row-1,.user-points-peak-statistics__data-table-row-2{padding:7px 10px}.user-points-peak-statistics__data-table-row-1{text-align:left;width:100%}.user-points-peak-statistics__data-table-row-2{text-align:center;min-width:80px;border-left:1px solid #eaeaea;position:relative}.user-points-peak-statistics__data-table-row-2 .icon{font-size:9px;color:#e6e3e3;position:absolute;right:5px;top:10px}.user-points-peak-statistics__data-table-row-2 .icon.hidden{display:none}.user-points-peak-statistics__data-table-row--label .user-points-peak-statistics__data-table-row-1{font-weight:400;padding-left:20px}.user-points-peak-statistics__section-header{cursor:pointer;font-weight:700}.user-points-peak-statistics__section-header .icon-arrow-top{display:none}.user-points-peak-statistics__section-header .icon-arrow-bottom{display:block}.user-points-peak-statistics__section-header:hover{background-color:#f8f8f8}.user-points-peak-statistics__section-header.opened{background-color:#f8f8f8}.user-points-peak-statistics__section-header.opened .icon-arrow-top{display:block}.user-points-peak-statistics__section-header.opened .icon-arrow-bottom{display:none}.manage-event{padding:20px 0}@media only screen and (max-width:1023px){.manage-event{padding-top:16px}}.manage-event__header,.manage-event__header-buttons{align-items:center}.manage-event__footer{margin:50px 0}.manage-event__tabs{align-items:center;display:flex;justify-content:center;margin:70px 0 20px 0}@media only screen and (max-width:599px){.manage-event__tabs{width:100%;overflow:auto;justify-content:flex-start}}.manage-event__tab{background-color:transparent;border:0;color:#333;font-size:14px;text-transform:uppercase;margin:0 5px;padding:5px 15px;line-height:17px;transition:background-color .1s ease,color .1s ease}.manage-event__tab.active,.manage-event__tab:hover{background-color:#5a7aaf;color:#fff}.manage-event__tab.disabled{background-color:#d3d3d3;color:#747474;cursor:default}.manage-event__tab.disabled:hover{background-color:#d3d3d3;color:#747474}.manage-event__checkbox-row{display:flex;flex-wrap:wrap;margin:20px 0}.manage-event__checkbox-row div{padding-bottom:8px}.manage-event__connections-row{margin:10px 0;text-align:right}.manage-event__connections-row .ortho-button.blue{margin-left:15px}.manage-event__ortho-tabs-content-items{margin:-15px}.manage-event__date-tabs{display:flex;justify-content:flex-start;flex-wrap:wrap;align-items:center;padding-top:20px}.manage-event__date-tab-wrapper{margin-bottom:5px}.manage-event__date-tab-wrapper+.manage-event__date-tab-wrapper{margin-left:5px}.manage-event__date-tab{display:inline-block;border:1px solid #5a7aaf;padding:8px;background-color:#fff;color:#2a5077}.manage-event__date-tab.active,.manage-event__date-tab:hover{text-decoration:none;background-color:#5a7aaf;color:#fff}.manage-event__live-stream{position:relative;margin-top:32px}.manage-event__live-stream .attach-item--video{height:600px}.manage-event__live-stream-video{margin-bottom:24px}.manage-event .manage-event__button{min-height:34px;line-height:34px;font-size:14px}.manage-event .manage-event__button+.manage-event__button{margin-left:15px}.manage-event .tracks-row__track-info{margin:0 15px;color:#777;font-style:italic}.manage-event .ortho-tags--tags-tracks{margin:5px 15px;min-height:0}.manage-event .image-upload-row{margin:20px 0;position:relative}.manage-event .image-upload-row__column-upload-logo{display:flex;align-items:center;height:50px;margin:15px 0}.manage-event .image-upload-row__column-upload-logo img{height:50px;width:auto}.manage-event .empty-logo-stub{background-color:#dcdcdc;height:50px;width:390px}.manage-event .delete-uploaded-image{border:0;font-size:14px;margin-left:15px;position:absolute;top:55px;right:13px;background-color:transparent}.manage-event .delete-background-color{border:0;font-size:14px;margin-left:15px;right:13px;background-color:transparent}.manage-event .subspecialty-row .ortho-input__input{border:1px solid #eaeaea;cursor:pointer;padding:0;height:31px}.manage-event .row{padding-bottom:10px}.manage-event .ortho-input__error{margin-left:15px}.manage-event .multi-days-dates{font-size:14px;margin:10px 0}.manage-event .multi-days-dates__launch{margin-top:10px}.manage-event .multi-days-dates__launch span:first-child{margin-right:15px}.manage-event .add-individual-days-button{font-size:14px;border:0;background-color:#7ca2dc;color:#fff;padding:7.5px 10px;cursor:pointer;margin-top:28px}.manage-event .add-individual-days-button:hover{background-color:#6a90cc}.manage-event .add-individual-days-button:disabled{background-color:#d7d7d7}.manage-event .meeting-event-type-checkbox-label{margin-top:5px;font-size:14px;color:#333}.manage-event .repetitive-data.hidden{display:none}.manage-event .event-type-label{margin-left:15px}.manage-event__current-live-stream-video-section{padding-top:16px;margin-bottom:16px}.manage-event__import-faculties{flex-grow:1}.manage-event__import-faculties-header{display:flex;align-items:center;justify-content:space-between}.event-include-settings{padding:0 15px}.event-include-settings__title{padding:0 15px;margin-bottom:10px}.event-include-settings .event-include-setting{font-size:14px;margin-right:15px}.event-include-settings .event-include-setting__title{display:flex;align-items:center;justify-content:space-between;padding:10px;cursor:pointer}.event-include-settings .event-include-setting__title .icon-arrow-bottom,.event-include-settings .event-include-setting__title .icon-arrow-top{font-size:9px;color:#e6e3e3}.event-include-settings .event-include-setting__title--icons{display:flex;align-items:center;justify-content:flex-end}.event-include-settings .event-include-setting__title--labels{display:flex}.event-include-settings .event-include-setting__title.opened,.event-include-settings .event-include-setting__title:hover{background-color:#f8f8f8}.event-include-settings .event-include-setting__title .level-label{margin-right:5px}.event-include-settings .event-include-setting__mode-label{background:#7da2dc;padding:4px 12px;color:#fff;opacity:.8;font-size:13px;margin-right:5px}.event-include-settings .event-include-setting__content{display:none}.event-include-settings .event-include-setting__settings-mode-dropdown{margin-top:10px}.event-include-settings .event-include-setting__settings-checkboxes{display:flex}.event-include-settings .event-include-setting__complexity-items,.event-include-settings .event-include-setting__importance-items{margin:15px 50px 15px 0}.event-include-settings .event-include-setting__complexity-items .level-label,.event-include-settings .event-include-setting__importance-items .level-label{max-height:22px;padding-top:0;margin-right:5px}.event-include-settings .event-include-setting__complexity-items .ortho-checkbox,.event-include-settings .event-include-setting__importance-items .ortho-checkbox{margin-bottom:10px}.import-faculty-form__title{font-size:13px;font-weight:600;margin-bottom:16px}.import-faculty-form__controls{display:flex;align-items:center;justify-content:flex-start}.import-faculty-form__controls .ortho-input{flex-grow:1;margin-right:16px}.import-faculty-form__controls button{margin-left:auto}td.transaction{cursor:pointer}td.transaction:hover{background-color:#f3f3f3}.transaction-data .row{border-bottom:1px solid #eee;min-height:18px}.send-product-message.red{background-color:#ea3e3e}.send-product-message.red:hover{background-color:#ce3939}.send-product-message.green{background-color:#54a14c}.send-product-message.green:hover{background-color:#24751c}.product-sp-specialty-link{color:#7da2dc;cursor:pointer}.product-sp-specialty-link:hover{text-decoration:underline}.product-sp-specialty-link-items{display:none}.products-data-table-wrapper{overflow-x:auto}.products-dashboard__section{margin-bottom:16px}.pass-daily-reading{--pass-daily-reading-header-background-color:#F9F9F9}.night-mode .pass-daily-reading{--pass-daily-reading-header-background-color:#5d5c5c}.pass-daily-reading__top-section{display:flex;justify-content:space-between;align-items:center;padding-top:50px;padding-bottom:15px;color:var(--main-font-color)}@media only screen and (max-width:599px){.pass-daily-reading__top-section{padding-left:10px;padding-right:10px}}.pass-daily-reading__top-section label{color:var(--main-font-color)}.pass-daily-reading__header{display:flex;align-items:stretch;background:var(--pass-daily-reading-header-background-color);border-top:1px solid var(--separator-color);border-bottom:1px solid var(--separator-color);margin-bottom:40px}@media only screen and (max-width:1023px){.pass-daily-reading__header{flex-direction:column;border:1px solid var(--separator-color)}}.pass-daily-reading__header-part{flex-basis:50%}.pass-daily-reading__header-part+.pass-daily-reading__header-part{border-left:1px solid var(--separator-color)}@media only screen and (max-width:1023px){.pass-daily-reading__header-part+.pass-daily-reading__header-part{border-top:1px solid var(--separator-color);border-left:none}}.pass-daily-reading__header-title{padding:15px 20px;border-bottom:1px solid var(--separator-color);font-size:16px;font-weight:700}@media only screen and (max-width:1023px){.pass-daily-reading__header-title{border-bottom:none}}.pass-daily-reading__header-progresses{display:flex;justify-content:space-around;padding:25px}@media only screen and (max-width:599px){.pass-daily-reading__header-progresses{flex-direction:column}}.pass-daily-reading__header-progress{flex-basis:50%;text-align:center}@media only screen and (max-width:599px){.pass-daily-reading__header-progress+.pass-daily-reading__header-progress{padding-top:30px}}.pass-daily-reading__header-progress-title{padding-bottom:20px;text-align:center;color:#878787;text-transform:uppercase;font-size:14px}.pass-daily-reading__bar{padding-bottom:10px}.pass-daily-reading__ortho-tabs{padding:0 15px}@media only screen and (max-width:599px){.pass-daily-reading__ortho-tabs{padding:0}}.pass-daily-reading__tab-links{margin-bottom:20px}.pass-daily-reading__sections{padding:10px 0 15px 0}.pass-daily-reading__section--closed .pass-daily-reading__toggle-section:after{display:none}.pass-daily-reading__section--closed .pass-daily-reading__toggle-section:before{display:inline-block}.pass-daily-reading__section--closed .pass-daily-reading__section-total{opacity:1;visibility:visible;transform:translateY(0)}.pass-daily-reading__section--closed .pass-daily-reading__section-main{transform:translateY(-20px);opacity:0;visibility:hidden}.pass-daily-reading__section+.pass-daily-reading__section{margin-top:15px}.pass-daily-reading__section-header{display:flex;justify-content:space-between;padding:10px 15px;border-bottom:1px solid var(--separator-color);background:var(--fourth-background-color)}.pass-daily-reading__toggle-section{position:relative;padding:8px 20px 8px 5px;border:none;background:0 0;text-align:left;font-weight:700;color:var(--main-font-color);font-size:16px;transition:background-color .2s ease}.pass-daily-reading__toggle-section:after{content:'';position:absolute;right:5px;top:7px;border:5px solid transparent;border-bottom:5px solid var(--main-font-color)}.pass-daily-reading__toggle-section:before{content:'';position:absolute;right:5px;top:12px;border:5px solid transparent;border-top:5px solid #333;display:none}.pass-daily-reading__toggle-section:hover{background-color:#ececec}.pass-daily-reading__send-email{border:none;background:0 0;color:#878787;font-size:14px;transition:color .2s ease;line-height:2.3}.pass-daily-reading__send-email:hover{color:#a4a2a2;text-decoration:none}.pass-daily-reading__send-email:hover .icon{color:#a4a2a2}.pass-daily-reading__send-email .icon{position:relative;top:1px;margin-right:3px;color:#c6c6c6;transition:color .2s ease}.pass-daily-reading__person{display:flex;padding:15px;min-height:60px}@media only screen and (max-width:599px){.pass-daily-reading__person{flex-wrap:wrap}}.pass-daily-reading__person+.pass-daily-reading__person{border-top:1px solid var(--separator-color)}.pass-daily-reading__info{display:flex;flex-basis:25%}@media only screen and (max-width:1023px){.pass-daily-reading__info{flex-basis:45%;flex-grow:0}}.pass-daily-reading__info--group{font-weight:700;align-items:center;font-size:14px}.pass-daily-reading__empty-list{padding-top:40px;font-size:18px;text-align:center;color:#c6c6c6}.pass-daily-reading__photo{width:60px;height:60px;min-width:60px;background-size:cover;background-repeat:no-repeat;background-position:center}@media only screen and (max-width:599px){.pass-daily-reading__photo{display:none}}.pass-daily-reading__info-data{display:flex;flex-direction:column;justify-content:space-between;padding-left:10px;color:#898989;font-size:14px}.pass-daily-reading__tcl{padding:5px 0}.pass-daily-reading__focus{font-size:11px;color:var(--main-font-color)}@media only screen and (max-width:599px){.pass-daily-reading__send-all-wrapper{padding:0 20px}}.pass-daily-reading__send-person-email{padding:0;border:none;background-color:transparent;color:#c4c4c4;transition:color .2s ease}.pass-daily-reading__send-person-email:hover{color:#a4a2a2}.pass-daily-reading__name{font-size:14px}.pass-daily-reading__progress{display:flex;justify-content:space-around;flex-basis:30%;padding:0 10px;margin-top:-3px;position:relative;top:3px}@media only screen and (max-width:599px){.pass-daily-reading__progress{flex-basis:55%;border-right:none}}.pass-daily-reading__total-progress{flex-basis:45%;padding:0 15px 0 50px}@media only screen and (max-width:1023px){.pass-daily-reading__total-progress{padding:0 5px 0 45px;flex-basis:40%}}@media only screen and (max-width:599px){.pass-daily-reading__total-progress{flex-basis:100%;margin-top:10px;padding:0 15px 0 40px}}.pass-daily-reading__section-total{position:absolute;top:0;left:0;right:0;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .4s ease,visibility .4s ease,transform .4s ease;z-index:2;background-color:#f9f9f9}.pass-daily-reading__section-wrapper{position:relative;overflow:hidden;transition:height .4s ease}.pass-daily-reading__section-main{transition:transform .4s ease;transform:translateY(0);opacity:1;visibility:visible;transition:opacity .4s ease,visibility .4s ease,transform .4s ease}.pass-daily-reading__sections-header{display:flex;align-items:center;border-bottom:1px solid var(--separator-color);padding:17px 15px 7px 15px}@media only screen and (max-width:1023px){.pass-daily-reading__sections-header{display:none}}.pass-daily-reading__sections-header-title{color:#878787;font-size:14px}.pass-daily-reading__sections-header-title--residents{flex-basis:30%}.pass-daily-reading__sections-header-title--learn{flex-basis:6%;margin-right:2%;text-align:center}.pass-daily-reading__sections-header-title--reinforce{flex-basis:6%;margin-right:1%;text-align:center}.pass-daily-reading__sections-header-title--anconeus{flex-basis:25%;margin-right:5%;text-align:center}.pass-daily-reading__sections-header-title--cards{flex-basis:6%;margin-right:5%;text-align:center}.pass-daily-reading__sections-header-title--questions{flex-basis:12%;margin-right:5%;text-align:center;white-space:nowrap}.pass-daily-reading__sections-header-title--progress{flex-basis:28%}.pass-daily-reading__sections-header-title--status{flex-basis:14%;text-align:right;padding-right:25px}.pass-daily-reading .calendar-control{position:relative;top:0;right:0}@media only screen and (max-width:599px){.pass-daily-reading .upper-header{padding:0 10px}}.event-links-default-website{font-size:14px;padding-top:20px}.event-links-default-website__title{font-size:26px;font-weight:700;margin-bottom:40px}.event-links-default-website__subtitle{font-size:16px;font-weight:700;margin-bottom:20px}.event-links-default-website__info{color:#878787}.event-links-default-website__content{display:flex;justify-content:space-between}.event-links-default-website__content-block{margin-bottom:20px;padding-bottom:20px;position:relative;width:50%}.event-links-default-website__content-block:last-child{border-left:1px solid #eaeaea;padding-left:30px}.event-links-default-website__items-grid{display:flex;flex-wrap:wrap}.event-links-default-website__item{margin-right:20px;padding:10px 0;position:relative;width:45%}.event-links-default-website__item:hover .event-links-default-website__item-logo{outline:2px solid #EAEAEA}.event-links-default-website__item-logo{align-items:center;border:1px solid #eaeaea;border-radius:2px;display:flex;justify-content:center;height:auto;min-height:135px;margin-bottom:7px;padding:7px;width:100%}.event-links-default-website__item-logo img{height:auto;width:100%}.event-links-default-website__item-title{text-align:center}.event-links-default-website__item-delete{cursor:pointer;position:absolute;right:8px;top:15px;width:10px}.manage-event-links-default-website .ortho-input{margin-bottom:20px}.manage-event-links-default-website #default-website-logo-img{border:1px solid #eaeaea;max-width:200px}.manage-event-links-default-website .save-event-links-default-website{align-items:center;border:0;cursor:pointer;display:flex;justify-content:center;font-size:14px;max-height:34px;margin-left:15px;padding:10px 15px;position:absolute;right:0;text-align:center;top:0;background-color:#7da2dc;color:#fff}.manage-event-links-default-website .save-event-links-default-website i{font-size:12px}.ortho-modal--add-external-link-modal{z-index:5000!important}.ortho-modal--add-external-link-modal .ortho-input{margin-bottom:20px}.ortho-modal--add-external-link-modal .ortho-input-group{display:flex;justify-content:space-between}.ortho-modal--add-external-link-modal .ortho-input-group .ortho-input{width:48%}.ortho-modal--add-external-link-modal .external-link-logo-img{border:1px solid #eaeaea;max-width:150px;width:150px}.ortho-modal--add-external-link-modal .add-external-link-button{border:0;display:inline-block;height:32px;padding:0 20px;vertical-align:top;font-size:14px;line-height:32px;text-align:center;text-decoration:none;background-color:#7da2dc;color:#fff;transition:background-color .2s ease;border-radius:1px}.add-external-link-modal-button{align-items:center;background-color:#79c969;border:0;color:#fff;display:flex;justify-content:center;font-size:14px;max-height:34px;padding:7px 15px;text-align:center}.item-content__external-link__logo img{border:1px solid #eaeaea;max-width:100px;width:100px}.item-content__external-link__data{font-size:14px}.item-content__external-link__data-title{color:#333;margin-bottom:7px}.item-content__external-link__data-additional{color:#878787;margin-bottom:7px}.step__content--info{color:#bababa;font-size:14px}.session-link-conference-dashboard-card{display:flex}.session-link-conference-dashboard-card__logo{margin:0 17px 0 53px;min-width:100px;width:100px}.session-link-conference-dashboard-card__logo img{width:100%}.session-link-conference-dashboard-card__divider{border-right:1px solid #eaeaea;margin:10px 0}.session-link-conference-dashboard-card__content{border-top:1px solid #eaeaea;font-size:16px;margin-left:20px;padding:10px 0;width:100%}.session-link-conference-dashboard-card__title{margin-bottom:7px}.session-link-conference-dashboard-card__type{color:#bababa;font-size:14px;margin-bottom:7px}.session-link-conference-dashboard-card__link{font-size:14px;color:#7da2dc}.study-plan-link-dashboard-card{border-bottom:1px solid #eaeaea;color:#333;display:flex;padding:15px;text-decoration:none}.study-plan-link-dashboard-card:hover{background-color:#f8f8f8;text-decoration:none}.study-plan-link-dashboard-card .session-link-conference-dashboard-card__logo{margin:0;min-width:120px;width:120px}.study-plan-link-dashboard-card .session-link-conference-dashboard-card__content{border-top:0;margin-left:15px}.study-plan-link-dashboard-card .session-link-conference-dashboard-card__title{font-weight:700}.email-black-list-report{padding:20px 0 30px 0}.email-black-list-report__title{font-size:26px;font-weight:700;margin-bottom:20px}.email-black-list-report__header{display:flex;font-size:14px;font-weight:700;padding:15px}.email-black-list-report__header div{margin-right:10px}.email-black-list-report__header div:last-child{margin-right:0}.email-black-list-report__header--email{width:35%}.email-black-list-report__header--blocker{width:30%}.email-black-list-report__header--date,.email-black-list-report__header--reason{width:20%}.email-black-list-report__header--delete{width:5%}.email-black-list-report__data{max-height:700px;overflow-y:auto}.email-black-list-report__data::-webkit-scrollbar{background-color:#fff;width:8px}.email-black-list-report__data::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:16px}.email-black-list-report__data::-webkit-scrollbar-thumb:hover{background-color:#d1cece}.email-black-list-report__data__item{display:flex;font-size:14px;padding:15px}.email-black-list-report__data__item div{margin-right:20px}.email-black-list-report__data__item div:last-child{margin-right:0}.email-black-list-report__data__item.grey{background-color:#f3f3f3}.email-black-list-report__data__item--email{word-break:break-word;width:35%}.email-black-list-report__data__item--blocker{width:30%}.email-black-list-report__data__item--date,.email-black-list-report__data__item--reason{width:20%}.email-black-list-report__data__item--delete{cursor:pointer;display:flex;justify-content:center;align-items:center;width:5%}.notifications-settings-page__content--header-row{font-weight:700;font-size:15px;padding:16px;background-color:#efeff4}.notifications-settings-page__header{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:599px){.notifications-settings-page__header{flex-direction:column;align-items:flex-start;margin-bottom:16px}}.notifications-settings-page__header h1{margin:8px;font-size:32px;line-height:38px;font-weight:700;padding-top:8px;padding-bottom:16px}@media only screen and (max-width:599px){.notifications-settings-page__header h1{padding-bottom:8px}}.notifications-settings-page__header--update-btn{background-color:#4571a7;border-radius:2px;border:none;height:40px;width:120px;color:#fff;text-transform:uppercase;font-size:15px;font-weight:700;line-height:18px;letter-spacing:.05rem;cursor:pointer}.notifications-settings-page__table-wrapper{margin-top:35px}@media only screen and (max-width:599px){.notifications-settings-page__table-wrapper{overflow-x:auto}}.notifications-settings-page__table{width:100%;margin-bottom:40px}.notifications-settings-page__table tr{height:64px;align-items:center;justify-content:space-between}.notifications-settings-page__table td{padding:12px 15px;font-size:14px;text-align:center;line-height:1.2;box-sizing:border-box}.notifications-settings-page__table td i{margin-right:8px}.notifications-settings-page__table td i.icon-topic-stroke{color:#82a1db}.notifications-settings-page__table td i.icon-question-stroke{color:#60ab8f}.notifications-settings-page__table td i.icon-evidence-stroke{color:#f2cc6a}.notifications-settings-page__table td i.icon-case-stroke{color:#f56a67}.notifications-settings-page__table td i.icon-video-stroke{color:#efa868}.notifications-settings-page__table td i.icon-scalpel-stroke{color:#f4165f}.notifications-settings-page__table td a{font-size:14px}.notifications-settings-page__table td:first-child{width:30%;text-align:left}.notifications-settings-page__table--comments tr:not(.notifications-settings-page__table-sub-header) td:nth-child(4){opacity:1}.notifications-settings-page__table-header td:first-child{font-weight:700;font-size:16px}.notifications-settings-page__table-sub-header td:first-child{font-weight:700;font-size:14px}.notifications-settings-page__send-time{width:130px;margin-top:20px}.notifications-settings-page__timezone{width:170px;margin-top:20px}.notifications-settings-page__update-btn{margin:20px 0 10px 0;line-height:26px}.notifications-settings-page__tabs{display:flex;font-size:18px;font-weight:400}.notifications-settings-page__tabs--item{margin-right:16px}.notifications-settings-page__tabs--item .tab-button{border:0;background-color:var(--default-background-color);padding:8px;color:var(--link-color);font-size:16px;cursor:pointer}.notifications-settings-page__tabs--item .active.tab-button{border-bottom:2px solid var(--link-color);color:var(--main-font-color)}.notifications-settings-page__content-tabs{display:flex;font-size:18px;font-weight:400}.notifications-settings-page__content-tabs--item{margin-right:16px}.notifications-settings-page__content-tabs--item .tab-button{position:relative;border:1px solid #3333;background-color:#fff;padding:8px;color:#333;font-size:13px;text-transform:uppercase;cursor:pointer;width:124px;text-align:left;font-weight:600}.notifications-settings-page__content-tabs--item .tab-button p{text-align:left;margin-top:12px}.notifications-settings-page__content-tabs--item .tab-button:hover{border:1px solid #4571a7}.notifications-settings-page__content-tabs--item .active.tab-button{color:#fff;background-color:#4571a7}.notifications-settings-page__content-tabs--item .active.tab-button::after{content:"";position:absolute;left:50%;top:100%;width:8px;height:8px;border:2px solid transparent;border-top:none;border-left:none;opacity:1;visibility:visible;transform:translate(-50%,-50%) rotate(45deg);border-color:#4571a7;background-color:#4571a7}.notifications-settings-page__padding-top{padding-top:16px}.change-sp-report{padding:20px 0 30px 0}.change-sp-report__title{font-size:26px;font-weight:700;margin-bottom:20px}.change-sp-report__header{display:flex;font-size:14px;font-weight:700;padding:15px}.change-sp-report__header--user{width:25%}.change-sp-report__header--date{text-align:left;width:15%}.change-sp-report__header--from-sp,.change-sp-report__header--to-sp{width:30%}.change-sp-report__data{max-height:700px;overflow-y:auto}.change-sp-report__data::-webkit-scrollbar{background-color:#fff;width:8px}.change-sp-report__data::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:16px}.change-sp-report__data::-webkit-scrollbar-thumb:hover{background-color:#d1cece}.change-sp-report__data--item{display:flex;font-size:14px;padding:15px}.change-sp-report__data--item.grey{background-color:#f3f3f3}.change-sp-report__data--item--cell{margin-right:7px}.change-sp-report__data--item--user{width:25%}.change-sp-report__data--item--date{text-align:left;width:15%}.change-sp-report__data--item--from-sp,.change-sp-report__data--item--to-sp{width:30%}.manage-podcast__header{display:flex;justify-content:space-between;padding-top:20px;margin-bottom:40px;flex-direction:column}.manage-podcast__header-title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.manage-podcast__header-title{color:#333;font-size:26px;font-weight:700}.manage-podcast__header-save-podcast{display:flex;align-items:center;border:0;cursor:pointer;justify-content:center;font-size:14px;max-height:34px;margin-left:8px;padding:10px 16px;text-align:center;background-color:#7da2dc;color:#fff}.manage-podcast__header-save-podcast i{font-size:12px}.manage-podcast__header-save-podcast:hover{background-color:#6a90cc}.manage-podcast__header-buttons-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width:599px){.manage-podcast__header-buttons-container{width:100%}}.manage-podcast__header-update-links{display:flex;margin-bottom:8px}@media only screen and (max-width:599px){.manage-podcast__header-update-links{width:100%}}.manage-podcast__header-update-links button{align-items:center;background-color:#fff;border:0;border-right:2px solid #e6e6e6;display:flex;color:#7da2dc;cursor:pointer;justify-content:center;font-size:14px;padding:5px 8px;text-align:center}.manage-podcast__header-update-links button:last-child{border-right:0}.manage-podcast__header-buttons{display:flex;justify-content:space-between}@media only screen and (max-width:599px){.manage-podcast__header-buttons{flex-direction:column;width:100%}}.manage-podcast__header-buttons button{align-items:center;border:0;cursor:pointer;display:flex;justify-content:center;font-size:14px;max-height:34px;margin-left:8px;padding:10px 8px;text-align:center}@media only screen and (max-width:599px){.manage-podcast__header-buttons button{margin-left:0}}.manage-podcast__header-buttons button i{font-size:12px}.manage-podcast__header-buttons .post-podcast-to-topic{background-color:#79c969;color:#fff}.manage-podcast__header-buttons .post-podcast-to-topic:hover{background-color:#56aa59}.manage-podcast__data{display:flex;justify-content:space-between}@media only screen and (max-width:599px){.manage-podcast__data{flex-direction:column-reverse}}.manage-podcast__data__column{width:48%}@media only screen and (max-width:599px){.manage-podcast__data__column{width:100%}}.manage-podcast__data__column-header{font-size:16px;font-weight:700;margin-bottom:20px}.manage-podcast__data__column-content .ortho-input{margin-bottom:20px}.manage-podcast__data__column-upload{margin-bottom:20px}.manage-podcast__data__column-upload-title{padding-bottom:15px}.manage-podcast__data__column-upload-logo{height:107px;margin-bottom:10px}.manage-podcast__data__column-upload-logo img{height:100%}.manage-podcast__data__column-upload audio{margin-bottom:10px;width:100%}.manage-podcast__data__column .podcast-primary-topic__header{color:#333;font-size:16px;font-weight:700;margin-bottom:20px}.manage-podcast__data__column .podcast-primary-topic__info a{color:#333;font-size:14px}.manage-podcast__data__column .delete-podcast{align-items:center;background-color:#dd5f5f;border:0;color:#fff;display:flex;justify-content:center;font-size:14px;margin-top:50px;max-height:34px;padding:10px 15px;text-align:center}.manage-podcast__data__column .delete-podcast i{font-size:12px}.manage-podcast__data__column .delete-podcast:hover{background-color:#c45454}.podcasts-list{padding-top:20px}.podcasts-list__title{align-items:center;display:flex;justify-content:space-between}.podcasts-list .post-podcast{align-items:center;background-color:#79c969;border:0;color:#fff;display:flex;justify-content:center;font-size:14px;max-height:34px;margin-left:15px;padding:10px 15px;text-align:center}.podcasts-list .post-podcast:hover{background-color:#56aa59;text-decoration:none}.podcasts-list .post-podcast i{font-size:12px}.podcast-content{display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width:1023px){.dashboard-item--podcast .dashboard-item__title{max-width:calc(100% - 110px);overflow:hidden;text-overflow:ellipsis}}.dashboard-item--podcast .dashboard-item__title .podcast-edit-button{background-color:transparent;border:0;color:#878787;margin-left:10px}.dashboard-item--podcast .dashboard-item__title .podcast-edit-button .icon{font-size:14px;font-weight:700}.discard-podcast-button{align-items:center;background-color:#dd5f5f;podcast-primary-topic-controlsborder:0;color:#fff;display:flex;justify-content:center;font-size:14px;text-align:center}.discard-podcast-button i{font-size:12px}.discard-podcast-button:hover{background-color:#c45454}.ortho-modal--manage-topic-podcasts-modal .podcast-primary-topic-controls{margin-bottom:30px}.play-podcast-button-text{color:#7da2dc;margin-right:10px}.ortho-modal--post-podcast-to-topic-modal .ortho-modal__content::-webkit-scrollbar{background-color:#fff;width:8px}.ortho-modal--post-podcast-to-topic-modal .ortho-modal__content::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:16px}.ortho-modal--post-podcast-to-topic-modal .ortho-modal__content::-webkit-scrollbar-thumb:hover{background-color:#d1cece}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic{margin-bottom:30px}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic__title{color:#333;font-size:16px;font-weight:700;margin-bottom:10px}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic__item a{font-size:14px}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls{margin-bottom:30px}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls .ortho-checkbox{margin-bottom:10px}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls .podcast-topic-search-input{position:relative}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls .podcast-topic-search-input input{padding-right:40px}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls .podcast-topic-search-input .icon{color:#333;font-size:16px;position:absolute;right:10px;top:7px}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__header{color:#333;font-size:16px;font-weight:700;margin-bottom:10px}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics{margin:20px 0;max-height:360px;overflow-y:auto}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics::-webkit-scrollbar{background-color:#fff;width:8px}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:16px}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics::-webkit-scrollbar-thumb:hover{background-color:#d1cece}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics--topic{align-items:center;display:flex;cursor:default;justify-content:space-between;padding:3px 0}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics--topic:hover{background-color:#f9f9f9}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics--topic.hidden{display:none}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics--topic .post-podcast-button{align-items:center;background-color:#7da2dc;border-radius:1px;border:0;background-color:#6a90cc;color:#fff;display:flex;justify-content:center;font-size:12px;max-height:34px;margin-left:15px;padding:7px 15px;text-align:center}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics--topic .post-podcast-button:hover{background-color:#6a90cc}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics--topic .posted-podcast-label{display:none}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics--topic.posted .posted-podcast-label{color:#479537;display:flex;font-size:12px;padding:7px 0}.ortho-modal--post-podcast-to-topic-modal .podcast-primary-topic-controls__topics--topic.posted .post-podcast-button{display:none}.ortho-modal--manage-podcast-sponsor-modal .ortho-checkbox,.ortho-modal--manage-podcast-sponsor-modal .ortho-input{margin-bottom:20px}.ortho-modal--manage-podcast-sponsor-modal #podcast-sponsor-select .hidden{display:none}.collapsible-podcast-and-video-button{float:right}.collapsable__content .videos.podcasts .dashboard-item.hidden{display:none}.dashboard-topic-title{align-items:center;display:flex}.dashboard-topic-title .play-podcast-button{min-width:23px;margin-left:10px;padding:5px}#topic-podcast-management-modal-link{padding:4px 10px;border:0;color:#7da2dc;cursor:pointer}#podcast-author-select{margin-bottom:20px}.podcast-label{font-size:20px;color:#7da2dc}#podcasts-plays-statistics__subspecialties-pie-diagram,#podcasts-plays-statistics__users-pie-diagram{width:220px}.core-daily-reading__header{border-bottom:1px solid #eaeaea;color:#333;display:flex;justify-content:space-between;font-size:26px;font-weight:700;height:40px;margin-bottom:20px;padding:20px 0 10px 0}.core-daily-reading__header--title{align-items:center;display:flex;max-width:80%}.core-daily-reading__header--logo{background-position:center;background-repeat:no-repeat;background-size:contain;width:20%}.core-daily-reading__content--header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.core-daily-reading__content--header--title{font-size:16px;font-weight:700}.core-daily-reading__content--header--buttons button{background-color:#eaeaea;border:0;font-size:14px;color:#878787;cursor:pointer;padding:10px 15px}.core-daily-reading__content--header--buttons button i{font-size:12px}.core-daily-reading__content--header--buttons button:hover{background-color:#dcdcdc}.core-daily-reading__content--header--buttons button:last-child{background-color:#7da2dc;color:#fff;margin-left:10px}.core-daily-reading__content--header--buttons button:last-child:hover{background-color:#6a90cc}.core-daily-reading__content--show-setting{margin-bottom:20px}.core-daily-reading__content--add-curriculum{background-color:#79c969;border:0;font-size:14px;color:#fff;cursor:pointer;margin-bottom:20px;padding:10px 15px}.core-daily-reading__content--add-curriculum:hover{background-color:#56aa59}.core-daily-reading__content--sp-list{max-height:500px;overflow-y:auto}.core-daily-reading__content--sp-list::-webkit-scrollbar{background-color:#fff;width:8px}.core-daily-reading__content--sp-list::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:16px}.core-daily-reading__content--sp-list::-webkit-scrollbar-thumb:hover{background-color:#d1cece}.core-daily-reading__content--sp-item{align-items:center;display:flex;justify-content:space-between;padding:5px 10px}.core-daily-reading__content--sp-item.grey{background-color:#f9f9f9}.core-daily-reading__content--sp-item.table-header div{cursor:default;font-weight:700}.core-daily-reading__content--sp-item.table-header:hover{background-color:#fff}.core-daily-reading__content--sp-item:hover{background-color:#e3ecfd}.core-daily-reading__content--sp-item div{color:#333;font-size:14px;width:17%}.core-daily-reading__content--sp-item--title{margin-right:10px;width:50%!important}.core-daily-reading__content--sp-item--tab-title{width:25%!important}.core-daily-reading__content--sp-item .icon{cursor:pointer;margin-left:10px}.ortho-modal--add-curriculum-modal .search-input{margin-bottom:20px;position:relative}.ortho-modal--add-curriculum-modal .search-input input{padding-right:35px}.ortho-modal--add-curriculum-modal .search-input i{color:#878787;font-size:16px;position:absolute;right:10px;top:7px}.ortho-modal--add-curriculum-modal .sp-list{max-height:260px;overflow-y:auto}.ortho-modal--add-curriculum-modal .sp-list::-webkit-scrollbar{background-color:#fff;width:8px}.ortho-modal--add-curriculum-modal .sp-list::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:16px}.ortho-modal--add-curriculum-modal .sp-list::-webkit-scrollbar-thumb:hover{background-color:#d1cece}.ortho-modal--add-curriculum-modal .sp-item{align-items:center;display:flex;justify-content:space-between;padding:5px 10px}.ortho-modal--add-curriculum-modal .sp-item.hidden{display:none}.ortho-modal--add-curriculum-modal .sp-item.table-header div{font-weight:700}.ortho-modal--add-curriculum-modal .sp-item.table-header .ortho-radio__element{width:24px}.ortho-modal--add-curriculum-modal .sp-item.table-header:hover{background-color:#fff}.ortho-modal--add-curriculum-modal .sp-item:hover{background-color:#e3ecfd}.ortho-modal--add-curriculum-modal .sp-item div{font-size:14px}.ortho-modal--add-curriculum-modal .sp-item div.grey{background-color:#f9f9f9}.ortho-modal--add-curriculum-modal .sp-item__title{margin-right:10px;width:78%}.ortho-modal--add-curriculum-modal .sp-item__start-date{text-align:left;width:15%}.core-assigned-sp-list{color:#333;font-size:14px;margin-bottom:10px;padding:5px 10px;width:30%}.promotion-widgets-section{display:flex;justify-content:space-between;flex-wrap:wrap}.promotion-widgets-section__card{transition:opacity .3s,visibility .3s}.promotion-widgets-section__card--exit{opacity:1;visibility:visible}.promotion-widgets-section__card--exit-active{opacity:0;visibility:hidden}.promotion-widgets-section__card--enter{opacity:0;visibility:hidden}.promotion-widgets-section__card--enter-active{opacity:1;visibility:visible}.manage-promotion-widget .ortho-input-group{display:flex;justify-content:space-between;margin:20px 0}.manage-promotion-widget .ortho-input-group .ortho-input{width:48%}.manage-promotion-widget #color-input-group label{width:100%}.manage-promotion-widget #color-input-group input{margin-left:-10px;width:35%}.manage-promotion-widget .reset-to-event-defaults{background-color:#7da2dc;border:0;color:#fff;font-size:14px;padding:5px 10px}.manage-promotion-widget .reset-to-event-defaults:hover{background-color:#6f90c3}.promotion-widget{background-color:var(--second-background-color);border:1px solid var(--separator-color);border-left:5px solid #005b9b;border-radius:1px;display:flex;flex-direction:column;padding:10px;position:relative}.promotion-widget.full-wide{width:100%}.promotion-widget__enable{border-bottom:1px solid #eaeaea;margin-bottom:10px;padding-bottom:10px}.promotion-widget .delete-widget{color:#878787;cursor:pointer;right:15px;position:absolute;top:15px}.promotion-widget__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.promotion-widget__header--link{max-width:80%}.promotion-widget__header--link a{color:#7da2dc;font-size:12px}.promotion-widget__header--buttons{align-items:center;display:flex;justify-content:space-between}.promotion-widget__header--buttons .icon{font-weight:700;color:#878787;cursor:pointer;margin-left:5px}.promotion-widget__header--buttons .icon:first-child{color:#7da2dc}.promotion-widget__rating{margin:0 auto 5px auto}.promotion-widget__rating .icon{color:#7da2dc}.promotion-widget__rating .icon.blank{color:silver}.promotion-widget__views{color:#333;cursor:default;font-size:12px;margin:0 auto 10px auto}.promotion-widget__title{font-size:15px;font-weight:700;line-height:22px;margin-bottom:10px}.promotion-widget__date,.promotion-widget__location{font-size:12px;color:var(--main-font-color);margin-bottom:5px}.promotion-widget__date .icon,.promotion-widget__location .icon{color:silver;margin-bottom:10px}.promotion-widget__date .glyphicon-map-marker,.promotion-widget__location .glyphicon-map-marker{color:silver;margin-bottom:10px}.promotion-widget__date .end-date,.promotion-widget__location .end-date{margin-left:19px}.promotion-widget__date .end-date{margin-left:19px}.promotion-widget__register{background-color:#7da2dc;color:#fff;cursor:pointer;font-size:12px;padding:10px 5px;text-align:center}.promotion-widget__register:hover{background-color:#6f90c3;color:#fff;text-decoration:none}.promotion-widget__register:active,.promotion-widget__register:focus,.promotion-widget__register:visited{color:#fff;text-decoration:none}.promotion-widget__learn-more-link{color:#7da2dc;margin-top:10px}.promotion-widget__header-controls{display:flex;justify-content:space-between;padding-bottom:8px;margin-bottom:16px;border-bottom:1px solid #eaeaea}.promotion-widget__delete-widget{padding:4px;border:none;background-color:transparent;transition:color .1s}.promotion-widget__delete-widget:hover{color:#999}.promotion-widget__edit{padding:4px;border:none;background-color:transparent;font-size:14px;transition:color .1s}.promotion-widget__edit .icon{margin:0;transition:color .1s}.promotion-widget__edit:hover .icon{color:#464646}.promotion-widget__section+.promotion-widget__section{margin-top:8px}.promotion-widget__section-title{padding:0;border:none;background-color:transparent;transition:opacity .1s;font-weight:700}.promotion-widget__section-title:hover{opacity:.7}.promotion-widget__section-value{margin-top:4px}.promotion-widget__arrow{position:relative;left:4px;transform:rotate(90deg);font-size:8px}.promotion-widget__arrow--open{transform:rotate(-90deg)}.widget-wrapper{background-color:var(--second-background-color);display:flex;margin-bottom:8px;margin-right:8px;padding:10px;width:48%}.promotion-widgets__header{display:flex;justify-content:space-between;padding-top:20px;margin-bottom:5px}.promotion-widgets__header__title{max-width:80%}.promotion-widgets__header__title--header{align-items:center;color:var(--main-font-color);display:flex;font-size:26px;font-weight:700;margin-bottom:10px}.promotion-widgets__header__title--description{align-items:center;color:#878787;display:flex;font-size:14px}.promotion-widgets__header__add-button{background-color:#7da2dc;border:0;color:#fff;font-size:14px;max-height:34px;padding:10px 15px}.promotion-widgets__header__add-button:hover{background-color:#6f90c3}.promotion-widgets__content{display:flex;justify-content:space-between}.promotion-widgets__content--side{padding-top:8px;width:50%}.promotion-widgets__content--side--title{color:var(--main-font-color);font-size:16px;font-weight:700;margin-bottom:20px}.promotion-widgets__content--side--title .icon{font-size:14px;font-weight:400}.promotion-widgets__content--side--title .icon.icon-check{color:#79c969}.promotion-widgets__content--side--title .icon.icon-x-squared{color:#878787}.promotion-widgets__content--side--items{display:flex;flex-wrap:wrap}.promotion-widgets__content--side--items .info{color:#878787;font-size:14px}.promotion-widgets__content--side:first-child{border-right:1px solid #eaeaea;margin-right:16px}.promotion-widgets a{color:var(--link-color)}.promotion-widgets--visitor{height:auto!important}.promotion-widgets--member{height:auto!important}.promotion-area{position:relative;z-index:1;height:347px;padding:32px;box-sizing:border-box}.promotion-area .promotion-widget{margin-bottom:10px}.study-plan-content__header{display:flex;padding-top:20px;margin-bottom:20px}.study-plan-content__header--title{margin-right:20px;font-size:26px;font-weight:700;line-height:1.2}@media only screen and (max-width:599px){.study-plan-content__header--title{font-size:16px}}.study-plan-content__header--complexity{display:flex;align-items:flex-start}.study-plan-content__header--complexity span{margin-right:5px}.study-plan-content__data{padding-bottom:20px}.study-plan-content__filters{display:flex;align-items:center;justify-content:space-between}.manage-hospital-app__header-controls{padding-bottom:10px;text-align:right}@media only screen and (max-width:599px){.manage-hospital-app__header-controls{padding-left:10px;text-align:left}}.km-progress-list{--km-progress-list-item-background-active:#F3F3F3}.night-mode .km-progress-list{--km-progress-list-item-background-active:#5d5c5c}.km-icon{vertical-align:middle}.km-settings-btn{font-size:26px;padding:5px;display:inline-block;vertical-align:middle;color:#8d8d8d;margin-bottom:4px}.km-settings-btn:hover{color:#7e7e7e}.km-settings-btn--header{font-size:28px;text-transform:uppercase;color:#333;line-height:1.2;transition:.2s}.km-settings-btn--header:hover{color:#333}.km-settings-btn--header:hover .icon{color:#333}.km-header{position:relative}.km-title{font-size:24px;font-weight:700;position:absolute;top:0;left:0}@media only screen and (max-width:1023px){.km-title{position:relative}}@media only screen and (max-width:599px){.km-title{text-align:center}}.study-plan-user-view__peak .km-progress-list__item:hover{cursor:pointer;background-color:var(--km-progress-list-item-background-active)}.km-progress-list{display:flex;justify-content:space-around;flex-wrap:wrap;width:100%;margin:25px auto;background-color:#f9f9f9;box-sizing:border-box}@media only screen and (max-width:599px){.km-progress-list{padding:20px 10px}}.km-progress-list__item{padding:20px 0;text-align:center;box-sizing:border-box}.km-progress-list__item.active{background-color:var(--km-progress-list-item-background-active)}.km-progress-list__item.active:hover{cursor:default}@media only screen and (max-width:1023px){.km-progress-list__item{width:20%}}.km-progress-list__label{margin-top:20px;text-transform:uppercase}@media only screen and (max-width:1023px){.km-progress-list__label{margin-top:10px}}@media only screen and (max-width:599px){.km-progress-list__label{margin-top:5px}}.km-progress-list__label.pass-peak-item-label{font-size:22px}@media only screen and (max-width:1023px){.km-progress-list__label.pass-peak-item-label{font-size:16px}}@media only screen and (max-width:599px){.km-progress-list__label.pass-peak-item-label{font-size:10px}}.km-progress-list .pass-peak-item-label{padding-bottom:5px}.km-progress-list .pass-peak-item-notes-item{font-size:17px;padding:3px 8px}@media only screen and (max-width:1023px){.km-progress-list .pass-peak-item-notes-item{font-size:14px}}@media only screen and (max-width:599px){.km-progress-list .pass-peak-item-notes-item{font-size:11px}}.km-progress-list .pass-peak-item-notes-notes:before{height:16px}.km-progress-list .pass-peak-item-additional-info{font-size:22px;padding-bottom:7px}@media only screen and (max-width:1023px){.km-progress-list .pass-peak-item-additional-info{min-height:26px;font-size:16px}}.km-progress-list .pass-peak-item-notes--cpt-case-log{font-size:14px}.km-tracking-settings__message{font-size:16px;background:#f4f4f4;padding:10px;color:#565656;font-weight:700}.km-tracking-settings__checkbox{display:block;padding:5px 10px}.km-tracking-settings__label{font-size:16px;margin-left:10px;vertical-align:middle;color:#383838}.km-settings{position:absolute;width:390px;border:1px solid #ccc;background:#fff;z-index:1}.km-settings:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;right:122px}.km-settings:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #f4f4f4;position:absolute;top:-6px;right:123px}.km-specialty{width:200px;padding-bottom:40px;margin-right:15px}@media only screen and (max-width:599px){.km-specialty{margin-right:0}}.specialty__name{position:relative;padding:8px 25px 8px 4px;font:800 16px Arial;color:#333;background:#f9f9f9;border-bottom:1px solid #d8d8db}.specialty__progress .progress-list__item{margin-left:12px}.specialty__toggle{position:absolute;bottom:14px;right:10px;font-size:6px;color:#8d8d8d}.chapter__name{padding:10px 5px;font:11px 'Arial Black';text-transform:uppercase;background-color:#eaeae9;border-bottom:1px solid #d8d8db}.chapter__name .icon{font-size:16px;vertical-align:top}.chapter__name .icon.spine{color:#f26868}.menu-section__name{position:relative;padding:10px 25px;text-transform:uppercase;font-size:12px;font-weight:400;line-height:14px;border-bottom:1px solid #dbdbdb;cursor:pointer}.menu-section__name .icon{position:absolute;top:50%;margin-top:-3px;right:10px;color:#8d8d8d;font-size:6px}.menu-section__name:hover{background:#eaeaea}.menu-section__link{position:relative;display:block;overflow:hidden;color:#1f1fc7;font-size:12px;line-height:14px;text-decoration:none;padding:6px 5px 12px 5px;border-bottom:1px solid #eee}.menu-section__link:hover{color:#1f1fc7}.km-specialty{display:inline-block}.km-page{padding-top:25px}.km-settings-wr{text-align:center;width:100%;margin:0 auto;padding-left:260px}.km-settings-wr .icon{font-size:36px;vertical-align:middle;position:relative;top:-4px;left:10px;color:#c6c6c6;transition:.2s}@media only screen and (max-width:1023px){.km-settings-wr{width:100%;padding-left:0}}@media only screen and (max-width:599px){.km-dashboard{text-align:center}}.km-dashboard .page-menu{left:0}.km-dashboard .pass-peak-small-panel{display:table;width:100%;table-layout:fixed}.km-dashboard .pass-peak-small-panel--item{display:table-cell}.iframe-wrapper-progress-data{border:none;width:100%;min-height:500px}.q-p-mode .collapsable.comments,.q-p-mode .menu-collapse-button,.q-p-mode .pass-peak-place-holder,.q-p-mode .right-sidebar{display:none}.q-p-mode .menu-collapse-button--users{display:block;flex-shrink:0}.q-p-mode .menu-collapse-button--users .arrow-circle-item{position:relative}.q-p-mode .hide-users .presentation-mode__users{margin-left:-300px}.q-p-mode .presentation-questions-table{margin-left:8px}.q-p-mode .presentation-mode__header{padding-top:8px}.q-p-mode .topicNavigation{position:relative}.q-p-mode .pageWrapper{height:100vh;overflow:hidden;padding:0;background-color:#fff}.q-p-mode .mainWrapper{max-width:100%;width:100%;position:fixed;z-index:30}.q-p-mode main{padding:0}.q-p-mode header.testTitle{padding-top:16px;margin-bottom:10px;padding-left:0}.q-p-mode footer{display:none}.q-p-mode .questionGrid .question{font-size:20px;width:200px}.q-p-mode .questionGrid .question a{font-size:20px}.q-p-mode .questionGrid .question a .question-arrow{zoom:1.4}.q-p-mode .questionGrid .specialty{font-size:20px;width:200px;padding-left:20px}.q-p-mode .questionGrid .topic{font-size:20px}.q-p-mode .questionGrid #test_score_table thead{display:none}.q-p-mode .questionModeLink{display:inline-block;margin-right:30px;margin-top:-2px;text-decoration:none;color:#6396e6;font-size:28px}.q-p-mode .questionModeLink:hover{color:#5f7ba7}.q-p-mode #fixedheader{margin-top:15px}.q-p-mode .buttons{position:absolute;width:100%;top:-48px;left:-78px}.q-p-mode .topicquestion{max-width:1270px!important;font-size:24px}.q-p-mode section.question{font-size:24px}.q-p-mode .qbankTest .figures{font-size:24px}.q-p-mode .qbankTest .answers .answerItem .answerText{font-size:24px}.q-p-mode .qbankTest .preferredResponse .text{font-size:24px;line-height:26px}.q-p-mode .topicPage #slider3 .bullets{left:585px!important}.q-p-mode #slider3 .viewport{width:1220px;height:760px}.q-p-mode #slider3 .bullets{margin:0;padding:5px;padding-top:0;position:absolute;top:-26px;left:1167px!important;overflow-x:auto;white-space:nowrap;width:250px;height:36px}.q-p-mode #slider3 .bullet{background-color:#e2edff;font-size:14px;padding:2px}.q-p-mode #slider3 .bullet.active{color:#fff;background-color:#e2edff}.q-p-mode #slider3 .bullets li{display:inline-block;float:none}.q-p-mode .topicPage{width:1298px;margin-left:-7px}.q-p-mode .oldTopicText table td{font-size:24px}.q-p-mode .pm_sprite{display:inline-block;cursor:pointer;zoom:1;margin-left:-4px}.q-p-mode .pm_sprite{background:url('/images/presentation/pm_tool.png') no-repeat top left}.q-p-mode .pm_sprite.toolClosePopUp{background-position:0 0;width:46px;height:50px}.q-p-mode .pm_sprite.toolBackSlide{background-position:0 -70px;width:46px;height:50px}.q-p-mode .pm_sprite.toolDownBullet{background-position:0 -140px;width:46px;height:50px}.q-p-mode .pm_sprite.toolEscape{background-position:0 -210px;width:46px;height:50px}.q-p-mode .pm_sprite.toolForwardSlide{background-position:0 -280px;width:46px;height:50px}.q-p-mode .pm_sprite.toolHome{background-position:0 -350px;width:46px;height:50px}.q-p-mode .pm_sprite.toolImagePopUp{background-position:0 -420px;width:46px;height:50px}.q-p-mode .pm_sprite.toolInstructions{background-position:0 -490px;width:48px;height:50px}.q-p-mode .pm_sprite.toolQuestionPopUp{background-position:0 -560px;width:46px;height:50px}.q-p-mode .pm_sprite.toolVideoPopUp{background-position:0 -630px;width:45px;height:50px}.q-p-mode .pm_sprite.toolZoomin{background-position:0 -700px;width:46px;height:50px}.q-p-mode .pm_sprite.toolZoomOut{background-position:0 -770px;width:47px;height:50px}.q-p-mode .pm_sprite.toolUpBullet{background-position:0 -849px;width:46px;height:50px}.q-p-mode .unselectable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.q-p-mode .pm-tools{position:fixed;top:0;right:111px;width:100%;z-index:50}.q-p-mode header.topicHeader{position:fixed;top:30px;left:14px;right:0;z-index:1;background:#fff;padding:20px 0 0;width:1344px}.q-p-mode header.topicHeader .top{width:95%;margin:0 auto;background:#395685;color:#fff}.q-p-mode header.topicHeader .authors{display:none}.q-p-mode header.topicHeader .topic-title{font-size:24px!important;line-height:34px;font-weight:400;text-transform:uppercase}.q-p-mode header.topicHeader .nav-tabs__item{background:0 0;border:none;border-radius:0;margin-left:1px}.q-p-mode header.topicHeader .nav-tabs__link{padding:0 8px;border-radius:0;background:#3e6198;color:#fff;opacity:.5}.q-p-mode header.topicHeader .nav-tabs__link:hover{background:#102654;opacity:1}.q-p-mode section.topicContent{margin-top:89px;margin-left:3px;margin-right:18px}.q-p-mode .oldTopicText article{padding-right:initial}.q-p-mode #simplemodal-container{left:250px!important}.q-p-mode #logo_tooltip{font-size:18px;line-height:18px}.q-p-mode .qp-test-buttons{position:fixed;top:10px;left:602px;z-index:1500}.q-p-mode .qp-test-buttons .nav li i.icon{font-size:17px;top:6px}.q-p-mode .qp-test-buttons .nav li a{padding-top:3px;padding-bottom:3px}.q-p-mode .topicImages{margin-top:-30px}.q-p-mode .qbankTest .pmNav__item-slides{margin-left:235px}.q-p-mode #simplemodal-container{width:950px!important}.q-p-mode .test_section_tr{font-size:24px}.q-p-mode #facebox_old.efootprintPopup{left:200px!important}.qpm{width:100%}.qpm .rightcontent{float:none;width:100%;border-left:0;padding:0;font-size:24px;margin-top:58px}.qpm #newQuestionDisplay{font-size:24px;line-height:28px;font-weight:400}.qpm #newQuestionDisplay a{font-size:24px;line-height:28px}.qpm_mainpage .center{width:92%;border-left:0;padding-top:5px}.qpm #contentbody{padding-right:20px;padding-left:20px}.qpm .qpm_question_section{max-width:100%!important;padding-bottom:0!important;text-align:justify}.qpm a{font-size:24px;white-space:nowrap}.qpm a.btn{padding:10px}.qpm #test_score_table td{white-space:nowrap;padding-left:5px;padding-right:5px}.qpm img{zoom:1.5}.qpm .discussion-text{font-size:24px}.qpm .tablesorter-header{padding-left:20px;padding-right:20px}.qpm_mainpage{width:100%!important;height:100vh}.qpm .presentation_topic_icon{height:20px!important}.qpm .question_option_distribution{font-size:24px!important}.qpm .question_option_distribution .distribution_bar{height:20px!important;overflow:hidden!important}.qpm .prev_next_links{margin-bottom:7px}.pmPanel{position:fixed;top:0;left:13px;right:0;width:1346px;z-index:2;overflow:hidden;background:#fff}.pmPanel__holder{width:95%;margin:0 auto;padding:10px 0}.pmNav{float:left}.pmNav__item{display:inline-block;margin-right:10px}.pmNav__btn{min-width:140px}.pmNav__backIcon{font-size:14px;margin-right:5px}.pmTools{float:right;font-size:0}.pmTools__item{display:inline-block;margin-left:1px}.pmTools__btn{display:inline-block;width:40px;height:30px;line-height:30px;text-align:center;background:#7da2dc;color:#fff}.pmTools__btn .icon-minus{font-size:1px;vertical-align:middle}.pmTools__btn:hover{background:#6f90c3}.t-p-mode .pageWrapper{height:auto;padding:10px 20px;overflow:visible}.t-p-mode .content-header__tools{display:none}.t-p-mode .pmPanel{padding:20px 0 30px 0}img{text-indent:-10000px}.sbOfficeLocations{padding:50px 15px}.sbOfficeLocations__title{font-size:24px;text-align:center;margin:0 0 50px 0}.sbOfficeLocations__item{overflow:hidden;margin-bottom:5px;padding:5px 0;border-bottom:1px solid #eee}.sbOfficeLocations__item:last-child{border:none}.sbOfficeLocations__column{float:left;width:300px;padding-right:15px;box-sizing:border-box}.sbOfficeLocations__details{margin-left:250px}.sbOfficeLocations__description{height:100px;resize:none}.sbOfficeLocations__location{height:110px;resize:none}.editOfficePhoto{position:relative;margin-top:20px}.editOfficePhoto .uploadify,.editOfficePhoto .uploadify-button{width:100%!important;box-sizing:border-box}.sbLocation__head{padding:7% 10%;background-size:cover;background-color:#d7d7d7;min-height:50px}.sbLocation__map iframe{width:100%;background:#f4f4f4}.sbLocation__doctorName{display:inline;margin-right:10px}.sbLocation__doctorLink{text-decoration:none;font-size:14px;opacity:.75;color:#fff}.sbLocation__doctorLink:hover{opacity:1}.sbLocation__doctorPhoto{vertical-align:middle}.sbLocation__office{margin-bottom:0;font-size:22px;text-transform:uppercase;color:#fff}.practiceSummary__description{height:170px}.practiceGraphics{padding:10px 0 0 0}.practiceGraphics__holder{height:112px;overflow:hidden;margin-bottom:10px}.practiceGraphics__holder--dark-bg{background-color:#333}.practiceGraphics__items-row{display:flex;justify-content:space-between;flex-wrap:wrap;min-width:980px}.practiceGraphics__items-header{font-size:18px;margin:8px 2px 16px 0;text-transform:uppercase;font-weight:600;color:#999;line-height:1.4}.practiceGraphics__switcher{display:flex;align-items:center;font-size:15px;margin-right:32px}.practiceGraphics__item{display:flex;align-items:center;flex-direction:column;margin-right:32px;margin-bottom:32px;vertical-align:top;text-align:center}.practiceGraphics__item--right{margin-left:auto}.practiceGraphics__img{width:180px;margin-bottom:10px}.practiceGraphics__img--color{min-height:32px;margin-top:40px}.practiceGraphics__title{text-align:center;font-weight:600;font-size:15px;min-height:24px}.practiceGraphics .uploadify-queue{max-width:180px}.uploadify-button{box-sizing:border-box}.practicePhysicians{margin:10px 0}.practicePhysicians .editableForm__controls{right:5px}.practicePhysicians__form{padding:10px 5px}.practicePhysicians__item{position:relative;border-bottom:var(--separator-color)}.practicePhysicians__item:last-child{border:none}.practicePhysicians__holder{display:table;width:100%;table-layout:fixed}.practicePhysicians__field{display:table-cell;vertical-align:middle}.practicePhysicians__photo{width:110px}.practicePhysicians__specialty{color:#9f9f9f}.practicePhysicians__specialty .icon{font-size:14px}.practicePhysicians__controls{width:40px;font-size:14px;text-align:right;vertical-align:middle}.practicePhysicians__delete{text-decoration:none;font-family:icomoon}.practicePhysicians__delete:hover{text-decoration:none}.practicePhysicians__name{padding-right:20px;font-size:16px}.practicePhysicians__bottom,.practicePhysicians__top{display:inline-block;width:30px;text-align:center;box-sizing:border-box;background:#f4f4f4;color:#c5c5c5;transition:background .1s ease-in;padding:6px}.practicePhysicians__bottom:hover,.practicePhysicians__top:hover{color:#2a5077;background:#cfdef9}.physicianOffices{font-size:14px}.physicianOffices__checkMark{display:inline-block;width:18px;margin:2px;line-height:18px;font-size:12px;color:#c5c5c5;visibility:hidden}.physicianOffices__checkMark--checked{visibility:visible;color:#c5c5c5}.obCheckbox__checkbox{display:none}.obCheckbox__tick{display:inline-block;margin:2px;vertical-align:middle;width:20px;height:20px;background:#fff;border:1px solid #eaeaea;text-align:center;box-sizing:border-box}.obCheckbox__tick .icon{display:none;color:#fff;font-size:9px;line-height:20px}.obCheckbox__checkbox:checked+.obCheckbox__tick{background:#7da2dd;border-color:#7da2dd}.obCheckbox__checkbox:checked+.obCheckbox__tick .icon{display:inline-block}.obCheckbox__checkbox--topic:checked+.obCheckbox__tick{background:#39b1eb;border-color:#39b1eb}.obCheckbox__checkbox--question:checked+.obCheckbox__tick{background:#6ab197;border-color:#6ab197}.obCheckbox__checkbox--article:checked+.obCheckbox__tick{background:#f2cc6a;border-color:#f2cc6a}.obCheckbox__checkbox--video:checked+.obCheckbox__tick{background:#f5a868;border-color:#f5a868}.physicianDropdown__photo{vertical-align:middle}.physicianDropdown__name{vertical-align:middle;margin-left:10px;font-size:16px}.physicianAutocomplete .ui-menu-item{padding:0}.physicianAutocomplete .ui-state-active{background:#7da2dc;border-color:#7da2dc}.openingHours{display:block;white-space:normal}.openingHours__day{display:inline-block;width:100px;color:#ababab;font-size:12px;text-transform:uppercase}.openingHours__dayName{vertical-align:middle;color:var(--main-font-color)}.openingHours__timeSlot{width:82px;margin-bottom:5px}.openingHours__timeSlot[disabled]{background:#f4f4f4;color:#ababab}.openingHours__time{font-size:15px;white-space:nowrap}.openingHours__error{color:#e73737;font-size:14px}.uploadBtn.uploadify-button{background:#7da2dc;text-align:center;color:#fff;border-radius:0;border:0;text-shadow:none;font-size:14px;font-weight:400;cursor:pointer}.uploadify:hover .uploadBtn.uploadify-button{background:#6a90cc}.organization-select-field{max-width:100%}.view-sponsor__sponsor-content{margin:10px 0}.view-sponsor__sponsor-content .website{text-align:right}.view-sponsor__buttons{display:flex;align-items:center;justify-content:flex-end}.view-sponsor__buttons .analytics{margin-right:16px}.view-sponsor .sponsor-content{font-size:14px}.view-sponsor .sponsor-content--overview>.row{margin-bottom:30px}.view-sponsor .sponsor-content--overview>.row .col-md-12{padding:0}.view-sponsor .sponsor-content h3{font-size:12px;color:#878787;line-height:18px;font-weight:700;text-transform:uppercase;margin-bottom:5px}.view-sponsor .sponsor-content p{display:block;line-height:21px;color:var(--main-font-color);font-size:14px}.view-sponsor .sponsor-content .location{line-height:21px;display:inline-block}.view-sponsor .sponsor-content .location a{font-weight:700;color:var(--link-color)}.view-sponsor .sponsor-content .description{line-height:24px}.view-sponsor .sponsor-content .description h3{margin-bottom:5px}.view-sponsor .sponsor-content .location-full{font-size:14px;line-height:24px}.view-sponsor .sponsor-content .location-full .map{margin-top:10px;border-radius:1px}.view-sponsor .sponsor-content .location-full .map iframe{width:100%;height:100%}.view-sponsor .sponsor-content .leadership .leadership-user{width:50%;max-width:510px;min-width:400px;float:left;margin-bottom:10px;margin-top:15px}@media only screen and (max-width:599px){.view-sponsor .sponsor-content .leadership .leadership-user{width:100%;min-width:auto}}.view-sponsor .sponsor-content .leadership .leadership-user:nth-child(odd){clear:left}.view-sponsor .sponsor-content .leadership .leadership-user__info{padding:0 15px;margin-left:120px}@media only screen and (max-width:599px){.view-sponsor .sponsor-content .leadership .leadership-user__info{margin-left:80px}}.view-sponsor .sponsor-content .leadership .leadership-user__info__name{font-size:18px;line-height:24px;color:#7da2dc;transition:color .2s ease}.view-sponsor .sponsor-content .leadership .leadership-user__info__name:hover{color:#6a89bb;text-decoration:none}.view-sponsor .sponsor-content .leadership .leadership-user__info__specialty{margin-top:5px;font-size:14px;line-height:21px;color:#333}.view-sponsor .sponsor-content .leadership .leadership-user__info__practice{margin-top:10px;font-size:14px;line-height:21px;color:#878787}@media only screen and (max-width:599px){.view-sponsor .sponsor-content .leadership .leadership-user__info__practice{line-height:1.2}}.view-sponsor .sponsor-content .leadership .leadership-user__image{width:120px;height:120px;overflow:hidden;float:left;border-radius:50%}@media only screen and (max-width:599px){.view-sponsor .sponsor-content .leadership .leadership-user__image{width:80px;height:80px}}.view-sponsor .sponsor-content .leadership .leadership-user__image img{width:100%}.view-sponsor .sponsor-content .admins,.view-sponsor .sponsor-content .surgeons{margin-bottom:35px}.view-sponsor .sponsor-content .admins-list,.view-sponsor .sponsor-content .surgeons-list{margin-bottom:0}.view-sponsor .sponsor-content .admins .user,.view-sponsor .sponsor-content .surgeons .user{width:170px;float:left;height:60px;margin-top:15px}.view-sponsor .sponsor-content .admins .user__image,.view-sponsor .sponsor-content .surgeons .user__image{width:50px;height:50px;overflow:hidden;float:left;border-radius:50%}.view-sponsor .sponsor-content .admins .user__image img,.view-sponsor .sponsor-content .surgeons .user__image img{width:50px}.view-sponsor .sponsor-content .admins .user__info,.view-sponsor .sponsor-content .surgeons .user__info{margin-left:50px;padding:0 10px}.view-sponsor .sponsor-content .admins .user__info__name,.view-sponsor .sponsor-content .surgeons .user__info__name{color:#333;font-weight:700;font-size:12px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.view-sponsor .sponsor-content .admins .user__info__location,.view-sponsor .sponsor-content .surgeons .user__info__location{max-height:28px;margin-top:5px;color:#878787;font-size:12px;line-height:14px;overflow:hidden}.view-sponsor .sponsor-content__add-video-container{display:flex;justify-content:flex-end;margin-bottom:10px}.view-sponsor .sponsor-content__add-video-button{padding:6px 20px;color:#fff;background-color:#7ca2dc}.view-sponsor .sponsor-content__add-video-button:hover{background-color:#6f90c3}.view-sponsor .sponsor-content--meetings{padding-top:16px}.sponsor-landing-header{height:140px;padding:20px 20px;background-color:#395685;background:linear-gradient(180deg,#6b8fbb 0,#395685 100%);margin:10px 0 0 0;font-weight:700;position:relative;overflow:hidden;border-radius:1px}.sponsor-landing-header__title-container{position:relative}.sponsor-landing-header__title-container__dates{font-weight:700;line-height:18px;color:#fff;font-size:16px;margin-bottom:15px;text-transform:uppercase}.sponsor-landing-header__title-container__title{color:#fff;font-weight:700;font-size:27px;line-height:31px;max-height:31px;overflow:hidden;margin-bottom:15px}.sponsor-landing-header__title-container__location{color:#fff;font-size:16px;line-height:18px}.sponsor-landing-header__logo{position:absolute;top:20px;right:20px;max-height:60px;max-width:175px}.sponsor-landing-header__backgroundImage{position:absolute;top:0;left:0;width:100%;height:100%}.sponsor-landing-header__additional{align-items:center;display:flex;justify-content:space-between;position:absolute;bottom:20px;right:20px;width:auto}.sponsor-landing-header__additional-settings{width:auto}.sponsor-landing-header__additional-settings a{height:14px;line-height:14px;float:right;font-weight:400;margin-left:10px;font-size:14px;color:#fff}.sponsor-landing-header__additional-settings a .icon{font-size:14px}.manage-sponsor{padding-top:20px}.manage-sponsor__header{display:flex;justify-content:space-between;margin-bottom:30px;padding:0 15px}.manage-sponsor__footer{margin:30px 0}.manage-sponsor__button{min-height:34px!important;line-height:34px!important;font-size:14px!important}.manage-sponsor .row{padding-bottom:10px}.manage-sponsor .image-upload-row{margin:20px 0}.manage-sponsor__image-upload-row{display:flex;height:50px;margin:15px 0}.manage-sponsor__image-upload-row .white-logo-icon{background-color:#333;padding:8px}.manage-sponsor__delete-uploaded-image{border:0;font-size:14px;margin-left:15px;position:absolute;top:55px;right:13px;background-color:transparent}.manage-sponsor__checkbox{display:flex;align-items:center}.manage-sponsor__checkbox input[type=checkbox]{margin:0 5px 0 0}.manage-sponsor__checkbox .ortho-input__label{padding:0}.manage-sponsor__input-error{border-color:red}.practice-header-buttons{display:flex;justify-content:flex-end}.practice-header-buttons .practice-view-button{margin-right:10px}.practice-groups,.practice-hospitals{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.practice-group,.practice-hospital{display:flex;font-size:14px;align-items:center;justify-content:flex-start;width:50%;position:relative}.practice-group__picture,.practice-hospital__picture{position:relative;float:left;width:96px;height:96px;border:5px solid transparent;margin-right:16px}.practice-group__picture img,.practice-hospital__picture img{width:80px;height:80px}.practice-group__group-logo,.practice-group__hospital-logo,.practice-hospital__group-logo,.practice-hospital__hospital-logo{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;transform:translate(-50%,-50%);font-size:35px;color:#c6c6c6}.practice-group__info,.practice-hospital__info{display:flex;flex-direction:column;justify-content:center}.practice-group__name,.practice-hospital__name{font-size:15px;font-weight:600;margin-bottom:8px}.practice-group__address,.practice-hospital__address{margin-bottom:8px}.practice-group__phone,.practice-hospital__phone{margin-bottom:8px}.practice-group__delete-wrapper,.practice-hospital__delete-wrapper{position:absolute;top:0;right:0}.practice-group__delete,.practice-hospital__delete{display:none;border:none;background-color:#7da2dc;color:#fff;padding:4px 8px;border-radius:4px;transition:opacity .2s,visibility .2s,background-color .1s}.practice-group__delete:hover,.practice-hospital__delete:hover{opacity:.8}.practice-group:hover,.practice-hospital:hover{cursor:pointer}.practice-group:hover .practice-hospital__delete,.practice-hospital:hover .practice-hospital__delete{display:block}.practice-group:hover .practice-group__delete,.practice-hospital:hover .practice-group__delete{display:block}.practice-hospital-physicians__hospital-name{font-size:18px;margin:16px 0;text-transform:uppercase;color:#ababab}.practice-hospital-physicians__physicians-list{display:flex;align-items:center;justify-content:start;flex-wrap:wrap}.practice-hospital-physicians__physician{width:25%;margin-bottom:8px}.practice-group-physicians__group-name{font-size:18px;margin:16px 0;text-transform:uppercase;color:#ababab}.practice-group-physicians__physicians-list{display:flex;align-items:center;justify-content:start;flex-wrap:wrap}.practice-group-physicians__physician{width:25%;margin-bottom:8px}.medtyrx-list__medtryx-item--hidden{display:none}.leads-wrapper{position:relative;width:820px;margin:0 auto;left:-15px;bottom:18px}.lead-item{position:relative;width:820px;display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #9999}.lead-item__url{font-size:15px;width:50%;text-align:center}.lead-item__url--header{font-weight:600}.lead-item__total{font-size:15px;width:50%;text-align:center}.lead-item__total--header{font-weight:600}.practice-funnel-charts{padding-top:32px}.practice-funnel-chart__chart{margin-top:24px}.practice-funnel-chart__info{position:absolute;color:var(--main-font-color);font-size:13px;font-weight:600}.practice-funnel-chart__wrapper{padding-top:16px}.practice-funnel-chart__wrapper--hidden{display:none}.practice-funnel-chart #funnel-impressions{height:auto}.practice-tabs .first-row,.practice-tabs .second-row{display:flex;align-items:center;margin-bottom:16px}.practice-tabs .first-row .left-items,.practice-tabs .second-row .left-items{margin-right:auto}.practice__header{padding:24px 0;position:relative}.practice__tower{min-height:calc(100% - 48px);margin:48px 0 0 48px;padding:16px 32px 0 32px;background-color:var(--default-background-color)}.practice__medtryx-type{display:flex;align-items:center;font-size:15px}.practice__medtryx-type-name{margin-left:8px}.practice__name{font-size:24px;font-weight:600;line-height:1.4;padding:16px 0}.practice__logo{margin:0 auto 24px auto;width:240px;height:56px;background-position:center;background-size:contain;background-repeat:no-repeat;position:absolute;top:24px;right:0}.practice__logo--night-mode{display:none}.night-mode .practice__logo--light-mode{display:none}.night-mode .practice__logo--night-mode{display:block}.practice-info__tabs-switchers{margin-right:auto}.practice-info__tabs-switcher{display:flex;align-items:center;justify-content:flex-start;font-size:15px}.profileSection{--profile-section-header-icon-background-color:#d7d7d7}.night-mode .profileSection{--profile-section-header-icon-background-color:#999999}img{text-indent:-10000px}.editableForm{overflow:hidden}.editableForm__column{float:left;width:50%;box-sizing:border-box}.editableForm__column:nth-child(2){padding-left:15px}@media only screen and (max-width:599px){.editableForm__column:nth-child(2){padding-left:0}}.editableForm__column--narrow{width:28%}@media only screen and (max-width:599px){.editableForm__column--narrow{width:100%}}.editableForm__column--wide{width:72%}@media only screen and (max-width:599px){.editableForm__column--wide{width:100%}}.editableForm__group{position:relative;margin-bottom:10px;font:16px Arial,sans-serif}.editableForm__group--centered{text-align:center}.editableForm__group--right{text-align:right}.editableForm__group--inline{display:inline-block;vertical-align:top}.editableForm__group--narrow{width:30%}@media only screen and (max-width:599px){.editableForm__group--narrow{width:100%}}.editableForm__group--wide{width:68%}@media only screen and (max-width:599px){.editableForm__group--wide{width:100%}}.editableForm__select-hospital-block{position:relative}.editableForm__no-matches{position:absolute;bottom:-13px;left:0;right:0;padding:5px;border:1px solid #c5c5c5;background-color:#fff;display:none}.editableForm--section:hover{background:#e3ecfd;transition:background .2s ease-in}.editableForm--section:hover .editableForm__controls{display:block}.editableForm__controls{display:none;position:absolute;top:0;right:0}.editableForm__deleteLink,.editableForm__editLink{display:inline-block;padding:8px;color:#2a5077;font-size:14px}.editableForm__label{display:block;font:12px Arial,sans-serif;color:#ababab;text-transform:uppercase}.editableForm__field{position:relative;display:inline-block;padding:5px;margin-top:2px;transition:background .2s ease-in;white-space:pre-line}.editableForm__field:before{content:" ";display:inline-block}.editableForm__field:after{content:"\e900";font-family:icomoon!important;display:inline-block;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;float:right;margin-left:10px;transition:opacity .2s ease,visibility .2s ease;opacity:0;visibility:hidden}.editableForm__field--multiline{padding-right:25px}.editableForm__field--multiline:after{position:absolute;right:5px;top:5px}.editableForm__field--block{display:block;max-height:250px;overflow-y:auto;box-sizing:border-box}.editableForm__field--fixedWidth{display:block;overflow:hidden;word-wrap:break-word}.editableForm__empty{display:inline-block;font-size:14px;color:#525252}.editableForm__form{display:none}.editableForm__form--edit{display:block}.editableForm__btnGroup{display:none;position:relative;margin:15px 0;text-align:right}.editableForm__btn{display:inline-block;padding:0 10px;border:none;-webkit-appearance:none;appearance:none;cursor:pointer;font:16px/48px Arial,sans-serif;text-align:center}.editableForm__btn--blue{width:100%;max-width:270px;background:#7da2dc;color:#fff}.editableForm__btn--blue:hover{text-decoration:none;background:#6a90cc}.editableForm__btn--gray{width:120px;background:#eaeaea;color:#a8a8a8}.editableForm__btn--gray:hover{text-decoration:none;background:#dedede}.editableForm__message--error{color:#e73737;position:absolute;font-size:12px;bottom:-5px;left:0}.editableForm__message--succes{color:#7da2dc}.editableForm__validationError{float:left;color:#e73737;font-size:14px;max-width:230px;text-align:left;border-left:1px solid #e73737;padding-left:10px}.editableForm__row{position:relative;overflow:hidden}.editableForm__row--withPrivacy{padding-right:140px}.editableForm__inputGroup{display:inline-block;width:50%;box-sizing:border-box;padding-right:5px}.editableForm__inputGroup:nth-child(2){margin-left:-5px;padding-left:5px;padding-right:0}.editableForm__textarea{width:100%;padding:5px 10px;box-sizing:border-box;border:1px solid var(--separator-color);background-color:var(--default-background-color);resize:vertical;font:16px Arial,sans-serif}.editableForm__textarea--fixed{resize:none}.editableForm__input{margin-top:2px;padding:5px;box-sizing:border-box;height:32px;line-height:32px;margin-bottom:10px;font:16px Arial,sans-serif;transition:border .2s ease;border:1px solid var(--separator-color);background-color:var(--default-background-color);color:var(--main-font-color)}.editableForm__input:focus,.editableForm__input:hover{border:1px solid #b3b3b3;outline:0}.editableForm__input::placeholder{color:#bcbcbc}.editableForm__input--full{width:100%}.editableForm__input--zip{margin-bottom:24px}.editableForm__input--loading{background-image:url(/ux-svg/ortho-loading.svg)}.editableForm__input--hospital-search{width:560px;background-size:auto 80%;background-repeat:no-repeat;background-position:center right}@media only screen and (max-width:599px){.editableForm__input--hospital-search{width:280px}}.editableForm__input--textarea{height:65px}.editableForm__input--search{margin-bottom:0}.editableForm__select{margin-top:2px;padding:5px;box-sizing:border-box;height:32px;line-height:32px;margin-bottom:10px;font:16px Arial,sans-serif;transition:border .2s ease;border:1px solid var(--separator-color);background-color:var(--default-background-color);color:var(--main-font-color)}.editableForm__select:focus,.editableForm__select:hover{border:1px solid #b3b3b3}.editableForm__select--full{width:100%}.editableForm__select--privacy{position:absolute;right:0;top:0;width:130px;font-size:13px}.editableForm__select--fixedPrivacy{font-size:13px}.editableForm__select--search{margin-bottom:0}.editableForm__autocomplete{max-height:250px;width:555px;overflow-y:auto}@media only screen and (max-width:599px){.editableForm__autocomplete{width:275px}}.editableForm__autocomplete li.ui-menu-item{padding:3px .4em 3px .4em}.editableForm__preview-img{max-width:140px}.editableForm__file-upload{height:0;width:0;visibility:hidden}.editableForm__form-message{position:absolute;left:0;top:0;padding:14px 30px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.editableForm__form-message--visible{opacity:1;visibility:visible}.editableForm--createForm .editableForm__view,.editableForm--editMode .editableForm__view{display:none}.editableForm--createForm .editableForm__form,.editableForm--editMode .editableForm__form{display:block}.editableForm--createForm .editableForm__btnGroup,.editableForm--editMode .editableForm__btnGroup{display:block}.editableForm--createForm.editableForm--section:hover,.editableForm--editMode.editableForm--section:hover{background:#fff}.editableForm--createForm.editableForm--section:hover .editableForm__editLink,.editableForm--editMode.editableForm--section:hover .editableForm__editLink{display:none}.editableForm--createForm{display:none}.editableForm--createForm .editableForm__btnGroup{display:block}.editableForm--manage-hospitals .editableForm__group--inline:first-child{padding-right:2%}@media only screen and (max-width:599px){.editableForm--manage-hospitals .editableForm__group--inline:first-child{padding-right:0}}.editableForm--manage-hospitals .editableForm__group--wide{box-sizing:border-box;width:70%}@media only screen and (max-width:599px){.editableForm--manage-hospitals .editableForm__group--wide{width:100%}}.editableForm--manage-hospitals .editableForm__form-message{box-sizing:border-box;width:60%}.editableForm--manage-hospitals .editableForm__btn{box-sizing:border-box;width:40%}.editableForm:not(.editableForm__disabled)__field{cursor:pointer}.editableForm:not(.editableForm__disabled)__field:hover{transition:background .2s ease-in;background:#e3ecfd!important;color:#2a5077}.editableForm:not(.editableForm__disabled):hover .editableForm__field{background:var(--third-background-color);transition:background .2s ease-in}.editableForm:not(.editableForm__disabled):hover .editableForm__field:after{opacity:1;visibility:visible}.editableView__position{font-size:16px}.editableView__positionYear{font-size:14px;color:#ababab}.editableView__biography{white-space:pre-wrap;max-height:160px;box-sizing:border-box;overflow-y:auto}.backgroundCard{padding-top:10px}.backgroundCard__holder{margin-bottom:10px;margin-right:100px}.backgroundCard__item{display:inline-block;margin-right:30px;text-align:center;vertical-align:bottom}.backgroundCard__label{margin-bottom:15px;text-align:center;color:gray}.backgroundCard__img{box-sizing:border-box;max-height:180px;min-height:180px}.backgroundCard .uploadify-queue{max-width:180px}.profileSection{margin:10px 0}.profileSection__heading{display:block;height:36px;text-decoration:none}.profileSection__heading:hover{text-decoration:none}.profileSection__heading--blue{background:#dfeafb}.profileSection__heading--blue:hover{background:#dbe6f7}.profileSection__headIcon{position:relative;display:inline-block;width:36px;height:36px;background:var(--profile-section-header-icon-background-color);font-size:16px;text-align:center;filter:none}.profileSection__headIcon.icon{line-height:36px}.profileSection__headIcon.icon-brain{font-size:28px}.profileSection__headIcon.icon-location{font-size:22px}.profileSection__headIcon.icon-collaborate{font-size:13px}.profileSection__headIcon--blue{background:#9db1d7}.profileSection__headIconPlus{position:absolute;top:-5px;right:10px;font-size:12px}.profileSection__arrow{float:right;display:inline-block;width:36px;height:36px;color:#c5c5c5;font-size:9px;text-align:center;transform:rotate(180deg)}.profileSection__arrow.icon{line-height:36px}.profileSection__arrow--rolledUp.icon{transform:rotate(0)}.profileSection__arrow--blue{color:#9db1d7}.profileSection__title{display:inline-block;padding:0 0 0 15px;vertical-align:top;font-weight:400;text-transform:uppercase;font:16px/36px Arial,sans-serif}.profileSection__body{margin-top:10px}.profileSection__body--important{padding:15px;background-color:#fff1f3;border-radius:1px;border:1px solid #ffc7cc}.profileSection__notification{padding-bottom:20px;text-align:center;color:#666;font-size:14px}.profileSection__btnGroup{text-align:right;margin:10px 0}.profileSection__btn{display:inline-block;height:35px;line-height:35px;padding:0 15px;font-size:16px;color:#fff;border:0;box-sizing:border-box;cursor:pointer;background:var(--green-color)}.profileSection__btn:hover{text-decoration:none;background:#56aa59}.profileSection__important{color:#e45252}.medtryxGraphics{padding-top:20px;max-width:180px}.editTestimonial{margin:10px 0}.editTestimonial #update-testmonial-picture-uploadify{margin-top:15px}.editTestimonial__uploadBtn{box-sizing:border-box}.editTestimonial__photo{padding-top:10px;width:100px;height:100px}.editTestimonial__holder{padding:0 5px}.editTestimonial{margin-bottom:10px}.userTestimonials{overflow:hidden}.userTestimonials__item{overflow:hidden;position:relative;padding:10px 50px 10px 10px;margin-bottom:5px}.userTestimonials__item:hover{background:#e3ecfd;transition:background .2s ease-in}.userTestimonials__item:hover .userTestimonials__controls{visibility:visible}.userTestimonials__photo{float:left;width:100px;text-align:left;box-sizing:border-box}.userTestimonials__details{margin-left:110px}.userTestimonials__author{font-size:12px;font-style:normal}.userTestimonials__quote{margin-bottom:10px;font-size:16px;line-height:1.3}.userTestimonials__controls{position:absolute;visibility:hidden;top:0;right:5px}.userTestimonials__delete,.userTestimonials__edit{display:inline-block;padding:10px 5px;text-decoration:none;font-size:16px;color:#2a5077}.userTestimonials__img{max-width:100px}.userPopup{position:relative}.userPopup__header{height:35px;box-sizing:border-box;line-height:35px;width:100%;background-color:#f3f3f3;font-size:18px;color:#535353;padding-left:20px}.userPopup__close{position:absolute;top:0;right:0;width:35px;height:35px;background-color:#eaeaea;text-align:center;z-index:2;cursor:pointer}.userPopup__body{box-sizing:border-box;padding:10px;background:var(--default-background-color)}.userPopup__body .uploadlogo-background{background-color:#2a5077;display:flex;align-items:center;justify-content:center;width:140px}.userPopup__message{font:16px Arial,sans-serif;margin:20px 0 30px 0}.userPopup__btnHolder{text-align:right}.userPopup__btn{width:120px;display:inline-block;margin-left:5px;padding:0 10px;border:none;cursor:pointer;font:16px/48px Arial,sans-serif;text-align:center}.userPopup__btn--no{background:#eaeaea;color:#a8a8a8}.userPopup__btn--no:hover{background:#dedede}.userPopup__btn--yes{background:#7da2dc;color:#fff}.userPopup__btn--yes:hover{background:#6a90cc}.uploadify{display:inline-block}.userPublication{position:relative}.userPublication__delete{position:absolute;top:0;right:5px;visibility:hidden;display:inline-block;padding:10px 5px;text-decoration:none;font-size:16px;color:#2a5077}.userPublication:hover{background:#e3ecfd;transition:background .2s ease-in}.userPublication:hover .userPublication__delete{visibility:visible}.selectSpecialty option[value="1"]{color:#f2cc6a}.selectSpecialty[selectvalue="1"]{color:#f2cc6a}.selectSpecialty option[value="2"]{color:#f2a768}.selectSpecialty[selectvalue="2"]{color:#f2a768}.selectSpecialty option[value="3"]{color:#f26868}.selectSpecialty option[value="225"]{color:#f4165f}.selectSpecialty option[value="4"]{color:#49a5e5}.selectSpecialty option[value="5"]{color:#608fde}.selectSpecialty option[value="6"]{color:#8571e7}.selectSpecialty option[value="7"]{color:#8c5ecc}.selectSpecialty option[value="8"]{color:#a264ab}.selectSpecialty option[value="9"]{color:#5cab91}.selectSpecialty option[value="10"]{color:#54a14c}.selectSpecialty option[value="11"]{color:#89b871}.selectSpecialty option[value="12"]{color:#89b871}.selectSpecialty option[value="13"]{color:#8d8d8d}.selectSpecialty option[value="14"]{color:#f2cc6a}.selectSpecialty option[value="15"]{color:#f1bf6a}.selectSpecialty option[value="16"]{color:#f26868}.selectSpecialty option[value="17"]{color:#f2a768}.selectSpecialty option[value="18"]{color:#49a5e5}.selectSpecialty option[value="19"]{color:#608fde}.selectSpecialty option[value="21"]{color:#8571e7}.selectSpecialty option[value="22"]{color:#8c5ecc}.selectSpecialty option[value="23"]{color:#f19368}.selectSpecialty option[value="24"]{color:#5f91e1}.selectSpecialty option[value="25"]{color:#f6516a}.selectSpecialty option[value="26"]{color:#a264ab}.selectSpecialty option[value="27"]{color:#7378d7}.selectSpecialty option[value="28"]{color:#5cab91}.selectSpecialty option[value="29"]{color:#9259dd}.selectSpecialty option[value="123"]{color:#f2cc6a}.selectSpecialty option[value="101"]{color:#a264ab}.selectSpecialty option[value="102"]{color:#f2a768}.selectSpecialty option[value="103"]{color:#f26868}.selectSpecialty option[value="104"]{color:#49a5e5}.selectSpecialty option[value="105"]{color:#f4165f}.selectSpecialty option[value="106"]{color:#608fde}.selectSpecialty option[value="107"]{color:#8571e7}.selectSpecialty option[value="108"]{color:#f1bf6a}.selectSpecialty option[value="109"]{color:#f19368}.selectSpecialty option[value="110"]{color:#f6516a}.selectSpecialty option[value="111"]{color:#f02e50}.selectSpecialty option[value="112"]{color:#f58961}.selectSpecialty option[value="113"]{color:#5f91e1}.selectSpecialty option[value="114"]{color:#fd3e4a}.selectSpecialty option[value="115"]{color:#9259dd}.selectSpecialty option[value="116"]{color:#8c5ecc}.selectSpecialty option[value="117"]{color:#a547d3}.selectSpecialty option[value="118"]{color:#7378d7}.selectSpecialty option[value="120"]{color:#daaf55}.selectSpecialty option[value="124"]{color:#8d8d8d}.selectSpecialty option[value="201"]{color:#f1bf6a}.selectSpecialty option[value="202"]{color:#daaf55}.selectSpecialty option[value="203"]{color:#f2a768}.selectSpecialty option[value="204"]{color:#f19368}.selectSpecialty option[value="205"]{color:#f58961}.selectSpecialty option[value="206"]{color:#f6516a}.selectSpecialty option[value="207"]{color:#fd3e4a}.selectSpecialty option[value="208"]{color:#f02e50}.selectSpecialty option[value="209"]{color:#5f91e1}.selectSpecialty option[value="210"]{color:#7378d7}.selectSpecialty option[value="211"]{color:#9259dd}.selectSpecialty option[value="212"]{color:#dd093f}.selectSpecialty option[value="213"]{color:#a547d3}.selectSpecialty option[value="214"]{color:#a54de5}.selectSpecialty option[value="215"]{color:#b434dd}.selectSpecialty option[value="216"]{color:#b74db0}.selectSpecialty option[value="217"]{color:#cd19e9}.selectSpecialty option[value="218"]{color:#779d97}.selectSpecialty option[value="219"]{color:#6e924f}.selectSpecialty option[value="220"]{color:#d10ecd}.selectSpecialty option[value="222"]{color:#f2cc6a}.selectSpecialty option[value="223"]{color:#f26868}.selectSpecialty option[value="224"]{color:#8d8d8d}.selectSpecialty[selectvalue="3"]{color:#f26868}.selectSpecialty[selectvalue="225"]{color:#f4165f}.selectSpecialty[selectvalue="4"]{color:#49a5e5}.selectSpecialty[selectvalue="5"]{color:#608fde}.selectSpecialty[selectvalue="6"]{color:#8571e7}.selectSpecialty[selectvalue="7"]{color:#8c5ecc}.selectSpecialty[selectvalue="8"]{color:#a264ab}.selectSpecialty[selectvalue="9"]{color:#5cab91}.selectSpecialty[selectvalue="10"]{color:#54a14c}.selectSpecialty[selectvalue="11"]{color:#89b871}.selectSpecialty[selectvalue="12"]{color:#89b871}.selectSpecialty[selectvalue="13"]{color:#8d8d8d}.selectSpecialty[selectvalue="14"]{color:#f2cc6a}.selectSpecialty[selectvalue="15"]{color:#f1bf6a}.selectSpecialty[selectvalue="16"]{color:#f26868}.selectSpecialty[selectvalue="17"]{color:#f2a768}.selectSpecialty[selectvalue="18"]{color:#49a5e5}.selectSpecialty[selectvalue="19"]{color:#608fde}.selectSpecialty[selectvalue="21"]{color:#8571e7}.selectSpecialty[selectvalue="22"]{color:#8c5ecc}.selectSpecialty[selectvalue="23"]{color:#f19368}.selectSpecialty[selectvalue="24"]{color:#5f91e1}.selectSpecialty[selectvalue="25"]{color:#f6516a}.selectSpecialty[selectvalue="26"]{color:#a264ab}.selectSpecialty[selectvalue="27"]{color:#7378d7}.selectSpecialty[selectvalue="28"]{color:#5cab91}.selectSpecialty[selectvalue="29"]{color:#9259dd}.selectSpecialty[selectvalue="123"]{color:#f2cc6a}.selectSpecialty[selectvalue="101"]{color:#a264ab}.selectSpecialty[selectvalue="102"]{color:#f2a768}.selectSpecialty[selectvalue="103"]{color:#f26868}.selectSpecialty[selectvalue="104"]{color:#49a5e5}.selectSpecialty[selectvalue="105"]{color:#f4165f}.selectSpecialty[selectvalue="106"]{color:#608fde}.selectSpecialty[selectvalue="107"]{color:#8571e7}.selectSpecialty[selectvalue="108"]{color:#f1bf6a}.selectSpecialty[selectvalue="109"]{color:#f19368}.selectSpecialty[selectvalue="110"]{color:#f6516a}.selectSpecialty[selectvalue="111"]{color:#f02e50}.selectSpecialty[selectvalue="112"]{color:#f58961}.selectSpecialty[selectvalue="113"]{color:#5f91e1}.selectSpecialty[selectvalue="114"]{color:#fd3e4a}.selectSpecialty[selectvalue="115"]{color:#9259dd}.selectSpecialty[selectvalue="116"]{color:#8c5ecc}.selectSpecialty[selectvalue="117"]{color:#a547d3}.selectSpecialty[selectvalue="118"]{color:#7378d7}.selectSpecialty[selectvalue="120"]{color:#daaf55}.selectSpecialty[selectvalue="124"]{color:#8d8d8d}.selectSpecialty[selectvalue="201"]{color:#f1bf6a}.selectSpecialty[selectvalue="202"]{color:#daaf55}.selectSpecialty[selectvalue="203"]{color:#f2a768}.selectSpecialty[selectvalue="204"]{color:#f19368}.selectSpecialty[selectvalue="205"]{color:#f58961}.selectSpecialty[selectvalue="206"]{color:#f6516a}.selectSpecialty[selectvalue="207"]{color:#fd3e4a}.selectSpecialty[selectvalue="208"]{color:#f02e50}.selectSpecialty[selectvalue="209"]{color:#5f91e1}.selectSpecialty[selectvalue="210"]{color:#7378d7}.selectSpecialty[selectvalue="211"]{color:#9259dd}.selectSpecialty[selectvalue="212"]{color:#dd093f}.selectSpecialty[selectvalue="213"]{color:#a547d3}.selectSpecialty[selectvalue="214"]{color:#a54de5}.selectSpecialty[selectvalue="215"]{color:#b434dd}.selectSpecialty[selectvalue="216"]{color:#b74db0}.selectSpecialty[selectvalue="217"]{color:#cd19e9}.selectSpecialty[selectvalue="218"]{color:#779d97}.selectSpecialty[selectvalue="219"]{color:#6e924f}.selectSpecialty[selectvalue="220"]{color:#d10ecd}.selectSpecialty[selectvalue="222"]{color:#f2cc6a}.selectSpecialty[selectvalue="223"]{color:#f26868}.selectSpecialty[selectvalue="224"]{color:#8d8d8d}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.authorDashboardList li{border:1px solid #ccc;margin-top:5px;position:relative}.authorDashboardList .commentinboxdelete{position:absolute;top:0;right:0;margin:10px}.authorDashboardList .comment{overflow:hidden}.authorDashboardList .picture{float:left;width:15px}.authorDashboardList .content{margin-left:15px;padding-left:10px}.authorDashboardList .updateTopic p,.authorDashboardList .updatedQuestion p{padding:3px 0}.authorDashboardList .message{font-size:14px;padding:5px 0;line-height:1.2}.upper-header{width:100%;padding-top:10px}.upper-header table{width:100%}.upper-header table tr td{vertical-align:middle}.upper-header table tr td.empty{width:65%}.upper-header table tr td.spacer{width:15px}.upper-header table tr td.image-holder{padding-left:8px;padding-right:48px;width:220px;text-align:right}.upper-header .pass-logo{max-width:220px;max-height:60px}.connected_test_codes_field .multiselect-container.dropdown-menu{overflow-x:auto;max-width:350px}.group-name-section{text-align:left;padding:20px 0;line-height:normal;font-size:27px;font-weight:700;color:var(--main-font-color);position:relative}@media only screen and (max-width:1023px){.group-name-section{padding-left:48px}}@media only screen and (max-width:599px){.group-name-section{font-size:15px}}.group-name-section--study-plan{padding-right:250px;display:flex}@media only screen and (max-width:1023px){.group-name-section--study-plan{padding-right:170px}}@media only screen and (max-width:1023px){.group-name-section--study-plan{padding-right:110px}}.group-name-section span{font-size:15px}.group-name-section.pass{padding-top:8px;padding-bottom:16px}@media only screen and (max-width:1023px){.group-name-section.pass{padding-top:0}}@media only screen and (max-width:599px){.group-name-section.pass{padding-top:6px;padding-bottom:24px}}.page-name-section{font-size:23px}.header-tabs{text-align:center;padding-top:12px;margin-bottom:16px;white-space:nowrap;line-height:normal}.header-tabs>ul{padding-left:0;margin-left:0}.header-tabs li{display:inline-block}.header-tabs li a{padding:6px 14px;border-radius:0;text-decoration:none;font-size:15px;color:#363439}.header-tabs li a:hover{color:#fff;background-color:#b8d0f8}.header-tabs li.active a{color:#fff;border-left:3px solid #7da2dd;background-color:#b8cff7}.header-tabs li.active a:hover{background-color:#5c77a2}ol{list-style:decimal;padding-left:40px;margin:14px 0 14px 0}.group-member td{vertical-align:middle}.group-header-tabs{text-align:left;padding-top:12px;margin-bottom:16px;white-space:nowrap;line-height:normal}.group-header-tabs>ul{padding-left:0;margin-left:0;border-bottom:1px solid #888;padding-bottom:6px}.group-header-tabs li{display:inline-block;margin-right:3px}.group-header-tabs li a{padding:6px 14px;border-radius:4px 4px 0 0;text-decoration:none;font-size:15px;color:#363439;background-color:#eee}.group-header-tabs li.active a{border:1px solid #888;background-color:#fff;border-bottom:1px solid #fff}.group-activity .case .slider,.group-activity .post .slider,.group-activity .question .slider{display:none}.group-activity .case.block-link,.group-activity .post.block-link,.group-activity .question.block-link{cursor:initial}.group-activity .case .content .description .title,.group-activity .post .content .description .title,.group-activity .question .content .description .title{color:initial}.group-activity .case.recent header:hover,.group-activity .post.recent header:hover,.group-activity .question.recent header:hover{background:#b8d0f8}.group-activity .recents{margin-top:0}.group-activity .activityItem:first-of-type{padding-top:10px}.group-activity .content-header__tools{justify-content:flex-end;float:none}.group-image-study-plan{position:absolute;top:14px;right:0;max-height:50px}@media only screen and (max-width:1023px){.group-image-study-plan{max-height:40px}}@media only screen and (max-width:599px){.group-image-study-plan{max-height:25px}}.journalClubGraph{overflow:hidden}.journalClubGraph header{padding-top:20px;margin-bottom:10px;overflow:hidden}@media only screen and (max-width:599px){.journalClubGraph header{text-align:center}}.journalClubGraph header h1{float:left;font-size:21px}@media only screen and (max-width:599px){.journalClubGraph header h1{float:none;width:100%;text-align:center}}.journalClubGraph header .tabs{float:right}@media only screen and (max-width:599px){.journalClubGraph header .tabs{margin-top:10px;float:none;display:inline-block;background:0 0}}.journalClubGraph header .tabs li{display:inline-block;padding:10px;margin:0;font-size:14px}.journalClubGraph header .tabs li.active{background:#7da2dc}.journalClubGraph header .tabs li.active a{color:#fff}.journalClubGraph header .tabs li a{display:inline;text-decoration:none;color:#868686}.journalClubGraph #graph{height:250px}.loading-block{width:300px;margin:0 auto;margin-top:50px;text-align:center}.loading-block div{margin:0 auto}.loading-block span{width:300px;margin:0 auto}.journalStatistic{color:#aaa;visibility:hidden;height:0;overflow:hidden}.journalStatistic.active{height:auto;visibility:visible}.journalStatistic header{display:table;width:100%}.journalStatistic header>div{display:table-cell;padding:5px 0;color:#333;font-size:12px}.journalStatistic header>div.month{width:110px;padding-left:10px}.journalStatistic header>div.year{width:40px}.journalStatistic header>div.journalName{width:235px}.journalStatistic header>div.notUnique{width:70px}.journalStatistic header>div.headerUnique{width:108px}@media only screen and (max-width:599px){.journalStatistic header>div.headerUnique{width:50px}}.journalStatistic .content{display:table;width:100%}.journalStatistic .monthItem{border-bottom:1px solid #e3e3e3}.journalStatistic .monthItem .journalList{display:none}.journalStatistic .monthItem:first-of-type{border-top:1px solid #e3e3e3}.journalStatistic .monthItem.expanded>.content{background:#b8d0f8}.journalStatistic .monthItem.expanded>.content .arrow:after{transform:rotate(-180deg)}.journalStatistic .monthItem.expanded .journalList{display:block}.journalStatistic .monthItem>.content{background:#f9f9f9}.journalStatistic .monthItem>.content:hover{background:#b8d0f8;cursor:pointer}.journalStatistic .monthItem>.content>div{display:table-cell;padding:10px 0;font-size:14px;font-weight:700;color:#000}.journalStatistic .monthItem>.content>div.month{width:110px;padding-left:10px}.journalStatistic .monthItem>.content>div.arrow{font-family:icomoon!important;font-size:8px;color:#9b9696;width:37px}.journalStatistic .monthItem>.content>div.arrow:after{display:inline-block;content:"\e90f";transition:all .3s ease-out}.journalStatistic .monthItem>.content>div.notUnique{width:70px}.journalStatistic .monthItem>.content>div.unique{width:70px}@media only screen and (max-width:599px){.journalStatistic .monthItem>.content>div.unique{width:50px}}.journalStatistic .journalItem{border-bottom:1px solid #fff}.journalStatistic .journalItem:first-of-type{border-top:1px solid #fff}.journalStatistic .journalItem.expanded>.content{background:#eaeaea}.journalStatistic .journalItem.expanded>.content .numberOfUsers:after{transform:rotate(-180deg)}.journalStatistic .journalItem.expanded .usersList{display:block}@media only screen and (max-width:599px){.journalStatistic .journalItem{padding-left:5px}}.journalStatistic .journalItem>.content{background:#f9f9f9}.journalStatistic .journalItem>.content:hover{background:#eaeaea;cursor:pointer}.journalStatistic .journalItem>.content>div{display:table-cell;vertical-align:middle}.journalStatistic .journalItem>.content>div.image img{width:45px}.journalStatistic .journalItem>.content>div.article{padding:5px 10px 5px 10px;font-size:14px;line-height:1.4;color:#000}.journalStatistic .journalItem>.content>div.article span{color:#22229c}.journalStatistic .journalItem>.content>div.article span a{font-size:14px}.journalStatistic .journalItem>.content>div.title{padding:0 10px;width:250px;color:#818181;font-size:14px;font-weight:700;box-sizing:border-box}.journalStatistic .journalItem>.content>div.count{position:relative;box-sizing:border-box;width:70px;padding-right:25px;color:#505050;font-size:14px;font-weight:700}.journalStatistic .journalItem>.content>div.numberOfUsers{position:relative;box-sizing:border-box;width:107px;padding-right:45px;color:#505050;font-size:14px;font-weight:700}.journalStatistic .journalItem>.content>div.numberOfUsers:after{position:absolute;right:0;top:50%;display:inline-block;margin-top:-4px;margin-right:20px;content:"\e90f";font-family:icomoon!important;font-size:8px;color:#9b9696;transition:all .3s ease-out}@media only screen and (max-width:599px){.journalStatistic .journalItem>.content>div.numberOfUsers:after{margin-right:10px}}@media only screen and (max-width:599px){.journalStatistic .journalItem>.content>div.numberOfUsers{width:40px}}.journalStatistic .usersList{padding-left:40px;display:none}@media only screen and (max-width:599px){.journalStatistic .usersList{padding-left:5px}}.journalStatistic .usersList header>div{color:#999}.journalStatistic .usersList header>div.name{width:200px;padding-left:20px}@media only screen and (max-width:599px){.journalStatistic .usersList header>div.name{padding-left:0}}.journalStatistic .usersList header>div.country{width:80px}.journalStatistic .usersList header>div.position{width:85px}.journalStatistic .usersList header>div.specialty{width:290px}.journalStatistic .usersList header>div.title{width:50px}.journalStatistic .usersList .userItem{display:table;width:100%;border-bottom:1px solid #e5e5e5}.journalStatistic .usersList .userItem div{display:table-cell;padding:10px 0;font-size:14px}.journalStatistic .usersList .userItem div.name{width:200px;padding-left:20px;font-weight:700}@media only screen and (max-width:599px){.journalStatistic .usersList .userItem div.name{padding-left:0}}.journalStatistic .usersList .userItem div.country{width:80px}.journalStatistic .usersList .userItem div.position{width:85px}.journalStatistic .usersList .userItem div.specialty{width:290px}.journalStatistic .usersList .userItem div.title{width:50px}.sd-box{--sd-box-background-color:#EFEFF4;--sd-box-color:#878787}.night-mode .sd-box{--sd-box-background-color:#464646;--sd-box-color:#999999}.sd-box{background-color:var(--sd-box-background-color);height:50%;padding:10px;display:flex;align-items:center;width:30px;cursor:pointer}.sd-box a{background-color:var(--sd-box-background-color);color:#878787;font-size:27px;text-decoration:none}.sd-box.prev_decade{clear:right;margin-top:1px}.sd-box:hover{opacity:.7}.journal-tooltip{display:inline-block;padding:10px;width:245px}.journal-tooltip .image{float:left;border:1px solid #ccc;width:45px;margin-right:10px}.journal-tooltip div.text{float:left;max-width:170px}.journal-tooltip div.text .title{float:left;max-width:170px}.journal-tooltip div.text .users{float:left;clear:both;margin-top:8px}.taggedContentWrapper .taggedHeader{padding:15px 0 20px 0;overflow:hidden}.taggedContentWrapper .taggedHeader h1{font-size:30px;float:left}.taggedContentWrapper .taggedHeader .clearAll{margin-top:0}.taggedContentWrapper .taggedSection{overflow:auto}.taggedContentWrapper article{overflow:hidden}.taggedContentWrapper .updateBtn{display:inline-block;float:right;height:40px;margin-top:20px;margin-left:10px;padding:5px 10px;min-width:140px;text-align:center;font-size:14px;text-decoration:none;line-height:30px;color:#fff;background-color:#6989bd;vertical-align:middle;border-radius:2px;transition:background-color linear .25s}.taggedContentWrapper .updateBtn:hover{background-color:#5b759e}.taggedContentWrapper .clearAll{display:inline-block;float:right;height:40px;margin-top:20px;margin-left:10px;padding:5px 10px;min-width:140px;text-align:center;font-size:14px;text-decoration:none;line-height:30px;color:#fff;background-color:#7da2dd;vertical-align:middle;border-radius:2px;transition:background-color linear .25s}.taggedContentWrapper .clearAll:hover{background-color:#6989bd}.taggedContentWrapper section{padding-bottom:15px}.taggedContentWrapper section.tagged-technique{display:none}.Orthopaedics .taggedContentWrapper section.tagged-technique{display:block}.taggedContentWrapper section header{margin-bottom:1px}.taggedContentWrapper section header a{padding-left:0}.taggedContentWrapper section header i{margin-right:10px;width:35px;height:35px;line-height:35px;font-size:15px;background:#d7d7d7;vertical-align:top;text-align:center}.taggedContentWrapper table{width:100%}@media only screen and (max-width:1023px){.taggedContentWrapper table{width:auto}}.taggedContentWrapper .articles-table .hover-wraper:hover,.taggedContentWrapper .notes-table .hover-wraper:hover,.taggedContentWrapper .questions-table .hover-wraper:hover,.taggedContentWrapper .tgs-table .hover-wraper:hover,.taggedContentWrapper .topics-table .hover-wraper:hover{background:var(--blue-background-color)}.taggedContentWrapper thead{background:var(--second-background-color)}.taggedContentWrapper th{position:relative;padding:5px 0;color:#898989;font-size:12px;cursor:pointer;border-bottom:1px solid var(--separator-color)}.taggedContentWrapper th.id{width:90px;padding-right:10px}.taggedContentWrapper th.code{width:80px;text-align:center;padding-right:10px}.taggedContentWrapper th.isTagged{min-width:70px;width:70px;text-align:center}.taggedContentWrapper th:first-of-type{padding-left:10px}.taggedContentWrapper th:after{content:'';position:absolute;display:inline-block;width:0;height:0;margin-top:5px;margin-left:5px}.taggedContentWrapper th.headerSortDown:after{border-style:solid;border-width:4px 3.5px 0 3.5px;border-color:#898989 transparent transparent transparent}.taggedContentWrapper th.headerSortUp:after{border-style:solid;border-width:0 3.5px 4px 3.5px;border-color:transparent transparent #898989 transparent}.taggedContentWrapper tr{border-bottom:1px solid var(--separator-color)}.taggedContentWrapper tr td{vertical-align:middle;padding:7px 0}.taggedContentWrapper tr td:first-of-type{padding-left:10px}.taggedContentWrapper tr td.id{padding-right:20px;min-width:100px}.taggedContentWrapper tr td.id a{font-size:14px;color:var(--main-font-color);font-weight:700}.taggedContentWrapper tr td.code{min-width:80px;text-align:center;padding-left:0}.taggedContentWrapper tr td.code a{font-size:14px;color:var(--main-font-color);font-weight:700}.taggedContentWrapper tr td.date,.taggedContentWrapper tr td.specialty,.taggedContentWrapper tr td.topic{color:var(--main-font-color);font-size:14px}.taggedContentWrapper tr td.specialty{white-space:nowrap}.taggedContentWrapper tr td.date{padding-right:20px}.taggedContentWrapper tr td.reinforced{font-size:14px}.taggedContentWrapper tr td.stem{padding-right:20px}.taggedContentWrapper tr td.stem p{width:370px;max-height:3em;line-height:1.5em;overflow:hidden}.taggedContentWrapper tr td.stem img{max-height:16px}.taggedContentWrapper tr td.stem a{color:var(--main-font-color);font-size:14px}.taggedContentWrapper tr td.topic{padding-right:20px}.taggedContentWrapper tr td.topic p{width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:15px}.taggedContentWrapper tr td.topic a{color:var(--main-font-color)}.taggedContentWrapper tr td.specialty{max-width:160px;width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}.taggedContentWrapper tr td.specialty .icon-donut,.taggedContentWrapper tr td.specialty .icon-scalpel{margin-right:8px}.taggedContentWrapper tr td.isTagged{min-width:70px;width:70px;text-align:center}.taggedContentWrapper tr td.author{width:110px;padding-right:20px}.taggedContentWrapper tr td.journal{width:90px;padding-right:20px}.taggedContentWrapper tr td.action{padding-left:10px;padding-right:10px;font-size:14px}.taggedContentWrapper tr td.action .icon.icon-trash{font-size:17px}.taggedContentWrapper .highlights-clear-all-action,.taggedContentWrapper .notes-clear-all-action{margin-bottom:16px}@media only screen and (max-width:599px){.taggedContentWrapper .chapter,.taggedContentWrapper .stem{display:none}}main.eBattles header img{float:left}main.eBattles header .text-wrapper{margin-left:60px;padding-left:10px}main.eBattles header .text-wrapper h4{font-size:14px;color:#7da2dd;padding-bottom:5px}main.eBattles header .text-wrapper h2{font-size:20px;color:#000}main.eBattles header .subInfo{clear:left;overflow:hidden;padding-top:10px;font-size:12px}main.eBattles header .subInfo .author{float:left;background:0 0;color:#666;padding:0;margin:0}main.eBattles header .subInfo .author a{color:#7da2dd;text-decoration:none}main.eBattles header .subInfo .topic{float:right;color:#7da2dd}main.eBattles .statement{margin-top:15px;margin-bottom:5px}main.eBattles .statement h3{width:200px;height:30px;line-height:30px;padding-left:10px;font-size:14px;background:#add99d;color:#fff;text-transform:uppercase}main.eBattles .statement article{padding-top:10px;font-size:14px;color:#333}main.eBattles .evidenceGraph{text-align:center;margin-bottom:50px}main.eBattles .evidenceGraph .graphWrapper{display:inline-block;position:relative}main.eBattles .evidenceGraph .graphWrapper img{max-width:100%}main.eBattles .evidenceGraph .ratings{overflow:hidden;position:absolute;right:0;bottom:57px}main.eBattles .evidenceGraph .ratings .rating{float:left}main.eBattles .evidenceGraph .ratings .rating div{display:inline-block;width:64px;height:51px;background:#f4f4f4;text-align:center;font-size:26px;line-height:50px}main.eBattles .evidenceGraph .ratings .rating div.against{color:#c556cc;margin-right:1px}main.eBattles .evidenceGraph .ratings .rating div.for{color:#5f7ba7}main.eBattles .evidenceGraph .ratings .rate{float:left}main.eBattles .evidenceGraph .ratings .rate a{display:block;width:25px;height:25px;text-align:center;border:1px solid;box-sizing:border-box;cursor:pointer}main.eBattles .evidenceGraph .ratings .rate a.against{margin-bottom:1px;border-color:#c556cc;line-height:16px}main.eBattles .evidenceGraph .ratings .rate a.against i{overflow:hidden;width:15px;font-size:2px;color:#c556cc}main.eBattles .evidenceGraph .ratings .rate a.for{background:#fff;border-color:#7fa4de;line-height:25px}main.eBattles .evidenceGraph .ratings .rate a.for i{color:#7fa4de;font-size:16px}main.eBattles .evidence .filter li{width:auto;padding:0 10px}main.eBattles .evidence .filter li .for{color:#7da2dd}main.eBattles .evidence .filter li .against{color:#c556cc}main.eBattles .evidenceAgainst header h3,main.eBattles .evidenceFor header h3,main.eBattles .evidenceSummary header h3{display:inline-block;width:215px;height:30px;padding:0 10px;line-height:30px;font-size:14px;color:#fff;background:#7da2dd;text-transform:uppercase}main.eBattles .evidenceAgainst header h3 span,main.eBattles .evidenceFor header h3 span,main.eBattles .evidenceSummary header h3 span{float:right;font-size:18px}main.eBattles .evidenceAgainst header a,main.eBattles .evidenceFor header a,main.eBattles .evidenceSummary header a{display:inline-block;margin-left:1px;width:30px;height:30px;box-sizing:border-box;line-height:33px;text-align:center;background:#7fa4de;vertical-align:top}main.eBattles .evidenceAgainst header a i,main.eBattles .evidenceFor header a i,main.eBattles .evidenceSummary header a i{color:#fff}main.eBattles .evidenceAgainst header span,main.eBattles .evidenceFor header span,main.eBattles .evidenceSummary header span{font-size:14px;padding-left:10px;text-transform:uppercase}main.eBattles .evidenceAgainst article,main.eBattles .evidenceFor article,main.eBattles .evidenceSummary article{padding:10px 0 20px 0;font-size:14px;color:#333;line-height:1.2}main.eBattles .evidenceFor header h3{background:#7da2dd}main.eBattles .evidenceFor header a{border:1px solid #7da2dd;background:#fff}main.eBattles .evidenceFor header a i{color:#7da2dd}main.eBattles .evidenceFor header span{color:#7fa4de}main.eBattles .evidenceAgainst header h3{background:#c556cc}main.eBattles .evidenceAgainst header a{border:1px solid #c556cc;background:#fff;line-height:22px}main.eBattles .evidenceAgainst header a i{color:#c556cc;overflow:hidden;width:15px;font-size:2px}main.eBattles .evidenceAgainst header span{color:#c556cc}main.eBattles .evidenceSummary h3{background:#add99d}main.eBattles.edit header input[type=text],main.eBattles.edit header select,main.eBattles.edit header textarea{display:block;width:100%;padding:4px;box-sizing:border-box;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:16px;border:1px solid #ccc;outline:0}main.eBattles.edit header .text-wrapper{margin-right:120px;padding-right:3px}main.eBattles.edit header .text-wrapper label{display:block;margin-bottom:5px;font-size:14px;color:#666}main.eBattles.edit header .text-wrapper .title textarea{height:60px}main.eBattles.edit header .topicIdWrapper{float:right;width:120px}main.eBattles.edit header .topicIdWrapper label{display:block;margin-bottom:5px;font-size:14px;color:#666}main.eBattles.edit header .topicIdWrapper input{margin-bottom:2px}main.eBattles.edit header .topicIdWrapper a{display:block;height:30px;font-size:14px;line-height:30px;text-align:center;color:#fff;background:#909090;text-decoration:none}main.eBattles.edit header .subInfo label{float:left;width:60px;font-size:14px;color:#666}main.eBattles.edit header .subInfo .wrapper{margin-left:60px;margin-right:123px;padding-left:10px;overflow:hidden}main.eBattles.edit header .subInfo .wrapper li{display:block;padding-right:4px;box-sizing:border-box;float:left;width:33.333%}main.eBattles.edit header .subInfo .wrapper li:last-of-type{padding-right:0}main.eBattles.edit header .subInfo .wrapper select{font-size:14px;color:#7da2dd}main.eBattles.edit .addComment textarea,main.eBattles.edit .evidenceAgainst textarea,main.eBattles.edit .evidenceFor textarea,main.eBattles.edit .evidenceSummary textarea,main.eBattles.edit .statement textarea{box-sizing:border-box;width:100%;height:120px;margin-bottom:10px;padding:10px;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:14px;color:#333;border:1px solid #ccc;outline:0}main.eBattles.edit .evidence.evidenceFor .add span.text{background:#7da2dd}main.eBattles.edit .evidence.evidenceAgainst .add span.text{background:#c556cc}main.eBattles.edit .evidence .add{text-decoration:none;overflow:hidden;display:inline-block}main.eBattles.edit .evidence .add span.text{float:left;display:block;box-sizing:border-box;width:250px;height:40px;padding-left:15px;font-size:14px;line-height:40px;color:#fff;text-transform:uppercase;text-decoration:none}main.eBattles.edit .evidence .add span.text i{margin-right:10px;font-size:16px}main.eBattles.edit .evidence .add span.sign{float:left;display:block;box-sizing:border-box;width:40px;height:40px;line-height:40px;vertical-align:top;border:1px solid;text-align:center}main.eBattles.edit .evidence .add span.sign.plus{border-color:#7da2dc}main.eBattles.edit .evidence .add span.sign.plus i{color:#7da2dc;font-size:25px}main.eBattles.edit .evidence .add span.sign.minus{border-color:#c556cc;color:#c556cc;font-size:2px}main.eBattles.edit .evidence .add span.sign i{vertical-align:middle}main.eBattles.edit .evidence .evidenceWrapper{margin:20px 0 30px 0}main.eBattles.edit .evidence .evidenceWrapper .evidenceItem .author{display:inline-block;margin-top:10px;color:#7da2dd;font-size:12px;text-decoration:none}main.eBattles.edit .evidence .evidenceWrapper .evidenceItem .delete i{margin-top:20px;font-size:23px;color:silver}main.eBattles.edit .blockRelease{margin:10px 0}main.eBattles.edit .addComment{padding:0 10px 10px 10px;background:#e8e8e8;margin-bottom:40px}main.eBattles.edit .addComment header{overflow:hidden;padding:10px 0}main.eBattles.edit .addComment header h3{float:left;width:20%;padding:14px 0;font-size:16px;font-weight:700;color:#333}main.eBattles.edit .addComment header .to{float:left;width:40%;padding:8px 0}main.eBattles.edit .addComment header .to span{font-size:12px;color:#333}main.eBattles.edit .addComment header .to select{display:inline-block;width:200px;font-size:12px;color:#666;height:26px;line-height:26px;border:none;outline:0}main.eBattles.edit .addComment header .to .team{text-decoration:none;font-size:12px;color:#5c77a2}main.eBattles.edit .addComment header .options{float:right;overflow:hidden}main.eBattles.edit .addComment header .options li{display:block;float:left;width:120px;margin-bottom:10px}main.eBattles.edit .addComment header .options li:nth-of-type(3){clear:both;margin-bottom:0}main.eBattles.edit .addComment header .options li:nth-of-type(4){margin-bottom:0}main.eBattles.edit .addComment .avatar{float:left}main.eBattles.edit .addComment .content{margin-left:38px}main.eBattles.edit .addComment .content textarea{width:100%;height:90px;margin-bottom:0;border-bottom:none}main.eBattles.edit .addComment .content .addAsset{position:relative;margin-top:-3px;background:#f6f6f6;border:1px solid #ccc;border-top:none;text-align:right}main.eBattles.edit .addComment .content .addAsset ul{display:inline-block;overflow:hidden;vertical-align:top}main.eBattles.edit .addComment .content .addAsset ul li{display:block;float:left;padding:0 15px;border-left:1px solid #fff}main.eBattles.edit .addComment .content .addAsset ul li a{height:40px;line-height:40px;color:#a4a4a4;text-decoration:none}main.eBattles.edit .addComment .content .addAsset ul li i{margin-right:10px;vertical-align:middle}main.eBattles.edit .addComment .content .addAsset ul li i.icon-q{font-size:19px}main.eBattles.edit .addComment .content .controls{margin-top:10px;text-align:right}main.eBattles.edit .addComment .content .controls li{display:inline-block}main.eBattles.edit .addComment .content .controls a{display:block;height:48px;line-height:48px;font-size:16px;text-decoration:none;text-align:center;color:#333}main.eBattles.edit .addComment .content .controls a.save{position:relative;width:265px;margin-left:10px;background:#7085a8;color:#fff}main.eBattles.edit .addComment .content .controls a.save:after{display:inline-block;position:absolute;right:9px;font-family:icomoon;content:"\e910";font-size:9px;color:#fff;transform:rotate(90deg)}main.eBattles.edit .commentItem{margin-bottom:20px}main.eBattles.edit .commentItem.public .content{border:1px solid #79c969}main.eBattles.edit .commentItem.public .public{display:none}main.eBattles.edit .commentItem.private .private{display:none}main.eBattles.edit .commentItem .visibility{float:right}main.eBattles.edit .commentItem .visibility a{font-size:14px;cursor:pointer}main.eBattles.edit .commentItem .visibility a.public{color:#7085a8}main.eBattles.edit .commentItem .visibility a.private{color:#999}main.eBattles.edit .commentItem .visibility a.private i{margin-right:10px}.specialityItem{--specialityItem-progress-color:#544aa6}.night-mode .specialityItem{--specialityItem-progress-color:#a99ffe}@media only screen and (min-width:1300px){.pageWrapper:not(.hide-notes) .dayInfo__title,.pageWrapper:not(.hide-sideMenu) .dayInfo__title{flex-basis:100%}.pageWrapper:not(.hide-notes) .dayInfo_focus,.pageWrapper:not(.hide-sideMenu) .dayInfo_focus{justify-content:flex-start}.pageWrapper:not(.hide-notes) .dayInfo_focus__wrapper,.pageWrapper:not(.hide-sideMenu) .dayInfo_focus__wrapper{margin-top:0;padding:0;text-align:left}}.studyPlanStatus{margin-bottom:40px}.studyPlanStatus ul:after{content:"";display:table;clear:both}.studyPlanStatus li{display:block;float:left;width:33.33%;text-align:center}.studyPlanStatus p{color:#666;font-size:14px;margin-top:15px}.studyplan-specialty-1.selected .specialityItem__wrapper{border:2px solid #f2cc6a}.studyplan-specialty-1 .specialityItem__loading-layout{background-color:#f2cc6a}.studyplan-specialty-1 .specialityItem__day:after{background-color:#f2cc6a}.studyplan-specialty-1 .title{color:#f2cc6a}.studyplan-specialty-1 .specialityNumber{color:#f2cc6a;border-color:#f2cc6a}.specialityList .studyplan-specialty-1{border-left:3px solid #f2cc6a}.studyplan-specialty-1 .speciality-dropdown__background{background-color:#f2cc6a}.studyplan-specialty-1 .speciality-dropdown__day-background{background-color:#f2cc6a}.studyplan-specialty-1 .speciality-dropdown__topic{color:#f2cc6a}.studyplan-specialty-1 .speciality-dropdown__loading-layout{background-color:#f2cc6a}.studyplan-specialty-1 .specialityItem__background{background-color:#f2cc6a}.studyplan-specialty-2.selected .specialityItem__wrapper{border:2px solid #f2a768}.studyplan-specialty-2 .specialityItem__loading-layout{background-color:#f2a768}.studyplan-specialty-2 .specialityItem__day:after{background-color:#f2a768}.studyplan-specialty-2 .title{color:#f2a768}.studyplan-specialty-2 .specialityNumber{color:#f2a768;border-color:#f2a768}.specialityList .studyplan-specialty-2{border-left:3px solid #f2a768}.studyplan-specialty-2 .speciality-dropdown__background{background-color:#f2a768}.studyplan-specialty-2 .speciality-dropdown__day-background{background-color:#f2a768}.studyplan-specialty-2 .speciality-dropdown__topic{color:#f2a768}.studyplan-specialty-2 .speciality-dropdown__loading-layout{background-color:#f2a768}.studyplan-specialty-2 .specialityItem__background{background-color:#f2a768}.studyplan-specialty-3.selected .specialityItem__wrapper{border:2px solid #f26868}.studyplan-specialty-3 .specialityItem__loading-layout{background-color:#f26868}.studyplan-specialty-3 .specialityItem__day:after{background-color:#f26868}.studyplan-specialty-3 .title{color:#f26868}.studyplan-specialty-3 .specialityNumber{color:#f26868;border-color:#f26868}.specialityList .studyplan-specialty-3{border-left:3px solid #f26868}.studyplan-specialty-3 .speciality-dropdown__background{background-color:#f26868}.studyplan-specialty-3 .speciality-dropdown__day-background{background-color:#f26868}.studyplan-specialty-3 .speciality-dropdown__topic{color:#f26868}.studyplan-specialty-3 .speciality-dropdown__loading-layout{background-color:#f26868}.studyplan-specialty-3 .specialityItem__background{background-color:#f26868}.studyplan-specialty-225.selected .specialityItem__wrapper{border:2px solid #f4165f}.studyplan-specialty-225 .specialityItem__loading-layout{background-color:#f4165f}.studyplan-specialty-225 .specialityItem__day:after{background-color:#f4165f}.studyplan-specialty-225 .title{color:#f4165f}.studyplan-specialty-225 .specialityNumber{color:#f4165f;border-color:#f4165f}.specialityList .studyplan-specialty-225{border-left:3px solid #f4165f}.studyplan-specialty-225 .speciality-dropdown__background{background-color:#f4165f}.studyplan-specialty-225 .speciality-dropdown__day-background{background-color:#f4165f}.studyplan-specialty-225 .speciality-dropdown__topic{color:#f4165f}.studyplan-specialty-225 .speciality-dropdown__loading-layout{background-color:#f4165f}.studyplan-specialty-225 .specialityItem__background{background-color:#f4165f}.studyplan-specialty-4.selected .specialityItem__wrapper{border:2px solid #49a5e5}.studyplan-specialty-4 .specialityItem__loading-layout{background-color:#49a5e5}.studyplan-specialty-4 .specialityItem__day:after{background-color:#49a5e5}.studyplan-specialty-4 .title{color:#49a5e5}.studyplan-specialty-4 .specialityNumber{color:#49a5e5;border-color:#49a5e5}.specialityList .studyplan-specialty-4{border-left:3px solid #49a5e5}.studyplan-specialty-4 .speciality-dropdown__background{background-color:#49a5e5}.studyplan-specialty-4 .speciality-dropdown__day-background{background-color:#49a5e5}.studyplan-specialty-4 .speciality-dropdown__topic{color:#49a5e5}.studyplan-specialty-4 .speciality-dropdown__loading-layout{background-color:#49a5e5}.studyplan-specialty-4 .specialityItem__background{background-color:#49a5e5}.studyplan-specialty-5.selected .specialityItem__wrapper{border:2px solid #608fde}.studyplan-specialty-5 .specialityItem__loading-layout{background-color:#608fde}.studyplan-specialty-5 .specialityItem__day:after{background-color:#608fde}.studyplan-specialty-5 .title{color:#608fde}.studyplan-specialty-5 .specialityNumber{color:#608fde;border-color:#608fde}.specialityList .studyplan-specialty-5{border-left:3px solid #608fde}.studyplan-specialty-5 .speciality-dropdown__background{background-color:#608fde}.studyplan-specialty-5 .speciality-dropdown__day-background{background-color:#608fde}.studyplan-specialty-5 .speciality-dropdown__topic{color:#608fde}.studyplan-specialty-5 .speciality-dropdown__loading-layout{background-color:#608fde}.studyplan-specialty-5 .specialityItem__background{background-color:#608fde}.studyplan-specialty-6.selected .specialityItem__wrapper{border:2px solid #8571e7}.studyplan-specialty-6 .specialityItem__loading-layout{background-color:#8571e7}.studyplan-specialty-6 .specialityItem__day:after{background-color:#8571e7}.studyplan-specialty-6 .title{color:#8571e7}.studyplan-specialty-6 .specialityNumber{color:#8571e7;border-color:#8571e7}.specialityList .studyplan-specialty-6{border-left:3px solid #8571e7}.studyplan-specialty-6 .speciality-dropdown__background{background-color:#8571e7}.studyplan-specialty-6 .speciality-dropdown__day-background{background-color:#8571e7}.studyplan-specialty-6 .speciality-dropdown__topic{color:#8571e7}.studyplan-specialty-6 .speciality-dropdown__loading-layout{background-color:#8571e7}.studyplan-specialty-6 .specialityItem__background{background-color:#8571e7}.studyplan-specialty-7.selected .specialityItem__wrapper{border:2px solid #8c5ecc}.studyplan-specialty-7 .specialityItem__loading-layout{background-color:#8c5ecc}.studyplan-specialty-7 .specialityItem__day:after{background-color:#8c5ecc}.studyplan-specialty-7 .title{color:#8c5ecc}.studyplan-specialty-7 .specialityNumber{color:#8c5ecc;border-color:#8c5ecc}.specialityList .studyplan-specialty-7{border-left:3px solid #8c5ecc}.studyplan-specialty-7 .speciality-dropdown__background{background-color:#8c5ecc}.studyplan-specialty-7 .speciality-dropdown__day-background{background-color:#8c5ecc}.studyplan-specialty-7 .speciality-dropdown__topic{color:#8c5ecc}.studyplan-specialty-7 .speciality-dropdown__loading-layout{background-color:#8c5ecc}.studyplan-specialty-7 .specialityItem__background{background-color:#8c5ecc}.studyplan-specialty-8.selected .specialityItem__wrapper{border:2px solid #a264ab}.studyplan-specialty-8 .specialityItem__loading-layout{background-color:#a264ab}.studyplan-specialty-8 .specialityItem__day:after{background-color:#a264ab}.studyplan-specialty-8 .title{color:#a264ab}.studyplan-specialty-8 .specialityNumber{color:#a264ab;border-color:#a264ab}.specialityList .studyplan-specialty-8{border-left:3px solid #a264ab}.studyplan-specialty-8 .speciality-dropdown__background{background-color:#a264ab}.studyplan-specialty-8 .speciality-dropdown__day-background{background-color:#a264ab}.studyplan-specialty-8 .speciality-dropdown__topic{color:#a264ab}.studyplan-specialty-8 .speciality-dropdown__loading-layout{background-color:#a264ab}.studyplan-specialty-8 .specialityItem__background{background-color:#a264ab}.studyplan-specialty-9.selected .specialityItem__wrapper{border:2px solid #5cab91}.studyplan-specialty-9 .specialityItem__loading-layout{background-color:#5cab91}.studyplan-specialty-9 .specialityItem__day:after{background-color:#5cab91}.studyplan-specialty-9 .title{color:#5cab91}.studyplan-specialty-9 .specialityNumber{color:#5cab91;border-color:#5cab91}.specialityList .studyplan-specialty-9{border-left:3px solid #5cab91}.studyplan-specialty-9 .speciality-dropdown__background{background-color:#5cab91}.studyplan-specialty-9 .speciality-dropdown__day-background{background-color:#5cab91}.studyplan-specialty-9 .speciality-dropdown__topic{color:#5cab91}.studyplan-specialty-9 .speciality-dropdown__loading-layout{background-color:#5cab91}.studyplan-specialty-9 .specialityItem__background{background-color:#5cab91}.studyplan-specialty-10.selected .specialityItem__wrapper{border:2px solid #54a14c}.studyplan-specialty-10 .specialityItem__loading-layout{background-color:#54a14c}.studyplan-specialty-10 .specialityItem__day:after{background-color:#54a14c}.studyplan-specialty-10 .title{color:#54a14c}.studyplan-specialty-10 .specialityNumber{color:#54a14c;border-color:#54a14c}.specialityList .studyplan-specialty-10{border-left:3px solid #54a14c}.studyplan-specialty-10 .speciality-dropdown__background{background-color:#54a14c}.studyplan-specialty-10 .speciality-dropdown__day-background{background-color:#54a14c}.studyplan-specialty-10 .speciality-dropdown__topic{color:#54a14c}.studyplan-specialty-10 .speciality-dropdown__loading-layout{background-color:#54a14c}.studyplan-specialty-10 .specialityItem__background{background-color:#54a14c}.studyplan-specialty-11.selected .specialityItem__wrapper{border:2px solid #89b871}.studyplan-specialty-11 .specialityItem__loading-layout{background-color:#89b871}.studyplan-specialty-11 .specialityItem__day:after{background-color:#89b871}.studyplan-specialty-11 .title{color:#89b871}.studyplan-specialty-11 .specialityNumber{color:#89b871;border-color:#89b871}.specialityList .studyplan-specialty-11{border-left:3px solid #89b871}.studyplan-specialty-11 .speciality-dropdown__background{background-color:#89b871}.studyplan-specialty-11 .speciality-dropdown__day-background{background-color:#89b871}.studyplan-specialty-11 .speciality-dropdown__topic{color:#89b871}.studyplan-specialty-11 .speciality-dropdown__loading-layout{background-color:#89b871}.studyplan-specialty-11 .specialityItem__background{background-color:#89b871}.studyplan-specialty-12.selected .specialityItem__wrapper{border:2px solid #89b871}.studyplan-specialty-12 .specialityItem__loading-layout{background-color:#89b871}.studyplan-specialty-12 .specialityItem__day:after{background-color:#89b871}.studyplan-specialty-12 .title{color:#89b871}.studyplan-specialty-12 .specialityNumber{color:#89b871;border-color:#89b871}.specialityList .studyplan-specialty-12{border-left:3px solid #89b871}.studyplan-specialty-12 .speciality-dropdown__background{background-color:#89b871}.studyplan-specialty-12 .speciality-dropdown__day-background{background-color:#89b871}.studyplan-specialty-12 .speciality-dropdown__topic{color:#89b871}.studyplan-specialty-12 .speciality-dropdown__loading-layout{background-color:#89b871}.studyplan-specialty-12 .specialityItem__background{background-color:#89b871}.studyplan-specialty-13.selected .specialityItem__wrapper{border:2px solid #8d8d8d}.studyplan-specialty-13 .specialityItem__loading-layout{background-color:#8d8d8d}.studyplan-specialty-13 .specialityItem__day:after{background-color:#8d8d8d}.studyplan-specialty-13 .title{color:#8d8d8d}.studyplan-specialty-13 .specialityNumber{color:#8d8d8d;border-color:#8d8d8d}.specialityList .studyplan-specialty-13{border-left:3px solid #8d8d8d}.studyplan-specialty-13 .speciality-dropdown__background{background-color:#8d8d8d}.studyplan-specialty-13 .speciality-dropdown__day-background{background-color:#8d8d8d}.studyplan-specialty-13 .speciality-dropdown__topic{color:#8d8d8d}.studyplan-specialty-13 .speciality-dropdown__loading-layout{background-color:#8d8d8d}.studyplan-specialty-13 .specialityItem__background{background-color:#8d8d8d}.studyplan-specialty-14.selected .specialityItem__wrapper{border:2px solid #f2cc6a}.studyplan-specialty-14 .specialityItem__loading-layout{background-color:#f2cc6a}.studyplan-specialty-14 .specialityItem__day:after{background-color:#f2cc6a}.studyplan-specialty-14 .title{color:#f2cc6a}.studyplan-specialty-14 .specialityNumber{color:#f2cc6a;border-color:#f2cc6a}.specialityList .studyplan-specialty-14{border-left:3px solid #f2cc6a}.studyplan-specialty-14 .speciality-dropdown__background{background-color:#f2cc6a}.studyplan-specialty-14 .speciality-dropdown__day-background{background-color:#f2cc6a}.studyplan-specialty-14 .speciality-dropdown__topic{color:#f2cc6a}.studyplan-specialty-14 .speciality-dropdown__loading-layout{background-color:#f2cc6a}.studyplan-specialty-14 .specialityItem__background{background-color:#f2cc6a}.studyplan-specialty-15.selected .specialityItem__wrapper{border:2px solid #f1bf6a}.studyplan-specialty-15 .specialityItem__loading-layout{background-color:#f1bf6a}.studyplan-specialty-15 .specialityItem__day:after{background-color:#f1bf6a}.studyplan-specialty-15 .title{color:#f1bf6a}.studyplan-specialty-15 .specialityNumber{color:#f1bf6a;border-color:#f1bf6a}.specialityList .studyplan-specialty-15{border-left:3px solid #f1bf6a}.studyplan-specialty-15 .speciality-dropdown__background{background-color:#f1bf6a}.studyplan-specialty-15 .speciality-dropdown__day-background{background-color:#f1bf6a}.studyplan-specialty-15 .speciality-dropdown__topic{color:#f1bf6a}.studyplan-specialty-15 .speciality-dropdown__loading-layout{background-color:#f1bf6a}.studyplan-specialty-15 .specialityItem__background{background-color:#f1bf6a}.studyplan-specialty-16.selected .specialityItem__wrapper{border:2px solid #f26868}.studyplan-specialty-16 .specialityItem__loading-layout{background-color:#f26868}.studyplan-specialty-16 .specialityItem__day:after{background-color:#f26868}.studyplan-specialty-16 .title{color:#f26868}.studyplan-specialty-16 .specialityNumber{color:#f26868;border-color:#f26868}.specialityList .studyplan-specialty-16{border-left:3px solid #f26868}.studyplan-specialty-16 .speciality-dropdown__background{background-color:#f26868}.studyplan-specialty-16 .speciality-dropdown__day-background{background-color:#f26868}.studyplan-specialty-16 .speciality-dropdown__topic{color:#f26868}.studyplan-specialty-16 .speciality-dropdown__loading-layout{background-color:#f26868}.studyplan-specialty-16 .specialityItem__background{background-color:#f26868}.studyplan-specialty-17.selected .specialityItem__wrapper{border:2px solid #f2a768}.studyplan-specialty-17 .specialityItem__loading-layout{background-color:#f2a768}.studyplan-specialty-17 .specialityItem__day:after{background-color:#f2a768}.studyplan-specialty-17 .title{color:#f2a768}.studyplan-specialty-17 .specialityNumber{color:#f2a768;border-color:#f2a768}.specialityList .studyplan-specialty-17{border-left:3px solid #f2a768}.studyplan-specialty-17 .speciality-dropdown__background{background-color:#f2a768}.studyplan-specialty-17 .speciality-dropdown__day-background{background-color:#f2a768}.studyplan-specialty-17 .speciality-dropdown__topic{color:#f2a768}.studyplan-specialty-17 .speciality-dropdown__loading-layout{background-color:#f2a768}.studyplan-specialty-17 .specialityItem__background{background-color:#f2a768}.studyplan-specialty-18.selected .specialityItem__wrapper{border:2px solid #49a5e5}.studyplan-specialty-18 .specialityItem__loading-layout{background-color:#49a5e5}.studyplan-specialty-18 .specialityItem__day:after{background-color:#49a5e5}.studyplan-specialty-18 .title{color:#49a5e5}.studyplan-specialty-18 .specialityNumber{color:#49a5e5;border-color:#49a5e5}.specialityList .studyplan-specialty-18{border-left:3px solid #49a5e5}.studyplan-specialty-18 .speciality-dropdown__background{background-color:#49a5e5}.studyplan-specialty-18 .speciality-dropdown__day-background{background-color:#49a5e5}.studyplan-specialty-18 .speciality-dropdown__topic{color:#49a5e5}.studyplan-specialty-18 .speciality-dropdown__loading-layout{background-color:#49a5e5}.studyplan-specialty-18 .specialityItem__background{background-color:#49a5e5}.studyplan-specialty-19.selected .specialityItem__wrapper{border:2px solid #608fde}.studyplan-specialty-19 .specialityItem__loading-layout{background-color:#608fde}.studyplan-specialty-19 .specialityItem__day:after{background-color:#608fde}.studyplan-specialty-19 .title{color:#608fde}.studyplan-specialty-19 .specialityNumber{color:#608fde;border-color:#608fde}.specialityList .studyplan-specialty-19{border-left:3px solid #608fde}.studyplan-specialty-19 .speciality-dropdown__background{background-color:#608fde}.studyplan-specialty-19 .speciality-dropdown__day-background{background-color:#608fde}.studyplan-specialty-19 .speciality-dropdown__topic{color:#608fde}.studyplan-specialty-19 .speciality-dropdown__loading-layout{background-color:#608fde}.studyplan-specialty-19 .specialityItem__background{background-color:#608fde}.studyplan-specialty-21.selected .specialityItem__wrapper{border:2px solid #8571e7}.studyplan-specialty-21 .specialityItem__loading-layout{background-color:#8571e7}.studyplan-specialty-21 .specialityItem__day:after{background-color:#8571e7}.studyplan-specialty-21 .title{color:#8571e7}.studyplan-specialty-21 .specialityNumber{color:#8571e7;border-color:#8571e7}.specialityList .studyplan-specialty-21{border-left:3px solid #8571e7}.studyplan-specialty-21 .speciality-dropdown__background{background-color:#8571e7}.studyplan-specialty-21 .speciality-dropdown__day-background{background-color:#8571e7}.studyplan-specialty-21 .speciality-dropdown__topic{color:#8571e7}.studyplan-specialty-21 .speciality-dropdown__loading-layout{background-color:#8571e7}.studyplan-specialty-21 .specialityItem__background{background-color:#8571e7}.studyplan-specialty-22.selected .specialityItem__wrapper{border:2px solid #8c5ecc}.studyplan-specialty-22 .specialityItem__loading-layout{background-color:#8c5ecc}.studyplan-specialty-22 .specialityItem__day:after{background-color:#8c5ecc}.studyplan-specialty-22 .title{color:#8c5ecc}.studyplan-specialty-22 .specialityNumber{color:#8c5ecc;border-color:#8c5ecc}.specialityList .studyplan-specialty-22{border-left:3px solid #8c5ecc}.studyplan-specialty-22 .speciality-dropdown__background{background-color:#8c5ecc}.studyplan-specialty-22 .speciality-dropdown__day-background{background-color:#8c5ecc}.studyplan-specialty-22 .speciality-dropdown__topic{color:#8c5ecc}.studyplan-specialty-22 .speciality-dropdown__loading-layout{background-color:#8c5ecc}.studyplan-specialty-22 .specialityItem__background{background-color:#8c5ecc}.studyplan-specialty-23.selected .specialityItem__wrapper{border:2px solid #f19368}.studyplan-specialty-23 .specialityItem__loading-layout{background-color:#f19368}.studyplan-specialty-23 .specialityItem__day:after{background-color:#f19368}.studyplan-specialty-23 .title{color:#f19368}.studyplan-specialty-23 .specialityNumber{color:#f19368;border-color:#f19368}.specialityList .studyplan-specialty-23{border-left:3px solid #f19368}.studyplan-specialty-23 .speciality-dropdown__background{background-color:#f19368}.studyplan-specialty-23 .speciality-dropdown__day-background{background-color:#f19368}.studyplan-specialty-23 .speciality-dropdown__topic{color:#f19368}.studyplan-specialty-23 .speciality-dropdown__loading-layout{background-color:#f19368}.studyplan-specialty-23 .specialityItem__background{background-color:#f19368}.studyplan-specialty-24.selected .specialityItem__wrapper{border:2px solid #5f91e1}.studyplan-specialty-24 .specialityItem__loading-layout{background-color:#5f91e1}.studyplan-specialty-24 .specialityItem__day:after{background-color:#5f91e1}.studyplan-specialty-24 .title{color:#5f91e1}.studyplan-specialty-24 .specialityNumber{color:#5f91e1;border-color:#5f91e1}.specialityList .studyplan-specialty-24{border-left:3px solid #5f91e1}.studyplan-specialty-24 .speciality-dropdown__background{background-color:#5f91e1}.studyplan-specialty-24 .speciality-dropdown__day-background{background-color:#5f91e1}.studyplan-specialty-24 .speciality-dropdown__topic{color:#5f91e1}.studyplan-specialty-24 .speciality-dropdown__loading-layout{background-color:#5f91e1}.studyplan-specialty-24 .specialityItem__background{background-color:#5f91e1}.studyplan-specialty-25.selected .specialityItem__wrapper{border:2px solid #f6516a}.studyplan-specialty-25 .specialityItem__loading-layout{background-color:#f6516a}.studyplan-specialty-25 .specialityItem__day:after{background-color:#f6516a}.studyplan-specialty-25 .title{color:#f6516a}.studyplan-specialty-25 .specialityNumber{color:#f6516a;border-color:#f6516a}.specialityList .studyplan-specialty-25{border-left:3px solid #f6516a}.studyplan-specialty-25 .speciality-dropdown__background{background-color:#f6516a}.studyplan-specialty-25 .speciality-dropdown__day-background{background-color:#f6516a}.studyplan-specialty-25 .speciality-dropdown__topic{color:#f6516a}.studyplan-specialty-25 .speciality-dropdown__loading-layout{background-color:#f6516a}.studyplan-specialty-25 .specialityItem__background{background-color:#f6516a}.studyplan-specialty-26.selected .specialityItem__wrapper{border:2px solid #a264ab}.studyplan-specialty-26 .specialityItem__loading-layout{background-color:#a264ab}.studyplan-specialty-26 .specialityItem__day:after{background-color:#a264ab}.studyplan-specialty-26 .title{color:#a264ab}.studyplan-specialty-26 .specialityNumber{color:#a264ab;border-color:#a264ab}.specialityList .studyplan-specialty-26{border-left:3px solid #a264ab}.studyplan-specialty-26 .speciality-dropdown__background{background-color:#a264ab}.studyplan-specialty-26 .speciality-dropdown__day-background{background-color:#a264ab}.studyplan-specialty-26 .speciality-dropdown__topic{color:#a264ab}.studyplan-specialty-26 .speciality-dropdown__loading-layout{background-color:#a264ab}.studyplan-specialty-26 .specialityItem__background{background-color:#a264ab}.studyplan-specialty-27.selected .specialityItem__wrapper{border:2px solid #7378d7}.studyplan-specialty-27 .specialityItem__loading-layout{background-color:#7378d7}.studyplan-specialty-27 .specialityItem__day:after{background-color:#7378d7}.studyplan-specialty-27 .title{color:#7378d7}.studyplan-specialty-27 .specialityNumber{color:#7378d7;border-color:#7378d7}.specialityList .studyplan-specialty-27{border-left:3px solid #7378d7}.studyplan-specialty-27 .speciality-dropdown__background{background-color:#7378d7}.studyplan-specialty-27 .speciality-dropdown__day-background{background-color:#7378d7}.studyplan-specialty-27 .speciality-dropdown__topic{color:#7378d7}.studyplan-specialty-27 .speciality-dropdown__loading-layout{background-color:#7378d7}.studyplan-specialty-27 .specialityItem__background{background-color:#7378d7}.studyplan-specialty-28.selected .specialityItem__wrapper{border:2px solid #5cab91}.studyplan-specialty-28 .specialityItem__loading-layout{background-color:#5cab91}.studyplan-specialty-28 .specialityItem__day:after{background-color:#5cab91}.studyplan-specialty-28 .title{color:#5cab91}.studyplan-specialty-28 .specialityNumber{color:#5cab91;border-color:#5cab91}.specialityList .studyplan-specialty-28{border-left:3px solid #5cab91}.studyplan-specialty-28 .speciality-dropdown__background{background-color:#5cab91}.studyplan-specialty-28 .speciality-dropdown__day-background{background-color:#5cab91}.studyplan-specialty-28 .speciality-dropdown__topic{color:#5cab91}.studyplan-specialty-28 .speciality-dropdown__loading-layout{background-color:#5cab91}.studyplan-specialty-28 .specialityItem__background{background-color:#5cab91}.studyplan-specialty-29.selected .specialityItem__wrapper{border:2px solid #9259dd}.studyplan-specialty-29 .specialityItem__loading-layout{background-color:#9259dd}.studyplan-specialty-29 .specialityItem__day:after{background-color:#9259dd}.studyplan-specialty-29 .title{color:#9259dd}.studyplan-specialty-29 .specialityNumber{color:#9259dd;border-color:#9259dd}.specialityList .studyplan-specialty-29{border-left:3px solid #9259dd}.studyplan-specialty-29 .speciality-dropdown__background{background-color:#9259dd}.studyplan-specialty-29 .speciality-dropdown__day-background{background-color:#9259dd}.studyplan-specialty-29 .speciality-dropdown__topic{color:#9259dd}.studyplan-specialty-29 .speciality-dropdown__loading-layout{background-color:#9259dd}.studyplan-specialty-29 .specialityItem__background{background-color:#9259dd}.studyplan-specialty-123.selected .specialityItem__wrapper{border:2px solid #f2cc6a}.studyplan-specialty-123 .specialityItem__loading-layout{background-color:#f2cc6a}.studyplan-specialty-123 .specialityItem__day:after{background-color:#f2cc6a}.studyplan-specialty-123 .title{color:#f2cc6a}.studyplan-specialty-123 .specialityNumber{color:#f2cc6a;border-color:#f2cc6a}.specialityList .studyplan-specialty-123{border-left:3px solid #f2cc6a}.studyplan-specialty-123 .speciality-dropdown__background{background-color:#f2cc6a}.studyplan-specialty-123 .speciality-dropdown__day-background{background-color:#f2cc6a}.studyplan-specialty-123 .speciality-dropdown__topic{color:#f2cc6a}.studyplan-specialty-123 .speciality-dropdown__loading-layout{background-color:#f2cc6a}.studyplan-specialty-123 .specialityItem__background{background-color:#f2cc6a}.studyplan-specialty-101.selected .specialityItem__wrapper{border:2px solid #a264ab}.studyplan-specialty-101 .specialityItem__loading-layout{background-color:#a264ab}.studyplan-specialty-101 .specialityItem__day:after{background-color:#a264ab}.studyplan-specialty-101 .title{color:#a264ab}.studyplan-specialty-101 .specialityNumber{color:#a264ab;border-color:#a264ab}.specialityList .studyplan-specialty-101{border-left:3px solid #a264ab}.studyplan-specialty-101 .speciality-dropdown__background{background-color:#a264ab}.studyplan-specialty-101 .speciality-dropdown__day-background{background-color:#a264ab}.studyplan-specialty-101 .speciality-dropdown__topic{color:#a264ab}.studyplan-specialty-101 .speciality-dropdown__loading-layout{background-color:#a264ab}.studyplan-specialty-101 .specialityItem__background{background-color:#a264ab}.studyplan-specialty-102.selected .specialityItem__wrapper{border:2px solid #f2a768}.studyplan-specialty-102 .specialityItem__loading-layout{background-color:#f2a768}.studyplan-specialty-102 .specialityItem__day:after{background-color:#f2a768}.studyplan-specialty-102 .title{color:#f2a768}.studyplan-specialty-102 .specialityNumber{color:#f2a768;border-color:#f2a768}.specialityList .studyplan-specialty-102{border-left:3px solid #f2a768}.studyplan-specialty-102 .speciality-dropdown__background{background-color:#f2a768}.studyplan-specialty-102 .speciality-dropdown__day-background{background-color:#f2a768}.studyplan-specialty-102 .speciality-dropdown__topic{color:#f2a768}.studyplan-specialty-102 .speciality-dropdown__loading-layout{background-color:#f2a768}.studyplan-specialty-102 .specialityItem__background{background-color:#f2a768}.studyplan-specialty-103.selected .specialityItem__wrapper{border:2px solid #f26868}.studyplan-specialty-103 .specialityItem__loading-layout{background-color:#f26868}.studyplan-specialty-103 .specialityItem__day:after{background-color:#f26868}.studyplan-specialty-103 .title{color:#f26868}.studyplan-specialty-103 .specialityNumber{color:#f26868;border-color:#f26868}.specialityList .studyplan-specialty-103{border-left:3px solid #f26868}.studyplan-specialty-103 .speciality-dropdown__background{background-color:#f26868}.studyplan-specialty-103 .speciality-dropdown__day-background{background-color:#f26868}.studyplan-specialty-103 .speciality-dropdown__topic{color:#f26868}.studyplan-specialty-103 .speciality-dropdown__loading-layout{background-color:#f26868}.studyplan-specialty-103 .specialityItem__background{background-color:#f26868}.studyplan-specialty-104.selected .specialityItem__wrapper{border:2px solid #49a5e5}.studyplan-specialty-104 .specialityItem__loading-layout{background-color:#49a5e5}.studyplan-specialty-104 .specialityItem__day:after{background-color:#49a5e5}.studyplan-specialty-104 .title{color:#49a5e5}.studyplan-specialty-104 .specialityNumber{color:#49a5e5;border-color:#49a5e5}.specialityList .studyplan-specialty-104{border-left:3px solid #49a5e5}.studyplan-specialty-104 .speciality-dropdown__background{background-color:#49a5e5}.studyplan-specialty-104 .speciality-dropdown__day-background{background-color:#49a5e5}.studyplan-specialty-104 .speciality-dropdown__topic{color:#49a5e5}.studyplan-specialty-104 .speciality-dropdown__loading-layout{background-color:#49a5e5}.studyplan-specialty-104 .specialityItem__background{background-color:#49a5e5}.studyplan-specialty-105.selected .specialityItem__wrapper{border:2px solid #f4165f}.studyplan-specialty-105 .specialityItem__loading-layout{background-color:#f4165f}.studyplan-specialty-105 .specialityItem__day:after{background-color:#f4165f}.studyplan-specialty-105 .title{color:#f4165f}.studyplan-specialty-105 .specialityNumber{color:#f4165f;border-color:#f4165f}.specialityList .studyplan-specialty-105{border-left:3px solid #f4165f}.studyplan-specialty-105 .speciality-dropdown__background{background-color:#f4165f}.studyplan-specialty-105 .speciality-dropdown__day-background{background-color:#f4165f}.studyplan-specialty-105 .speciality-dropdown__topic{color:#f4165f}.studyplan-specialty-105 .speciality-dropdown__loading-layout{background-color:#f4165f}.studyplan-specialty-105 .specialityItem__background{background-color:#f4165f}.studyplan-specialty-106.selected .specialityItem__wrapper{border:2px solid #608fde}.studyplan-specialty-106 .specialityItem__loading-layout{background-color:#608fde}.studyplan-specialty-106 .specialityItem__day:after{background-color:#608fde}.studyplan-specialty-106 .title{color:#608fde}.studyplan-specialty-106 .specialityNumber{color:#608fde;border-color:#608fde}.specialityList .studyplan-specialty-106{border-left:3px solid #608fde}.studyplan-specialty-106 .speciality-dropdown__background{background-color:#608fde}.studyplan-specialty-106 .speciality-dropdown__day-background{background-color:#608fde}.studyplan-specialty-106 .speciality-dropdown__topic{color:#608fde}.studyplan-specialty-106 .speciality-dropdown__loading-layout{background-color:#608fde}.studyplan-specialty-106 .specialityItem__background{background-color:#608fde}.studyplan-specialty-107.selected .specialityItem__wrapper{border:2px solid #8571e7}.studyplan-specialty-107 .specialityItem__loading-layout{background-color:#8571e7}.studyplan-specialty-107 .specialityItem__day:after{background-color:#8571e7}.studyplan-specialty-107 .title{color:#8571e7}.studyplan-specialty-107 .specialityNumber{color:#8571e7;border-color:#8571e7}.specialityList .studyplan-specialty-107{border-left:3px solid #8571e7}.studyplan-specialty-107 .speciality-dropdown__background{background-color:#8571e7}.studyplan-specialty-107 .speciality-dropdown__day-background{background-color:#8571e7}.studyplan-specialty-107 .speciality-dropdown__topic{color:#8571e7}.studyplan-specialty-107 .speciality-dropdown__loading-layout{background-color:#8571e7}.studyplan-specialty-107 .specialityItem__background{background-color:#8571e7}.studyplan-specialty-108.selected .specialityItem__wrapper{border:2px solid #f2cc6a}.studyplan-specialty-108 .specialityItem__loading-layout{background-color:#f2cc6a}.studyplan-specialty-108 .specialityItem__day:after{background-color:#f2cc6a}.studyplan-specialty-108 .title{color:#f2cc6a}.studyplan-specialty-108 .specialityNumber{color:#f2cc6a;border-color:#f2cc6a}.specialityList .studyplan-specialty-108{border-left:3px solid #f2cc6a}.studyplan-specialty-108 .speciality-dropdown__background{background-color:#f2cc6a}.studyplan-specialty-108 .speciality-dropdown__day-background{background-color:#f2cc6a}.studyplan-specialty-108 .speciality-dropdown__topic{color:#f2cc6a}.studyplan-specialty-108 .speciality-dropdown__loading-layout{background-color:#f2cc6a}.studyplan-specialty-108 .specialityItem__background{background-color:#f2cc6a}.studyplan-specialty-109.selected .specialityItem__wrapper{border:2px solid #f19368}.studyplan-specialty-109 .specialityItem__loading-layout{background-color:#f19368}.studyplan-specialty-109 .specialityItem__day:after{background-color:#f19368}.studyplan-specialty-109 .title{color:#f19368}.studyplan-specialty-109 .specialityNumber{color:#f19368;border-color:#f19368}.specialityList .studyplan-specialty-109{border-left:3px solid #f19368}.studyplan-specialty-109 .speciality-dropdown__background{background-color:#f19368}.studyplan-specialty-109 .speciality-dropdown__day-background{background-color:#f19368}.studyplan-specialty-109 .speciality-dropdown__topic{color:#f19368}.studyplan-specialty-109 .speciality-dropdown__loading-layout{background-color:#f19368}.studyplan-specialty-109 .specialityItem__background{background-color:#f19368}.studyplan-specialty-110.selected .specialityItem__wrapper{border:2px solid #f6516a}.studyplan-specialty-110 .specialityItem__loading-layout{background-color:#f6516a}.studyplan-specialty-110 .specialityItem__day:after{background-color:#f6516a}.studyplan-specialty-110 .title{color:#f6516a}.studyplan-specialty-110 .specialityNumber{color:#f6516a;border-color:#f6516a}.specialityList .studyplan-specialty-110{border-left:3px solid #f6516a}.studyplan-specialty-110 .speciality-dropdown__background{background-color:#f6516a}.studyplan-specialty-110 .speciality-dropdown__day-background{background-color:#f6516a}.studyplan-specialty-110 .speciality-dropdown__topic{color:#f6516a}.studyplan-specialty-110 .speciality-dropdown__loading-layout{background-color:#f6516a}.studyplan-specialty-110 .specialityItem__background{background-color:#f6516a}.studyplan-specialty-111.selected .specialityItem__wrapper{border:2px solid #f02e50}.studyplan-specialty-111 .specialityItem__loading-layout{background-color:#f02e50}.studyplan-specialty-111 .specialityItem__day:after{background-color:#f02e50}.studyplan-specialty-111 .title{color:#f02e50}.studyplan-specialty-111 .specialityNumber{color:#f02e50;border-color:#f02e50}.specialityList .studyplan-specialty-111{border-left:3px solid #f02e50}.studyplan-specialty-111 .speciality-dropdown__background{background-color:#f02e50}.studyplan-specialty-111 .speciality-dropdown__day-background{background-color:#f02e50}.studyplan-specialty-111 .speciality-dropdown__topic{color:#f02e50}.studyplan-specialty-111 .speciality-dropdown__loading-layout{background-color:#f02e50}.studyplan-specialty-111 .specialityItem__background{background-color:#f02e50}.studyplan-specialty-112.selected .specialityItem__wrapper{border:2px solid #f58961}.studyplan-specialty-112 .specialityItem__loading-layout{background-color:#f58961}.studyplan-specialty-112 .specialityItem__day:after{background-color:#f58961}.studyplan-specialty-112 .title{color:#f58961}.studyplan-specialty-112 .specialityNumber{color:#f58961;border-color:#f58961}.specialityList .studyplan-specialty-112{border-left:3px solid #f58961}.studyplan-specialty-112 .speciality-dropdown__background{background-color:#f58961}.studyplan-specialty-112 .speciality-dropdown__day-background{background-color:#f58961}.studyplan-specialty-112 .speciality-dropdown__topic{color:#f58961}.studyplan-specialty-112 .speciality-dropdown__loading-layout{background-color:#f58961}.studyplan-specialty-112 .specialityItem__background{background-color:#f58961}.studyplan-specialty-113.selected .specialityItem__wrapper{border:2px solid #5f91e1}.studyplan-specialty-113 .specialityItem__loading-layout{background-color:#5f91e1}.studyplan-specialty-113 .specialityItem__day:after{background-color:#5f91e1}.studyplan-specialty-113 .title{color:#5f91e1}.studyplan-specialty-113 .specialityNumber{color:#5f91e1;border-color:#5f91e1}.specialityList .studyplan-specialty-113{border-left:3px solid #5f91e1}.studyplan-specialty-113 .speciality-dropdown__background{background-color:#5f91e1}.studyplan-specialty-113 .speciality-dropdown__day-background{background-color:#5f91e1}.studyplan-specialty-113 .speciality-dropdown__topic{color:#5f91e1}.studyplan-specialty-113 .speciality-dropdown__loading-layout{background-color:#5f91e1}.studyplan-specialty-113 .specialityItem__background{background-color:#5f91e1}.studyplan-specialty-114.selected .specialityItem__wrapper{border:2px solid #fd3e4a}.studyplan-specialty-114 .specialityItem__loading-layout{background-color:#fd3e4a}.studyplan-specialty-114 .specialityItem__day:after{background-color:#fd3e4a}.studyplan-specialty-114 .title{color:#fd3e4a}.studyplan-specialty-114 .specialityNumber{color:#fd3e4a;border-color:#fd3e4a}.specialityList .studyplan-specialty-114{border-left:3px solid #fd3e4a}.studyplan-specialty-114 .speciality-dropdown__background{background-color:#fd3e4a}.studyplan-specialty-114 .speciality-dropdown__day-background{background-color:#fd3e4a}.studyplan-specialty-114 .speciality-dropdown__topic{color:#fd3e4a}.studyplan-specialty-114 .speciality-dropdown__loading-layout{background-color:#fd3e4a}.studyplan-specialty-114 .specialityItem__background{background-color:#fd3e4a}.studyplan-specialty-115.selected .specialityItem__wrapper{border:2px solid #9259dd}.studyplan-specialty-115 .specialityItem__loading-layout{background-color:#9259dd}.studyplan-specialty-115 .specialityItem__day:after{background-color:#9259dd}.studyplan-specialty-115 .title{color:#9259dd}.studyplan-specialty-115 .specialityNumber{color:#9259dd;border-color:#9259dd}.specialityList .studyplan-specialty-115{border-left:3px solid #9259dd}.studyplan-specialty-115 .speciality-dropdown__background{background-color:#9259dd}.studyplan-specialty-115 .speciality-dropdown__day-background{background-color:#9259dd}.studyplan-specialty-115 .speciality-dropdown__topic{color:#9259dd}.studyplan-specialty-115 .speciality-dropdown__loading-layout{background-color:#9259dd}.studyplan-specialty-115 .specialityItem__background{background-color:#9259dd}.studyplan-specialty-116.selected .specialityItem__wrapper{border:2px solid #8c5ecc}.studyplan-specialty-116 .specialityItem__loading-layout{background-color:#8c5ecc}.studyplan-specialty-116 .specialityItem__day:after{background-color:#8c5ecc}.studyplan-specialty-116 .title{color:#8c5ecc}.studyplan-specialty-116 .specialityNumber{color:#8c5ecc;border-color:#8c5ecc}.specialityList .studyplan-specialty-116{border-left:3px solid #8c5ecc}.studyplan-specialty-116 .speciality-dropdown__background{background-color:#8c5ecc}.studyplan-specialty-116 .speciality-dropdown__day-background{background-color:#8c5ecc}.studyplan-specialty-116 .speciality-dropdown__topic{color:#8c5ecc}.studyplan-specialty-116 .speciality-dropdown__loading-layout{background-color:#8c5ecc}.studyplan-specialty-116 .specialityItem__background{background-color:#8c5ecc}.studyplan-specialty-117.selected .specialityItem__wrapper{border:2px solid #a547d3}.studyplan-specialty-117 .specialityItem__loading-layout{background-color:#a547d3}.studyplan-specialty-117 .specialityItem__day:after{background-color:#a547d3}.studyplan-specialty-117 .title{color:#a547d3}.studyplan-specialty-117 .specialityNumber{color:#a547d3;border-color:#a547d3}.specialityList .studyplan-specialty-117{border-left:3px solid #a547d3}.studyplan-specialty-117 .speciality-dropdown__background{background-color:#a547d3}.studyplan-specialty-117 .speciality-dropdown__day-background{background-color:#a547d3}.studyplan-specialty-117 .speciality-dropdown__topic{color:#a547d3}.studyplan-specialty-117 .speciality-dropdown__loading-layout{background-color:#a547d3}.studyplan-specialty-117 .specialityItem__background{background-color:#a547d3}.studyplan-specialty-118.selected .specialityItem__wrapper{border:2px solid #7378d7}.studyplan-specialty-118 .specialityItem__loading-layout{background-color:#7378d7}.studyplan-specialty-118 .specialityItem__day:after{background-color:#7378d7}.studyplan-specialty-118 .title{color:#7378d7}.studyplan-specialty-118 .specialityNumber{color:#7378d7;border-color:#7378d7}.specialityList .studyplan-specialty-118{border-left:3px solid #7378d7}.studyplan-specialty-118 .speciality-dropdown__background{background-color:#7378d7}.studyplan-specialty-118 .speciality-dropdown__day-background{background-color:#7378d7}.studyplan-specialty-118 .speciality-dropdown__topic{color:#7378d7}.studyplan-specialty-118 .speciality-dropdown__loading-layout{background-color:#7378d7}.studyplan-specialty-118 .specialityItem__background{background-color:#7378d7}.studyplan-specialty-120.selected .specialityItem__wrapper{border:2px solid #daaf55}.studyplan-specialty-120 .specialityItem__loading-layout{background-color:#daaf55}.studyplan-specialty-120 .specialityItem__day:after{background-color:#daaf55}.studyplan-specialty-120 .title{color:#daaf55}.studyplan-specialty-120 .specialityNumber{color:#daaf55;border-color:#daaf55}.specialityList .studyplan-specialty-120{border-left:3px solid #daaf55}.studyplan-specialty-120 .speciality-dropdown__background{background-color:#daaf55}.studyplan-specialty-120 .speciality-dropdown__day-background{background-color:#daaf55}.studyplan-specialty-120 .speciality-dropdown__topic{color:#daaf55}.studyplan-specialty-120 .speciality-dropdown__loading-layout{background-color:#daaf55}.studyplan-specialty-120 .specialityItem__background{background-color:#daaf55}.studyplan-specialty-124.selected .specialityItem__wrapper{border:2px solid #8d8d8d}.studyplan-specialty-124 .specialityItem__loading-layout{background-color:#8d8d8d}.studyplan-specialty-124 .specialityItem__day:after{background-color:#8d8d8d}.studyplan-specialty-124 .title{color:#8d8d8d}.studyplan-specialty-124 .specialityNumber{color:#8d8d8d;border-color:#8d8d8d}.specialityList .studyplan-specialty-124{border-left:3px solid #8d8d8d}.studyplan-specialty-124 .speciality-dropdown__background{background-color:#8d8d8d}.studyplan-specialty-124 .speciality-dropdown__day-background{background-color:#8d8d8d}.studyplan-specialty-124 .speciality-dropdown__topic{color:#8d8d8d}.studyplan-specialty-124 .speciality-dropdown__loading-layout{background-color:#8d8d8d}.studyplan-specialty-124 .specialityItem__background{background-color:#8d8d8d}.studyplan-specialty-201.selected .specialityItem__wrapper{border:2px solid #f2cc6a}.studyplan-specialty-201 .specialityItem__loading-layout{background-color:#f2cc6a}.studyplan-specialty-201 .specialityItem__day:after{background-color:#f2cc6a}.studyplan-specialty-201 .title{color:#f2cc6a}.studyplan-specialty-201 .specialityNumber{color:#f2cc6a;border-color:#f2cc6a}.specialityList .studyplan-specialty-201{border-left:3px solid #f2cc6a}.studyplan-specialty-201 .speciality-dropdown__background{background-color:#f2cc6a}.studyplan-specialty-201 .speciality-dropdown__day-background{background-color:#f2cc6a}.studyplan-specialty-201 .speciality-dropdown__topic{color:#f2cc6a}.studyplan-specialty-201 .speciality-dropdown__loading-layout{background-color:#f2cc6a}.studyplan-specialty-201 .specialityItem__background{background-color:#f2cc6a}.studyplan-specialty-202.selected .specialityItem__wrapper{border:2px solid #daaf55}.studyplan-specialty-202 .specialityItem__loading-layout{background-color:#daaf55}.studyplan-specialty-202 .specialityItem__day:after{background-color:#daaf55}.studyplan-specialty-202 .title{color:#daaf55}.studyplan-specialty-202 .specialityNumber{color:#daaf55;border-color:#daaf55}.specialityList .studyplan-specialty-202{border-left:3px solid #daaf55}.studyplan-specialty-202 .speciality-dropdown__background{background-color:#daaf55}.studyplan-specialty-202 .speciality-dropdown__day-background{background-color:#daaf55}.studyplan-specialty-202 .speciality-dropdown__topic{color:#daaf55}.studyplan-specialty-202 .speciality-dropdown__loading-layout{background-color:#daaf55}.studyplan-specialty-202 .specialityItem__background{background-color:#daaf55}.studyplan-specialty-203.selected .specialityItem__wrapper{border:2px solid #f2a768}.studyplan-specialty-203 .specialityItem__loading-layout{background-color:#f2a768}.studyplan-specialty-203 .specialityItem__day:after{background-color:#f2a768}.studyplan-specialty-203 .title{color:#f2a768}.studyplan-specialty-203 .specialityNumber{color:#f2a768;border-color:#f2a768}.specialityList .studyplan-specialty-203{border-left:3px solid #f2a768}.studyplan-specialty-203 .speciality-dropdown__background{background-color:#f2a768}.studyplan-specialty-203 .speciality-dropdown__day-background{background-color:#f2a768}.studyplan-specialty-203 .speciality-dropdown__topic{color:#f2a768}.studyplan-specialty-203 .speciality-dropdown__loading-layout{background-color:#f2a768}.studyplan-specialty-203 .specialityItem__background{background-color:#f2a768}.studyplan-specialty-204.selected .specialityItem__wrapper{border:2px solid #f19368}.studyplan-specialty-204 .specialityItem__loading-layout{background-color:#f19368}.studyplan-specialty-204 .specialityItem__day:after{background-color:#f19368}.studyplan-specialty-204 .title{color:#f19368}.studyplan-specialty-204 .specialityNumber{color:#f19368;border-color:#f19368}.specialityList .studyplan-specialty-204{border-left:3px solid #f19368}.studyplan-specialty-204 .speciality-dropdown__background{background-color:#f19368}.studyplan-specialty-204 .speciality-dropdown__day-background{background-color:#f19368}.studyplan-specialty-204 .speciality-dropdown__topic{color:#f19368}.studyplan-specialty-204 .speciality-dropdown__loading-layout{background-color:#f19368}.studyplan-specialty-204 .specialityItem__background{background-color:#f19368}.studyplan-specialty-205.selected .specialityItem__wrapper{border:2px solid #f58961}.studyplan-specialty-205 .specialityItem__loading-layout{background-color:#f58961}.studyplan-specialty-205 .specialityItem__day:after{background-color:#f58961}.studyplan-specialty-205 .title{color:#f58961}.studyplan-specialty-205 .specialityNumber{color:#f58961;border-color:#f58961}.specialityList .studyplan-specialty-205{border-left:3px solid #f58961}.studyplan-specialty-205 .speciality-dropdown__background{background-color:#f58961}.studyplan-specialty-205 .speciality-dropdown__day-background{background-color:#f58961}.studyplan-specialty-205 .speciality-dropdown__topic{color:#f58961}.studyplan-specialty-205 .speciality-dropdown__loading-layout{background-color:#f58961}.studyplan-specialty-205 .specialityItem__background{background-color:#f58961}.studyplan-specialty-206.selected .specialityItem__wrapper{border:2px solid #f6516a}.studyplan-specialty-206 .specialityItem__loading-layout{background-color:#f6516a}.studyplan-specialty-206 .specialityItem__day:after{background-color:#f6516a}.studyplan-specialty-206 .title{color:#f6516a}.studyplan-specialty-206 .specialityNumber{color:#f6516a;border-color:#f6516a}.specialityList .studyplan-specialty-206{border-left:3px solid #f6516a}.studyplan-specialty-206 .speciality-dropdown__background{background-color:#f6516a}.studyplan-specialty-206 .speciality-dropdown__day-background{background-color:#f6516a}.studyplan-specialty-206 .speciality-dropdown__topic{color:#f6516a}.studyplan-specialty-206 .speciality-dropdown__loading-layout{background-color:#f6516a}.studyplan-specialty-206 .specialityItem__background{background-color:#f6516a}.studyplan-specialty-207.selected .specialityItem__wrapper{border:2px solid #fd3e4a}.studyplan-specialty-207 .specialityItem__loading-layout{background-color:#fd3e4a}.studyplan-specialty-207 .specialityItem__day:after{background-color:#fd3e4a}.studyplan-specialty-207 .title{color:#fd3e4a}.studyplan-specialty-207 .specialityNumber{color:#fd3e4a;border-color:#fd3e4a}.specialityList .studyplan-specialty-207{border-left:3px solid #fd3e4a}.studyplan-specialty-207 .speciality-dropdown__background{background-color:#fd3e4a}.studyplan-specialty-207 .speciality-dropdown__day-background{background-color:#fd3e4a}.studyplan-specialty-207 .speciality-dropdown__topic{color:#fd3e4a}.studyplan-specialty-207 .speciality-dropdown__loading-layout{background-color:#fd3e4a}.studyplan-specialty-207 .specialityItem__background{background-color:#fd3e4a}.studyplan-specialty-208.selected .specialityItem__wrapper{border:2px solid #f02e50}.studyplan-specialty-208 .specialityItem__loading-layout{background-color:#f02e50}.studyplan-specialty-208 .specialityItem__day:after{background-color:#f02e50}.studyplan-specialty-208 .title{color:#f02e50}.studyplan-specialty-208 .specialityNumber{color:#f02e50;border-color:#f02e50}.specialityList .studyplan-specialty-208{border-left:3px solid #f02e50}.studyplan-specialty-208 .speciality-dropdown__background{background-color:#f02e50}.studyplan-specialty-208 .speciality-dropdown__day-background{background-color:#f02e50}.studyplan-specialty-208 .speciality-dropdown__topic{color:#f02e50}.studyplan-specialty-208 .speciality-dropdown__loading-layout{background-color:#f02e50}.studyplan-specialty-208 .specialityItem__background{background-color:#f02e50}.studyplan-specialty-209.selected .specialityItem__wrapper{border:2px solid #5f91e1}.studyplan-specialty-209 .specialityItem__loading-layout{background-color:#5f91e1}.studyplan-specialty-209 .specialityItem__day:after{background-color:#5f91e1}.studyplan-specialty-209 .title{color:#5f91e1}.studyplan-specialty-209 .specialityNumber{color:#5f91e1;border-color:#5f91e1}.specialityList .studyplan-specialty-209{border-left:3px solid #5f91e1}.studyplan-specialty-209 .speciality-dropdown__background{background-color:#5f91e1}.studyplan-specialty-209 .speciality-dropdown__day-background{background-color:#5f91e1}.studyplan-specialty-209 .speciality-dropdown__topic{color:#5f91e1}.studyplan-specialty-209 .speciality-dropdown__loading-layout{background-color:#5f91e1}.studyplan-specialty-209 .specialityItem__background{background-color:#5f91e1}.studyplan-specialty-210.selected .specialityItem__wrapper{border:2px solid #7378d7}.studyplan-specialty-210 .specialityItem__loading-layout{background-color:#7378d7}.studyplan-specialty-210 .specialityItem__day:after{background-color:#7378d7}.studyplan-specialty-210 .title{color:#7378d7}.studyplan-specialty-210 .specialityNumber{color:#7378d7;border-color:#7378d7}.specialityList .studyplan-specialty-210{border-left:3px solid #7378d7}.studyplan-specialty-210 .speciality-dropdown__background{background-color:#7378d7}.studyplan-specialty-210 .speciality-dropdown__day-background{background-color:#7378d7}.studyplan-specialty-210 .speciality-dropdown__topic{color:#7378d7}.studyplan-specialty-210 .speciality-dropdown__loading-layout{background-color:#7378d7}.studyplan-specialty-210 .specialityItem__background{background-color:#7378d7}.studyplan-specialty-211.selected .specialityItem__wrapper{border:2px solid #9259dd}.studyplan-specialty-211 .specialityItem__loading-layout{background-color:#9259dd}.studyplan-specialty-211 .specialityItem__day:after{background-color:#9259dd}.studyplan-specialty-211 .title{color:#9259dd}.studyplan-specialty-211 .specialityNumber{color:#9259dd;border-color:#9259dd}.specialityList .studyplan-specialty-211{border-left:3px solid #9259dd}.studyplan-specialty-211 .speciality-dropdown__background{background-color:#9259dd}.studyplan-specialty-211 .speciality-dropdown__day-background{background-color:#9259dd}.studyplan-specialty-211 .speciality-dropdown__topic{color:#9259dd}.studyplan-specialty-211 .speciality-dropdown__loading-layout{background-color:#9259dd}.studyplan-specialty-211 .specialityItem__background{background-color:#9259dd}.studyplan-specialty-212.selected .specialityItem__wrapper{border:2px solid #dd093f}.studyplan-specialty-212 .specialityItem__loading-layout{background-color:#dd093f}.studyplan-specialty-212 .specialityItem__day:after{background-color:#dd093f}.studyplan-specialty-212 .title{color:#dd093f}.studyplan-specialty-212 .specialityNumber{color:#dd093f;border-color:#dd093f}.specialityList .studyplan-specialty-212{border-left:3px solid #dd093f}.studyplan-specialty-212 .speciality-dropdown__background{background-color:#dd093f}.studyplan-specialty-212 .speciality-dropdown__day-background{background-color:#dd093f}.studyplan-specialty-212 .speciality-dropdown__topic{color:#dd093f}.studyplan-specialty-212 .speciality-dropdown__loading-layout{background-color:#dd093f}.studyplan-specialty-212 .specialityItem__background{background-color:#dd093f}.studyplan-specialty-213.selected .specialityItem__wrapper{border:2px solid #a547d3}.studyplan-specialty-213 .specialityItem__loading-layout{background-color:#a547d3}.studyplan-specialty-213 .specialityItem__day:after{background-color:#a547d3}.studyplan-specialty-213 .title{color:#a547d3}.studyplan-specialty-213 .specialityNumber{color:#a547d3;border-color:#a547d3}.specialityList .studyplan-specialty-213{border-left:3px solid #a547d3}.studyplan-specialty-213 .speciality-dropdown__background{background-color:#a547d3}.studyplan-specialty-213 .speciality-dropdown__day-background{background-color:#a547d3}.studyplan-specialty-213 .speciality-dropdown__topic{color:#a547d3}.studyplan-specialty-213 .speciality-dropdown__loading-layout{background-color:#a547d3}.studyplan-specialty-213 .specialityItem__background{background-color:#a547d3}.studyplan-specialty-214.selected .specialityItem__wrapper{border:2px solid #a54de5}.studyplan-specialty-214 .specialityItem__loading-layout{background-color:#a54de5}.studyplan-specialty-214 .specialityItem__day:after{background-color:#a54de5}.studyplan-specialty-214 .title{color:#a54de5}.studyplan-specialty-214 .specialityNumber{color:#a54de5;border-color:#a54de5}.specialityList .studyplan-specialty-214{border-left:3px solid #a54de5}.studyplan-specialty-214 .speciality-dropdown__background{background-color:#a54de5}.studyplan-specialty-214 .speciality-dropdown__day-background{background-color:#a54de5}.studyplan-specialty-214 .speciality-dropdown__topic{color:#a54de5}.studyplan-specialty-214 .speciality-dropdown__loading-layout{background-color:#a54de5}.studyplan-specialty-214 .specialityItem__background{background-color:#a54de5}.studyplan-specialty-215.selected .specialityItem__wrapper{border:2px solid #b434dd}.studyplan-specialty-215 .specialityItem__loading-layout{background-color:#b434dd}.studyplan-specialty-215 .specialityItem__day:after{background-color:#b434dd}.studyplan-specialty-215 .title{color:#b434dd}.studyplan-specialty-215 .specialityNumber{color:#b434dd;border-color:#b434dd}.specialityList .studyplan-specialty-215{border-left:3px solid #b434dd}.studyplan-specialty-215 .speciality-dropdown__background{background-color:#b434dd}.studyplan-specialty-215 .speciality-dropdown__day-background{background-color:#b434dd}.studyplan-specialty-215 .speciality-dropdown__topic{color:#b434dd}.studyplan-specialty-215 .speciality-dropdown__loading-layout{background-color:#b434dd}.studyplan-specialty-215 .specialityItem__background{background-color:#b434dd}.studyplan-specialty-216.selected .specialityItem__wrapper{border:2px solid #b74db0}.studyplan-specialty-216 .specialityItem__loading-layout{background-color:#b74db0}.studyplan-specialty-216 .specialityItem__day:after{background-color:#b74db0}.studyplan-specialty-216 .title{color:#b74db0}.studyplan-specialty-216 .specialityNumber{color:#b74db0;border-color:#b74db0}.specialityList .studyplan-specialty-216{border-left:3px solid #b74db0}.studyplan-specialty-216 .speciality-dropdown__background{background-color:#b74db0}.studyplan-specialty-216 .speciality-dropdown__day-background{background-color:#b74db0}.studyplan-specialty-216 .speciality-dropdown__topic{color:#b74db0}.studyplan-specialty-216 .speciality-dropdown__loading-layout{background-color:#b74db0}.studyplan-specialty-216 .specialityItem__background{background-color:#b74db0}.studyplan-specialty-217.selected .specialityItem__wrapper{border:2px solid #cd19e9}.studyplan-specialty-217 .specialityItem__loading-layout{background-color:#cd19e9}.studyplan-specialty-217 .specialityItem__day:after{background-color:#cd19e9}.studyplan-specialty-217 .title{color:#cd19e9}.studyplan-specialty-217 .specialityNumber{color:#cd19e9;border-color:#cd19e9}.specialityList .studyplan-specialty-217{border-left:3px solid #cd19e9}.studyplan-specialty-217 .speciality-dropdown__background{background-color:#cd19e9}.studyplan-specialty-217 .speciality-dropdown__day-background{background-color:#cd19e9}.studyplan-specialty-217 .speciality-dropdown__topic{color:#cd19e9}.studyplan-specialty-217 .speciality-dropdown__loading-layout{background-color:#cd19e9}.studyplan-specialty-217 .specialityItem__background{background-color:#cd19e9}.studyplan-specialty-218.selected .specialityItem__wrapper{border:2px solid #779d97}.studyplan-specialty-218 .specialityItem__loading-layout{background-color:#779d97}.studyplan-specialty-218 .specialityItem__day:after{background-color:#779d97}.studyplan-specialty-218 .title{color:#779d97}.studyplan-specialty-218 .specialityNumber{color:#779d97;border-color:#779d97}.specialityList .studyplan-specialty-218{border-left:3px solid #779d97}.studyplan-specialty-218 .speciality-dropdown__background{background-color:#779d97}.studyplan-specialty-218 .speciality-dropdown__day-background{background-color:#779d97}.studyplan-specialty-218 .speciality-dropdown__topic{color:#779d97}.studyplan-specialty-218 .speciality-dropdown__loading-layout{background-color:#779d97}.studyplan-specialty-218 .specialityItem__background{background-color:#779d97}.studyplan-specialty-219.selected .specialityItem__wrapper{border:2px solid #6e924f}.studyplan-specialty-219 .specialityItem__loading-layout{background-color:#6e924f}.studyplan-specialty-219 .specialityItem__day:after{background-color:#6e924f}.studyplan-specialty-219 .title{color:#6e924f}.studyplan-specialty-219 .specialityNumber{color:#6e924f;border-color:#6e924f}.specialityList .studyplan-specialty-219{border-left:3px solid #6e924f}.studyplan-specialty-219 .speciality-dropdown__background{background-color:#6e924f}.studyplan-specialty-219 .speciality-dropdown__day-background{background-color:#6e924f}.studyplan-specialty-219 .speciality-dropdown__topic{color:#6e924f}.studyplan-specialty-219 .speciality-dropdown__loading-layout{background-color:#6e924f}.studyplan-specialty-219 .specialityItem__background{background-color:#6e924f}.studyplan-specialty-220.selected .specialityItem__wrapper{border:2px solid #d10ecd}.studyplan-specialty-220 .specialityItem__loading-layout{background-color:#d10ecd}.studyplan-specialty-220 .specialityItem__day:after{background-color:#d10ecd}.studyplan-specialty-220 .title{color:#d10ecd}.studyplan-specialty-220 .specialityNumber{color:#d10ecd;border-color:#d10ecd}.specialityList .studyplan-specialty-220{border-left:3px solid #d10ecd}.studyplan-specialty-220 .speciality-dropdown__background{background-color:#d10ecd}.studyplan-specialty-220 .speciality-dropdown__day-background{background-color:#d10ecd}.studyplan-specialty-220 .speciality-dropdown__topic{color:#d10ecd}.studyplan-specialty-220 .speciality-dropdown__loading-layout{background-color:#d10ecd}.studyplan-specialty-220 .specialityItem__background{background-color:#d10ecd}.studyplan-specialty-222.selected .specialityItem__wrapper{border:2px solid #f2cc6a}.studyplan-specialty-222 .specialityItem__loading-layout{background-color:#f2cc6a}.studyplan-specialty-222 .specialityItem__day:after{background-color:#f2cc6a}.studyplan-specialty-222 .title{color:#f2cc6a}.studyplan-specialty-222 .specialityNumber{color:#f2cc6a;border-color:#f2cc6a}.specialityList .studyplan-specialty-222{border-left:3px solid #f2cc6a}.studyplan-specialty-222 .speciality-dropdown__background{background-color:#f2cc6a}.studyplan-specialty-222 .speciality-dropdown__day-background{background-color:#f2cc6a}.studyplan-specialty-222 .speciality-dropdown__topic{color:#f2cc6a}.studyplan-specialty-222 .speciality-dropdown__loading-layout{background-color:#f2cc6a}.studyplan-specialty-222 .specialityItem__background{background-color:#f2cc6a}.studyplan-specialty-223.selected .specialityItem__wrapper{border:2px solid #f26868}.studyplan-specialty-223 .specialityItem__loading-layout{background-color:#f26868}.studyplan-specialty-223 .specialityItem__day:after{background-color:#f26868}.studyplan-specialty-223 .title{color:#f26868}.studyplan-specialty-223 .specialityNumber{color:#f26868;border-color:#f26868}.specialityList .studyplan-specialty-223{border-left:3px solid #f26868}.studyplan-specialty-223 .speciality-dropdown__background{background-color:#f26868}.studyplan-specialty-223 .speciality-dropdown__day-background{background-color:#f26868}.studyplan-specialty-223 .speciality-dropdown__topic{color:#f26868}.studyplan-specialty-223 .speciality-dropdown__loading-layout{background-color:#f26868}.studyplan-specialty-223 .specialityItem__background{background-color:#f26868}.studyplan-specialty-224.selected .specialityItem__wrapper{border:2px solid #8d8d8d}.studyplan-specialty-224 .specialityItem__loading-layout{background-color:#8d8d8d}.studyplan-specialty-224 .specialityItem__day:after{background-color:#8d8d8d}.studyplan-specialty-224 .title{color:#8d8d8d}.studyplan-specialty-224 .specialityNumber{color:#8d8d8d;border-color:#8d8d8d}.specialityList .studyplan-specialty-224{border-left:3px solid #8d8d8d}.studyplan-specialty-224 .speciality-dropdown__background{background-color:#8d8d8d}.studyplan-specialty-224 .speciality-dropdown__day-background{background-color:#8d8d8d}.studyplan-specialty-224 .speciality-dropdown__topic{color:#8d8d8d}.studyplan-specialty-224 .speciality-dropdown__loading-layout{background-color:#8d8d8d}.studyplan-specialty-224 .specialityItem__background{background-color:#8d8d8d}.studyplan-specialty--list{background-color:transparent}.studyplan-specialty--list .specialityItem--dropdown{background-color:transparent}.studyplan-specialty--list .specialityItem--dropdown:hover{background-color:transparent}.studyPlanCalendarHeader{position:relative;padding:0 15px 0 5px;margin-bottom:15px;background-color:var(--second-background-color);text-align:center}@media only screen and (max-width:599px){.studyPlanCalendarHeader{margin-top:48px}}.studyPlanCalendarHeader__link-edit-order{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#7da2dc;transition:color .2s ease;font-size:14px;transition:opacity .2s ease,visibility .2s ease}.studyPlanCalendarHeader__link-edit-order:hover{text-decoration:none;color:#5f7ba6}.studyPlanCalendarHeader__link-edit-order--hidden{opacity:0;visibility:hidden}.studyPlanCalendarHeader__link-edit-order .icon{position:relative;top:-1px;padding-right:5px;vertical-align:middle;font-size:16px}.studyPlanCalendarHeader--simple{display:flex;justify-content:space-between;align-items:flex-start;text-align:right;background-color:transparent}@media only screen and (max-width:599px){.studyPlanCalendarHeader--simple{margin-top:0}}.studyPlanCalendarHeader--simple .month-switcher__today{position:relative;top:7px;right:-15px;transform:none}.studyPlanCalendarHeader--simple .study-plan-search-control{position:relative;left:-15px;top:0}@media only screen and (max-width:1023px){.studyPlanCalendarHeader--simple .study-plan-search-control{top:5px}}.studyPlanCalendarHeader--hidden{display:none}.month-switcher__switcher{position:relative;display:inline-flex;align-items:center;justify-content:space-between;width:250px;margin:0 auto;padding:5px 0}@media only screen and (max-width:1023px){.month-switcher__switcher{width:180px}}.month-switcher__wrapper{position:relative;width:160px;height:30px;border:none;line-height:30px;text-align:center;background-color:transparent;transition:background-color .2s ease;cursor:pointer;outline:0}.month-switcher__wrapper:hover{background-color:var(--fourth-background-color)}.month-switcher__wrapper:hover .month-switcher__item-wrapper:before{visibility:visible;opacity:1}.month-switcher__item{position:absolute;top:0;left:0;right:0;bottom:0;font-weight:700;font-size:16px;color:var(--brand-active-color);text-align:center;transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.month-switcher__item--hidden{visibility:hidden;opacity:0}.month-switcher__item--right{transform:translateX(40px)}.month-switcher__item--left{transform:translateX(-40px)}.month-switcher__item-wrapper{position:relative}.month-switcher__item-wrapper:before{content:'';position:absolute;right:-15px;top:50%;height:0;width:0;border-top:5px solid var(--brand-active-color);border-left:5px solid transparent;border-right:5px solid transparent;transform:translateY(-50%);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.month-switcher__item-wrapper:after{content:'';position:absolute;right:-15px;top:50%;height:0;width:0;border-bottom:5px solid #395685;border-left:5px solid transparent;border-right:5px solid transparent;transform:translateY(-50%);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.month-switcher__control{position:relative;z-index:1;height:30px;width:30px;border:none;background-color:transparent;transition:background-color .2s ease,opacity .2s ease,visibility .2s ease;cursor:pointer}.month-switcher__control:hover{background-color:var(--fourth-background-color)}.month-switcher__control--disabled{opacity:0;visibility:hidden}.month-switcher__arrow{position:relative;top:1px;display:inline-block;width:10px;height:10px;border-top:1px solid #bababa;border-left:1px solid #bababa}.month-switcher__arrow--left{left:3px;transform:rotate(-45deg)}.month-switcher__arrow--right{left:-3px;transform:rotate(135deg)}.month-switcher__dropdown{position:absolute;top:100%;left:50%;z-index:5;width:160px;max-height:150px;overflow-y:auto;margin-left:-80px;box-shadow:0 3px 2px var(--shadow-color);background-color:var(--second-background-color);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.month-switcher__dropdown--visible{opacity:1;visibility:visible}.month-switcher__dropdown-item{display:block;width:100%;padding:7px 5px;border:1px solid transparent;background-color:var(--second-background-color);font-size:14px;text-align:center;transition:background-color .2s ease;cursor:pointer;color:var(--main-font-color)}.month-switcher__dropdown-item:hover{background-color:var(--blue-background-color)}.month-switcher__dropdown-item+.month-switcher__dropdown-item{border-top:1px solid var(--separator-color)}.month-switcher__today{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:#7da2dc;background-color:transparent;border:none;font-size:14px;transition:color .2s ease;cursor:pointer}.month-switcher__today:hover{color:#6584b5}@media only screen and (max-width:599px){.month-switcher__today{top:-24px;right:0}}.month-switcher__icon-today{position:relative;margin-right:3px;vertical-align:middle;font-size:20px}.month-switcher__icon-today-day{position:absolute;top:8px;left:0;right:0;text-align:center;font-size:10px;font-family:Arial,sans-serif;font-weight:700}.month-switcher__today-text{vertical-align:middle}.month-switcher--open:hover .month-switcher__item-wrapper:before{visibility:hidden;opacity:0}.month-switcher--open .month-switcher__item-wrapper:after{visibility:visible;opacity:1}.month-switcher--open .month-switcher__dropdown{visibility:visible;opacity:1}.studyPlanCalendarWrapper{position:relative;margin-bottom:40px}.studyPlanCalendarWrapper .days-of-week-item{text-transform:uppercase;color:#d8d8d8;width:14.28%;height:30px;line-height:30px;font-size:16px;text-align:center;float:left}@media only screen and (max-width:1023px){.studyPlanCalendarWrapper .days-of-week-item{font-size:13px}}.studyPlanCalendarWrapper .days-of-week::after{content:'';clear:both}@media only screen and (max-width:599px){.studyPlanCalendarWrapper .days-of-week{display:none}}.studyPlanCalendar{position:relative}.studyPlanCalendar__week{font-size:0}.studyPlanCalendar__week--right{text-align:right}@media only screen and (max-width:599px){.studyPlanCalendar__week--right{text-align:left}}.studyPlanCalendar__week.clearfix:after,.studyPlanCalendar__week.clearfix:before{content:none}@media only screen and (max-width:599px){.studyPlanCalendar{margin-top:10px}}.studyPlanCalendar:after{content:"";display:table;clear:both}.tryRemoveDay{padding:4px;border:1px solid #ccc;background-color:rgba(255,255,255,.85);border-radius:5px 0 0 0;color:#333;position:absolute;bottom:0;right:0}.tryRemoveDay:hover{background-color:#fff;border-color:#888}.removeDayConfirmation{z-index:3;position:absolute;bottom:0;right:0}.removeDayConfirmation span{background-color:rgba(255,255,255,.85);display:inline-block;padding:4px;color:#333;border:1px solid #ccc;float:right}.removeDayConfirmation span :last-child{border-right:none;border-radius:5px 0 0 0}.removeDayConfirmation span :hover{background-color:#fff;border-color:#888}.removeSpecConfirmation{display:block}.removeSpecAccept,.removeSpecCancel{display:block;height:25px;line-height:25px}.removeSpecAccept{line-height:30px;border-bottom:1px solid #fff;border-radius:0 10px 0 0}.removeSpecCancel{border-radius:0 0 10px 0}.calendar-bg-0{background-color:#7fffd4}.calendar-bg-1{background-color:#faebd7}.calendar-bg-2{background-color:azure}.calendar-control-item-sign{font-size:30px;display:block}.specialityGroup{position:relative;height:0}.specialityGroup--hidden .specialityItem__wrapper{display:none}.specialityGroup.additionalSpeciality .specialityItem{border-bottom:3px solid #82a8e8}@media only screen and (max-width:599px){.specialityGroup:before{content:'';display:block;position:absolute;height:1px;width:100%;background:#fff;bottom:0}.specialityGroup:after{content:"";display:table;clear:both}}.additionalSpecialityBlock{position:absolute;z-index:-1;left:-8px;bottom:21px;width:8px;overflow:hidden}@media only screen and (max-width:599px){.additionalSpecialityBlock{display:none}}.additionalSpecialityBlock li{display:block;height:47px;width:10px;border:3px solid #82a8e8;border-bottom:none}.additionalSpecialityBlock li:last-of-type{border-bottom:3px solid #82a8e8}.radial.taskPercent{opacity:0;transition:all .2s ease-out}.radial.taskPercent .percentage{color:#5747a7}.radial.taskPercent.tagged .percentage{top:11px}.radial.taskPercent .complete-mark{opacity:0;position:absolute;height:18px;width:18px;border:2px solid #5747a7;border-radius:100%;top:-6px;left:-6px;transform:rotate(180deg);box-sizing:border-box}@media only screen and (max-width:599px){.radial.taskPercent .complete-mark{left:-4px}}.radial.taskPercent .complete-mark--show{opacity:1}.radial.taskPercent .complete-mark--white{background-color:#fff}.radial.taskPercent .complete-mark .icon{font-size:8px;position:relative;top:1px;left:2px}.studyplan-day-item{align-items:center;display:flex;padding:7px 0;position:relative;width:100%}@media only screen and (max-width:599px){.studyplan-day-item--exam{flex-wrap:wrap;padding:15px 10px 15px 15px}}.studyplan-day-item .item-content{align-items:flex-start;display:flex;width:100%}.studyplan-day-item .item-content div{font-size:14px;margin-right:5px}.studyplan-day-item .item-content div:first-child{margin-right:10px}.studyplan-day-item .item-content div:last-child{margin-right:0}.studyplan-day-item .item-content .item-title{display:flex;flex-direction:column;max-width:93%}.studyplan-day-item .item-content .item-title--additional{color:#bababa}.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels{position:relative}.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels .pgy-levels{display:flex;padding-top:3px}.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels .pgy-levels div{display:flex;margin:0 15px 0 0}.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels .pgy-levels div input{width:15px;margin:0 5px 0 0}.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels .pgy-levels-select-all-button{background-color:#7ca2dc;border:0;color:#fff;font-size:14px;height:28px;left:470px;line-height:28px;padding:0 10px;position:absolute;top:-4px}.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels .pgy-levels-select-all-button:hover{background-color:#7da2dc}.studyplan-day-item .item-content .item-title--inputs{display:flex;justify-content:space-between;height:20px;margin-bottom:0}.studyplan-day-item .item-content .item-title--inputs div{display:flex}.studyplan-day-item .item-content .item-title--inputs div input{height:20px;width:60px}.studyplan-day-item .item-content .item-title--inputs div input[type=checkbox]{height:15px;width:15px}.studyplan-day-item .item-content .item-title div{margin-bottom:5px}.studyplan-day-item .item-content .item-title div:last-child{margin-right:0}.studyplan-day-item .item-content .item-remove-link{background:0 0;background-position:center;position:absolute;top:7px;right:0;transition:color .2s ease;color:#c9c9c9;border:none;font-size:14px;cursor:pointer}.studyplan-day-item .item-content .item-remove-link:hover{color:#676767}.studyplan-day-item.warned{background-color:#ffeaa2}.studyplan-day-item.added{background-color:#d3f3c9}.studyplan-day-item .specialty-progress{z-index:1000}.studyplan-day-item .item-exam-button{padding:0 10px}@media only screen and (max-width:599px){.studyplan-day-item .item-exam-button{margin-top:10px}}.studyplan-day-item .item-exam-button.review{background-color:#f9f9f9!important;text-align:center}.studyplan-day-item .item-exam-button.review:hover{background-color:#f3f3f3!important}.studyplan-day-item .item-min-score{font-size:14px;margin-left:15px}.exams .studyplan-day-item .item-image{margin:5px 10px 5px 0;height:30px;width:32px}.exams .studyplan-day-item .item-image.passed{background-image:url("/images/cme/CME_done_icon.png")}.exams .studyplan-day-item .item-image.failed{background-image:url("/images/cme/CME_testfaill_icon.png")}.exams .studyplan-day-item .item-image.planned{background-image:url("/images/cme/CME_green_icon.png")}.exams .studyplan-day-item:not(:last-of-type) .item-image:after{content:'';position:absolute;bottom:-20px;display:block;margin-left:15px;height:37px;width:2px;background:#a1a1a1;z-index:10}.exams .studyplan-day-item:not(:last-of-type) .item-image.short:after{content:'';position:absolute;bottom:-32px;display:block;margin-left:15px;height:50px;width:2px;background:#a1a1a1;z-index:10}.exams .studyplan-day-item .item-content{width:565px}@media only screen and (max-width:1023px){.exams .studyplan-day-item .item-content{width:450px}}.exams .studyplan-day-item .item-text-wrapper{width:390px;float:left;max-height:36px;min-height:20px;overflow:hidden}@media only screen and (max-width:1023px){.exams .studyplan-day-item .item-text-wrapper{width:300px}}.exams .studyplan-day-item .item-questions-count,.exams .studyplan-day-item .item-time-allowed{float:left;font-size:12px}.exams .studyplan-day-item .item-is-required,.exams .studyplan-day-item .item-min-score,.exams .studyplan-day-item .item-video-id{float:right}.exams .studyplan-day-item .item-is-required,.exams .studyplan-day-item .item-min-score,.exams .studyplan-day-item .item-questions-count,.exams .studyplan-day-item .item-time-allowed,.exams .studyplan-day-item .item-video-id{padding-right:10px;height:21px;line-height:21px}.exams .studyplan-day-item .item-is-required input,.exams .studyplan-day-item .item-min-score input,.exams .studyplan-day-item .item-questions-count input,.exams .studyplan-day-item .item-time-allowed input,.exams .studyplan-day-item .item-video-id input{padding:0 3px}.exams .studyplan-day-item .item-is-required input{width:20px;height:20px;margin:0}.exams .studyplan-day-item .item-min-score input{width:52px}.exams .studyplan-day-item .item-video-id{padding-right:0}.exams .studyplan-day-item .item-video-id input{width:65px}.exams .studyplan-day-item .item-exam-score{width:48px;line-height:48px;font-size:18px;font-weight:700;float:right;color:#000}.exams .studyplan-day-item .item-exam-score.failed{color:red}.exams .studyplan-day-item .item-exam-button{width:136px;box-sizing:border-box;color:#fff;font-size:16px;float:right;background-color:#78c96b;transition:.2s}.exams .studyplan-day-item .item-exam-button.review{color:#7da2dd;background-color:inherit}.exams .studyplan-day-item .item-exam-button.review:hover{background-color:#e0e0e0}.exams .studyplan-day-item .item-exam-button-image{width:33px;height:48px;background-image:url("/images/cme/CME_nextstep_icon.png");background-repeat:no-repeat;background-position:50%;float:left}.exams .studyplan-day-item .item-exam-button-text{line-height:48px}.exams .studyplan-day-item .item-exam-button:hover{background-color:#63a955;text-decoration:none}.edit-view .topics .item-text-wrapper{max-width:350px}.edit-view .cases .item-content,.edit-view .videos .item-content{width:380px}.edit-view .exams .item-content{width:calc(100% - 44px)}.edit-view .exams .item-text-wrapper{width:100%}.edit-view .studyplan-day-item{padding-right:35px}.edit-view .studyplan-day-item.highlighted{cursor:move}.edit-view .specialityItem{float:left}.specialityItem{position:relative;display:inline-block;z-index:2;height:104px;width:calc(100% / 7 - 2px);box-sizing:border-box;cursor:pointer;transition:.2s;overflow:hidden;margin:1px;font-size:12px}@media only screen and (max-width:1023px){.specialityItem{height:116px}}@media only screen and (max-width:599px){.specialityItem{width:24.3%;float:left}.specialityItem.mobile{display:block;width:auto}.specialityItem:last-of-type{border-right:none}}.specialityItem:not(.selected) .specialityItem__wrapper{border:2px solid transparent!important}.specialityItem--loading .specialityItem__background,.specialityItem.selected .specialityItem__background,.specialityItem:hover .specialityItem__background{opacity:.4}.specialityItem__background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.2;transition:opacity .2s ease;background-color:#e0e0e0}.specialityItem__loading-layout{position:absolute;top:0;left:-1px;right:0;bottom:0;opacity:.5;transform:translateX(-100%);transition:.3s;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:forwards}.specialityItem__quantities{position:absolute;bottom:3px;right:1px;display:flex;flex-wrap:wrap;justify-content:flex-end;flex-direction:column;width:27px;text-align:left;transition:.2s}.specialityItem__content-quantity{width:28px;margin-top:1px;color:#9c9c9c;font-weight:700;font-size:11px;display:block;transition:.2s}@media screen and (max-width:680px){.specialityItem__content-quantity{font-size:10px}}@media only screen and (max-width:599px){.specialityItem__content-quantity{font-size:11px}}@media screen and (max-width:380px){.specialityItem__content-quantity{font-size:10px}}.specialityItem__content-quantity i.icon{width:12px;text-align:center}@media only screen and (max-width:1023px){.specialityItem__content-quantity i.icon{width:10px}}.specialityItem__content-quantity i.icon:before{font-size:9px;transition:.2s}@media screen and (max-width:680px){.specialityItem__content-quantity i.icon:before{position:relative;top:-1px;font-size:7px}}@media only screen and (max-width:599px){.specialityItem__content-quantity i.icon:before{font-size:9px;top:0}}@media screen and (max-width:380px){.specialityItem__content-quantity i.icon:before{font-size:7px;top:-1px}}.specialityItem__content-quantity i.icon-video:before{position:relative;top:-1px;font-size:7px}.specialityItem__day{position:absolute;top:35px;left:1px;color:#8d8d8d;padding-bottom:1px;transition:.2s;opacity:1;visibility:visible;font-size:11px}@media only screen and (max-width:1023px){.specialityItem__day{top:45px}}.specialityItem__day:after{content:'';opacity:.5;height:1px;display:block;margin-top:1px}.specialityItem__day--hidden{opacity:0;visibility:hidden}.specialityItem__progress{position:absolute;bottom:18px;left:0;right:0;text-align:center;color:var(--specialityItem-progress-color);transition:.2s;font-size:14px}@media only screen and (max-width:1023px){.specialityItem__progress{bottom:auto;top:32px;right:auto;left:4px;text-align:right;font-size:12px}}.specialityItem__progress--finished:after{content:"\e9a6";position:relative;bottom:5px;color:#395682;font-family:icomoon;font-size:22px}@media only screen and (max-width:1023px){.specialityItem__progress--finished:after{bottom:4px;font-size:18px}}.specialityItem__progress-mastery{position:absolute;bottom:3px;left:0;right:0;text-align:center;color:#59b047;transition:.2s;font-size:11px}@media only screen and (max-width:1023px){.specialityItem__progress-mastery{top:32px;bottom:auto;left:auto;right:4px}}.specialityItem__meeting{position:absolute;bottom:32px;left:7px;text-align:left;color:#005b9b;transition:.2s}@media only screen and (max-width:1023px){.specialityItem__meeting{text-align:left;bottom:25px;left:4px}}.specialityItem .progress-double{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);text-align:center;transition:opacity .2s ease,visibility .2s ease;opacity:0;visibility:hidden}.specialityItem--inactive{opacity:.6}.specialityItem.mobile{display:none}.specialityItem.lastInRow{border-right:none}.specialityItem.additionalSpeciality{border-bottom:2px solid #82a8e8}.specialityItem .linearProgress{transition:all .2s ease-out;position:absolute;bottom:-1px}.specialityItem .bar{background-color:transparent}.specialityItem__wrapper{position:relative;height:100%;border:2px solid transparent;box-sizing:border-box;transition:border .2s ease}.specialityItem__wrapper>.exams{margin:2px 0 0 0;position:absolute;right:0;top:0;transition:.2s;z-index:5}.specialityItem__wrapper>.exams:after{content:"";display:table;clear:both}.specialityItem__wrapper>.exams.four{width:42px}.specialityItem__wrapper>.exams .examItem{float:left}.specialityItem__wrapper>.exams i{margin:0 1px}.specialityItem .specialityNumber{float:right}.specialityItem .title{position:absolute;z-index:2;top:0;left:0;display:inline-block;width:auto;padding:1px 0 0 2px;font-size:14px;transition:.2s;text-align:left}@media only screen and (max-width:1023px){.specialityItem .title{font-size:13px}}@media only screen and (max-width:599px){.specialityItem .title{font-size:12px}}.specialityItem .dayNumber{display:inline-block;position:absolute;bottom:3px;left:0;color:var(--third-font-color);font-size:13px;font-weight:700}.specialityItem .dayNumber-top{display:inline-block;position:absolute;top:20px;left:3px;color:var(--third-font-color);font-size:13px;font-weight:700}.specialityItem .inset{transition:.2s}.specialityItem--loading .specialityItem__loading-layout{animation-name:loading}.specialityItem--loading .progress-double,.specialityItem.selected .progress-double,.specialityItem:hover .progress-double{visibility:visible;opacity:1}.specialityItem--loading .linearProgress,.specialityItem.selected .linearProgress,.specialityItem:hover .linearProgress{width:0}.specialityItem--loading .title,.specialityItem.selected .title,.specialityItem:hover .title{opacity:0}.specialityItem--loading .specialityItem__quantities,.specialityItem.selected .specialityItem__quantities,.specialityItem:hover .specialityItem__quantities{opacity:0}.specialityItem--loading>.exams,.specialityItem.selected>.exams,.specialityItem:hover>.exams{opacity:0}.specialityItem--loading .specialityItem__progress,.specialityItem.selected .specialityItem__progress,.specialityItem:hover .specialityItem__progress{opacity:0}.specialityItem--loading .specialityItem__progress-mastery,.specialityItem.selected .specialityItem__progress-mastery,.specialityItem:hover .specialityItem__progress-mastery{opacity:0}.specialityItem--loading .specialityItem__meeting,.specialityItem.selected .specialityItem__meeting,.specialityItem:hover .specialityItem__meeting{opacity:0}.specialityItem .selfProgressItem{margin-bottom:0}.specialityGroup .specialityItem--finishing:before{background-color:transparent}.calendar-control-item-text{height:20px;display:block}.calendar-control-item{background-color:#f8f8f8;text-align:center;height:80px;border-right:1px solid #fff;color:#888;font-weight:700}.calendar-control-item-medium{width:64px}.calendar-control-item-small{width:54px}.calendar-control-item-rounded{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%}.calendar-control-item-rounded-right{border-radius:0 10px 10px 0}.calendar-control-item:hover,specialityItem:hover{background-color:#eee}.examItem{display:inline-block;width:18px;height:18px;line-height:18px;text-align:center;font-size:11px;color:#fff;background:#79c969;border-radius:50%}@media only screen and (max-width:599px){.examItem{width:14px;height:14px;line-height:14px}}.examItem.additional{background:#526a90;color:#48a4e3}.examItem.coreQuiz{background:#f28d8d;color:#fff}.specialityNumber{display:inline-block;padding:3px 5px;font-size:11px;border:1px solid;border-radius:50%;position:relative;top:-1px}@media only screen and (max-width:599px){.specialityNumber{padding:1px 3px;font-size:10px}}.additionalStep{clear:both}.additionalStep .title{color:#82a8e8;padding-top:3px;font-size:18px}.studyCalendarPopup{position:relative;float:left;display:none;width:100%;margin-bottom:1px;padding:0;box-sizing:border-box;background:var(--default-background-color);text-align:left;font-size:12px;cursor:default}@media only screen and (max-width:599px){.studyCalendarPopup{float:right}}.studyCalendarPopup__wrapper{transition:.3s;overflow:hidden}.studyCalendarPopup__focus{display:flex;justify-content:flex-start;padding-bottom:20px;padding-top:10px;color:#333}@media only screen and (max-width:599px){.studyCalendarPopup__focus{padding:10px;flex-direction:column}}.studyCalendarPopup__focus-item{position:relative;min-width:80px;line-height:1.2}.studyCalendarPopup__focus-item+.studyCalendarPopup__focus-item{margin-left:20px;padding-left:20px}@media only screen and (max-width:599px){.studyCalendarPopup__focus-item+.studyCalendarPopup__focus-item{margin-left:0;padding-left:0;padding-top:10px}}.studyCalendarPopup__focus-item+.studyCalendarPopup__focus-item:before{content:'';position:absolute;left:-7px;bottom:2px;display:inline-block;width:8px;height:8px;border-top:2px solid #d8d8d8;border-right:2px solid #d8d8d8;transform:rotate(45deg)}@media only screen and (max-width:599px){.studyCalendarPopup__focus-item+.studyCalendarPopup__focus-item:before{content:none}}.studyCalendarPopup__focus-header{padding-bottom:2px;color:#9c9c9c}.studyCalendarPopup__focus-name{font-size:14px}.studyCalendarPopup__set-focus-header{padding-bottom:5px;font-size:14px}.studyCalendarPopup__set-focus{display:flex;padding-bottom:10px}.studyCalendarPopup__focus-input{flex-basis:33%;flex-shrink:0}.studyCalendarPopup__focus-input+.studyCalendarPopup__focus-input{padding-left:10px}.studyCalendarPopup:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('/ux-svg/ortho-loading.svg');background-position:center center;background-repeat:no-repeat;background-color:#fff;opacity:0;visibility:hidden;transition:.3s;z-index:10}.studyCalendarPopup--loading:after{opacity:.6;visibility:visible}.studyCalendarPopup .pass-peak-item-additional-info{padding-bottom:1px}.studyCalendarPopup .pass-peak-item-label{padding-bottom:1px}.studyCalendarPopup .separated-list__link{font-size:15px}.studyCalendarPopup .dayInfo{margin:0 auto;padding:15px}@media only screen and (max-width:599px){.studyCalendarPopup .dayInfo{padding:15px 0}}.studyCalendarPopup h1{font-size:19px;padding:25px 0 20px 0}@media only screen and (max-width:599px){.studyCalendarPopup h1{padding:40px 0 12px 0}}.studyCalendarPopup .arrow{width:0;height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #fff transparent;position:absolute;top:-10px}@media only screen and (max-width:599px){.studyCalendarPopup .exams .studyplan-day-item .item-content{width:auto}}@media only screen and (max-width:599px){.studyCalendarPopup .exams .studyplan-day-item .item-text-wrapper{width:auto;min-width:250px}}@media only screen and (max-width:1023px){.studyCalendarPopup .exams .studyplan-day-item .item-image{display:none}}@media only screen and (max-width:599px){.studyCalendarPopup .pass-peak-dashboard-item-place-holder-wrapper{top:-5px}}@media only screen and (max-width:599px){.studyCalendarPopup .pass-peak-dashboard-item-place-holder-wrapper .pass-peak-dashboard-item-place-holder{display:block}}@media only screen and (max-width:599px){.studyCalendarPopup .pass-peak__table__content{text-align:center}}@media only screen and (max-width:599px){.studyCalendarPopup .pass-peak__table__content__progress+.pass-peak__table__content__progress{padding-left:5px}}@media only screen and (max-width:599px){.studyCalendarPopup .pass-peak__table__content__progress{display:inline-block}}@media only screen and (max-width:599px){.studyCalendarPopup .pass-peak__table__content__progress__item{display:inline-block}}.studyCalendarPopup .studyplan-day-item .highlighted:hover{background-color:transparent}.studyCalendarPopup .tab-links__button .icon-people{vertical-align:middle;padding-right:3px}.studyCalendarPopup .tab-links__button .icon-book-simple{font-size:16px;vertical-align:middle;padding-right:3px}@media only screen and (max-width:1023px){.studyCalendarPopup .daily-reading{padding-left:0;padding-right:0}}@media only screen and (max-width:1023px){.studyCalendarPopup .dayInfo_focus__wrapper{padding:0}}@media only screen and (max-width:1023px){.studyCalendarPopup .daily-reading__dashboard-widgets{padding-left:0;padding-right:0}}.studyCalendarPopup .dayInfo_focus{padding-bottom:16px}@media only screen and (max-width:1023px){.studyCalendarPopup .dayInfo_focus{justify-content:flex-start}}.dayInfo{position:relative;padding:0 15px}.dayInfo_focus{display:flex;justify-content:flex-end;padding-bottom:16px}.dayInfo_focus__wrapper{max-width:660px;text-align:right;margin-top:-42px;padding-right:25px;padding-bottom:20px}@media only screen and (max-width:1023px){.dayInfo_focus__wrapper{margin-top:0;padding:0 30px;text-align:left}}.dayInfo_focus__item{display:inline-block;font-size:16px;margin-right:5px;color:#8596b3;text-decoration:none;line-height:1.5}.dayInfo__take-topic-questions.ortho-button{display:flex;justify-content:center;align-items:center}@media only screen and (max-width:599px){.dayInfo__take-topic-questions.ortho-button{width:100%}}.dayInfo__take-topic-questions-icon{margin-right:5px;font-size:18px}.dayInfo__reinforcement-header{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:599px){.dayInfo__reinforcement-header{flex-wrap:wrap;justify-content:center}}.dayInfo__reinforcement-statuses{display:flex;align-items:center}@media only screen and (max-width:599px){.dayInfo__reinforcement-statuses{flex:0 0 100%;justify-content:center}}.dayInfo__reinforcement-status{font-size:16px}.dayInfo__reinforcement-status+.dayInfo__reinforcement-status{padding-left:10px;margin-left:10px;border-left:1px solid #eaeaea}.dayInfo__highlight-done{color:#67b39a;font-weight:700}.dayInfo__highlight-goal{color:#e06c6c;font-weight:700}.dayInfo__take-questions.ortho-button{min-height:35px;line-height:35px;font-size:14px}@media only screen and (max-width:599px){.dayInfo__take-questions.ortho-button{margin-top:10px}}.dayInfo__take-questions-icon{position:relative;top:1px;margin-right:3px}.dayInfo__conference-header{margin-bottom:5px}.dayInfo__level{display:inline-block;vertical-align:middle}.dayInfo__reload{vertical-align:middle;border:none;background-color:transparent;font-size:20px;transition:color .2s ease;cursor:pointer;color:#8d8d8d}.dayInfo__reload:focus,.dayInfo__reload:hover{outline:0;color:#6584b5}@media only screen and (max-width:599px){.dayInfo__reload{right:0}}.dayInfo__header{position:relative}@media only screen and (max-width:599px){.dayInfo__header{padding:0 10px}}.dayInfo__header:after{content:"";display:table;clear:both}.dayInfo__stat{flex-grow:1}.dayInfo__title{flex-shrink:0;flex-basis:25%;font-weight:400;line-height:1.2}@media only screen and (max-width:1023px){.dayInfo__title{flex-basis:100%}}.dayInfo__header-controls{position:absolute;top:25px;right:30px}@media only screen and (max-width:599px){.dayInfo__header-controls{top:8px;right:0}}.dayInfo__level-filter{float:right;padding-top:8px}@media only screen and (max-width:1299px){.dayInfo__level-filter{padding-top:0;padding-bottom:10px;float:none}}.dayInfo .dashboard-widget{border:none}.dayInfo .dashboard-widget__progress-descriptions-wrapper{flex-grow:0;padding-left:20px}.dayInfo .dashboard-widget__progress-wrapper{justify-content:center}.dayInfo>h3{font-size:16px;color:#bebebe;margin-bottom:20px;font-weight:400}.dayInfo .radial{display:inline-block}.dayInfo .exams ul,.dayInfo .topics ul{position:initial}.dayInfo .exams ul li,.dayInfo .topics ul li{font-size:15px}.dayInfo .exams ul li:last-of-type,.dayInfo .topics ul li:last-of-type{margin-bottom:0}.dayInfo .exams p,.dayInfo .topics p{display:inline-block;margin-left:10px;vertical-align:top}.dayInfo .exams p span,.dayInfo .topics p span{font-size:12px;color:#bebebe}.dayInfo article img{float:left}.dayInfo article div{margin-left:80px;padding-left:20px;font-size:14px}.dayInfo article div h4{font-weight:700;margin-bottom:10px}.dayInfo article div p{line-height:1.2}.dayInfo.day-constructor .step h3{margin-bottom:5px}.dayInfo.day-constructor .step input{line-height:normal}.dayInfo.day-constructor .content-search{width:70%}.dayInfo.day-constructor .content-search-selected{display:flex;flex-direction:column}.dayInfo.day-constructor .content-search-result{min-height:30px;max-height:180px;white-space:nowrap;position:absolute;background-color:#fff;border:1px solid #ececec;text-align:left;overflow-y:auto;overflow-x:hidden;z-index:1;width:100%}.dayInfo.day-constructor .content-search-result::-webkit-scrollbar{background-color:#fff;width:8px}.dayInfo.day-constructor .content-search-result::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:16px}.dayInfo.day-constructor .content-search-result::-webkit-scrollbar-thumb:hover{background-color:#d1cece}.dayInfo.day-constructor .content-search-result li{font-size:12px;color:#333;height:25px}.dayInfo.day-constructor .content-search-result li a{display:block;padding:4px 10px 6px;transition:background-color .2s ease;color:#333}.dayInfo.day-constructor .content-search-result li a .added-message{padding:0 3px;color:#333;font-size:11px;position:absolute;right:0;background-color:inherit}.dayInfo.day-constructor .content-search-result li a a:focus,.dayInfo.day-constructor .content-search-result li a:hover{text-decoration:none;background-color:#c9e9f9}.dayInfo.day-constructor .content-search-result li .icon{position:relative;top:1px}.dayInfo.day-constructor .articles p,.dayInfo.day-constructor .cases p,.dayInfo.day-constructor .exams p,.dayInfo.day-constructor .topics p,.dayInfo.day-constructor .videos p{width:100%}@media only screen and (max-width:1023px){.dayInfo .dashboard-item--topic-question .dashboard-item__wrapper{min-height:130px}}.studyPlanCalendarDetails{margin-bottom:40px}.studyPlanCalendarDetails>header,.studyPlanCalendarDetails>section{display:table;width:100%}.studyPlanCalendarDetails .days,.studyPlanCalendarDetails .exams,.studyPlanCalendarDetails .speciality,.studyPlanCalendarDetails .topics{display:table-cell;vertical-align:top}.studyPlanCalendarDetails .speciality{width:155px}.studyPlanCalendarDetails .topics{width:50px}.studyPlanCalendarDetails .days{width:50px}.studyPlanCalendarDetails>header{padding:5px 0;background:silver}.studyPlanCalendarDetails>header .exams{padding-left:30px}.studyPlanCalendarDetails>header span{padding:0 5px;color:#fff;text-align:left;font-size:14px}.studyPlanCalendarDetails>section .days li,.studyPlanCalendarDetails>section .exams li,.studyPlanCalendarDetails>section .speciality li,.studyPlanCalendarDetails>section .topics li{margin:5px 0;line-height:22px}.studyPlanCalendarDetails>section .specialityList{padding-top:5px}.studyPlanCalendarDetails>section .specialityList li{padding-left:11px;font-size:16px}.studyPlanCalendarDetails>section .days,.studyPlanCalendarDetails>section .topics{padding:5px;text-align:center;font-size:16px;color:var(--main-font-color)}.studyPlanCalendarDetails>section .exams .info{position:absolute;top:0;left:0;height:100%;margin-left:280px}.studyPlanCalendarDetails>section .exams .info .bracket{position:absolute;width:8px;height:100%;overflow:hidden}.studyPlanCalendarDetails>section .exams .info .bracket:after{content:'';position:absolute;left:-3px;height:100%;width:9px;box-sizing:border-box;border:solid 1px}@media only screen and (max-width:1023px){.studyPlanCalendarDetails>section .exams .info .bracket:after{width:100%;height:5px;border:none;border-top:solid 1px}}@media only screen and (max-width:1023px){.studyPlanCalendarDetails>section .exams .info .bracket{width:100%;height:5px;top:3px}}.studyPlanCalendarDetails>section .exams .info .questionsAndTime{position:absolute;top:50%;width:80px;height:30px;margin-top:-15px;padding-left:20px;color:var(--third-font-color)}@media only screen and (max-width:1023px){.studyPlanCalendarDetails>section .exams .info .questionsAndTime{position:static;margin-top:0;padding-left:0}}@media only screen and (max-width:1023px){.studyPlanCalendarDetails>section .exams .info{position:static;height:auto;margin-left:0;line-height:1.2;padding-top:10px;position:relative}}.studyPlanCalendarDetails>section .exams .topicExams .bracket:after{border-color:silver}.studyPlanCalendarDetails>section .exams .milestoneExams .bracket:after{border-color:#79c969}.studyPlanCalendarDetails>section .exams .reconExams .bracket:after{border-color:var(--brand-active-color)}.studyPlanCalendarDetails>section .exams .coreQuizExams .bracket:after{border-color:#f28d8d}.studyPlanCalendarDetails>section .exams .examsList{position:relative;margin-bottom:30px}.studyPlanCalendarDetails>section .exams .examsList:last-of-type{margin-bottom:0}.studyPlanCalendarDetails>section .exams .examsList ul{width:280px}@media only screen and (max-width:1023px){.studyPlanCalendarDetails>section .exams .examsList ul{width:auto}}@media only screen and (max-width:599px){.studyPlanCalendarDetails>section .exams .examsList ul{width:auto}}.studyPlanCalendarDetails>section .exams .examsList li{margin:0 0 10px}.studyPlanCalendarDetails>section .exams .examsList li:last-of-type{margin-bottom:0}@media only screen and (max-width:599px){.studyPlanCalendarDetails>section .exams .examsList li{line-height:1.3}}.studyPlanCalendarDetails>section .exams .examsList .specialityNumber{position:relative;top:-2px;left:-5px;line-height:12px}@media only screen and (max-width:1023px){.studyPlanCalendarDetails>section .exams .examsList .specialityNumber{left:0;margin-right:4px}}.studyPlanCalendarDetails>section .exams .examsList .examItem{position:relative;top:-2px;left:-5px}@media only screen and (max-width:1023px){.studyPlanCalendarDetails>section .exams .examsList .examItem{left:0;margin-right:4px}}@media only screen and (max-width:599px){.studyPlanCalendarDetails>section .exams .examsList{margin-bottom:30px}}.studyPlanCalendarDetails .wrapper{margin-left:30px;padding-left:25px;padding-top:10px;padding-bottom:20px;background:var(--second-background-color)}@media only screen and (max-width:1023px){.studyPlanCalendarDetails .wrapper{padding-left:15px;padding-right:15px}}@media only screen and (max-width:599px){.studyPlanCalendarDetails .wrapper{margin-left:0;padding-left:5px;padding-right:5px}}.cmeTracker header{background:#7da2dd;padding:10px 0 10px 20px}.cmeTracker header h3{font-size:16px;color:#fff}.cmeTracker table{width:100%}.cmeTracker table td{vertical-align:middle;height:51px}.cmeTracker .examIcon,.cmeTracker .examStatus{width:40px;text-align:center}.cmeTracker tr:last-of-type .circle:after{display:none}.cmeTracker tr.wrong .icon-x{font-size:10px;color:#dd5f5f}.cmeTracker tr.wrong .circle{padding:4px 7px}.cmeTracker tr.wrong .passExamPercent{color:#f07070}.cmeTracker .examStatus .circle{position:relative;display:inline-block;padding:5px 4px 3px;border:2px solid #a1a1a1;border-radius:50%}.cmeTracker .examStatus .circle .icon-check{font-size:12px;color:#56aa59}.cmeTracker .examStatus .circle:after{content:'';position:absolute;bottom:-26px;left:50%;display:block;margin-left:-1px;height:24px;width:2px;background:#a1a1a1}.cmeTracker .examName{padding-left:15px}.cmeTracker .examName h4{padding-bottom:2px;font-size:16px;color:#404040}.cmeTracker .examName p{font-size:12px;color:#898989}.cmeTracker .passExamPercent{width:50px;color:#000;text-align:center;font-size:16px;font-weight:700}.cmeTracker .reviewLink{width:70px;text-align:center}.cmeTracker .reviewLink a{text-decoration:none;font-size:14px;color:#7da2dd}.cmeTracker .tryAgain{width:130px}.cmeTracker .tryAgain a{display:table-cell;width:130px;height:50px;padding:0 10px;background:#79c969;color:#fff;vertical-align:middle;font-size:16px;text-decoration:none}.cmeTracker .tryAgain a i.icon{font-size:26px;vertical-align:middle;padding-right:10px}.day-content-template{width:100%;height:auto}.study-plan-user-view:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/ux-svg/ortho-loading.svg);background-position:center center;background-repeat:no-repeat;background-color:#fff;opacity:0;visibility:hidden;transition:.3s;z-index:10}.study-plan-user-view--loading:after{opacity:.7;visibility:visible}.study-plan-user-view__progress-title{padding-top:20px;padding-bottom:15px;font-size:14px;font-weight:700}.study-plan-user-view__progress-subtitle{padding-top:30px;font-size:14px;font-weight:700}@media only screen and (max-width:1023px){.study-plan-user-view__progress-subtitle{padding-left:10px}}.study-plan-user-view__filters{display:flex;justify-content:space-between}@media only screen and (max-width:1023px){.study-plan-user-view__filters{flex-wrap:wrap}}.study-plan-user-view__level-name{padding-bottom:10px;text-align:left;font-size:14px}.study-plan-user-view__peak{position:relative}.study-plan-user-view__peak:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/ux-svg/ortho-loading.svg);background-position:center center;background-repeat:no-repeat;background-color:#fff;opacity:0;visibility:hidden;transition:.3s;z-index:10}.study-plan-user-view__peak--loading:after{opacity:.7;visibility:visible}@media only screen and (max-width:1023px){.study-plan-user-view__peak .km-progress-list-wraper{padding-right:0}}@media only screen and (max-width:1023px){.study-plan-user-view__peak .km-progress-list .pass-peak-item-label{font-size:13px!important;margin-top:15px}}@media only screen and (max-width:599px){.study-plan-user-view__peak .km-progress-list .pass-peak-item-label{margin-top:8px}}.study-plan-user-view__peak .km-progress-list__item{padding:0 10px 10px 10px}@media only screen and (max-width:1023px){.study-plan-user-view__peak .km-progress-list__item{flex-basis:33%}}@media only screen and (max-width:599px){.study-plan-user-view__peak .km-progress-list__item{flex-basis:50%;padding-left:0;padding-right:0}}@media only screen and (max-width:599px){.study-plan-user-view__peak .km-progress-list{padding:10px 2px}}@media only screen and (max-width:599px){.study-plan-user-view__peak .progress-list__item{margin-left:0;padding-left:0}}@media only screen and (max-width:599px){.study-plan-user-view__peak .pass-peak-item-notes .pass-peak-item-notes-item{padding:3px 4px}}@media only screen and (max-width:599px){.study-plan-user-view__peak .pass-peak-item-notes .pass-peak-item-notes-highlights{padding-left:6px}}@media only screen and (max-width:599px){.study-plan-user-view__peak .pass-peak-item-notes .pass-peak-item-notes-notes{padding-right:6px}}.study-plan-user-view__controls{position:relative;padding-bottom:15px}@media only screen and (max-width:599px){.study-plan-user-view__controls{padding-bottom:0}}.study-plan-user-view__control--left{float:left}@media only screen and (max-width:1023px){.study-plan-user-view__control--left{float:none;padding-bottom:15px}}.study-plan-user-view__control--right{display:flex;justify-content:flex-end}.study-plan-user-view__control--clear{position:relative;z-index:1;clear:both}.study-plan-user-view__link-edit-order{display:inline-block;margin-top:15px;color:#7da2dc;transition:color .2s ease;font-size:14px;transition:opacity .2s ease,visibility .2s ease}.study-plan-user-view__link-edit-order:hover{text-decoration:none;color:#5f7ba6}.study-plan-user-view__link-edit-order--hidden{opacity:0;visibility:hidden}.study-plan-user-view__link-edit-order .icon{position:relative;top:-1px;vertical-align:middle;font-size:16px}.study-plan-user-view__button{padding:11px 14px;font-size:14px;transition:.2s;border-radius:2px;border:none;cursor:pointer;color:#919191;position:relative;overflow:hidden;display:inline-block;line-height:1;vertical-align:middle;background-color:transparent}.study-plan-user-view__button:focus,.study-plan-user-view__button:hover{color:var(--third-font-color);outline:0}.study-plan-user-view__button:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:.5;transform:translateX(-105%);transition:.3s;animation-duration:2s;animation-iteration-count:infinite;background-color:#dedede;z-index:-1}@media only screen and (max-width:1023px){.study-plan-user-view__button{padding:11px 10px}}@media only screen and (max-width:599px){.study-plan-user-view__button{font-size:12px}}.study-plan-user-view__button--active{background-color:var(--second-background-color);color:var(--third-font-color)}.study-plan-user-view__button--active:hover{background-color:var(--second-background-color);color:var(--third-font-color)}.study-plan-user-view__label-icon{vertical-align:middle}.study-plan-user-view__label-icon--calendar,.study-plan-user-view__label-icon--list{position:relative}.study-plan-user-view__switch[type=radio]{display:none}.study-plan-user-view__level-filter{text-align:right}@media only screen and (max-width:599px){.study-plan-user-view__level-filter{text-align:left;clear:both;padding-top:5px}}@media only screen and (max-width:1023px){.study-plan-user-view__level-filter+.study-plan-user-view__level-filter{margin-top:20px}}.study-plan-user-view .daily-reading__outside-link{display:none}.speciality-dropdown{padding-left:60px;padding-top:8px;position:relative}@media only screen and (max-width:1023px){.speciality-dropdown{padding-left:50px}}.speciality-dropdown:last-child .radial--total:after{content:none}.speciality-dropdown__loading-layout{content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:.5;transform:translateX(-100%);transition:.3s;animation-duration:2s;animation-iteration-count:infinite}.speciality-dropdown__background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.2;transition:opacity .2s ease;background-color:#e0e0e0}.speciality-dropdown__day-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;transition:transform .3s ease}.speciality-dropdown__header{width:100%;border:none;text-align:left;font-size:16px;color:#fff;padding:0;position:relative;transition:.3s;overflow:hidden;outline:0;cursor:pointer;background-color:transparent}@media only screen and (max-width:599px){.speciality-dropdown__header{font-size:13px}}.speciality-dropdown__header:after{content:"\e90f";font-family:icomoon;font-size:8px;color:#fff;position:absolute;right:15px;top:50%;margin-top:-3px;transition:.3s;transform-origin:50% 35%}.speciality-dropdown__header:hover .speciality-dropdown__day-background{transform:translateX(-100%)}.speciality-dropdown__header .icon:before{transition:.2s}.speciality-dropdown__day{float:left;min-width:150px;padding:8px 5px;margin-right:10px;position:relative;z-index:1}@media only screen and (max-width:1023px){.speciality-dropdown__day{min-width:130px;font-size:14px}}@media only screen and (max-width:599px){.speciality-dropdown__day{min-width:55px;padding:4px 5px;font-size:12px}}.speciality-dropdown__day--daily{text-align:center}@media only screen and (max-width:599px){.speciality-dropdown__day--daily{line-height:24px}}@media only screen and (max-width:599px){.speciality-dropdown__day--daily .speciality-dropdown__day-number{border-top:none}}.speciality-dropdown__topic{padding:8px 10px;position:relative;z-index:1;transition:color .2s ease}@media only screen and (max-width:1023px){.speciality-dropdown__topic{font-size:14px}}@media only screen and (max-width:599px){.speciality-dropdown__topic{padding:4px 10px;font-size:12px}}.speciality-dropdown__content{position:relative}.speciality-dropdown__content:before{content:'';position:absolute;height:100%;width:1px;background-color:#395682;top:2px;left:-32px}@media only screen and (max-width:599px){.speciality-dropdown__content:before{left:-20px;top:10px}}.speciality-dropdown__info{position:absolute;top:8px;right:115px;color:#9c9c9c}@media only screen and (max-width:599px){.speciality-dropdown__info{position:static;display:inline-block}}.speciality-dropdown__exams{position:absolute;top:7px;right:45px}@media only screen and (max-width:599px){.speciality-dropdown__exams{top:20px;right:40px}}.speciality-dropdown__exam:first-of-type{margin-left:10px}@media only screen and (max-width:599px){.speciality-dropdown__exam:first-of-type{margin-left:0}}.speciality-dropdown__date{display:inline-block;min-width:60px;text-align:left;padding-left:6px;border-right:1px solid #fff;margin-right:10px}@media only screen and (max-width:1023px){.speciality-dropdown__date{min-width:50px}}@media only screen and (max-width:599px){.speciality-dropdown__date{display:block;min-width:30px;text-align:center;padding-right:2px;border-right:none}}.speciality-dropdown__date--hidden{display:none}.speciality-dropdown__day-number{display:inline-block}@media only screen and (max-width:599px){.speciality-dropdown__day-number{display:block;margin-top:2px;padding-left:0;padding-top:2px;border-left:none;border-top:1px solid #fff;text-align:center}}.speciality-dropdown__meeting{position:absolute;right:220px;top:8px;color:#005b9b}@media only screen and (max-width:599px){.speciality-dropdown__meeting{position:absolute;right:40px}}.speciality-dropdown__content-quantity{font-size:16px;transition:.2s}@media only screen and (max-width:599px){.speciality-dropdown__content-quantity{font-size:12px}}.speciality-dropdown__content-quantity .icon{font-size:12px;position:relative;top:-1px;left:1px}@media only screen and (max-width:599px){.speciality-dropdown__content-quantity .icon{font-size:10px}}.speciality-dropdown__content-quantity+.speciality-dropdown__content-quantity{margin-left:5px}@media only screen and (max-width:599px){.speciality-dropdown__content-quantity+.speciality-dropdown__content-quantity{margin-left:0}}.speciality-dropdown__wrapper--open .speciality-dropdown__header:after{transform:rotate(180deg)}.speciality-dropdown__wrapper--open .speciality-dropdown__header .icon:before{color:#fff}.speciality-dropdown__wrapper--open .speciality-dropdown__content-quantity{color:#fff}.speciality-dropdown__wrapper--open .speciality-dropdown__day:before{opacity:0}.speciality-dropdown__wrapper--open .speciality-dropdown__topic{color:#fff!important}.speciality-dropdown__wrapper--open .speciality-dropdown__background{opacity:1}.speciality-dropdown--loading .speciality-dropdown__loading-layout{animation-name:loading}.speciality-dropdown--loading .speciality-dropdown__day:before{opacity:0}.speciality-dropdown:first-child .progress-double:after{content:none}.speciality-dropdown .arrow{display:none}.speciality-dropdown .progress-double{opacity:1;visibility:visible;position:absolute;left:9px;top:6px}@media only screen and (max-width:599px){.speciality-dropdown .progress-double{left:0;top:10px}}.speciality-dropdown .progress-double:after{content:'';height:7px;background-color:#395682;width:1px;position:absolute;top:-5px;left:19px}@media only screen and (max-width:599px){.speciality-dropdown .progress-double:after{left:16px;top:-15px;height:15px}}.speciality-dropdown .studyCalendarPopup{margin:0;float:none}.speciality-dropdown .dayInfo{width:90%}@media only screen and (max-width:1023px){.speciality-dropdown .dayInfo{width:100%}}@media only screen and (max-width:599px){.speciality-dropdown .specialityItem__content-quantity:last-of-type{margin-right:10px}}@media only screen and (max-width:599px){.speciality-dropdown{padding-left:35px}}.study-plan-list{padding-bottom:30px}.study-plan-list--without-date .speciality-dropdown__date{display:none}.study-plan-list--without-date .speciality-dropdown__day{text-align:center}@media only screen and (max-width:599px){.study-plan-list--without-date .speciality-dropdown__day{padding-top:5px;padding-bottom:5px;border-top:none}}@media only screen and (max-width:599px){.study-plan-list--without-date .speciality-dropdown__day-number{padding-top:5px;padding-bottom:5px;border-top:none}}.specialityGroupList--hidden .dayProgress,.specialityGroupList--hidden .speciality-dropdown__header{display:none}@keyframes loading{from{transform:translateX(-100%);opacity:.5}70%{transform:translateX(0);opacity:.5}to{transform:translateX(0);opacity:0}}@media only screen and (max-width:599px){.specialty-drag-list-wrapper{padding:0 10px}}.specialty-drag-list__content{flex-grow:1;min-height:100px}.specialty-drag-list__items-group{cursor:move;transition:outline .1s ease;border-radius:2px;outline:2px dashed transparent;outline-offset:1px}.specialty-drag-list__items-group:hover{outline:2px dashed #7DA2DC}.specialty-drag-list__items-group .specialty-drag-list__item,.specialty-drag-list__items-group .specialty-drag-list__item:hover{outline:0}.specialty-drag-list__wrapper{position:relative;padding:3px 0}.specialty-drag-list__wrapper--dragged{padding:0}.specialty-drag-list__item{position:relative;transition:outline .1s ease;border-radius:2px;line-height:40px;font-size:16px;outline:2px dashed transparent;outline-offset:1px}.specialty-drag-list__item:hover{outline:2px dashed #7DA2DC}.specialty-drag-list__item:hover .specialty-drag-list__icon-eye{opacity:1}@media only screen and (max-width:1023px){.specialty-drag-list__item{font-size:14px}}@media only screen and (max-width:599px){.specialty-drag-list__item{font-size:12px}}.specialty-drag-list__item--dragged{position:fixed;transition:none}.specialty-drag-list__item--daily .specialty-drag-list__endDay,.specialty-drag-list__item--daily .specialty-drag-list__startDay{display:none}.specialty-drag-list__item--daily .specialty-drag-list__name{width:70%}.specialty-drag-list__bottom-buttons{padding:25px 0 20px 0;text-align:right}.specialty-drag-list__name{position:relative;float:left;width:40%;height:100%;padding-left:15px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:599px){.specialty-drag-list__name{width:30%}}.specialty-drag-list__border{position:absolute;left:0;top:0;bottom:0;width:5px}.specialty-drag-list__color{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.2}.specialty-drag-list__topics{float:left;width:15%;text-align:center}.specialty-drag-list__topics-wrapper{position:relative}.specialty-drag-list__days{float:left;width:15%;text-align:center}.specialty-drag-list__startDay{float:left;width:15%;text-align:center}@media only screen and (max-width:599px){.specialty-drag-list__startDay{width:25%}}.specialty-drag-list__endDay{float:left;width:15%;text-align:center}@media only screen and (max-width:599px){.specialty-drag-list__endDay{width:25%}}.specialty-drag-list__header{padding-bottom:10px;font-size:15px;font-weight:700}@media only screen and (max-width:1023px){.specialty-drag-list__header{font-size:14px}}@media only screen and (max-width:599px){.specialty-drag-list__header{font-size:12px}}.specialty-drag-list__header--daily .specialty-drag-list__endDay,.specialty-drag-list__header--daily .specialty-drag-list__startDay{display:none}.specialty-drag-list__header--daily .specialty-drag-list__name{width:70%}.specialty-drag-list__submit[disabled].ortho-button{background-color:#838383}.specialty-drag-list__submit[disabled].ortho-button:hover{background-color:#838383}.specialty-drag-list__top-controls{padding-bottom:20px;text-align:right}@media only screen and (max-width:599px){.specialty-drag-list__top-controls{display:flex;flex-direction:column}}.specialty-drag-list__top-controls .ortho-button+.ortho-button{margin-left:4px}@media only screen and (max-width:599px){.specialty-drag-list__top-controls .ortho-button+.ortho-button{margin-left:0;margin-top:4px}}.specialty-drag-list__modal-text{padding-top:10px;padding-bottom:30px}.specialty-drag-list__modal-text p{padding-bottom:5px;font-size:14px}.specialty-drag-list__capitalized{text-transform:capitalize}.specialty-drag-list__confirmation-modal{padding:15px}@media only screen and (max-width:599px){.specialty-drag-list__confirmation-modal .ortho-button{width:100%}}.specialty-drag-list__list-wrapper{position:relative;display:flex}.specialty-drag-list__subspecialty-wrapper{position:relative;margin-right:25px}.specialty-drag-list__subspecialty-wrapper--locked .specialty-drag-list__item{outline:0}.specialty-drag-list__subspecialty-wrapper--locked:hover{outline:2px dashed #7DA2DC}.specialty-drag-list__lock{position:absolute;right:-45px;top:0;bottom:0;width:45px;display:flex;padding:0;justify-content:center;align-items:center;cursor:pointer;opacity:1;visibility:visible;transition:opacity .2s ease,visibility .2s ease}.specialty-drag-list__lock:before{content:'';position:absolute;right:22px;left:10px;top:20px;bottom:20px;border:1px solid #e0e0e0;border-left:none}.specialty-drag-list__lock:not(.specialty-drag-list__lock--active):hover:before{border-color:#b7b7b7}.specialty-drag-list__lock:not(.specialty-drag-list__lock--active):hover .specialty-drag-list__icon-lock{background-color:#b7b7b7}.specialty-drag-list__lock--active:before{border-color:#7597cd}.specialty-drag-list__lock--active .specialty-drag-list__icon-lock{background-color:#7597cd}.specialty-drag-list__lock--hidden{opacity:0;visibility:hidden}.specialty-drag-list__cancel{margin-right:3px}.specialty-drag-list__icon-lock{position:relative;width:25px;height:25px;display:inline-flex!important;justify-content:center;align-items:center;border-radius:100%;background-color:#d3d3d3;color:#fff;font-size:14px}@media only screen and (max-width:599px){.specialty-drag-list__days{display:none}}.specialty-drag-list__icon-eye{position:absolute;right:-35px;top:50%;transform:translateY(-50%);color:#c9c7c7;opacity:0;transition:opacity .1s ease,color .1s ease;cursor:pointer;font-size:24px}.specialty-drag-list__icon-eye:hover{color:#333}.specialty-drag-list--week .specialty-drag-list__header{padding-right:25px}.specialty-drag-list--subspecialty .specialty-drag-list__icon-eye{display:none}.week-content-list{width:600px;max-height:50vh;overflow:auto}.week-content-list__header{display:flex;align-items:center;padding:15px 10px 15px 15px;background-color:#f9f9f9}.week-content-list__total{flex-basis:110px;flex-shrink:0;text-align:center}.week-content-list__title{flex-grow:1;font-weight:700}.week-content-list__total-name{padding-top:5px;font-size:12px}.week-content-list__quantity--topic{color:#39b1eb}.week-content-list__quantity--question{color:#6ab197}.week-content-list .pass-peak-dashboard-item__vbars{display:none}.week-content-list .dashboard-item .pass-peak-dashboard-item-place-holder{position:static;left:auto}.studyPlanCalendarControl{display:none}.studyPlanCalendarControl--show{display:block}.study-plan-table-view{overflow-x:auto}.study-plan-table-view__table{min-width:800px}@media only screen and (max-width:599px){.study-plan-table-view__table{padding:0 10px}}.study-plan-table-view__row{display:flex;justify-content:flex-end;align-items:stretch;width:100%;margin:0;padding:0;border:none;background-color:var(--default-background-color);text-align:left;color:var(--main-font-color)}.study-plan-table-view__row--header{margin-bottom:5px;border-top:1px solid var(--separator-color);border-bottom:1px solid var(--separator-color);background-color:var(--second-background-color);color:#878787;font-size:12px;font-weight:700}.study-plan-table-view__row--header .study-plan-table-view__cell{color:#878787;font-size:12px}.study-plan-table-view__row--module{background-color:var(--second-background-color);border-bottom:1px solid var(--separator-color)}.study-plan-table-view__row--week:not(:first-child) .study-plan-table-view__cell{border-top:1px solid var(--separator-color)}.study-plan-table-view__row--day .study-plan-table-view__cell{border-top:1px solid var(--separator-color)}.study-plan-table-view__row:not(.study-plan-table-view__row--header){cursor:pointer}.study-plan-table-view__row:not(.study-plan-table-view__row--header):hover .study-plan-table-view__cell{background-color:var(--blue-background-color)}.study-plan-table-view__row:not(.study-plan-table-view__row--header):hover .icon-arrow-bottom{opacity:1;visibility:visible;color:#b0cddc}.study-plan-table-view__row:focus{outline:0}.study-plan-table-view__module-section{margin-bottom:5px}.study-plan-table-view__cell{flex-basis:10%;min-width:10%;padding:10px 0;font-size:14px;transition:background-color .2s ease}.study-plan-table-view__cell--module{flex-basis:10%;min-width:10%}.study-plan-table-view__cell--module-focus{flex-basis:50%;min-width:50%;padding-left:10px;box-sizing:border-box}.study-plan-table-view__cell--week{flex-basis:9%;min-width:9%;padding-left:10px;box-sizing:border-box}.study-plan-table-view__cell--week-focus{flex-basis:36%;min-width:36%;padding-left:10px;box-sizing:border-box}.study-plan-table-view__cell--day-number{flex-basis:5%;min-width:5%}.study-plan-table-view__cell--day-number-focus{display:flex;justify-content:center;align-items:center;flex-basis:5%;min-width:5%;background-color:var(--second-background-color);color:#7ca2dc;font-size:16px;font-weight:700}.study-plan-table-view__cell--day{flex-basis:22%;min-width:22%}.study-plan-table-view__cell--day-focus{flex-basis:22%;min-width:22%;padding-left:10px}.study-plan-table-view__cell--days{display:flex;justify-content:center;align-items:center;text-align:right;flex-basis:5%;min-width:5%;color:#878787}.study-plan-table-view__cell--date{display:flex;justify-content:center;align-items:center;text-align:right;color:#878787}.study-plan-table-view__cell--topics{display:flex;justify-content:center;align-items:center;flex-basis:6%;min-width:6%;text-align:right;color:#39b1eb;font-weight:700}.study-plan-table-view__cell--questions{display:flex;justify-content:center;align-items:center;flex-basis:6%;min-width:6%;text-align:right;color:#6ab197;font-weight:700}.study-plan-table-view__cell--evidences{display:flex;justify-content:center;align-items:center;flex-basis:6%;min-width:6%;text-align:right;color:#f2cc6a;font-weight:700}.study-plan-table-view__cell--videos{display:flex;justify-content:center;align-items:center;flex-basis:6%;min-width:6%;text-align:right;color:#f5a868;font-weight:700}.study-plan-table-view__cell--cases{display:flex;justify-content:center;align-items:center;flex-basis:6%;min-width:4%;text-align:right;color:#9e3c61;font-weight:700}.study-plan-table-view__cell--arrow{display:flex;justify-content:center;align-items:center;flex-basis:5%;min-width:5%;color:#c7c7c7;font-size:8px}.study-plan-table-view__icon-subspec{padding-right:5px}.study-plan-table-view__cell-loading{display:none;position:absolute;width:30px;height:30px;background-image:url(/ux-svg/ortho-loading.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}.study-plan-table-view .icon-arrow-bottom{position:relative;top:2px;transition:color .2s ease}.study-plan-table-view__js-button--open .icon-arrow-bottom{transform:rotate(180deg);top:-1px}.study-plan-table-view__js-button--loading .icon-arrow-bottom{display:none}.study-plan-table-view__js-button--loading .study-plan-table-view__cell-loading{display:inline-block}.study-plan-user-view__peak .km-progress-list{background-color:var(--default-background-color)}#studyPlanDescription{overflow:auto!important}.step{margin-bottom:30px}.step__title{align-items:center;display:flex;color:#333;font-size:16px;font-weight:700;margin-bottom:10px}.step__title .icon-edit{color:#7da2dc;font-weight:700}.step__content--input-controls{display:flex;justify-content:space-between;margin-bottom:10px;min-height:30px}.step__content--input-controls .ortho-input{width:45%}.step__content--input-controls .ortho-input.wide{width:100%}.step__content--input-controls .add-content-button,.step__content--input-controls .add-document-button{background-color:#7ca2dc;border:0;color:#fff;font-size:14px;height:28px;padding:0 15px}.step__content--input-controls .add-content-button:hover,.step__content--input-controls .add-document-button:hover{background-color:#7da2dc}.step__content--input-controls .add-document-button{height:28px;padding-top:7px;position:absolute;width:55px;box-sizing:border-box}.step__content--input-controls .add-document-text{color:#bababa;font-size:14px;left:65px;position:absolute;top:8px}.step__content--input-controls .input-control{position:relative;width:100%}.step__content--input-controls .input-control.file-input-control{border:1px solid #eaeaea}.step__content--input-controls .input-control .add-document-loading{display:none;position:absolute;left:195px;height:20px;top:5px}.step__content--input-controls .input-control input{width:100%}.step__content--input-controls .input-control form{position:absolute;top:5px;opacity:0;z-index:1000}.step__content--input-controls .input-control .content-search-selected{margin-top:10px}.step__content--input-controls--items{font-size:14px}.step__content--input-controls--items--item{display:flex;justify-content:space-between;line-height:16px;padding:10px}.step__content--input-controls--items--item--title{overflow:hidden;text-overflow:ellipsis;width:93%;white-space:nowrap}.step__content--input-controls--items--item:last-child{border-bottom:1px solid #eaeaea}.step__content--input-controls--items--item .icon-x-squared{color:#eaeaea}.step__content--items--item{display:flex;padding:7px 0}.step__content--items--item .icon-link{color:#333}.step__content--items--item div{font-size:14px;margin-right:5px}.step__content--items--item div .icon-edit{color:#7da2dc;font-weight:700}.step__content--items--item div:first-child{margin-right:10px}.step__content--items--item div:last-child{color:#a1a1a1;font-size:12px;margin-right:0}.step__content--items--item--title{display:flex;flex-direction:column;width:95%;color:#333}.step__content--items--item--title div{margin-bottom:5px}.step__content--items--item--title div a{color:#7da2dd;font-size:14px}.step__content--items--item--title div:last-child{margin-bottom:0}.step h3{font-size:14px}.step>h3{min-height:45px;line-height:45px;font-size:17px;background-color:var(--second-background-color);margin-bottom:12px;padding:0;color:var(--main-font-color)}.step>h3.step__wrapper{line-height:1}@media only screen and (max-width:599px){.step>h3.step__wrapper{font-size:15px}}.step__wrapper{display:flex;justify-content:flex-start;align-items:center;font-weight:400}@media only screen and (max-width:599px){.step__wrapper{flex-direction:column;align-items:stretch}}.step__main{display:flex;justify-content:space-between;align-items:center;flex-grow:1}@media only screen and (max-width:599px){.step__main{flex-direction:column;align-items:flex-start}}.step__link{display:inline-block;height:100%;padding:6px 8px;margin-left:5px;box-sizing:border-box;color:var(--main-font-color);transition:background-color .2s ease}@media only screen and (max-width:599px){.step__link{margin-left:0;margin-bottom:5px}}.step__link:focus,.step__link:hover{text-decoration:none;background-color:var(--fourth-background-color)}.step__link.active{background-color:var(--fourth-background-color)}.step__link .icon{position:relative;top:-1px;vertical-align:middle}.step__elem{padding:0 10px}.step__elem--number{background-color:var(--fourth-background-color);min-width:80px;line-height:45px;text-align:center}@media only screen and (max-width:599px){.step__elem--number{text-align:left;line-height:35px;font-weight:700}}@media only screen and (max-width:1023px){.step__elem--title{background-color:#f8f8f8;padding:5px 10px}}.step__elem--quantity{flex-shrink:0}@media only screen and (max-width:599px){.step__elem--quantity{padding:0 10px 5px 10px}}.step__elem--tabs{display:flex}.step__quantity{position:relative}.step__quantity+.step__quantity{padding-left:10px;margin-left:10px}.step__quantity+.step__quantity:before{content:"|";position:absolute;left:-3px;top:-1px;line-height:1}@media only screen and (max-width:599px){.step{width:100%}}.feed-settings__container{margin-top:24px}.feed-settings__header{font-size:24px;text-transform:uppercase;font-weight:600;line-height:1.4;padding-bottom:16px}.feed-settings__activities-table{border:1px solid #9999}.feed-settings__activities-table-item{margin-right:16px;font-size:15px}.feed-settings__activities-table-item--name{width:20%;margin-left:16px}.feed-settings__activities-table-item--description{width:40%}.feed-settings__activities-table-item--homefeed{width:20%;text-align:center}.feed-settings__activities-table-item--eventfeed{width:20%;text-align:center}.feed-settings__activities-row{display:flex;padding:8px}.feed-settings__activities-row--header{font-weight:600}.feed-settings__activities-row--gray{background-color:#f3f3f3}.feed-settings .switch--show-on-feed{cursor:pointer;margin-right:8px;width:32px;height:16px}.feed-settings .switch--show-on-feed input{cursor:pointer}.feed-settings .switch--show-on-feed input:disabled{cursor:not-allowed}.feed-settings .switch--show-on-feed .switch-slider.round{top:4px;bottom:4px;border:none;background:#e0eafb;box-shadow:none}.feed-settings .switch--show-on-feed .switch-slider.round:before{height:16px;width:16px;border:2px solid #4571a7;box-sizing:border-box;bottom:-4px}.feed-settings .switch--show-on-feed .switch-slider.round input:checked+.switch-slider:before{transform:translateX(16px)}.feed-settings .switch--show-on-feed .switch-slider.round:after{content:""}.feed-settings .switch--reversed-white input+.switch-slider:before{background-color:#fff}.feed-settings .switch--reversed-white input:checked+.switch-slider:before{background-color:#4571a7}.group-landing-page .group-landing-header{min-height:140px;max-height:200px;padding:20px 20px;background-color:#395685;background:linear-gradient(180deg,#6b8fbb 0,#395685 100%);margin:10px 0;font-weight:700;position:relative;overflow:hidden;border-radius:1px;padding-top:32px}.group-landing-page .group-landing-header__title-container{position:relative;padding-right:175px}.group-landing-page .group-landing-header__title{color:#fff;font-weight:700;font-size:27px;line-height:31px;max-height:62px;overflow:hidden;margin-bottom:15px}.group-landing-page .group-landing-header__location{color:#fff;font-size:16px;line-height:18px;margin-bottom:16px}.group-landing-page .group-landing-header__logo{position:absolute;top:20px;right:20px;max-height:60px;max-width:175px}.group-landing-page .group-landing-header__controls{display:flex;justify-content:flex-end}.group-landing-page .group-landing-header__edit-link{height:14px;line-height:14px;float:right;font-weight:400;margin-left:10px;font-size:14px;color:#fff}.group-content__row{margin-bottom:32px}.group-content__row--flex{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.group-content__title{display:inline-block;font-size:12px;color:#878787;line-height:18px;font-weight:700;text-transform:uppercase;margin-bottom:5px}.group-content__info{display:block;line-height:21px;color:#333;font-size:14px}.group-content__info .map{height:200px}.group-content__info .map iframe{width:100%;height:100%}.group-content__users{display:flex;align-items:flex-start;flex-wrap:wrap}.group-content__users .author-card--pass-group{width:200px}.group-content__user{width:50%;max-width:510px;min-width:400px;float:left;margin-bottom:10px;margin-top:15px}.group-content__user-image{width:80px;height:80px;overflow:hidden;float:left;border-radius:50%}.group-content__user-image img{width:100%}.group-content__user-info{padding:0 15px;margin-left:80px}.group-content__user-name{font-size:18px;line-height:24px;color:#7da2dc;transition:color .2s ease}.group-content__user-name:hover{text-decoration:none;color:#7da2dc;opacity:.9}.group-content__user-location,.group-content__user-position,.group-content__user-subspecialty{margin-top:8px;font-size:14px;line-height:16px;color:#878787}.group-content__users--chairmans .author-card__photo{width:120px;height:120px;overflow:hidden;float:left;border-radius:50%}.group-content__chairs,.group-content__program-admin,.group-content__residents{margin-bottom:32px}.group-content__group-feed{padding:16px;background-color:#efeff4}.edit-pass-group-settings{padding:16px}.edit-pass-group-settings__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px}.edit-pass-group-settings__title{font-size:18px;font-weight:600;line-height:1.4}.edit-pass-group-settings__save-button-container{display:flex;align-items:center;justify-content:flex-end;margin-bottom:32px}.edit-pass-group-settings__button{border:0;color:#fff;padding:0 16px;font-size:14px;min-height:32px;line-height:32px;display:inline-block;white-space:nowrap;box-sizing:border-box;transition:all linear .2s;border-radius:2px;cursor:pointer;font-family:Roboto,sans-serif}.edit-pass-group-settings__button--blue{background-color:#7ca2dc}.edit-pass-group-settings__button--blue:hover{background-color:#4571a7}.edit-pass-group-settings__button--green{background-color:#79c969}.edit-pass-group-settings__button--green:hover{background-color:#5c9c50}.edit-pass-group-settings__button:hover{text-decoration:none;opacity:.9;color:#fff}.edit-pass-group-settings__form-row{padding-bottom:16px;display:flex;align-items:center;justify-content:start}.edit-pass-group-settings__form-row .image-upload-row__column-upload-logo{display:flex;align-items:center;height:50px;margin:15px 0}.edit-pass-group-settings__form-row .image-upload-row__column-upload-logo--color{height:80px}.edit-pass-group-settings__form-row .image-upload-row__column-upload-logo img{height:50px;width:auto}.edit-pass-group-settings .delete-uploaded-image{border:0;font-size:14px;margin-left:15px;position:absolute;top:75px;right:13px;background-color:transparent}.edit-pass-group-settings .delete-background-color{border:0;font-size:14px;margin-left:15px;right:13px;background-color:transparent}.edit-pass-group-settings__form-column{position:relative;width:100%}.edit-pass-group-settings__form-column--half{width:50%;padding-right:16px}.edit-pass-group-settings__form-column--wide{width:75%;padding-right:16px}.edit-pass-group-settings__form-column--short{width:25%}.marketing-campaign-page{padding-bottom:64px}.marketing-campaign-page__filter-button{min-width:120px;padding:12px 4px;border:none;border-top:8px solid transparent;background-color:transparent;text-align:left;color:var(--second-font-color);font-size:13px}.marketing-campaign-page__filter-button:hover{color:var(--main-font-color)}.marketing-campaign-page__filter-button+.marketing-campaign-page__filter-button{margin-left:24px}.marketing-campaign-page__filter-button--active{border-color:#6ab197}.marketing-campaign-page__filter-button--paused{border-color:#f2cc6a}.marketing-campaign-page__filter-button--disabled{border-color:#d50039}.marketing-campaign-page__filter-button--retired{border-color:#efeff4}.marketing-campaign-page__filter-button--all{border-color:#999}.marketing-campaign-page__filter-button--selected{color:var(--main-font-color)}.dashboard-settings{margin-top:32px;margin-bottom:16px;color:var(--main-font-color)}.dashboard-settings__header{display:flex;align-items:center;justify-content:space-between}.dashboard-settings__title{font-size:24px;font-weight:600}.dashboard-settings__website-select{display:flex;align-items:center;justify-content:flex-start;max-width:255px;margin:16px 0}.dashboard-settings__website-select span{margin-right:16px;font-size:15px;font-weight:600}.dashboard-settings__save-changes{min-height:34px;line-height:34px;font-size:14px;background-color:#79c969;color:var(--inversed-main-font-color);border:0;padding:0 20px;border-radius:1px;cursor:pointer}.dashboard-settings__settings-items{display:flex;align-items:center;justify-content:space-between}.dashboard-settings__settings-items.column{flex-direction:column;align-items:flex-start}.dashboard-settings__settings-item{margin:8px 0 8px 8px}.dashboard-settings__settings-item span{font-size:13px;margin-right:4px}.dashboard-settings__settings-item input{width:240px}.dashboard-settings__settings-item--hidden{display:none}.dashboard-settings .switch{cursor:pointer;margin-right:8px;width:32px;height:16px}.dashboard-settings .switch input[type=text]{cursor:pointer}.dashboard-settings .switch .switch-slider.round{top:4px;bottom:4px;border:none;background:#e0eafb;box-shadow:none}.dashboard-settings .switch .switch-slider.round:before{height:16px;width:16px;border:2px solid #4571a7;box-sizing:border-box;bottom:-4px}.dashboard-settings .switch .switch-slider.round input:checked+.switch-slider:before{transform:translateX(16px)}.dashboard-settings .switch .switch-slider.round:after{content:''}.dashboard-settings .switch--reversed-white input+.switch-slider:before{background-color:#fff}.dashboard-settings .switch--reversed-white input:checked+.switch-slider:before{background-color:#4571a7}.dashboard-settings__content-item{margin-bottom:30px}.dashboard-settings__content-item-data{font-size:14px}.dashboard-settings__content-item-data-header{display:flex;justify-content:space-between;font-weight:700;margin:15px 0}.dashboard-settings__content-item-data-header-labels{display:flex;justify-content:space-between;margin-right:10px;min-width:155px;font-size:12px;text-align:center}.dashboard-settings__content-item-data-header-labels .show-on-feed-label{margin-right:16px}.dashboard-settings__content-item-data-row{align-items:center;display:flex;justify-content:flex-start;margin-bottom:16px}.dashboard-settings__content-item-data-row-color-label{margin-right:10px;width:25px;height:17px}.dashboard-settings__content-item-data-row-label{border-bottom:1px dashed #eaeaea;margin-right:10px;width:100%}.dashboard-settings__content-item-data-row-slider{margin-right:36px}.content-stats__header{padding:24px 0;position:relative}.content-stats__title{font-size:24px;font-weight:600;line-height:1.4;padding:16px 0}.content-stats__name{font-size:15px;line-height:1.4}.content-stats__scope{display:flex;align-items:center;justify-content:flex-start}.content-stats__scope-label{font-size:15px;margin-right:16px}

