/* @import rules moved to the top of the document */
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");
@import url("//fonts.googleapis.com/css?family=EB+Garamond:400,400italic,500");
@import url("//fonts.googleapis.com/css?family=Roboto:400,500,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic");

/* 4mrffepq74mck8cc0s0g8wkw.css */
/* Local stylesheet: /components/com_flexicontent/librairies/jquery/css/ui-lightness/jquery-ui-1.9.2.css, Version: 20210408152143 */
/*! jQuery UI - v1.9.2 - 2014-04-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS,Tahoma,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: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; 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 #fbcb09; background: #fdf5ce url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top 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: #b81900 url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.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); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url("/components/com_flexicontent/librairies/jquery/css/ui-lightness//components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-icons_222222_256x240.png"); }
.ui-widget-content .ui-icon {background-image: url("/components/com_flexicontent/librairies/jquery/css/ui-lightness//components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-icons_222222_256x240.png"); }
.ui-widget-header .ui-icon {background-image: url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-icons_ffffff_256x240.png"); }
.ui-state-default .ui-icon { background-image: url("/components/com_flexicontent/librairies/jquery/css/ui-lightness//components/com_flexicontent/librairies/jquery/css/ui-lightness//components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png"); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("/components/com_flexicontent/librairies/jquery/css/ui-lightness//components/com_flexicontent/librairies/jquery/css/ui-lightness//components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png"); }
.ui-state-active .ui-icon {background-image: url("/components/com_flexicontent/librairies/jquery/css/ui-lightness//components/com_flexicontent/librairies/jquery/css/ui-lightness//components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png"); }
.ui-state-highlight .ui-icon {background-image: url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-icons_228ef1_256x240.png"); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-icons_ffd27a_256x240.png"); }

/* positioning */
.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 { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat; opacity: .5;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url("/components/com_flexicontent/librairies/jquery/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/* Local stylesheet: /components/com_flexicontent/templates/blog/css/item.css, Version: 20250619090001 */
body #flexicontent .fc_item_title,
body #flexicontent .fc_item_title a {
	color: inherit;
	background-color: inherit;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
}
.fcitems {
	background-color: inherit;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
	border: 0px solid inherit;
	color: inherit;
}
body #flexicontent .flexi.label,
body #flexicontent .desc-title.label {
	background-color: #999999;
	color: #ffffff;
	border-radius: 3px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
}
body #flexicontent .customblock.beforedescription.group {
	background-color: inherit;
	padding-top: inheritpx !important;
	padding-right: inheritpx !important;
	padding-left: inheritpx !important;
	padding-bottom: inheritpx !important;
	color: inherit;
	border-radius: 0px;
	border: 0px solid inherit;
	margin-top: 0px !important;
	margin-right: 8px !important;
	margin-left: 8px !important;
	margin-bottom: 0px !important;
}
body #flexicontent .description.group {
	background-color: inherit;
	padding-top: inheritpx !important;
	padding-right: inheritpx !important;
	padding-left: inheritpx !important;
	padding-bottom: inheritpx !important;
	color: inherit;
	border-radius: 0px;
	border: 0px solid inherit;
	margin-top: 0px !important;
	margin-right: 8px !important;
	margin-left: 8px !important;
	margin-bottom: 0px !important;
}
body #flexicontent .customblock.afterdescription.group {
	background-color: inherit;
	padding-top: inheritpx !important;
	padding-right: inheritpx !important;
	padding-left: inheritpx !important;
	padding-bottom: inheritpx !important;
	color: inherit;
	border-radius: 0px;
	border: 0px solid inherit;
	margin-top: 0px !important;
	margin-right: 8px !important;
	margin-left: 8px !important;
	margin-bottom: 0px !important;
}
.iteminfo .createdline,
.iteminfo .modifiedline {
	font-size: 90%;
	display: block;
}
.iteminfo .createdby,
.iteminfo .modifiedby {
	font-size: 90%;
	font-weight: normal;
	display: inline-block;
}
.iteminfo .created,
.iteminfo .modified {
	font-size: 90%;
	font-weight: bold;
	display: inline-block;
}
.itemactions,
.iteminfo,
.itemadditional,
.description {
	margin: 1em 0 1em 0;
}
.iteminfo {
	margin: 1em 0 1em 0.4em;
}
.description {
	clear: both;
}
.itemactions span {
	margin: 0 0 0.5em;
}
.itemactions .voting,
.itemactions .favourites {
	margin-right: 32px;
	float: left;
}
.itemadditional span {
	margin: 0 0 0.3em;
}
.itemadditional .categories {
	display: block;
}
.itemadditional .tags {
	display: block;
}
.customblock {
	width: 98% !important;
	padding: 2px 1% !important;
	margin: 8px 0px !important;
	display: block;
	float: left;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.customblock .element {
	max-width: 100% !important;
	min-width: 50% !important;
	padding: 3px 0% 3px 0% !important;
	margin: 0% !important;
	display: block;
	float: left;
	border-width: 0%;
}
.customblock .element.singlecol {
	width: 100% !important;
	padding: 0% !important;
}
.customblock .element.doublecol {
	width: 48% !important;
	overflow: hidden;
}
.customblock .flexi.value.nolabel {
	width: 100% !important;
}
.group {
	overflow: auto !important;
}


/* Local stylesheet: /templates/lyquix/css/custom/perfect-scrollbar.min.css, Version: 20210408152144 */
.ps{overflow:hidden !important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style:none){.ps{overflow:auto !important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto !important}}


/* Local stylesheet: /templates/lyquix/css/custom/splide.min.css, Version: 20210910141336 */
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}.splide__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:2em;height:2em;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;padding:0;opacity:.7;background:#ccc}.splide__arrow svg{width:1.2em;height:1.2em}.splide__arrow:hover{cursor:pointer;opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{position:absolute;z-index:1;bottom:.5em;left:50%;transform:translateX(-50%);padding:0}.splide__pagination__page{display:inline-block;width:8px;height:8px;background:#ccc;border-radius:50%;margin:3px;padding:0;transition:transform .2s linear;border:none;opacity:.7}.splide__pagination__page.is-active{transform:scale(1.4);background:#fff}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{width:0;height:3px;background:#ccc}.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent}.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border-color:#000}.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{right:1em;left:auto}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{top:auto;bottom:1em}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination{display:flex;flex-direction:column;bottom:50%;left:auto;right:.5em;transform:translateY(50%)}

/* Local stylesheet: /templates/lyquix/css/styles.min.css, Version: 20250618104045 */
@charset "UTF-8";
/*@import rule moved to the top of the file*/

/*@import rule moved to the top of the file*/

/*@import rule moved to the top of the file*/
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif;line-height:1.15}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}audio,canvas,video{display:inline-block}summary{display:list-item}[hidden],template{display:none}a{-webkit-text-decoration-skip:objects;background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border-style:none}svg:not(:root){overflow:hidden}audio:not([controls]){display:none;height:0}figure{margin:1em 40px}hr{height:0;overflow:visible}code,kbd,pre,samp{word-wrap:break-word;font-family:monospace,monospace;font-size:1em;overflow:auto;white-space:pre-wrap}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15em;margin:0}button,input,select{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{line-height:normal}[type=checkbox],[type=radio]{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}optgroup{font-weight:bolder}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:10px;text-rendering:auto;word-break:break-word}body{background-color:#fff;color:#6d6d6d;font-family:Georgia,serif;font-weight:400;line-height:1.66}body,body[screen=sm],body[screen=xs]{font-size:1.5rem}p{margin:1em 0}code,kbd,pre,samp{font-family:Ubuntu Mono,monospace}a{outline:none;text-decoration:none}a,a:hover{color:#142546}a:hover{text-decoration:underline}img{max-width:100%}h1{color:#142546;font-family:Open Sans,sans-serif;font-weight:inherit;margin:.67em 0}body[screen=sm] h1,body[screen=xs] h1,h1{font-size:2.8rem}h2{color:#142546;font-family:Open Sans,sans-serif;font-weight:inherit;margin:.67em 0}body[screen=sm] h2,body[screen=xs] h2,h2{font-size:1.75rem}h3{color:#142546;font-family:Open Sans,sans-serif;font-weight:inherit;line-height:1.66;margin:.67em 0}body[screen=sm] h3,body[screen=xs] h3,h3{font-size:1.6rem}h4{color:#142546;font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.66;margin:.67em 0}h5,h6{color:#142546;font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:inherit;line-height:1.66;margin:.67em 0}input,select,textarea{background-color:#fff;border:1px solid #ccc;color:#6d6d6d;font-family:Georgia,serif;margin:0 .25em;outline:none;padding:.25em}input[type=checkbox],input[type=file],input[type=image],input[type=radio]{background-color:transparent;border-color:transparent}input:disabled,select:disabled,textarea:disabled{background-color:#eee}button,input[type=button],input[type=reset],input[type=submit]{background-color:#142546;border:none;color:#eee;font-family:Georgia,serif;font-weight:700;margin:0 .25em;padding:.5em 2em}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-color:#1f3a6e;color:#fff;text-decoration:none}button:disabled,input[type=button]:disabled,input[type=reset]:disabled,input[type=submit]:disabled{background-color:#999;color:#eee}button:disabled:hover,input[type=button]:disabled:hover,input[type=reset]:disabled:hover,input[type=submit]:disabled:hover{background-color:#ccc}blockquote,label{color:#6d6d6d;font-family:Georgia,serif}blockquote{font-size:1.875rem;line-height:1.328;margin:1em 0;padding:0 2em;position:relative;quotes:"“" "”" "‘" "’"}blockquote:before{content:open-quote;left:0;top:.2em}blockquote:after,blockquote:before{font-family:Georgia,serif;font-size:4em;position:absolute}blockquote:after{bottom:-.2em;content:close-quote;line-height:0;right:0}hr{background-color:#6d6d6d;border:1px solid #6d6d6d;color:#6d6d6d;margin:1em 0}table{border-collapse:collapse;border-spacing:0;max-width:100%}td,th{padding:.5em;text-align:left;vertical-align:top}th{background-color:#eee}td,th{border-bottom:1px solid #ccc;color:#6d6d6d;font-family:Georgia,serif}td{background-color:#fff}ol,ul{padding-left:2em}li{margin:.67em 0}body[screen=xs] .container{margin-left:auto;margin-right:auto;max-width:320px}body[screen=sm] .container{margin-left:auto;margin-right:auto;max-width:640px}body[screen=md] .container{margin-left:auto;margin-right:auto;max-width:960px}body[screen=lg] .container,body[screen=xl] .container{margin-left:auto;margin-right:auto;max-width:1280px}.grid-container{-webkit-box-align:stretch;-ms-flex-align:stretch;grid-column-gap:10px;grid-row-gap:10px;align-items:stretch;display:grid;justify-items:stretch}.grid-cols-1{grid-template-columns:repeat(1,auto)}.grid-cols-2{grid-template-columns:repeat(2,auto)}.grid-cols-3{grid-template-columns:repeat(3,auto)}.grid-cols-4{grid-template-columns:repeat(4,auto)}.grid-cols-5{grid-template-columns:repeat(5,auto)}.grid-cols-6{grid-template-columns:repeat(6,auto)}.grid-cols-7{grid-template-columns:repeat(7,auto)}.grid-cols-8{grid-template-columns:repeat(8,auto)}.grid-cols-9{grid-template-columns:repeat(9,auto)}.grid-cols-10{grid-template-columns:repeat(10,auto)}body[screen=xs] .grid-cols-1-xs{grid-template-columns:repeat(1,auto)}body[screen=xs] .grid-cols-2-xs{grid-template-columns:repeat(2,auto)}body[screen=xs] .grid-cols-3-xs{grid-template-columns:repeat(3,auto)}body[screen=xs] .grid-cols-4-xs{grid-template-columns:repeat(4,auto)}body[screen=xs] .grid-cols-5-xs{grid-template-columns:repeat(5,auto)}body[screen=xs] .grid-cols-6-xs{grid-template-columns:repeat(6,auto)}body[screen=xs] .grid-cols-7-xs{grid-template-columns:repeat(7,auto)}body[screen=xs] .grid-cols-8-xs{grid-template-columns:repeat(8,auto)}body[screen=xs] .grid-cols-9-xs{grid-template-columns:repeat(9,auto)}body[screen=xs] .grid-cols-10-xs{grid-template-columns:repeat(10,auto)}body[screen=sm] .grid-cols-1-sm{grid-template-columns:repeat(1,auto)}body[screen=sm] .grid-cols-2-sm{grid-template-columns:repeat(2,auto)}body[screen=sm] .grid-cols-3-sm{grid-template-columns:repeat(3,auto)}body[screen=sm] .grid-cols-4-sm{grid-template-columns:repeat(4,auto)}body[screen=sm] .grid-cols-5-sm{grid-template-columns:repeat(5,auto)}body[screen=sm] .grid-cols-6-sm{grid-template-columns:repeat(6,auto)}body[screen=sm] .grid-cols-7-sm{grid-template-columns:repeat(7,auto)}body[screen=sm] .grid-cols-8-sm{grid-template-columns:repeat(8,auto)}body[screen=sm] .grid-cols-9-sm{grid-template-columns:repeat(9,auto)}body[screen=sm] .grid-cols-10-sm{grid-template-columns:repeat(10,auto)}body[screen=md] .grid-cols-1-md{grid-template-columns:repeat(1,auto)}body[screen=md] .grid-cols-2-md{grid-template-columns:repeat(2,auto)}body[screen=md] .grid-cols-3-md{grid-template-columns:repeat(3,auto)}body[screen=md] .grid-cols-4-md{grid-template-columns:repeat(4,auto)}body[screen=md] .grid-cols-5-md{grid-template-columns:repeat(5,auto)}body[screen=md] .grid-cols-6-md{grid-template-columns:repeat(6,auto)}body[screen=md] .grid-cols-7-md{grid-template-columns:repeat(7,auto)}body[screen=md] .grid-cols-8-md{grid-template-columns:repeat(8,auto)}body[screen=md] .grid-cols-9-md{grid-template-columns:repeat(9,auto)}body[screen=md] .grid-cols-10-md{grid-template-columns:repeat(10,auto)}body[screen=lg] .grid-cols-1-lg{grid-template-columns:repeat(1,auto)}body[screen=lg] .grid-cols-2-lg{grid-template-columns:repeat(2,auto)}body[screen=lg] .grid-cols-3-lg{grid-template-columns:repeat(3,auto)}body[screen=lg] .grid-cols-4-lg{grid-template-columns:repeat(4,auto)}body[screen=lg] .grid-cols-5-lg{grid-template-columns:repeat(5,auto)}body[screen=lg] .grid-cols-6-lg{grid-template-columns:repeat(6,auto)}body[screen=lg] .grid-cols-7-lg{grid-template-columns:repeat(7,auto)}body[screen=lg] .grid-cols-8-lg{grid-template-columns:repeat(8,auto)}body[screen=lg] .grid-cols-9-lg{grid-template-columns:repeat(9,auto)}body[screen=lg] .grid-cols-10-lg{grid-template-columns:repeat(10,auto)}body[screen=xl] .grid-cols-1-xl{grid-template-columns:repeat(1,auto)}body[screen=xl] .grid-cols-2-xl{grid-template-columns:repeat(2,auto)}body[screen=xl] .grid-cols-3-xl{grid-template-columns:repeat(3,auto)}body[screen=xl] .grid-cols-4-xl{grid-template-columns:repeat(4,auto)}body[screen=xl] .grid-cols-5-xl{grid-template-columns:repeat(5,auto)}body[screen=xl] .grid-cols-6-xl{grid-template-columns:repeat(6,auto)}body[screen=xl] .grid-cols-7-xl{grid-template-columns:repeat(7,auto)}body[screen=xl] .grid-cols-8-xl{grid-template-columns:repeat(8,auto)}body[screen=xl] .grid-cols-9-xl{grid-template-columns:repeat(9,auto)}body[screen=xl] .grid-cols-10-xl{grid-template-columns:repeat(10,auto)}.grid-justify-start{justify-items:start}.grid-justify-end{justify-items:end}.grid-justify-center{justify-items:center}.grid-justify-stretch{justify-items:stretch}.grid-align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.grid-align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:end}.grid-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grid-align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.grid-justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.grid-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.grid-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid-justify-stretch{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.grid-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.grid-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grid-justify-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.grid-align-start{-ms-flex-line-pack:start;align-content:start}.grid-align-end{-ms-flex-line-pack:end;align-content:end}.grid-align-center{-ms-flex-line-pack:center;align-content:center}.grid-align-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.grid-align-space-around{-ms-flex-line-pack:distribute;align-content:space-around}.grid-align-space-between{-ms-flex-line-pack:justify;align-content:space-between}.grid-align-space-evenly{-ms-flex-line-pack:space-evenly;align-content:space-evenly}.flex-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:stretch;-ms-flex-align:stretch;-ms-flex-line-pack:stretch;align-content:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start}.flex-container,.flex-direction-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.flex-direction-row{-ms-flex-direction:row;flex-direction:row}.flex-direction-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-direction-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.flex-justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.flex-justify-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flex-align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex-align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-align-items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.flex-align-items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.flex-align-content-start{-ms-flex-line-pack:start;align-content:flex-start}.flex-align-content-end{-ms-flex-line-pack:end;align-content:flex-end}.flex-align-content-center{-ms-flex-line-pack:center;align-content:center}.flex-align-content-space-between{-ms-flex-line-pack:justify;align-content:space-between}.flex-align-content-space-around{-ms-flex-line-pack:distribute;align-content:space-around}.flex-align-content-space-evenly{-ms-flex-line-pack:space-evenly;align-content:space-evenly}.blk100\%,.blk100\%-lg,.blk100\%-md,.blk100\%-sm,.blk100\%-xl,.blk100\%-xs,.blk10\%,.blk10\%-lg,.blk10\%-md,.blk10\%-sm,.blk10\%-xl,.blk10\%-xs,.blk10\/10,.blk10\/10-lg,.blk10\/10-md,.blk10\/10-sm,.blk10\/10-xl,.blk10\/10-xs,.blk15\%,.blk15\%-lg,.blk15\%-md,.blk15\%-sm,.blk15\%-xl,.blk15\%-xs,.blk1\/1,.blk1\/1-lg,.blk1\/1-md,.blk1\/1-sm,.blk1\/1-xl,.blk1\/1-xs,.blk1\/10,.blk1\/10-lg,.blk1\/10-md,.blk1\/10-sm,.blk1\/10-xl,.blk1\/10-xs,.blk1\/2,.blk1\/2-lg,.blk1\/2-md,.blk1\/2-sm,.blk1\/2-xl,.blk1\/2-xs,.blk1\/3,.blk1\/3-lg,.blk1\/3-md,.blk1\/3-sm,.blk1\/3-xl,.blk1\/3-xs,.blk1\/4,.blk1\/4-lg,.blk1\/4-md,.blk1\/4-sm,.blk1\/4-xl,.blk1\/4-xs,.blk1\/5,.blk1\/5-lg,.blk1\/5-md,.blk1\/5-sm,.blk1\/5-xl,.blk1\/5-xs,.blk1\/6,.blk1\/6-lg,.blk1\/6-md,.blk1\/6-sm,.blk1\/6-xl,.blk1\/6-xs,.blk1\/7,.blk1\/7-lg,.blk1\/7-md,.blk1\/7-sm,.blk1\/7-xl,.blk1\/7-xs,.blk1\/8,.blk1\/8-lg,.blk1\/8-md,.blk1\/8-sm,.blk1\/8-xl,.blk1\/8-xs,.blk1\/9,.blk1\/9-lg,.blk1\/9-md,.blk1\/9-sm,.blk1\/9-xl,.blk1\/9-xs,.blk20\%,.blk20\%-lg,.blk20\%-md,.blk20\%-sm,.blk20\%-xl,.blk20\%-xs,.blk25\%,.blk25\%-lg,.blk25\%-md,.blk25\%-sm,.blk25\%-xl,.blk25\%-xs,.blk2\/10,.blk2\/10-lg,.blk2\/10-md,.blk2\/10-sm,.blk2\/10-xl,.blk2\/10-xs,.blk2\/2,.blk2\/2-lg,.blk2\/2-md,.blk2\/2-sm,.blk2\/2-xl,.blk2\/2-xs,.blk2\/3,.blk2\/3-lg,.blk2\/3-md,.blk2\/3-sm,.blk2\/3-xl,.blk2\/3-xs,.blk2\/4,.blk2\/4-lg,.blk2\/4-md,.blk2\/4-sm,.blk2\/4-xl,.blk2\/4-xs,.blk2\/5,.blk2\/5-lg,.blk2\/5-md,.blk2\/5-sm,.blk2\/5-xl,.blk2\/5-xs,.blk2\/6,.blk2\/6-lg,.blk2\/6-md,.blk2\/6-sm,.blk2\/6-xl,.blk2\/6-xs,.blk2\/7,.blk2\/7-lg,.blk2\/7-md,.blk2\/7-sm,.blk2\/7-xl,.blk2\/7-xs,.blk2\/8,.blk2\/8-lg,.blk2\/8-md,.blk2\/8-sm,.blk2\/8-xl,.blk2\/8-xs,.blk2\/9,.blk2\/9-lg,.blk2\/9-md,.blk2\/9-sm,.blk2\/9-xl,.blk2\/9-xs,.blk30\%,.blk30\%-lg,.blk30\%-md,.blk30\%-sm,.blk30\%-xl,.blk30\%-xs,.blk35\%,.blk35\%-lg,.blk35\%-md,.blk35\%-sm,.blk35\%-xl,.blk35\%-xs,.blk3\/10,.blk3\/10-lg,.blk3\/10-md,.blk3\/10-sm,.blk3\/10-xl,.blk3\/10-xs,.blk3\/3,.blk3\/3-lg,.blk3\/3-md,.blk3\/3-sm,.blk3\/3-xl,.blk3\/3-xs,.blk3\/4,.blk3\/4-lg,.blk3\/4-md,.blk3\/4-sm,.blk3\/4-xl,.blk3\/4-xs,.blk3\/5,.blk3\/5-lg,.blk3\/5-md,.blk3\/5-sm,.blk3\/5-xl,.blk3\/5-xs,.blk3\/6,.blk3\/6-lg,.blk3\/6-md,.blk3\/6-sm,.blk3\/6-xl,.blk3\/6-xs,.blk3\/7,.blk3\/7-lg,.blk3\/7-md,.blk3\/7-sm,.blk3\/7-xl,.blk3\/7-xs,.blk3\/8,.blk3\/8-lg,.blk3\/8-md,.blk3\/8-sm,.blk3\/8-xl,.blk3\/8-xs,.blk3\/9,.blk3\/9-lg,.blk3\/9-md,.blk3\/9-sm,.blk3\/9-xl,.blk3\/9-xs,.blk40\%,.blk40\%-lg,.blk40\%-md,.blk40\%-sm,.blk40\%-xl,.blk40\%-xs,.blk45\%,.blk45\%-lg,.blk45\%-md,.blk45\%-sm,.blk45\%-xl,.blk45\%-xs,.blk4\/10,.blk4\/10-lg,.blk4\/10-md,.blk4\/10-sm,.blk4\/10-xl,.blk4\/10-xs,.blk4\/4,.blk4\/4-lg,.blk4\/4-md,.blk4\/4-sm,.blk4\/4-xl,.blk4\/4-xs,.blk4\/5,.blk4\/5-lg,.blk4\/5-md,.blk4\/5-sm,.blk4\/5-xl,.blk4\/5-xs,.blk4\/6,.blk4\/6-lg,.blk4\/6-md,.blk4\/6-sm,.blk4\/6-xl,.blk4\/6-xs,.blk4\/7,.blk4\/7-lg,.blk4\/7-md,.blk4\/7-sm,.blk4\/7-xl,.blk4\/7-xs,.blk4\/8,.blk4\/8-lg,.blk4\/8-md,.blk4\/8-sm,.blk4\/8-xl,.blk4\/8-xs,.blk4\/9,.blk4\/9-lg,.blk4\/9-md,.blk4\/9-sm,.blk4\/9-xl,.blk4\/9-xs,.blk50\%,.blk50\%-lg,.blk50\%-md,.blk50\%-sm,.blk50\%-xl,.blk50\%-xs,.blk55\%,.blk55\%-lg,.blk55\%-md,.blk55\%-sm,.blk55\%-xl,.blk55\%-xs,.blk5\%,.blk5\%-lg,.blk5\%-md,.blk5\%-sm,.blk5\%-xl,.blk5\%-xs,.blk5\/10,.blk5\/10-lg,.blk5\/10-md,.blk5\/10-sm,.blk5\/10-xl,.blk5\/10-xs,.blk5\/5,.blk5\/5-lg,.blk5\/5-md,.blk5\/5-sm,.blk5\/5-xl,.blk5\/5-xs,.blk5\/6,.blk5\/6-lg,.blk5\/6-md,.blk5\/6-sm,.blk5\/6-xl,.blk5\/6-xs,.blk5\/7,.blk5\/7-lg,.blk5\/7-md,.blk5\/7-sm,.blk5\/7-xl,.blk5\/7-xs,.blk5\/8,.blk5\/8-lg,.blk5\/8-md,.blk5\/8-sm,.blk5\/8-xl,.blk5\/8-xs,.blk5\/9,.blk5\/9-lg,.blk5\/9-md,.blk5\/9-sm,.blk5\/9-xl,.blk5\/9-xs,.blk60\%,.blk60\%-lg,.blk60\%-md,.blk60\%-sm,.blk60\%-xl,.blk60\%-xs,.blk65\%,.blk65\%-lg,.blk65\%-md,.blk65\%-sm,.blk65\%-xl,.blk65\%-xs,.blk6\/10,.blk6\/10-lg,.blk6\/10-md,.blk6\/10-sm,.blk6\/10-xl,.blk6\/10-xs,.blk6\/6,.blk6\/6-lg,.blk6\/6-md,.blk6\/6-sm,.blk6\/6-xl,.blk6\/6-xs,.blk6\/7,.blk6\/7-lg,.blk6\/7-md,.blk6\/7-sm,.blk6\/7-xl,.blk6\/7-xs,.blk6\/8,.blk6\/8-lg,.blk6\/8-md,.blk6\/8-sm,.blk6\/8-xl,.blk6\/8-xs,.blk6\/9,.blk6\/9-lg,.blk6\/9-md,.blk6\/9-sm,.blk6\/9-xl,.blk6\/9-xs,.blk70\%,.blk70\%-lg,.blk70\%-md,.blk70\%-sm,.blk70\%-xl,.blk70\%-xs,.blk75\%,.blk75\%-lg,.blk75\%-md,.blk75\%-sm,.blk75\%-xl,.blk75\%-xs,.blk7\/10,.blk7\/10-lg,.blk7\/10-md,.blk7\/10-sm,.blk7\/10-xl,.blk7\/10-xs,.blk7\/7,.blk7\/7-lg,.blk7\/7-md,.blk7\/7-sm,.blk7\/7-xl,.blk7\/7-xs,.blk7\/8,.blk7\/8-lg,.blk7\/8-md,.blk7\/8-sm,.blk7\/8-xl,.blk7\/8-xs,.blk7\/9,.blk7\/9-lg,.blk7\/9-md,.blk7\/9-sm,.blk7\/9-xl,.blk7\/9-xs,.blk80\%,.blk80\%-lg,.blk80\%-md,.blk80\%-sm,.blk80\%-xl,.blk80\%-xs,.blk85\%,.blk85\%-lg,.blk85\%-md,.blk85\%-sm,.blk85\%-xl,.blk85\%-xs,.blk8\/10,.blk8\/10-lg,.blk8\/10-md,.blk8\/10-sm,.blk8\/10-xl,.blk8\/10-xs,.blk8\/8,.blk8\/8-lg,.blk8\/8-md,.blk8\/8-sm,.blk8\/8-xl,.blk8\/8-xs,.blk8\/9,.blk8\/9-lg,.blk8\/9-md,.blk8\/9-sm,.blk8\/9-xl,.blk8\/9-xs,.blk90\%,.blk90\%-lg,.blk90\%-md,.blk90\%-sm,.blk90\%-xl,.blk90\%-xs,.blk95\%,.blk95\%-lg,.blk95\%-md,.blk95\%-sm,.blk95\%-xl,.blk95\%-xs,.blk9\/10,.blk9\/10-lg,.blk9\/10-md,.blk9\/10-sm,.blk9\/10-xl,.blk9\/10-xs,.blk9\/9,.blk9\/9-lg,.blk9\/9-md,.blk9\/9-sm,.blk9\/9-xl,.blk9\/9-xs{display:block}body[screen=xs] .blk100\%,body[screen=xs] .blk100\%-xs,body[screen=xs] .blk10\%,body[screen=xs] .blk10\%-xs,body[screen=xs] .blk10\/10,body[screen=xs] .blk10\/10-xs,body[screen=xs] .blk15\%,body[screen=xs] .blk15\%-xs,body[screen=xs] .blk1\/1,body[screen=xs] .blk1\/1-xs,body[screen=xs] .blk1\/10,body[screen=xs] .blk1\/10-xs,body[screen=xs] .blk1\/2,body[screen=xs] .blk1\/2-xs,body[screen=xs] .blk1\/3,body[screen=xs] .blk1\/3-xs,body[screen=xs] .blk1\/4,body[screen=xs] .blk1\/4-xs,body[screen=xs] .blk1\/5,body[screen=xs] .blk1\/5-xs,body[screen=xs] .blk1\/6,body[screen=xs] .blk1\/6-xs,body[screen=xs] .blk1\/7,body[screen=xs] .blk1\/7-xs,body[screen=xs] .blk1\/8,body[screen=xs] .blk1\/8-xs,body[screen=xs] .blk1\/9,body[screen=xs] .blk1\/9-xs,body[screen=xs] .blk20\%,body[screen=xs] .blk20\%-xs,body[screen=xs] .blk25\%,body[screen=xs] .blk25\%-xs,body[screen=xs] .blk2\/10,body[screen=xs] .blk2\/10-xs,body[screen=xs] .blk2\/2,body[screen=xs] .blk2\/2-xs,body[screen=xs] .blk2\/3,body[screen=xs] .blk2\/3-xs,body[screen=xs] .blk2\/4,body[screen=xs] .blk2\/4-xs,body[screen=xs] .blk2\/5,body[screen=xs] .blk2\/5-xs,body[screen=xs] .blk2\/6,body[screen=xs] .blk2\/6-xs,body[screen=xs] .blk2\/7,body[screen=xs] .blk2\/7-xs,body[screen=xs] .blk2\/8,body[screen=xs] .blk2\/8-xs,body[screen=xs] .blk2\/9,body[screen=xs] .blk2\/9-xs,body[screen=xs] .blk30\%,body[screen=xs] .blk30\%-xs,body[screen=xs] .blk35\%,body[screen=xs] .blk35\%-xs,body[screen=xs] .blk3\/10,body[screen=xs] .blk3\/10-xs,body[screen=xs] .blk3\/3,body[screen=xs] .blk3\/3-xs,body[screen=xs] .blk3\/4,body[screen=xs] .blk3\/4-xs,body[screen=xs] .blk3\/5,body[screen=xs] .blk3\/5-xs,body[screen=xs] .blk3\/6,body[screen=xs] .blk3\/6-xs,body[screen=xs] .blk3\/7,body[screen=xs] .blk3\/7-xs,body[screen=xs] .blk3\/8,body[screen=xs] .blk3\/8-xs,body[screen=xs] .blk3\/9,body[screen=xs] .blk3\/9-xs,body[screen=xs] .blk40\%,body[screen=xs] .blk40\%-xs,body[screen=xs] .blk45\%,body[screen=xs] .blk45\%-xs,body[screen=xs] .blk4\/10,body[screen=xs] .blk4\/10-xs,body[screen=xs] .blk4\/4,body[screen=xs] .blk4\/4-xs,body[screen=xs] .blk4\/5,body[screen=xs] .blk4\/5-xs,body[screen=xs] .blk4\/6,body[screen=xs] .blk4\/6-xs,body[screen=xs] .blk4\/7,body[screen=xs] .blk4\/7-xs,body[screen=xs] .blk4\/8,body[screen=xs] .blk4\/8-xs,body[screen=xs] .blk4\/9,body[screen=xs] .blk4\/9-xs,body[screen=xs] .blk50\%,body[screen=xs] .blk50\%-xs,body[screen=xs] .blk55\%,body[screen=xs] .blk55\%-xs,body[screen=xs] .blk5\%,body[screen=xs] .blk5\%-xs,body[screen=xs] .blk5\/10,body[screen=xs] .blk5\/10-xs,body[screen=xs] .blk5\/5,body[screen=xs] .blk5\/5-xs,body[screen=xs] .blk5\/6,body[screen=xs] .blk5\/6-xs,body[screen=xs] .blk5\/7,body[screen=xs] .blk5\/7-xs,body[screen=xs] .blk5\/8,body[screen=xs] .blk5\/8-xs,body[screen=xs] .blk5\/9,body[screen=xs] .blk5\/9-xs,body[screen=xs] .blk60\%,body[screen=xs] .blk60\%-xs,body[screen=xs] .blk65\%,body[screen=xs] .blk65\%-xs,body[screen=xs] .blk6\/10,body[screen=xs] .blk6\/10-xs,body[screen=xs] .blk6\/6,body[screen=xs] .blk6\/6-xs,body[screen=xs] .blk6\/7,body[screen=xs] .blk6\/7-xs,body[screen=xs] .blk6\/8,body[screen=xs] .blk6\/8-xs,body[screen=xs] .blk6\/9,body[screen=xs] .blk6\/9-xs,body[screen=xs] .blk70\%,body[screen=xs] .blk70\%-xs,body[screen=xs] .blk75\%,body[screen=xs] .blk75\%-xs,body[screen=xs] .blk7\/10,body[screen=xs] .blk7\/10-xs,body[screen=xs] .blk7\/7,body[screen=xs] .blk7\/7-xs,body[screen=xs] .blk7\/8,body[screen=xs] .blk7\/8-xs,body[screen=xs] .blk7\/9,body[screen=xs] .blk7\/9-xs,body[screen=xs] .blk80\%,body[screen=xs] .blk80\%-xs,body[screen=xs] .blk85\%,body[screen=xs] .blk85\%-xs,body[screen=xs] .blk8\/10,body[screen=xs] .blk8\/10-xs,body[screen=xs] .blk8\/8,body[screen=xs] .blk8\/8-xs,body[screen=xs] .blk8\/9,body[screen=xs] .blk8\/9-xs,body[screen=xs] .blk90\%,body[screen=xs] .blk90\%-xs,body[screen=xs] .blk95\%,body[screen=xs] .blk95\%-xs,body[screen=xs] .blk9\/10,body[screen=xs] .blk9\/10-xs,body[screen=xs] .blk9\/9,body[screen=xs] .blk9\/9-xs{border-width:1px;margin:5px;padding:4px}body[screen=xs] .blk1\/1,body[screen=xs] .blk1\/1-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/2,body[screen=xs] .blk1\/2-xs{width:calc(50% - 10px)}body[screen=xs] .blk2\/2,body[screen=xs] .blk2\/2-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/3,body[screen=xs] .blk1\/3-xs{width:calc(33.33333% - 10px)}body[screen=xs] .blk2\/3,body[screen=xs] .blk2\/3-xs{width:calc(66.66667% - 10px)}body[screen=xs] .blk3\/3,body[screen=xs] .blk3\/3-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/4,body[screen=xs] .blk1\/4-xs{width:calc(25% - 10px)}body[screen=xs] .blk2\/4,body[screen=xs] .blk2\/4-xs{width:calc(50% - 10px)}body[screen=xs] .blk3\/4,body[screen=xs] .blk3\/4-xs{width:calc(75% - 10px)}body[screen=xs] .blk4\/4,body[screen=xs] .blk4\/4-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/5,body[screen=xs] .blk1\/5-xs{width:calc(20% - 10px)}body[screen=xs] .blk2\/5,body[screen=xs] .blk2\/5-xs{width:calc(40% - 10px)}body[screen=xs] .blk3\/5,body[screen=xs] .blk3\/5-xs{width:calc(60% - 10px)}body[screen=xs] .blk4\/5,body[screen=xs] .blk4\/5-xs{width:calc(80% - 10px)}body[screen=xs] .blk5\/5,body[screen=xs] .blk5\/5-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/6,body[screen=xs] .blk1\/6-xs{width:calc(16.66667% - 10px)}body[screen=xs] .blk2\/6,body[screen=xs] .blk2\/6-xs{width:calc(33.33333% - 10px)}body[screen=xs] .blk3\/6,body[screen=xs] .blk3\/6-xs{width:calc(50% - 10px)}body[screen=xs] .blk4\/6,body[screen=xs] .blk4\/6-xs{width:calc(66.66667% - 10px)}body[screen=xs] .blk5\/6,body[screen=xs] .blk5\/6-xs{width:calc(83.33333% - 10px)}body[screen=xs] .blk6\/6,body[screen=xs] .blk6\/6-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/7,body[screen=xs] .blk1\/7-xs{width:calc(14.28571% - 10px)}body[screen=xs] .blk2\/7,body[screen=xs] .blk2\/7-xs{width:calc(28.57143% - 10px)}body[screen=xs] .blk3\/7,body[screen=xs] .blk3\/7-xs{width:calc(42.85714% - 10px)}body[screen=xs] .blk4\/7,body[screen=xs] .blk4\/7-xs{width:calc(57.14286% - 10px)}body[screen=xs] .blk5\/7,body[screen=xs] .blk5\/7-xs{width:calc(71.42857% - 10px)}body[screen=xs] .blk6\/7,body[screen=xs] .blk6\/7-xs{width:calc(85.71429% - 10px)}body[screen=xs] .blk7\/7,body[screen=xs] .blk7\/7-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/8,body[screen=xs] .blk1\/8-xs{width:calc(12.5% - 10px)}body[screen=xs] .blk2\/8,body[screen=xs] .blk2\/8-xs{width:calc(25% - 10px)}body[screen=xs] .blk3\/8,body[screen=xs] .blk3\/8-xs{width:calc(37.5% - 10px)}body[screen=xs] .blk4\/8,body[screen=xs] .blk4\/8-xs{width:calc(50% - 10px)}body[screen=xs] .blk5\/8,body[screen=xs] .blk5\/8-xs{width:calc(62.5% - 10px)}body[screen=xs] .blk6\/8,body[screen=xs] .blk6\/8-xs{width:calc(75% - 10px)}body[screen=xs] .blk7\/8,body[screen=xs] .blk7\/8-xs{width:calc(87.5% - 10px)}body[screen=xs] .blk8\/8,body[screen=xs] .blk8\/8-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/9,body[screen=xs] .blk1\/9-xs{width:calc(11.11111% - 10px)}body[screen=xs] .blk2\/9,body[screen=xs] .blk2\/9-xs{width:calc(22.22222% - 10px)}body[screen=xs] .blk3\/9,body[screen=xs] .blk3\/9-xs{width:calc(33.33333% - 10px)}body[screen=xs] .blk4\/9,body[screen=xs] .blk4\/9-xs{width:calc(44.44444% - 10px)}body[screen=xs] .blk5\/9,body[screen=xs] .blk5\/9-xs{width:calc(55.55556% - 10px)}body[screen=xs] .blk6\/9,body[screen=xs] .blk6\/9-xs{width:calc(66.66667% - 10px)}body[screen=xs] .blk7\/9,body[screen=xs] .blk7\/9-xs{width:calc(77.77778% - 10px)}body[screen=xs] .blk8\/9,body[screen=xs] .blk8\/9-xs{width:calc(88.88889% - 10px)}body[screen=xs] .blk9\/9,body[screen=xs] .blk9\/9-xs{width:calc(100% - 10px)}body[screen=xs] .blk1\/10,body[screen=xs] .blk1\/10-xs{width:calc(10% - 10px)}body[screen=xs] .blk2\/10,body[screen=xs] .blk2\/10-xs{width:calc(20% - 10px)}body[screen=xs] .blk3\/10,body[screen=xs] .blk3\/10-xs{width:calc(30% - 10px)}body[screen=xs] .blk4\/10,body[screen=xs] .blk4\/10-xs{width:calc(40% - 10px)}body[screen=xs] .blk5\/10,body[screen=xs] .blk5\/10-xs{width:calc(50% - 10px)}body[screen=xs] .blk6\/10,body[screen=xs] .blk6\/10-xs{width:calc(60% - 10px)}body[screen=xs] .blk7\/10,body[screen=xs] .blk7\/10-xs{width:calc(70% - 10px)}body[screen=xs] .blk8\/10,body[screen=xs] .blk8\/10-xs{width:calc(80% - 10px)}body[screen=xs] .blk9\/10,body[screen=xs] .blk9\/10-xs{width:calc(90% - 10px)}body[screen=xs] .blk10\/10,body[screen=xs] .blk10\/10-xs{width:calc(100% - 10px)}body[screen=xs] .blk5\%,body[screen=xs] .blk5\%-xs{width:calc(5% - 10px)}body[screen=xs] .blk10\%,body[screen=xs] .blk10\%-xs{width:calc(10% - 10px)}body[screen=xs] .blk15\%,body[screen=xs] .blk15\%-xs{width:calc(15% - 10px)}body[screen=xs] .blk20\%,body[screen=xs] .blk20\%-xs{width:calc(20% - 10px)}body[screen=xs] .blk25\%,body[screen=xs] .blk25\%-xs{width:calc(25% - 10px)}body[screen=xs] .blk30\%,body[screen=xs] .blk30\%-xs{width:calc(30% - 10px)}body[screen=xs] .blk35\%,body[screen=xs] .blk35\%-xs{width:calc(35% - 10px)}body[screen=xs] .blk40\%,body[screen=xs] .blk40\%-xs{width:calc(40% - 10px)}body[screen=xs] .blk45\%,body[screen=xs] .blk45\%-xs{width:calc(45% - 10px)}body[screen=xs] .blk50\%,body[screen=xs] .blk50\%-xs{width:calc(50% - 10px)}body[screen=xs] .blk55\%,body[screen=xs] .blk55\%-xs{width:calc(55% - 10px)}body[screen=xs] .blk60\%,body[screen=xs] .blk60\%-xs{width:calc(60% - 10px)}body[screen=xs] .blk65\%,body[screen=xs] .blk65\%-xs{width:calc(65% - 10px)}body[screen=xs] .blk70\%,body[screen=xs] .blk70\%-xs{width:calc(70% - 10px)}body[screen=xs] .blk75\%,body[screen=xs] .blk75\%-xs{width:calc(75% - 10px)}body[screen=xs] .blk80\%,body[screen=xs] .blk80\%-xs{width:calc(80% - 10px)}body[screen=xs] .blk85\%,body[screen=xs] .blk85\%-xs{width:calc(85% - 10px)}body[screen=xs] .blk90\%,body[screen=xs] .blk90\%-xs{width:calc(90% - 10px)}body[screen=xs] .blk95\%,body[screen=xs] .blk95\%-xs{width:calc(95% - 10px)}body[screen=xs] .blk100\%,body[screen=xs] .blk100\%-xs{width:calc(100% - 10px)}body[screen=sm] .blk100\%,body[screen=sm] .blk100\%-sm,body[screen=sm] .blk10\%,body[screen=sm] .blk10\%-sm,body[screen=sm] .blk10\/10,body[screen=sm] .blk10\/10-sm,body[screen=sm] .blk15\%,body[screen=sm] .blk15\%-sm,body[screen=sm] .blk1\/1,body[screen=sm] .blk1\/1-sm,body[screen=sm] .blk1\/10,body[screen=sm] .blk1\/10-sm,body[screen=sm] .blk1\/2,body[screen=sm] .blk1\/2-sm,body[screen=sm] .blk1\/3,body[screen=sm] .blk1\/3-sm,body[screen=sm] .blk1\/4,body[screen=sm] .blk1\/4-sm,body[screen=sm] .blk1\/5,body[screen=sm] .blk1\/5-sm,body[screen=sm] .blk1\/6,body[screen=sm] .blk1\/6-sm,body[screen=sm] .blk1\/7,body[screen=sm] .blk1\/7-sm,body[screen=sm] .blk1\/8,body[screen=sm] .blk1\/8-sm,body[screen=sm] .blk1\/9,body[screen=sm] .blk1\/9-sm,body[screen=sm] .blk20\%,body[screen=sm] .blk20\%-sm,body[screen=sm] .blk25\%,body[screen=sm] .blk25\%-sm,body[screen=sm] .blk2\/10,body[screen=sm] .blk2\/10-sm,body[screen=sm] .blk2\/2,body[screen=sm] .blk2\/2-sm,body[screen=sm] .blk2\/3,body[screen=sm] .blk2\/3-sm,body[screen=sm] .blk2\/4,body[screen=sm] .blk2\/4-sm,body[screen=sm] .blk2\/5,body[screen=sm] .blk2\/5-sm,body[screen=sm] .blk2\/6,body[screen=sm] .blk2\/6-sm,body[screen=sm] .blk2\/7,body[screen=sm] .blk2\/7-sm,body[screen=sm] .blk2\/8,body[screen=sm] .blk2\/8-sm,body[screen=sm] .blk2\/9,body[screen=sm] .blk2\/9-sm,body[screen=sm] .blk30\%,body[screen=sm] .blk30\%-sm,body[screen=sm] .blk35\%,body[screen=sm] .blk35\%-sm,body[screen=sm] .blk3\/10,body[screen=sm] .blk3\/10-sm,body[screen=sm] .blk3\/3,body[screen=sm] .blk3\/3-sm,body[screen=sm] .blk3\/4,body[screen=sm] .blk3\/4-sm,body[screen=sm] .blk3\/5,body[screen=sm] .blk3\/5-sm,body[screen=sm] .blk3\/6,body[screen=sm] .blk3\/6-sm,body[screen=sm] .blk3\/7,body[screen=sm] .blk3\/7-sm,body[screen=sm] .blk3\/8,body[screen=sm] .blk3\/8-sm,body[screen=sm] .blk3\/9,body[screen=sm] .blk3\/9-sm,body[screen=sm] .blk40\%,body[screen=sm] .blk40\%-sm,body[screen=sm] .blk45\%,body[screen=sm] .blk45\%-sm,body[screen=sm] .blk4\/10,body[screen=sm] .blk4\/10-sm,body[screen=sm] .blk4\/4,body[screen=sm] .blk4\/4-sm,body[screen=sm] .blk4\/5,body[screen=sm] .blk4\/5-sm,body[screen=sm] .blk4\/6,body[screen=sm] .blk4\/6-sm,body[screen=sm] .blk4\/7,body[screen=sm] .blk4\/7-sm,body[screen=sm] .blk4\/8,body[screen=sm] .blk4\/8-sm,body[screen=sm] .blk4\/9,body[screen=sm] .blk4\/9-sm,body[screen=sm] .blk50\%,body[screen=sm] .blk50\%-sm,body[screen=sm] .blk55\%,body[screen=sm] .blk55\%-sm,body[screen=sm] .blk5\%,body[screen=sm] .blk5\%-sm,body[screen=sm] .blk5\/10,body[screen=sm] .blk5\/10-sm,body[screen=sm] .blk5\/5,body[screen=sm] .blk5\/5-sm,body[screen=sm] .blk5\/6,body[screen=sm] .blk5\/6-sm,body[screen=sm] .blk5\/7,body[screen=sm] .blk5\/7-sm,body[screen=sm] .blk5\/8,body[screen=sm] .blk5\/8-sm,body[screen=sm] .blk5\/9,body[screen=sm] .blk5\/9-sm,body[screen=sm] .blk60\%,body[screen=sm] .blk60\%-sm,body[screen=sm] .blk65\%,body[screen=sm] .blk65\%-sm,body[screen=sm] .blk6\/10,body[screen=sm] .blk6\/10-sm,body[screen=sm] .blk6\/6,body[screen=sm] .blk6\/6-sm,body[screen=sm] .blk6\/7,body[screen=sm] .blk6\/7-sm,body[screen=sm] .blk6\/8,body[screen=sm] .blk6\/8-sm,body[screen=sm] .blk6\/9,body[screen=sm] .blk6\/9-sm,body[screen=sm] .blk70\%,body[screen=sm] .blk70\%-sm,body[screen=sm] .blk75\%,body[screen=sm] .blk75\%-sm,body[screen=sm] .blk7\/10,body[screen=sm] .blk7\/10-sm,body[screen=sm] .blk7\/7,body[screen=sm] .blk7\/7-sm,body[screen=sm] .blk7\/8,body[screen=sm] .blk7\/8-sm,body[screen=sm] .blk7\/9,body[screen=sm] .blk7\/9-sm,body[screen=sm] .blk80\%,body[screen=sm] .blk80\%-sm,body[screen=sm] .blk85\%,body[screen=sm] .blk85\%-sm,body[screen=sm] .blk8\/10,body[screen=sm] .blk8\/10-sm,body[screen=sm] .blk8\/8,body[screen=sm] .blk8\/8-sm,body[screen=sm] .blk8\/9,body[screen=sm] .blk8\/9-sm,body[screen=sm] .blk90\%,body[screen=sm] .blk90\%-sm,body[screen=sm] .blk95\%,body[screen=sm] .blk95\%-sm,body[screen=sm] .blk9\/10,body[screen=sm] .blk9\/10-sm,body[screen=sm] .blk9\/9,body[screen=sm] .blk9\/9-sm{border-width:1px;margin:5px;padding:4px}body[screen=sm] .blk1\/1,body[screen=sm] .blk1\/1-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/2,body[screen=sm] .blk1\/2-sm{width:calc(50% - 10px)}body[screen=sm] .blk2\/2,body[screen=sm] .blk2\/2-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/3,body[screen=sm] .blk1\/3-sm{width:calc(33.33333% - 10px)}body[screen=sm] .blk2\/3,body[screen=sm] .blk2\/3-sm{width:calc(66.66667% - 10px)}body[screen=sm] .blk3\/3,body[screen=sm] .blk3\/3-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/4,body[screen=sm] .blk1\/4-sm{width:calc(25% - 10px)}body[screen=sm] .blk2\/4,body[screen=sm] .blk2\/4-sm{width:calc(50% - 10px)}body[screen=sm] .blk3\/4,body[screen=sm] .blk3\/4-sm{width:calc(75% - 10px)}body[screen=sm] .blk4\/4,body[screen=sm] .blk4\/4-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/5,body[screen=sm] .blk1\/5-sm{width:calc(20% - 10px)}body[screen=sm] .blk2\/5,body[screen=sm] .blk2\/5-sm{width:calc(40% - 10px)}body[screen=sm] .blk3\/5,body[screen=sm] .blk3\/5-sm{width:calc(60% - 10px)}body[screen=sm] .blk4\/5,body[screen=sm] .blk4\/5-sm{width:calc(80% - 10px)}body[screen=sm] .blk5\/5,body[screen=sm] .blk5\/5-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/6,body[screen=sm] .blk1\/6-sm{width:calc(16.66667% - 10px)}body[screen=sm] .blk2\/6,body[screen=sm] .blk2\/6-sm{width:calc(33.33333% - 10px)}body[screen=sm] .blk3\/6,body[screen=sm] .blk3\/6-sm{width:calc(50% - 10px)}body[screen=sm] .blk4\/6,body[screen=sm] .blk4\/6-sm{width:calc(66.66667% - 10px)}body[screen=sm] .blk5\/6,body[screen=sm] .blk5\/6-sm{width:calc(83.33333% - 10px)}body[screen=sm] .blk6\/6,body[screen=sm] .blk6\/6-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/7,body[screen=sm] .blk1\/7-sm{width:calc(14.28571% - 10px)}body[screen=sm] .blk2\/7,body[screen=sm] .blk2\/7-sm{width:calc(28.57143% - 10px)}body[screen=sm] .blk3\/7,body[screen=sm] .blk3\/7-sm{width:calc(42.85714% - 10px)}body[screen=sm] .blk4\/7,body[screen=sm] .blk4\/7-sm{width:calc(57.14286% - 10px)}body[screen=sm] .blk5\/7,body[screen=sm] .blk5\/7-sm{width:calc(71.42857% - 10px)}body[screen=sm] .blk6\/7,body[screen=sm] .blk6\/7-sm{width:calc(85.71429% - 10px)}body[screen=sm] .blk7\/7,body[screen=sm] .blk7\/7-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/8,body[screen=sm] .blk1\/8-sm{width:calc(12.5% - 10px)}body[screen=sm] .blk2\/8,body[screen=sm] .blk2\/8-sm{width:calc(25% - 10px)}body[screen=sm] .blk3\/8,body[screen=sm] .blk3\/8-sm{width:calc(37.5% - 10px)}body[screen=sm] .blk4\/8,body[screen=sm] .blk4\/8-sm{width:calc(50% - 10px)}body[screen=sm] .blk5\/8,body[screen=sm] .blk5\/8-sm{width:calc(62.5% - 10px)}body[screen=sm] .blk6\/8,body[screen=sm] .blk6\/8-sm{width:calc(75% - 10px)}body[screen=sm] .blk7\/8,body[screen=sm] .blk7\/8-sm{width:calc(87.5% - 10px)}body[screen=sm] .blk8\/8,body[screen=sm] .blk8\/8-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/9,body[screen=sm] .blk1\/9-sm{width:calc(11.11111% - 10px)}body[screen=sm] .blk2\/9,body[screen=sm] .blk2\/9-sm{width:calc(22.22222% - 10px)}body[screen=sm] .blk3\/9,body[screen=sm] .blk3\/9-sm{width:calc(33.33333% - 10px)}body[screen=sm] .blk4\/9,body[screen=sm] .blk4\/9-sm{width:calc(44.44444% - 10px)}body[screen=sm] .blk5\/9,body[screen=sm] .blk5\/9-sm{width:calc(55.55556% - 10px)}body[screen=sm] .blk6\/9,body[screen=sm] .blk6\/9-sm{width:calc(66.66667% - 10px)}body[screen=sm] .blk7\/9,body[screen=sm] .blk7\/9-sm{width:calc(77.77778% - 10px)}body[screen=sm] .blk8\/9,body[screen=sm] .blk8\/9-sm{width:calc(88.88889% - 10px)}body[screen=sm] .blk9\/9,body[screen=sm] .blk9\/9-sm{width:calc(100% - 10px)}body[screen=sm] .blk1\/10,body[screen=sm] .blk1\/10-sm{width:calc(10% - 10px)}body[screen=sm] .blk2\/10,body[screen=sm] .blk2\/10-sm{width:calc(20% - 10px)}body[screen=sm] .blk3\/10,body[screen=sm] .blk3\/10-sm{width:calc(30% - 10px)}body[screen=sm] .blk4\/10,body[screen=sm] .blk4\/10-sm{width:calc(40% - 10px)}body[screen=sm] .blk5\/10,body[screen=sm] .blk5\/10-sm{width:calc(50% - 10px)}body[screen=sm] .blk6\/10,body[screen=sm] .blk6\/10-sm{width:calc(60% - 10px)}body[screen=sm] .blk7\/10,body[screen=sm] .blk7\/10-sm{width:calc(70% - 10px)}body[screen=sm] .blk8\/10,body[screen=sm] .blk8\/10-sm{width:calc(80% - 10px)}body[screen=sm] .blk9\/10,body[screen=sm] .blk9\/10-sm{width:calc(90% - 10px)}body[screen=sm] .blk10\/10,body[screen=sm] .blk10\/10-sm{width:calc(100% - 10px)}body[screen=sm] .blk5\%,body[screen=sm] .blk5\%-sm{width:calc(5% - 10px)}body[screen=sm] .blk10\%,body[screen=sm] .blk10\%-sm{width:calc(10% - 10px)}body[screen=sm] .blk15\%,body[screen=sm] .blk15\%-sm{width:calc(15% - 10px)}body[screen=sm] .blk20\%,body[screen=sm] .blk20\%-sm{width:calc(20% - 10px)}body[screen=sm] .blk25\%,body[screen=sm] .blk25\%-sm{width:calc(25% - 10px)}body[screen=sm] .blk30\%,body[screen=sm] .blk30\%-sm{width:calc(30% - 10px)}body[screen=sm] .blk35\%,body[screen=sm] .blk35\%-sm{width:calc(35% - 10px)}body[screen=sm] .blk40\%,body[screen=sm] .blk40\%-sm{width:calc(40% - 10px)}body[screen=sm] .blk45\%,body[screen=sm] .blk45\%-sm{width:calc(45% - 10px)}body[screen=sm] .blk50\%,body[screen=sm] .blk50\%-sm{width:calc(50% - 10px)}body[screen=sm] .blk55\%,body[screen=sm] .blk55\%-sm{width:calc(55% - 10px)}body[screen=sm] .blk60\%,body[screen=sm] .blk60\%-sm{width:calc(60% - 10px)}body[screen=sm] .blk65\%,body[screen=sm] .blk65\%-sm{width:calc(65% - 10px)}body[screen=sm] .blk70\%,body[screen=sm] .blk70\%-sm{width:calc(70% - 10px)}body[screen=sm] .blk75\%,body[screen=sm] .blk75\%-sm{width:calc(75% - 10px)}body[screen=sm] .blk80\%,body[screen=sm] .blk80\%-sm{width:calc(80% - 10px)}body[screen=sm] .blk85\%,body[screen=sm] .blk85\%-sm{width:calc(85% - 10px)}body[screen=sm] .blk90\%,body[screen=sm] .blk90\%-sm{width:calc(90% - 10px)}body[screen=sm] .blk95\%,body[screen=sm] .blk95\%-sm{width:calc(95% - 10px)}body[screen=sm] .blk100\%,body[screen=sm] .blk100\%-sm{width:calc(100% - 10px)}body[screen=md] .blk100\%,body[screen=md] .blk100\%-md,body[screen=md] .blk10\%,body[screen=md] .blk10\%-md,body[screen=md] .blk10\/10,body[screen=md] .blk10\/10-md,body[screen=md] .blk15\%,body[screen=md] .blk15\%-md,body[screen=md] .blk1\/1,body[screen=md] .blk1\/1-md,body[screen=md] .blk1\/10,body[screen=md] .blk1\/10-md,body[screen=md] .blk1\/2,body[screen=md] .blk1\/2-md,body[screen=md] .blk1\/3,body[screen=md] .blk1\/3-md,body[screen=md] .blk1\/4,body[screen=md] .blk1\/4-md,body[screen=md] .blk1\/5,body[screen=md] .blk1\/5-md,body[screen=md] .blk1\/6,body[screen=md] .blk1\/6-md,body[screen=md] .blk1\/7,body[screen=md] .blk1\/7-md,body[screen=md] .blk1\/8,body[screen=md] .blk1\/8-md,body[screen=md] .blk1\/9,body[screen=md] .blk1\/9-md,body[screen=md] .blk20\%,body[screen=md] .blk20\%-md,body[screen=md] .blk25\%,body[screen=md] .blk25\%-md,body[screen=md] .blk2\/10,body[screen=md] .blk2\/10-md,body[screen=md] .blk2\/2,body[screen=md] .blk2\/2-md,body[screen=md] .blk2\/3,body[screen=md] .blk2\/3-md,body[screen=md] .blk2\/4,body[screen=md] .blk2\/4-md,body[screen=md] .blk2\/5,body[screen=md] .blk2\/5-md,body[screen=md] .blk2\/6,body[screen=md] .blk2\/6-md,body[screen=md] .blk2\/7,body[screen=md] .blk2\/7-md,body[screen=md] .blk2\/8,body[screen=md] .blk2\/8-md,body[screen=md] .blk2\/9,body[screen=md] .blk2\/9-md,body[screen=md] .blk30\%,body[screen=md] .blk30\%-md,body[screen=md] .blk35\%,body[screen=md] .blk35\%-md,body[screen=md] .blk3\/10,body[screen=md] .blk3\/10-md,body[screen=md] .blk3\/3,body[screen=md] .blk3\/3-md,body[screen=md] .blk3\/4,body[screen=md] .blk3\/4-md,body[screen=md] .blk3\/5,body[screen=md] .blk3\/5-md,body[screen=md] .blk3\/6,body[screen=md] .blk3\/6-md,body[screen=md] .blk3\/7,body[screen=md] .blk3\/7-md,body[screen=md] .blk3\/8,body[screen=md] .blk3\/8-md,body[screen=md] .blk3\/9,body[screen=md] .blk3\/9-md,body[screen=md] .blk40\%,body[screen=md] .blk40\%-md,body[screen=md] .blk45\%,body[screen=md] .blk45\%-md,body[screen=md] .blk4\/10,body[screen=md] .blk4\/10-md,body[screen=md] .blk4\/4,body[screen=md] .blk4\/4-md,body[screen=md] .blk4\/5,body[screen=md] .blk4\/5-md,body[screen=md] .blk4\/6,body[screen=md] .blk4\/6-md,body[screen=md] .blk4\/7,body[screen=md] .blk4\/7-md,body[screen=md] .blk4\/8,body[screen=md] .blk4\/8-md,body[screen=md] .blk4\/9,body[screen=md] .blk4\/9-md,body[screen=md] .blk50\%,body[screen=md] .blk50\%-md,body[screen=md] .blk55\%,body[screen=md] .blk55\%-md,body[screen=md] .blk5\%,body[screen=md] .blk5\%-md,body[screen=md] .blk5\/10,body[screen=md] .blk5\/10-md,body[screen=md] .blk5\/5,body[screen=md] .blk5\/5-md,body[screen=md] .blk5\/6,body[screen=md] .blk5\/6-md,body[screen=md] .blk5\/7,body[screen=md] .blk5\/7-md,body[screen=md] .blk5\/8,body[screen=md] .blk5\/8-md,body[screen=md] .blk5\/9,body[screen=md] .blk5\/9-md,body[screen=md] .blk60\%,body[screen=md] .blk60\%-md,body[screen=md] .blk65\%,body[screen=md] .blk65\%-md,body[screen=md] .blk6\/10,body[screen=md] .blk6\/10-md,body[screen=md] .blk6\/6,body[screen=md] .blk6\/6-md,body[screen=md] .blk6\/7,body[screen=md] .blk6\/7-md,body[screen=md] .blk6\/8,body[screen=md] .blk6\/8-md,body[screen=md] .blk6\/9,body[screen=md] .blk6\/9-md,body[screen=md] .blk70\%,body[screen=md] .blk70\%-md,body[screen=md] .blk75\%,body[screen=md] .blk75\%-md,body[screen=md] .blk7\/10,body[screen=md] .blk7\/10-md,body[screen=md] .blk7\/7,body[screen=md] .blk7\/7-md,body[screen=md] .blk7\/8,body[screen=md] .blk7\/8-md,body[screen=md] .blk7\/9,body[screen=md] .blk7\/9-md,body[screen=md] .blk80\%,body[screen=md] .blk80\%-md,body[screen=md] .blk85\%,body[screen=md] .blk85\%-md,body[screen=md] .blk8\/10,body[screen=md] .blk8\/10-md,body[screen=md] .blk8\/8,body[screen=md] .blk8\/8-md,body[screen=md] .blk8\/9,body[screen=md] .blk8\/9-md,body[screen=md] .blk90\%,body[screen=md] .blk90\%-md,body[screen=md] .blk95\%,body[screen=md] .blk95\%-md,body[screen=md] .blk9\/10,body[screen=md] .blk9\/10-md,body[screen=md] .blk9\/9,body[screen=md] .blk9\/9-md{border-width:1px;margin:5px;padding:4px}body[screen=md] .blk1\/1,body[screen=md] .blk1\/1-md{width:calc(100% - 10px)}body[screen=md] .blk1\/2,body[screen=md] .blk1\/2-md{width:calc(50% - 10px)}body[screen=md] .blk2\/2,body[screen=md] .blk2\/2-md{width:calc(100% - 10px)}body[screen=md] .blk1\/3,body[screen=md] .blk1\/3-md{width:calc(33.33333% - 10px)}body[screen=md] .blk2\/3,body[screen=md] .blk2\/3-md{width:calc(66.66667% - 10px)}body[screen=md] .blk3\/3,body[screen=md] .blk3\/3-md{width:calc(100% - 10px)}body[screen=md] .blk1\/4,body[screen=md] .blk1\/4-md{width:calc(25% - 10px)}body[screen=md] .blk2\/4,body[screen=md] .blk2\/4-md{width:calc(50% - 10px)}body[screen=md] .blk3\/4,body[screen=md] .blk3\/4-md{width:calc(75% - 10px)}body[screen=md] .blk4\/4,body[screen=md] .blk4\/4-md{width:calc(100% - 10px)}body[screen=md] .blk1\/5,body[screen=md] .blk1\/5-md{width:calc(20% - 10px)}body[screen=md] .blk2\/5,body[screen=md] .blk2\/5-md{width:calc(40% - 10px)}body[screen=md] .blk3\/5,body[screen=md] .blk3\/5-md{width:calc(60% - 10px)}body[screen=md] .blk4\/5,body[screen=md] .blk4\/5-md{width:calc(80% - 10px)}body[screen=md] .blk5\/5,body[screen=md] .blk5\/5-md{width:calc(100% - 10px)}body[screen=md] .blk1\/6,body[screen=md] .blk1\/6-md{width:calc(16.66667% - 10px)}body[screen=md] .blk2\/6,body[screen=md] .blk2\/6-md{width:calc(33.33333% - 10px)}body[screen=md] .blk3\/6,body[screen=md] .blk3\/6-md{width:calc(50% - 10px)}body[screen=md] .blk4\/6,body[screen=md] .blk4\/6-md{width:calc(66.66667% - 10px)}body[screen=md] .blk5\/6,body[screen=md] .blk5\/6-md{width:calc(83.33333% - 10px)}body[screen=md] .blk6\/6,body[screen=md] .blk6\/6-md{width:calc(100% - 10px)}body[screen=md] .blk1\/7,body[screen=md] .blk1\/7-md{width:calc(14.28571% - 10px)}body[screen=md] .blk2\/7,body[screen=md] .blk2\/7-md{width:calc(28.57143% - 10px)}body[screen=md] .blk3\/7,body[screen=md] .blk3\/7-md{width:calc(42.85714% - 10px)}body[screen=md] .blk4\/7,body[screen=md] .blk4\/7-md{width:calc(57.14286% - 10px)}body[screen=md] .blk5\/7,body[screen=md] .blk5\/7-md{width:calc(71.42857% - 10px)}body[screen=md] .blk6\/7,body[screen=md] .blk6\/7-md{width:calc(85.71429% - 10px)}body[screen=md] .blk7\/7,body[screen=md] .blk7\/7-md{width:calc(100% - 10px)}body[screen=md] .blk1\/8,body[screen=md] .blk1\/8-md{width:calc(12.5% - 10px)}body[screen=md] .blk2\/8,body[screen=md] .blk2\/8-md{width:calc(25% - 10px)}body[screen=md] .blk3\/8,body[screen=md] .blk3\/8-md{width:calc(37.5% - 10px)}body[screen=md] .blk4\/8,body[screen=md] .blk4\/8-md{width:calc(50% - 10px)}body[screen=md] .blk5\/8,body[screen=md] .blk5\/8-md{width:calc(62.5% - 10px)}body[screen=md] .blk6\/8,body[screen=md] .blk6\/8-md{width:calc(75% - 10px)}body[screen=md] .blk7\/8,body[screen=md] .blk7\/8-md{width:calc(87.5% - 10px)}body[screen=md] .blk8\/8,body[screen=md] .blk8\/8-md{width:calc(100% - 10px)}body[screen=md] .blk1\/9,body[screen=md] .blk1\/9-md{width:calc(11.11111% - 10px)}body[screen=md] .blk2\/9,body[screen=md] .blk2\/9-md{width:calc(22.22222% - 10px)}body[screen=md] .blk3\/9,body[screen=md] .blk3\/9-md{width:calc(33.33333% - 10px)}body[screen=md] .blk4\/9,body[screen=md] .blk4\/9-md{width:calc(44.44444% - 10px)}body[screen=md] .blk5\/9,body[screen=md] .blk5\/9-md{width:calc(55.55556% - 10px)}body[screen=md] .blk6\/9,body[screen=md] .blk6\/9-md{width:calc(66.66667% - 10px)}body[screen=md] .blk7\/9,body[screen=md] .blk7\/9-md{width:calc(77.77778% - 10px)}body[screen=md] .blk8\/9,body[screen=md] .blk8\/9-md{width:calc(88.88889% - 10px)}body[screen=md] .blk9\/9,body[screen=md] .blk9\/9-md{width:calc(100% - 10px)}body[screen=md] .blk1\/10,body[screen=md] .blk1\/10-md{width:calc(10% - 10px)}body[screen=md] .blk2\/10,body[screen=md] .blk2\/10-md{width:calc(20% - 10px)}body[screen=md] .blk3\/10,body[screen=md] .blk3\/10-md{width:calc(30% - 10px)}body[screen=md] .blk4\/10,body[screen=md] .blk4\/10-md{width:calc(40% - 10px)}body[screen=md] .blk5\/10,body[screen=md] .blk5\/10-md{width:calc(50% - 10px)}body[screen=md] .blk6\/10,body[screen=md] .blk6\/10-md{width:calc(60% - 10px)}body[screen=md] .blk7\/10,body[screen=md] .blk7\/10-md{width:calc(70% - 10px)}body[screen=md] .blk8\/10,body[screen=md] .blk8\/10-md{width:calc(80% - 10px)}body[screen=md] .blk9\/10,body[screen=md] .blk9\/10-md{width:calc(90% - 10px)}body[screen=md] .blk10\/10,body[screen=md] .blk10\/10-md{width:calc(100% - 10px)}body[screen=md] .blk5\%,body[screen=md] .blk5\%-md{width:calc(5% - 10px)}body[screen=md] .blk10\%,body[screen=md] .blk10\%-md{width:calc(10% - 10px)}body[screen=md] .blk15\%,body[screen=md] .blk15\%-md{width:calc(15% - 10px)}body[screen=md] .blk20\%,body[screen=md] .blk20\%-md{width:calc(20% - 10px)}body[screen=md] .blk25\%,body[screen=md] .blk25\%-md{width:calc(25% - 10px)}body[screen=md] .blk30\%,body[screen=md] .blk30\%-md{width:calc(30% - 10px)}body[screen=md] .blk35\%,body[screen=md] .blk35\%-md{width:calc(35% - 10px)}body[screen=md] .blk40\%,body[screen=md] .blk40\%-md{width:calc(40% - 10px)}body[screen=md] .blk45\%,body[screen=md] .blk45\%-md{width:calc(45% - 10px)}body[screen=md] .blk50\%,body[screen=md] .blk50\%-md{width:calc(50% - 10px)}body[screen=md] .blk55\%,body[screen=md] .blk55\%-md{width:calc(55% - 10px)}body[screen=md] .blk60\%,body[screen=md] .blk60\%-md{width:calc(60% - 10px)}body[screen=md] .blk65\%,body[screen=md] .blk65\%-md{width:calc(65% - 10px)}body[screen=md] .blk70\%,body[screen=md] .blk70\%-md{width:calc(70% - 10px)}body[screen=md] .blk75\%,body[screen=md] .blk75\%-md{width:calc(75% - 10px)}body[screen=md] .blk80\%,body[screen=md] .blk80\%-md{width:calc(80% - 10px)}body[screen=md] .blk85\%,body[screen=md] .blk85\%-md{width:calc(85% - 10px)}body[screen=md] .blk90\%,body[screen=md] .blk90\%-md{width:calc(90% - 10px)}body[screen=md] .blk95\%,body[screen=md] .blk95\%-md{width:calc(95% - 10px)}body[screen=md] .blk100\%,body[screen=md] .blk100\%-md{width:calc(100% - 10px)}body[screen=lg] .blk100\%,body[screen=lg] .blk100\%-lg,body[screen=lg] .blk10\%,body[screen=lg] .blk10\%-lg,body[screen=lg] .blk10\/10,body[screen=lg] .blk10\/10-lg,body[screen=lg] .blk15\%,body[screen=lg] .blk15\%-lg,body[screen=lg] .blk1\/1,body[screen=lg] .blk1\/1-lg,body[screen=lg] .blk1\/10,body[screen=lg] .blk1\/10-lg,body[screen=lg] .blk1\/2,body[screen=lg] .blk1\/2-lg,body[screen=lg] .blk1\/3,body[screen=lg] .blk1\/3-lg,body[screen=lg] .blk1\/4,body[screen=lg] .blk1\/4-lg,body[screen=lg] .blk1\/5,body[screen=lg] .blk1\/5-lg,body[screen=lg] .blk1\/6,body[screen=lg] .blk1\/6-lg,body[screen=lg] .blk1\/7,body[screen=lg] .blk1\/7-lg,body[screen=lg] .blk1\/8,body[screen=lg] .blk1\/8-lg,body[screen=lg] .blk1\/9,body[screen=lg] .blk1\/9-lg,body[screen=lg] .blk20\%,body[screen=lg] .blk20\%-lg,body[screen=lg] .blk25\%,body[screen=lg] .blk25\%-lg,body[screen=lg] .blk2\/10,body[screen=lg] .blk2\/10-lg,body[screen=lg] .blk2\/2,body[screen=lg] .blk2\/2-lg,body[screen=lg] .blk2\/3,body[screen=lg] .blk2\/3-lg,body[screen=lg] .blk2\/4,body[screen=lg] .blk2\/4-lg,body[screen=lg] .blk2\/5,body[screen=lg] .blk2\/5-lg,body[screen=lg] .blk2\/6,body[screen=lg] .blk2\/6-lg,body[screen=lg] .blk2\/7,body[screen=lg] .blk2\/7-lg,body[screen=lg] .blk2\/8,body[screen=lg] .blk2\/8-lg,body[screen=lg] .blk2\/9,body[screen=lg] .blk2\/9-lg,body[screen=lg] .blk30\%,body[screen=lg] .blk30\%-lg,body[screen=lg] .blk35\%,body[screen=lg] .blk35\%-lg,body[screen=lg] .blk3\/10,body[screen=lg] .blk3\/10-lg,body[screen=lg] .blk3\/3,body[screen=lg] .blk3\/3-lg,body[screen=lg] .blk3\/4,body[screen=lg] .blk3\/4-lg,body[screen=lg] .blk3\/5,body[screen=lg] .blk3\/5-lg,body[screen=lg] .blk3\/6,body[screen=lg] .blk3\/6-lg,body[screen=lg] .blk3\/7,body[screen=lg] .blk3\/7-lg,body[screen=lg] .blk3\/8,body[screen=lg] .blk3\/8-lg,body[screen=lg] .blk3\/9,body[screen=lg] .blk3\/9-lg,body[screen=lg] .blk40\%,body[screen=lg] .blk40\%-lg,body[screen=lg] .blk45\%,body[screen=lg] .blk45\%-lg,body[screen=lg] .blk4\/10,body[screen=lg] .blk4\/10-lg,body[screen=lg] .blk4\/4,body[screen=lg] .blk4\/4-lg,body[screen=lg] .blk4\/5,body[screen=lg] .blk4\/5-lg,body[screen=lg] .blk4\/6,body[screen=lg] .blk4\/6-lg,body[screen=lg] .blk4\/7,body[screen=lg] .blk4\/7-lg,body[screen=lg] .blk4\/8,body[screen=lg] .blk4\/8-lg,body[screen=lg] .blk4\/9,body[screen=lg] .blk4\/9-lg,body[screen=lg] .blk50\%,body[screen=lg] .blk50\%-lg,body[screen=lg] .blk55\%,body[screen=lg] .blk55\%-lg,body[screen=lg] .blk5\%,body[screen=lg] .blk5\%-lg,body[screen=lg] .blk5\/10,body[screen=lg] .blk5\/10-lg,body[screen=lg] .blk5\/5,body[screen=lg] .blk5\/5-lg,body[screen=lg] .blk5\/6,body[screen=lg] .blk5\/6-lg,body[screen=lg] .blk5\/7,body[screen=lg] .blk5\/7-lg,body[screen=lg] .blk5\/8,body[screen=lg] .blk5\/8-lg,body[screen=lg] .blk5\/9,body[screen=lg] .blk5\/9-lg,body[screen=lg] .blk60\%,body[screen=lg] .blk60\%-lg,body[screen=lg] .blk65\%,body[screen=lg] .blk65\%-lg,body[screen=lg] .blk6\/10,body[screen=lg] .blk6\/10-lg,body[screen=lg] .blk6\/6,body[screen=lg] .blk6\/6-lg,body[screen=lg] .blk6\/7,body[screen=lg] .blk6\/7-lg,body[screen=lg] .blk6\/8,body[screen=lg] .blk6\/8-lg,body[screen=lg] .blk6\/9,body[screen=lg] .blk6\/9-lg,body[screen=lg] .blk70\%,body[screen=lg] .blk70\%-lg,body[screen=lg] .blk75\%,body[screen=lg] .blk75\%-lg,body[screen=lg] .blk7\/10,body[screen=lg] .blk7\/10-lg,body[screen=lg] .blk7\/7,body[screen=lg] .blk7\/7-lg,body[screen=lg] .blk7\/8,body[screen=lg] .blk7\/8-lg,body[screen=lg] .blk7\/9,body[screen=lg] .blk7\/9-lg,body[screen=lg] .blk80\%,body[screen=lg] .blk80\%-lg,body[screen=lg] .blk85\%,body[screen=lg] .blk85\%-lg,body[screen=lg] .blk8\/10,body[screen=lg] .blk8\/10-lg,body[screen=lg] .blk8\/8,body[screen=lg] .blk8\/8-lg,body[screen=lg] .blk8\/9,body[screen=lg] .blk8\/9-lg,body[screen=lg] .blk90\%,body[screen=lg] .blk90\%-lg,body[screen=lg] .blk95\%,body[screen=lg] .blk95\%-lg,body[screen=lg] .blk9\/10,body[screen=lg] .blk9\/10-lg,body[screen=lg] .blk9\/9,body[screen=lg] .blk9\/9-lg{border-width:1px;margin:5px;padding:4px}body[screen=lg] .blk1\/1,body[screen=lg] .blk1\/1-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/2,body[screen=lg] .blk1\/2-lg{width:calc(50% - 10px)}body[screen=lg] .blk2\/2,body[screen=lg] .blk2\/2-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/3,body[screen=lg] .blk1\/3-lg{width:calc(33.33333% - 10px)}body[screen=lg] .blk2\/3,body[screen=lg] .blk2\/3-lg{width:calc(66.66667% - 10px)}body[screen=lg] .blk3\/3,body[screen=lg] .blk3\/3-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/4,body[screen=lg] .blk1\/4-lg{width:calc(25% - 10px)}body[screen=lg] .blk2\/4,body[screen=lg] .blk2\/4-lg{width:calc(50% - 10px)}body[screen=lg] .blk3\/4,body[screen=lg] .blk3\/4-lg{width:calc(75% - 10px)}body[screen=lg] .blk4\/4,body[screen=lg] .blk4\/4-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/5,body[screen=lg] .blk1\/5-lg{width:calc(20% - 10px)}body[screen=lg] .blk2\/5,body[screen=lg] .blk2\/5-lg{width:calc(40% - 10px)}body[screen=lg] .blk3\/5,body[screen=lg] .blk3\/5-lg{width:calc(60% - 10px)}body[screen=lg] .blk4\/5,body[screen=lg] .blk4\/5-lg{width:calc(80% - 10px)}body[screen=lg] .blk5\/5,body[screen=lg] .blk5\/5-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/6,body[screen=lg] .blk1\/6-lg{width:calc(16.66667% - 10px)}body[screen=lg] .blk2\/6,body[screen=lg] .blk2\/6-lg{width:calc(33.33333% - 10px)}body[screen=lg] .blk3\/6,body[screen=lg] .blk3\/6-lg{width:calc(50% - 10px)}body[screen=lg] .blk4\/6,body[screen=lg] .blk4\/6-lg{width:calc(66.66667% - 10px)}body[screen=lg] .blk5\/6,body[screen=lg] .blk5\/6-lg{width:calc(83.33333% - 10px)}body[screen=lg] .blk6\/6,body[screen=lg] .blk6\/6-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/7,body[screen=lg] .blk1\/7-lg{width:calc(14.28571% - 10px)}body[screen=lg] .blk2\/7,body[screen=lg] .blk2\/7-lg{width:calc(28.57143% - 10px)}body[screen=lg] .blk3\/7,body[screen=lg] .blk3\/7-lg{width:calc(42.85714% - 10px)}body[screen=lg] .blk4\/7,body[screen=lg] .blk4\/7-lg{width:calc(57.14286% - 10px)}body[screen=lg] .blk5\/7,body[screen=lg] .blk5\/7-lg{width:calc(71.42857% - 10px)}body[screen=lg] .blk6\/7,body[screen=lg] .blk6\/7-lg{width:calc(85.71429% - 10px)}body[screen=lg] .blk7\/7,body[screen=lg] .blk7\/7-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/8,body[screen=lg] .blk1\/8-lg{width:calc(12.5% - 10px)}body[screen=lg] .blk2\/8,body[screen=lg] .blk2\/8-lg{width:calc(25% - 10px)}body[screen=lg] .blk3\/8,body[screen=lg] .blk3\/8-lg{width:calc(37.5% - 10px)}body[screen=lg] .blk4\/8,body[screen=lg] .blk4\/8-lg{width:calc(50% - 10px)}body[screen=lg] .blk5\/8,body[screen=lg] .blk5\/8-lg{width:calc(62.5% - 10px)}body[screen=lg] .blk6\/8,body[screen=lg] .blk6\/8-lg{width:calc(75% - 10px)}body[screen=lg] .blk7\/8,body[screen=lg] .blk7\/8-lg{width:calc(87.5% - 10px)}body[screen=lg] .blk8\/8,body[screen=lg] .blk8\/8-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/9,body[screen=lg] .blk1\/9-lg{width:calc(11.11111% - 10px)}body[screen=lg] .blk2\/9,body[screen=lg] .blk2\/9-lg{width:calc(22.22222% - 10px)}body[screen=lg] .blk3\/9,body[screen=lg] .blk3\/9-lg{width:calc(33.33333% - 10px)}body[screen=lg] .blk4\/9,body[screen=lg] .blk4\/9-lg{width:calc(44.44444% - 10px)}body[screen=lg] .blk5\/9,body[screen=lg] .blk5\/9-lg{width:calc(55.55556% - 10px)}body[screen=lg] .blk6\/9,body[screen=lg] .blk6\/9-lg{width:calc(66.66667% - 10px)}body[screen=lg] .blk7\/9,body[screen=lg] .blk7\/9-lg{width:calc(77.77778% - 10px)}body[screen=lg] .blk8\/9,body[screen=lg] .blk8\/9-lg{width:calc(88.88889% - 10px)}body[screen=lg] .blk9\/9,body[screen=lg] .blk9\/9-lg{width:calc(100% - 10px)}body[screen=lg] .blk1\/10,body[screen=lg] .blk1\/10-lg{width:calc(10% - 10px)}body[screen=lg] .blk2\/10,body[screen=lg] .blk2\/10-lg{width:calc(20% - 10px)}body[screen=lg] .blk3\/10,body[screen=lg] .blk3\/10-lg{width:calc(30% - 10px)}body[screen=lg] .blk4\/10,body[screen=lg] .blk4\/10-lg{width:calc(40% - 10px)}body[screen=lg] .blk5\/10,body[screen=lg] .blk5\/10-lg{width:calc(50% - 10px)}body[screen=lg] .blk6\/10,body[screen=lg] .blk6\/10-lg{width:calc(60% - 10px)}body[screen=lg] .blk7\/10,body[screen=lg] .blk7\/10-lg{width:calc(70% - 10px)}body[screen=lg] .blk8\/10,body[screen=lg] .blk8\/10-lg{width:calc(80% - 10px)}body[screen=lg] .blk9\/10,body[screen=lg] .blk9\/10-lg{width:calc(90% - 10px)}body[screen=lg] .blk10\/10,body[screen=lg] .blk10\/10-lg{width:calc(100% - 10px)}body[screen=lg] .blk5\%,body[screen=lg] .blk5\%-lg{width:calc(5% - 10px)}body[screen=lg] .blk10\%,body[screen=lg] .blk10\%-lg{width:calc(10% - 10px)}body[screen=lg] .blk15\%,body[screen=lg] .blk15\%-lg{width:calc(15% - 10px)}body[screen=lg] .blk20\%,body[screen=lg] .blk20\%-lg{width:calc(20% - 10px)}body[screen=lg] .blk25\%,body[screen=lg] .blk25\%-lg{width:calc(25% - 10px)}body[screen=lg] .blk30\%,body[screen=lg] .blk30\%-lg{width:calc(30% - 10px)}body[screen=lg] .blk35\%,body[screen=lg] .blk35\%-lg{width:calc(35% - 10px)}body[screen=lg] .blk40\%,body[screen=lg] .blk40\%-lg{width:calc(40% - 10px)}body[screen=lg] .blk45\%,body[screen=lg] .blk45\%-lg{width:calc(45% - 10px)}body[screen=lg] .blk50\%,body[screen=lg] .blk50\%-lg{width:calc(50% - 10px)}body[screen=lg] .blk55\%,body[screen=lg] .blk55\%-lg{width:calc(55% - 10px)}body[screen=lg] .blk60\%,body[screen=lg] .blk60\%-lg{width:calc(60% - 10px)}body[screen=lg] .blk65\%,body[screen=lg] .blk65\%-lg{width:calc(65% - 10px)}body[screen=lg] .blk70\%,body[screen=lg] .blk70\%-lg{width:calc(70% - 10px)}body[screen=lg] .blk75\%,body[screen=lg] .blk75\%-lg{width:calc(75% - 10px)}body[screen=lg] .blk80\%,body[screen=lg] .blk80\%-lg{width:calc(80% - 10px)}body[screen=lg] .blk85\%,body[screen=lg] .blk85\%-lg{width:calc(85% - 10px)}body[screen=lg] .blk90\%,body[screen=lg] .blk90\%-lg{width:calc(90% - 10px)}body[screen=lg] .blk95\%,body[screen=lg] .blk95\%-lg{width:calc(95% - 10px)}body[screen=lg] .blk100\%,body[screen=lg] .blk100\%-lg{width:calc(100% - 10px)}body[screen=xl] .blk100\%,body[screen=xl] .blk100\%-xl,body[screen=xl] .blk10\%,body[screen=xl] .blk10\%-xl,body[screen=xl] .blk10\/10,body[screen=xl] .blk10\/10-xl,body[screen=xl] .blk15\%,body[screen=xl] .blk15\%-xl,body[screen=xl] .blk1\/1,body[screen=xl] .blk1\/1-xl,body[screen=xl] .blk1\/10,body[screen=xl] .blk1\/10-xl,body[screen=xl] .blk1\/2,body[screen=xl] .blk1\/2-xl,body[screen=xl] .blk1\/3,body[screen=xl] .blk1\/3-xl,body[screen=xl] .blk1\/4,body[screen=xl] .blk1\/4-xl,body[screen=xl] .blk1\/5,body[screen=xl] .blk1\/5-xl,body[screen=xl] .blk1\/6,body[screen=xl] .blk1\/6-xl,body[screen=xl] .blk1\/7,body[screen=xl] .blk1\/7-xl,body[screen=xl] .blk1\/8,body[screen=xl] .blk1\/8-xl,body[screen=xl] .blk1\/9,body[screen=xl] .blk1\/9-xl,body[screen=xl] .blk20\%,body[screen=xl] .blk20\%-xl,body[screen=xl] .blk25\%,body[screen=xl] .blk25\%-xl,body[screen=xl] .blk2\/10,body[screen=xl] .blk2\/10-xl,body[screen=xl] .blk2\/2,body[screen=xl] .blk2\/2-xl,body[screen=xl] .blk2\/3,body[screen=xl] .blk2\/3-xl,body[screen=xl] .blk2\/4,body[screen=xl] .blk2\/4-xl,body[screen=xl] .blk2\/5,body[screen=xl] .blk2\/5-xl,body[screen=xl] .blk2\/6,body[screen=xl] .blk2\/6-xl,body[screen=xl] .blk2\/7,body[screen=xl] .blk2\/7-xl,body[screen=xl] .blk2\/8,body[screen=xl] .blk2\/8-xl,body[screen=xl] .blk2\/9,body[screen=xl] .blk2\/9-xl,body[screen=xl] .blk30\%,body[screen=xl] .blk30\%-xl,body[screen=xl] .blk35\%,body[screen=xl] .blk35\%-xl,body[screen=xl] .blk3\/10,body[screen=xl] .blk3\/10-xl,body[screen=xl] .blk3\/3,body[screen=xl] .blk3\/3-xl,body[screen=xl] .blk3\/4,body[screen=xl] .blk3\/4-xl,body[screen=xl] .blk3\/5,body[screen=xl] .blk3\/5-xl,body[screen=xl] .blk3\/6,body[screen=xl] .blk3\/6-xl,body[screen=xl] .blk3\/7,body[screen=xl] .blk3\/7-xl,body[screen=xl] .blk3\/8,body[screen=xl] .blk3\/8-xl,body[screen=xl] .blk3\/9,body[screen=xl] .blk3\/9-xl,body[screen=xl] .blk40\%,body[screen=xl] .blk40\%-xl,body[screen=xl] .blk45\%,body[screen=xl] .blk45\%-xl,body[screen=xl] .blk4\/10,body[screen=xl] .blk4\/10-xl,body[screen=xl] .blk4\/4,body[screen=xl] .blk4\/4-xl,body[screen=xl] .blk4\/5,body[screen=xl] .blk4\/5-xl,body[screen=xl] .blk4\/6,body[screen=xl] .blk4\/6-xl,body[screen=xl] .blk4\/7,body[screen=xl] .blk4\/7-xl,body[screen=xl] .blk4\/8,body[screen=xl] .blk4\/8-xl,body[screen=xl] .blk4\/9,body[screen=xl] .blk4\/9-xl,body[screen=xl] .blk50\%,body[screen=xl] .blk50\%-xl,body[screen=xl] .blk55\%,body[screen=xl] .blk55\%-xl,body[screen=xl] .blk5\%,body[screen=xl] .blk5\%-xl,body[screen=xl] .blk5\/10,body[screen=xl] .blk5\/10-xl,body[screen=xl] .blk5\/5,body[screen=xl] .blk5\/5-xl,body[screen=xl] .blk5\/6,body[screen=xl] .blk5\/6-xl,body[screen=xl] .blk5\/7,body[screen=xl] .blk5\/7-xl,body[screen=xl] .blk5\/8,body[screen=xl] .blk5\/8-xl,body[screen=xl] .blk5\/9,body[screen=xl] .blk5\/9-xl,body[screen=xl] .blk60\%,body[screen=xl] .blk60\%-xl,body[screen=xl] .blk65\%,body[screen=xl] .blk65\%-xl,body[screen=xl] .blk6\/10,body[screen=xl] .blk6\/10-xl,body[screen=xl] .blk6\/6,body[screen=xl] .blk6\/6-xl,body[screen=xl] .blk6\/7,body[screen=xl] .blk6\/7-xl,body[screen=xl] .blk6\/8,body[screen=xl] .blk6\/8-xl,body[screen=xl] .blk6\/9,body[screen=xl] .blk6\/9-xl,body[screen=xl] .blk70\%,body[screen=xl] .blk70\%-xl,body[screen=xl] .blk75\%,body[screen=xl] .blk75\%-xl,body[screen=xl] .blk7\/10,body[screen=xl] .blk7\/10-xl,body[screen=xl] .blk7\/7,body[screen=xl] .blk7\/7-xl,body[screen=xl] .blk7\/8,body[screen=xl] .blk7\/8-xl,body[screen=xl] .blk7\/9,body[screen=xl] .blk7\/9-xl,body[screen=xl] .blk80\%,body[screen=xl] .blk80\%-xl,body[screen=xl] .blk85\%,body[screen=xl] .blk85\%-xl,body[screen=xl] .blk8\/10,body[screen=xl] .blk8\/10-xl,body[screen=xl] .blk8\/8,body[screen=xl] .blk8\/8-xl,body[screen=xl] .blk8\/9,body[screen=xl] .blk8\/9-xl,body[screen=xl] .blk90\%,body[screen=xl] .blk90\%-xl,body[screen=xl] .blk95\%,body[screen=xl] .blk95\%-xl,body[screen=xl] .blk9\/10,body[screen=xl] .blk9\/10-xl,body[screen=xl] .blk9\/9,body[screen=xl] .blk9\/9-xl{border-width:1px;margin:5px;padding:4px}body[screen=xl] .blk1\/1,body[screen=xl] .blk1\/1-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/2,body[screen=xl] .blk1\/2-xl{width:calc(50% - 10px)}body[screen=xl] .blk2\/2,body[screen=xl] .blk2\/2-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/3,body[screen=xl] .blk1\/3-xl{width:calc(33.33333% - 10px)}body[screen=xl] .blk2\/3,body[screen=xl] .blk2\/3-xl{width:calc(66.66667% - 10px)}body[screen=xl] .blk3\/3,body[screen=xl] .blk3\/3-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/4,body[screen=xl] .blk1\/4-xl{width:calc(25% - 10px)}body[screen=xl] .blk2\/4,body[screen=xl] .blk2\/4-xl{width:calc(50% - 10px)}body[screen=xl] .blk3\/4,body[screen=xl] .blk3\/4-xl{width:calc(75% - 10px)}body[screen=xl] .blk4\/4,body[screen=xl] .blk4\/4-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/5,body[screen=xl] .blk1\/5-xl{width:calc(20% - 10px)}body[screen=xl] .blk2\/5,body[screen=xl] .blk2\/5-xl{width:calc(40% - 10px)}body[screen=xl] .blk3\/5,body[screen=xl] .blk3\/5-xl{width:calc(60% - 10px)}body[screen=xl] .blk4\/5,body[screen=xl] .blk4\/5-xl{width:calc(80% - 10px)}body[screen=xl] .blk5\/5,body[screen=xl] .blk5\/5-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/6,body[screen=xl] .blk1\/6-xl{width:calc(16.66667% - 10px)}body[screen=xl] .blk2\/6,body[screen=xl] .blk2\/6-xl{width:calc(33.33333% - 10px)}body[screen=xl] .blk3\/6,body[screen=xl] .blk3\/6-xl{width:calc(50% - 10px)}body[screen=xl] .blk4\/6,body[screen=xl] .blk4\/6-xl{width:calc(66.66667% - 10px)}body[screen=xl] .blk5\/6,body[screen=xl] .blk5\/6-xl{width:calc(83.33333% - 10px)}body[screen=xl] .blk6\/6,body[screen=xl] .blk6\/6-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/7,body[screen=xl] .blk1\/7-xl{width:calc(14.28571% - 10px)}body[screen=xl] .blk2\/7,body[screen=xl] .blk2\/7-xl{width:calc(28.57143% - 10px)}body[screen=xl] .blk3\/7,body[screen=xl] .blk3\/7-xl{width:calc(42.85714% - 10px)}body[screen=xl] .blk4\/7,body[screen=xl] .blk4\/7-xl{width:calc(57.14286% - 10px)}body[screen=xl] .blk5\/7,body[screen=xl] .blk5\/7-xl{width:calc(71.42857% - 10px)}body[screen=xl] .blk6\/7,body[screen=xl] .blk6\/7-xl{width:calc(85.71429% - 10px)}body[screen=xl] .blk7\/7,body[screen=xl] .blk7\/7-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/8,body[screen=xl] .blk1\/8-xl{width:calc(12.5% - 10px)}body[screen=xl] .blk2\/8,body[screen=xl] .blk2\/8-xl{width:calc(25% - 10px)}body[screen=xl] .blk3\/8,body[screen=xl] .blk3\/8-xl{width:calc(37.5% - 10px)}body[screen=xl] .blk4\/8,body[screen=xl] .blk4\/8-xl{width:calc(50% - 10px)}body[screen=xl] .blk5\/8,body[screen=xl] .blk5\/8-xl{width:calc(62.5% - 10px)}body[screen=xl] .blk6\/8,body[screen=xl] .blk6\/8-xl{width:calc(75% - 10px)}body[screen=xl] .blk7\/8,body[screen=xl] .blk7\/8-xl{width:calc(87.5% - 10px)}body[screen=xl] .blk8\/8,body[screen=xl] .blk8\/8-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/9,body[screen=xl] .blk1\/9-xl{width:calc(11.11111% - 10px)}body[screen=xl] .blk2\/9,body[screen=xl] .blk2\/9-xl{width:calc(22.22222% - 10px)}body[screen=xl] .blk3\/9,body[screen=xl] .blk3\/9-xl{width:calc(33.33333% - 10px)}body[screen=xl] .blk4\/9,body[screen=xl] .blk4\/9-xl{width:calc(44.44444% - 10px)}body[screen=xl] .blk5\/9,body[screen=xl] .blk5\/9-xl{width:calc(55.55556% - 10px)}body[screen=xl] .blk6\/9,body[screen=xl] .blk6\/9-xl{width:calc(66.66667% - 10px)}body[screen=xl] .blk7\/9,body[screen=xl] .blk7\/9-xl{width:calc(77.77778% - 10px)}body[screen=xl] .blk8\/9,body[screen=xl] .blk8\/9-xl{width:calc(88.88889% - 10px)}body[screen=xl] .blk9\/9,body[screen=xl] .blk9\/9-xl{width:calc(100% - 10px)}body[screen=xl] .blk1\/10,body[screen=xl] .blk1\/10-xl{width:calc(10% - 10px)}body[screen=xl] .blk2\/10,body[screen=xl] .blk2\/10-xl{width:calc(20% - 10px)}body[screen=xl] .blk3\/10,body[screen=xl] .blk3\/10-xl{width:calc(30% - 10px)}body[screen=xl] .blk4\/10,body[screen=xl] .blk4\/10-xl{width:calc(40% - 10px)}body[screen=xl] .blk5\/10,body[screen=xl] .blk5\/10-xl{width:calc(50% - 10px)}body[screen=xl] .blk6\/10,body[screen=xl] .blk6\/10-xl{width:calc(60% - 10px)}body[screen=xl] .blk7\/10,body[screen=xl] .blk7\/10-xl{width:calc(70% - 10px)}body[screen=xl] .blk8\/10,body[screen=xl] .blk8\/10-xl{width:calc(80% - 10px)}body[screen=xl] .blk9\/10,body[screen=xl] .blk9\/10-xl{width:calc(90% - 10px)}body[screen=xl] .blk10\/10,body[screen=xl] .blk10\/10-xl{width:calc(100% - 10px)}body[screen=xl] .blk5\%,body[screen=xl] .blk5\%-xl{width:calc(5% - 10px)}body[screen=xl] .blk10\%,body[screen=xl] .blk10\%-xl{width:calc(10% - 10px)}body[screen=xl] .blk15\%,body[screen=xl] .blk15\%-xl{width:calc(15% - 10px)}body[screen=xl] .blk20\%,body[screen=xl] .blk20\%-xl{width:calc(20% - 10px)}body[screen=xl] .blk25\%,body[screen=xl] .blk25\%-xl{width:calc(25% - 10px)}body[screen=xl] .blk30\%,body[screen=xl] .blk30\%-xl{width:calc(30% - 10px)}body[screen=xl] .blk35\%,body[screen=xl] .blk35\%-xl{width:calc(35% - 10px)}body[screen=xl] .blk40\%,body[screen=xl] .blk40\%-xl{width:calc(40% - 10px)}body[screen=xl] .blk45\%,body[screen=xl] .blk45\%-xl{width:calc(45% - 10px)}body[screen=xl] .blk50\%,body[screen=xl] .blk50\%-xl{width:calc(50% - 10px)}body[screen=xl] .blk55\%,body[screen=xl] .blk55\%-xl{width:calc(55% - 10px)}body[screen=xl] .blk60\%,body[screen=xl] .blk60\%-xl{width:calc(60% - 10px)}body[screen=xl] .blk65\%,body[screen=xl] .blk65\%-xl{width:calc(65% - 10px)}body[screen=xl] .blk70\%,body[screen=xl] .blk70\%-xl{width:calc(70% - 10px)}body[screen=xl] .blk75\%,body[screen=xl] .blk75\%-xl{width:calc(75% - 10px)}body[screen=xl] .blk80\%,body[screen=xl] .blk80\%-xl{width:calc(80% - 10px)}body[screen=xl] .blk85\%,body[screen=xl] .blk85\%-xl{width:calc(85% - 10px)}body[screen=xl] .blk90\%,body[screen=xl] .blk90\%-xl{width:calc(90% - 10px)}body[screen=xl] .blk95\%,body[screen=xl] .blk95\%-xl{width:calc(95% - 10px)}body[screen=xl] .blk100\%,body[screen=xl] .blk100\%-xl{width:calc(100% - 10px)}.bleed-margin.blk100\%,.bleed-margin.blk10\%,.bleed-margin.blk10\/10,.bleed-margin.blk15\%,.bleed-margin.blk1\/1,.bleed-margin.blk1\/10,.bleed-margin.blk1\/2,.bleed-margin.blk1\/3,.bleed-margin.blk1\/4,.bleed-margin.blk1\/5,.bleed-margin.blk1\/6,.bleed-margin.blk1\/7,.bleed-margin.blk1\/8,.bleed-margin.blk1\/9,.bleed-margin.blk20\%,.bleed-margin.blk25\%,.bleed-margin.blk2\/10,.bleed-margin.blk2\/2,.bleed-margin.blk2\/3,.bleed-margin.blk2\/4,.bleed-margin.blk2\/5,.bleed-margin.blk2\/6,.bleed-margin.blk2\/7,.bleed-margin.blk2\/8,.bleed-margin.blk2\/9,.bleed-margin.blk30\%,.bleed-margin.blk35\%,.bleed-margin.blk3\/10,.bleed-margin.blk3\/3,.bleed-margin.blk3\/4,.bleed-margin.blk3\/5,.bleed-margin.blk3\/6,.bleed-margin.blk3\/7,.bleed-margin.blk3\/8,.bleed-margin.blk3\/9,.bleed-margin.blk40\%,.bleed-margin.blk45\%,.bleed-margin.blk4\/10,.bleed-margin.blk4\/4,.bleed-margin.blk4\/5,.bleed-margin.blk4\/6,.bleed-margin.blk4\/7,.bleed-margin.blk4\/8,.bleed-margin.blk4\/9,.bleed-margin.blk50\%,.bleed-margin.blk55\%,.bleed-margin.blk5\%,.bleed-margin.blk5\/10,.bleed-margin.blk5\/5,.bleed-margin.blk5\/6,.bleed-margin.blk5\/7,.bleed-margin.blk5\/8,.bleed-margin.blk5\/9,.bleed-margin.blk60\%,.bleed-margin.blk65\%,.bleed-margin.blk6\/10,.bleed-margin.blk6\/6,.bleed-margin.blk6\/7,.bleed-margin.blk6\/8,.bleed-margin.blk6\/9,.bleed-margin.blk70\%,.bleed-margin.blk75\%,.bleed-margin.blk7\/10,.bleed-margin.blk7\/7,.bleed-margin.blk7\/8,.bleed-margin.blk7\/9,.bleed-margin.blk80\%,.bleed-margin.blk85\%,.bleed-margin.blk8\/10,.bleed-margin.blk8\/8,.bleed-margin.blk8\/9,.bleed-margin.blk90\%,.bleed-margin.blk95\%,.bleed-margin.blk9\/10,.bleed-margin.blk9\/9,body[screen=lg] .bleed-margin.blk100\%-lg,body[screen=lg] .bleed-margin.blk10\%-lg,body[screen=lg] .bleed-margin.blk10\/10-lg,body[screen=lg] .bleed-margin.blk15\%-lg,body[screen=lg] .bleed-margin.blk1\/1-lg,body[screen=lg] .bleed-margin.blk1\/10-lg,body[screen=lg] .bleed-margin.blk1\/2-lg,body[screen=lg] .bleed-margin.blk1\/3-lg,body[screen=lg] .bleed-margin.blk1\/4-lg,body[screen=lg] .bleed-margin.blk1\/5-lg,body[screen=lg] .bleed-margin.blk1\/6-lg,body[screen=lg] .bleed-margin.blk1\/7-lg,body[screen=lg] .bleed-margin.blk1\/8-lg,body[screen=lg] .bleed-margin.blk1\/9-lg,body[screen=lg] .bleed-margin.blk20\%-lg,body[screen=lg] .bleed-margin.blk25\%-lg,body[screen=lg] .bleed-margin.blk2\/10-lg,body[screen=lg] .bleed-margin.blk2\/2-lg,body[screen=lg] .bleed-margin.blk2\/3-lg,body[screen=lg] .bleed-margin.blk2\/4-lg,body[screen=lg] .bleed-margin.blk2\/5-lg,body[screen=lg] .bleed-margin.blk2\/6-lg,body[screen=lg] .bleed-margin.blk2\/7-lg,body[screen=lg] .bleed-margin.blk2\/8-lg,body[screen=lg] .bleed-margin.blk2\/9-lg,body[screen=lg] .bleed-margin.blk30\%-lg,body[screen=lg] .bleed-margin.blk35\%-lg,body[screen=lg] .bleed-margin.blk3\/10-lg,body[screen=lg] .bleed-margin.blk3\/3-lg,body[screen=lg] .bleed-margin.blk3\/4-lg,body[screen=lg] .bleed-margin.blk3\/5-lg,body[screen=lg] .bleed-margin.blk3\/6-lg,body[screen=lg] .bleed-margin.blk3\/7-lg,body[screen=lg] .bleed-margin.blk3\/8-lg,body[screen=lg] .bleed-margin.blk3\/9-lg,body[screen=lg] .bleed-margin.blk40\%-lg,body[screen=lg] .bleed-margin.blk45\%-lg,body[screen=lg] .bleed-margin.blk4\/10-lg,body[screen=lg] .bleed-margin.blk4\/4-lg,body[screen=lg] .bleed-margin.blk4\/5-lg,body[screen=lg] .bleed-margin.blk4\/6-lg,body[screen=lg] .bleed-margin.blk4\/7-lg,body[screen=lg] .bleed-margin.blk4\/8-lg,body[screen=lg] .bleed-margin.blk4\/9-lg,body[screen=lg] .bleed-margin.blk50\%-lg,body[screen=lg] .bleed-margin.blk55\%-lg,body[screen=lg] .bleed-margin.blk5\%-lg,body[screen=lg] .bleed-margin.blk5\/10-lg,body[screen=lg] .bleed-margin.blk5\/5-lg,body[screen=lg] .bleed-margin.blk5\/6-lg,body[screen=lg] .bleed-margin.blk5\/7-lg,body[screen=lg] .bleed-margin.blk5\/8-lg,body[screen=lg] .bleed-margin.blk5\/9-lg,body[screen=lg] .bleed-margin.blk60\%-lg,body[screen=lg] .bleed-margin.blk65\%-lg,body[screen=lg] .bleed-margin.blk6\/10-lg,body[screen=lg] .bleed-margin.blk6\/6-lg,body[screen=lg] .bleed-margin.blk6\/7-lg,body[screen=lg] .bleed-margin.blk6\/8-lg,body[screen=lg] .bleed-margin.blk6\/9-lg,body[screen=lg] .bleed-margin.blk70\%-lg,body[screen=lg] .bleed-margin.blk75\%-lg,body[screen=lg] .bleed-margin.blk7\/10-lg,body[screen=lg] .bleed-margin.blk7\/7-lg,body[screen=lg] .bleed-margin.blk7\/8-lg,body[screen=lg] .bleed-margin.blk7\/9-lg,body[screen=lg] .bleed-margin.blk80\%-lg,body[screen=lg] .bleed-margin.blk85\%-lg,body[screen=lg] .bleed-margin.blk8\/10-lg,body[screen=lg] .bleed-margin.blk8\/8-lg,body[screen=lg] .bleed-margin.blk8\/9-lg,body[screen=lg] .bleed-margin.blk90\%-lg,body[screen=lg] .bleed-margin.blk95\%-lg,body[screen=lg] .bleed-margin.blk9\/10-lg,body[screen=lg] .bleed-margin.blk9\/9-lg,body[screen=md] .bleed-margin.blk100\%-md,body[screen=md] .bleed-margin.blk10\%-md,body[screen=md] .bleed-margin.blk10\/10-md,body[screen=md] .bleed-margin.blk15\%-md,body[screen=md] .bleed-margin.blk1\/1-md,body[screen=md] .bleed-margin.blk1\/10-md,body[screen=md] .bleed-margin.blk1\/2-md,body[screen=md] .bleed-margin.blk1\/3-md,body[screen=md] .bleed-margin.blk1\/4-md,body[screen=md] .bleed-margin.blk1\/5-md,body[screen=md] .bleed-margin.blk1\/6-md,body[screen=md] .bleed-margin.blk1\/7-md,body[screen=md] .bleed-margin.blk1\/8-md,body[screen=md] .bleed-margin.blk1\/9-md,body[screen=md] .bleed-margin.blk20\%-md,body[screen=md] .bleed-margin.blk25\%-md,body[screen=md] .bleed-margin.blk2\/10-md,body[screen=md] .bleed-margin.blk2\/2-md,body[screen=md] .bleed-margin.blk2\/3-md,body[screen=md] .bleed-margin.blk2\/4-md,body[screen=md] .bleed-margin.blk2\/5-md,body[screen=md] .bleed-margin.blk2\/6-md,body[screen=md] .bleed-margin.blk2\/7-md,body[screen=md] .bleed-margin.blk2\/8-md,body[screen=md] .bleed-margin.blk2\/9-md,body[screen=md] .bleed-margin.blk30\%-md,body[screen=md] .bleed-margin.blk35\%-md,body[screen=md] .bleed-margin.blk3\/10-md,body[screen=md] .bleed-margin.blk3\/3-md,body[screen=md] .bleed-margin.blk3\/4-md,body[screen=md] .bleed-margin.blk3\/5-md,body[screen=md] .bleed-margin.blk3\/6-md,body[screen=md] .bleed-margin.blk3\/7-md,body[screen=md] .bleed-margin.blk3\/8-md,body[screen=md] .bleed-margin.blk3\/9-md,body[screen=md] .bleed-margin.blk40\%-md,body[screen=md] .bleed-margin.blk45\%-md,body[screen=md] .bleed-margin.blk4\/10-md,body[screen=md] .bleed-margin.blk4\/4-md,body[screen=md] .bleed-margin.blk4\/5-md,body[screen=md] .bleed-margin.blk4\/6-md,body[screen=md] .bleed-margin.blk4\/7-md,body[screen=md] .bleed-margin.blk4\/8-md,body[screen=md] .bleed-margin.blk4\/9-md,body[screen=md] .bleed-margin.blk50\%-md,body[screen=md] .bleed-margin.blk55\%-md,body[screen=md] .bleed-margin.blk5\%-md,body[screen=md] .bleed-margin.blk5\/10-md,body[screen=md] .bleed-margin.blk5\/5-md,body[screen=md] .bleed-margin.blk5\/6-md,body[screen=md] .bleed-margin.blk5\/7-md,body[screen=md] .bleed-margin.blk5\/8-md,body[screen=md] .bleed-margin.blk5\/9-md,body[screen=md] .bleed-margin.blk60\%-md,body[screen=md] .bleed-margin.blk65\%-md,body[screen=md] .bleed-margin.blk6\/10-md,body[screen=md] .bleed-margin.blk6\/6-md,body[screen=md] .bleed-margin.blk6\/7-md,body[screen=md] .bleed-margin.blk6\/8-md,body[screen=md] .bleed-margin.blk6\/9-md,body[screen=md] .bleed-margin.blk70\%-md,body[screen=md] .bleed-margin.blk75\%-md,body[screen=md] .bleed-margin.blk7\/10-md,body[screen=md] .bleed-margin.blk7\/7-md,body[screen=md] .bleed-margin.blk7\/8-md,body[screen=md] .bleed-margin.blk7\/9-md,body[screen=md] .bleed-margin.blk80\%-md,body[screen=md] .bleed-margin.blk85\%-md,body[screen=md] .bleed-margin.blk8\/10-md,body[screen=md] .bleed-margin.blk8\/8-md,body[screen=md] .bleed-margin.blk8\/9-md,body[screen=md] .bleed-margin.blk90\%-md,body[screen=md] .bleed-margin.blk95\%-md,body[screen=md] .bleed-margin.blk9\/10-md,body[screen=md] .bleed-margin.blk9\/9-md,body[screen=sm] .bleed-margin.blk100\%-sm,body[screen=sm] .bleed-margin.blk10\%-sm,body[screen=sm] .bleed-margin.blk10\/10-sm,body[screen=sm] .bleed-margin.blk15\%-sm,body[screen=sm] .bleed-margin.blk1\/1-sm,body[screen=sm] .bleed-margin.blk1\/10-sm,body[screen=sm] .bleed-margin.blk1\/2-sm,body[screen=sm] .bleed-margin.blk1\/3-sm,body[screen=sm] .bleed-margin.blk1\/4-sm,body[screen=sm] .bleed-margin.blk1\/5-sm,body[screen=sm] .bleed-margin.blk1\/6-sm,body[screen=sm] .bleed-margin.blk1\/7-sm,body[screen=sm] .bleed-margin.blk1\/8-sm,body[screen=sm] .bleed-margin.blk1\/9-sm,body[screen=sm] .bleed-margin.blk20\%-sm,body[screen=sm] .bleed-margin.blk25\%-sm,body[screen=sm] .bleed-margin.blk2\/10-sm,body[screen=sm] .bleed-margin.blk2\/2-sm,body[screen=sm] .bleed-margin.blk2\/3-sm,body[screen=sm] .bleed-margin.blk2\/4-sm,body[screen=sm] .bleed-margin.blk2\/5-sm,body[screen=sm] .bleed-margin.blk2\/6-sm,body[screen=sm] .bleed-margin.blk2\/7-sm,body[screen=sm] .bleed-margin.blk2\/8-sm,body[screen=sm] .bleed-margin.blk2\/9-sm,body[screen=sm] .bleed-margin.blk30\%-sm,body[screen=sm] .bleed-margin.blk35\%-sm,body[screen=sm] .bleed-margin.blk3\/10-sm,body[screen=sm] .bleed-margin.blk3\/3-sm,body[screen=sm] .bleed-margin.blk3\/4-sm,body[screen=sm] .bleed-margin.blk3\/5-sm,body[screen=sm] .bleed-margin.blk3\/6-sm,body[screen=sm] .bleed-margin.blk3\/7-sm,body[screen=sm] .bleed-margin.blk3\/8-sm,body[screen=sm] .bleed-margin.blk3\/9-sm,body[screen=sm] .bleed-margin.blk40\%-sm,body[screen=sm] .bleed-margin.blk45\%-sm,body[screen=sm] .bleed-margin.blk4\/10-sm,body[screen=sm] .bleed-margin.blk4\/4-sm,body[screen=sm] .bleed-margin.blk4\/5-sm,body[screen=sm] .bleed-margin.blk4\/6-sm,body[screen=sm] .bleed-margin.blk4\/7-sm,body[screen=sm] .bleed-margin.blk4\/8-sm,body[screen=sm] .bleed-margin.blk4\/9-sm,body[screen=sm] .bleed-margin.blk50\%-sm,body[screen=sm] .bleed-margin.blk55\%-sm,body[screen=sm] .bleed-margin.blk5\%-sm,body[screen=sm] .bleed-margin.blk5\/10-sm,body[screen=sm] .bleed-margin.blk5\/5-sm,body[screen=sm] .bleed-margin.blk5\/6-sm,body[screen=sm] .bleed-margin.blk5\/7-sm,body[screen=sm] .bleed-margin.blk5\/8-sm,body[screen=sm] .bleed-margin.blk5\/9-sm,body[screen=sm] .bleed-margin.blk60\%-sm,body[screen=sm] .bleed-margin.blk65\%-sm,body[screen=sm] .bleed-margin.blk6\/10-sm,body[screen=sm] .bleed-margin.blk6\/6-sm,body[screen=sm] .bleed-margin.blk6\/7-sm,body[screen=sm] .bleed-margin.blk6\/8-sm,body[screen=sm] .bleed-margin.blk6\/9-sm,body[screen=sm] .bleed-margin.blk70\%-sm,body[screen=sm] .bleed-margin.blk75\%-sm,body[screen=sm] .bleed-margin.blk7\/10-sm,body[screen=sm] .bleed-margin.blk7\/7-sm,body[screen=sm] .bleed-margin.blk7\/8-sm,body[screen=sm] .bleed-margin.blk7\/9-sm,body[screen=sm] .bleed-margin.blk80\%-sm,body[screen=sm] .bleed-margin.blk85\%-sm,body[screen=sm] .bleed-margin.blk8\/10-sm,body[screen=sm] .bleed-margin.blk8\/8-sm,body[screen=sm] .bleed-margin.blk8\/9-sm,body[screen=sm] .bleed-margin.blk90\%-sm,body[screen=sm] .bleed-margin.blk95\%-sm,body[screen=sm] .bleed-margin.blk9\/10-sm,body[screen=sm] .bleed-margin.blk9\/9-sm,body[screen=xl] .bleed-margin.blk100\%-xl,body[screen=xl] .bleed-margin.blk10\%-xl,body[screen=xl] .bleed-margin.blk10\/10-xl,body[screen=xl] .bleed-margin.blk15\%-xl,body[screen=xl] .bleed-margin.blk1\/1-xl,body[screen=xl] .bleed-margin.blk1\/10-xl,body[screen=xl] .bleed-margin.blk1\/2-xl,body[screen=xl] .bleed-margin.blk1\/3-xl,body[screen=xl] .bleed-margin.blk1\/4-xl,body[screen=xl] .bleed-margin.blk1\/5-xl,body[screen=xl] .bleed-margin.blk1\/6-xl,body[screen=xl] .bleed-margin.blk1\/7-xl,body[screen=xl] .bleed-margin.blk1\/8-xl,body[screen=xl] .bleed-margin.blk1\/9-xl,body[screen=xl] .bleed-margin.blk20\%-xl,body[screen=xl] .bleed-margin.blk25\%-xl,body[screen=xl] .bleed-margin.blk2\/10-xl,body[screen=xl] .bleed-margin.blk2\/2-xl,body[screen=xl] .bleed-margin.blk2\/3-xl,body[screen=xl] .bleed-margin.blk2\/4-xl,body[screen=xl] .bleed-margin.blk2\/5-xl,body[screen=xl] .bleed-margin.blk2\/6-xl,body[screen=xl] .bleed-margin.blk2\/7-xl,body[screen=xl] .bleed-margin.blk2\/8-xl,body[screen=xl] .bleed-margin.blk2\/9-xl,body[screen=xl] .bleed-margin.blk30\%-xl,body[screen=xl] .bleed-margin.blk35\%-xl,body[screen=xl] .bleed-margin.blk3\/10-xl,body[screen=xl] .bleed-margin.blk3\/3-xl,body[screen=xl] .bleed-margin.blk3\/4-xl,body[screen=xl] .bleed-margin.blk3\/5-xl,body[screen=xl] .bleed-margin.blk3\/6-xl,body[screen=xl] .bleed-margin.blk3\/7-xl,body[screen=xl] .bleed-margin.blk3\/8-xl,body[screen=xl] .bleed-margin.blk3\/9-xl,body[screen=xl] .bleed-margin.blk40\%-xl,body[screen=xl] .bleed-margin.blk45\%-xl,body[screen=xl] .bleed-margin.blk4\/10-xl,body[screen=xl] .bleed-margin.blk4\/4-xl,body[screen=xl] .bleed-margin.blk4\/5-xl,body[screen=xl] .bleed-margin.blk4\/6-xl,body[screen=xl] .bleed-margin.blk4\/7-xl,body[screen=xl] .bleed-margin.blk4\/8-xl,body[screen=xl] .bleed-margin.blk4\/9-xl,body[screen=xl] .bleed-margin.blk50\%-xl,body[screen=xl] .bleed-margin.blk55\%-xl,body[screen=xl] .bleed-margin.blk5\%-xl,body[screen=xl] .bleed-margin.blk5\/10-xl,body[screen=xl] .bleed-margin.blk5\/5-xl,body[screen=xl] .bleed-margin.blk5\/6-xl,body[screen=xl] .bleed-margin.blk5\/7-xl,body[screen=xl] .bleed-margin.blk5\/8-xl,body[screen=xl] .bleed-margin.blk5\/9-xl,body[screen=xl] .bleed-margin.blk60\%-xl,body[screen=xl] .bleed-margin.blk65\%-xl,body[screen=xl] .bleed-margin.blk6\/10-xl,body[screen=xl] .bleed-margin.blk6\/6-xl,body[screen=xl] .bleed-margin.blk6\/7-xl,body[screen=xl] .bleed-margin.blk6\/8-xl,body[screen=xl] .bleed-margin.blk6\/9-xl,body[screen=xl] .bleed-margin.blk70\%-xl,body[screen=xl] .bleed-margin.blk75\%-xl,body[screen=xl] .bleed-margin.blk7\/10-xl,body[screen=xl] .bleed-margin.blk7\/7-xl,body[screen=xl] .bleed-margin.blk7\/8-xl,body[screen=xl] .bleed-margin.blk7\/9-xl,body[screen=xl] .bleed-margin.blk80\%-xl,body[screen=xl] .bleed-margin.blk85\%-xl,body[screen=xl] .bleed-margin.blk8\/10-xl,body[screen=xl] .bleed-margin.blk8\/8-xl,body[screen=xl] .bleed-margin.blk8\/9-xl,body[screen=xl] .bleed-margin.blk90\%-xl,body[screen=xl] .bleed-margin.blk95\%-xl,body[screen=xl] .bleed-margin.blk9\/10-xl,body[screen=xl] .bleed-margin.blk9\/9-xl,body[screen=xs] .bleed-margin.blk100\%-xs,body[screen=xs] .bleed-margin.blk10\%-xs,body[screen=xs] .bleed-margin.blk10\/10-xs,body[screen=xs] .bleed-margin.blk15\%-xs,body[screen=xs] .bleed-margin.blk1\/1-xs,body[screen=xs] .bleed-margin.blk1\/10-xs,body[screen=xs] .bleed-margin.blk1\/2-xs,body[screen=xs] .bleed-margin.blk1\/3-xs,body[screen=xs] .bleed-margin.blk1\/4-xs,body[screen=xs] .bleed-margin.blk1\/5-xs,body[screen=xs] .bleed-margin.blk1\/6-xs,body[screen=xs] .bleed-margin.blk1\/7-xs,body[screen=xs] .bleed-margin.blk1\/8-xs,body[screen=xs] .bleed-margin.blk1\/9-xs,body[screen=xs] .bleed-margin.blk20\%-xs,body[screen=xs] .bleed-margin.blk25\%-xs,body[screen=xs] .bleed-margin.blk2\/10-xs,body[screen=xs] .bleed-margin.blk2\/2-xs,body[screen=xs] .bleed-margin.blk2\/3-xs,body[screen=xs] .bleed-margin.blk2\/4-xs,body[screen=xs] .bleed-margin.blk2\/5-xs,body[screen=xs] .bleed-margin.blk2\/6-xs,body[screen=xs] .bleed-margin.blk2\/7-xs,body[screen=xs] .bleed-margin.blk2\/8-xs,body[screen=xs] .bleed-margin.blk2\/9-xs,body[screen=xs] .bleed-margin.blk30\%-xs,body[screen=xs] .bleed-margin.blk35\%-xs,body[screen=xs] .bleed-margin.blk3\/10-xs,body[screen=xs] .bleed-margin.blk3\/3-xs,body[screen=xs] .bleed-margin.blk3\/4-xs,body[screen=xs] .bleed-margin.blk3\/5-xs,body[screen=xs] .bleed-margin.blk3\/6-xs,body[screen=xs] .bleed-margin.blk3\/7-xs,body[screen=xs] .bleed-margin.blk3\/8-xs,body[screen=xs] .bleed-margin.blk3\/9-xs,body[screen=xs] .bleed-margin.blk40\%-xs,body[screen=xs] .bleed-margin.blk45\%-xs,body[screen=xs] .bleed-margin.blk4\/10-xs,body[screen=xs] .bleed-margin.blk4\/4-xs,body[screen=xs] .bleed-margin.blk4\/5-xs,body[screen=xs] .bleed-margin.blk4\/6-xs,body[screen=xs] .bleed-margin.blk4\/7-xs,body[screen=xs] .bleed-margin.blk4\/8-xs,body[screen=xs] .bleed-margin.blk4\/9-xs,body[screen=xs] .bleed-margin.blk50\%-xs,body[screen=xs] .bleed-margin.blk55\%-xs,body[screen=xs] .bleed-margin.blk5\%-xs,body[screen=xs] .bleed-margin.blk5\/10-xs,body[screen=xs] .bleed-margin.blk5\/5-xs,body[screen=xs] .bleed-margin.blk5\/6-xs,body[screen=xs] .bleed-margin.blk5\/7-xs,body[screen=xs] .bleed-margin.blk5\/8-xs,body[screen=xs] .bleed-margin.blk5\/9-xs,body[screen=xs] .bleed-margin.blk60\%-xs,body[screen=xs] .bleed-margin.blk65\%-xs,body[screen=xs] .bleed-margin.blk6\/10-xs,body[screen=xs] .bleed-margin.blk6\/6-xs,body[screen=xs] .bleed-margin.blk6\/7-xs,body[screen=xs] .bleed-margin.blk6\/8-xs,body[screen=xs] .bleed-margin.blk6\/9-xs,body[screen=xs] .bleed-margin.blk70\%-xs,body[screen=xs] .bleed-margin.blk75\%-xs,body[screen=xs] .bleed-margin.blk7\/10-xs,body[screen=xs] .bleed-margin.blk7\/7-xs,body[screen=xs] .bleed-margin.blk7\/8-xs,body[screen=xs] .bleed-margin.blk7\/9-xs,body[screen=xs] .bleed-margin.blk80\%-xs,body[screen=xs] .bleed-margin.blk85\%-xs,body[screen=xs] .bleed-margin.blk8\/10-xs,body[screen=xs] .bleed-margin.blk8\/8-xs,body[screen=xs] .bleed-margin.blk8\/9-xs,body[screen=xs] .bleed-margin.blk90\%-xs,body[screen=xs] .bleed-margin.blk95\%-xs,body[screen=xs] .bleed-margin.blk9\/10-xs,body[screen=xs] .bleed-margin.blk9\/9-xs{border-width:0;margin:0;padding:0}.bleed-margin.blk1\/1,body[screen=lg] .bleed-margin.blk1\/1-lg,body[screen=md] .bleed-margin.blk1\/1-md,body[screen=sm] .bleed-margin.blk1\/1-sm,body[screen=xl] .bleed-margin.blk1\/1-xl,body[screen=xs] .bleed-margin.blk1\/1-xs{width:100%}.bleed-margin.blk1\/2,body[screen=lg] .bleed-margin.blk1\/2-lg,body[screen=md] .bleed-margin.blk1\/2-md,body[screen=sm] .bleed-margin.blk1\/2-sm,body[screen=xl] .bleed-margin.blk1\/2-xl,body[screen=xs] .bleed-margin.blk1\/2-xs{width:50%}.bleed-margin.blk2\/2,body[screen=lg] .bleed-margin.blk2\/2-lg,body[screen=md] .bleed-margin.blk2\/2-md,body[screen=sm] .bleed-margin.blk2\/2-sm,body[screen=xl] .bleed-margin.blk2\/2-xl,body[screen=xs] .bleed-margin.blk2\/2-xs{width:100%}.bleed-margin.blk1\/3,body[screen=lg] .bleed-margin.blk1\/3-lg,body[screen=md] .bleed-margin.blk1\/3-md,body[screen=sm] .bleed-margin.blk1\/3-sm,body[screen=xl] .bleed-margin.blk1\/3-xl,body[screen=xs] .bleed-margin.blk1\/3-xs{width:33.3333333333%}.bleed-margin.blk2\/3,body[screen=lg] .bleed-margin.blk2\/3-lg,body[screen=md] .bleed-margin.blk2\/3-md,body[screen=sm] .bleed-margin.blk2\/3-sm,body[screen=xl] .bleed-margin.blk2\/3-xl,body[screen=xs] .bleed-margin.blk2\/3-xs{width:66.6666666667%}.bleed-margin.blk3\/3,body[screen=lg] .bleed-margin.blk3\/3-lg,body[screen=md] .bleed-margin.blk3\/3-md,body[screen=sm] .bleed-margin.blk3\/3-sm,body[screen=xl] .bleed-margin.blk3\/3-xl,body[screen=xs] .bleed-margin.blk3\/3-xs{width:100%}.bleed-margin.blk1\/4,body[screen=lg] .bleed-margin.blk1\/4-lg,body[screen=md] .bleed-margin.blk1\/4-md,body[screen=sm] .bleed-margin.blk1\/4-sm,body[screen=xl] .bleed-margin.blk1\/4-xl,body[screen=xs] .bleed-margin.blk1\/4-xs{width:25%}.bleed-margin.blk2\/4,body[screen=lg] .bleed-margin.blk2\/4-lg,body[screen=md] .bleed-margin.blk2\/4-md,body[screen=sm] .bleed-margin.blk2\/4-sm,body[screen=xl] .bleed-margin.blk2\/4-xl,body[screen=xs] .bleed-margin.blk2\/4-xs{width:50%}.bleed-margin.blk3\/4,body[screen=lg] .bleed-margin.blk3\/4-lg,body[screen=md] .bleed-margin.blk3\/4-md,body[screen=sm] .bleed-margin.blk3\/4-sm,body[screen=xl] .bleed-margin.blk3\/4-xl,body[screen=xs] .bleed-margin.blk3\/4-xs{width:75%}.bleed-margin.blk4\/4,body[screen=lg] .bleed-margin.blk4\/4-lg,body[screen=md] .bleed-margin.blk4\/4-md,body[screen=sm] .bleed-margin.blk4\/4-sm,body[screen=xl] .bleed-margin.blk4\/4-xl,body[screen=xs] .bleed-margin.blk4\/4-xs{width:100%}.bleed-margin.blk1\/5,body[screen=lg] .bleed-margin.blk1\/5-lg,body[screen=md] .bleed-margin.blk1\/5-md,body[screen=sm] .bleed-margin.blk1\/5-sm,body[screen=xl] .bleed-margin.blk1\/5-xl,body[screen=xs] .bleed-margin.blk1\/5-xs{width:20%}.bleed-margin.blk2\/5,body[screen=lg] .bleed-margin.blk2\/5-lg,body[screen=md] .bleed-margin.blk2\/5-md,body[screen=sm] .bleed-margin.blk2\/5-sm,body[screen=xl] .bleed-margin.blk2\/5-xl,body[screen=xs] .bleed-margin.blk2\/5-xs{width:40%}.bleed-margin.blk3\/5,body[screen=lg] .bleed-margin.blk3\/5-lg,body[screen=md] .bleed-margin.blk3\/5-md,body[screen=sm] .bleed-margin.blk3\/5-sm,body[screen=xl] .bleed-margin.blk3\/5-xl,body[screen=xs] .bleed-margin.blk3\/5-xs{width:60%}.bleed-margin.blk4\/5,body[screen=lg] .bleed-margin.blk4\/5-lg,body[screen=md] .bleed-margin.blk4\/5-md,body[screen=sm] .bleed-margin.blk4\/5-sm,body[screen=xl] .bleed-margin.blk4\/5-xl,body[screen=xs] .bleed-margin.blk4\/5-xs{width:80%}.bleed-margin.blk5\/5,body[screen=lg] .bleed-margin.blk5\/5-lg,body[screen=md] .bleed-margin.blk5\/5-md,body[screen=sm] .bleed-margin.blk5\/5-sm,body[screen=xl] .bleed-margin.blk5\/5-xl,body[screen=xs] .bleed-margin.blk5\/5-xs{width:100%}.bleed-margin.blk1\/6,body[screen=lg] .bleed-margin.blk1\/6-lg,body[screen=md] .bleed-margin.blk1\/6-md,body[screen=sm] .bleed-margin.blk1\/6-sm,body[screen=xl] .bleed-margin.blk1\/6-xl,body[screen=xs] .bleed-margin.blk1\/6-xs{width:16.6666666667%}.bleed-margin.blk2\/6,body[screen=lg] .bleed-margin.blk2\/6-lg,body[screen=md] .bleed-margin.blk2\/6-md,body[screen=sm] .bleed-margin.blk2\/6-sm,body[screen=xl] .bleed-margin.blk2\/6-xl,body[screen=xs] .bleed-margin.blk2\/6-xs{width:33.3333333333%}.bleed-margin.blk3\/6,body[screen=lg] .bleed-margin.blk3\/6-lg,body[screen=md] .bleed-margin.blk3\/6-md,body[screen=sm] .bleed-margin.blk3\/6-sm,body[screen=xl] .bleed-margin.blk3\/6-xl,body[screen=xs] .bleed-margin.blk3\/6-xs{width:50%}.bleed-margin.blk4\/6,body[screen=lg] .bleed-margin.blk4\/6-lg,body[screen=md] .bleed-margin.blk4\/6-md,body[screen=sm] .bleed-margin.blk4\/6-sm,body[screen=xl] .bleed-margin.blk4\/6-xl,body[screen=xs] .bleed-margin.blk4\/6-xs{width:66.6666666667%}.bleed-margin.blk5\/6,body[screen=lg] .bleed-margin.blk5\/6-lg,body[screen=md] .bleed-margin.blk5\/6-md,body[screen=sm] .bleed-margin.blk5\/6-sm,body[screen=xl] .bleed-margin.blk5\/6-xl,body[screen=xs] .bleed-margin.blk5\/6-xs{width:83.3333333333%}.bleed-margin.blk6\/6,body[screen=lg] .bleed-margin.blk6\/6-lg,body[screen=md] .bleed-margin.blk6\/6-md,body[screen=sm] .bleed-margin.blk6\/6-sm,body[screen=xl] .bleed-margin.blk6\/6-xl,body[screen=xs] .bleed-margin.blk6\/6-xs{width:100%}.bleed-margin.blk1\/7,body[screen=lg] .bleed-margin.blk1\/7-lg,body[screen=md] .bleed-margin.blk1\/7-md,body[screen=sm] .bleed-margin.blk1\/7-sm,body[screen=xl] .bleed-margin.blk1\/7-xl,body[screen=xs] .bleed-margin.blk1\/7-xs{width:14.2857142857%}.bleed-margin.blk2\/7,body[screen=lg] .bleed-margin.blk2\/7-lg,body[screen=md] .bleed-margin.blk2\/7-md,body[screen=sm] .bleed-margin.blk2\/7-sm,body[screen=xl] .bleed-margin.blk2\/7-xl,body[screen=xs] .bleed-margin.blk2\/7-xs{width:28.5714285714%}.bleed-margin.blk3\/7,body[screen=lg] .bleed-margin.blk3\/7-lg,body[screen=md] .bleed-margin.blk3\/7-md,body[screen=sm] .bleed-margin.blk3\/7-sm,body[screen=xl] .bleed-margin.blk3\/7-xl,body[screen=xs] .bleed-margin.blk3\/7-xs{width:42.8571428571%}.bleed-margin.blk4\/7,body[screen=lg] .bleed-margin.blk4\/7-lg,body[screen=md] .bleed-margin.blk4\/7-md,body[screen=sm] .bleed-margin.blk4\/7-sm,body[screen=xl] .bleed-margin.blk4\/7-xl,body[screen=xs] .bleed-margin.blk4\/7-xs{width:57.1428571429%}.bleed-margin.blk5\/7,body[screen=lg] .bleed-margin.blk5\/7-lg,body[screen=md] .bleed-margin.blk5\/7-md,body[screen=sm] .bleed-margin.blk5\/7-sm,body[screen=xl] .bleed-margin.blk5\/7-xl,body[screen=xs] .bleed-margin.blk5\/7-xs{width:71.4285714286%}.bleed-margin.blk6\/7,body[screen=lg] .bleed-margin.blk6\/7-lg,body[screen=md] .bleed-margin.blk6\/7-md,body[screen=sm] .bleed-margin.blk6\/7-sm,body[screen=xl] .bleed-margin.blk6\/7-xl,body[screen=xs] .bleed-margin.blk6\/7-xs{width:85.7142857143%}.bleed-margin.blk7\/7,body[screen=lg] .bleed-margin.blk7\/7-lg,body[screen=md] .bleed-margin.blk7\/7-md,body[screen=sm] .bleed-margin.blk7\/7-sm,body[screen=xl] .bleed-margin.blk7\/7-xl,body[screen=xs] .bleed-margin.blk7\/7-xs{width:100%}.bleed-margin.blk1\/8,body[screen=lg] .bleed-margin.blk1\/8-lg,body[screen=md] .bleed-margin.blk1\/8-md,body[screen=sm] .bleed-margin.blk1\/8-sm,body[screen=xl] .bleed-margin.blk1\/8-xl,body[screen=xs] .bleed-margin.blk1\/8-xs{width:12.5%}.bleed-margin.blk2\/8,body[screen=lg] .bleed-margin.blk2\/8-lg,body[screen=md] .bleed-margin.blk2\/8-md,body[screen=sm] .bleed-margin.blk2\/8-sm,body[screen=xl] .bleed-margin.blk2\/8-xl,body[screen=xs] .bleed-margin.blk2\/8-xs{width:25%}.bleed-margin.blk3\/8,body[screen=lg] .bleed-margin.blk3\/8-lg,body[screen=md] .bleed-margin.blk3\/8-md,body[screen=sm] .bleed-margin.blk3\/8-sm,body[screen=xl] .bleed-margin.blk3\/8-xl,body[screen=xs] .bleed-margin.blk3\/8-xs{width:37.5%}.bleed-margin.blk4\/8,body[screen=lg] .bleed-margin.blk4\/8-lg,body[screen=md] .bleed-margin.blk4\/8-md,body[screen=sm] .bleed-margin.blk4\/8-sm,body[screen=xl] .bleed-margin.blk4\/8-xl,body[screen=xs] .bleed-margin.blk4\/8-xs{width:50%}.bleed-margin.blk5\/8,body[screen=lg] .bleed-margin.blk5\/8-lg,body[screen=md] .bleed-margin.blk5\/8-md,body[screen=sm] .bleed-margin.blk5\/8-sm,body[screen=xl] .bleed-margin.blk5\/8-xl,body[screen=xs] .bleed-margin.blk5\/8-xs{width:62.5%}.bleed-margin.blk6\/8,body[screen=lg] .bleed-margin.blk6\/8-lg,body[screen=md] .bleed-margin.blk6\/8-md,body[screen=sm] .bleed-margin.blk6\/8-sm,body[screen=xl] .bleed-margin.blk6\/8-xl,body[screen=xs] .bleed-margin.blk6\/8-xs{width:75%}.bleed-margin.blk7\/8,body[screen=lg] .bleed-margin.blk7\/8-lg,body[screen=md] .bleed-margin.blk7\/8-md,body[screen=sm] .bleed-margin.blk7\/8-sm,body[screen=xl] .bleed-margin.blk7\/8-xl,body[screen=xs] .bleed-margin.blk7\/8-xs{width:87.5%}.bleed-margin.blk8\/8,body[screen=lg] .bleed-margin.blk8\/8-lg,body[screen=md] .bleed-margin.blk8\/8-md,body[screen=sm] .bleed-margin.blk8\/8-sm,body[screen=xl] .bleed-margin.blk8\/8-xl,body[screen=xs] .bleed-margin.blk8\/8-xs{width:100%}.bleed-margin.blk1\/9,body[screen=lg] .bleed-margin.blk1\/9-lg,body[screen=md] .bleed-margin.blk1\/9-md,body[screen=sm] .bleed-margin.blk1\/9-sm,body[screen=xl] .bleed-margin.blk1\/9-xl,body[screen=xs] .bleed-margin.blk1\/9-xs{width:11.1111111111%}.bleed-margin.blk2\/9,body[screen=lg] .bleed-margin.blk2\/9-lg,body[screen=md] .bleed-margin.blk2\/9-md,body[screen=sm] .bleed-margin.blk2\/9-sm,body[screen=xl] .bleed-margin.blk2\/9-xl,body[screen=xs] .bleed-margin.blk2\/9-xs{width:22.2222222222%}.bleed-margin.blk3\/9,body[screen=lg] .bleed-margin.blk3\/9-lg,body[screen=md] .bleed-margin.blk3\/9-md,body[screen=sm] .bleed-margin.blk3\/9-sm,body[screen=xl] .bleed-margin.blk3\/9-xl,body[screen=xs] .bleed-margin.blk3\/9-xs{width:33.3333333333%}.bleed-margin.blk4\/9,body[screen=lg] .bleed-margin.blk4\/9-lg,body[screen=md] .bleed-margin.blk4\/9-md,body[screen=sm] .bleed-margin.blk4\/9-sm,body[screen=xl] .bleed-margin.blk4\/9-xl,body[screen=xs] .bleed-margin.blk4\/9-xs{width:44.4444444444%}.bleed-margin.blk5\/9,body[screen=lg] .bleed-margin.blk5\/9-lg,body[screen=md] .bleed-margin.blk5\/9-md,body[screen=sm] .bleed-margin.blk5\/9-sm,body[screen=xl] .bleed-margin.blk5\/9-xl,body[screen=xs] .bleed-margin.blk5\/9-xs{width:55.5555555556%}.bleed-margin.blk6\/9,body[screen=lg] .bleed-margin.blk6\/9-lg,body[screen=md] .bleed-margin.blk6\/9-md,body[screen=sm] .bleed-margin.blk6\/9-sm,body[screen=xl] .bleed-margin.blk6\/9-xl,body[screen=xs] .bleed-margin.blk6\/9-xs{width:66.6666666667%}.bleed-margin.blk7\/9,body[screen=lg] .bleed-margin.blk7\/9-lg,body[screen=md] .bleed-margin.blk7\/9-md,body[screen=sm] .bleed-margin.blk7\/9-sm,body[screen=xl] .bleed-margin.blk7\/9-xl,body[screen=xs] .bleed-margin.blk7\/9-xs{width:77.7777777778%}.bleed-margin.blk8\/9,body[screen=lg] .bleed-margin.blk8\/9-lg,body[screen=md] .bleed-margin.blk8\/9-md,body[screen=sm] .bleed-margin.blk8\/9-sm,body[screen=xl] .bleed-margin.blk8\/9-xl,body[screen=xs] .bleed-margin.blk8\/9-xs{width:88.8888888889%}.bleed-margin.blk9\/9,body[screen=lg] .bleed-margin.blk9\/9-lg,body[screen=md] .bleed-margin.blk9\/9-md,body[screen=sm] .bleed-margin.blk9\/9-sm,body[screen=xl] .bleed-margin.blk9\/9-xl,body[screen=xs] .bleed-margin.blk9\/9-xs{width:100%}.bleed-margin.blk1\/10,body[screen=lg] .bleed-margin.blk1\/10-lg,body[screen=md] .bleed-margin.blk1\/10-md,body[screen=sm] .bleed-margin.blk1\/10-sm,body[screen=xl] .bleed-margin.blk1\/10-xl,body[screen=xs] .bleed-margin.blk1\/10-xs{width:10%}.bleed-margin.blk2\/10,body[screen=lg] .bleed-margin.blk2\/10-lg,body[screen=md] .bleed-margin.blk2\/10-md,body[screen=sm] .bleed-margin.blk2\/10-sm,body[screen=xl] .bleed-margin.blk2\/10-xl,body[screen=xs] .bleed-margin.blk2\/10-xs{width:20%}.bleed-margin.blk3\/10,body[screen=lg] .bleed-margin.blk3\/10-lg,body[screen=md] .bleed-margin.blk3\/10-md,body[screen=sm] .bleed-margin.blk3\/10-sm,body[screen=xl] .bleed-margin.blk3\/10-xl,body[screen=xs] .bleed-margin.blk3\/10-xs{width:30%}.bleed-margin.blk4\/10,body[screen=lg] .bleed-margin.blk4\/10-lg,body[screen=md] .bleed-margin.blk4\/10-md,body[screen=sm] .bleed-margin.blk4\/10-sm,body[screen=xl] .bleed-margin.blk4\/10-xl,body[screen=xs] .bleed-margin.blk4\/10-xs{width:40%}.bleed-margin.blk5\/10,body[screen=lg] .bleed-margin.blk5\/10-lg,body[screen=md] .bleed-margin.blk5\/10-md,body[screen=sm] .bleed-margin.blk5\/10-sm,body[screen=xl] .bleed-margin.blk5\/10-xl,body[screen=xs] .bleed-margin.blk5\/10-xs{width:50%}.bleed-margin.blk6\/10,body[screen=lg] .bleed-margin.blk6\/10-lg,body[screen=md] .bleed-margin.blk6\/10-md,body[screen=sm] .bleed-margin.blk6\/10-sm,body[screen=xl] .bleed-margin.blk6\/10-xl,body[screen=xs] .bleed-margin.blk6\/10-xs{width:60%}.bleed-margin.blk7\/10,body[screen=lg] .bleed-margin.blk7\/10-lg,body[screen=md] .bleed-margin.blk7\/10-md,body[screen=sm] .bleed-margin.blk7\/10-sm,body[screen=xl] .bleed-margin.blk7\/10-xl,body[screen=xs] .bleed-margin.blk7\/10-xs{width:70%}.bleed-margin.blk8\/10,body[screen=lg] .bleed-margin.blk8\/10-lg,body[screen=md] .bleed-margin.blk8\/10-md,body[screen=sm] .bleed-margin.blk8\/10-sm,body[screen=xl] .bleed-margin.blk8\/10-xl,body[screen=xs] .bleed-margin.blk8\/10-xs{width:80%}.bleed-margin.blk9\/10,body[screen=lg] .bleed-margin.blk9\/10-lg,body[screen=md] .bleed-margin.blk9\/10-md,body[screen=sm] .bleed-margin.blk9\/10-sm,body[screen=xl] .bleed-margin.blk9\/10-xl,body[screen=xs] .bleed-margin.blk9\/10-xs{width:90%}.bleed-margin.blk10\/10,body[screen=lg] .bleed-margin.blk10\/10-lg,body[screen=md] .bleed-margin.blk10\/10-md,body[screen=sm] .bleed-margin.blk10\/10-sm,body[screen=xl] .bleed-margin.blk10\/10-xl,body[screen=xs] .bleed-margin.blk10\/10-xs{width:100%}.bleed-margin.blk5\%,body[screen=lg] .bleed-margin.blk5\%-lg,body[screen=md] .bleed-margin.blk5\%-md,body[screen=sm] .bleed-margin.blk5\%-sm,body[screen=xl] .bleed-margin.blk5\%-xl,body[screen=xs] .bleed-margin.blk5\%-xs{width:5%}.bleed-margin.blk10\%,body[screen=lg] .bleed-margin.blk10\%-lg,body[screen=md] .bleed-margin.blk10\%-md,body[screen=sm] .bleed-margin.blk10\%-sm,body[screen=xl] .bleed-margin.blk10\%-xl,body[screen=xs] .bleed-margin.blk10\%-xs{width:10%}.bleed-margin.blk15\%,body[screen=lg] .bleed-margin.blk15\%-lg,body[screen=md] .bleed-margin.blk15\%-md,body[screen=sm] .bleed-margin.blk15\%-sm,body[screen=xl] .bleed-margin.blk15\%-xl,body[screen=xs] .bleed-margin.blk15\%-xs{width:15%}.bleed-margin.blk20\%,body[screen=lg] .bleed-margin.blk20\%-lg,body[screen=md] .bleed-margin.blk20\%-md,body[screen=sm] .bleed-margin.blk20\%-sm,body[screen=xl] .bleed-margin.blk20\%-xl,body[screen=xs] .bleed-margin.blk20\%-xs{width:20%}.bleed-margin.blk25\%,body[screen=lg] .bleed-margin.blk25\%-lg,body[screen=md] .bleed-margin.blk25\%-md,body[screen=sm] .bleed-margin.blk25\%-sm,body[screen=xl] .bleed-margin.blk25\%-xl,body[screen=xs] .bleed-margin.blk25\%-xs{width:25%}.bleed-margin.blk30\%,body[screen=lg] .bleed-margin.blk30\%-lg,body[screen=md] .bleed-margin.blk30\%-md,body[screen=sm] .bleed-margin.blk30\%-sm,body[screen=xl] .bleed-margin.blk30\%-xl,body[screen=xs] .bleed-margin.blk30\%-xs{width:30%}.bleed-margin.blk35\%,body[screen=lg] .bleed-margin.blk35\%-lg,body[screen=md] .bleed-margin.blk35\%-md,body[screen=sm] .bleed-margin.blk35\%-sm,body[screen=xl] .bleed-margin.blk35\%-xl,body[screen=xs] .bleed-margin.blk35\%-xs{width:35%}.bleed-margin.blk40\%,body[screen=lg] .bleed-margin.blk40\%-lg,body[screen=md] .bleed-margin.blk40\%-md,body[screen=sm] .bleed-margin.blk40\%-sm,body[screen=xl] .bleed-margin.blk40\%-xl,body[screen=xs] .bleed-margin.blk40\%-xs{width:40%}.bleed-margin.blk45\%,body[screen=lg] .bleed-margin.blk45\%-lg,body[screen=md] .bleed-margin.blk45\%-md,body[screen=sm] .bleed-margin.blk45\%-sm,body[screen=xl] .bleed-margin.blk45\%-xl,body[screen=xs] .bleed-margin.blk45\%-xs{width:45%}.bleed-margin.blk50\%,body[screen=lg] .bleed-margin.blk50\%-lg,body[screen=md] .bleed-margin.blk50\%-md,body[screen=sm] .bleed-margin.blk50\%-sm,body[screen=xl] .bleed-margin.blk50\%-xl,body[screen=xs] .bleed-margin.blk50\%-xs{width:50%}.bleed-margin.blk55\%,body[screen=lg] .bleed-margin.blk55\%-lg,body[screen=md] .bleed-margin.blk55\%-md,body[screen=sm] .bleed-margin.blk55\%-sm,body[screen=xl] .bleed-margin.blk55\%-xl,body[screen=xs] .bleed-margin.blk55\%-xs{width:55%}.bleed-margin.blk60\%,body[screen=lg] .bleed-margin.blk60\%-lg,body[screen=md] .bleed-margin.blk60\%-md,body[screen=sm] .bleed-margin.blk60\%-sm,body[screen=xl] .bleed-margin.blk60\%-xl,body[screen=xs] .bleed-margin.blk60\%-xs{width:60%}.bleed-margin.blk65\%,body[screen=lg] .bleed-margin.blk65\%-lg,body[screen=md] .bleed-margin.blk65\%-md,body[screen=sm] .bleed-margin.blk65\%-sm,body[screen=xl] .bleed-margin.blk65\%-xl,body[screen=xs] .bleed-margin.blk65\%-xs{width:65%}.bleed-margin.blk70\%,body[screen=lg] .bleed-margin.blk70\%-lg,body[screen=md] .bleed-margin.blk70\%-md,body[screen=sm] .bleed-margin.blk70\%-sm,body[screen=xl] .bleed-margin.blk70\%-xl,body[screen=xs] .bleed-margin.blk70\%-xs{width:70%}.bleed-margin.blk75\%,body[screen=lg] .bleed-margin.blk75\%-lg,body[screen=md] .bleed-margin.blk75\%-md,body[screen=sm] .bleed-margin.blk75\%-sm,body[screen=xl] .bleed-margin.blk75\%-xl,body[screen=xs] .bleed-margin.blk75\%-xs{width:75%}.bleed-margin.blk80\%,body[screen=lg] .bleed-margin.blk80\%-lg,body[screen=md] .bleed-margin.blk80\%-md,body[screen=sm] .bleed-margin.blk80\%-sm,body[screen=xl] .bleed-margin.blk80\%-xl,body[screen=xs] .bleed-margin.blk80\%-xs{width:80%}.bleed-margin.blk85\%,body[screen=lg] .bleed-margin.blk85\%-lg,body[screen=md] .bleed-margin.blk85\%-md,body[screen=sm] .bleed-margin.blk85\%-sm,body[screen=xl] .bleed-margin.blk85\%-xl,body[screen=xs] .bleed-margin.blk85\%-xs{width:85%}.bleed-margin.blk90\%,body[screen=lg] .bleed-margin.blk90\%-lg,body[screen=md] .bleed-margin.blk90\%-md,body[screen=sm] .bleed-margin.blk90\%-sm,body[screen=xl] .bleed-margin.blk90\%-xl,body[screen=xs] .bleed-margin.blk90\%-xs{width:90%}.bleed-margin.blk95\%,body[screen=lg] .bleed-margin.blk95\%-lg,body[screen=md] .bleed-margin.blk95\%-md,body[screen=sm] .bleed-margin.blk95\%-sm,body[screen=xl] .bleed-margin.blk95\%-xl,body[screen=xs] .bleed-margin.blk95\%-xs{width:95%}.bleed-margin.blk100\%,body[screen=lg] .bleed-margin.blk100\%-lg,body[screen=md] .bleed-margin.blk100\%-md,body[screen=sm] .bleed-margin.blk100\%-sm,body[screen=xl] .bleed-margin.blk100\%-xl,body[screen=xs] .bleed-margin.blk100\%-xs{width:100%}.bleed-border.blk100\%,.bleed-border.blk10\%,.bleed-border.blk10\/10,.bleed-border.blk15\%,.bleed-border.blk1\/1,.bleed-border.blk1\/10,.bleed-border.blk1\/2,.bleed-border.blk1\/3,.bleed-border.blk1\/4,.bleed-border.blk1\/5,.bleed-border.blk1\/6,.bleed-border.blk1\/7,.bleed-border.blk1\/8,.bleed-border.blk1\/9,.bleed-border.blk20\%,.bleed-border.blk25\%,.bleed-border.blk2\/10,.bleed-border.blk2\/2,.bleed-border.blk2\/3,.bleed-border.blk2\/4,.bleed-border.blk2\/5,.bleed-border.blk2\/6,.bleed-border.blk2\/7,.bleed-border.blk2\/8,.bleed-border.blk2\/9,.bleed-border.blk30\%,.bleed-border.blk35\%,.bleed-border.blk3\/10,.bleed-border.blk3\/3,.bleed-border.blk3\/4,.bleed-border.blk3\/5,.bleed-border.blk3\/6,.bleed-border.blk3\/7,.bleed-border.blk3\/8,.bleed-border.blk3\/9,.bleed-border.blk40\%,.bleed-border.blk45\%,.bleed-border.blk4\/10,.bleed-border.blk4\/4,.bleed-border.blk4\/5,.bleed-border.blk4\/6,.bleed-border.blk4\/7,.bleed-border.blk4\/8,.bleed-border.blk4\/9,.bleed-border.blk50\%,.bleed-border.blk55\%,.bleed-border.blk5\%,.bleed-border.blk5\/10,.bleed-border.blk5\/5,.bleed-border.blk5\/6,.bleed-border.blk5\/7,.bleed-border.blk5\/8,.bleed-border.blk5\/9,.bleed-border.blk60\%,.bleed-border.blk65\%,.bleed-border.blk6\/10,.bleed-border.blk6\/6,.bleed-border.blk6\/7,.bleed-border.blk6\/8,.bleed-border.blk6\/9,.bleed-border.blk70\%,.bleed-border.blk75\%,.bleed-border.blk7\/10,.bleed-border.blk7\/7,.bleed-border.blk7\/8,.bleed-border.blk7\/9,.bleed-border.blk80\%,.bleed-border.blk85\%,.bleed-border.blk8\/10,.bleed-border.blk8\/8,.bleed-border.blk8\/9,.bleed-border.blk90\%,.bleed-border.blk95\%,.bleed-border.blk9\/10,.bleed-border.blk9\/9,body[screen=lg] .bleed-border.blk100\%-lg,body[screen=lg] .bleed-border.blk10\%-lg,body[screen=lg] .bleed-border.blk10\/10-lg,body[screen=lg] .bleed-border.blk15\%-lg,body[screen=lg] .bleed-border.blk1\/1-lg,body[screen=lg] .bleed-border.blk1\/10-lg,body[screen=lg] .bleed-border.blk1\/2-lg,body[screen=lg] .bleed-border.blk1\/3-lg,body[screen=lg] .bleed-border.blk1\/4-lg,body[screen=lg] .bleed-border.blk1\/5-lg,body[screen=lg] .bleed-border.blk1\/6-lg,body[screen=lg] .bleed-border.blk1\/7-lg,body[screen=lg] .bleed-border.blk1\/8-lg,body[screen=lg] .bleed-border.blk1\/9-lg,body[screen=lg] .bleed-border.blk20\%-lg,body[screen=lg] .bleed-border.blk25\%-lg,body[screen=lg] .bleed-border.blk2\/10-lg,body[screen=lg] .bleed-border.blk2\/2-lg,body[screen=lg] .bleed-border.blk2\/3-lg,body[screen=lg] .bleed-border.blk2\/4-lg,body[screen=lg] .bleed-border.blk2\/5-lg,body[screen=lg] .bleed-border.blk2\/6-lg,body[screen=lg] .bleed-border.blk2\/7-lg,body[screen=lg] .bleed-border.blk2\/8-lg,body[screen=lg] .bleed-border.blk2\/9-lg,body[screen=lg] .bleed-border.blk30\%-lg,body[screen=lg] .bleed-border.blk35\%-lg,body[screen=lg] .bleed-border.blk3\/10-lg,body[screen=lg] .bleed-border.blk3\/3-lg,body[screen=lg] .bleed-border.blk3\/4-lg,body[screen=lg] .bleed-border.blk3\/5-lg,body[screen=lg] .bleed-border.blk3\/6-lg,body[screen=lg] .bleed-border.blk3\/7-lg,body[screen=lg] .bleed-border.blk3\/8-lg,body[screen=lg] .bleed-border.blk3\/9-lg,body[screen=lg] .bleed-border.blk40\%-lg,body[screen=lg] .bleed-border.blk45\%-lg,body[screen=lg] .bleed-border.blk4\/10-lg,body[screen=lg] .bleed-border.blk4\/4-lg,body[screen=lg] .bleed-border.blk4\/5-lg,body[screen=lg] .bleed-border.blk4\/6-lg,body[screen=lg] .bleed-border.blk4\/7-lg,body[screen=lg] .bleed-border.blk4\/8-lg,body[screen=lg] .bleed-border.blk4\/9-lg,body[screen=lg] .bleed-border.blk50\%-lg,body[screen=lg] .bleed-border.blk55\%-lg,body[screen=lg] .bleed-border.blk5\%-lg,body[screen=lg] .bleed-border.blk5\/10-lg,body[screen=lg] .bleed-border.blk5\/5-lg,body[screen=lg] .bleed-border.blk5\/6-lg,body[screen=lg] .bleed-border.blk5\/7-lg,body[screen=lg] .bleed-border.blk5\/8-lg,body[screen=lg] .bleed-border.blk5\/9-lg,body[screen=lg] .bleed-border.blk60\%-lg,body[screen=lg] .bleed-border.blk65\%-lg,body[screen=lg] .bleed-border.blk6\/10-lg,body[screen=lg] .bleed-border.blk6\/6-lg,body[screen=lg] .bleed-border.blk6\/7-lg,body[screen=lg] .bleed-border.blk6\/8-lg,body[screen=lg] .bleed-border.blk6\/9-lg,body[screen=lg] .bleed-border.blk70\%-lg,body[screen=lg] .bleed-border.blk75\%-lg,body[screen=lg] .bleed-border.blk7\/10-lg,body[screen=lg] .bleed-border.blk7\/7-lg,body[screen=lg] .bleed-border.blk7\/8-lg,body[screen=lg] .bleed-border.blk7\/9-lg,body[screen=lg] .bleed-border.blk80\%-lg,body[screen=lg] .bleed-border.blk85\%-lg,body[screen=lg] .bleed-border.blk8\/10-lg,body[screen=lg] .bleed-border.blk8\/8-lg,body[screen=lg] .bleed-border.blk8\/9-lg,body[screen=lg] .bleed-border.blk90\%-lg,body[screen=lg] .bleed-border.blk95\%-lg,body[screen=lg] .bleed-border.blk9\/10-lg,body[screen=lg] .bleed-border.blk9\/9-lg,body[screen=md] .bleed-border.blk100\%-md,body[screen=md] .bleed-border.blk10\%-md,body[screen=md] .bleed-border.blk10\/10-md,body[screen=md] .bleed-border.blk15\%-md,body[screen=md] .bleed-border.blk1\/1-md,body[screen=md] .bleed-border.blk1\/10-md,body[screen=md] .bleed-border.blk1\/2-md,body[screen=md] .bleed-border.blk1\/3-md,body[screen=md] .bleed-border.blk1\/4-md,body[screen=md] .bleed-border.blk1\/5-md,body[screen=md] .bleed-border.blk1\/6-md,body[screen=md] .bleed-border.blk1\/7-md,body[screen=md] .bleed-border.blk1\/8-md,body[screen=md] .bleed-border.blk1\/9-md,body[screen=md] .bleed-border.blk20\%-md,body[screen=md] .bleed-border.blk25\%-md,body[screen=md] .bleed-border.blk2\/10-md,body[screen=md] .bleed-border.blk2\/2-md,body[screen=md] .bleed-border.blk2\/3-md,body[screen=md] .bleed-border.blk2\/4-md,body[screen=md] .bleed-border.blk2\/5-md,body[screen=md] .bleed-border.blk2\/6-md,body[screen=md] .bleed-border.blk2\/7-md,body[screen=md] .bleed-border.blk2\/8-md,body[screen=md] .bleed-border.blk2\/9-md,body[screen=md] .bleed-border.blk30\%-md,body[screen=md] .bleed-border.blk35\%-md,body[screen=md] .bleed-border.blk3\/10-md,body[screen=md] .bleed-border.blk3\/3-md,body[screen=md] .bleed-border.blk3\/4-md,body[screen=md] .bleed-border.blk3\/5-md,body[screen=md] .bleed-border.blk3\/6-md,body[screen=md] .bleed-border.blk3\/7-md,body[screen=md] .bleed-border.blk3\/8-md,body[screen=md] .bleed-border.blk3\/9-md,body[screen=md] .bleed-border.blk40\%-md,body[screen=md] .bleed-border.blk45\%-md,body[screen=md] .bleed-border.blk4\/10-md,body[screen=md] .bleed-border.blk4\/4-md,body[screen=md] .bleed-border.blk4\/5-md,body[screen=md] .bleed-border.blk4\/6-md,body[screen=md] .bleed-border.blk4\/7-md,body[screen=md] .bleed-border.blk4\/8-md,body[screen=md] .bleed-border.blk4\/9-md,body[screen=md] .bleed-border.blk50\%-md,body[screen=md] .bleed-border.blk55\%-md,body[screen=md] .bleed-border.blk5\%-md,body[screen=md] .bleed-border.blk5\/10-md,body[screen=md] .bleed-border.blk5\/5-md,body[screen=md] .bleed-border.blk5\/6-md,body[screen=md] .bleed-border.blk5\/7-md,body[screen=md] .bleed-border.blk5\/8-md,body[screen=md] .bleed-border.blk5\/9-md,body[screen=md] .bleed-border.blk60\%-md,body[screen=md] .bleed-border.blk65\%-md,body[screen=md] .bleed-border.blk6\/10-md,body[screen=md] .bleed-border.blk6\/6-md,body[screen=md] .bleed-border.blk6\/7-md,body[screen=md] .bleed-border.blk6\/8-md,body[screen=md] .bleed-border.blk6\/9-md,body[screen=md] .bleed-border.blk70\%-md,body[screen=md] .bleed-border.blk75\%-md,body[screen=md] .bleed-border.blk7\/10-md,body[screen=md] .bleed-border.blk7\/7-md,body[screen=md] .bleed-border.blk7\/8-md,body[screen=md] .bleed-border.blk7\/9-md,body[screen=md] .bleed-border.blk80\%-md,body[screen=md] .bleed-border.blk85\%-md,body[screen=md] .bleed-border.blk8\/10-md,body[screen=md] .bleed-border.blk8\/8-md,body[screen=md] .bleed-border.blk8\/9-md,body[screen=md] .bleed-border.blk90\%-md,body[screen=md] .bleed-border.blk95\%-md,body[screen=md] .bleed-border.blk9\/10-md,body[screen=md] .bleed-border.blk9\/9-md,body[screen=sm] .bleed-border.blk100\%-sm,body[screen=sm] .bleed-border.blk10\%-sm,body[screen=sm] .bleed-border.blk10\/10-sm,body[screen=sm] .bleed-border.blk15\%-sm,body[screen=sm] .bleed-border.blk1\/1-sm,body[screen=sm] .bleed-border.blk1\/10-sm,body[screen=sm] .bleed-border.blk1\/2-sm,body[screen=sm] .bleed-border.blk1\/3-sm,body[screen=sm] .bleed-border.blk1\/4-sm,body[screen=sm] .bleed-border.blk1\/5-sm,body[screen=sm] .bleed-border.blk1\/6-sm,body[screen=sm] .bleed-border.blk1\/7-sm,body[screen=sm] .bleed-border.blk1\/8-sm,body[screen=sm] .bleed-border.blk1\/9-sm,body[screen=sm] .bleed-border.blk20\%-sm,body[screen=sm] .bleed-border.blk25\%-sm,body[screen=sm] .bleed-border.blk2\/10-sm,body[screen=sm] .bleed-border.blk2\/2-sm,body[screen=sm] .bleed-border.blk2\/3-sm,body[screen=sm] .bleed-border.blk2\/4-sm,body[screen=sm] .bleed-border.blk2\/5-sm,body[screen=sm] .bleed-border.blk2\/6-sm,body[screen=sm] .bleed-border.blk2\/7-sm,body[screen=sm] .bleed-border.blk2\/8-sm,body[screen=sm] .bleed-border.blk2\/9-sm,body[screen=sm] .bleed-border.blk30\%-sm,body[screen=sm] .bleed-border.blk35\%-sm,body[screen=sm] .bleed-border.blk3\/10-sm,body[screen=sm] .bleed-border.blk3\/3-sm,body[screen=sm] .bleed-border.blk3\/4-sm,body[screen=sm] .bleed-border.blk3\/5-sm,body[screen=sm] .bleed-border.blk3\/6-sm,body[screen=sm] .bleed-border.blk3\/7-sm,body[screen=sm] .bleed-border.blk3\/8-sm,body[screen=sm] .bleed-border.blk3\/9-sm,body[screen=sm] .bleed-border.blk40\%-sm,body[screen=sm] .bleed-border.blk45\%-sm,body[screen=sm] .bleed-border.blk4\/10-sm,body[screen=sm] .bleed-border.blk4\/4-sm,body[screen=sm] .bleed-border.blk4\/5-sm,body[screen=sm] .bleed-border.blk4\/6-sm,body[screen=sm] .bleed-border.blk4\/7-sm,body[screen=sm] .bleed-border.blk4\/8-sm,body[screen=sm] .bleed-border.blk4\/9-sm,body[screen=sm] .bleed-border.blk50\%-sm,body[screen=sm] .bleed-border.blk55\%-sm,body[screen=sm] .bleed-border.blk5\%-sm,body[screen=sm] .bleed-border.blk5\/10-sm,body[screen=sm] .bleed-border.blk5\/5-sm,body[screen=sm] .bleed-border.blk5\/6-sm,body[screen=sm] .bleed-border.blk5\/7-sm,body[screen=sm] .bleed-border.blk5\/8-sm,body[screen=sm] .bleed-border.blk5\/9-sm,body[screen=sm] .bleed-border.blk60\%-sm,body[screen=sm] .bleed-border.blk65\%-sm,body[screen=sm] .bleed-border.blk6\/10-sm,body[screen=sm] .bleed-border.blk6\/6-sm,body[screen=sm] .bleed-border.blk6\/7-sm,body[screen=sm] .bleed-border.blk6\/8-sm,body[screen=sm] .bleed-border.blk6\/9-sm,body[screen=sm] .bleed-border.blk70\%-sm,body[screen=sm] .bleed-border.blk75\%-sm,body[screen=sm] .bleed-border.blk7\/10-sm,body[screen=sm] .bleed-border.blk7\/7-sm,body[screen=sm] .bleed-border.blk7\/8-sm,body[screen=sm] .bleed-border.blk7\/9-sm,body[screen=sm] .bleed-border.blk80\%-sm,body[screen=sm] .bleed-border.blk85\%-sm,body[screen=sm] .bleed-border.blk8\/10-sm,body[screen=sm] .bleed-border.blk8\/8-sm,body[screen=sm] .bleed-border.blk8\/9-sm,body[screen=sm] .bleed-border.blk90\%-sm,body[screen=sm] .bleed-border.blk95\%-sm,body[screen=sm] .bleed-border.blk9\/10-sm,body[screen=sm] .bleed-border.blk9\/9-sm,body[screen=xl] .bleed-border.blk100\%-xl,body[screen=xl] .bleed-border.blk10\%-xl,body[screen=xl] .bleed-border.blk10\/10-xl,body[screen=xl] .bleed-border.blk15\%-xl,body[screen=xl] .bleed-border.blk1\/1-xl,body[screen=xl] .bleed-border.blk1\/10-xl,body[screen=xl] .bleed-border.blk1\/2-xl,body[screen=xl] .bleed-border.blk1\/3-xl,body[screen=xl] .bleed-border.blk1\/4-xl,body[screen=xl] .bleed-border.blk1\/5-xl,body[screen=xl] .bleed-border.blk1\/6-xl,body[screen=xl] .bleed-border.blk1\/7-xl,body[screen=xl] .bleed-border.blk1\/8-xl,body[screen=xl] .bleed-border.blk1\/9-xl,body[screen=xl] .bleed-border.blk20\%-xl,body[screen=xl] .bleed-border.blk25\%-xl,body[screen=xl] .bleed-border.blk2\/10-xl,body[screen=xl] .bleed-border.blk2\/2-xl,body[screen=xl] .bleed-border.blk2\/3-xl,body[screen=xl] .bleed-border.blk2\/4-xl,body[screen=xl] .bleed-border.blk2\/5-xl,body[screen=xl] .bleed-border.blk2\/6-xl,body[screen=xl] .bleed-border.blk2\/7-xl,body[screen=xl] .bleed-border.blk2\/8-xl,body[screen=xl] .bleed-border.blk2\/9-xl,body[screen=xl] .bleed-border.blk30\%-xl,body[screen=xl] .bleed-border.blk35\%-xl,body[screen=xl] .bleed-border.blk3\/10-xl,body[screen=xl] .bleed-border.blk3\/3-xl,body[screen=xl] .bleed-border.blk3\/4-xl,body[screen=xl] .bleed-border.blk3\/5-xl,body[screen=xl] .bleed-border.blk3\/6-xl,body[screen=xl] .bleed-border.blk3\/7-xl,body[screen=xl] .bleed-border.blk3\/8-xl,body[screen=xl] .bleed-border.blk3\/9-xl,body[screen=xl] .bleed-border.blk40\%-xl,body[screen=xl] .bleed-border.blk45\%-xl,body[screen=xl] .bleed-border.blk4\/10-xl,body[screen=xl] .bleed-border.blk4\/4-xl,body[screen=xl] .bleed-border.blk4\/5-xl,body[screen=xl] .bleed-border.blk4\/6-xl,body[screen=xl] .bleed-border.blk4\/7-xl,body[screen=xl] .bleed-border.blk4\/8-xl,body[screen=xl] .bleed-border.blk4\/9-xl,body[screen=xl] .bleed-border.blk50\%-xl,body[screen=xl] .bleed-border.blk55\%-xl,body[screen=xl] .bleed-border.blk5\%-xl,body[screen=xl] .bleed-border.blk5\/10-xl,body[screen=xl] .bleed-border.blk5\/5-xl,body[screen=xl] .bleed-border.blk5\/6-xl,body[screen=xl] .bleed-border.blk5\/7-xl,body[screen=xl] .bleed-border.blk5\/8-xl,body[screen=xl] .bleed-border.blk5\/9-xl,body[screen=xl] .bleed-border.blk60\%-xl,body[screen=xl] .bleed-border.blk65\%-xl,body[screen=xl] .bleed-border.blk6\/10-xl,body[screen=xl] .bleed-border.blk6\/6-xl,body[screen=xl] .bleed-border.blk6\/7-xl,body[screen=xl] .bleed-border.blk6\/8-xl,body[screen=xl] .bleed-border.blk6\/9-xl,body[screen=xl] .bleed-border.blk70\%-xl,body[screen=xl] .bleed-border.blk75\%-xl,body[screen=xl] .bleed-border.blk7\/10-xl,body[screen=xl] .bleed-border.blk7\/7-xl,body[screen=xl] .bleed-border.blk7\/8-xl,body[screen=xl] .bleed-border.blk7\/9-xl,body[screen=xl] .bleed-border.blk80\%-xl,body[screen=xl] .bleed-border.blk85\%-xl,body[screen=xl] .bleed-border.blk8\/10-xl,body[screen=xl] .bleed-border.blk8\/8-xl,body[screen=xl] .bleed-border.blk8\/9-xl,body[screen=xl] .bleed-border.blk90\%-xl,body[screen=xl] .bleed-border.blk95\%-xl,body[screen=xl] .bleed-border.blk9\/10-xl,body[screen=xl] .bleed-border.blk9\/9-xl,body[screen=xs] .bleed-border.blk100\%-xs,body[screen=xs] .bleed-border.blk10\%-xs,body[screen=xs] .bleed-border.blk10\/10-xs,body[screen=xs] .bleed-border.blk15\%-xs,body[screen=xs] .bleed-border.blk1\/1-xs,body[screen=xs] .bleed-border.blk1\/10-xs,body[screen=xs] .bleed-border.blk1\/2-xs,body[screen=xs] .bleed-border.blk1\/3-xs,body[screen=xs] .bleed-border.blk1\/4-xs,body[screen=xs] .bleed-border.blk1\/5-xs,body[screen=xs] .bleed-border.blk1\/6-xs,body[screen=xs] .bleed-border.blk1\/7-xs,body[screen=xs] .bleed-border.blk1\/8-xs,body[screen=xs] .bleed-border.blk1\/9-xs,body[screen=xs] .bleed-border.blk20\%-xs,body[screen=xs] .bleed-border.blk25\%-xs,body[screen=xs] .bleed-border.blk2\/10-xs,body[screen=xs] .bleed-border.blk2\/2-xs,body[screen=xs] .bleed-border.blk2\/3-xs,body[screen=xs] .bleed-border.blk2\/4-xs,body[screen=xs] .bleed-border.blk2\/5-xs,body[screen=xs] .bleed-border.blk2\/6-xs,body[screen=xs] .bleed-border.blk2\/7-xs,body[screen=xs] .bleed-border.blk2\/8-xs,body[screen=xs] .bleed-border.blk2\/9-xs,body[screen=xs] .bleed-border.blk30\%-xs,body[screen=xs] .bleed-border.blk35\%-xs,body[screen=xs] .bleed-border.blk3\/10-xs,body[screen=xs] .bleed-border.blk3\/3-xs,body[screen=xs] .bleed-border.blk3\/4-xs,body[screen=xs] .bleed-border.blk3\/5-xs,body[screen=xs] .bleed-border.blk3\/6-xs,body[screen=xs] .bleed-border.blk3\/7-xs,body[screen=xs] .bleed-border.blk3\/8-xs,body[screen=xs] .bleed-border.blk3\/9-xs,body[screen=xs] .bleed-border.blk40\%-xs,body[screen=xs] .bleed-border.blk45\%-xs,body[screen=xs] .bleed-border.blk4\/10-xs,body[screen=xs] .bleed-border.blk4\/4-xs,body[screen=xs] .bleed-border.blk4\/5-xs,body[screen=xs] .bleed-border.blk4\/6-xs,body[screen=xs] .bleed-border.blk4\/7-xs,body[screen=xs] .bleed-border.blk4\/8-xs,body[screen=xs] .bleed-border.blk4\/9-xs,body[screen=xs] .bleed-border.blk50\%-xs,body[screen=xs] .bleed-border.blk55\%-xs,body[screen=xs] .bleed-border.blk5\%-xs,body[screen=xs] .bleed-border.blk5\/10-xs,body[screen=xs] .bleed-border.blk5\/5-xs,body[screen=xs] .bleed-border.blk5\/6-xs,body[screen=xs] .bleed-border.blk5\/7-xs,body[screen=xs] .bleed-border.blk5\/8-xs,body[screen=xs] .bleed-border.blk5\/9-xs,body[screen=xs] .bleed-border.blk60\%-xs,body[screen=xs] .bleed-border.blk65\%-xs,body[screen=xs] .bleed-border.blk6\/10-xs,body[screen=xs] .bleed-border.blk6\/6-xs,body[screen=xs] .bleed-border.blk6\/7-xs,body[screen=xs] .bleed-border.blk6\/8-xs,body[screen=xs] .bleed-border.blk6\/9-xs,body[screen=xs] .bleed-border.blk70\%-xs,body[screen=xs] .bleed-border.blk75\%-xs,body[screen=xs] .bleed-border.blk7\/10-xs,body[screen=xs] .bleed-border.blk7\/7-xs,body[screen=xs] .bleed-border.blk7\/8-xs,body[screen=xs] .bleed-border.blk7\/9-xs,body[screen=xs] .bleed-border.blk80\%-xs,body[screen=xs] .bleed-border.blk85\%-xs,body[screen=xs] .bleed-border.blk8\/10-xs,body[screen=xs] .bleed-border.blk8\/8-xs,body[screen=xs] .bleed-border.blk8\/9-xs,body[screen=xs] .bleed-border.blk90\%-xs,body[screen=xs] .bleed-border.blk95\%-xs,body[screen=xs] .bleed-border.blk9\/10-xs,body[screen=xs] .bleed-border.blk9\/9-xs{border-width:0;padding:0}.bleed-padding.blk10\/10,.bleed-padding.blk1\/1,.bleed-padding.blk1\/10,.bleed-padding.blk1\/2,.bleed-padding.blk1\/3,.bleed-padding.blk1\/4,.bleed-padding.blk1\/5,.bleed-padding.blk1\/6,.bleed-padding.blk1\/7,.bleed-padding.blk1\/8,.bleed-padding.blk1\/9,.bleed-padding.blk2\/10,.bleed-padding.blk2\/2,.bleed-padding.blk2\/3,.bleed-padding.blk2\/4,.bleed-padding.blk2\/5,.bleed-padding.blk2\/6,.bleed-padding.blk2\/7,.bleed-padding.blk2\/8,.bleed-padding.blk2\/9,.bleed-padding.blk3\/10,.bleed-padding.blk3\/3,.bleed-padding.blk3\/4,.bleed-padding.blk3\/5,.bleed-padding.blk3\/6,.bleed-padding.blk3\/7,.bleed-padding.blk3\/8,.bleed-padding.blk3\/9,.bleed-padding.blk4\/10,.bleed-padding.blk4\/4,.bleed-padding.blk4\/5,.bleed-padding.blk4\/6,.bleed-padding.blk4\/7,.bleed-padding.blk4\/8,.bleed-padding.blk4\/9,.bleed-padding.blk5\/10,.bleed-padding.blk5\/5,.bleed-padding.blk5\/6,.bleed-padding.blk5\/7,.bleed-padding.blk5\/8,.bleed-padding.blk5\/9,.bleed-padding.blk6\/10,.bleed-padding.blk6\/6,.bleed-padding.blk6\/7,.bleed-padding.blk6\/8,.bleed-padding.blk6\/9,.bleed-padding.blk7\/10,.bleed-padding.blk7\/7,.bleed-padding.blk7\/8,.bleed-padding.blk7\/9,.bleed-padding.blk8\/10,.bleed-padding.blk8\/8,.bleed-padding.blk8\/9,.bleed-padding.blk9\/10,.bleed-padding.blk9\/9,body[screen=lg] .bleed-padding.blk10\/10-lg,body[screen=lg] .bleed-padding.blk1\/1-lg,body[screen=lg] .bleed-padding.blk1\/10-lg,body[screen=lg] .bleed-padding.blk1\/2-lg,body[screen=lg] .bleed-padding.blk1\/3-lg,body[screen=lg] .bleed-padding.blk1\/4-lg,body[screen=lg] .bleed-padding.blk1\/5-lg,body[screen=lg] .bleed-padding.blk1\/6-lg,body[screen=lg] .bleed-padding.blk1\/7-lg,body[screen=lg] .bleed-padding.blk1\/8-lg,body[screen=lg] .bleed-padding.blk1\/9-lg,body[screen=lg] .bleed-padding.blk2\/10-lg,body[screen=lg] .bleed-padding.blk2\/2-lg,body[screen=lg] .bleed-padding.blk2\/3-lg,body[screen=lg] .bleed-padding.blk2\/4-lg,body[screen=lg] .bleed-padding.blk2\/5-lg,body[screen=lg] .bleed-padding.blk2\/6-lg,body[screen=lg] .bleed-padding.blk2\/7-lg,body[screen=lg] .bleed-padding.blk2\/8-lg,body[screen=lg] .bleed-padding.blk2\/9-lg,body[screen=lg] .bleed-padding.blk3\/10-lg,body[screen=lg] .bleed-padding.blk3\/3-lg,body[screen=lg] .bleed-padding.blk3\/4-lg,body[screen=lg] .bleed-padding.blk3\/5-lg,body[screen=lg] .bleed-padding.blk3\/6-lg,body[screen=lg] .bleed-padding.blk3\/7-lg,body[screen=lg] .bleed-padding.blk3\/8-lg,body[screen=lg] .bleed-padding.blk3\/9-lg,body[screen=lg] .bleed-padding.blk4\/10-lg,body[screen=lg] .bleed-padding.blk4\/4-lg,body[screen=lg] .bleed-padding.blk4\/5-lg,body[screen=lg] .bleed-padding.blk4\/6-lg,body[screen=lg] .bleed-padding.blk4\/7-lg,body[screen=lg] .bleed-padding.blk4\/8-lg,body[screen=lg] .bleed-padding.blk4\/9-lg,body[screen=lg] .bleed-padding.blk5\/10-lg,body[screen=lg] .bleed-padding.blk5\/5-lg,body[screen=lg] .bleed-padding.blk5\/6-lg,body[screen=lg] .bleed-padding.blk5\/7-lg,body[screen=lg] .bleed-padding.blk5\/8-lg,body[screen=lg] .bleed-padding.blk5\/9-lg,body[screen=lg] .bleed-padding.blk6\/10-lg,body[screen=lg] .bleed-padding.blk6\/6-lg,body[screen=lg] .bleed-padding.blk6\/7-lg,body[screen=lg] .bleed-padding.blk6\/8-lg,body[screen=lg] .bleed-padding.blk6\/9-lg,body[screen=lg] .bleed-padding.blk7\/10-lg,body[screen=lg] .bleed-padding.blk7\/7-lg,body[screen=lg] .bleed-padding.blk7\/8-lg,body[screen=lg] .bleed-padding.blk7\/9-lg,body[screen=lg] .bleed-padding.blk8\/10-lg,body[screen=lg] .bleed-padding.blk8\/8-lg,body[screen=lg] .bleed-padding.blk8\/9-lg,body[screen=lg] .bleed-padding.blk9\/10-lg,body[screen=lg] .bleed-padding.blk9\/9-lg,body[screen=md] .bleed-padding.blk10\/10-md,body[screen=md] .bleed-padding.blk1\/1-md,body[screen=md] .bleed-padding.blk1\/10-md,body[screen=md] .bleed-padding.blk1\/2-md,body[screen=md] .bleed-padding.blk1\/3-md,body[screen=md] .bleed-padding.blk1\/4-md,body[screen=md] .bleed-padding.blk1\/5-md,body[screen=md] .bleed-padding.blk1\/6-md,body[screen=md] .bleed-padding.blk1\/7-md,body[screen=md] .bleed-padding.blk1\/8-md,body[screen=md] .bleed-padding.blk1\/9-md,body[screen=md] .bleed-padding.blk2\/10-md,body[screen=md] .bleed-padding.blk2\/2-md,body[screen=md] .bleed-padding.blk2\/3-md,body[screen=md] .bleed-padding.blk2\/4-md,body[screen=md] .bleed-padding.blk2\/5-md,body[screen=md] .bleed-padding.blk2\/6-md,body[screen=md] .bleed-padding.blk2\/7-md,body[screen=md] .bleed-padding.blk2\/8-md,body[screen=md] .bleed-padding.blk2\/9-md,body[screen=md] .bleed-padding.blk3\/10-md,body[screen=md] .bleed-padding.blk3\/3-md,body[screen=md] .bleed-padding.blk3\/4-md,body[screen=md] .bleed-padding.blk3\/5-md,body[screen=md] .bleed-padding.blk3\/6-md,body[screen=md] .bleed-padding.blk3\/7-md,body[screen=md] .bleed-padding.blk3\/8-md,body[screen=md] .bleed-padding.blk3\/9-md,body[screen=md] .bleed-padding.blk4\/10-md,body[screen=md] .bleed-padding.blk4\/4-md,body[screen=md] .bleed-padding.blk4\/5-md,body[screen=md] .bleed-padding.blk4\/6-md,body[screen=md] .bleed-padding.blk4\/7-md,body[screen=md] .bleed-padding.blk4\/8-md,body[screen=md] .bleed-padding.blk4\/9-md,body[screen=md] .bleed-padding.blk5\/10-md,body[screen=md] .bleed-padding.blk5\/5-md,body[screen=md] .bleed-padding.blk5\/6-md,body[screen=md] .bleed-padding.blk5\/7-md,body[screen=md] .bleed-padding.blk5\/8-md,body[screen=md] .bleed-padding.blk5\/9-md,body[screen=md] .bleed-padding.blk6\/10-md,body[screen=md] .bleed-padding.blk6\/6-md,body[screen=md] .bleed-padding.blk6\/7-md,body[screen=md] .bleed-padding.blk6\/8-md,body[screen=md] .bleed-padding.blk6\/9-md,body[screen=md] .bleed-padding.blk7\/10-md,body[screen=md] .bleed-padding.blk7\/7-md,body[screen=md] .bleed-padding.blk7\/8-md,body[screen=md] .bleed-padding.blk7\/9-md,body[screen=md] .bleed-padding.blk8\/10-md,body[screen=md] .bleed-padding.blk8\/8-md,body[screen=md] .bleed-padding.blk8\/9-md,body[screen=md] .bleed-padding.blk9\/10-md,body[screen=md] .bleed-padding.blk9\/9-md,body[screen=sm] .bleed-padding.blk10\/10-sm,body[screen=sm] .bleed-padding.blk1\/1-sm,body[screen=sm] .bleed-padding.blk1\/10-sm,body[screen=sm] .bleed-padding.blk1\/2-sm,body[screen=sm] .bleed-padding.blk1\/3-sm,body[screen=sm] .bleed-padding.blk1\/4-sm,body[screen=sm] .bleed-padding.blk1\/5-sm,body[screen=sm] .bleed-padding.blk1\/6-sm,body[screen=sm] .bleed-padding.blk1\/7-sm,body[screen=sm] .bleed-padding.blk1\/8-sm,body[screen=sm] .bleed-padding.blk1\/9-sm,body[screen=sm] .bleed-padding.blk2\/10-sm,body[screen=sm] .bleed-padding.blk2\/2-sm,body[screen=sm] .bleed-padding.blk2\/3-sm,body[screen=sm] .bleed-padding.blk2\/4-sm,body[screen=sm] .bleed-padding.blk2\/5-sm,body[screen=sm] .bleed-padding.blk2\/6-sm,body[screen=sm] .bleed-padding.blk2\/7-sm,body[screen=sm] .bleed-padding.blk2\/8-sm,body[screen=sm] .bleed-padding.blk2\/9-sm,body[screen=sm] .bleed-padding.blk3\/10-sm,body[screen=sm] .bleed-padding.blk3\/3-sm,body[screen=sm] .bleed-padding.blk3\/4-sm,body[screen=sm] .bleed-padding.blk3\/5-sm,body[screen=sm] .bleed-padding.blk3\/6-sm,body[screen=sm] .bleed-padding.blk3\/7-sm,body[screen=sm] .bleed-padding.blk3\/8-sm,body[screen=sm] .bleed-padding.blk3\/9-sm,body[screen=sm] .bleed-padding.blk4\/10-sm,body[screen=sm] .bleed-padding.blk4\/4-sm,body[screen=sm] .bleed-padding.blk4\/5-sm,body[screen=sm] .bleed-padding.blk4\/6-sm,body[screen=sm] .bleed-padding.blk4\/7-sm,body[screen=sm] .bleed-padding.blk4\/8-sm,body[screen=sm] .bleed-padding.blk4\/9-sm,body[screen=sm] .bleed-padding.blk5\/10-sm,body[screen=sm] .bleed-padding.blk5\/5-sm,body[screen=sm] .bleed-padding.blk5\/6-sm,body[screen=sm] .bleed-padding.blk5\/7-sm,body[screen=sm] .bleed-padding.blk5\/8-sm,body[screen=sm] .bleed-padding.blk5\/9-sm,body[screen=sm] .bleed-padding.blk6\/10-sm,body[screen=sm] .bleed-padding.blk6\/6-sm,body[screen=sm] .bleed-padding.blk6\/7-sm,body[screen=sm] .bleed-padding.blk6\/8-sm,body[screen=sm] .bleed-padding.blk6\/9-sm,body[screen=sm] .bleed-padding.blk7\/10-sm,body[screen=sm] .bleed-padding.blk7\/7-sm,body[screen=sm] .bleed-padding.blk7\/8-sm,body[screen=sm] .bleed-padding.blk7\/9-sm,body[screen=sm] .bleed-padding.blk8\/10-sm,body[screen=sm] .bleed-padding.blk8\/8-sm,body[screen=sm] .bleed-padding.blk8\/9-sm,body[screen=sm] .bleed-padding.blk9\/10-sm,body[screen=sm] .bleed-padding.blk9\/9-sm,body[screen=xl] .bleed-padding.blk10\/10-xl,body[screen=xl] .bleed-padding.blk1\/1-xl,body[screen=xl] .bleed-padding.blk1\/10-xl,body[screen=xl] .bleed-padding.blk1\/2-xl,body[screen=xl] .bleed-padding.blk1\/3-xl,body[screen=xl] .bleed-padding.blk1\/4-xl,body[screen=xl] .bleed-padding.blk1\/5-xl,body[screen=xl] .bleed-padding.blk1\/6-xl,body[screen=xl] .bleed-padding.blk1\/7-xl,body[screen=xl] .bleed-padding.blk1\/8-xl,body[screen=xl] .bleed-padding.blk1\/9-xl,body[screen=xl] .bleed-padding.blk2\/10-xl,body[screen=xl] .bleed-padding.blk2\/2-xl,body[screen=xl] .bleed-padding.blk2\/3-xl,body[screen=xl] .bleed-padding.blk2\/4-xl,body[screen=xl] .bleed-padding.blk2\/5-xl,body[screen=xl] .bleed-padding.blk2\/6-xl,body[screen=xl] .bleed-padding.blk2\/7-xl,body[screen=xl] .bleed-padding.blk2\/8-xl,body[screen=xl] .bleed-padding.blk2\/9-xl,body[screen=xl] .bleed-padding.blk3\/10-xl,body[screen=xl] .bleed-padding.blk3\/3-xl,body[screen=xl] .bleed-padding.blk3\/4-xl,body[screen=xl] .bleed-padding.blk3\/5-xl,body[screen=xl] .bleed-padding.blk3\/6-xl,body[screen=xl] .bleed-padding.blk3\/7-xl,body[screen=xl] .bleed-padding.blk3\/8-xl,body[screen=xl] .bleed-padding.blk3\/9-xl,body[screen=xl] .bleed-padding.blk4\/10-xl,body[screen=xl] .bleed-padding.blk4\/4-xl,body[screen=xl] .bleed-padding.blk4\/5-xl,body[screen=xl] .bleed-padding.blk4\/6-xl,body[screen=xl] .bleed-padding.blk4\/7-xl,body[screen=xl] .bleed-padding.blk4\/8-xl,body[screen=xl] .bleed-padding.blk4\/9-xl,body[screen=xl] .bleed-padding.blk5\/10-xl,body[screen=xl] .bleed-padding.blk5\/5-xl,body[screen=xl] .bleed-padding.blk5\/6-xl,body[screen=xl] .bleed-padding.blk5\/7-xl,body[screen=xl] .bleed-padding.blk5\/8-xl,body[screen=xl] .bleed-padding.blk5\/9-xl,body[screen=xl] .bleed-padding.blk6\/10-xl,body[screen=xl] .bleed-padding.blk6\/6-xl,body[screen=xl] .bleed-padding.blk6\/7-xl,body[screen=xl] .bleed-padding.blk6\/8-xl,body[screen=xl] .bleed-padding.blk6\/9-xl,body[screen=xl] .bleed-padding.blk7\/10-xl,body[screen=xl] .bleed-padding.blk7\/7-xl,body[screen=xl] .bleed-padding.blk7\/8-xl,body[screen=xl] .bleed-padding.blk7\/9-xl,body[screen=xl] .bleed-padding.blk8\/10-xl,body[screen=xl] .bleed-padding.blk8\/8-xl,body[screen=xl] .bleed-padding.blk8\/9-xl,body[screen=xl] .bleed-padding.blk9\/10-xl,body[screen=xl] .bleed-padding.blk9\/9-xl,body[screen=xs] .bleed-padding.blk10\/10-xs,body[screen=xs] .bleed-padding.blk1\/1-xs,body[screen=xs] .bleed-padding.blk1\/10-xs,body[screen=xs] .bleed-padding.blk1\/2-xs,body[screen=xs] .bleed-padding.blk1\/3-xs,body[screen=xs] .bleed-padding.blk1\/4-xs,body[screen=xs] .bleed-padding.blk1\/5-xs,body[screen=xs] .bleed-padding.blk1\/6-xs,body[screen=xs] .bleed-padding.blk1\/7-xs,body[screen=xs] .bleed-padding.blk1\/8-xs,body[screen=xs] .bleed-padding.blk1\/9-xs,body[screen=xs] .bleed-padding.blk2\/10-xs,body[screen=xs] .bleed-padding.blk2\/2-xs,body[screen=xs] .bleed-padding.blk2\/3-xs,body[screen=xs] .bleed-padding.blk2\/4-xs,body[screen=xs] .bleed-padding.blk2\/5-xs,body[screen=xs] .bleed-padding.blk2\/6-xs,body[screen=xs] .bleed-padding.blk2\/7-xs,body[screen=xs] .bleed-padding.blk2\/8-xs,body[screen=xs] .bleed-padding.blk2\/9-xs,body[screen=xs] .bleed-padding.blk3\/10-xs,body[screen=xs] .bleed-padding.blk3\/3-xs,body[screen=xs] .bleed-padding.blk3\/4-xs,body[screen=xs] .bleed-padding.blk3\/5-xs,body[screen=xs] .bleed-padding.blk3\/6-xs,body[screen=xs] .bleed-padding.blk3\/7-xs,body[screen=xs] .bleed-padding.blk3\/8-xs,body[screen=xs] .bleed-padding.blk3\/9-xs,body[screen=xs] .bleed-padding.blk4\/10-xs,body[screen=xs] .bleed-padding.blk4\/4-xs,body[screen=xs] .bleed-padding.blk4\/5-xs,body[screen=xs] .bleed-padding.blk4\/6-xs,body[screen=xs] .bleed-padding.blk4\/7-xs,body[screen=xs] .bleed-padding.blk4\/8-xs,body[screen=xs] .bleed-padding.blk4\/9-xs,body[screen=xs] .bleed-padding.blk5\/10-xs,body[screen=xs] .bleed-padding.blk5\/5-xs,body[screen=xs] .bleed-padding.blk5\/6-xs,body[screen=xs] .bleed-padding.blk5\/7-xs,body[screen=xs] .bleed-padding.blk5\/8-xs,body[screen=xs] .bleed-padding.blk5\/9-xs,body[screen=xs] .bleed-padding.blk6\/10-xs,body[screen=xs] .bleed-padding.blk6\/6-xs,body[screen=xs] .bleed-padding.blk6\/7-xs,body[screen=xs] .bleed-padding.blk6\/8-xs,body[screen=xs] .bleed-padding.blk6\/9-xs,body[screen=xs] .bleed-padding.blk7\/10-xs,body[screen=xs] .bleed-padding.blk7\/7-xs,body[screen=xs] .bleed-padding.blk7\/8-xs,body[screen=xs] .bleed-padding.blk7\/9-xs,body[screen=xs] .bleed-padding.blk8\/10-xs,body[screen=xs] .bleed-padding.blk8\/8-xs,body[screen=xs] .bleed-padding.blk8\/9-xs,body[screen=xs] .bleed-padding.blk9\/10-xs,body[screen=xs] .bleed-padding.blk9\/9-xs,body[screen] .bleed-padding.blk100\%,body[screen] .bleed-padding.blk100\%-lg,body[screen] .bleed-padding.blk100\%-md,body[screen] .bleed-padding.blk100\%-sm,body[screen] .bleed-padding.blk100\%-xl,body[screen] .bleed-padding.blk100\%-xs,body[screen] .bleed-padding.blk10\%,body[screen] .bleed-padding.blk10\%-lg,body[screen] .bleed-padding.blk10\%-md,body[screen] .bleed-padding.blk10\%-sm,body[screen] .bleed-padding.blk10\%-xl,body[screen] .bleed-padding.blk10\%-xs,body[screen] .bleed-padding.blk15\%,body[screen] .bleed-padding.blk15\%-lg,body[screen] .bleed-padding.blk15\%-md,body[screen] .bleed-padding.blk15\%-sm,body[screen] .bleed-padding.blk15\%-xl,body[screen] .bleed-padding.blk15\%-xs,body[screen] .bleed-padding.blk20\%,body[screen] .bleed-padding.blk20\%-lg,body[screen] .bleed-padding.blk20\%-md,body[screen] .bleed-padding.blk20\%-sm,body[screen] .bleed-padding.blk20\%-xl,body[screen] .bleed-padding.blk20\%-xs,body[screen] .bleed-padding.blk25\%,body[screen] .bleed-padding.blk25\%-lg,body[screen] .bleed-padding.blk25\%-md,body[screen] .bleed-padding.blk25\%-sm,body[screen] .bleed-padding.blk25\%-xl,body[screen] .bleed-padding.blk25\%-xs,body[screen] .bleed-padding.blk30\%,body[screen] .bleed-padding.blk30\%-lg,body[screen] .bleed-padding.blk30\%-md,body[screen] .bleed-padding.blk30\%-sm,body[screen] .bleed-padding.blk30\%-xl,body[screen] .bleed-padding.blk30\%-xs,body[screen] .bleed-padding.blk35\%,body[screen] .bleed-padding.blk35\%-lg,body[screen] .bleed-padding.blk35\%-md,body[screen] .bleed-padding.blk35\%-sm,body[screen] .bleed-padding.blk35\%-xl,body[screen] .bleed-padding.blk35\%-xs,body[screen] .bleed-padding.blk40\%,body[screen] .bleed-padding.blk40\%-lg,body[screen] .bleed-padding.blk40\%-md,body[screen] .bleed-padding.blk40\%-sm,body[screen] .bleed-padding.blk40\%-xl,body[screen] .bleed-padding.blk40\%-xs,body[screen] .bleed-padding.blk45\%,body[screen] .bleed-padding.blk45\%-lg,body[screen] .bleed-padding.blk45\%-md,body[screen] .bleed-padding.blk45\%-sm,body[screen] .bleed-padding.blk45\%-xl,body[screen] .bleed-padding.blk45\%-xs,body[screen] .bleed-padding.blk50\%,body[screen] .bleed-padding.blk50\%-lg,body[screen] .bleed-padding.blk50\%-md,body[screen] .bleed-padding.blk50\%-sm,body[screen] .bleed-padding.blk50\%-xl,body[screen] .bleed-padding.blk50\%-xs,body[screen] .bleed-padding.blk55\%,body[screen] .bleed-padding.blk55\%-lg,body[screen] .bleed-padding.blk55\%-md,body[screen] .bleed-padding.blk55\%-sm,body[screen] .bleed-padding.blk55\%-xl,body[screen] .bleed-padding.blk55\%-xs,body[screen] .bleed-padding.blk5\%,body[screen] .bleed-padding.blk5\%-lg,body[screen] .bleed-padding.blk5\%-md,body[screen] .bleed-padding.blk5\%-sm,body[screen] .bleed-padding.blk5\%-xl,body[screen] .bleed-padding.blk5\%-xs,body[screen] .bleed-padding.blk60\%,body[screen] .bleed-padding.blk60\%-lg,body[screen] .bleed-padding.blk60\%-md,body[screen] .bleed-padding.blk60\%-sm,body[screen] .bleed-padding.blk60\%-xl,body[screen] .bleed-padding.blk60\%-xs,body[screen] .bleed-padding.blk65\%,body[screen] .bleed-padding.blk65\%-lg,body[screen] .bleed-padding.blk65\%-md,body[screen] .bleed-padding.blk65\%-sm,body[screen] .bleed-padding.blk65\%-xl,body[screen] .bleed-padding.blk65\%-xs,body[screen] .bleed-padding.blk70\%,body[screen] .bleed-padding.blk70\%-lg,body[screen] .bleed-padding.blk70\%-md,body[screen] .bleed-padding.blk70\%-sm,body[screen] .bleed-padding.blk70\%-xl,body[screen] .bleed-padding.blk70\%-xs,body[screen] .bleed-padding.blk75\%,body[screen] .bleed-padding.blk75\%-lg,body[screen] .bleed-padding.blk75\%-md,body[screen] .bleed-padding.blk75\%-sm,body[screen] .bleed-padding.blk75\%-xl,body[screen] .bleed-padding.blk75\%-xs,body[screen] .bleed-padding.blk80\%,body[screen] .bleed-padding.blk80\%-lg,body[screen] .bleed-padding.blk80\%-md,body[screen] .bleed-padding.blk80\%-sm,body[screen] .bleed-padding.blk80\%-xl,body[screen] .bleed-padding.blk80\%-xs,body[screen] .bleed-padding.blk85\%,body[screen] .bleed-padding.blk85\%-lg,body[screen] .bleed-padding.blk85\%-md,body[screen] .bleed-padding.blk85\%-sm,body[screen] .bleed-padding.blk85\%-xl,body[screen] .bleed-padding.blk85\%-xs,body[screen] .bleed-padding.blk90\%,body[screen] .bleed-padding.blk90\%-lg,body[screen] .bleed-padding.blk90\%-md,body[screen] .bleed-padding.blk90\%-sm,body[screen] .bleed-padding.blk90\%-xl,body[screen] .bleed-padding.blk90\%-xs,body[screen] .bleed-padding.blk95\%,body[screen] .bleed-padding.blk95\%-lg,body[screen] .bleed-padding.blk95\%-md,body[screen] .bleed-padding.blk95\%-sm,body[screen] .bleed-padding.blk95\%-xl,body[screen] .bleed-padding.blk95\%-xs{padding:0}body[screen] .blkcenter.blk100\%,body[screen] .blkcenter.blk100\%-lg,body[screen] .blkcenter.blk100\%-md,body[screen] .blkcenter.blk100\%-sm,body[screen] .blkcenter.blk100\%-xl,body[screen] .blkcenter.blk100\%-xs,body[screen] .blkcenter.blk10\%,body[screen] .blkcenter.blk10\%-lg,body[screen] .blkcenter.blk10\%-md,body[screen] .blkcenter.blk10\%-sm,body[screen] .blkcenter.blk10\%-xl,body[screen] .blkcenter.blk10\%-xs,body[screen] .blkcenter.blk10\/10,body[screen] .blkcenter.blk10\/10-lg,body[screen] .blkcenter.blk10\/10-md,body[screen] .blkcenter.blk10\/10-sm,body[screen] .blkcenter.blk10\/10-xl,body[screen] .blkcenter.blk10\/10-xs,body[screen] .blkcenter.blk15\%,body[screen] .blkcenter.blk15\%-lg,body[screen] .blkcenter.blk15\%-md,body[screen] .blkcenter.blk15\%-sm,body[screen] .blkcenter.blk15\%-xl,body[screen] .blkcenter.blk15\%-xs,body[screen] .blkcenter.blk1\/1,body[screen] .blkcenter.blk1\/1-lg,body[screen] .blkcenter.blk1\/1-md,body[screen] .blkcenter.blk1\/1-sm,body[screen] .blkcenter.blk1\/1-xl,body[screen] .blkcenter.blk1\/1-xs,body[screen] .blkcenter.blk1\/10,body[screen] .blkcenter.blk1\/10-lg,body[screen] .blkcenter.blk1\/10-md,body[screen] .blkcenter.blk1\/10-sm,body[screen] .blkcenter.blk1\/10-xl,body[screen] .blkcenter.blk1\/10-xs,body[screen] .blkcenter.blk1\/2,body[screen] .blkcenter.blk1\/2-lg,body[screen] .blkcenter.blk1\/2-md,body[screen] .blkcenter.blk1\/2-sm,body[screen] .blkcenter.blk1\/2-xl,body[screen] .blkcenter.blk1\/2-xs,body[screen] .blkcenter.blk1\/3,body[screen] .blkcenter.blk1\/3-lg,body[screen] .blkcenter.blk1\/3-md,body[screen] .blkcenter.blk1\/3-sm,body[screen] .blkcenter.blk1\/3-xl,body[screen] .blkcenter.blk1\/3-xs,body[screen] .blkcenter.blk1\/4,body[screen] .blkcenter.blk1\/4-lg,body[screen] .blkcenter.blk1\/4-md,body[screen] .blkcenter.blk1\/4-sm,body[screen] .blkcenter.blk1\/4-xl,body[screen] .blkcenter.blk1\/4-xs,body[screen] .blkcenter.blk1\/5,body[screen] .blkcenter.blk1\/5-lg,body[screen] .blkcenter.blk1\/5-md,body[screen] .blkcenter.blk1\/5-sm,body[screen] .blkcenter.blk1\/5-xl,body[screen] .blkcenter.blk1\/5-xs,body[screen] .blkcenter.blk1\/6,body[screen] .blkcenter.blk1\/6-lg,body[screen] .blkcenter.blk1\/6-md,body[screen] .blkcenter.blk1\/6-sm,body[screen] .blkcenter.blk1\/6-xl,body[screen] .blkcenter.blk1\/6-xs,body[screen] .blkcenter.blk1\/7,body[screen] .blkcenter.blk1\/7-lg,body[screen] .blkcenter.blk1\/7-md,body[screen] .blkcenter.blk1\/7-sm,body[screen] .blkcenter.blk1\/7-xl,body[screen] .blkcenter.blk1\/7-xs,body[screen] .blkcenter.blk1\/8,body[screen] .blkcenter.blk1\/8-lg,body[screen] .blkcenter.blk1\/8-md,body[screen] .blkcenter.blk1\/8-sm,body[screen] .blkcenter.blk1\/8-xl,body[screen] .blkcenter.blk1\/8-xs,body[screen] .blkcenter.blk1\/9,body[screen] .blkcenter.blk1\/9-lg,body[screen] .blkcenter.blk1\/9-md,body[screen] .blkcenter.blk1\/9-sm,body[screen] .blkcenter.blk1\/9-xl,body[screen] .blkcenter.blk1\/9-xs,body[screen] .blkcenter.blk20\%,body[screen] .blkcenter.blk20\%-lg,body[screen] .blkcenter.blk20\%-md,body[screen] .blkcenter.blk20\%-sm,body[screen] .blkcenter.blk20\%-xl,body[screen] .blkcenter.blk20\%-xs,body[screen] .blkcenter.blk25\%,body[screen] .blkcenter.blk25\%-lg,body[screen] .blkcenter.blk25\%-md,body[screen] .blkcenter.blk25\%-sm,body[screen] .blkcenter.blk25\%-xl,body[screen] .blkcenter.blk25\%-xs,body[screen] .blkcenter.blk2\/10,body[screen] .blkcenter.blk2\/10-lg,body[screen] .blkcenter.blk2\/10-md,body[screen] .blkcenter.blk2\/10-sm,body[screen] .blkcenter.blk2\/10-xl,body[screen] .blkcenter.blk2\/10-xs,body[screen] .blkcenter.blk2\/2,body[screen] .blkcenter.blk2\/2-lg,body[screen] .blkcenter.blk2\/2-md,body[screen] .blkcenter.blk2\/2-sm,body[screen] .blkcenter.blk2\/2-xl,body[screen] .blkcenter.blk2\/2-xs,body[screen] .blkcenter.blk2\/3,body[screen] .blkcenter.blk2\/3-lg,body[screen] .blkcenter.blk2\/3-md,body[screen] .blkcenter.blk2\/3-sm,body[screen] .blkcenter.blk2\/3-xl,body[screen] .blkcenter.blk2\/3-xs,body[screen] .blkcenter.blk2\/4,body[screen] .blkcenter.blk2\/4-lg,body[screen] .blkcenter.blk2\/4-md,body[screen] .blkcenter.blk2\/4-sm,body[screen] .blkcenter.blk2\/4-xl,body[screen] .blkcenter.blk2\/4-xs,body[screen] .blkcenter.blk2\/5,body[screen] .blkcenter.blk2\/5-lg,body[screen] .blkcenter.blk2\/5-md,body[screen] .blkcenter.blk2\/5-sm,body[screen] .blkcenter.blk2\/5-xl,body[screen] .blkcenter.blk2\/5-xs,body[screen] .blkcenter.blk2\/6,body[screen] .blkcenter.blk2\/6-lg,body[screen] .blkcenter.blk2\/6-md,body[screen] .blkcenter.blk2\/6-sm,body[screen] .blkcenter.blk2\/6-xl,body[screen] .blkcenter.blk2\/6-xs,body[screen] .blkcenter.blk2\/7,body[screen] .blkcenter.blk2\/7-lg,body[screen] .blkcenter.blk2\/7-md,body[screen] .blkcenter.blk2\/7-sm,body[screen] .blkcenter.blk2\/7-xl,body[screen] .blkcenter.blk2\/7-xs,body[screen] .blkcenter.blk2\/8,body[screen] .blkcenter.blk2\/8-lg,body[screen] .blkcenter.blk2\/8-md,body[screen] .blkcenter.blk2\/8-sm,body[screen] .blkcenter.blk2\/8-xl,body[screen] .blkcenter.blk2\/8-xs,body[screen] .blkcenter.blk2\/9,body[screen] .blkcenter.blk2\/9-lg,body[screen] .blkcenter.blk2\/9-md,body[screen] .blkcenter.blk2\/9-sm,body[screen] .blkcenter.blk2\/9-xl,body[screen] .blkcenter.blk2\/9-xs,body[screen] .blkcenter.blk30\%,body[screen] .blkcenter.blk30\%-lg,body[screen] .blkcenter.blk30\%-md,body[screen] .blkcenter.blk30\%-sm,body[screen] .blkcenter.blk30\%-xl,body[screen] .blkcenter.blk30\%-xs,body[screen] .blkcenter.blk35\%,body[screen] .blkcenter.blk35\%-lg,body[screen] .blkcenter.blk35\%-md,body[screen] .blkcenter.blk35\%-sm,body[screen] .blkcenter.blk35\%-xl,body[screen] .blkcenter.blk35\%-xs,body[screen] .blkcenter.blk3\/10,body[screen] .blkcenter.blk3\/10-lg,body[screen] .blkcenter.blk3\/10-md,body[screen] .blkcenter.blk3\/10-sm,body[screen] .blkcenter.blk3\/10-xl,body[screen] .blkcenter.blk3\/10-xs,body[screen] .blkcenter.blk3\/3,body[screen] .blkcenter.blk3\/3-lg,body[screen] .blkcenter.blk3\/3-md,body[screen] .blkcenter.blk3\/3-sm,body[screen] .blkcenter.blk3\/3-xl,body[screen] .blkcenter.blk3\/3-xs,body[screen] .blkcenter.blk3\/4,body[screen] .blkcenter.blk3\/4-lg,body[screen] .blkcenter.blk3\/4-md,body[screen] .blkcenter.blk3\/4-sm,body[screen] .blkcenter.blk3\/4-xl,body[screen] .blkcenter.blk3\/4-xs,body[screen] .blkcenter.blk3\/5,body[screen] .blkcenter.blk3\/5-lg,body[screen] .blkcenter.blk3\/5-md,body[screen] .blkcenter.blk3\/5-sm,body[screen] .blkcenter.blk3\/5-xl,body[screen] .blkcenter.blk3\/5-xs,body[screen] .blkcenter.blk3\/6,body[screen] .blkcenter.blk3\/6-lg,body[screen] .blkcenter.blk3\/6-md,body[screen] .blkcenter.blk3\/6-sm,body[screen] .blkcenter.blk3\/6-xl,body[screen] .blkcenter.blk3\/6-xs,body[screen] .blkcenter.blk3\/7,body[screen] .blkcenter.blk3\/7-lg,body[screen] .blkcenter.blk3\/7-md,body[screen] .blkcenter.blk3\/7-sm,body[screen] .blkcenter.blk3\/7-xl,body[screen] .blkcenter.blk3\/7-xs,body[screen] .blkcenter.blk3\/8,body[screen] .blkcenter.blk3\/8-lg,body[screen] .blkcenter.blk3\/8-md,body[screen] .blkcenter.blk3\/8-sm,body[screen] .blkcenter.blk3\/8-xl,body[screen] .blkcenter.blk3\/8-xs,body[screen] .blkcenter.blk3\/9,body[screen] .blkcenter.blk3\/9-lg,body[screen] .blkcenter.blk3\/9-md,body[screen] .blkcenter.blk3\/9-sm,body[screen] .blkcenter.blk3\/9-xl,body[screen] .blkcenter.blk3\/9-xs,body[screen] .blkcenter.blk40\%,body[screen] .blkcenter.blk40\%-lg,body[screen] .blkcenter.blk40\%-md,body[screen] .blkcenter.blk40\%-sm,body[screen] .blkcenter.blk40\%-xl,body[screen] .blkcenter.blk40\%-xs,body[screen] .blkcenter.blk45\%,body[screen] .blkcenter.blk45\%-lg,body[screen] .blkcenter.blk45\%-md,body[screen] .blkcenter.blk45\%-sm,body[screen] .blkcenter.blk45\%-xl,body[screen] .blkcenter.blk45\%-xs,body[screen] .blkcenter.blk4\/10,body[screen] .blkcenter.blk4\/10-lg,body[screen] .blkcenter.blk4\/10-md,body[screen] .blkcenter.blk4\/10-sm,body[screen] .blkcenter.blk4\/10-xl,body[screen] .blkcenter.blk4\/10-xs,body[screen] .blkcenter.blk4\/4,body[screen] .blkcenter.blk4\/4-lg,body[screen] .blkcenter.blk4\/4-md,body[screen] .blkcenter.blk4\/4-sm,body[screen] .blkcenter.blk4\/4-xl,body[screen] .blkcenter.blk4\/4-xs,body[screen] .blkcenter.blk4\/5,body[screen] .blkcenter.blk4\/5-lg,body[screen] .blkcenter.blk4\/5-md,body[screen] .blkcenter.blk4\/5-sm,body[screen] .blkcenter.blk4\/5-xl,body[screen] .blkcenter.blk4\/5-xs,body[screen] .blkcenter.blk4\/6,body[screen] .blkcenter.blk4\/6-lg,body[screen] .blkcenter.blk4\/6-md,body[screen] .blkcenter.blk4\/6-sm,body[screen] .blkcenter.blk4\/6-xl,body[screen] .blkcenter.blk4\/6-xs,body[screen] .blkcenter.blk4\/7,body[screen] .blkcenter.blk4\/7-lg,body[screen] .blkcenter.blk4\/7-md,body[screen] .blkcenter.blk4\/7-sm,body[screen] .blkcenter.blk4\/7-xl,body[screen] .blkcenter.blk4\/7-xs,body[screen] .blkcenter.blk4\/8,body[screen] .blkcenter.blk4\/8-lg,body[screen] .blkcenter.blk4\/8-md,body[screen] .blkcenter.blk4\/8-sm,body[screen] .blkcenter.blk4\/8-xl,body[screen] .blkcenter.blk4\/8-xs,body[screen] .blkcenter.blk4\/9,body[screen] .blkcenter.blk4\/9-lg,body[screen] .blkcenter.blk4\/9-md,body[screen] .blkcenter.blk4\/9-sm,body[screen] .blkcenter.blk4\/9-xl,body[screen] .blkcenter.blk4\/9-xs,body[screen] .blkcenter.blk50\%,body[screen] .blkcenter.blk50\%-lg,body[screen] .blkcenter.blk50\%-md,body[screen] .blkcenter.blk50\%-sm,body[screen] .blkcenter.blk50\%-xl,body[screen] .blkcenter.blk50\%-xs,body[screen] .blkcenter.blk55\%,body[screen] .blkcenter.blk55\%-lg,body[screen] .blkcenter.blk55\%-md,body[screen] .blkcenter.blk55\%-sm,body[screen] .blkcenter.blk55\%-xl,body[screen] .blkcenter.blk55\%-xs,body[screen] .blkcenter.blk5\%,body[screen] .blkcenter.blk5\%-lg,body[screen] .blkcenter.blk5\%-md,body[screen] .blkcenter.blk5\%-sm,body[screen] .blkcenter.blk5\%-xl,body[screen] .blkcenter.blk5\%-xs,body[screen] .blkcenter.blk5\/10,body[screen] .blkcenter.blk5\/10-lg,body[screen] .blkcenter.blk5\/10-md,body[screen] .blkcenter.blk5\/10-sm,body[screen] .blkcenter.blk5\/10-xl,body[screen] .blkcenter.blk5\/10-xs,body[screen] .blkcenter.blk5\/5,body[screen] .blkcenter.blk5\/5-lg,body[screen] .blkcenter.blk5\/5-md,body[screen] .blkcenter.blk5\/5-sm,body[screen] .blkcenter.blk5\/5-xl,body[screen] .blkcenter.blk5\/5-xs,body[screen] .blkcenter.blk5\/6,body[screen] .blkcenter.blk5\/6-lg,body[screen] .blkcenter.blk5\/6-md,body[screen] .blkcenter.blk5\/6-sm,body[screen] .blkcenter.blk5\/6-xl,body[screen] .blkcenter.blk5\/6-xs,body[screen] .blkcenter.blk5\/7,body[screen] .blkcenter.blk5\/7-lg,body[screen] .blkcenter.blk5\/7-md,body[screen] .blkcenter.blk5\/7-sm,body[screen] .blkcenter.blk5\/7-xl,body[screen] .blkcenter.blk5\/7-xs,body[screen] .blkcenter.blk5\/8,body[screen] .blkcenter.blk5\/8-lg,body[screen] .blkcenter.blk5\/8-md,body[screen] .blkcenter.blk5\/8-sm,body[screen] .blkcenter.blk5\/8-xl,body[screen] .blkcenter.blk5\/8-xs,body[screen] .blkcenter.blk5\/9,body[screen] .blkcenter.blk5\/9-lg,body[screen] .blkcenter.blk5\/9-md,body[screen] .blkcenter.blk5\/9-sm,body[screen] .blkcenter.blk5\/9-xl,body[screen] .blkcenter.blk5\/9-xs,body[screen] .blkcenter.blk60\%,body[screen] .blkcenter.blk60\%-lg,body[screen] .blkcenter.blk60\%-md,body[screen] .blkcenter.blk60\%-sm,body[screen] .blkcenter.blk60\%-xl,body[screen] .blkcenter.blk60\%-xs,body[screen] .blkcenter.blk65\%,body[screen] .blkcenter.blk65\%-lg,body[screen] .blkcenter.blk65\%-md,body[screen] .blkcenter.blk65\%-sm,body[screen] .blkcenter.blk65\%-xl,body[screen] .blkcenter.blk65\%-xs,body[screen] .blkcenter.blk6\/10,body[screen] .blkcenter.blk6\/10-lg,body[screen] .blkcenter.blk6\/10-md,body[screen] .blkcenter.blk6\/10-sm,body[screen] .blkcenter.blk6\/10-xl,body[screen] .blkcenter.blk6\/10-xs,body[screen] .blkcenter.blk6\/6,body[screen] .blkcenter.blk6\/6-lg,body[screen] .blkcenter.blk6\/6-md,body[screen] .blkcenter.blk6\/6-sm,body[screen] .blkcenter.blk6\/6-xl,body[screen] .blkcenter.blk6\/6-xs,body[screen] .blkcenter.blk6\/7,body[screen] .blkcenter.blk6\/7-lg,body[screen] .blkcenter.blk6\/7-md,body[screen] .blkcenter.blk6\/7-sm,body[screen] .blkcenter.blk6\/7-xl,body[screen] .blkcenter.blk6\/7-xs,body[screen] .blkcenter.blk6\/8,body[screen] .blkcenter.blk6\/8-lg,body[screen] .blkcenter.blk6\/8-md,body[screen] .blkcenter.blk6\/8-sm,body[screen] .blkcenter.blk6\/8-xl,body[screen] .blkcenter.blk6\/8-xs,body[screen] .blkcenter.blk6\/9,body[screen] .blkcenter.blk6\/9-lg,body[screen] .blkcenter.blk6\/9-md,body[screen] .blkcenter.blk6\/9-sm,body[screen] .blkcenter.blk6\/9-xl,body[screen] .blkcenter.blk6\/9-xs,body[screen] .blkcenter.blk70\%,body[screen] .blkcenter.blk70\%-lg,body[screen] .blkcenter.blk70\%-md,body[screen] .blkcenter.blk70\%-sm,body[screen] .blkcenter.blk70\%-xl,body[screen] .blkcenter.blk70\%-xs,body[screen] .blkcenter.blk75\%,body[screen] .blkcenter.blk75\%-lg,body[screen] .blkcenter.blk75\%-md,body[screen] .blkcenter.blk75\%-sm,body[screen] .blkcenter.blk75\%-xl,body[screen] .blkcenter.blk75\%-xs,body[screen] .blkcenter.blk7\/10,body[screen] .blkcenter.blk7\/10-lg,body[screen] .blkcenter.blk7\/10-md,body[screen] .blkcenter.blk7\/10-sm,body[screen] .blkcenter.blk7\/10-xl,body[screen] .blkcenter.blk7\/10-xs,body[screen] .blkcenter.blk7\/7,body[screen] .blkcenter.blk7\/7-lg,body[screen] .blkcenter.blk7\/7-md,body[screen] .blkcenter.blk7\/7-sm,body[screen] .blkcenter.blk7\/7-xl,body[screen] .blkcenter.blk7\/7-xs,body[screen] .blkcenter.blk7\/8,body[screen] .blkcenter.blk7\/8-lg,body[screen] .blkcenter.blk7\/8-md,body[screen] .blkcenter.blk7\/8-sm,body[screen] .blkcenter.blk7\/8-xl,body[screen] .blkcenter.blk7\/8-xs,body[screen] .blkcenter.blk7\/9,body[screen] .blkcenter.blk7\/9-lg,body[screen] .blkcenter.blk7\/9-md,body[screen] .blkcenter.blk7\/9-sm,body[screen] .blkcenter.blk7\/9-xl,body[screen] .blkcenter.blk7\/9-xs,body[screen] .blkcenter.blk80\%,body[screen] .blkcenter.blk80\%-lg,body[screen] .blkcenter.blk80\%-md,body[screen] .blkcenter.blk80\%-sm,body[screen] .blkcenter.blk80\%-xl,body[screen] .blkcenter.blk80\%-xs,body[screen] .blkcenter.blk85\%,body[screen] .blkcenter.blk85\%-lg,body[screen] .blkcenter.blk85\%-md,body[screen] .blkcenter.blk85\%-sm,body[screen] .blkcenter.blk85\%-xl,body[screen] .blkcenter.blk85\%-xs,body[screen] .blkcenter.blk8\/10,body[screen] .blkcenter.blk8\/10-lg,body[screen] .blkcenter.blk8\/10-md,body[screen] .blkcenter.blk8\/10-sm,body[screen] .blkcenter.blk8\/10-xl,body[screen] .blkcenter.blk8\/10-xs,body[screen] .blkcenter.blk8\/8,body[screen] .blkcenter.blk8\/8-lg,body[screen] .blkcenter.blk8\/8-md,body[screen] .blkcenter.blk8\/8-sm,body[screen] .blkcenter.blk8\/8-xl,body[screen] .blkcenter.blk8\/8-xs,body[screen] .blkcenter.blk8\/9,body[screen] .blkcenter.blk8\/9-lg,body[screen] .blkcenter.blk8\/9-md,body[screen] .blkcenter.blk8\/9-sm,body[screen] .blkcenter.blk8\/9-xl,body[screen] .blkcenter.blk8\/9-xs,body[screen] .blkcenter.blk90\%,body[screen] .blkcenter.blk90\%-lg,body[screen] .blkcenter.blk90\%-md,body[screen] .blkcenter.blk90\%-sm,body[screen] .blkcenter.blk90\%-xl,body[screen] .blkcenter.blk90\%-xs,body[screen] .blkcenter.blk95\%,body[screen] .blkcenter.blk95\%-lg,body[screen] .blkcenter.blk95\%-md,body[screen] .blkcenter.blk95\%-sm,body[screen] .blkcenter.blk95\%-xl,body[screen] .blkcenter.blk95\%-xs,body[screen] .blkcenter.blk9\/10,body[screen] .blkcenter.blk9\/10-lg,body[screen] .blkcenter.blk9\/10-md,body[screen] .blkcenter.blk9\/10-sm,body[screen] .blkcenter.blk9\/10-xl,body[screen] .blkcenter.blk9\/10-xs,body[screen] .blkcenter.blk9\/9,body[screen] .blkcenter.blk9\/9-lg,body[screen] .blkcenter.blk9\/9-md,body[screen] .blkcenter.blk9\/9-sm,body[screen] .blkcenter.blk9\/9-xl,body[screen] .blkcenter.blk9\/9-xs{margin-left:auto;margin-right:auto}body[screen] .flex-container.blk100\%,body[screen] .flex-container.blk100\%-lg,body[screen] .flex-container.blk100\%-md,body[screen] .flex-container.blk100\%-sm,body[screen] .flex-container.blk100\%-xl,body[screen] .flex-container.blk100\%-xs,body[screen] .flex-container.blk10\%,body[screen] .flex-container.blk10\%-lg,body[screen] .flex-container.blk10\%-md,body[screen] .flex-container.blk10\%-sm,body[screen] .flex-container.blk10\%-xl,body[screen] .flex-container.blk10\%-xs,body[screen] .flex-container.blk10\/10,body[screen] .flex-container.blk10\/10-lg,body[screen] .flex-container.blk10\/10-md,body[screen] .flex-container.blk10\/10-sm,body[screen] .flex-container.blk10\/10-xl,body[screen] .flex-container.blk10\/10-xs,body[screen] .flex-container.blk15\%,body[screen] .flex-container.blk15\%-lg,body[screen] .flex-container.blk15\%-md,body[screen] .flex-container.blk15\%-sm,body[screen] .flex-container.blk15\%-xl,body[screen] .flex-container.blk15\%-xs,body[screen] .flex-container.blk1\/1,body[screen] .flex-container.blk1\/1-lg,body[screen] .flex-container.blk1\/1-md,body[screen] .flex-container.blk1\/1-sm,body[screen] .flex-container.blk1\/1-xl,body[screen] .flex-container.blk1\/1-xs,body[screen] .flex-container.blk1\/10,body[screen] .flex-container.blk1\/10-lg,body[screen] .flex-container.blk1\/10-md,body[screen] .flex-container.blk1\/10-sm,body[screen] .flex-container.blk1\/10-xl,body[screen] .flex-container.blk1\/10-xs,body[screen] .flex-container.blk1\/2,body[screen] .flex-container.blk1\/2-lg,body[screen] .flex-container.blk1\/2-md,body[screen] .flex-container.blk1\/2-sm,body[screen] .flex-container.blk1\/2-xl,body[screen] .flex-container.blk1\/2-xs,body[screen] .flex-container.blk1\/3,body[screen] .flex-container.blk1\/3-lg,body[screen] .flex-container.blk1\/3-md,body[screen] .flex-container.blk1\/3-sm,body[screen] .flex-container.blk1\/3-xl,body[screen] .flex-container.blk1\/3-xs,body[screen] .flex-container.blk1\/4,body[screen] .flex-container.blk1\/4-lg,body[screen] .flex-container.blk1\/4-md,body[screen] .flex-container.blk1\/4-sm,body[screen] .flex-container.blk1\/4-xl,body[screen] .flex-container.blk1\/4-xs,body[screen] .flex-container.blk1\/5,body[screen] .flex-container.blk1\/5-lg,body[screen] .flex-container.blk1\/5-md,body[screen] .flex-container.blk1\/5-sm,body[screen] .flex-container.blk1\/5-xl,body[screen] .flex-container.blk1\/5-xs,body[screen] .flex-container.blk1\/6,body[screen] .flex-container.blk1\/6-lg,body[screen] .flex-container.blk1\/6-md,body[screen] .flex-container.blk1\/6-sm,body[screen] .flex-container.blk1\/6-xl,body[screen] .flex-container.blk1\/6-xs,body[screen] .flex-container.blk1\/7,body[screen] .flex-container.blk1\/7-lg,body[screen] .flex-container.blk1\/7-md,body[screen] .flex-container.blk1\/7-sm,body[screen] .flex-container.blk1\/7-xl,body[screen] .flex-container.blk1\/7-xs,body[screen] .flex-container.blk1\/8,body[screen] .flex-container.blk1\/8-lg,body[screen] .flex-container.blk1\/8-md,body[screen] .flex-container.blk1\/8-sm,body[screen] .flex-container.blk1\/8-xl,body[screen] .flex-container.blk1\/8-xs,body[screen] .flex-container.blk1\/9,body[screen] .flex-container.blk1\/9-lg,body[screen] .flex-container.blk1\/9-md,body[screen] .flex-container.blk1\/9-sm,body[screen] .flex-container.blk1\/9-xl,body[screen] .flex-container.blk1\/9-xs,body[screen] .flex-container.blk20\%,body[screen] .flex-container.blk20\%-lg,body[screen] .flex-container.blk20\%-md,body[screen] .flex-container.blk20\%-sm,body[screen] .flex-container.blk20\%-xl,body[screen] .flex-container.blk20\%-xs,body[screen] .flex-container.blk25\%,body[screen] .flex-container.blk25\%-lg,body[screen] .flex-container.blk25\%-md,body[screen] .flex-container.blk25\%-sm,body[screen] .flex-container.blk25\%-xl,body[screen] .flex-container.blk25\%-xs,body[screen] .flex-container.blk2\/10,body[screen] .flex-container.blk2\/10-lg,body[screen] .flex-container.blk2\/10-md,body[screen] .flex-container.blk2\/10-sm,body[screen] .flex-container.blk2\/10-xl,body[screen] .flex-container.blk2\/10-xs,body[screen] .flex-container.blk2\/2,body[screen] .flex-container.blk2\/2-lg,body[screen] .flex-container.blk2\/2-md,body[screen] .flex-container.blk2\/2-sm,body[screen] .flex-container.blk2\/2-xl,body[screen] .flex-container.blk2\/2-xs,body[screen] .flex-container.blk2\/3,body[screen] .flex-container.blk2\/3-lg,body[screen] .flex-container.blk2\/3-md,body[screen] .flex-container.blk2\/3-sm,body[screen] .flex-container.blk2\/3-xl,body[screen] .flex-container.blk2\/3-xs,body[screen] .flex-container.blk2\/4,body[screen] .flex-container.blk2\/4-lg,body[screen] .flex-container.blk2\/4-md,body[screen] .flex-container.blk2\/4-sm,body[screen] .flex-container.blk2\/4-xl,body[screen] .flex-container.blk2\/4-xs,body[screen] .flex-container.blk2\/5,body[screen] .flex-container.blk2\/5-lg,body[screen] .flex-container.blk2\/5-md,body[screen] .flex-container.blk2\/5-sm,body[screen] .flex-container.blk2\/5-xl,body[screen] .flex-container.blk2\/5-xs,body[screen] .flex-container.blk2\/6,body[screen] .flex-container.blk2\/6-lg,body[screen] .flex-container.blk2\/6-md,body[screen] .flex-container.blk2\/6-sm,body[screen] .flex-container.blk2\/6-xl,body[screen] .flex-container.blk2\/6-xs,body[screen] .flex-container.blk2\/7,body[screen] .flex-container.blk2\/7-lg,body[screen] .flex-container.blk2\/7-md,body[screen] .flex-container.blk2\/7-sm,body[screen] .flex-container.blk2\/7-xl,body[screen] .flex-container.blk2\/7-xs,body[screen] .flex-container.blk2\/8,body[screen] .flex-container.blk2\/8-lg,body[screen] .flex-container.blk2\/8-md,body[screen] .flex-container.blk2\/8-sm,body[screen] .flex-container.blk2\/8-xl,body[screen] .flex-container.blk2\/8-xs,body[screen] .flex-container.blk2\/9,body[screen] .flex-container.blk2\/9-lg,body[screen] .flex-container.blk2\/9-md,body[screen] .flex-container.blk2\/9-sm,body[screen] .flex-container.blk2\/9-xl,body[screen] .flex-container.blk2\/9-xs,body[screen] .flex-container.blk30\%,body[screen] .flex-container.blk30\%-lg,body[screen] .flex-container.blk30\%-md,body[screen] .flex-container.blk30\%-sm,body[screen] .flex-container.blk30\%-xl,body[screen] .flex-container.blk30\%-xs,body[screen] .flex-container.blk35\%,body[screen] .flex-container.blk35\%-lg,body[screen] .flex-container.blk35\%-md,body[screen] .flex-container.blk35\%-sm,body[screen] .flex-container.blk35\%-xl,body[screen] .flex-container.blk35\%-xs,body[screen] .flex-container.blk3\/10,body[screen] .flex-container.blk3\/10-lg,body[screen] .flex-container.blk3\/10-md,body[screen] .flex-container.blk3\/10-sm,body[screen] .flex-container.blk3\/10-xl,body[screen] .flex-container.blk3\/10-xs,body[screen] .flex-container.blk3\/3,body[screen] .flex-container.blk3\/3-lg,body[screen] .flex-container.blk3\/3-md,body[screen] .flex-container.blk3\/3-sm,body[screen] .flex-container.blk3\/3-xl,body[screen] .flex-container.blk3\/3-xs,body[screen] .flex-container.blk3\/4,body[screen] .flex-container.blk3\/4-lg,body[screen] .flex-container.blk3\/4-md,body[screen] .flex-container.blk3\/4-sm,body[screen] .flex-container.blk3\/4-xl,body[screen] .flex-container.blk3\/4-xs,body[screen] .flex-container.blk3\/5,body[screen] .flex-container.blk3\/5-lg,body[screen] .flex-container.blk3\/5-md,body[screen] .flex-container.blk3\/5-sm,body[screen] .flex-container.blk3\/5-xl,body[screen] .flex-container.blk3\/5-xs,body[screen] .flex-container.blk3\/6,body[screen] .flex-container.blk3\/6-lg,body[screen] .flex-container.blk3\/6-md,body[screen] .flex-container.blk3\/6-sm,body[screen] .flex-container.blk3\/6-xl,body[screen] .flex-container.blk3\/6-xs,body[screen] .flex-container.blk3\/7,body[screen] .flex-container.blk3\/7-lg,body[screen] .flex-container.blk3\/7-md,body[screen] .flex-container.blk3\/7-sm,body[screen] .flex-container.blk3\/7-xl,body[screen] .flex-container.blk3\/7-xs,body[screen] .flex-container.blk3\/8,body[screen] .flex-container.blk3\/8-lg,body[screen] .flex-container.blk3\/8-md,body[screen] .flex-container.blk3\/8-sm,body[screen] .flex-container.blk3\/8-xl,body[screen] .flex-container.blk3\/8-xs,body[screen] .flex-container.blk3\/9,body[screen] .flex-container.blk3\/9-lg,body[screen] .flex-container.blk3\/9-md,body[screen] .flex-container.blk3\/9-sm,body[screen] .flex-container.blk3\/9-xl,body[screen] .flex-container.blk3\/9-xs,body[screen] .flex-container.blk40\%,body[screen] .flex-container.blk40\%-lg,body[screen] .flex-container.blk40\%-md,body[screen] .flex-container.blk40\%-sm,body[screen] .flex-container.blk40\%-xl,body[screen] .flex-container.blk40\%-xs,body[screen] .flex-container.blk45\%,body[screen] .flex-container.blk45\%-lg,body[screen] .flex-container.blk45\%-md,body[screen] .flex-container.blk45\%-sm,body[screen] .flex-container.blk45\%-xl,body[screen] .flex-container.blk45\%-xs,body[screen] .flex-container.blk4\/10,body[screen] .flex-container.blk4\/10-lg,body[screen] .flex-container.blk4\/10-md,body[screen] .flex-container.blk4\/10-sm,body[screen] .flex-container.blk4\/10-xl,body[screen] .flex-container.blk4\/10-xs,body[screen] .flex-container.blk4\/4,body[screen] .flex-container.blk4\/4-lg,body[screen] .flex-container.blk4\/4-md,body[screen] .flex-container.blk4\/4-sm,body[screen] .flex-container.blk4\/4-xl,body[screen] .flex-container.blk4\/4-xs,body[screen] .flex-container.blk4\/5,body[screen] .flex-container.blk4\/5-lg,body[screen] .flex-container.blk4\/5-md,body[screen] .flex-container.blk4\/5-sm,body[screen] .flex-container.blk4\/5-xl,body[screen] .flex-container.blk4\/5-xs,body[screen] .flex-container.blk4\/6,body[screen] .flex-container.blk4\/6-lg,body[screen] .flex-container.blk4\/6-md,body[screen] .flex-container.blk4\/6-sm,body[screen] .flex-container.blk4\/6-xl,body[screen] .flex-container.blk4\/6-xs,body[screen] .flex-container.blk4\/7,body[screen] .flex-container.blk4\/7-lg,body[screen] .flex-container.blk4\/7-md,body[screen] .flex-container.blk4\/7-sm,body[screen] .flex-container.blk4\/7-xl,body[screen] .flex-container.blk4\/7-xs,body[screen] .flex-container.blk4\/8,body[screen] .flex-container.blk4\/8-lg,body[screen] .flex-container.blk4\/8-md,body[screen] .flex-container.blk4\/8-sm,body[screen] .flex-container.blk4\/8-xl,body[screen] .flex-container.blk4\/8-xs,body[screen] .flex-container.blk4\/9,body[screen] .flex-container.blk4\/9-lg,body[screen] .flex-container.blk4\/9-md,body[screen] .flex-container.blk4\/9-sm,body[screen] .flex-container.blk4\/9-xl,body[screen] .flex-container.blk4\/9-xs,body[screen] .flex-container.blk50\%,body[screen] .flex-container.blk50\%-lg,body[screen] .flex-container.blk50\%-md,body[screen] .flex-container.blk50\%-sm,body[screen] .flex-container.blk50\%-xl,body[screen] .flex-container.blk50\%-xs,body[screen] .flex-container.blk55\%,body[screen] .flex-container.blk55\%-lg,body[screen] .flex-container.blk55\%-md,body[screen] .flex-container.blk55\%-sm,body[screen] .flex-container.blk55\%-xl,body[screen] .flex-container.blk55\%-xs,body[screen] .flex-container.blk5\%,body[screen] .flex-container.blk5\%-lg,body[screen] .flex-container.blk5\%-md,body[screen] .flex-container.blk5\%-sm,body[screen] .flex-container.blk5\%-xl,body[screen] .flex-container.blk5\%-xs,body[screen] .flex-container.blk5\/10,body[screen] .flex-container.blk5\/10-lg,body[screen] .flex-container.blk5\/10-md,body[screen] .flex-container.blk5\/10-sm,body[screen] .flex-container.blk5\/10-xl,body[screen] .flex-container.blk5\/10-xs,body[screen] .flex-container.blk5\/5,body[screen] .flex-container.blk5\/5-lg,body[screen] .flex-container.blk5\/5-md,body[screen] .flex-container.blk5\/5-sm,body[screen] .flex-container.blk5\/5-xl,body[screen] .flex-container.blk5\/5-xs,body[screen] .flex-container.blk5\/6,body[screen] .flex-container.blk5\/6-lg,body[screen] .flex-container.blk5\/6-md,body[screen] .flex-container.blk5\/6-sm,body[screen] .flex-container.blk5\/6-xl,body[screen] .flex-container.blk5\/6-xs,body[screen] .flex-container.blk5\/7,body[screen] .flex-container.blk5\/7-lg,body[screen] .flex-container.blk5\/7-md,body[screen] .flex-container.blk5\/7-sm,body[screen] .flex-container.blk5\/7-xl,body[screen] .flex-container.blk5\/7-xs,body[screen] .flex-container.blk5\/8,body[screen] .flex-container.blk5\/8-lg,body[screen] .flex-container.blk5\/8-md,body[screen] .flex-container.blk5\/8-sm,body[screen] .flex-container.blk5\/8-xl,body[screen] .flex-container.blk5\/8-xs,body[screen] .flex-container.blk5\/9,body[screen] .flex-container.blk5\/9-lg,body[screen] .flex-container.blk5\/9-md,body[screen] .flex-container.blk5\/9-sm,body[screen] .flex-container.blk5\/9-xl,body[screen] .flex-container.blk5\/9-xs,body[screen] .flex-container.blk60\%,body[screen] .flex-container.blk60\%-lg,body[screen] .flex-container.blk60\%-md,body[screen] .flex-container.blk60\%-sm,body[screen] .flex-container.blk60\%-xl,body[screen] .flex-container.blk60\%-xs,body[screen] .flex-container.blk65\%,body[screen] .flex-container.blk65\%-lg,body[screen] .flex-container.blk65\%-md,body[screen] .flex-container.blk65\%-sm,body[screen] .flex-container.blk65\%-xl,body[screen] .flex-container.blk65\%-xs,body[screen] .flex-container.blk6\/10,body[screen] .flex-container.blk6\/10-lg,body[screen] .flex-container.blk6\/10-md,body[screen] .flex-container.blk6\/10-sm,body[screen] .flex-container.blk6\/10-xl,body[screen] .flex-container.blk6\/10-xs,body[screen] .flex-container.blk6\/6,body[screen] .flex-container.blk6\/6-lg,body[screen] .flex-container.blk6\/6-md,body[screen] .flex-container.blk6\/6-sm,body[screen] .flex-container.blk6\/6-xl,body[screen] .flex-container.blk6\/6-xs,body[screen] .flex-container.blk6\/7,body[screen] .flex-container.blk6\/7-lg,body[screen] .flex-container.blk6\/7-md,body[screen] .flex-container.blk6\/7-sm,body[screen] .flex-container.blk6\/7-xl,body[screen] .flex-container.blk6\/7-xs,body[screen] .flex-container.blk6\/8,body[screen] .flex-container.blk6\/8-lg,body[screen] .flex-container.blk6\/8-md,body[screen] .flex-container.blk6\/8-sm,body[screen] .flex-container.blk6\/8-xl,body[screen] .flex-container.blk6\/8-xs,body[screen] .flex-container.blk6\/9,body[screen] .flex-container.blk6\/9-lg,body[screen] .flex-container.blk6\/9-md,body[screen] .flex-container.blk6\/9-sm,body[screen] .flex-container.blk6\/9-xl,body[screen] .flex-container.blk6\/9-xs,body[screen] .flex-container.blk70\%,body[screen] .flex-container.blk70\%-lg,body[screen] .flex-container.blk70\%-md,body[screen] .flex-container.blk70\%-sm,body[screen] .flex-container.blk70\%-xl,body[screen] .flex-container.blk70\%-xs,body[screen] .flex-container.blk75\%,body[screen] .flex-container.blk75\%-lg,body[screen] .flex-container.blk75\%-md,body[screen] .flex-container.blk75\%-sm,body[screen] .flex-container.blk75\%-xl,body[screen] .flex-container.blk75\%-xs,body[screen] .flex-container.blk7\/10,body[screen] .flex-container.blk7\/10-lg,body[screen] .flex-container.blk7\/10-md,body[screen] .flex-container.blk7\/10-sm,body[screen] .flex-container.blk7\/10-xl,body[screen] .flex-container.blk7\/10-xs,body[screen] .flex-container.blk7\/7,body[screen] .flex-container.blk7\/7-lg,body[screen] .flex-container.blk7\/7-md,body[screen] .flex-container.blk7\/7-sm,body[screen] .flex-container.blk7\/7-xl,body[screen] .flex-container.blk7\/7-xs,body[screen] .flex-container.blk7\/8,body[screen] .flex-container.blk7\/8-lg,body[screen] .flex-container.blk7\/8-md,body[screen] .flex-container.blk7\/8-sm,body[screen] .flex-container.blk7\/8-xl,body[screen] .flex-container.blk7\/8-xs,body[screen] .flex-container.blk7\/9,body[screen] .flex-container.blk7\/9-lg,body[screen] .flex-container.blk7\/9-md,body[screen] .flex-container.blk7\/9-sm,body[screen] .flex-container.blk7\/9-xl,body[screen] .flex-container.blk7\/9-xs,body[screen] .flex-container.blk80\%,body[screen] .flex-container.blk80\%-lg,body[screen] .flex-container.blk80\%-md,body[screen] .flex-container.blk80\%-sm,body[screen] .flex-container.blk80\%-xl,body[screen] .flex-container.blk80\%-xs,body[screen] .flex-container.blk85\%,body[screen] .flex-container.blk85\%-lg,body[screen] .flex-container.blk85\%-md,body[screen] .flex-container.blk85\%-sm,body[screen] .flex-container.blk85\%-xl,body[screen] .flex-container.blk85\%-xs,body[screen] .flex-container.blk8\/10,body[screen] .flex-container.blk8\/10-lg,body[screen] .flex-container.blk8\/10-md,body[screen] .flex-container.blk8\/10-sm,body[screen] .flex-container.blk8\/10-xl,body[screen] .flex-container.blk8\/10-xs,body[screen] .flex-container.blk8\/8,body[screen] .flex-container.blk8\/8-lg,body[screen] .flex-container.blk8\/8-md,body[screen] .flex-container.blk8\/8-sm,body[screen] .flex-container.blk8\/8-xl,body[screen] .flex-container.blk8\/8-xs,body[screen] .flex-container.blk8\/9,body[screen] .flex-container.blk8\/9-lg,body[screen] .flex-container.blk8\/9-md,body[screen] .flex-container.blk8\/9-sm,body[screen] .flex-container.blk8\/9-xl,body[screen] .flex-container.blk8\/9-xs,body[screen] .flex-container.blk90\%,body[screen] .flex-container.blk90\%-lg,body[screen] .flex-container.blk90\%-md,body[screen] .flex-container.blk90\%-sm,body[screen] .flex-container.blk90\%-xl,body[screen] .flex-container.blk90\%-xs,body[screen] .flex-container.blk95\%,body[screen] .flex-container.blk95\%-lg,body[screen] .flex-container.blk95\%-md,body[screen] .flex-container.blk95\%-sm,body[screen] .flex-container.blk95\%-xl,body[screen] .flex-container.blk95\%-xs,body[screen] .flex-container.blk9\/10,body[screen] .flex-container.blk9\/10-lg,body[screen] .flex-container.blk9\/10-md,body[screen] .flex-container.blk9\/10-sm,body[screen] .flex-container.blk9\/10-xl,body[screen] .flex-container.blk9\/10-xs,body[screen] .flex-container.blk9\/9,body[screen] .flex-container.blk9\/9-lg,body[screen] .flex-container.blk9\/9-md,body[screen] .flex-container.blk9\/9-sm,body[screen] .flex-container.blk9\/9-xl,body[screen] .flex-container.blk9\/9-xs{display:-webkit-box;display:-ms-flexbox;display:flex}.clear,.clr{clear:both}.cf,.clearfix,.pagination .pageslinks{*zoom:1}.cf:after,.cf:before,.clearfix:after,.clearfix:before,.pagination .pageslinks:after,.pagination .pageslinks:before{content:" ";display:table}.cf:after,.clearfix:after,.pagination .pageslinks:after{clear:both}.float-left{float:left}.float-left.margins{margin-bottom:5px 5px 5px 5px 5px;margin-right:5px 5px 5px 5px 5px}.float-right{float:right}.float-right.margins{margin-bottom:5px 5px 5px 5px 5px;margin-left:5px 5px 5px 5px 5px}.on,.show{display:unset}body:not(.mobile):not(.tablet):not(.phone) .desktop-hide{display:none}body:not(.mobile):not(.tablet):not(.phone) .desktop-show{display:unset}body.mobile .mobile-hide,body.mobile .phone-hide,body.mobile .tablet-hide{display:none}body.mobile .mobile-show,body.mobile .phone-show,body.mobile .tablet-show{display:unset}body.tablet .tablet-hide{display:none}body.tablet .tablet-show{display:unset}body.phone .phone-hide{display:none}body.phone .phone-show{display:unset}body.msie .msie-hide{display:none}body.msie .msie-show{display:unset}body.firefox .firefox-hide{display:none}body.firefox .firefox-show{display:unset}body.chrome .chrome-hide{display:none}body.chrome .chrome-show{display:unset}body.safari .safari-hide{display:none}body.safari .safari-show{display:unset}body.windows .windows-hide{display:none}body.windows .windows-show{display:unset}body.macosx .macosx-hide{display:none}body.macosx .macosx-show{display:unset}body.ios .ios-hide{display:none}body.ios .ios-show{display:unset}body.android .android-hide{display:none}body.android .android-show{display:unset}body.home .home-hide{display:none}body.home .home-show{display:unset}body[screen=xs] .xs-hide{display:none}body[screen=xs] .xs-show{display:unset}body[screen=sm] .sm-hide{display:none}body[screen=sm] .sm-show{display:unset}body[screen=md] .md-hide{display:none}body[screen=md] .md-show{display:unset}body[screen=lg] .lg-hide{display:none}body[screen=lg] .lg-show{display:unset}body[screen=xl] .xl-hide{display:none}body[screen=xl] .xl-show{display:unset}.font-serif{font-family:Georgia,serif}.font-sans-serif{font-family:Open Sans,sans-serif}.font-monospace{font-family:Ubuntu Mono,monospace}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-demibold{font-weight:600}.font-bold,.pagination .pageslinks ul li.inactive.page{font-weight:700}.font-heavy{font-weight:800}.font-black{font-weight:900}.text-smallcaps{font-variant:small-caps}.text-uppercase,ul.breadcrumb li{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-tighter{letter-spacing:-.1em}.text-tight{letter-spacing:-.05em}.text-loose{letter-spacing:.05em}.text-looser{letter-spacing:.1em}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-underline{text-decoration:underline}.text-strikeout{text-decoration:line-through}.text-overline{text-decoration:overline}.text-rtl{direction:rtl}.text-ltr{direction:ltr}.text-wrap{white-space:normal}.text-nowrap{white-space:nowrap}.font-tiny{font-size:.45rem;line-height:1.826}.font-small{font-size:.9rem;line-height:1.66}.font-big{font-size:1.875rem;line-height:1.328}.font-huge{font-size:3.75rem;line-height:1.1952}.color-gray-darker{color:#222}.color-gray-dark{color:#444}.color-gray{color:#999}.color-gray-light{color:#ccc}.color-gray-lighter{color:#eee}.color-bg{color:#fff}.color-copy{color:#6d6d6d}.color-primary{color:#142546}.color-secondary{color:#36393b}.color-accent-1{color:#efe1c4}.color-accent-2{color:#ffd04e}.color-accent-3{color:#95675d}.color-accent-4{color:#091223}.color-accent-5{color:#5e5d5d}body[screen=xs] .columns-1-xs{-webkit-column-count:1;-moz-column-count:1;column-count:1}body[screen=xs] .columns-1-xs,body[screen=xs] .columns-2-xs{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=xs] .columns-2-xs{-webkit-column-count:2;-moz-column-count:2;column-count:2}body[screen=xs] .columns-3-xs{-webkit-column-count:3;-moz-column-count:3;column-count:3}body[screen=xs] .columns-3-xs,body[screen=xs] .columns-4-xs{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=xs] .columns-4-xs{-webkit-column-count:4;-moz-column-count:4;column-count:4}body[screen=xs] .columns-5-xs{-webkit-column-count:5;-moz-column-count:5;column-count:5}body[screen=xs] .columns-5-xs,body[screen=xs] .columns-6-xs{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=xs] .columns-6-xs{-webkit-column-count:6;-moz-column-count:6;column-count:6}body[screen=xs] .columns-7-xs{-webkit-column-count:7;-moz-column-count:7;column-count:7}body[screen=xs] .columns-7-xs,body[screen=xs] .columns-8-xs{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=xs] .columns-8-xs{-webkit-column-count:8;-moz-column-count:8;column-count:8}body[screen=xs] .columns-9-xs{-webkit-column-count:9;-moz-column-count:9;column-count:9;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=xs] .columns-10-xs{-webkit-column-count:10;-moz-column-count:10;column-count:10;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=sm] .columns-1-sm{-webkit-column-count:1;-moz-column-count:1;column-count:1}body[screen=sm] .columns-1-sm,body[screen=sm] .columns-2-sm{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=sm] .columns-2-sm{-webkit-column-count:2;-moz-column-count:2;column-count:2}body[screen=sm] .columns-3-sm{-webkit-column-count:3;-moz-column-count:3;column-count:3}body[screen=sm] .columns-3-sm,body[screen=sm] .columns-4-sm{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=sm] .columns-4-sm{-webkit-column-count:4;-moz-column-count:4;column-count:4}body[screen=sm] .columns-5-sm{-webkit-column-count:5;-moz-column-count:5;column-count:5}body[screen=sm] .columns-5-sm,body[screen=sm] .columns-6-sm{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=sm] .columns-6-sm{-webkit-column-count:6;-moz-column-count:6;column-count:6}body[screen=sm] .columns-7-sm{-webkit-column-count:7;-moz-column-count:7;column-count:7}body[screen=sm] .columns-7-sm,body[screen=sm] .columns-8-sm{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=sm] .columns-8-sm{-webkit-column-count:8;-moz-column-count:8;column-count:8}body[screen=sm] .columns-9-sm{-webkit-column-count:9;-moz-column-count:9;column-count:9;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=sm] .columns-10-sm{-webkit-column-count:10;-moz-column-count:10;column-count:10;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=md] .columns-1-md{-webkit-column-count:1;-moz-column-count:1;column-count:1}body[screen=md] .columns-1-md,body[screen=md] .columns-2-md{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=md] .columns-2-md{-webkit-column-count:2;-moz-column-count:2;column-count:2}body[screen=md] .columns-3-md{-webkit-column-count:3;-moz-column-count:3;column-count:3}body[screen=md] .columns-3-md,body[screen=md] .columns-4-md{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=md] .columns-4-md{-webkit-column-count:4;-moz-column-count:4;column-count:4}body[screen=md] .columns-5-md{-webkit-column-count:5;-moz-column-count:5;column-count:5}body[screen=md] .columns-5-md,body[screen=md] .columns-6-md{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=md] .columns-6-md{-webkit-column-count:6;-moz-column-count:6;column-count:6}body[screen=md] .columns-7-md{-webkit-column-count:7;-moz-column-count:7;column-count:7}body[screen=md] .columns-7-md,body[screen=md] .columns-8-md{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=md] .columns-8-md{-webkit-column-count:8;-moz-column-count:8;column-count:8}body[screen=md] .columns-9-md{-webkit-column-count:9;-moz-column-count:9;column-count:9;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=md] .columns-10-md{-webkit-column-count:10;-moz-column-count:10;column-count:10;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=lg] .columns-1-lg{-webkit-column-count:1;-moz-column-count:1;column-count:1}body[screen=lg] .columns-1-lg,body[screen=lg] .columns-2-lg{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=lg] .columns-2-lg{-webkit-column-count:2;-moz-column-count:2;column-count:2}body[screen=lg] .columns-3-lg{-webkit-column-count:3;-moz-column-count:3;column-count:3}body[screen=lg] .columns-3-lg,body[screen=lg] .columns-4-lg{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=lg] .columns-4-lg{-webkit-column-count:4;-moz-column-count:4;column-count:4}body[screen=lg] .columns-5-lg{-webkit-column-count:5;-moz-column-count:5;column-count:5}body[screen=lg] .columns-5-lg,body[screen=lg] .columns-6-lg{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=lg] .columns-6-lg{-webkit-column-count:6;-moz-column-count:6;column-count:6}body[screen=lg] .columns-7-lg{-webkit-column-count:7;-moz-column-count:7;column-count:7}body[screen=lg] .columns-7-lg,body[screen=lg] .columns-8-lg{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=lg] .columns-8-lg{-webkit-column-count:8;-moz-column-count:8;column-count:8}body[screen=lg] .columns-9-lg{-webkit-column-count:9;-moz-column-count:9;column-count:9;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=lg] .columns-10-lg{-webkit-column-count:10;-moz-column-count:10;column-count:10;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=xl] .columns-1-xl{-webkit-column-count:1;-moz-column-count:1;column-count:1}body[screen=xl] .columns-1-xl,body[screen=xl] .columns-2-xl{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=xl] .columns-2-xl{-webkit-column-count:2;-moz-column-count:2;column-count:2}body[screen=xl] .columns-3-xl{-webkit-column-count:3;-moz-column-count:3;column-count:3}body[screen=xl] .columns-3-xl,body[screen=xl] .columns-4-xl{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=xl] .columns-4-xl{-webkit-column-count:4;-moz-column-count:4;column-count:4}body[screen=xl] .columns-5-xl{-webkit-column-count:5;-moz-column-count:5;column-count:5}body[screen=xl] .columns-5-xl,body[screen=xl] .columns-6-xl{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=xl] .columns-6-xl{-webkit-column-count:6;-moz-column-count:6;column-count:6}body[screen=xl] .columns-7-xl{-webkit-column-count:7;-moz-column-count:7;column-count:7}body[screen=xl] .columns-7-xl,body[screen=xl] .columns-8-xl{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=xl] .columns-8-xl{-webkit-column-count:8;-moz-column-count:8;column-count:8}body[screen=xl] .columns-9-xl{-webkit-column-count:9;-moz-column-count:9;column-count:9;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}body[screen=xl] .columns-10-xl{-webkit-column-count:10;-moz-column-count:10;column-count:10;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}#lyqbox .content-wrapper .content .video-container,.video-16-9{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}#lyqbox .content-wrapper .content .video-container embed,#lyqbox .content-wrapper .content .video-container iframe,#lyqbox .content-wrapper .content .video-container object,#lyqbox .content-wrapper .content .video-container video,.video-16-9 embed,.video-16-9 iframe,.video-16-9 object,.video-16-9 video{height:100%;left:0;position:absolute;top:0;width:100%}.video-4-3{height:0;overflow:hidden;padding-bottom:75%;position:relative}.video-4-3 embed,.video-4-3 iframe,.video-4-3 object,.video-4-3 video{height:100%;left:0;position:absolute;top:0;width:100%}#lyqbox .close:before,#lyqbox .next:before,#lyqbox .prev:before,#lyqbox .zoom-in:before,#lyqbox .zoom-out:before,.icon-lg:before,.icon-xl:before,.icon:before{speak:none;font-size:1.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-lg:before{font-size:3rem}#lyqbox .close:before,#lyqbox .next:before,#lyqbox .prev:before,#lyqbox .zoom-in:before,#lyqbox .zoom-out:before,.icon-xl:before{font-size:6rem}.rotate-0{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.rotate-15{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}.rotate-30{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.rotate-45{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.rotate-60{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.rotate-75{-webkit-transform:rotate(75deg);-ms-transform:rotate(75deg);transform:rotate(75deg)}.rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.rotate-105{-webkit-transform:rotate(105deg);-ms-transform:rotate(105deg);transform:rotate(105deg)}.rotate-120{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.rotate-135{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.rotate-150{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.rotate-165{-webkit-transform:rotate(165deg);-ms-transform:rotate(165deg);transform:rotate(165deg)}.rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.rotate-195{-webkit-transform:rotate(195deg);-ms-transform:rotate(195deg);transform:rotate(195deg)}.rotate-210{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.rotate-225{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.rotate-240{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.rotate-255{-webkit-transform:rotate(255deg);-ms-transform:rotate(255deg);transform:rotate(255deg)}.rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.rotate-285{-webkit-transform:rotate(285deg);-ms-transform:rotate(285deg);transform:rotate(285deg)}.rotate-300{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.rotate-315{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.rotate-330{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.rotate-345{-webkit-transform:rotate(345deg);-ms-transform:rotate(345deg);transform:rotate(345deg)}.rotate-360{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn)}.rotate-0-hover:hover{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.rotate-15-hover:hover{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}.rotate-30-hover:hover{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.rotate-45-hover:hover{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.rotate-60-hover:hover{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.rotate-75-hover:hover{-webkit-transform:rotate(75deg);-ms-transform:rotate(75deg);transform:rotate(75deg)}.rotate-90-hover:hover{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.rotate-105-hover:hover{-webkit-transform:rotate(105deg);-ms-transform:rotate(105deg);transform:rotate(105deg)}.rotate-120-hover:hover{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.rotate-135-hover:hover{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.rotate-150-hover:hover{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.rotate-165-hover:hover{-webkit-transform:rotate(165deg);-ms-transform:rotate(165deg);transform:rotate(165deg)}.rotate-180-hover:hover{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.rotate-195-hover:hover{-webkit-transform:rotate(195deg);-ms-transform:rotate(195deg);transform:rotate(195deg)}.rotate-210-hover:hover{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.rotate-225-hover:hover{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.rotate-240-hover:hover{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.rotate-255-hover:hover{-webkit-transform:rotate(255deg);-ms-transform:rotate(255deg);transform:rotate(255deg)}.rotate-270-hover:hover{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.rotate-285-hover:hover{-webkit-transform:rotate(285deg);-ms-transform:rotate(285deg);transform:rotate(285deg)}.rotate-300-hover:hover{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.rotate-315-hover:hover{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.rotate-330-hover:hover{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.rotate-345-hover:hover{-webkit-transform:rotate(345deg);-ms-transform:rotate(345deg);transform:rotate(345deg)}.rotate-360-hover:hover{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn)}.scale-0{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.scale-5{-webkit-transform:scale(.05);-ms-transform:scale(.05);transform:scale(.05)}.scale-10{-webkit-transform:scale(.1);-ms-transform:scale(.1);transform:scale(.1)}.scale-15{-webkit-transform:scale(.15);-ms-transform:scale(.15);transform:scale(.15)}.scale-20{-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2)}.scale-25{-webkit-transform:scale(.25);-ms-transform:scale(.25);transform:scale(.25)}.scale-30{-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}.scale-35{-webkit-transform:scale(.35);-ms-transform:scale(.35);transform:scale(.35)}.scale-40{-webkit-transform:scale(.4);-ms-transform:scale(.4);transform:scale(.4)}.scale-45{-webkit-transform:scale(.45);-ms-transform:scale(.45);transform:scale(.45)}.scale-50{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.scale-55{-webkit-transform:scale(.55);-ms-transform:scale(.55);transform:scale(.55)}.scale-60{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.scale-65{-webkit-transform:scale(.65);-ms-transform:scale(.65);transform:scale(.65)}.scale-70{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.scale-75{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.scale-80{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.scale-85{-webkit-transform:scale(.85);-ms-transform:scale(.85);transform:scale(.85)}.scale-90{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.scale-95{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.scale-100{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.scale-105{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.scale-110{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.scale-115{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.scale-120{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.scale-125{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.scale-130{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.scale-135{-webkit-transform:scale(1.35);-ms-transform:scale(1.35);transform:scale(1.35)}.scale-140{-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}.scale-145{-webkit-transform:scale(1.45);-ms-transform:scale(1.45);transform:scale(1.45)}.scale-150{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.scale-155{-webkit-transform:scale(1.55);-ms-transform:scale(1.55);transform:scale(1.55)}.scale-160{-webkit-transform:scale(1.6);-ms-transform:scale(1.6);transform:scale(1.6)}.scale-165{-webkit-transform:scale(1.65);-ms-transform:scale(1.65);transform:scale(1.65)}.scale-170{-webkit-transform:scale(1.7);-ms-transform:scale(1.7);transform:scale(1.7)}.scale-175{-webkit-transform:scale(1.75);-ms-transform:scale(1.75);transform:scale(1.75)}.scale-180{-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8)}.scale-185{-webkit-transform:scale(1.85);-ms-transform:scale(1.85);transform:scale(1.85)}.scale-190{-webkit-transform:scale(1.9);-ms-transform:scale(1.9);transform:scale(1.9)}.scale-195{-webkit-transform:scale(1.95);-ms-transform:scale(1.95);transform:scale(1.95)}.scale-200{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.scale-0-hover:hover{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.scale-5-hover:hover{-webkit-transform:scale(.05);-ms-transform:scale(.05);transform:scale(.05)}.scale-10-hover:hover{-webkit-transform:scale(.1);-ms-transform:scale(.1);transform:scale(.1)}.scale-15-hover:hover{-webkit-transform:scale(.15);-ms-transform:scale(.15);transform:scale(.15)}.scale-20-hover:hover{-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2)}.scale-25-hover:hover{-webkit-transform:scale(.25);-ms-transform:scale(.25);transform:scale(.25)}.scale-30-hover:hover{-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}.scale-35-hover:hover{-webkit-transform:scale(.35);-ms-transform:scale(.35);transform:scale(.35)}.scale-40-hover:hover{-webkit-transform:scale(.4);-ms-transform:scale(.4);transform:scale(.4)}.scale-45-hover:hover{-webkit-transform:scale(.45);-ms-transform:scale(.45);transform:scale(.45)}.scale-50-hover:hover{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.scale-55-hover:hover{-webkit-transform:scale(.55);-ms-transform:scale(.55);transform:scale(.55)}.scale-60-hover:hover{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.scale-65-hover:hover{-webkit-transform:scale(.65);-ms-transform:scale(.65);transform:scale(.65)}.scale-70-hover:hover{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.scale-75-hover:hover{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.scale-80-hover:hover{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.scale-85-hover:hover{-webkit-transform:scale(.85);-ms-transform:scale(.85);transform:scale(.85)}.scale-90-hover:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.scale-95-hover:hover{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.scale-100-hover:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.scale-105-hover:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.scale-110-hover:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.scale-115-hover:hover{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.scale-120-hover:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.scale-125-hover:hover{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.scale-130-hover:hover{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.scale-135-hover:hover{-webkit-transform:scale(1.35);-ms-transform:scale(1.35);transform:scale(1.35)}.scale-140-hover:hover{-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}.scale-145-hover:hover{-webkit-transform:scale(1.45);-ms-transform:scale(1.45);transform:scale(1.45)}.scale-150-hover:hover{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.scale-155-hover:hover{-webkit-transform:scale(1.55);-ms-transform:scale(1.55);transform:scale(1.55)}.scale-160-hover:hover{-webkit-transform:scale(1.6);-ms-transform:scale(1.6);transform:scale(1.6)}.scale-165-hover:hover{-webkit-transform:scale(1.65);-ms-transform:scale(1.65);transform:scale(1.65)}.scale-170-hover:hover{-webkit-transform:scale(1.7);-ms-transform:scale(1.7);transform:scale(1.7)}.scale-175-hover:hover{-webkit-transform:scale(1.75);-ms-transform:scale(1.75);transform:scale(1.75)}.scale-180-hover:hover{-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8)}.scale-185-hover:hover{-webkit-transform:scale(1.85);-ms-transform:scale(1.85);transform:scale(1.85)}.scale-190-hover:hover{-webkit-transform:scale(1.9);-ms-transform:scale(1.9);transform:scale(1.9)}.scale-195-hover:hover{-webkit-transform:scale(1.95);-ms-transform:scale(1.95);transform:scale(1.95)}.scale-200-hover:hover{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.brightness-0{-webkit-filter:brightness(0);filter:brightness(0)}.brightness-5{-webkit-filter:brightness(5%);filter:brightness(5%)}.brightness-10{-webkit-filter:brightness(10%);filter:brightness(10%)}.brightness-15{-webkit-filter:brightness(15%);filter:brightness(15%)}.brightness-20{-webkit-filter:brightness(20%);filter:brightness(20%)}.brightness-25{-webkit-filter:brightness(25%);filter:brightness(25%)}.brightness-30{-webkit-filter:brightness(30%);filter:brightness(30%)}.brightness-35{-webkit-filter:brightness(35%);filter:brightness(35%)}.brightness-40{-webkit-filter:brightness(40%);filter:brightness(40%)}.brightness-45{-webkit-filter:brightness(45%);filter:brightness(45%)}.brightness-50{-webkit-filter:brightness(50%);filter:brightness(50%)}.brightness-55{-webkit-filter:brightness(55%);filter:brightness(55%)}.brightness-60{-webkit-filter:brightness(60%);filter:brightness(60%)}.brightness-65{-webkit-filter:brightness(65%);filter:brightness(65%)}.brightness-70{-webkit-filter:brightness(70%);filter:brightness(70%)}.brightness-75{-webkit-filter:brightness(75%);filter:brightness(75%)}.brightness-80{-webkit-filter:brightness(80%);filter:brightness(80%)}.brightness-85{-webkit-filter:brightness(85%);filter:brightness(85%)}.brightness-90{-webkit-filter:brightness(90%);filter:brightness(90%)}.brightness-95{-webkit-filter:brightness(95%);filter:brightness(95%)}.brightness-100{-webkit-filter:brightness(100%);filter:brightness(100%)}.brightness-0-hover:hover{-webkit-filter:brightness(0);filter:brightness(0)}.brightness-5-hover:hover{-webkit-filter:brightness(5%);filter:brightness(5%)}.brightness-10-hover:hover{-webkit-filter:brightness(10%);filter:brightness(10%)}.brightness-15-hover:hover{-webkit-filter:brightness(15%);filter:brightness(15%)}.brightness-20-hover:hover{-webkit-filter:brightness(20%);filter:brightness(20%)}.brightness-25-hover:hover{-webkit-filter:brightness(25%);filter:brightness(25%)}.brightness-30-hover:hover{-webkit-filter:brightness(30%);filter:brightness(30%)}.brightness-35-hover:hover{-webkit-filter:brightness(35%);filter:brightness(35%)}.brightness-40-hover:hover{-webkit-filter:brightness(40%);filter:brightness(40%)}.brightness-45-hover:hover{-webkit-filter:brightness(45%);filter:brightness(45%)}.brightness-50-hover:hover{-webkit-filter:brightness(50%);filter:brightness(50%)}.brightness-55-hover:hover{-webkit-filter:brightness(55%);filter:brightness(55%)}.brightness-60-hover:hover{-webkit-filter:brightness(60%);filter:brightness(60%)}.brightness-65-hover:hover{-webkit-filter:brightness(65%);filter:brightness(65%)}.brightness-70-hover:hover{-webkit-filter:brightness(70%);filter:brightness(70%)}.brightness-75-hover:hover{-webkit-filter:brightness(75%);filter:brightness(75%)}.brightness-80-hover:hover{-webkit-filter:brightness(80%);filter:brightness(80%)}.brightness-85-hover:hover{-webkit-filter:brightness(85%);filter:brightness(85%)}.brightness-90-hover:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.brightness-95-hover:hover{-webkit-filter:brightness(95%);filter:brightness(95%)}.brightness-100-hover:hover{-webkit-filter:brightness(100%);filter:brightness(100%)}.contrast-0{-webkit-filter:contrast(0);filter:contrast(0)}.contrast-5{-webkit-filter:contrast(5%);filter:contrast(5%)}.contrast-10{-webkit-filter:contrast(10%);filter:contrast(10%)}.contrast-15{-webkit-filter:contrast(15%);filter:contrast(15%)}.contrast-20{-webkit-filter:contrast(20%);filter:contrast(20%)}.contrast-25{-webkit-filter:contrast(25%);filter:contrast(25%)}.contrast-30{-webkit-filter:contrast(30%);filter:contrast(30%)}.contrast-35{-webkit-filter:contrast(35%);filter:contrast(35%)}.contrast-40{-webkit-filter:contrast(40%);filter:contrast(40%)}.contrast-45{-webkit-filter:contrast(45%);filter:contrast(45%)}.contrast-50{-webkit-filter:contrast(50%);filter:contrast(50%)}.contrast-55{-webkit-filter:contrast(55%);filter:contrast(55%)}.contrast-60{-webkit-filter:contrast(60%);filter:contrast(60%)}.contrast-65{-webkit-filter:contrast(65%);filter:contrast(65%)}.contrast-70{-webkit-filter:contrast(70%);filter:contrast(70%)}.contrast-75{-webkit-filter:contrast(75%);filter:contrast(75%)}.contrast-80{-webkit-filter:contrast(80%);filter:contrast(80%)}.contrast-85{-webkit-filter:contrast(85%);filter:contrast(85%)}.contrast-90{-webkit-filter:contrast(90%);filter:contrast(90%)}.contrast-95{-webkit-filter:contrast(95%);filter:contrast(95%)}.contrast-100{-webkit-filter:contrast(100%);filter:contrast(100%)}.contrast-0-hover:hover{-webkit-filter:contrast(0);filter:contrast(0)}.contrast-5-hover:hover{-webkit-filter:contrast(5%);filter:contrast(5%)}.contrast-10-hover:hover{-webkit-filter:contrast(10%);filter:contrast(10%)}.contrast-15-hover:hover{-webkit-filter:contrast(15%);filter:contrast(15%)}.contrast-20-hover:hover{-webkit-filter:contrast(20%);filter:contrast(20%)}.contrast-25-hover:hover{-webkit-filter:contrast(25%);filter:contrast(25%)}.contrast-30-hover:hover{-webkit-filter:contrast(30%);filter:contrast(30%)}.contrast-35-hover:hover{-webkit-filter:contrast(35%);filter:contrast(35%)}.contrast-40-hover:hover{-webkit-filter:contrast(40%);filter:contrast(40%)}.contrast-45-hover:hover{-webkit-filter:contrast(45%);filter:contrast(45%)}.contrast-50-hover:hover{-webkit-filter:contrast(50%);filter:contrast(50%)}.contrast-55-hover:hover{-webkit-filter:contrast(55%);filter:contrast(55%)}.contrast-60-hover:hover{-webkit-filter:contrast(60%);filter:contrast(60%)}.contrast-65-hover:hover{-webkit-filter:contrast(65%);filter:contrast(65%)}.contrast-70-hover:hover{-webkit-filter:contrast(70%);filter:contrast(70%)}.contrast-75-hover:hover{-webkit-filter:contrast(75%);filter:contrast(75%)}.contrast-80-hover:hover{-webkit-filter:contrast(80%);filter:contrast(80%)}.contrast-85-hover:hover{-webkit-filter:contrast(85%);filter:contrast(85%)}.contrast-90-hover:hover{-webkit-filter:contrast(90%);filter:contrast(90%)}.contrast-95-hover:hover{-webkit-filter:contrast(95%);filter:contrast(95%)}.contrast-100-hover:hover{-webkit-filter:contrast(100%);filter:contrast(100%)}.grayscale-0{-webkit-filter:grayscale(0);filter:grayscale(0)}.grayscale-5{-webkit-filter:grayscale(5%);filter:grayscale(5%)}.grayscale-10{-webkit-filter:grayscale(10%);filter:grayscale(10%)}.grayscale-15{-webkit-filter:grayscale(15%);filter:grayscale(15%)}.grayscale-20{-webkit-filter:grayscale(20%);filter:grayscale(20%)}.grayscale-25{-webkit-filter:grayscale(25%);filter:grayscale(25%)}.grayscale-30{-webkit-filter:grayscale(30%);filter:grayscale(30%)}.grayscale-35{-webkit-filter:grayscale(35%);filter:grayscale(35%)}.grayscale-40{-webkit-filter:grayscale(40%);filter:grayscale(40%)}.grayscale-45{-webkit-filter:grayscale(45%);filter:grayscale(45%)}.grayscale-50{-webkit-filter:grayscale(50%);filter:grayscale(50%)}.grayscale-55{-webkit-filter:grayscale(55%);filter:grayscale(55%)}.grayscale-60{-webkit-filter:grayscale(60%);filter:grayscale(60%)}.grayscale-65{-webkit-filter:grayscale(65%);filter:grayscale(65%)}.grayscale-70{-webkit-filter:grayscale(70%);filter:grayscale(70%)}.grayscale-75{-webkit-filter:grayscale(75%);filter:grayscale(75%)}.grayscale-80{-webkit-filter:grayscale(80%);filter:grayscale(80%)}.grayscale-85{-webkit-filter:grayscale(85%);filter:grayscale(85%)}.grayscale-90{-webkit-filter:grayscale(90%);filter:grayscale(90%)}.grayscale-95{-webkit-filter:grayscale(95%);filter:grayscale(95%)}.grayscale-100{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.grayscale-0-hover:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}.grayscale-5-hover:hover{-webkit-filter:grayscale(5%);filter:grayscale(5%)}.grayscale-10-hover:hover{-webkit-filter:grayscale(10%);filter:grayscale(10%)}.grayscale-15-hover:hover{-webkit-filter:grayscale(15%);filter:grayscale(15%)}.grayscale-20-hover:hover{-webkit-filter:grayscale(20%);filter:grayscale(20%)}.grayscale-25-hover:hover{-webkit-filter:grayscale(25%);filter:grayscale(25%)}.grayscale-30-hover:hover{-webkit-filter:grayscale(30%);filter:grayscale(30%)}.grayscale-35-hover:hover{-webkit-filter:grayscale(35%);filter:grayscale(35%)}.grayscale-40-hover:hover{-webkit-filter:grayscale(40%);filter:grayscale(40%)}.grayscale-45-hover:hover{-webkit-filter:grayscale(45%);filter:grayscale(45%)}.grayscale-50-hover:hover{-webkit-filter:grayscale(50%);filter:grayscale(50%)}.grayscale-55-hover:hover{-webkit-filter:grayscale(55%);filter:grayscale(55%)}.grayscale-60-hover:hover{-webkit-filter:grayscale(60%);filter:grayscale(60%)}.grayscale-65-hover:hover{-webkit-filter:grayscale(65%);filter:grayscale(65%)}.grayscale-70-hover:hover{-webkit-filter:grayscale(70%);filter:grayscale(70%)}.grayscale-75-hover:hover{-webkit-filter:grayscale(75%);filter:grayscale(75%)}.grayscale-80-hover:hover{-webkit-filter:grayscale(80%);filter:grayscale(80%)}.grayscale-85-hover:hover{-webkit-filter:grayscale(85%);filter:grayscale(85%)}.grayscale-90-hover:hover{-webkit-filter:grayscale(90%);filter:grayscale(90%)}.grayscale-95-hover:hover{-webkit-filter:grayscale(95%);filter:grayscale(95%)}.grayscale-100-hover:hover{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.invert-0{-webkit-filter:invert(0);filter:invert(0)}.invert-5{-webkit-filter:invert(5%);filter:invert(5%)}.invert-10{-webkit-filter:invert(10%);filter:invert(10%)}.invert-15{-webkit-filter:invert(15%);filter:invert(15%)}.invert-20{-webkit-filter:invert(20%);filter:invert(20%)}.invert-25{-webkit-filter:invert(25%);filter:invert(25%)}.invert-30{-webkit-filter:invert(30%);filter:invert(30%)}.invert-35{-webkit-filter:invert(35%);filter:invert(35%)}.invert-40{-webkit-filter:invert(40%);filter:invert(40%)}.invert-45{-webkit-filter:invert(45%);filter:invert(45%)}.invert-50{-webkit-filter:invert(50%);filter:invert(50%)}.invert-55{-webkit-filter:invert(55%);filter:invert(55%)}.invert-60{-webkit-filter:invert(60%);filter:invert(60%)}.invert-65{-webkit-filter:invert(65%);filter:invert(65%)}.invert-70{-webkit-filter:invert(70%);filter:invert(70%)}.invert-75{-webkit-filter:invert(75%);filter:invert(75%)}.invert-80{-webkit-filter:invert(80%);filter:invert(80%)}.invert-85{-webkit-filter:invert(85%);filter:invert(85%)}.invert-90{-webkit-filter:invert(90%);filter:invert(90%)}.invert-95{-webkit-filter:invert(95%);filter:invert(95%)}.invert-100{-webkit-filter:invert(100%);filter:invert(100%)}.invert-0-hover:hover{-webkit-filter:invert(0);filter:invert(0)}.invert-5-hover:hover{-webkit-filter:invert(5%);filter:invert(5%)}.invert-10-hover:hover{-webkit-filter:invert(10%);filter:invert(10%)}.invert-15-hover:hover{-webkit-filter:invert(15%);filter:invert(15%)}.invert-20-hover:hover{-webkit-filter:invert(20%);filter:invert(20%)}.invert-25-hover:hover{-webkit-filter:invert(25%);filter:invert(25%)}.invert-30-hover:hover{-webkit-filter:invert(30%);filter:invert(30%)}.invert-35-hover:hover{-webkit-filter:invert(35%);filter:invert(35%)}.invert-40-hover:hover{-webkit-filter:invert(40%);filter:invert(40%)}.invert-45-hover:hover{-webkit-filter:invert(45%);filter:invert(45%)}.invert-50-hover:hover{-webkit-filter:invert(50%);filter:invert(50%)}.invert-55-hover:hover{-webkit-filter:invert(55%);filter:invert(55%)}.invert-60-hover:hover{-webkit-filter:invert(60%);filter:invert(60%)}.invert-65-hover:hover{-webkit-filter:invert(65%);filter:invert(65%)}.invert-70-hover:hover{-webkit-filter:invert(70%);filter:invert(70%)}.invert-75-hover:hover{-webkit-filter:invert(75%);filter:invert(75%)}.invert-80-hover:hover{-webkit-filter:invert(80%);filter:invert(80%)}.invert-85-hover:hover{-webkit-filter:invert(85%);filter:invert(85%)}.invert-90-hover:hover{-webkit-filter:invert(90%);filter:invert(90%)}.invert-95-hover:hover{-webkit-filter:invert(95%);filter:invert(95%)}.invert-100-hover:hover{-webkit-filter:invert(100%);filter:invert(100%)}.opacity-0{-webkit-filter:opacity(0);filter:opacity(0)}.opacity-5{-webkit-filter:opacity(5%);filter:opacity(5%)}.opacity-10{-webkit-filter:opacity(10%);filter:opacity(10%)}.opacity-15{-webkit-filter:opacity(15%);filter:opacity(15%)}.opacity-20{-webkit-filter:opacity(20%);filter:opacity(20%)}.opacity-25{-webkit-filter:opacity(25%);filter:opacity(25%)}.opacity-30{-webkit-filter:opacity(30%);filter:opacity(30%)}.opacity-35{-webkit-filter:opacity(35%);filter:opacity(35%)}.opacity-40{-webkit-filter:opacity(40%);filter:opacity(40%)}.opacity-45{-webkit-filter:opacity(45%);filter:opacity(45%)}.opacity-50{-webkit-filter:opacity(50%);filter:opacity(50%)}.opacity-55{-webkit-filter:opacity(55%);filter:opacity(55%)}.opacity-60{-webkit-filter:opacity(60%);filter:opacity(60%)}.opacity-65{-webkit-filter:opacity(65%);filter:opacity(65%)}.opacity-70{-webkit-filter:opacity(70%);filter:opacity(70%)}.opacity-75{-webkit-filter:opacity(75%);filter:opacity(75%)}.opacity-80{-webkit-filter:opacity(80%);filter:opacity(80%)}.opacity-85{-webkit-filter:opacity(85%);filter:opacity(85%)}.opacity-90{-webkit-filter:opacity(90%);filter:opacity(90%)}.opacity-95{-webkit-filter:opacity(95%);filter:opacity(95%)}.opacity-100{-webkit-filter:opacity(100%);filter:opacity(100%)}.opacity-0-hover:hover{-webkit-filter:opacity(0);filter:opacity(0)}.opacity-5-hover:hover{-webkit-filter:opacity(5%);filter:opacity(5%)}.opacity-10-hover:hover{-webkit-filter:opacity(10%);filter:opacity(10%)}.opacity-15-hover:hover{-webkit-filter:opacity(15%);filter:opacity(15%)}.opacity-20-hover:hover{-webkit-filter:opacity(20%);filter:opacity(20%)}.opacity-25-hover:hover{-webkit-filter:opacity(25%);filter:opacity(25%)}.opacity-30-hover:hover{-webkit-filter:opacity(30%);filter:opacity(30%)}.opacity-35-hover:hover{-webkit-filter:opacity(35%);filter:opacity(35%)}.opacity-40-hover:hover{-webkit-filter:opacity(40%);filter:opacity(40%)}.opacity-45-hover:hover{-webkit-filter:opacity(45%);filter:opacity(45%)}.opacity-50-hover:hover{-webkit-filter:opacity(50%);filter:opacity(50%)}.opacity-55-hover:hover{-webkit-filter:opacity(55%);filter:opacity(55%)}.opacity-60-hover:hover{-webkit-filter:opacity(60%);filter:opacity(60%)}.opacity-65-hover:hover{-webkit-filter:opacity(65%);filter:opacity(65%)}.opacity-70-hover:hover{-webkit-filter:opacity(70%);filter:opacity(70%)}.opacity-75-hover:hover{-webkit-filter:opacity(75%);filter:opacity(75%)}.opacity-80-hover:hover{-webkit-filter:opacity(80%);filter:opacity(80%)}.opacity-85-hover:hover{-webkit-filter:opacity(85%);filter:opacity(85%)}.opacity-90-hover:hover{-webkit-filter:opacity(90%);filter:opacity(90%)}.opacity-95-hover:hover{-webkit-filter:opacity(95%);filter:opacity(95%)}.opacity-100-hover:hover{-webkit-filter:opacity(100%);filter:opacity(100%)}.sepia-0{-webkit-filter:sepia(0);filter:sepia(0)}.sepia-5{-webkit-filter:sepia(5%);filter:sepia(5%)}.sepia-10{-webkit-filter:sepia(10%);filter:sepia(10%)}.sepia-15{-webkit-filter:sepia(15%);filter:sepia(15%)}.sepia-20{-webkit-filter:sepia(20%);filter:sepia(20%)}.sepia-25{-webkit-filter:sepia(25%);filter:sepia(25%)}.sepia-30{-webkit-filter:sepia(30%);filter:sepia(30%)}.sepia-35{-webkit-filter:sepia(35%);filter:sepia(35%)}.sepia-40{-webkit-filter:sepia(40%);filter:sepia(40%)}.sepia-45{-webkit-filter:sepia(45%);filter:sepia(45%)}.sepia-50{-webkit-filter:sepia(50%);filter:sepia(50%)}.sepia-55{-webkit-filter:sepia(55%);filter:sepia(55%)}.sepia-60{-webkit-filter:sepia(60%);filter:sepia(60%)}.sepia-65{-webkit-filter:sepia(65%);filter:sepia(65%)}.sepia-70{-webkit-filter:sepia(70%);filter:sepia(70%)}.sepia-75{-webkit-filter:sepia(75%);filter:sepia(75%)}.sepia-80{-webkit-filter:sepia(80%);filter:sepia(80%)}.sepia-85{-webkit-filter:sepia(85%);filter:sepia(85%)}.sepia-90{-webkit-filter:sepia(90%);filter:sepia(90%)}.sepia-95{-webkit-filter:sepia(95%);filter:sepia(95%)}.sepia-100{-webkit-filter:sepia(100%);filter:sepia(100%)}.sepia-0-hover:hover{-webkit-filter:sepia(0);filter:sepia(0)}.sepia-5-hover:hover{-webkit-filter:sepia(5%);filter:sepia(5%)}.sepia-10-hover:hover{-webkit-filter:sepia(10%);filter:sepia(10%)}.sepia-15-hover:hover{-webkit-filter:sepia(15%);filter:sepia(15%)}.sepia-20-hover:hover{-webkit-filter:sepia(20%);filter:sepia(20%)}.sepia-25-hover:hover{-webkit-filter:sepia(25%);filter:sepia(25%)}.sepia-30-hover:hover{-webkit-filter:sepia(30%);filter:sepia(30%)}.sepia-35-hover:hover{-webkit-filter:sepia(35%);filter:sepia(35%)}.sepia-40-hover:hover{-webkit-filter:sepia(40%);filter:sepia(40%)}.sepia-45-hover:hover{-webkit-filter:sepia(45%);filter:sepia(45%)}.sepia-50-hover:hover{-webkit-filter:sepia(50%);filter:sepia(50%)}.sepia-55-hover:hover{-webkit-filter:sepia(55%);filter:sepia(55%)}.sepia-60-hover:hover{-webkit-filter:sepia(60%);filter:sepia(60%)}.sepia-65-hover:hover{-webkit-filter:sepia(65%);filter:sepia(65%)}.sepia-70-hover:hover{-webkit-filter:sepia(70%);filter:sepia(70%)}.sepia-75-hover:hover{-webkit-filter:sepia(75%);filter:sepia(75%)}.sepia-80-hover:hover{-webkit-filter:sepia(80%);filter:sepia(80%)}.sepia-85-hover:hover{-webkit-filter:sepia(85%);filter:sepia(85%)}.sepia-90-hover:hover{-webkit-filter:sepia(90%);filter:sepia(90%)}.sepia-95-hover:hover{-webkit-filter:sepia(95%);filter:sepia(95%)}.sepia-100-hover:hover{-webkit-filter:sepia(100%);filter:sepia(100%)}.saturate-0{-webkit-filter:saturate(0);filter:saturate(0)}.saturate-5{-webkit-filter:saturate(5%);filter:saturate(5%)}.saturate-10{-webkit-filter:saturate(10%);filter:saturate(10%)}.saturate-15{-webkit-filter:saturate(15%);filter:saturate(15%)}.saturate-20{-webkit-filter:saturate(20%);filter:saturate(20%)}.saturate-25{-webkit-filter:saturate(25%);filter:saturate(25%)}.saturate-30{-webkit-filter:saturate(30%);filter:saturate(30%)}.saturate-35{-webkit-filter:saturate(35%);filter:saturate(35%)}.saturate-40{-webkit-filter:saturate(40%);filter:saturate(40%)}.saturate-45{-webkit-filter:saturate(45%);filter:saturate(45%)}.saturate-50{-webkit-filter:saturate(50%);filter:saturate(50%)}.saturate-55{-webkit-filter:saturate(55%);filter:saturate(55%)}.saturate-60{-webkit-filter:saturate(60%);filter:saturate(60%)}.saturate-65{-webkit-filter:saturate(65%);filter:saturate(65%)}.saturate-70{-webkit-filter:saturate(70%);filter:saturate(70%)}.saturate-75{-webkit-filter:saturate(75%);filter:saturate(75%)}.saturate-80{-webkit-filter:saturate(80%);filter:saturate(80%)}.saturate-85{-webkit-filter:saturate(85%);filter:saturate(85%)}.saturate-90{-webkit-filter:saturate(90%);filter:saturate(90%)}.saturate-95{-webkit-filter:saturate(95%);filter:saturate(95%)}.saturate-100{-webkit-filter:saturate(100%);filter:saturate(100%)}.saturate-105{-webkit-filter:saturate(105%);filter:saturate(105%)}.saturate-110{-webkit-filter:saturate(110%);filter:saturate(110%)}.saturate-115{-webkit-filter:saturate(115%);filter:saturate(115%)}.saturate-120{-webkit-filter:saturate(120%);filter:saturate(120%)}.saturate-125{-webkit-filter:saturate(125%);filter:saturate(125%)}.saturate-130{-webkit-filter:saturate(130%);filter:saturate(130%)}.saturate-135{-webkit-filter:saturate(135%);filter:saturate(135%)}.saturate-140{-webkit-filter:saturate(140%);filter:saturate(140%)}.saturate-145{-webkit-filter:saturate(145%);filter:saturate(145%)}.saturate-150{-webkit-filter:saturate(150%);filter:saturate(150%)}.saturate-155{-webkit-filter:saturate(155%);filter:saturate(155%)}.saturate-160{-webkit-filter:saturate(160%);filter:saturate(160%)}.saturate-165{-webkit-filter:saturate(165%);filter:saturate(165%)}.saturate-170{-webkit-filter:saturate(170%);filter:saturate(170%)}.saturate-175{-webkit-filter:saturate(175%);filter:saturate(175%)}.saturate-180{-webkit-filter:saturate(180%);filter:saturate(180%)}.saturate-185{-webkit-filter:saturate(185%);filter:saturate(185%)}.saturate-190{-webkit-filter:saturate(190%);filter:saturate(190%)}.saturate-195{-webkit-filter:saturate(195%);filter:saturate(195%)}.saturate-200{-webkit-filter:saturate(200%);filter:saturate(200%)}.saturate-0-hover:hover{-webkit-filter:saturate(0);filter:saturate(0)}.saturate-5-hover:hover{-webkit-filter:saturate(5%);filter:saturate(5%)}.saturate-10-hover:hover{-webkit-filter:saturate(10%);filter:saturate(10%)}.saturate-15-hover:hover{-webkit-filter:saturate(15%);filter:saturate(15%)}.saturate-20-hover:hover{-webkit-filter:saturate(20%);filter:saturate(20%)}.saturate-25-hover:hover{-webkit-filter:saturate(25%);filter:saturate(25%)}.saturate-30-hover:hover{-webkit-filter:saturate(30%);filter:saturate(30%)}.saturate-35-hover:hover{-webkit-filter:saturate(35%);filter:saturate(35%)}.saturate-40-hover:hover{-webkit-filter:saturate(40%);filter:saturate(40%)}.saturate-45-hover:hover{-webkit-filter:saturate(45%);filter:saturate(45%)}.saturate-50-hover:hover{-webkit-filter:saturate(50%);filter:saturate(50%)}.saturate-55-hover:hover{-webkit-filter:saturate(55%);filter:saturate(55%)}.saturate-60-hover:hover{-webkit-filter:saturate(60%);filter:saturate(60%)}.saturate-65-hover:hover{-webkit-filter:saturate(65%);filter:saturate(65%)}.saturate-70-hover:hover{-webkit-filter:saturate(70%);filter:saturate(70%)}.saturate-75-hover:hover{-webkit-filter:saturate(75%);filter:saturate(75%)}.saturate-80-hover:hover{-webkit-filter:saturate(80%);filter:saturate(80%)}.saturate-85-hover:hover{-webkit-filter:saturate(85%);filter:saturate(85%)}.saturate-90-hover:hover{-webkit-filter:saturate(90%);filter:saturate(90%)}.saturate-95-hover:hover{-webkit-filter:saturate(95%);filter:saturate(95%)}.saturate-100-hover:hover{-webkit-filter:saturate(100%);filter:saturate(100%)}.saturate-105-hover:hover{-webkit-filter:saturate(105%);filter:saturate(105%)}.saturate-110-hover:hover{-webkit-filter:saturate(110%);filter:saturate(110%)}.saturate-115-hover:hover{-webkit-filter:saturate(115%);filter:saturate(115%)}.saturate-120-hover:hover{-webkit-filter:saturate(120%);filter:saturate(120%)}.saturate-125-hover:hover{-webkit-filter:saturate(125%);filter:saturate(125%)}.saturate-130-hover:hover{-webkit-filter:saturate(130%);filter:saturate(130%)}.saturate-135-hover:hover{-webkit-filter:saturate(135%);filter:saturate(135%)}.saturate-140-hover:hover{-webkit-filter:saturate(140%);filter:saturate(140%)}.saturate-145-hover:hover{-webkit-filter:saturate(145%);filter:saturate(145%)}.saturate-150-hover:hover{-webkit-filter:saturate(150%);filter:saturate(150%)}.saturate-155-hover:hover{-webkit-filter:saturate(155%);filter:saturate(155%)}.saturate-160-hover:hover{-webkit-filter:saturate(160%);filter:saturate(160%)}.saturate-165-hover:hover{-webkit-filter:saturate(165%);filter:saturate(165%)}.saturate-170-hover:hover{-webkit-filter:saturate(170%);filter:saturate(170%)}.saturate-175-hover:hover{-webkit-filter:saturate(175%);filter:saturate(175%)}.saturate-180-hover:hover{-webkit-filter:saturate(180%);filter:saturate(180%)}.saturate-185-hover:hover{-webkit-filter:saturate(185%);filter:saturate(185%)}.saturate-190-hover:hover{-webkit-filter:saturate(190%);filter:saturate(190%)}.saturate-195-hover:hover{-webkit-filter:saturate(195%);filter:saturate(195%)}.saturate-200-hover:hover{-webkit-filter:saturate(200%);filter:saturate(200%)}.hue-rotate-0{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}.hue-rotate-15{-webkit-filter:hue-rotate(15deg);filter:hue-rotate(15deg)}.hue-rotate-30{-webkit-filter:hue-rotate(30deg);filter:hue-rotate(30deg)}.hue-rotate-45{-webkit-filter:hue-rotate(45deg);filter:hue-rotate(45deg)}.hue-rotate-60{-webkit-filter:hue-rotate(60deg);filter:hue-rotate(60deg)}.hue-rotate-75{-webkit-filter:hue-rotate(75deg);filter:hue-rotate(75deg)}.hue-rotate-90{-webkit-filter:hue-rotate(90deg);filter:hue-rotate(90deg)}.hue-rotate-105{-webkit-filter:hue-rotate(105deg);filter:hue-rotate(105deg)}.hue-rotate-120{-webkit-filter:hue-rotate(120deg);filter:hue-rotate(120deg)}.hue-rotate-135{-webkit-filter:hue-rotate(135deg);filter:hue-rotate(135deg)}.hue-rotate-150{-webkit-filter:hue-rotate(150deg);filter:hue-rotate(150deg)}.hue-rotate-165{-webkit-filter:hue-rotate(165deg);filter:hue-rotate(165deg)}.hue-rotate-180{-webkit-filter:hue-rotate(180deg);filter:hue-rotate(180deg)}.hue-rotate-195{-webkit-filter:hue-rotate(195deg);filter:hue-rotate(195deg)}.hue-rotate-210{-webkit-filter:hue-rotate(210deg);filter:hue-rotate(210deg)}.hue-rotate-225{-webkit-filter:hue-rotate(225deg);filter:hue-rotate(225deg)}.hue-rotate-240{-webkit-filter:hue-rotate(240deg);filter:hue-rotate(240deg)}.hue-rotate-255{-webkit-filter:hue-rotate(255deg);filter:hue-rotate(255deg)}.hue-rotate-270{-webkit-filter:hue-rotate(270deg);filter:hue-rotate(270deg)}.hue-rotate-285{-webkit-filter:hue-rotate(285deg);filter:hue-rotate(285deg)}.hue-rotate-300{-webkit-filter:hue-rotate(300deg);filter:hue-rotate(300deg)}.hue-rotate-315{-webkit-filter:hue-rotate(315deg);filter:hue-rotate(315deg)}.hue-rotate-330{-webkit-filter:hue-rotate(330deg);filter:hue-rotate(330deg)}.hue-rotate-345{-webkit-filter:hue-rotate(345deg);filter:hue-rotate(345deg)}.hue-rotate-360{-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn)}.hue-rotate-0-hover:hover{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}.hue-rotate-15-hover:hover{-webkit-filter:hue-rotate(15deg);filter:hue-rotate(15deg)}.hue-rotate-30-hover:hover{-webkit-filter:hue-rotate(30deg);filter:hue-rotate(30deg)}.hue-rotate-45-hover:hover{-webkit-filter:hue-rotate(45deg);filter:hue-rotate(45deg)}.hue-rotate-60-hover:hover{-webkit-filter:hue-rotate(60deg);filter:hue-rotate(60deg)}.hue-rotate-75-hover:hover{-webkit-filter:hue-rotate(75deg);filter:hue-rotate(75deg)}.hue-rotate-90-hover:hover{-webkit-filter:hue-rotate(90deg);filter:hue-rotate(90deg)}.hue-rotate-105-hover:hover{-webkit-filter:hue-rotate(105deg);filter:hue-rotate(105deg)}.hue-rotate-120-hover:hover{-webkit-filter:hue-rotate(120deg);filter:hue-rotate(120deg)}.hue-rotate-135-hover:hover{-webkit-filter:hue-rotate(135deg);filter:hue-rotate(135deg)}.hue-rotate-150-hover:hover{-webkit-filter:hue-rotate(150deg);filter:hue-rotate(150deg)}.hue-rotate-165-hover:hover{-webkit-filter:hue-rotate(165deg);filter:hue-rotate(165deg)}.hue-rotate-180-hover:hover{-webkit-filter:hue-rotate(180deg);filter:hue-rotate(180deg)}.hue-rotate-195-hover:hover{-webkit-filter:hue-rotate(195deg);filter:hue-rotate(195deg)}.hue-rotate-210-hover:hover{-webkit-filter:hue-rotate(210deg);filter:hue-rotate(210deg)}.hue-rotate-225-hover:hover{-webkit-filter:hue-rotate(225deg);filter:hue-rotate(225deg)}.hue-rotate-240-hover:hover{-webkit-filter:hue-rotate(240deg);filter:hue-rotate(240deg)}.hue-rotate-255-hover:hover{-webkit-filter:hue-rotate(255deg);filter:hue-rotate(255deg)}.hue-rotate-270-hover:hover{-webkit-filter:hue-rotate(270deg);filter:hue-rotate(270deg)}.hue-rotate-285-hover:hover{-webkit-filter:hue-rotate(285deg);filter:hue-rotate(285deg)}.hue-rotate-300-hover:hover{-webkit-filter:hue-rotate(300deg);filter:hue-rotate(300deg)}.hue-rotate-315-hover:hover{-webkit-filter:hue-rotate(315deg);filter:hue-rotate(315deg)}.hue-rotate-330-hover:hover{-webkit-filter:hue-rotate(330deg);filter:hue-rotate(330deg)}.hue-rotate-345-hover:hover{-webkit-filter:hue-rotate(345deg);filter:hue-rotate(345deg)}.hue-rotate-360-hover:hover{-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn)}.duotone-0{-webkit-filter:sepia(100%) hue-rotate(0deg);filter:sepia(100%) hue-rotate(0deg)}.duotone-15{-webkit-filter:sepia(100%) hue-rotate(15deg);filter:sepia(100%) hue-rotate(15deg)}.duotone-30{-webkit-filter:sepia(100%) hue-rotate(30deg);filter:sepia(100%) hue-rotate(30deg)}.duotone-45{-webkit-filter:sepia(100%) hue-rotate(45deg);filter:sepia(100%) hue-rotate(45deg)}.duotone-60{-webkit-filter:sepia(100%) hue-rotate(60deg);filter:sepia(100%) hue-rotate(60deg)}.duotone-75{-webkit-filter:sepia(100%) hue-rotate(75deg);filter:sepia(100%) hue-rotate(75deg)}.duotone-90{-webkit-filter:sepia(100%) hue-rotate(90deg);filter:sepia(100%) hue-rotate(90deg)}.duotone-105{-webkit-filter:sepia(100%) hue-rotate(105deg);filter:sepia(100%) hue-rotate(105deg)}.duotone-120{-webkit-filter:sepia(100%) hue-rotate(120deg);filter:sepia(100%) hue-rotate(120deg)}.duotone-135{-webkit-filter:sepia(100%) hue-rotate(135deg);filter:sepia(100%) hue-rotate(135deg)}.duotone-150{-webkit-filter:sepia(100%) hue-rotate(150deg);filter:sepia(100%) hue-rotate(150deg)}.duotone-165{-webkit-filter:sepia(100%) hue-rotate(165deg);filter:sepia(100%) hue-rotate(165deg)}.duotone-180{-webkit-filter:sepia(100%) hue-rotate(180deg);filter:sepia(100%) hue-rotate(180deg)}.duotone-195{-webkit-filter:sepia(100%) hue-rotate(195deg);filter:sepia(100%) hue-rotate(195deg)}.duotone-210{-webkit-filter:sepia(100%) hue-rotate(210deg);filter:sepia(100%) hue-rotate(210deg)}.duotone-225{-webkit-filter:sepia(100%) hue-rotate(225deg);filter:sepia(100%) hue-rotate(225deg)}.duotone-240{-webkit-filter:sepia(100%) hue-rotate(240deg);filter:sepia(100%) hue-rotate(240deg)}.duotone-255{-webkit-filter:sepia(100%) hue-rotate(255deg);filter:sepia(100%) hue-rotate(255deg)}.duotone-270{-webkit-filter:sepia(100%) hue-rotate(270deg);filter:sepia(100%) hue-rotate(270deg)}.duotone-285{-webkit-filter:sepia(100%) hue-rotate(285deg);filter:sepia(100%) hue-rotate(285deg)}.duotone-300{-webkit-filter:sepia(100%) hue-rotate(300deg);filter:sepia(100%) hue-rotate(300deg)}.duotone-315{-webkit-filter:sepia(100%) hue-rotate(315deg);filter:sepia(100%) hue-rotate(315deg)}.duotone-330{-webkit-filter:sepia(100%) hue-rotate(330deg);filter:sepia(100%) hue-rotate(330deg)}.duotone-345{-webkit-filter:sepia(100%) hue-rotate(345deg);filter:sepia(100%) hue-rotate(345deg)}.duotone-360{-webkit-filter:sepia(100%) hue-rotate(1turn);filter:sepia(100%) hue-rotate(1turn)}.duotone-0-hover:hover{-webkit-filter:sepia(100%) hue-rotate(0deg);filter:sepia(100%) hue-rotate(0deg)}.duotone-15-hover:hover{-webkit-filter:sepia(100%) hue-rotate(15deg);filter:sepia(100%) hue-rotate(15deg)}.duotone-30-hover:hover{-webkit-filter:sepia(100%) hue-rotate(30deg);filter:sepia(100%) hue-rotate(30deg)}.duotone-45-hover:hover{-webkit-filter:sepia(100%) hue-rotate(45deg);filter:sepia(100%) hue-rotate(45deg)}.duotone-60-hover:hover{-webkit-filter:sepia(100%) hue-rotate(60deg);filter:sepia(100%) hue-rotate(60deg)}.duotone-75-hover:hover{-webkit-filter:sepia(100%) hue-rotate(75deg);filter:sepia(100%) hue-rotate(75deg)}.duotone-90-hover:hover{-webkit-filter:sepia(100%) hue-rotate(90deg);filter:sepia(100%) hue-rotate(90deg)}.duotone-105-hover:hover{-webkit-filter:sepia(100%) hue-rotate(105deg);filter:sepia(100%) hue-rotate(105deg)}.duotone-120-hover:hover{-webkit-filter:sepia(100%) hue-rotate(120deg);filter:sepia(100%) hue-rotate(120deg)}.duotone-135-hover:hover{-webkit-filter:sepia(100%) hue-rotate(135deg);filter:sepia(100%) hue-rotate(135deg)}.duotone-150-hover:hover{-webkit-filter:sepia(100%) hue-rotate(150deg);filter:sepia(100%) hue-rotate(150deg)}.duotone-165-hover:hover{-webkit-filter:sepia(100%) hue-rotate(165deg);filter:sepia(100%) hue-rotate(165deg)}.duotone-180-hover:hover{-webkit-filter:sepia(100%) hue-rotate(180deg);filter:sepia(100%) hue-rotate(180deg)}.duotone-195-hover:hover{-webkit-filter:sepia(100%) hue-rotate(195deg);filter:sepia(100%) hue-rotate(195deg)}.duotone-210-hover:hover{-webkit-filter:sepia(100%) hue-rotate(210deg);filter:sepia(100%) hue-rotate(210deg)}.duotone-225-hover:hover{-webkit-filter:sepia(100%) hue-rotate(225deg);filter:sepia(100%) hue-rotate(225deg)}.duotone-240-hover:hover{-webkit-filter:sepia(100%) hue-rotate(240deg);filter:sepia(100%) hue-rotate(240deg)}.duotone-255-hover:hover{-webkit-filter:sepia(100%) hue-rotate(255deg);filter:sepia(100%) hue-rotate(255deg)}.duotone-270-hover:hover{-webkit-filter:sepia(100%) hue-rotate(270deg);filter:sepia(100%) hue-rotate(270deg)}.duotone-285-hover:hover{-webkit-filter:sepia(100%) hue-rotate(285deg);filter:sepia(100%) hue-rotate(285deg)}.duotone-300-hover:hover{-webkit-filter:sepia(100%) hue-rotate(300deg);filter:sepia(100%) hue-rotate(300deg)}.duotone-315-hover:hover{-webkit-filter:sepia(100%) hue-rotate(315deg);filter:sepia(100%) hue-rotate(315deg)}.duotone-330-hover:hover{-webkit-filter:sepia(100%) hue-rotate(330deg);filter:sepia(100%) hue-rotate(330deg)}.duotone-345-hover:hover{-webkit-filter:sepia(100%) hue-rotate(345deg);filter:sepia(100%) hue-rotate(345deg)}.duotone-360-hover:hover{-webkit-filter:sepia(100%) hue-rotate(1turn);filter:sepia(100%) hue-rotate(1turn)}.horizontal ul,.vertical ul{list-style:none;margin:0;padding:0}.horizontal li,.vertical li{position:relative}.horizontal li.menu-item-has-children>a,.horizontal li.parent>a,.vertical li.menu-item-has-children>a,.vertical li.parent>a{margin-right:2em}.horizontal li.menu-item-has-children:after,.horizontal li.parent:after,.vertical li.menu-item-has-children:after,.vertical li.parent:after{content:"▼";display:block;position:absolute;right:.5em;top:.5em}.horizontal li ul,.vertical li ul{position:absolute}.horizontal a,.vertical a{display:block}.horizontal ul.menu>li ul,.horizontal.level-2 ul.menu>li>ul>li>ul,.vertical ul.menu>li ul,.vertical.level-2 ul.menu>li>ul>li>ul{display:none}.horizontal ul.menu>li{float:left}.horizontal.level-3 ul.menu>li>ul>li>ul{left:100%;top:0}.horizontal.level-3.open-left ul.menu>li>ul>li>ul{left:auto;right:100%}.vertical.level-2 ul.menu{display:inline-block}.vertical.level-2 ul.menu>li>ul{left:100%;top:0}.vertical.level-2.open-left ul.menu>li>ul{left:auto;right:100%}.vertical.level-2.level-3 ul.menu>li>ul>li>ul{left:100%;top:0}.vertical.level-2.level-3.open-left ul.menu>li>ul>li>ul{left:auto;right:100%}.vertical.stacked.level-2 ul.menu>li>ul,.vertical.stacked.level-2.level-3 ul.menu>li>ul>li>ul{position:static}body.mobile .level-2 ul.menu>li.open>ul,body.mobile .level-2.level-3 ul.menu>li.open>ul>li.open>ul,body:not(.mobile) .level-2 ul.menu>li:hover>ul,body:not(.mobile) .level-2.level-3 ul.menu>li:hover>ul>li:hover>ul{display:block}@media print{blockquote,code,kbd,pre,samp{page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}.page-break-before-always{page-break-before:always}.page-break-before-avoid{page-break-before:avoid}.page-break-after-always{page-break-after:always}.page-break-after-avoid{page-break-after:avoid}.page-break-inside-avoid{page-break-inside:avoid}@media print{.print-hide,.print-hide *,.print-hide :after,.print-hide :before,.print-hide :first-letter,.print-hide :first-line{display:none!important}.print-no-background,.print-no-background *,.print-no-background :after,.print-no-background :before,.print-no-background :first-letter,.print-no-background :first-line{background:transparent!important;background-image:none!important}.print-text-color-black,.print-text-color-black *,.print-text-color-black :after,.print-text-color-black :before,.print-text-color-black :first-letter,.print-text-color-black :first-line{color:#000!important}.print-no-box-shadow,.print-no-box-shadow *,.print-no-box-shadow :after,.print-no-box-shadow :before,.print-no-box-shadow :first-letter,.print-no-box-shadow :first-line{-webkit-box-shadow:none!important;box-shadow:none!important}.print-no-text-shadow,.print-no-text-shadow *,.print-no-text-shadow :after,.print-no-text-shadow :before,.print-no-text-shadow :first-letter,.print-no-text-shadow :first-line{text-shadow:none!important}.print-links-href a:after,.print-links-href a:visited:after,.print-links-href:after,.print-links-href:visited:after{content:" (" attr(href) ")"}.print-links-href a[href^="#"]:after,.print-links-href a[href^="#"]:visited:after,.print-links-href a[href^="javascript:"]:after,.print-links-href a[href^="javascript:"]:visited:after,.print-links-href[href^="#"]:after,.print-links-href[href^="#"]:visited:after,.print-links-href[href^="javascript:"]:after,.print-links-href[href^="javascript:"]:visited:after{content:""}.print-abbr-title abbr:after,.print-abbr-title:after{content:" (" attr(title) ")"}}.tooltip{display:none!important}#system-message .alert{border-radius:4px;margin:1.5em 0;padding:.75em 1.5em;text-shadow:0 1px 0 hsla(0,0%,100%,.5)}#system-message .alert-message{background-color:#dff0d8;border:1px solid #f0f7ea;color:#3c763d}#system-message .alert-message .close{color:#3c763d;text-decoration:none}#system-message .alert-message .close:hover,#system-message .alert-message h4{color:#3c763d}#system-message .alert-notice{background-color:#d9edf7;border:1px solid #eef9fb;color:#31708f}#system-message .alert-notice .close{color:#31708f;text-decoration:none}#system-message .alert-notice .close:hover,#system-message .alert-notice h4{color:#31708f}#system-message .alert-warning{background-color:#fcf8e3;border:1px solid #fefdfa;color:#8a6d3b}#system-message .alert-warning .close{color:#8a6d3b;text-decoration:none}#system-message .alert-warning .close:hover,#system-message .alert-warning h4{color:#8a6d3b}#system-message .alert-error{background-color:#f2dede;border:1px solid #f9f0f2;color:#a94442}#system-message .alert-error .close{color:#a94442;text-decoration:none}#system-message .alert-error .close:hover,#system-message .alert-error h4{color:#a94442}#system-message h4{margin:0}#system-message .close{cursor:pointer;float:right}ul.breadcrumb{list-style:none;padding:0}ul.breadcrumb li{display:inline}ul.breadcrumb li span.ider:before{color:#142546;content:">";display:inline;padding:0 .5em}ul.breadcrumb li span.ider img,ul.breadcrumb li:first-child{display:none}.pagination .pageslinks ul{list-style:none;margin:0;padding:0}.pagination .pageslinks ul li{display:inline-block;float:left;margin:1em .67em 1em 0}.pagination .pageslinks ul li.active a{background-color:#09101e;border-radius:.33em;color:#fff;display:inline-block;padding:.33em .67em}.pagination .pageslinks ul li.active a:hover{background-color:#1f3a6e;color:#fff;text-decoration:none}.pagination .pageslinks ul li.active.first a:before{content:"⟪";display:inline}.pagination .pageslinks ul li.active.prev a:before{content:"⟨";display:inline}.pagination .pageslinks ul li.active.next a:before{content:"⟩";display:inline}.pagination .pageslinks ul li.active.last a:before{content:"⟫";display:inline}.pagination .pageslinks ul li.inactive{background-color:#ccc;border-radius:.33em;color:#fff;cursor:pointer;padding:.33em .67em}.pagination .pageslinks ul li.inactive:hover{background-color:#eee;color:#6d6d6d;text-decoration:none}.pagination .pageslinks ul li.inactive.first:before{content:"⟪";display:inline}.pagination .pageslinks ul li.inactive.prev:before{content:"⟨";display:inline}.pagination .pageslinks ul li.inactive.page{background-color:#eee;color:#6d6d6d}.pagination .pageslinks ul li.inactive.next:before{content:"⟩";display:inline}.pagination .pageslinks ul li.inactive.last:before{content:"⟫";display:inline}.pagination .pagescounter{font-size:.8em;font-weight:700;text-transform:uppercase}#fc_filter_form_blocker,body[screen=xs] .pagination .page{display:none}#lyqbox .close,#lyqbox .next,#lyqbox .prev,#lyqbox .zoom-in,#lyqbox .zoom-out{background:rgba(0,0,0,.2);background-position:50%;background-repeat:no-repeat;background-size:2em 2em;display:block;height:4rem;position:absolute;width:4rem;z-index:4}#lyqbox .close:hover,#lyqbox .next:hover,#lyqbox .prev:hover,#lyqbox .zoom-in:hover,#lyqbox .zoom-out:hover{cursor:pointer}#lyqbox .close:after,#lyqbox .next:after,#lyqbox .prev:after,#lyqbox .zoom-in:after,#lyqbox .zoom-out:after{font-size:2rem}#lyqbox{background-color:rgba(0,0,0,.85)}#lyqbox .content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:90vh;margin:5vh 5vw;position:absolute;width:90vw;z-index:1}#lyqbox .content-wrapper .content{overflow:hidden;padding-right:.5rem;z-index:3}#lyqbox .content-wrapper .content .image-container{height:100%;text-align:center;width:100%}#lyqbox .content-wrapper .content .image-container img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;-webkit-transition:all .25s;transition:all .25s}#lyqbox .content-wrapper .content .image-container img[data-lyqbox-zoom="0"]{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#lyqbox .content-wrapper .content .image-container img[data-lyqbox-zoom="1"]{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}#lyqbox .content-wrapper .content .image-container img[data-lyqbox-zoom="2"]{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}#lyqbox .content-wrapper .content .image-container img[data-lyqbox-zoom="3"]{-webkit-transform:scale(3);-ms-transform:scale(3);transform:scale(3)}#lyqbox .content-wrapper .content .image-container img[data-lyqbox-zoom="4"]{-webkit-transform:scale(5);-ms-transform:scale(5);transform:scale(5)}#lyqbox .content-wrapper .content .video-container iframe{border:none}#lyqbox .content-wrapper .content.alert,#lyqbox .content-wrapper .content.html{overflow:auto}#lyqbox .content-wrapper .info{min-height:unset;min-width:25%;padding-left:.5rem;z-index:3}#lyqbox .content-wrapper .info .title{font-family:Open Sans,sans-serif;font-size:1.75rem;margin-bottom:.67em}#lyqbox .content-wrapper .info .caption{margin:1em 0}#lyqbox .content-wrapper .info .credit{color:#999;font-size:.85em;margin:1em 0}#lyqbox .content-wrapper .info.blank{display:none;min-width:unset}#lyqbox .close{background-image:url(/templates/lyquix/images/icons/ios-close.svg);right:0;top:0}#lyqbox .prev{background-image:url(/templates/lyquix/images/icons/ios-arrow-back.svg);bottom:0;right:4rem}#lyqbox .next{background-image:url(/templates/lyquix/images/icons/ios-arrow-forward.svg);bottom:0;right:0}#lyqbox .zoom-in{background-image:url(/templates/lyquix/images/icons/ios-add-circle-outline.svg);right:0;top:calc(50% - 2rem)}#lyqbox .zoom-out{background-image:url(/templates/lyquix/images/icons/ios-remove-circle-outline.svg);right:0;top:calc(50% + 2rem)}#lyqbox .counter{background:rgba(0,0,0,.2);bottom:0;font-size:1.6rem;padding:1rem;right:8rem;z-index:4}#lyqbox .thumbnails{bottom:0;left:0;position:absolute;z-index:4}#lyqbox .thumb{cursor:pointer;display:inline-block;height:4rem;overflow:hidden;padding:.2rem;width:6rem}#lyqbox .thumb img{-o-object-fit:cover;object-fit:cover}#lyqbox .loading{background-image:url(/templates/lyquix/images/loaders/rings.svg);background-size:contain;height:10rem;left:calc(50% - 5rem);position:absolute;top:calc(50% - 5rem);width:10rem;z-index:5}body[screen=sm] #lyqbox .content-wrapper,body[screen=xs] #lyqbox .content-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body[screen=sm] #lyqbox .content-wrapper .content,body[screen=xs] #lyqbox .content-wrapper .content{min-height:75%;min-width:unset}body[screen=sm] #lyqbox .content-wrapper .info,body[screen=xs] #lyqbox .content-wrapper .info{min-height:25%;min-width:unset}.blk1,.blk1-lg,.blk1-md,.blk1-sm,.blk1-xl,.blk1-xs,.blk10,.blk10-lg,.blk10-md,.blk10-sm,.blk10-xl,.blk10-xs,.blk100\%,.blk100\%-lg,.blk100\%-md,.blk100\%-sm,.blk100\%-xl,.blk100\%-xs,.blk10\%,.blk10\%-lg,.blk10\%-md,.blk10\%-sm,.blk10\%-xl,.blk10\%-xs,.blk11,.blk11-lg,.blk11-md,.blk11-sm,.blk11-xl,.blk11-xs,.blk12,.blk12-lg,.blk12-md,.blk12-sm,.blk12-xl,.blk12-xs,.blk13,.blk13-lg,.blk13-md,.blk13-sm,.blk13-xl,.blk13-xs,.blk14,.blk14-lg,.blk14-md,.blk14-sm,.blk14-xl,.blk14-xs,.blk15,.blk15-lg,.blk15-md,.blk15-sm,.blk15-xl,.blk15-xs,.blk15\%,.blk15\%-lg,.blk15\%-md,.blk15\%-sm,.blk15\%-xl,.blk15\%-xs,.blk16,.blk16-lg,.blk16-md,.blk16-sm,.blk16-xl,.blk16-xs,.blk17,.blk17-lg,.blk17-md,.blk17-sm,.blk17-xl,.blk17-xs,.blk18,.blk18-lg,.blk18-md,.blk18-sm,.blk18-xl,.blk18-xs,.blk19,.blk19-lg,.blk19-md,.blk19-sm,.blk19-xl,.blk19-xs,.blk1\/1,.blk1\/1-lg,.blk1\/1-md,.blk1\/1-sm,.blk1\/1-xl,.blk1\/1-xs,.blk1\/10,.blk1\/10-lg,.blk1\/10-md,.blk1\/10-sm,.blk1\/10-xl,.blk1\/10-xs,.blk1\/2,.blk1\/2-lg,.blk1\/2-md,.blk1\/2-sm,.blk1\/2-xl,.blk1\/2-xs,.blk1\/3,.blk1\/3-lg,.blk1\/3-md,.blk1\/3-sm,.blk1\/3-xl,.blk1\/3-xs,.blk1\/4,.blk1\/4-lg,.blk1\/4-md,.blk1\/4-sm,.blk1\/4-xl,.blk1\/4-xs,.blk1\/5,.blk1\/5-lg,.blk1\/5-md,.blk1\/5-sm,.blk1\/5-xl,.blk1\/5-xs,.blk1\/6,.blk1\/6-lg,.blk1\/6-md,.blk1\/6-sm,.blk1\/6-xl,.blk1\/6-xs,.blk1\/7,.blk1\/7-lg,.blk1\/7-md,.blk1\/7-sm,.blk1\/7-xl,.blk1\/7-xs,.blk1\/8,.blk1\/8-lg,.blk1\/8-md,.blk1\/8-sm,.blk1\/8-xl,.blk1\/8-xs,.blk1\/9,.blk1\/9-lg,.blk1\/9-md,.blk1\/9-sm,.blk1\/9-xl,.blk1\/9-xs,.blk2,.blk2-lg,.blk2-md,.blk2-sm,.blk2-xl,.blk2-xs,.blk20,.blk20-lg,.blk20-md,.blk20-sm,.blk20-xl,.blk20-xs,.blk20\%,.blk20\%-lg,.blk20\%-md,.blk20\%-sm,.blk20\%-xl,.blk20\%-xs,.blk21,.blk21-lg,.blk21-md,.blk21-sm,.blk21-xl,.blk21-xs,.blk22,.blk22-lg,.blk22-md,.blk22-sm,.blk22-xl,.blk22-xs,.blk23,.blk23-lg,.blk23-md,.blk23-sm,.blk23-xl,.blk23-xs,.blk24,.blk24-lg,.blk24-md,.blk24-sm,.blk24-xl,.blk24-xs,.blk25,.blk25-lg,.blk25-md,.blk25-sm,.blk25-xl,.blk25-xs,.blk25\%,.blk25\%-lg,.blk25\%-md,.blk25\%-sm,.blk25\%-xl,.blk25\%-xs,.blk26,.blk26-lg,.blk26-md,.blk26-sm,.blk26-xl,.blk26-xs,.blk27,.blk27-lg,.blk27-md,.blk27-sm,.blk27-xl,.blk27-xs,.blk28,.blk28-lg,.blk28-md,.blk28-sm,.blk28-xl,.blk28-xs,.blk29,.blk29-lg,.blk29-md,.blk29-sm,.blk29-xl,.blk29-xs,.blk2\/3,.blk2\/3-lg,.blk2\/3-md,.blk2\/3-sm,.blk2\/3-xl,.blk2\/3-xs,.blk2\/5,.blk2\/5-lg,.blk2\/5-md,.blk2\/5-sm,.blk2\/5-xl,.blk2\/5-xs,.blk2\/7,.blk2\/7-lg,.blk2\/7-md,.blk2\/7-sm,.blk2\/7-xl,.blk2\/7-xs,.blk2\/9,.blk2\/9-lg,.blk2\/9-md,.blk2\/9-sm,.blk2\/9-xl,.blk2\/9-xs,.blk3,.blk3-lg,.blk3-md,.blk3-sm,.blk3-xl,.blk3-xs,.blk30,.blk30-lg,.blk30-md,.blk30-sm,.blk30-xl,.blk30-xs,.blk30\%,.blk30\%-lg,.blk30\%-md,.blk30\%-sm,.blk30\%-xl,.blk30\%-xs,.blk35\%,.blk35\%-lg,.blk35\%-md,.blk35\%-sm,.blk35\%-xl,.blk35\%-xs,.blk3\/10,.blk3\/10-lg,.blk3\/10-md,.blk3\/10-sm,.blk3\/10-xl,.blk3\/10-xs,.blk3\/4,.blk3\/4-lg,.blk3\/4-md,.blk3\/4-sm,.blk3\/4-xl,.blk3\/4-xs,.blk3\/5,.blk3\/5-lg,.blk3\/5-md,.blk3\/5-sm,.blk3\/5-xl,.blk3\/5-xs,.blk3\/7,.blk3\/7-lg,.blk3\/7-md,.blk3\/7-sm,.blk3\/7-xl,.blk3\/7-xs,.blk3\/8,.blk3\/8-lg,.blk3\/8-md,.blk3\/8-sm,.blk3\/8-xl,.blk3\/8-xs,.blk4,.blk4-lg,.blk4-md,.blk4-sm,.blk4-xl,.blk4-xs,.blk40\%,.blk40\%-lg,.blk40\%-md,.blk40\%-sm,.blk40\%-xl,.blk40\%-xs,.blk45\%,.blk45\%-lg,.blk45\%-md,.blk45\%-sm,.blk45\%-xl,.blk45\%-xs,.blk4\/5,.blk4\/5-lg,.blk4\/5-md,.blk4\/5-sm,.blk4\/5-xl,.blk4\/5-xs,.blk4\/7,.blk4\/7-lg,.blk4\/7-md,.blk4\/7-sm,.blk4\/7-xl,.blk4\/7-xs,.blk4\/9,.blk4\/9-lg,.blk4\/9-md,.blk4\/9-sm,.blk4\/9-xl,.blk4\/9-xs,.blk5,.blk5-lg,.blk5-md,.blk5-sm,.blk5-xl,.blk5-xs,.blk50\%,.blk50\%-lg,.blk50\%-md,.blk50\%-sm,.blk50\%-xl,.blk50\%-xs,.blk55\%,.blk55\%-lg,.blk55\%-md,.blk55\%-sm,.blk55\%-xl,.blk55\%-xs,.blk5\%,.blk5\%-lg,.blk5\%-md,.blk5\%-sm,.blk5\%-xl,.blk5\%-xs,.blk5\/6,.blk5\/6-lg,.blk5\/6-md,.blk5\/6-sm,.blk5\/6-xl,.blk5\/6-xs,.blk5\/7,.blk5\/7-lg,.blk5\/7-md,.blk5\/7-sm,.blk5\/7-xl,.blk5\/7-xs,.blk5\/8,.blk5\/8-lg,.blk5\/8-md,.blk5\/8-sm,.blk5\/8-xl,.blk5\/8-xs,.blk5\/9,.blk5\/9-lg,.blk5\/9-md,.blk5\/9-sm,.blk5\/9-xl,.blk5\/9-xs,.blk6,.blk6-lg,.blk6-md,.blk6-sm,.blk6-xl,.blk6-xs,.blk60\%,.blk60\%-lg,.blk60\%-md,.blk60\%-sm,.blk60\%-xl,.blk60\%-xs,.blk65\%,.blk65\%-lg,.blk65\%-md,.blk65\%-sm,.blk65\%-xl,.blk65\%-xs,.blk6\/7,.blk6\/7-lg,.blk6\/7-md,.blk6\/7-sm,.blk6\/7-xl,.blk6\/7-xs,.blk7,.blk7-lg,.blk7-md,.blk7-sm,.blk7-xl,.blk7-xs,.blk70\%,.blk70\%-lg,.blk70\%-md,.blk70\%-sm,.blk70\%-xl,.blk70\%-xs,.blk75\%,.blk75\%-lg,.blk75\%-md,.blk75\%-sm,.blk75\%-xl,.blk75\%-xs,.blk7\/10,.blk7\/10-lg,.blk7\/10-md,.blk7\/10-sm,.blk7\/10-xl,.blk7\/10-xs,.blk7\/8,.blk7\/8-lg,.blk7\/8-md,.blk7\/8-sm,.blk7\/8-xl,.blk7\/8-xs,.blk7\/9,.blk7\/9-lg,.blk7\/9-md,.blk7\/9-sm,.blk7\/9-xl,.blk7\/9-xs,.blk8,.blk8-lg,.blk8-md,.blk8-sm,.blk8-xl,.blk8-xs,.blk80\%,.blk80\%-lg,.blk80\%-md,.blk80\%-sm,.blk80\%-xl,.blk80\%-xs,.blk85\%,.blk85\%-lg,.blk85\%-md,.blk85\%-sm,.blk85\%-xl,.blk85\%-xs,.blk8\/9,.blk8\/9-lg,.blk8\/9-md,.blk8\/9-sm,.blk8\/9-xl,.blk8\/9-xs,.blk9,.blk9-lg,.blk9-md,.blk9-sm,.blk9-xl,.blk9-xs,.blk90\%,.blk90\%-lg,.blk90\%-md,.blk90\%-sm,.blk90\%-xl,.blk90\%-xs,.blk95\%,.blk95\%-lg,.blk95\%-md,.blk95\%-sm,.blk95\%-xl,.blk95\%-xs,.blk9\/10,.blk9\/10-lg,.blk9\/10-md,.blk9\/10-sm,.blk9\/10-xl,.blk9\/10-xs{border-width:1px;display:block;float:left;list-style:none;margin:5px;padding:4px}.blk30{width:2380px}.blk29{width:2300px}.blk28{width:2220px}.blk27{width:2140px}.blk26{width:2060px}.blk25{width:1980px}.blk24{width:1900px}.blk23{width:1820px}.blk22{width:1740px}.blk21{width:1660px}.blk20{width:1580px}.blk19{width:1500px}.blk18{width:1420px}.blk17{width:1340px}.blk16{width:1260px}.blk15{width:1180px}.blk14{width:1100px}.blk13{width:1020px}.blk12{width:940px}.blk11{width:860px}.blk10{width:780px}.blk9{width:700px}.blk8{width:620px}.blk7{width:540px}.blk6{width:460px}.blk5{width:380px}.blk4{width:300px}.blk3{width:220px}.blk2{width:140px}.blk1{width:60px}.blk30>*{max-width:2380px}.blk29>*{max-width:2300px}.blk28>*{max-width:2220px}.blk27>*{max-width:2140px}.blk26>*{max-width:2060px}.blk25>*{max-width:1980px}.blk24>*{max-width:1900px}.blk23>*{max-width:1820px}.blk22>*{max-width:1740px}.blk21>*{max-width:1660px}.blk20>*{max-width:1580px}.blk19>*{max-width:1500px}.blk18>*{max-width:1420px}.blk17>*{max-width:1340px}.blk16>*{max-width:1260px}.blk15>*{max-width:1180px}.blk14>*{max-width:1100px}.blk13>*{max-width:1020px}.blk12>*{max-width:940px}.blk11>*{max-width:860px}.blk10>*{max-width:780px}.blk9>*{max-width:700px}.blk8>*{max-width:620px}.blk7>*{max-width:540px}.blk6>*{max-width:460px}.blk5>*{max-width:380px}.blk4>*{max-width:300px}.blk3>*{max-width:220px}.blk2>*{max-width:140px}.blk1>*{max-width:60px}.blkgroup{border:none;margin:0;padding:0}.blkgroup.blk30{width:2400px}.blkgroup.blk29{width:2320px}.blkgroup.blk28{width:2240px}.blkgroup.blk27{width:2160px}.blkgroup.blk26{width:2080px}.blkgroup.blk25{width:2000px}.blkgroup.blk24{width:1920px}.blkgroup.blk23{width:1840px}.blkgroup.blk22{width:1760px}.blkgroup.blk21{width:1680px}.blkgroup.blk20{width:1600px}.blkgroup.blk19{width:1520px}.blkgroup.blk18{width:1440px}.blkgroup.blk17{width:1360px}.blkgroup.blk16{width:1280px}.blkgroup.blk15{width:1200px}.blkgroup.blk14{width:1120px}.blkgroup.blk13{width:1040px}.blkgroup.blk12{width:960px}.blkgroup.blk11{width:880px}.blkgroup.blk10{width:800px}.blkgroup.blk9{width:720px}.blkgroup.blk8{width:640px}.blkgroup.blk7{width:560px}.blkgroup.blk6{width:480px}.blkgroup.blk5{width:400px}.blkgroup.blk4{width:320px}.blkgroup.blk3{width:240px}.blkgroup.blk2{width:160px}.blkgroup.blk1{width:80px}.blkgroup.blk30>*{max-width:2400px}.blkgroup.blk29>*{max-width:2320px}.blkgroup.blk28>*{max-width:2240px}.blkgroup.blk27>*{max-width:2160px}.blkgroup.blk26>*{max-width:2080px}.blkgroup.blk25>*{max-width:2000px}.blkgroup.blk24>*{max-width:1920px}.blkgroup.blk23>*{max-width:1840px}.blkgroup.blk22>*{max-width:1760px}.blkgroup.blk21>*{max-width:1680px}.blkgroup.blk20>*{max-width:1600px}.blkgroup.blk19>*{max-width:1520px}.blkgroup.blk18>*{max-width:1440px}.blkgroup.blk17>*{max-width:1360px}.blkgroup.blk16>*{max-width:1280px}.blkgroup.blk15>*{max-width:1200px}.blkgroup.blk14>*{max-width:1120px}.blkgroup.blk13>*{max-width:1040px}.blkgroup.blk12>*{max-width:960px}.blkgroup.blk11>*{max-width:880px}.blkgroup.blk10>*{max-width:800px}.blkgroup.blk9>*{max-width:720px}.blkgroup.blk8>*{max-width:640px}.blkgroup.blk7>*{max-width:560px}.blkgroup.blk6>*{max-width:480px}.blkgroup.blk5>*{max-width:400px}.blkgroup.blk4>*{max-width:320px}.blkgroup.blk3>*{max-width:240px}.blkgroup.blk2>*{max-width:160px}.blkgroup.blk1>*{max-width:80px}.blkbleed-padding{border:none;margin:5px;padding:0}.blkbleed-padding.blk30{width:2380px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk29{width:2300px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk28{width:2220px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk27{width:2140px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk26{width:2060px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk25{width:1980px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk24{width:1900px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk23{width:1820px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk22{width:1740px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk21{width:1660px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk20{width:1580px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk19{width:1500px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk18{width:1420px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk17{width:1340px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk16{width:1260px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk15{width:1180px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk14{width:1100px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk13{width:1020px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk12{width:940px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk11{width:860px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk10{width:780px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk9{width:700px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk8{width:620px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk7{width:540px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk6{width:460px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk5{width:380px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk4{width:300px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk3{width:220px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk2{width:140px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk1{width:60px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk30>*{max-width:2380px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk29>*{max-width:2300px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk28>*{max-width:2220px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk27>*{max-width:2140px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk26>*{max-width:2060px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk25>*{max-width:1980px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk24>*{max-width:1900px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk23>*{max-width:1820px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk22>*{max-width:1740px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk21>*{max-width:1660px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk20>*{max-width:1580px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk19>*{max-width:1500px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk18>*{max-width:1420px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk17>*{max-width:1340px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk16>*{max-width:1260px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk15>*{max-width:1180px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk14>*{max-width:1100px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk13>*{max-width:1020px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk12>*{max-width:940px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk11>*{max-width:860px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk10>*{max-width:780px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk9>*{max-width:700px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk8>*{max-width:620px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk7>*{max-width:540px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk6>*{max-width:460px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk5>*{max-width:380px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk4>*{max-width:300px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk3>*{max-width:220px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk2>*{max-width:140px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-padding.blk1>*{max-width:60px4px 4px 4px 4px 4px4px 4px 4px 4px 4px}.blkbleed-border{border:none;margin:5px;padding:0}.blkbleed-border.blk30{width:2390px}.blkbleed-border.blk29{width:2310px}.blkbleed-border.blk28{width:2230px}.blkbleed-border.blk27{width:2150px}.blkbleed-border.blk26{width:2070px}.blkbleed-border.blk25{width:1990px}.blkbleed-border.blk24{width:1910px}.blkbleed-border.blk23{width:1830px}.blkbleed-border.blk22{width:1750px}.blkbleed-border.blk21{width:1670px}.blkbleed-border.blk20{width:1590px}.blkbleed-border.blk19{width:1510px}.blkbleed-border.blk18{width:1430px}.blkbleed-border.blk17{width:1350px}.blkbleed-border.blk16{width:1270px}.blkbleed-border.blk15{width:1190px}.blkbleed-border.blk14{width:1110px}.blkbleed-border.blk13{width:1030px}.blkbleed-border.blk12{width:950px}.blkbleed-border.blk11{width:870px}.blkbleed-border.blk10{width:790px}.blkbleed-border.blk9{width:710px}.blkbleed-border.blk8{width:630px}.blkbleed-border.blk7{width:550px}.blkbleed-border.blk6{width:470px}.blkbleed-border.blk5{width:390px}.blkbleed-border.blk4{width:310px}.blkbleed-border.blk3{width:230px}.blkbleed-border.blk2{width:150px}.blkbleed-border.blk1{width:70px}.blkbleed-border.blk30>*{max-width:2390px}.blkbleed-border.blk29>*{max-width:2310px}.blkbleed-border.blk28>*{max-width:2230px}.blkbleed-border.blk27>*{max-width:2150px}.blkbleed-border.blk26>*{max-width:2070px}.blkbleed-border.blk25>*{max-width:1990px}.blkbleed-border.blk24>*{max-width:1910px}.blkbleed-border.blk23>*{max-width:1830px}.blkbleed-border.blk22>*{max-width:1750px}.blkbleed-border.blk21>*{max-width:1670px}.blkbleed-border.blk20>*{max-width:1590px}.blkbleed-border.blk19>*{max-width:1510px}.blkbleed-border.blk18>*{max-width:1430px}.blkbleed-border.blk17>*{max-width:1350px}.blkbleed-border.blk16>*{max-width:1270px}.blkbleed-border.blk15>*{max-width:1190px}.blkbleed-border.blk14>*{max-width:1110px}.blkbleed-border.blk13>*{max-width:1030px}.blkbleed-border.blk12>*{max-width:950px}.blkbleed-border.blk11>*{max-width:870px}.blkbleed-border.blk10>*{max-width:790px}.blkbleed-border.blk9>*{max-width:710px}.blkbleed-border.blk8>*{max-width:630px}.blkbleed-border.blk7>*{max-width:550px}.blkbleed-border.blk6>*{max-width:470px}.blkbleed-border.blk5>*{max-width:390px}.blkbleed-border.blk4>*{max-width:310px}.blkbleed-border.blk3>*{max-width:230px}.blkbleed-border.blk2>*{max-width:150px}.blkbleed-border.blk1>*{max-width:70px}.blkbleed-margin{border:none;margin:0-4px 4px 4px;padding:0}.blkbleed-margin.blk30{width:2400px}.blkbleed-margin.blk29{width:2320px}.blkbleed-margin.blk28{width:2240px}.blkbleed-margin.blk27{width:2160px}.blkbleed-margin.blk26{width:2080px}.blkbleed-margin.blk25{width:2000px}.blkbleed-margin.blk24{width:1920px}.blkbleed-margin.blk23{width:1840px}.blkbleed-margin.blk22{width:1760px}.blkbleed-margin.blk21{width:1680px}.blkbleed-margin.blk20{width:1600px}.blkbleed-margin.blk19{width:1520px}.blkbleed-margin.blk18{width:1440px}.blkbleed-margin.blk17{width:1360px}.blkbleed-margin.blk16{width:1280px}.blkbleed-margin.blk15{width:1200px}.blkbleed-margin.blk14{width:1120px}.blkbleed-margin.blk13{width:1040px}.blkbleed-margin.blk12{width:960px}.blkbleed-margin.blk11{width:880px}.blkbleed-margin.blk10{width:800px}.blkbleed-margin.blk9{width:720px}.blkbleed-margin.blk8{width:640px}.blkbleed-margin.blk7{width:560px}.blkbleed-margin.blk6{width:480px}.blkbleed-margin.blk5{width:400px}.blkbleed-margin.blk4{width:320px}.blkbleed-margin.blk3{width:240px}.blkbleed-margin.blk2{width:160px}.blkbleed-margin.blk1{width:80px}.blkbleed-margin.blk30>*{max-width:2400px}.blkbleed-margin.blk29>*{max-width:2320px}.blkbleed-margin.blk28>*{max-width:2240px}.blkbleed-margin.blk27>*{max-width:2160px}.blkbleed-margin.blk26>*{max-width:2080px}.blkbleed-margin.blk25>*{max-width:2000px}.blkbleed-margin.blk24>*{max-width:1920px}.blkbleed-margin.blk23>*{max-width:1840px}.blkbleed-margin.blk22>*{max-width:1760px}.blkbleed-margin.blk21>*{max-width:1680px}.blkbleed-margin.blk20>*{max-width:1600px}.blkbleed-margin.blk19>*{max-width:1520px}.blkbleed-margin.blk18>*{max-width:1440px}.blkbleed-margin.blk17>*{max-width:1360px}.blkbleed-margin.blk16>*{max-width:1280px}.blkbleed-margin.blk15>*{max-width:1200px}.blkbleed-margin.blk14>*{max-width:1120px}.blkbleed-margin.blk13>*{max-width:1040px}.blkbleed-margin.blk12>*{max-width:960px}.blkbleed-margin.blk11>*{max-width:880px}.blkbleed-margin.blk10>*{max-width:800px}.blkbleed-margin.blk9>*{max-width:720px}.blkbleed-margin.blk8>*{max-width:640px}.blkbleed-margin.blk7>*{max-width:560px}.blkbleed-margin.blk6>*{max-width:480px}.blkbleed-margin.blk5>*{max-width:400px}.blkbleed-margin.blk4>*{max-width:320px}.blkbleed-margin.blk3>*{max-width:240px}.blkbleed-margin.blk2>*{max-width:160px}.blkbleed-margin.blk1>*{max-width:80px}.blkcontent{border:none;margin:0;padding:0}.blkcenter{clear:both;float:none;margin-left:auto;margin-right:auto}body[screen=xs] .blk30-xs{width:2388px}body[screen=xs] .blk29-xs{width:2308px}body[screen=xs] .blk28-xs{width:2228px}body[screen=xs] .blk27-xs{width:2148px}body[screen=xs] .blk26-xs{width:2068px}body[screen=xs] .blk25-xs{width:1988px}body[screen=xs] .blk24-xs{width:1908px}body[screen=xs] .blk23-xs{width:1828px}body[screen=xs] .blk22-xs{width:1748px}body[screen=xs] .blk21-xs{width:1668px}body[screen=xs] .blk20-xs{width:1588px}body[screen=xs] .blk19-xs{width:1508px}body[screen=xs] .blk18-xs{width:1428px}body[screen=xs] .blk17-xs{width:1348px}body[screen=xs] .blk16-xs{width:1268px}body[screen=xs] .blk15-xs{width:1188px}body[screen=xs] .blk14-xs{width:1108px}body[screen=xs] .blk13-xs{width:1028px}body[screen=xs] .blk12-xs{width:948px}body[screen=xs] .blk11-xs{width:868px}body[screen=xs] .blk10-xs{width:788px}body[screen=xs] .blk9-xs{width:708px}body[screen=xs] .blk8-xs{width:628px}body[screen=xs] .blk7-xs{width:548px}body[screen=xs] .blk6-xs{width:468px}body[screen=xs] .blk5-xs{width:388px}body[screen=xs] .blk4-xs{width:308px}body[screen=xs] .blk3-xs{width:228px}body[screen=xs] .blk2-xs{width:148px}body[screen=xs] .blk1-xs{width:68px}body[screen=xs] .blk30-xs>*{max-width:2388px}body[screen=xs] .blk29-xs>*{max-width:2308px}body[screen=xs] .blk28-xs>*{max-width:2228px}body[screen=xs] .blk27-xs>*{max-width:2148px}body[screen=xs] .blk26-xs>*{max-width:2068px}body[screen=xs] .blk25-xs>*{max-width:1988px}body[screen=xs] .blk24-xs>*{max-width:1908px}body[screen=xs] .blk23-xs>*{max-width:1828px}body[screen=xs] .blk22-xs>*{max-width:1748px}body[screen=xs] .blk21-xs>*{max-width:1668px}body[screen=xs] .blk20-xs>*{max-width:1588px}body[screen=xs] .blk19-xs>*{max-width:1508px}body[screen=xs] .blk18-xs>*{max-width:1428px}body[screen=xs] .blk17-xs>*{max-width:1348px}body[screen=xs] .blk16-xs>*{max-width:1268px}body[screen=xs] .blk15-xs>*{max-width:1188px}body[screen=xs] .blk14-xs>*{max-width:1108px}body[screen=xs] .blk13-xs>*{max-width:1028px}body[screen=xs] .blk12-xs>*{max-width:948px}body[screen=xs] .blk11-xs>*{max-width:868px}body[screen=xs] .blk10-xs>*{max-width:788px}body[screen=xs] .blk9-xs>*{max-width:708px}body[screen=xs] .blk8-xs>*{max-width:628px}body[screen=xs] .blk7-xs>*{max-width:548px}body[screen=xs] .blk6-xs>*{max-width:468px}body[screen=xs] .blk5-xs>*{max-width:388px}body[screen=xs] .blk4-xs>*{max-width:308px}body[screen=xs] .blk3-xs>*{max-width:228px}body[screen=xs] .blk2-xs>*{max-width:148px}body[screen=xs] .blk1-xs>*{max-width:68px}body[screen=xs] .blkgroup.blk30-xs{width:2400px}body[screen=xs] .blkgroup.blk29-xs{width:2320px}body[screen=xs] .blkgroup.blk28-xs{width:2240px}body[screen=xs] .blkgroup.blk27-xs{width:2160px}body[screen=xs] .blkgroup.blk26-xs{width:2080px}body[screen=xs] .blkgroup.blk25-xs{width:2000px}body[screen=xs] .blkgroup.blk24-xs{width:1920px}body[screen=xs] .blkgroup.blk23-xs{width:1840px}body[screen=xs] .blkgroup.blk22-xs{width:1760px}body[screen=xs] .blkgroup.blk21-xs{width:1680px}body[screen=xs] .blkgroup.blk20-xs{width:1600px}body[screen=xs] .blkgroup.blk19-xs{width:1520px}body[screen=xs] .blkgroup.blk18-xs{width:1440px}body[screen=xs] .blkgroup.blk17-xs{width:1360px}body[screen=xs] .blkgroup.blk16-xs{width:1280px}body[screen=xs] .blkgroup.blk15-xs{width:1200px}body[screen=xs] .blkgroup.blk14-xs{width:1120px}body[screen=xs] .blkgroup.blk13-xs{width:1040px}body[screen=xs] .blkgroup.blk12-xs{width:960px}body[screen=xs] .blkgroup.blk11-xs{width:880px}body[screen=xs] .blkgroup.blk10-xs{width:800px}body[screen=xs] .blkgroup.blk9-xs{width:720px}body[screen=xs] .blkgroup.blk8-xs{width:640px}body[screen=xs] .blkgroup.blk7-xs{width:560px}body[screen=xs] .blkgroup.blk6-xs{width:480px}body[screen=xs] .blkgroup.blk5-xs{width:400px}body[screen=xs] .blkgroup.blk4-xs{width:320px}body[screen=xs] .blkgroup.blk3-xs{width:240px}body[screen=xs] .blkgroup.blk2-xs{width:160px}body[screen=xs] .blkgroup.blk1-xs{width:80px}body[screen=xs] .blkgroup.blk30-xs>*{max-width:2400px}body[screen=xs] .blkgroup.blk29-xs>*{max-width:2320px}body[screen=xs] .blkgroup.blk28-xs>*{max-width:2240px}body[screen=xs] .blkgroup.blk27-xs>*{max-width:2160px}body[screen=xs] .blkgroup.blk26-xs>*{max-width:2080px}body[screen=xs] .blkgroup.blk25-xs>*{max-width:2000px}body[screen=xs] .blkgroup.blk24-xs>*{max-width:1920px}body[screen=xs] .blkgroup.blk23-xs>*{max-width:1840px}body[screen=xs] .blkgroup.blk22-xs>*{max-width:1760px}body[screen=xs] .blkgroup.blk21-xs>*{max-width:1680px}body[screen=xs] .blkgroup.blk20-xs>*{max-width:1600px}body[screen=xs] .blkgroup.blk19-xs>*{max-width:1520px}body[screen=xs] .blkgroup.blk18-xs>*{max-width:1440px}body[screen=xs] .blkgroup.blk17-xs>*{max-width:1360px}body[screen=xs] .blkgroup.blk16-xs>*{max-width:1280px}body[screen=xs] .blkgroup.blk15-xs>*{max-width:1200px}body[screen=xs] .blkgroup.blk14-xs>*{max-width:1120px}body[screen=xs] .blkgroup.blk13-xs>*{max-width:1040px}body[screen=xs] .blkgroup.blk12-xs>*{max-width:960px}body[screen=xs] .blkgroup.blk11-xs>*{max-width:880px}body[screen=xs] .blkgroup.blk10-xs>*{max-width:800px}body[screen=xs] .blkgroup.blk9-xs>*{max-width:720px}body[screen=xs] .blkgroup.blk8-xs>*{max-width:640px}body[screen=xs] .blkgroup.blk7-xs>*{max-width:560px}body[screen=xs] .blkgroup.blk6-xs>*{max-width:480px}body[screen=xs] .blkgroup.blk5-xs>*{max-width:400px}body[screen=xs] .blkgroup.blk4-xs>*{max-width:320px}body[screen=xs] .blkgroup.blk3-xs>*{max-width:240px}body[screen=xs] .blkgroup.blk2-xs>*{max-width:160px}body[screen=xs] .blkgroup.blk1-xs>*{max-width:80px}body[screen=sm] .blk30-sm{width:2388px}body[screen=sm] .blk29-sm{width:2308px}body[screen=sm] .blk28-sm{width:2228px}body[screen=sm] .blk27-sm{width:2148px}body[screen=sm] .blk26-sm{width:2068px}body[screen=sm] .blk25-sm{width:1988px}body[screen=sm] .blk24-sm{width:1908px}body[screen=sm] .blk23-sm{width:1828px}body[screen=sm] .blk22-sm{width:1748px}body[screen=sm] .blk21-sm{width:1668px}body[screen=sm] .blk20-sm{width:1588px}body[screen=sm] .blk19-sm{width:1508px}body[screen=sm] .blk18-sm{width:1428px}body[screen=sm] .blk17-sm{width:1348px}body[screen=sm] .blk16-sm{width:1268px}body[screen=sm] .blk15-sm{width:1188px}body[screen=sm] .blk14-sm{width:1108px}body[screen=sm] .blk13-sm{width:1028px}body[screen=sm] .blk12-sm{width:948px}body[screen=sm] .blk11-sm{width:868px}body[screen=sm] .blk10-sm{width:788px}body[screen=sm] .blk9-sm{width:708px}body[screen=sm] .blk8-sm{width:628px}body[screen=sm] .blk7-sm{width:548px}body[screen=sm] .blk6-sm{width:468px}body[screen=sm] .blk5-sm{width:388px}body[screen=sm] .blk4-sm{width:308px}body[screen=sm] .blk3-sm{width:228px}body[screen=sm] .blk2-sm{width:148px}body[screen=sm] .blk1-sm{width:68px}body[screen=sm] .blk30-sm>*{max-width:2388px}body[screen=sm] .blk29-sm>*{max-width:2308px}body[screen=sm] .blk28-sm>*{max-width:2228px}body[screen=sm] .blk27-sm>*{max-width:2148px}body[screen=sm] .blk26-sm>*{max-width:2068px}body[screen=sm] .blk25-sm>*{max-width:1988px}body[screen=sm] .blk24-sm>*{max-width:1908px}body[screen=sm] .blk23-sm>*{max-width:1828px}body[screen=sm] .blk22-sm>*{max-width:1748px}body[screen=sm] .blk21-sm>*{max-width:1668px}body[screen=sm] .blk20-sm>*{max-width:1588px}body[screen=sm] .blk19-sm>*{max-width:1508px}body[screen=sm] .blk18-sm>*{max-width:1428px}body[screen=sm] .blk17-sm>*{max-width:1348px}body[screen=sm] .blk16-sm>*{max-width:1268px}body[screen=sm] .blk15-sm>*{max-width:1188px}body[screen=sm] .blk14-sm>*{max-width:1108px}body[screen=sm] .blk13-sm>*{max-width:1028px}body[screen=sm] .blk12-sm>*{max-width:948px}body[screen=sm] .blk11-sm>*{max-width:868px}body[screen=sm] .blk10-sm>*{max-width:788px}body[screen=sm] .blk9-sm>*{max-width:708px}body[screen=sm] .blk8-sm>*{max-width:628px}body[screen=sm] .blk7-sm>*{max-width:548px}body[screen=sm] .blk6-sm>*{max-width:468px}body[screen=sm] .blk5-sm>*{max-width:388px}body[screen=sm] .blk4-sm>*{max-width:308px}body[screen=sm] .blk3-sm>*{max-width:228px}body[screen=sm] .blk2-sm>*{max-width:148px}body[screen=sm] .blk1-sm>*{max-width:68px}body[screen=sm] .blkgroup.blk30-sm{width:2400px}body[screen=sm] .blkgroup.blk29-sm{width:2320px}body[screen=sm] .blkgroup.blk28-sm{width:2240px}body[screen=sm] .blkgroup.blk27-sm{width:2160px}body[screen=sm] .blkgroup.blk26-sm{width:2080px}body[screen=sm] .blkgroup.blk25-sm{width:2000px}body[screen=sm] .blkgroup.blk24-sm{width:1920px}body[screen=sm] .blkgroup.blk23-sm{width:1840px}body[screen=sm] .blkgroup.blk22-sm{width:1760px}body[screen=sm] .blkgroup.blk21-sm{width:1680px}body[screen=sm] .blkgroup.blk20-sm{width:1600px}body[screen=sm] .blkgroup.blk19-sm{width:1520px}body[screen=sm] .blkgroup.blk18-sm{width:1440px}body[screen=sm] .blkgroup.blk17-sm{width:1360px}body[screen=sm] .blkgroup.blk16-sm{width:1280px}body[screen=sm] .blkgroup.blk15-sm{width:1200px}body[screen=sm] .blkgroup.blk14-sm{width:1120px}body[screen=sm] .blkgroup.blk13-sm{width:1040px}body[screen=sm] .blkgroup.blk12-sm{width:960px}body[screen=sm] .blkgroup.blk11-sm{width:880px}body[screen=sm] .blkgroup.blk10-sm{width:800px}body[screen=sm] .blkgroup.blk9-sm{width:720px}body[screen=sm] .blkgroup.blk8-sm{width:640px}body[screen=sm] .blkgroup.blk7-sm{width:560px}body[screen=sm] .blkgroup.blk6-sm{width:480px}body[screen=sm] .blkgroup.blk5-sm{width:400px}body[screen=sm] .blkgroup.blk4-sm{width:320px}body[screen=sm] .blkgroup.blk3-sm{width:240px}body[screen=sm] .blkgroup.blk2-sm{width:160px}body[screen=sm] .blkgroup.blk1-sm{width:80px}body[screen=sm] .blkgroup.blk30-sm>*{max-width:2400px}body[screen=sm] .blkgroup.blk29-sm>*{max-width:2320px}body[screen=sm] .blkgroup.blk28-sm>*{max-width:2240px}body[screen=sm] .blkgroup.blk27-sm>*{max-width:2160px}body[screen=sm] .blkgroup.blk26-sm>*{max-width:2080px}body[screen=sm] .blkgroup.blk25-sm>*{max-width:2000px}body[screen=sm] .blkgroup.blk24-sm>*{max-width:1920px}body[screen=sm] .blkgroup.blk23-sm>*{max-width:1840px}body[screen=sm] .blkgroup.blk22-sm>*{max-width:1760px}body[screen=sm] .blkgroup.blk21-sm>*{max-width:1680px}body[screen=sm] .blkgroup.blk20-sm>*{max-width:1600px}body[screen=sm] .blkgroup.blk19-sm>*{max-width:1520px}body[screen=sm] .blkgroup.blk18-sm>*{max-width:1440px}body[screen=sm] .blkgroup.blk17-sm>*{max-width:1360px}body[screen=sm] .blkgroup.blk16-sm>*{max-width:1280px}body[screen=sm] .blkgroup.blk15-sm>*{max-width:1200px}body[screen=sm] .blkgroup.blk14-sm>*{max-width:1120px}body[screen=sm] .blkgroup.blk13-sm>*{max-width:1040px}body[screen=sm] .blkgroup.blk12-sm>*{max-width:960px}body[screen=sm] .blkgroup.blk11-sm>*{max-width:880px}body[screen=sm] .blkgroup.blk10-sm>*{max-width:800px}body[screen=sm] .blkgroup.blk9-sm>*{max-width:720px}body[screen=sm] .blkgroup.blk8-sm>*{max-width:640px}body[screen=sm] .blkgroup.blk7-sm>*{max-width:560px}body[screen=sm] .blkgroup.blk6-sm>*{max-width:480px}body[screen=sm] .blkgroup.blk5-sm>*{max-width:400px}body[screen=sm] .blkgroup.blk4-sm>*{max-width:320px}body[screen=sm] .blkgroup.blk3-sm>*{max-width:240px}body[screen=sm] .blkgroup.blk2-sm>*{max-width:160px}body[screen=sm] .blkgroup.blk1-sm>*{max-width:80px}body[screen=md] .blk30-md{width:2388px}body[screen=md] .blk29-md{width:2308px}body[screen=md] .blk28-md{width:2228px}body[screen=md] .blk27-md{width:2148px}body[screen=md] .blk26-md{width:2068px}body[screen=md] .blk25-md{width:1988px}body[screen=md] .blk24-md{width:1908px}body[screen=md] .blk23-md{width:1828px}body[screen=md] .blk22-md{width:1748px}body[screen=md] .blk21-md{width:1668px}body[screen=md] .blk20-md{width:1588px}body[screen=md] .blk19-md{width:1508px}body[screen=md] .blk18-md{width:1428px}body[screen=md] .blk17-md{width:1348px}body[screen=md] .blk16-md{width:1268px}body[screen=md] .blk15-md{width:1188px}body[screen=md] .blk14-md{width:1108px}body[screen=md] .blk13-md{width:1028px}body[screen=md] .blk12-md{width:948px}body[screen=md] .blk11-md{width:868px}body[screen=md] .blk10-md{width:788px}body[screen=md] .blk9-md{width:708px}body[screen=md] .blk8-md{width:628px}body[screen=md] .blk7-md{width:548px}body[screen=md] .blk6-md{width:468px}body[screen=md] .blk5-md{width:388px}body[screen=md] .blk4-md{width:308px}body[screen=md] .blk3-md{width:228px}body[screen=md] .blk2-md{width:148px}body[screen=md] .blk1-md{width:68px}body[screen=md] .blk30-md>*{max-width:2388px}body[screen=md] .blk29-md>*{max-width:2308px}body[screen=md] .blk28-md>*{max-width:2228px}body[screen=md] .blk27-md>*{max-width:2148px}body[screen=md] .blk26-md>*{max-width:2068px}body[screen=md] .blk25-md>*{max-width:1988px}body[screen=md] .blk24-md>*{max-width:1908px}body[screen=md] .blk23-md>*{max-width:1828px}body[screen=md] .blk22-md>*{max-width:1748px}body[screen=md] .blk21-md>*{max-width:1668px}body[screen=md] .blk20-md>*{max-width:1588px}body[screen=md] .blk19-md>*{max-width:1508px}body[screen=md] .blk18-md>*{max-width:1428px}body[screen=md] .blk17-md>*{max-width:1348px}body[screen=md] .blk16-md>*{max-width:1268px}body[screen=md] .blk15-md>*{max-width:1188px}body[screen=md] .blk14-md>*{max-width:1108px}body[screen=md] .blk13-md>*{max-width:1028px}body[screen=md] .blk12-md>*{max-width:948px}body[screen=md] .blk11-md>*{max-width:868px}body[screen=md] .blk10-md>*{max-width:788px}body[screen=md] .blk9-md>*{max-width:708px}body[screen=md] .blk8-md>*{max-width:628px}body[screen=md] .blk7-md>*{max-width:548px}body[screen=md] .blk6-md>*{max-width:468px}body[screen=md] .blk5-md>*{max-width:388px}body[screen=md] .blk4-md>*{max-width:308px}body[screen=md] .blk3-md>*{max-width:228px}body[screen=md] .blk2-md>*{max-width:148px}body[screen=md] .blk1-md>*{max-width:68px}body[screen=md] .blkgroup.blk30-md{width:2400px}body[screen=md] .blkgroup.blk29-md{width:2320px}body[screen=md] .blkgroup.blk28-md{width:2240px}body[screen=md] .blkgroup.blk27-md{width:2160px}body[screen=md] .blkgroup.blk26-md{width:2080px}body[screen=md] .blkgroup.blk25-md{width:2000px}body[screen=md] .blkgroup.blk24-md{width:1920px}body[screen=md] .blkgroup.blk23-md{width:1840px}body[screen=md] .blkgroup.blk22-md{width:1760px}body[screen=md] .blkgroup.blk21-md{width:1680px}body[screen=md] .blkgroup.blk20-md{width:1600px}body[screen=md] .blkgroup.blk19-md{width:1520px}body[screen=md] .blkgroup.blk18-md{width:1440px}body[screen=md] .blkgroup.blk17-md{width:1360px}body[screen=md] .blkgroup.blk16-md{width:1280px}body[screen=md] .blkgroup.blk15-md{width:1200px}body[screen=md] .blkgroup.blk14-md{width:1120px}body[screen=md] .blkgroup.blk13-md{width:1040px}body[screen=md] .blkgroup.blk12-md{width:960px}body[screen=md] .blkgroup.blk11-md{width:880px}body[screen=md] .blkgroup.blk10-md{width:800px}body[screen=md] .blkgroup.blk9-md{width:720px}body[screen=md] .blkgroup.blk8-md{width:640px}body[screen=md] .blkgroup.blk7-md{width:560px}body[screen=md] .blkgroup.blk6-md{width:480px}body[screen=md] .blkgroup.blk5-md{width:400px}body[screen=md] .blkgroup.blk4-md{width:320px}body[screen=md] .blkgroup.blk3-md{width:240px}body[screen=md] .blkgroup.blk2-md{width:160px}body[screen=md] .blkgroup.blk1-md{width:80px}body[screen=md] .blkgroup.blk30-md>*{max-width:2400px}body[screen=md] .blkgroup.blk29-md>*{max-width:2320px}body[screen=md] .blkgroup.blk28-md>*{max-width:2240px}body[screen=md] .blkgroup.blk27-md>*{max-width:2160px}body[screen=md] .blkgroup.blk26-md>*{max-width:2080px}body[screen=md] .blkgroup.blk25-md>*{max-width:2000px}body[screen=md] .blkgroup.blk24-md>*{max-width:1920px}body[screen=md] .blkgroup.blk23-md>*{max-width:1840px}body[screen=md] .blkgroup.blk22-md>*{max-width:1760px}body[screen=md] .blkgroup.blk21-md>*{max-width:1680px}body[screen=md] .blkgroup.blk20-md>*{max-width:1600px}body[screen=md] .blkgroup.blk19-md>*{max-width:1520px}body[screen=md] .blkgroup.blk18-md>*{max-width:1440px}body[screen=md] .blkgroup.blk17-md>*{max-width:1360px}body[screen=md] .blkgroup.blk16-md>*{max-width:1280px}body[screen=md] .blkgroup.blk15-md>*{max-width:1200px}body[screen=md] .blkgroup.blk14-md>*{max-width:1120px}body[screen=md] .blkgroup.blk13-md>*{max-width:1040px}body[screen=md] .blkgroup.blk12-md>*{max-width:960px}body[screen=md] .blkgroup.blk11-md>*{max-width:880px}body[screen=md] .blkgroup.blk10-md>*{max-width:800px}body[screen=md] .blkgroup.blk9-md>*{max-width:720px}body[screen=md] .blkgroup.blk8-md>*{max-width:640px}body[screen=md] .blkgroup.blk7-md>*{max-width:560px}body[screen=md] .blkgroup.blk6-md>*{max-width:480px}body[screen=md] .blkgroup.blk5-md>*{max-width:400px}body[screen=md] .blkgroup.blk4-md>*{max-width:320px}body[screen=md] .blkgroup.blk3-md>*{max-width:240px}body[screen=md] .blkgroup.blk2-md>*{max-width:160px}body[screen=md] .blkgroup.blk1-md>*{max-width:80px}body[screen=lg] .blk30-lg{width:2388px}body[screen=lg] .blk29-lg{width:2308px}body[screen=lg] .blk28-lg{width:2228px}body[screen=lg] .blk27-lg{width:2148px}body[screen=lg] .blk26-lg{width:2068px}body[screen=lg] .blk25-lg{width:1988px}body[screen=lg] .blk24-lg{width:1908px}body[screen=lg] .blk23-lg{width:1828px}body[screen=lg] .blk22-lg{width:1748px}body[screen=lg] .blk21-lg{width:1668px}body[screen=lg] .blk20-lg{width:1588px}body[screen=lg] .blk19-lg{width:1508px}body[screen=lg] .blk18-lg{width:1428px}body[screen=lg] .blk17-lg{width:1348px}body[screen=lg] .blk16-lg{width:1268px}body[screen=lg] .blk15-lg{width:1188px}body[screen=lg] .blk14-lg{width:1108px}body[screen=lg] .blk13-lg{width:1028px}body[screen=lg] .blk12-lg{width:948px}body[screen=lg] .blk11-lg{width:868px}body[screen=lg] .blk10-lg{width:788px}body[screen=lg] .blk9-lg{width:708px}body[screen=lg] .blk8-lg{width:628px}body[screen=lg] .blk7-lg{width:548px}body[screen=lg] .blk6-lg{width:468px}body[screen=lg] .blk5-lg{width:388px}body[screen=lg] .blk4-lg{width:308px}body[screen=lg] .blk3-lg{width:228px}body[screen=lg] .blk2-lg{width:148px}body[screen=lg] .blk1-lg{width:68px}body[screen=lg] .blk30-lg>*{max-width:2388px}body[screen=lg] .blk29-lg>*{max-width:2308px}body[screen=lg] .blk28-lg>*{max-width:2228px}body[screen=lg] .blk27-lg>*{max-width:2148px}body[screen=lg] .blk26-lg>*{max-width:2068px}body[screen=lg] .blk25-lg>*{max-width:1988px}body[screen=lg] .blk24-lg>*{max-width:1908px}body[screen=lg] .blk23-lg>*{max-width:1828px}body[screen=lg] .blk22-lg>*{max-width:1748px}body[screen=lg] .blk21-lg>*{max-width:1668px}body[screen=lg] .blk20-lg>*{max-width:1588px}body[screen=lg] .blk19-lg>*{max-width:1508px}body[screen=lg] .blk18-lg>*{max-width:1428px}body[screen=lg] .blk17-lg>*{max-width:1348px}body[screen=lg] .blk16-lg>*{max-width:1268px}body[screen=lg] .blk15-lg>*{max-width:1188px}body[screen=lg] .blk14-lg>*{max-width:1108px}body[screen=lg] .blk13-lg>*{max-width:1028px}body[screen=lg] .blk12-lg>*{max-width:948px}body[screen=lg] .blk11-lg>*{max-width:868px}body[screen=lg] .blk10-lg>*{max-width:788px}body[screen=lg] .blk9-lg>*{max-width:708px}body[screen=lg] .blk8-lg>*{max-width:628px}body[screen=lg] .blk7-lg>*{max-width:548px}body[screen=lg] .blk6-lg>*{max-width:468px}body[screen=lg] .blk5-lg>*{max-width:388px}body[screen=lg] .blk4-lg>*{max-width:308px}body[screen=lg] .blk3-lg>*{max-width:228px}body[screen=lg] .blk2-lg>*{max-width:148px}body[screen=lg] .blk1-lg>*{max-width:68px}body[screen=lg] .blkgroup.blk30-lg{width:2400px}body[screen=lg] .blkgroup.blk29-lg{width:2320px}body[screen=lg] .blkgroup.blk28-lg{width:2240px}body[screen=lg] .blkgroup.blk27-lg{width:2160px}body[screen=lg] .blkgroup.blk26-lg{width:2080px}body[screen=lg] .blkgroup.blk25-lg{width:2000px}body[screen=lg] .blkgroup.blk24-lg{width:1920px}body[screen=lg] .blkgroup.blk23-lg{width:1840px}body[screen=lg] .blkgroup.blk22-lg{width:1760px}body[screen=lg] .blkgroup.blk21-lg{width:1680px}body[screen=lg] .blkgroup.blk20-lg{width:1600px}body[screen=lg] .blkgroup.blk19-lg{width:1520px}body[screen=lg] .blkgroup.blk18-lg{width:1440px}body[screen=lg] .blkgroup.blk17-lg{width:1360px}body[screen=lg] .blkgroup.blk16-lg{width:1280px}body[screen=lg] .blkgroup.blk15-lg{width:1200px}body[screen=lg] .blkgroup.blk14-lg{width:1120px}body[screen=lg] .blkgroup.blk13-lg{width:1040px}body[screen=lg] .blkgroup.blk12-lg{width:960px}body[screen=lg] .blkgroup.blk11-lg{width:880px}body[screen=lg] .blkgroup.blk10-lg{width:800px}body[screen=lg] .blkgroup.blk9-lg{width:720px}body[screen=lg] .blkgroup.blk8-lg{width:640px}body[screen=lg] .blkgroup.blk7-lg{width:560px}body[screen=lg] .blkgroup.blk6-lg{width:480px}body[screen=lg] .blkgroup.blk5-lg{width:400px}body[screen=lg] .blkgroup.blk4-lg{width:320px}body[screen=lg] .blkgroup.blk3-lg{width:240px}body[screen=lg] .blkgroup.blk2-lg{width:160px}body[screen=lg] .blkgroup.blk1-lg{width:80px}body[screen=lg] .blkgroup.blk30-lg>*{max-width:2400px}body[screen=lg] .blkgroup.blk29-lg>*{max-width:2320px}body[screen=lg] .blkgroup.blk28-lg>*{max-width:2240px}body[screen=lg] .blkgroup.blk27-lg>*{max-width:2160px}body[screen=lg] .blkgroup.blk26-lg>*{max-width:2080px}body[screen=lg] .blkgroup.blk25-lg>*{max-width:2000px}body[screen=lg] .blkgroup.blk24-lg>*{max-width:1920px}body[screen=lg] .blkgroup.blk23-lg>*{max-width:1840px}body[screen=lg] .blkgroup.blk22-lg>*{max-width:1760px}body[screen=lg] .blkgroup.blk21-lg>*{max-width:1680px}body[screen=lg] .blkgroup.blk20-lg>*{max-width:1600px}body[screen=lg] .blkgroup.blk19-lg>*{max-width:1520px}body[screen=lg] .blkgroup.blk18-lg>*{max-width:1440px}body[screen=lg] .blkgroup.blk17-lg>*{max-width:1360px}body[screen=lg] .blkgroup.blk16-lg>*{max-width:1280px}body[screen=lg] .blkgroup.blk15-lg>*{max-width:1200px}body[screen=lg] .blkgroup.blk14-lg>*{max-width:1120px}body[screen=lg] .blkgroup.blk13-lg>*{max-width:1040px}body[screen=lg] .blkgroup.blk12-lg>*{max-width:960px}body[screen=lg] .blkgroup.blk11-lg>*{max-width:880px}body[screen=lg] .blkgroup.blk10-lg>*{max-width:800px}body[screen=lg] .blkgroup.blk9-lg>*{max-width:720px}body[screen=lg] .blkgroup.blk8-lg>*{max-width:640px}body[screen=lg] .blkgroup.blk7-lg>*{max-width:560px}body[screen=lg] .blkgroup.blk6-lg>*{max-width:480px}body[screen=lg] .blkgroup.blk5-lg>*{max-width:400px}body[screen=lg] .blkgroup.blk4-lg>*{max-width:320px}body[screen=lg] .blkgroup.blk3-lg>*{max-width:240px}body[screen=lg] .blkgroup.blk2-lg>*{max-width:160px}body[screen=lg] .blkgroup.blk1-lg>*{max-width:80px}body[screen=xl] .blk30-xl{width:2388px}body[screen=xl] .blk29-xl{width:2308px}body[screen=xl] .blk28-xl{width:2228px}body[screen=xl] .blk27-xl{width:2148px}body[screen=xl] .blk26-xl{width:2068px}body[screen=xl] .blk25-xl{width:1988px}body[screen=xl] .blk24-xl{width:1908px}body[screen=xl] .blk23-xl{width:1828px}body[screen=xl] .blk22-xl{width:1748px}body[screen=xl] .blk21-xl{width:1668px}body[screen=xl] .blk20-xl{width:1588px}body[screen=xl] .blk19-xl{width:1508px}body[screen=xl] .blk18-xl{width:1428px}body[screen=xl] .blk17-xl{width:1348px}body[screen=xl] .blk16-xl{width:1268px}body[screen=xl] .blk15-xl{width:1188px}body[screen=xl] .blk14-xl{width:1108px}body[screen=xl] .blk13-xl{width:1028px}body[screen=xl] .blk12-xl{width:948px}body[screen=xl] .blk11-xl{width:868px}body[screen=xl] .blk10-xl{width:788px}body[screen=xl] .blk9-xl{width:708px}body[screen=xl] .blk8-xl{width:628px}body[screen=xl] .blk7-xl{width:548px}body[screen=xl] .blk6-xl{width:468px}body[screen=xl] .blk5-xl{width:388px}body[screen=xl] .blk4-xl{width:308px}body[screen=xl] .blk3-xl{width:228px}body[screen=xl] .blk2-xl{width:148px}body[screen=xl] .blk1-xl{width:68px}body[screen=xl] .blk30-xl>*{max-width:2388px}body[screen=xl] .blk29-xl>*{max-width:2308px}body[screen=xl] .blk28-xl>*{max-width:2228px}body[screen=xl] .blk27-xl>*{max-width:2148px}body[screen=xl] .blk26-xl>*{max-width:2068px}body[screen=xl] .blk25-xl>*{max-width:1988px}body[screen=xl] .blk24-xl>*{max-width:1908px}body[screen=xl] .blk23-xl>*{max-width:1828px}body[screen=xl] .blk22-xl>*{max-width:1748px}body[screen=xl] .blk21-xl>*{max-width:1668px}body[screen=xl] .blk20-xl>*{max-width:1588px}body[screen=xl] .blk19-xl>*{max-width:1508px}body[screen=xl] .blk18-xl>*{max-width:1428px}body[screen=xl] .blk17-xl>*{max-width:1348px}body[screen=xl] .blk16-xl>*{max-width:1268px}body[screen=xl] .blk15-xl>*{max-width:1188px}body[screen=xl] .blk14-xl>*{max-width:1108px}body[screen=xl] .blk13-xl>*{max-width:1028px}body[screen=xl] .blk12-xl>*{max-width:948px}body[screen=xl] .blk11-xl>*{max-width:868px}body[screen=xl] .blk10-xl>*{max-width:788px}body[screen=xl] .blk9-xl>*{max-width:708px}body[screen=xl] .blk8-xl>*{max-width:628px}body[screen=xl] .blk7-xl>*{max-width:548px}body[screen=xl] .blk6-xl>*{max-width:468px}body[screen=xl] .blk5-xl>*{max-width:388px}body[screen=xl] .blk4-xl>*{max-width:308px}body[screen=xl] .blk3-xl>*{max-width:228px}body[screen=xl] .blk2-xl>*{max-width:148px}body[screen=xl] .blk1-xl>*{max-width:68px}body[screen=xl] .blkgroup.blk30-xl{width:2400px}body[screen=xl] .blkgroup.blk29-xl{width:2320px}body[screen=xl] .blkgroup.blk28-xl{width:2240px}body[screen=xl] .blkgroup.blk27-xl{width:2160px}body[screen=xl] .blkgroup.blk26-xl{width:2080px}body[screen=xl] .blkgroup.blk25-xl{width:2000px}body[screen=xl] .blkgroup.blk24-xl{width:1920px}body[screen=xl] .blkgroup.blk23-xl{width:1840px}body[screen=xl] .blkgroup.blk22-xl{width:1760px}body[screen=xl] .blkgroup.blk21-xl{width:1680px}body[screen=xl] .blkgroup.blk20-xl{width:1600px}body[screen=xl] .blkgroup.blk19-xl{width:1520px}body[screen=xl] .blkgroup.blk18-xl{width:1440px}body[screen=xl] .blkgroup.blk17-xl{width:1360px}body[screen=xl] .blkgroup.blk16-xl{width:1280px}body[screen=xl] .blkgroup.blk15-xl{width:1200px}body[screen=xl] .blkgroup.blk14-xl{width:1120px}body[screen=xl] .blkgroup.blk13-xl{width:1040px}body[screen=xl] .blkgroup.blk12-xl{width:960px}body[screen=xl] .blkgroup.blk11-xl{width:880px}body[screen=xl] .blkgroup.blk10-xl{width:800px}body[screen=xl] .blkgroup.blk9-xl{width:720px}body[screen=xl] .blkgroup.blk8-xl{width:640px}body[screen=xl] .blkgroup.blk7-xl{width:560px}body[screen=xl] .blkgroup.blk6-xl{width:480px}body[screen=xl] .blkgroup.blk5-xl{width:400px}body[screen=xl] .blkgroup.blk4-xl{width:320px}body[screen=xl] .blkgroup.blk3-xl{width:240px}body[screen=xl] .blkgroup.blk2-xl{width:160px}body[screen=xl] .blkgroup.blk1-xl{width:80px}body[screen=xl] .blkgroup.blk30-xl>*{max-width:2400px}body[screen=xl] .blkgroup.blk29-xl>*{max-width:2320px}body[screen=xl] .blkgroup.blk28-xl>*{max-width:2240px}body[screen=xl] .blkgroup.blk27-xl>*{max-width:2160px}body[screen=xl] .blkgroup.blk26-xl>*{max-width:2080px}body[screen=xl] .blkgroup.blk25-xl>*{max-width:2000px}body[screen=xl] .blkgroup.blk24-xl>*{max-width:1920px}body[screen=xl] .blkgroup.blk23-xl>*{max-width:1840px}body[screen=xl] .blkgroup.blk22-xl>*{max-width:1760px}body[screen=xl] .blkgroup.blk21-xl>*{max-width:1680px}body[screen=xl] .blkgroup.blk20-xl>*{max-width:1600px}body[screen=xl] .blkgroup.blk19-xl>*{max-width:1520px}body[screen=xl] .blkgroup.blk18-xl>*{max-width:1440px}body[screen=xl] .blkgroup.blk17-xl>*{max-width:1360px}body[screen=xl] .blkgroup.blk16-xl>*{max-width:1280px}body[screen=xl] .blkgroup.blk15-xl>*{max-width:1200px}body[screen=xl] .blkgroup.blk14-xl>*{max-width:1120px}body[screen=xl] .blkgroup.blk13-xl>*{max-width:1040px}body[screen=xl] .blkgroup.blk12-xl>*{max-width:960px}body[screen=xl] .blkgroup.blk11-xl>*{max-width:880px}body[screen=xl] .blkgroup.blk10-xl>*{max-width:800px}body[screen=xl] .blkgroup.blk9-xl>*{max-width:720px}body[screen=xl] .blkgroup.blk8-xl>*{max-width:640px}body[screen=xl] .blkgroup.blk7-xl>*{max-width:560px}body[screen=xl] .blkgroup.blk6-xl>*{max-width:480px}body[screen=xl] .blkgroup.blk5-xl>*{max-width:400px}body[screen=xl] .blkgroup.blk4-xl>*{max-width:320px}body[screen=xl] .blkgroup.blk3-xl>*{max-width:240px}body[screen=xl] .blkgroup.blk2-xl>*{max-width:160px}body[screen=xl] .blkgroup.blk1-xl>*{max-width:80px}.blk1-push{margin-left:90px}.blk2-push{margin-left:170px}.blk3-push{margin-left:250px}.blk4-push{margin-left:330px}.blk5-push{margin-left:410px}.blk6-push{margin-left:490px}.blk7-push{margin-left:570px}.blk8-push{margin-left:650px}.blk9-push{margin-left:730px}.blk10-push{margin-left:810px}.blk11-push{margin-left:890px}.blk12-push{margin-left:970px}.blk13-push{margin-left:1050px}.blk14-push{margin-left:1130px}.blk15-push{margin-left:1210px}.blk16-push{margin-left:1290px}.blk17-push{margin-left:1370px}.blk18-push{margin-left:1450px}.blk19-push{margin-left:1530px}.blk20-push{margin-left:1610px}.blk21-push{margin-left:1690px}.blk22-push{margin-left:1770px}.blk23-push{margin-left:1850px}.blk24-push{margin-left:1930px}.blk25-push{margin-left:2010px}.blk26-push{margin-left:2090px}.blk27-push{margin-left:2170px}.blk28-push{margin-left:2250px}.blk29-push{margin-left:2330px}.blk30-push{margin-left:2410px}.blk100\%,.blk1\/1{width:calc(100% - 20px)}.blk95\%{width:calc(95% - 20px)}.blk90\%,.blk9\/10{width:calc(90% - 20px)}.blk8\/9{width:calc(88.889% - 20px)}.blk7\/8{width:calc(87.5% - 20px)}.blk6\/7{width:calc(85.714% - 20px)}.blk85\%{width:calc(85% - 20px)}.blk5\/6{width:calc(83.333% - 20px)}.blk4\/5,.blk80\%{width:calc(80% - 20px)}.blk7\/9{width:calc(77.778% - 20px)}.blk3\/4,.blk75\%{width:calc(75% - 20px)}.blk5\/7{width:calc(71.429% - 20px)}.blk70\%,.blk7\/10{width:calc(70% - 20px)}.blk2\/3{width:calc(66.667% - 20px)}.blk65\%{width:calc(65% - 20px)}.blk5\/8{width:calc(62.5% - 20px)}.blk3\/5,.blk60\%{width:calc(60% - 20px)}.blk4\/7{width:calc(57.143% - 20px)}.blk5\/9{width:calc(55.556% - 20px)}.blk55\%{width:calc(55% - 20px)}.blk1\/2,.blk50\%{width:calc(50% - 20px)}.blk45\%{width:calc(45% - 20px)}.blk4\/9{width:calc(44.444% - 20px)}.blk3\/7{width:calc(42.857% - 20px)}.blk2\/5,.blk40\%{width:calc(40% - 20px)}.blk3\/8{width:calc(37.5% - 20px)}.blk35\%{width:calc(35% - 20px)}.blk1\/3{width:calc(33.333% - 20px)}.blk30\%,.blk3\/10{width:calc(30% - 20px)}.blk2\/7{width:calc(28.571% - 20px)}.blk1\/4,.blk25\%{width:calc(25% - 20px)}.blk2\/9{width:calc(22.222% - 20px)}.blk1\/5,.blk20\%{width:calc(20% - 20px)}.blk1\/6{width:calc(16.667% - 20px)}.blk15\%{width:calc(15% - 20px)}.blk1\/7{width:calc(14.286% - 20px)}.blk1\/8{width:calc(12.5% - 20px)}.blk1\/9{width:calc(11.111% - 20px)}.blk10\%,.blk1\/10{width:calc(10% - 20px)}.blk5\%{width:calc(5% - 20px)}.blkgroup.blk100\%,.blkgroup.blk1\/1{width:100%}.blkgroup.blk95\%{width:95%}.blkgroup.blk90\%,.blkgroup.blk9\/10{width:90%}.blkgroup.blk8\/9{width:88.889%}.blkgroup.blk7\/8{width:87.5%}.blkgroup.blk6\/7{width:85.714%}.blkgroup.blk85\%{width:85%}.blkgroup.blk5\/6{width:83.333%}.blkgroup.blk4\/5,.blkgroup.blk80\%{width:80%}.blkgroup.blk7\/9{width:77.778%}.blkgroup.blk3\/4,.blkgroup.blk75\%{width:75%}.blkgroup.blk5\/7{width:71.429%}.blkgroup.blk70\%,.blkgroup.blk7\/10{width:70%}.blkgroup.blk2\/3{width:66.667%}.blkgroup.blk65\%{width:65%}.blkgroup.blk3\/5,.blkgroup.blk60\%{width:60%}.blkgroup.blk4\/7{width:57.143%}.blkgroup.blk5\/9{width:55.556%}.blkgroup.blk55\%{width:55%}.blkgroup.blk1\/2,.blkgroup.blk50\%{width:50%}.blkgroup.blk45\%{width:45%}.blkgroup.blk4\/9{width:44.444%}.blkgroup.blk3\/7{width:42.857%}.blkgroup.blk2\/5,.blkgroup.blk40\%{width:40%}.blkgroup.blk3\/8{width:37.5%}.blkgroup.blk35\%{width:35%}.blkgroup.blk1\/3{width:33.333%}.blkgroup.blk30\%,.blkgroup.blk3\/10{width:30%}.blkgroup.blk2\/7{width:28.571%}.blkgroup.blk1\/4,.blkgroup.blk25\%{width:25%}.blkgroup.blk2\/9{width:22.222%}.blkgroup.blk1\/5,.blkgroup.blk20\%{width:20%}.blkgroup.blk1\/6{width:16.667%}.blkgroup.blk15\%{width:15%}.blkgroup.blk1\/7{width:14.286%}.blkgroup.blk1\/8{width:12.5%}.blkgroup.blk1\/9{width:11.111%}.blkgroup.blk10\%,.blkgroup.blk1\/10{width:10%}.blkgroup.blk5\%{width:5%}body[screen=xl] .blk100\%-xl,body[screen=xl] .blk1\/1-xl{width:calc(100% - 20px)}body[screen=xl] .blk95\%-xl{width:calc(95% - 20px)}body[screen=xl] .blk90\%-xl,body[screen=xl] .blk9\/10-xl{width:calc(90% - 20px)}body[screen=xl] .blk8\/9-xl{width:calc(88.889% - 20px)}body[screen=xl] .blk7\/8-xl{width:calc(87.5% - 20px)}body[screen=xl] .blk6\/7-xl{width:calc(85.714% - 20px)}body[screen=xl] .blk85\%-xl{width:calc(85% - 20px)}body[screen=xl] .blk5\/6-xl{width:calc(83.333% - 20px)}body[screen=xl] .blk4\/5-xl,body[screen=xl] .blk80\%-xl{width:calc(80% - 20px)}body[screen=xl] .blk7\/9-xl{width:calc(77.778% - 20px)}body[screen=xl] .blk3\/4-xl,body[screen=xl] .blk75\%-xl{width:calc(75% - 20px)}body[screen=xl] .blk5\/7-xl{width:calc(71.429% - 20px)}body[screen=xl] .blk70\%-xl,body[screen=xl] .blk7\/10-xl{width:calc(70% - 20px)}body[screen=xl] .blk2\/3-xl{width:calc(66.667% - 20px)}body[screen=xl] .blk65\%-xl{width:calc(65% - 20px)}body[screen=xl] .blk5\/8-xl{width:calc(62.5% - 20px)}body[screen=xl] .blk3\/5-xl,body[screen=xl] .blk60\%-xl{width:calc(60% - 20px)}body[screen=xl] .blk4\/7-xl{width:calc(57.143% - 20px)}body[screen=xl] .blk5\/9-xl{width:calc(55.556% - 20px)}body[screen=xl] .blk55\%-xl{width:calc(55% - 20px)}body[screen=xl] .blk1\/2-xl,body[screen=xl] .blk50\%-xl{width:calc(50% - 20px)}body[screen=xl] .blk45\%-xl{width:calc(45% - 20px)}body[screen=xl] .blk4\/9-xl{width:calc(44.444% - 20px)}body[screen=xl] .blk3\/7-xl{width:calc(42.857% - 20px)}body[screen=xl] .blk2\/5-xl,body[screen=xl] .blk40\%-xl{width:calc(40% - 20px)}body[screen=xl] .blk3\/8-xl{width:calc(37.5% - 20px)}body[screen=xl] .blk35\%-xl{width:calc(35% - 20px)}body[screen=xl] .blk1\/3-xl{width:calc(33.333% - 20px)}body[screen=xl] .blk30\%-xl,body[screen=xl] .blk3\/10-xl{width:calc(30% - 20px)}body[screen=xl] .blk2\/7-xl{width:calc(28.571% - 20px)}body[screen=xl] .blk1\/4-xl,body[screen=xl] .blk25\%-xl{width:calc(25% - 20px)}body[screen=xl] .blk2\/9-xl{width:calc(22.222% - 20px)}body[screen=xl] .blk1\/5-xl,body[screen=xl] .blk20\%-xl{width:calc(20% - 20px)}body[screen=xl] .blk1\/6-xl{width:calc(16.667% - 20px)}body[screen=xl] .blk15\%-xl{width:calc(15% - 20px)}body[screen=xl] .blk1\/7-xl{width:calc(14.286% - 20px)}body[screen=xl] .blk1\/8-xl{width:calc(12.5% - 20px)}body[screen=xl] .blk1\/9-xl{width:calc(11.111% - 20px)}body[screen=xl] .blk10\%-xl,body[screen=xl] .blk1\/10-xl{width:calc(10% - 20px)}body[screen=xl] .blk5\%-xl{width:calc(5% - 20px)}body[screen=xl] .blkgroup.blk100\%-xl,body[screen=xl] .blkgroup.blk1\/1-xl{width:100%}body[screen=xl] .blkgroup.blk95\%-xl{width:95%}body[screen=xl] .blkgroup.blk90\%-xl,body[screen=xl] .blkgroup.blk9\/10-xl{width:90%}body[screen=xl] .blkgroup.blk8\/9-xl{width:88.889%}body[screen=xl] .blkgroup.blk7\/8-xl{width:87.5%}body[screen=xl] .blkgroup.blk6\/7-xl{width:85.714%}body[screen=xl] .blkgroup.blk85\%-xl{width:85%}body[screen=xl] .blkgroup.blk5\/6 -xl{width:83.333%}body[screen=xl] .blkgroup.blk4\/5-xl,body[screen=xl] .blkgroup.blk80\%-xl{width:80%}body[screen=xl] .blkgroup.blk7\/9-xl{width:77.778%}body[screen=xl] .blkgroup.blk3\/4-xl,body[screen=xl] .blkgroup.blk75\%-xl{width:75%}body[screen=xl] .blkgroup.blk5\/7-xl{width:71.429%}body[screen=xl] .blkgroup.blk70\%-xl,body[screen=xl] .blkgroup.blk7\/10-xl{width:70%}body[screen=xl] .blkgroup.blk2\/3-xl{width:66.667%}body[screen=xl] .blkgroup.blk65\%-xl{width:65%}body[screen=xl] .blkgroup.blk3\/5-xl,body[screen=xl] .blkgroup.blk60\%-xl{width:60%}body[screen=xl] .blkgroup.blk4\/7-xl{width:57.143%}body[screen=xl] .blkgroup.blk5\/9-xl{width:55.556%}body[screen=xl] .blkgroup.blk55\%-xl{width:55%}body[screen=xl] .blkgroup.blk1\/2-xl,body[screen=xl] .blkgroup.blk50\%-xl{width:50%}body[screen=xl] .blkgroup.blk45\%-xl{width:45%}body[screen=xl] .blkgroup.blk4\/9-xl{width:44.444%}body[screen=xl] .blkgroup.blk3\/7-xl{width:42.857%}body[screen=xl] .blkgroup.blk2\/5-xl,body[screen=xl] .blkgroup.blk40\%-xl{width:40%}body[screen=xl] .blkgroup.blk3\/8-xl{width:37.5%}body[screen=xl] .blkgroup.blk35\%-xl{width:35%}body[screen=xl] .blkgroup.blk1\/3-xl{width:33.333%}body[screen=xl] .blkgroup.blk30\%-xl,body[screen=xl] .blkgroup.blk3\/10-xl{width:30%}body[screen=xl] .blkgroup.blk2\/7-xl{width:28.571%}body[screen=xl] .blkgroup.blk1\/4-xl,body[screen=xl] .blkgroup.blk25\%-xl{width:25%}body[screen=xl] .blkgroup.blk2\/9-xl{width:22.222%}body[screen=xl] .blkgroup.blk1\/5-xl,body[screen=xl] .blkgroup.blk20\%-xl{width:20%}body[screen=xl] .blkgroup.blk1\/6-xl{width:16.667%}body[screen=xl] .blkgroup.blk15\%-xl{width:15%}body[screen=xl] .blkgroup.blk1\/7-xl{width:14.286%}body[screen=xl] .blkgroup.blk1\/8-xl{width:12.5%}body[screen=xl] .blkgroup.blk1\/9-xl{width:11.111%}body[screen=xl] .blkgroup.blk10\%-xl,body[screen=xl] .blkgroup.blk1\/10-xl{width:10%}body[screen=xl] .blkgroup.blk5\%-xl{width:5%}body[screen=lg] .blk100\%-lg,body[screen=lg] .blk1\/1-lg{width:calc(100% - 20px)}body[screen=lg] .blk95\%-lg{width:calc(95% - 20px)}body[screen=lg] .blk90\%-lg,body[screen=lg] .blk9\/10-lg{width:calc(90% - 20px)}body[screen=lg] .blk8\/9-lg{width:calc(88.889% - 20px)}body[screen=lg] .blk7\/8-lg{width:calc(87.5% - 20px)}body[screen=lg] .blk6\/7-lg{width:calc(85.714% - 20px)}body[screen=lg] .blk85\%-lg{width:calc(85% - 20px)}body[screen=lg] .blk5\/6-lg{width:calc(83.333% - 20px)}body[screen=lg] .blk4\/5-lg,body[screen=lg] .blk80\%-lg{width:calc(80% - 20px)}body[screen=lg] .blk7\/9-lg{width:calc(77.778% - 20px)}body[screen=lg] .blk3\/4-lg,body[screen=lg] .blk75\%-lg{width:calc(75% - 20px)}body[screen=lg] .blk5\/7-lg{width:calc(71.429% - 20px)}body[screen=lg] .blk70\%-lg,body[screen=lg] .blk7\/10-lg{width:calc(70% - 20px)}body[screen=lg] .blk2\/3-lg{width:calc(66.667% - 20px)}body[screen=lg] .blk65\%-lg{width:calc(65% - 20px)}body[screen=lg] .blk5\/8-lg{width:calc(62.5% - 20px)}body[screen=lg] .blk3\/5-lg,body[screen=lg] .blk60\%-lg{width:calc(60% - 20px)}body[screen=lg] .blk4\/7-lg{width:calc(57.143% - 20px)}body[screen=lg] .blk5\/9-lg{width:calc(55.556% - 20px)}body[screen=lg] .blk55\%-lg{width:calc(55% - 20px)}body[screen=lg] .blk1\/2-lg,body[screen=lg] .blk50\%-lg{width:calc(50% - 20px)}body[screen=lg] .blk45\%-lg{width:calc(45% - 20px)}body[screen=lg] .blk4\/9-lg{width:calc(44.444% - 20px)}body[screen=lg] .blk3\/7-lg{width:calc(42.857% - 20px)}body[screen=lg] .blk2\/5-lg,body[screen=lg] .blk40\%-lg{width:calc(40% - 20px)}body[screen=lg] .blk3\/8-lg{width:calc(37.5% - 20px)}body[screen=lg] .blk35\%-lg{width:calc(35% - 20px)}body[screen=lg] .blk1\/3-lg{width:calc(33.333% - 20px)}body[screen=lg] .blk30\%-lg,body[screen=lg] .blk3\/10-lg{width:calc(30% - 20px)}body[screen=lg] .blk2\/7-lg{width:calc(28.571% - 20px)}body[screen=lg] .blk1\/4-lg,body[screen=lg] .blk25\%-lg{width:calc(25% - 20px)}body[screen=lg] .blk2\/9-lg{width:calc(22.222% - 20px)}body[screen=lg] .blk1\/5-lg,body[screen=lg] .blk20\%-lg{width:calc(20% - 20px)}body[screen=lg] .blk1\/6-lg{width:calc(16.667% - 20px)}body[screen=lg] .blk15\%-lg{width:calc(15% - 20px)}body[screen=lg] .blk1\/7-lg{width:calc(14.286% - 20px)}body[screen=lg] .blk1\/8-lg{width:calc(12.5% - 20px)}body[screen=lg] .blk1\/9-lg{width:calc(11.111% - 20px)}body[screen=lg] .blk10\%-lg,body[screen=lg] .blk1\/10-lg{width:calc(10% - 20px)}body[screen=lg] .blk5\%-lg{width:calc(5% - 20px)}body[screen=lg] .blkgroup.blk100\%-lg,body[screen=lg] .blkgroup.blk1\/1-lg{width:100%}body[screen=lg] .blkgroup.blk95\%-lg{width:95%}body[screen=lg] .blkgroup.blk90\%-lg,body[screen=lg] .blkgroup.blk9\/10-lg{width:90%}body[screen=lg] .blkgroup.blk8\/9-lg{width:88.889%}body[screen=lg] .blkgroup.blk7\/8-lg{width:87.5%}body[screen=lg] .blkgroup.blk6\/7-lg{width:85.714%}body[screen=lg] .blkgroup.blk85\%-lg{width:85%}body[screen=lg] .blkgroup.blk5\/6 -lg{width:83.333%}body[screen=lg] .blkgroup.blk4\/5-lg,body[screen=lg] .blkgroup.blk80\%-lg{width:80%}body[screen=lg] .blkgroup.blk7\/9-lg{width:77.778%}body[screen=lg] .blkgroup.blk3\/4-lg,body[screen=lg] .blkgroup.blk75\%-lg{width:75%}body[screen=lg] .blkgroup.blk5\/7-lg{width:71.429%}body[screen=lg] .blkgroup .blk70\%-lg,body[screen=lg] .blkgroup.blk7\/10-lg{width:70%}body[screen=lg] .blkgroup.blk2\/3-lg{width:66.667%}body[screen=lg] .blkgroup.blk65\%-lg{width:65%}body[screen=lg] .blkgroup.blk3\/5-lg,body[screen=lg] .blkgroup.blk60\%-lg{width:60%}body[screen=lg] .blkgroup.blk4\/7-lg{width:57.143%}body[screen=lg] .blkgroup.blk5\/9-lg{width:55.556%}body[screen=lg] .blkgroup.blk55\%-lg{width:55%}body[screen=lg] .blkgroup.blk1\/2-lg,body[screen=lg] .blkgroup.blk50\%-lg{width:50%}body[screen=lg] .blkgroup.blk45\%-lg{width:45%}body[screen=lg] .blkgroup.blk4\/9-lg{width:44.444%}body[screen=lg] .blkgroup.blk3\/7-lg{width:42.857%}body[screen=lg] .blkgroup.blk2\/5-lg,body[screen=lg] .blkgroup.blk40\%-lg{width:40%}body[screen=lg] .blkgroup.blk3\/8-lg{width:37.5%}body[screen=lg] .blkgroup.blk35\%-lg{width:35%}body[screen=lg] .blkgroup.blk1\/3-lg{width:33.333%}body[screen=lg] .blkgroup.blk30\%-lg,body[screen=lg] .blkgroup.blk3\/10-lg{width:30%}body[screen=lg] .blkgroup.blk2\/7-lg{width:28.571%}body[screen=lg] .blkgroup.blk1\/4-lg,body[screen=lg] .blkgroup.blk25\%-lg{width:25%}body[screen=lg] .blkgroup.blk2\/9-lg{width:22.222%}body[screen=lg] .blkgroup.blk1\/5-lg,body[screen=lg] .blkgroup.blk20\%-lg{width:20%}body[screen=lg] .blkgroup.blk1\/6-lg{width:16.667%}body[screen=lg] .blkgroup.blk15\%-lg{width:15%}body[screen=lg] .blkgroup.blk1\/7-lg{width:14.286%}body[screen=lg] .blkgroup.blk1\/8-lg{width:12.5%}body[screen=lg] .blkgroup.blk1\/9-lg{width:11.111%}body[screen=lg] .blkgroup.blk10\%-lg,body[screen=lg] .blkgroup.blk1\/10-lg{width:10%}body[screen=lg] .blkgroup.blk5\%-lg{width:5%}body[screen=md] .blk100\%-md,body[screen=md] .blk1\/1-md{width:calc(100% - 20px)}body[screen=md] .blk95\%-md{width:calc(95% - 20px)}body[screen=md] .blk90\%-md,body[screen=md] .blk9\/10-md{width:calc(90% - 20px)}body[screen=md] .blk8\/9-md{width:calc(88.889% - 20px)}body[screen=md] .blk7\/8-md{width:calc(87.5% - 20px)}body[screen=md] .blk6\/7-md{width:calc(85.714% - 20px)}body[screen=md] .blk85\%-md{width:calc(85% - 20px)}body[screen=md] .blk5\/6-md{width:calc(83.333% - 20px)}body[screen=md] .blk4\/5-md,body[screen=md] .blk80\%-md{width:calc(80% - 20px)}body[screen=md] .blk7\/9-md{width:calc(77.778% - 20px)}body[screen=md] .blk3\/4-md,body[screen=md] .blk75\%-md{width:calc(75% - 20px)}body[screen=md] .blk5\/7-md{width:calc(71.429% - 20px)}body[screen=md] .blk70\%-md,body[screen=md] .blk7\/10-md{width:calc(70% - 20px)}body[screen=md] .blk2\/3-md{width:calc(66.667% - 20px)}body[screen=md] .blk65\%-md{width:calc(65% - 20px)}body[screen=md] .blk5\/8-md{width:calc(62.5% - 20px)}body[screen=md] .blk3\/5-md,body[screen=md] .blk60\%-md{width:calc(60% - 20px)}body[screen=md] .blk4\/7-md{width:calc(57.143% - 20px)}body[screen=md] .blk5\/9-md{width:calc(55.556% - 20px)}body[screen=md] .blk55\%-md{width:calc(55% - 20px)}body[screen=md] .blk1\/2-md,body[screen=md] .blk50\%-md{width:calc(50% - 20px)}body[screen=md] .blk45\%-md{width:calc(45% - 20px)}body[screen=md] .blk4\/9-md{width:calc(44.444% - 20px)}body[screen=md] .blk3\/7-md{width:calc(42.857% - 20px)}body[screen=md] .blk2\/5-md,body[screen=md] .blk40\%-md{width:calc(40% - 20px)}body[screen=md] .blk3\/8-md{width:calc(37.5% - 20px)}body[screen=md] .blk35\%-md{width:calc(35% - 20px)}body[screen=md] .blk1\/3-md{width:calc(33.333% - 20px)}body[screen=md] .blk30\%-md,body[screen=md] .blk3\/10-md{width:calc(30% - 20px)}body[screen=md] .blk2\/7-md{width:calc(28.571% - 20px)}body[screen=md] .blk1\/4-md,body[screen=md] .blk25\%-md{width:calc(25% - 20px)}body[screen=md] .blk2\/9-md{width:calc(22.222% - 20px)}body[screen=md] .blk1\/5-md,body[screen=md] .blk20\%-md{width:calc(20% - 20px)}body[screen=md] .blk1\/6-md{width:calc(16.667% - 20px)}body[screen=md] .blk15\%-md{width:calc(15% - 20px)}body[screen=md] .blk1\/7-md{width:calc(14.286% - 20px)}body[screen=md] .blk1\/8-md{width:calc(12.5% - 20px)}body[screen=md] .blk1\/9-md{width:calc(11.111% - 20px)}body[screen=md] .blk10\%-md,body[screen=md] .blk1\/10-md{width:calc(10% - 20px)}body[screen=md] .blk5\%-md{width:calc(5% - 20px)}body[screen=md] .blkgroup.blk100\%-md,body[screen=md] .blkgroup.blk1\/1-md{width:100%}body[screen=md] .blkgroup.blk95\%-md{width:95%}body[screen=md] .blkgroup.blk90\%-md,body[screen=md] .blkgroup.blk9\/10-md{width:90%}body[screen=md] .blkgroup.blk8\/9-md{width:88.889%}body[screen=md] .blkgroup.blk7\/8-md{width:87.5%}body[screen=md] .blkgroup.blk6\/7-md{width:85.714%}body[screen=md] .blkgroup.blk85\%-md{width:85%}body[screen=md] .blkgroup.blk5\/6 -md{width:83.333%}body[screen=md] .blkgroup.blk4\/5-md,body[screen=md] .blkgroup.blk80\%-md{width:80%}body[screen=md] .blkgroup.blk7\/9-md{width:77.778%}body[screen=md] .blkgroup.blk3\/4-md,body[screen=md] .blkgroup.blk75\%-md{width:75%}body[screen=md] .blkgroup.blk5\/7-md{width:71.429%}body[screen=md] .blkgroup.blk70\%-md,body[screen=md] .blkgroup.blk7\/10-md{width:70%}body[screen=md] .blkgroup.blk2\/3-md{width:66.667%}body[screen=md] .blkgroup.blk65\%-md{width:65%}body[screen=md] .blkgroup.blk3\/5-md,body[screen=md] .blkgroup.blk60\%-md{width:60%}body[screen=md] .blkgroup.blk4\/7-md{width:57.143%}body[screen=md] .blkgroup.blk5\/9-md{width:55.556%}body[screen=md] .blkgroup.blk55\%-md{width:55%}body[screen=md] .blkgroup.blk1\/2-md,body[screen=md] .blkgroup.blk50\%-md{width:50%}body[screen=md] .blkgroup.blk45\%-md{width:45%}body[screen=md] .blkgroup.blk4\/9-md{width:44.444%}body[screen=md] .blkgroup.blk3\/7-md{width:42.857%}body[screen=md] .blkgroup.blk2\/5-md,body[screen=md] .blkgroup.blk40\%-md{width:40%}body[screen=md] .blkgroup.blk3\/8-md{width:37.5%}body[screen=md] .blkgroup.blk35\%-md{width:35%}body[screen=md] .blkgroup.blk1\/3-md{width:33.333%}body[screen=md] .blkgroup.blk30\%-md,body[screen=md] .blkgroup.blk3\/10-md{width:30%}body[screen=md] .blkgroup.blk2\/7-md{width:28.571%}body[screen=md] .blkgroup.blk1\/4-md,body[screen=md] .blkgroup.blk25\%-md{width:25%}body[screen=md] .blkgroup.blk2\/9-md{width:22.222%}body[screen=md] .blkgroup.blk1\/5-md,body[screen=md] .blkgroup.blk20\%-md{width:20%}body[screen=md] .blkgroup.blk1\/6-md{width:16.667%}body[screen=md] .blkgroup.blk15\%-md{width:15%}body[screen=md] .blkgroup.blk1\/7-md{width:14.286%}body[screen=md] .blkgroup.blk1\/8-md{width:12.5%}body[screen=md] .blkgroup.blk1\/9-md{width:11.111%}body[screen=md] .blkgroup.blk10\%-md,body[screen=md] .blkgroup.blk1\/10-md{width:10%}body[screen=md] .blkgroup.blk5\%-md{width:5%}body[screen=sm] .blk100\%-sm,body[screen=sm] .blk1\/1-sm{width:calc(100% - 20px)}body[screen=sm] .blk95\%-sm{width:calc(95% - 20px)}body[screen=sm] .blk90\%-sm,body[screen=sm] .blk9\/10-sm{width:calc(90% - 20px)}body[screen=sm] .blk8\/9-sm{width:calc(88.889% - 20px)}body[screen=sm] .blk7\/8-sm{width:calc(87.5% - 20px)}body[screen=sm] .blk6\/7-sm{width:calc(85.714% - 20px)}body[screen=sm] .blk85\%-sm{width:calc(85% - 20px)}body[screen=sm] .blk5\/6-sm{width:calc(83.333% - 20px)}body[screen=sm] .blk4\/5-sm,body[screen=sm] .blk80\%-sm{width:calc(80% - 20px)}body[screen=sm] .blk7\/9-sm{width:calc(77.778% - 20px)}body[screen=sm] .blk3\/4-sm,body[screen=sm] .blk75\%-sm{width:calc(75% - 20px)}body[screen=sm] .blk5\/7-sm{width:calc(71.429% - 20px)}body[screen=sm] .blk70\%-sm,body[screen=sm] .blk7\/10-sm{width:calc(70% - 20px)}body[screen=sm] .blk2\/3-sm{width:calc(66.667% - 20px)}body[screen=sm] .blk65\%-sm{width:calc(65% - 20px)}body[screen=sm] .blk5\/8-sm{width:calc(62.5% - 20px)}body[screen=sm] .blk3\/5-sm,body[screen=sm] .blk60\%-sm{width:calc(60% - 20px)}body[screen=sm] .blk4\/7-sm{width:calc(57.143% - 20px)}body[screen=sm] .blk5\/9-sm{width:calc(55.556% - 20px)}body[screen=sm] .blk55\%-sm{width:calc(55% - 20px)}body[screen=sm] .blk1\/2-sm,body[screen=sm] .blk50\%-sm{width:calc(50% - 20px)}body[screen=sm] .blk45\%-sm{width:calc(45% - 20px)}body[screen=sm] .blk4\/9-sm{width:calc(44.444% - 20px)}body[screen=sm] .blk3\/7-sm{width:calc(42.857% - 20px)}body[screen=sm] .blk2\/5-sm,body[screen=sm] .blk40\%-sm{width:calc(40% - 20px)}body[screen=sm] .blk3\/8-sm{width:calc(37.5% - 20px)}body[screen=sm] .blk35\%-sm{width:calc(35% - 20px)}body[screen=sm] .blk1\/3-sm{width:calc(33.333% - 20px)}body[screen=sm] .blk30\%-sm,body[screen=sm] .blk3\/10-sm{width:calc(30% - 20px)}body[screen=sm] .blk2\/7-sm{width:calc(28.571% - 20px)}body[screen=sm] .blk1\/4-sm,body[screen=sm] .blk25\%-sm{width:calc(25% - 20px)}body[screen=sm] .blk2\/9-sm{width:calc(22.222% - 20px)}body[screen=sm] .blk1\/5-sm,body[screen=sm] .blk20\%-sm{width:calc(20% - 20px)}body[screen=sm] .blk1\/6-sm{width:calc(16.667% - 20px)}body[screen=sm] .blk15\%-sm{width:calc(15% - 20px)}body[screen=sm] .blk1\/7-sm{width:calc(14.286% - 20px)}body[screen=sm] .blk1\/8-sm{width:calc(12.5% - 20px)}body[screen=sm] .blk1\/9-sm{width:calc(11.111% - 20px)}body[screen=sm] .blk10\%-sm,body[screen=sm] .blk1\/10-sm{width:calc(10% - 20px)}body[screen=sm] .blk5\%-sm{width:calc(5% - 20px)}body[screen=sm] .blkgroup.blk100\%-sm,body[screen=sm] .blkgroup.blk1\/1-sm{width:100%}body[screen=sm] .blkgroup.blk95\%-sm{width:95%}body[screen=sm] .blkgroup.blk90\%-sm,body[screen=sm] .blkgroup.blk9\/10-sm{width:90%}body[screen=sm] .blkgroup.blk8\/9-sm{width:88.889%}body[screen=sm] .blkgroup.blk7\/8-sm{width:87.5%}body[screen=sm] .blkgroup.blk6\/7-sm{width:85.714%}body[screen=sm] .blkgroup.blk85\%-sm{width:85%}body[screen=sm] .blkgroup.blk5\/6 -sm{width:83.333%}body[screen=sm] .blkgroup.blk4\/5-sm,body[screen=sm] .blkgroup.blk80\%-sm{width:80%}body[screen=sm] .blkgroup.blk7\/9-sm{width:77.778%}body[screen=sm] .blkgroup.blk3\/4-sm,body[screen=sm] .blkgroup.blk75\%-sm{width:75%}body[screen=sm] .blkgroup.blk5\/7-sm{width:71.429%}body[screen=sm] .blkgroup.blk70\%-sm,body[screen=sm] .blkgroup.blk7\/10-sm{width:70%}body[screen=sm] .blkgroup.blk2\/3-sm{width:66.667%}body[screen=sm] .blkgroup.blk65\%-sm{width:65%}body[screen=sm] .blkgroup.blk3\/5-sm,body[screen=sm] .blkgroup.blk60\%-sm{width:60%}body[screen=sm] .blkgroup.blk4\/7-sm{width:57.143%}body[screen=sm] .blkgroup.blk5\/9-sm{width:55.556%}body[screen=sm] .blkgroup.blk55\%-sm{width:55%}body[screen=sm] .blkgroup.blk1\/2-sm,body[screen=sm] .blkgroup.blk50\%-sm{width:50%}body[screen=sm] .blkgroup.blk45\%-sm{width:45%}body[screen=sm] .blkgroup.blk4\/9-sm{width:44.444%}body[screen=sm] .blkgroup.blk3\/7-sm{width:42.857%}body[screen=sm] .blkgroup.blk2\/5-sm,body[screen=sm] .blkgroup.blk40\%-sm{width:40%}body[screen=sm] .blkgroup.blk3\/8-sm{width:37.5%}body[screen=sm] .blkgroup.blk35\%-sm{width:35%}body[screen=sm] .blkgroup.blk1\/3-sm{width:33.333%}body[screen=sm] .blkgroup.blk30\%-sm,body[screen=sm] .blkgroup.blk3\/10-sm{width:30%}body[screen=sm] .blkgroup.blk2\/7-sm{width:28.571%}body[screen=sm] .blkgroup.blk1\/4-sm,body[screen=sm] .blkgroup.blk25\%-sm{width:25%}body[screen=sm] .blkgroup.blk2\/9-sm{width:22.222%}body[screen=sm] .blkgroup.blk1\/5-sm,body[screen=sm] .blkgroup.blk20\%-sm{width:20%}body[screen=sm] .blkgroup.blk1\/6-sm{width:16.667%}body[screen=sm] .blkgroup.blk15\%-sm{width:15%}body[screen=sm] .blkgroup.blk1\/7-sm{width:14.286%}body[screen=sm] .blkgroup.blk1\/8-sm{width:12.5%}body[screen=sm] .blkgroup.blk1\/9-sm{width:11.111%}body[screen=sm] .blkgroup.blk10\%-sm,body[screen=sm] .blkgroup.blk1\/10-sm{width:10%}body[screen=sm] .blkgroup.blk5\%-sm{width:5%}body[screen=xs] .blk100\%-xs,body[screen=xs] .blk1\/1-xs{width:calc(100% - 20px)}body[screen=xs] .blk95\%-xs{width:calc(95% - 20px)}body[screen=xs] .blk90\%-xs,body[screen=xs] .blk9\/10-xs{width:calc(90% - 20px)}body[screen=xs] .blk8\/9-xs{width:calc(88.889% - 20px)}body[screen=xs] .blk7\/8-xs{width:calc(87.5% - 20px)}body[screen=xs] .blk6\/7-xs{width:calc(85.714% - 20px)}body[screen=xs] .blk85\%-xs{width:calc(85% - 20px)}body[screen=xs] .blk5\/6-xs{width:calc(83.333% - 20px)}body[screen=xs] .blk4\/5-xs,body[screen=xs] .blk80\%-xs{width:calc(80% - 20px)}body[screen=xs] .blk7\/9-xs{width:calc(77.778% - 20px)}body[screen=xs] .blk3\/4-xs,body[screen=xs] .blk75\%-xs{width:calc(75% - 20px)}body[screen=xs] .blk5\/7-xs{width:calc(71.429% - 20px)}body[screen=xs] .blk70\%-xs,body[screen=xs] .blk7\/10-xs{width:calc(70% - 20px)}body[screen=xs] .blk2\/3-xs{width:calc(66.667% - 20px)}body[screen=xs] .blk65\%-xs{width:calc(65% - 20px)}body[screen=xs] .blk5\/8-xs{width:calc(62.5% - 20px)}body[screen=xs] .blk3\/5-xs,body[screen=xs] .blk60\%-xs{width:calc(60% - 20px)}body[screen=xs] .blk4\/7-xs{width:calc(57.143% - 20px)}body[screen=xs] .blk5\/9-xs{width:calc(55.556% - 20px)}body[screen=xs] .blk55\%-xs{width:calc(55% - 20px)}body[screen=xs] .blk1\/2-xs,body[screen=xs] .blk50\%-xs{width:calc(50% - 20px)}body[screen=xs] .blk45\%-xs{width:calc(45% - 20px)}body[screen=xs] .blk4\/9-xs{width:calc(44.444% - 20px)}body[screen=xs] .blk3\/7-xs{width:calc(42.857% - 20px)}body[screen=xs] .blk2\/5-xs,body[screen=xs] .blk40\%-xs{width:calc(40% - 20px)}body[screen=xs] .blk3\/8-xs{width:calc(37.5% - 20px)}body[screen=xs] .blk35\%-xs{width:calc(35% - 20px)}body[screen=xs] .blk1\/3-xs{width:calc(33.333% - 20px)}body[screen=xs] .blk30\%-xs,body[screen=xs] .blk3\/10-xs{width:calc(30% - 20px)}body[screen=xs] .blk2\/7-xs{width:calc(28.571% - 20px)}body[screen=xs] .blk1\/4-xs,body[screen=xs] .blk25\%-xs{width:calc(25% - 20px)}body[screen=xs] .blk2\/9-xs{width:calc(22.222% - 20px)}body[screen=xs] .blk1\/5-xs,body[screen=xs] .blk20\%-xs{width:calc(20% - 20px)}body[screen=xs] .blk1\/6-xs{width:calc(16.667% - 20px)}body[screen=xs] .blk15\%-xs{width:calc(15% - 20px)}body[screen=xs] .blk1\/7-xs{width:calc(14.286% - 20px)}body[screen=xs] .blk1\/8-xs{width:calc(12.5% - 20px)}body[screen=xs] .blk1\/9-xs{width:calc(11.111% - 20px)}body[screen=xs] .blk10\%-xs,body[screen=xs] .blk1\/10-xs{width:calc(10% - 20px)}body[screen=xs] .blk5\%-xs{width:calc(5% - 20px)}body[screen=xs] .blkgroup.blk100\%-xs,body[screen=xs] .blkgroup.blk1\/1-xs{width:100%}body[screen=xs] .blkgroup.blk95\%-xs{width:95%}body[screen=xs] .blkgroup.blk90\%-xs,body[screen=xs] .blkgroup.blk9\/10-xs{width:90%}body[screen=xs] .blkgroup.blk8\/9-xs{width:88.889%}body[screen=xs] .blkgroup.blk7\/8-xs{width:87.5%}body[screen=xs] .blkgroup.blk6\/7-xs{width:85.714%}body[screen=xs] .blkgroup.blk85\%-xs{width:85%}body[screen=xs] .blkgroup.blk5\/6 -xs{width:83.333%}body[screen=xs] .blkgroup.blk4\/5-xs,body[screen=xs] .blkgroup.blk80\%-xs{width:80%}body[screen=xs] .blkgroup.blk7\/9-xs{width:77.778%}body[screen=xs] .blkgroup.blk3\/4-xs,body[screen=xs] .blkgroup.blk75\%-xs{width:75%}body[screen=xs] .blkgroup.blk5\/7-xs{width:71.429%}body[screen=xs] .blkgroup .blk70\%-xs,body[screen=xs] .blkgroup.blk7\/10-xs{width:70%}body[screen=xs] .blkgroup.blk2\/3-xs{width:66.667%}body[screen=xs] .blkgroup.blk65\%-xs{width:65%}body[screen=xs] .blkgroup.blk3\/5-xs,body[screen=xs] .blkgroup.blk60\%-xs{width:60%}body[screen=xs] .blkgroup.blk4\/7-xs{width:57.143%}body[screen=xs] .blkgroup.blk5\/9-xs{width:55.556%}body[screen=xs] .blkgroup.blk55\%-xs{width:55%}body[screen=xs] .blkgroup.blk1\/2-xs,body[screen=xs] .blkgroup.blk50\%-xs{width:50%}body[screen=xs] .blkgroup.blk45\%-xs{width:45%}body[screen=xs] .blkgroup.blk4\/9-xs{width:44.444%}body[screen=xs] .blkgroup.blk3\/7-xs{width:42.857%}body[screen=xs] .blkgroup.blk2\/5-xs,body[screen=xs] .blkgroup.blk40\%-xs{width:40%}body[screen=xs] .blkgroup.blk3\/8-xs{width:37.5%}body[screen=xs] .blkgroup.blk35\%-xs{width:35%}body[screen=xs] .blkgroup.blk1\/3-xs{width:33.333%}body[screen=xs] .blkgroup.blk30\%-xs,body[screen=xs] .blkgroup.blk3\/10-xs{width:30%}body[screen=xs] .blkgroup.blk2\/7-xs{width:28.571%}body[screen=xs] .blkgroup.blk1\/4-xs,body[screen=xs] .blkgroup.blk25\%-xs{width:25%}body[screen=xs] .blkgroup.blk2\/9-xs{width:22.222%}body[screen=xs] .blkgroup.blk1\/5-xs,body[screen=xs] .blkgroup.blk20\%-xs{width:20%}body[screen=xs] .blkgroup.blk1\/6-xs{width:16.667%}body[screen=xs] .blkgroup.blk15\%-xs{width:15%}body[screen=xs] .blkgroup.blk1\/7-xs{width:14.286%}body[screen=xs] .blkgroup.blk1\/8-xs{width:12.5%}body[screen=xs] .blkgroup.blk1\/9-xs{width:11.111%}body[screen=xs] .blkgroup.blk10\%-xs,body[screen=xs] .blkgroup.blk1\/10-xs{width:10%}body[screen=xs] .blkgroup.blk5\%-xs{width:5%}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(/templates/lyquix/fonts/font-awesome/font-awesome.eot?v=4.3.0);src:url(/templates/lyquix/fonts/font-awesome/font-awesome.eot?#iefix&v=4.3.0) format("embedded-opentype"),url(/templates/lyquix/fonts/font-awesome/font-awesome.woff2?v=4.3.0) format("woff2"),url(/templates/lyquix/fonts/font-awesome/font-awesome.woff?v=4.3.0) format("woff"),url(/templates/lyquix/fonts/font-awesome/font-awesome.ttf?v=4.3.0) format("truetype"),url(/templates/lyquix/fonts/font-awesome/font-awesome.svg?v=4.3.0#fontawesomeregular) format("svg")}@font-face{font-family:IonIcons;font-style:normal;font-weight:400;src:url(/templates/lyquix/fonts/ionicons/ionicons.eot?v=2.0.0);src:url(/templates/lyquix/fonts/ionicons/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(/templates/lyquix/fonts/ionicons/ionicons.ttf?v=2.0.0) format("truetype"),url(/templates/lyquix/fonts/ionicons/ionicons.woff?v=2.0.0) format("woff"),url(/templates/lyquix/fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons) format("svg")}.icon-lg:before,.icon:before{speak:none;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-lg:before{font-size:32px}#lyqbox .close:before,#lyqbox .next:before,#lyqbox .prev:before,#lyqbox .zoom-in:before,#lyqbox .zoom-out:before,.icon-xl:before{speak:none;font-size:16px;font-size:64px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.fa-glass:before{content:"";font-family:FontAwesome}.fa-music:before{content:"";font-family:FontAwesome}.fa-search:before{content:"";font-family:FontAwesome}.fa-envelope-o:before{content:"";font-family:FontAwesome}.fa-heart:before{content:"";font-family:FontAwesome}.fa-star:before{content:"";font-family:FontAwesome}.fa-star-o:before{content:"";font-family:FontAwesome}.fa-user:before{content:"";font-family:FontAwesome}.fa-film:before{content:"";font-family:FontAwesome}.fa-th-large:before{content:"";font-family:FontAwesome}.fa-th:before{content:"";font-family:FontAwesome}.fa-th-list:before{content:"";font-family:FontAwesome}.fa-check:before{content:"";font-family:FontAwesome}.fa-close:before,.fa-remove:before,.fa-times:before{content:"";font-family:FontAwesome}.fa-search-plus:before{content:"";font-family:FontAwesome}.fa-search-minus:before{content:"";font-family:FontAwesome}.fa-power-off:before{content:"";font-family:FontAwesome}.fa-signal:before{content:"";font-family:FontAwesome}.fa-cog:before,.fa-gear:before{content:"";font-family:FontAwesome}.fa-trash-o:before{content:"";font-family:FontAwesome}.fa-home:before{content:"";font-family:FontAwesome}.fa-file-o:before{content:"";font-family:FontAwesome}.fa-clock-o:before{content:"";font-family:FontAwesome}.fa-road:before{content:"";font-family:FontAwesome}.fa-download:before{content:"";font-family:FontAwesome}.fa-arrow-circle-o-down:before{content:"";font-family:FontAwesome}.fa-arrow-circle-o-up:before{content:"";font-family:FontAwesome}.fa-inbox:before{content:"";font-family:FontAwesome}.fa-play-circle-o:before{content:"";font-family:FontAwesome}.fa-repeat:before,.fa-rotate-right:before{content:"";font-family:FontAwesome}.fa-refresh:before{content:"";font-family:FontAwesome}.fa-list-alt:before{content:"";font-family:FontAwesome}.fa-lock:before{content:"";font-family:FontAwesome}.fa-flag:before{content:"";font-family:FontAwesome}.fa-headphones:before{content:"";font-family:FontAwesome}.fa-volume-off:before{content:"";font-family:FontAwesome}.fa-volume-down:before{content:"";font-family:FontAwesome}.fa-volume-up:before{content:"";font-family:FontAwesome}.fa-qrcode:before{content:"";font-family:FontAwesome}.fa-barcode:before{content:"";font-family:FontAwesome}.fa-tag:before{content:"";font-family:FontAwesome}.fa-tags:before{content:"";font-family:FontAwesome}.fa-book:before{content:"";font-family:FontAwesome}.fa-bookmark:before{content:"";font-family:FontAwesome}.fa-print:before{content:"";font-family:FontAwesome}.fa-camera:before{content:"";font-family:FontAwesome}.fa-font:before{content:"";font-family:FontAwesome}.fa-bold:before{content:"";font-family:FontAwesome}.fa-italic:before{content:"";font-family:FontAwesome}.fa-text-height:before{content:"";font-family:FontAwesome}.fa-text-width:before{content:"";font-family:FontAwesome}.fa-align-left:before{content:"";font-family:FontAwesome}.fa-align-center:before{content:"";font-family:FontAwesome}.fa-align-right:before{content:"";font-family:FontAwesome}.fa-align-justify:before{content:"";font-family:FontAwesome}.fa-list:before{content:"";font-family:FontAwesome}.fa-dedent:before,.fa-outdent:before{content:"";font-family:FontAwesome}.fa-indent:before{content:"";font-family:FontAwesome}.fa-video-camera:before{content:"";font-family:FontAwesome}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"";font-family:FontAwesome}.fa-pencil:before{content:"";font-family:FontAwesome}.fa-map-marker:before{content:"";font-family:FontAwesome}.fa-adjust:before{content:"";font-family:FontAwesome}.fa-tint:before{content:"";font-family:FontAwesome}.fa-edit:before,.fa-pencil-square-o:before{content:"";font-family:FontAwesome}.fa-share-square-o:before{content:"";font-family:FontAwesome}.fa-check-square-o:before{content:"";font-family:FontAwesome}.fa-arrows:before{content:"";font-family:FontAwesome}.fa-step-backward:before{content:"";font-family:FontAwesome}.fa-fast-backward:before{content:"";font-family:FontAwesome}.fa-backward:before{content:"";font-family:FontAwesome}.fa-play:before{content:"";font-family:FontAwesome}.fa-pause:before{content:"";font-family:FontAwesome}.fa-stop:before{content:"";font-family:FontAwesome}.fa-forward:before{content:"";font-family:FontAwesome}.fa-fast-forward:before{content:"";font-family:FontAwesome}.fa-step-forward:before{content:"";font-family:FontAwesome}.fa-eject:before{content:"";font-family:FontAwesome}.fa-chevron-left:before{content:"";font-family:FontAwesome}.fa-chevron-right:before{content:"";font-family:FontAwesome}.fa-plus-circle:before{content:"";font-family:FontAwesome}.fa-minus-circle:before{content:"";font-family:FontAwesome}.fa-times-circle:before{content:"";font-family:FontAwesome}.fa-check-circle:before{content:"";font-family:FontAwesome}.fa-question-circle:before{content:"";font-family:FontAwesome}.fa-info-circle:before{content:"";font-family:FontAwesome}.fa-crosshairs:before{content:"";font-family:FontAwesome}.fa-times-circle-o:before{content:"";font-family:FontAwesome}.fa-check-circle-o:before{content:"";font-family:FontAwesome}.fa-ban:before{content:"";font-family:FontAwesome}.fa-arrow-left:before{content:"";font-family:FontAwesome}.fa-arrow-right:before{content:"";font-family:FontAwesome}.fa-arrow-up:before{content:"";font-family:FontAwesome}.fa-arrow-down:before{content:"";font-family:FontAwesome}.fa-mail-forward:before,.fa-share:before{content:"";font-family:FontAwesome}.fa-expand:before{content:"";font-family:FontAwesome}.fa-compress:before{content:"";font-family:FontAwesome}.fa-plus:before{content:"";font-family:FontAwesome}.fa-minus:before{content:"";font-family:FontAwesome}.fa-asterisk:before{content:"";font-family:FontAwesome}.fa-exclamation-circle:before{content:"";font-family:FontAwesome}.fa-gift:before{content:"";font-family:FontAwesome}.fa-leaf:before{content:"";font-family:FontAwesome}.fa-fire:before{content:"";font-family:FontAwesome}.fa-eye:before{content:"";font-family:FontAwesome}.fa-eye-slash:before{content:"";font-family:FontAwesome}.fa-exclamation-triangle:before,.fa-warning:before{content:"";font-family:FontAwesome}.fa-plane:before{content:"";font-family:FontAwesome}.fa-calendar:before{content:"";font-family:FontAwesome}.fa-random:before{content:"";font-family:FontAwesome}.fa-comment:before{content:"";font-family:FontAwesome}.fa-magnet:before{content:"";font-family:FontAwesome}.fa-chevron-up:before{content:"";font-family:FontAwesome}.fa-chevron-down:before{content:"";font-family:FontAwesome}.fa-retweet:before{content:"";font-family:FontAwesome}.fa-shopping-cart:before{content:"";font-family:FontAwesome}.fa-folder:before{content:"";font-family:FontAwesome}.fa-folder-open:before{content:"";font-family:FontAwesome}.fa-arrows-v:before{content:"";font-family:FontAwesome}.fa-arrows-h:before{content:"";font-family:FontAwesome}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"";font-family:FontAwesome}.fa-twitter-square:before{content:"";font-family:FontAwesome}.fa-facebook-square:before{content:"";font-family:FontAwesome}.fa-camera-retro:before{content:"";font-family:FontAwesome}.fa-key:before{content:"";font-family:FontAwesome}.fa-cogs:before,.fa-gears:before{content:"";font-family:FontAwesome}.fa-comments:before{content:"";font-family:FontAwesome}.fa-thumbs-o-up:before{content:"";font-family:FontAwesome}.fa-thumbs-o-down:before{content:"";font-family:FontAwesome}.fa-star-half:before{content:"";font-family:FontAwesome}.fa-heart-o:before{content:"";font-family:FontAwesome}.fa-sign-out:before{content:"";font-family:FontAwesome}.fa-linkedin-square:before{content:"";font-family:FontAwesome}.fa-thumb-tack:before{content:"";font-family:FontAwesome}.fa-external-link:before{content:"";font-family:FontAwesome}.fa-sign-in:before{content:"";font-family:FontAwesome}.fa-trophy:before{content:"";font-family:FontAwesome}.fa-github-square:before{content:"";font-family:FontAwesome}.fa-upload:before{content:"";font-family:FontAwesome}.fa-lemon-o:before{content:"";font-family:FontAwesome}.fa-phone:before{content:"";font-family:FontAwesome}.fa-square-o:before{content:"";font-family:FontAwesome}.fa-bookmark-o:before{content:"";font-family:FontAwesome}.fa-phone-square:before{content:"";font-family:FontAwesome}.fa-twitter:before{content:"";font-family:FontAwesome}.fa-facebook-f:before,.fa-facebook:before{content:"";font-family:FontAwesome}.fa-github:before{content:"";font-family:FontAwesome}.fa-unlock:before{content:"";font-family:FontAwesome}.fa-credit-card:before{content:"";font-family:FontAwesome}.fa-rss:before{content:"";font-family:FontAwesome}.fa-hdd-o:before{content:"";font-family:FontAwesome}.fa-bullhorn:before{content:"";font-family:FontAwesome}.fa-bell:before{content:"";font-family:FontAwesome}.fa-certificate:before{content:"";font-family:FontAwesome}.fa-hand-o-right:before{content:"";font-family:FontAwesome}.fa-hand-o-left:before{content:"";font-family:FontAwesome}.fa-hand-o-up:before{content:"";font-family:FontAwesome}.fa-hand-o-down:before{content:"";font-family:FontAwesome}.fa-arrow-circle-left:before{content:"";font-family:FontAwesome}.fa-arrow-circle-right:before{content:"";font-family:FontAwesome}.fa-arrow-circle-up:before{content:"";font-family:FontAwesome}.fa-arrow-circle-down:before{content:"";font-family:FontAwesome}.fa-globe:before{content:"";font-family:FontAwesome}.fa-wrench:before{content:"";font-family:FontAwesome}.fa-tasks:before{content:"";font-family:FontAwesome}.fa-filter:before{content:"";font-family:FontAwesome}.fa-briefcase:before{content:"";font-family:FontAwesome}.fa-arrows-alt:before{content:"";font-family:FontAwesome}.fa-group:before,.fa-users:before{content:"";font-family:FontAwesome}.fa-chain:before,.fa-link:before{content:"";font-family:FontAwesome}.fa-cloud:before{content:"";font-family:FontAwesome}.fa-flask:before{content:"";font-family:FontAwesome}.fa-cut:before,.fa-scissors:before{content:"";font-family:FontAwesome}.fa-copy:before,.fa-files-o:before{content:"";font-family:FontAwesome}.fa-paperclip:before{content:"";font-family:FontAwesome}.fa-floppy-o:before,.fa-save:before{content:"";font-family:FontAwesome}.fa-square:before{content:"";font-family:FontAwesome}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"";font-family:FontAwesome}.fa-list-ul:before{content:"";font-family:FontAwesome}.fa-list-ol:before{content:"";font-family:FontAwesome}.fa-strikethrough:before{content:"";font-family:FontAwesome}.fa-underline:before{content:"";font-family:FontAwesome}.fa-table:before{content:"";font-family:FontAwesome}.fa-magic:before{content:"";font-family:FontAwesome}.fa-truck:before{content:"";font-family:FontAwesome}.fa-pinterest:before{content:"";font-family:FontAwesome}.fa-pinterest-square:before{content:"";font-family:FontAwesome}.fa-google-plus-square:before{content:"";font-family:FontAwesome}.fa-google-plus:before{content:"";font-family:FontAwesome}.fa-money:before{content:"";font-family:FontAwesome}.fa-caret-down:before{content:"";font-family:FontAwesome}.fa-caret-up:before{content:"";font-family:FontAwesome}.fa-caret-left:before{content:"";font-family:FontAwesome}.fa-caret-right:before{content:"";font-family:FontAwesome}.fa-columns:before{content:"";font-family:FontAwesome}.fa-sort:before,.fa-unsorted:before{content:"";font-family:FontAwesome}.fa-sort-desc:before,.fa-sort-down:before{content:"";font-family:FontAwesome}.fa-sort-asc:before,.fa-sort-up:before{content:"";font-family:FontAwesome}.fa-envelope:before{content:"";font-family:FontAwesome}.fa-linkedin:before{content:"";font-family:FontAwesome}.fa-rotate-left:before,.fa-undo:before{content:"";font-family:FontAwesome}.fa-gavel:before,.fa-legal:before{content:"";font-family:FontAwesome}.fa-dashboard:before,.fa-tachometer:before{content:"";font-family:FontAwesome}.fa-comment-o:before{content:"";font-family:FontAwesome}.fa-comments-o:before{content:"";font-family:FontAwesome}.fa-bolt:before,.fa-flash:before{content:"";font-family:FontAwesome}.fa-sitemap:before{content:"";font-family:FontAwesome}.fa-umbrella:before{content:"";font-family:FontAwesome}.fa-clipboard:before,.fa-paste:before{content:"";font-family:FontAwesome}.fa-lightbulb-o:before{content:"";font-family:FontAwesome}.fa-exchange:before{content:"";font-family:FontAwesome}.fa-cloud-download:before{content:"";font-family:FontAwesome}.fa-cloud-upload:before{content:"";font-family:FontAwesome}.fa-user-md:before{content:"";font-family:FontAwesome}.fa-stethoscope:before{content:"";font-family:FontAwesome}.fa-suitcase:before{content:"";font-family:FontAwesome}.fa-bell-o:before{content:"";font-family:FontAwesome}.fa-coffee:before{content:"";font-family:FontAwesome}.fa-cutlery:before{content:"";font-family:FontAwesome}.fa-file-text-o:before{content:"";font-family:FontAwesome}.fa-building-o:before{content:"";font-family:FontAwesome}.fa-hospital-o:before{content:"";font-family:FontAwesome}.fa-ambulance:before{content:"";font-family:FontAwesome}.fa-medkit:before{content:"";font-family:FontAwesome}.fa-fighter-jet:before{content:"";font-family:FontAwesome}.fa-beer:before{content:"";font-family:FontAwesome}.fa-h-square:before{content:"";font-family:FontAwesome}.fa-plus-square:before{content:"";font-family:FontAwesome}.fa-angle-double-left:before{content:"";font-family:FontAwesome}.fa-angle-double-right:before{content:"";font-family:FontAwesome}.fa-angle-double-up:before{content:"";font-family:FontAwesome}.fa-angle-double-down:before{content:"";font-family:FontAwesome}.fa-angle-left:before{content:"";font-family:FontAwesome}.fa-angle-right:before{content:"";font-family:FontAwesome}.fa-angle-up:before{content:"";font-family:FontAwesome}.fa-angle-down:before{content:"";font-family:FontAwesome}.fa-desktop:before{content:"";font-family:FontAwesome}.fa-laptop:before{content:"";font-family:FontAwesome}.fa-tablet:before{content:"";font-family:FontAwesome}.fa-mobile-phone:before,.fa-mobile:before{content:"";font-family:FontAwesome}.fa-circle-o:before{content:"";font-family:FontAwesome}.fa-quote-left:before{content:"";font-family:FontAwesome}.fa-quote-right:before{content:"";font-family:FontAwesome}.fa-spinner:before{content:"";font-family:FontAwesome}.fa-circle:before{content:"";font-family:FontAwesome}.fa-mail-reply:before,.fa-reply:before{content:"";font-family:FontAwesome}.fa-github-alt:before{content:"";font-family:FontAwesome}.fa-folder-o:before{content:"";font-family:FontAwesome}.fa-folder-open-o:before{content:"";font-family:FontAwesome}.fa-smile-o:before{content:"";font-family:FontAwesome}.fa-frown-o:before{content:"";font-family:FontAwesome}.fa-meh-o:before{content:"";font-family:FontAwesome}.fa-gamepad:before{content:"";font-family:FontAwesome}.fa-keyboard-o:before{content:"";font-family:FontAwesome}.fa-flag-o:before{content:"";font-family:FontAwesome}.fa-flag-checkered:before{content:"";font-family:FontAwesome}.fa-terminal:before{content:"";font-family:FontAwesome}.fa-code:before{content:"";font-family:FontAwesome}.fa-mail-reply-all:before,.fa-reply-all:before{content:"";font-family:FontAwesome}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"";font-family:FontAwesome}.fa-location-arrow:before{content:"";font-family:FontAwesome}.fa-crop:before{content:"";font-family:FontAwesome}.fa-code-fork:before{content:"";font-family:FontAwesome}.fa-chain-broken:before,.fa-unlink:before{content:"";font-family:FontAwesome}.fa-question:before{content:"";font-family:FontAwesome}.fa-info:before{content:"";font-family:FontAwesome}.fa-exclamation:before{content:"";font-family:FontAwesome}.fa-superscript:before{content:"";font-family:FontAwesome}.fa-subscript:before{content:"";font-family:FontAwesome}.fa-eraser:before{content:"";font-family:FontAwesome}.fa-puzzle-piece:before{content:"";font-family:FontAwesome}.fa-microphone:before{content:"";font-family:FontAwesome}.fa-microphone-slash:before{content:"";font-family:FontAwesome}.fa-shield:before{content:"";font-family:FontAwesome}.fa-calendar-o:before{content:"";font-family:FontAwesome}.fa-fire-extinguisher:before{content:"";font-family:FontAwesome}.fa-rocket:before{content:"";font-family:FontAwesome}.fa-maxcdn:before{content:"";font-family:FontAwesome}.fa-chevron-circle-left:before{content:"";font-family:FontAwesome}.fa-chevron-circle-right:before{content:"";font-family:FontAwesome}.fa-chevron-circle-up:before{content:"";font-family:FontAwesome}.fa-chevron-circle-down:before{content:"";font-family:FontAwesome}.fa-html5:before{content:"";font-family:FontAwesome}.fa-css3:before{content:"";font-family:FontAwesome}.fa-anchor:before{content:"";font-family:FontAwesome}.fa-unlock-alt:before{content:"";font-family:FontAwesome}.fa-bullseye:before{content:"";font-family:FontAwesome}.fa-ellipsis-h:before{content:"";font-family:FontAwesome}.fa-ellipsis-v:before{content:"";font-family:FontAwesome}.fa-rss-square:before{content:"";font-family:FontAwesome}.fa-play-circle:before{content:"";font-family:FontAwesome}.fa-ticket:before{content:"";font-family:FontAwesome}.fa-minus-square:before{content:"";font-family:FontAwesome}.fa-minus-square-o:before{content:"";font-family:FontAwesome}.fa-level-up:before{content:"";font-family:FontAwesome}.fa-level-down:before{content:"";font-family:FontAwesome}.fa-check-square:before{content:"";font-family:FontAwesome}.fa-pencil-square:before{content:"";font-family:FontAwesome}.fa-external-link-square:before{content:"";font-family:FontAwesome}.fa-share-square:before{content:"";font-family:FontAwesome}.fa-compass:before{content:"";font-family:FontAwesome}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"";font-family:FontAwesome}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"";font-family:FontAwesome}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"";font-family:FontAwesome}.fa-eur:before,.fa-euro:before{content:"";font-family:FontAwesome}.fa-gbp:before{content:"";font-family:FontAwesome}.fa-dollar:before,.fa-usd:before{content:"";font-family:FontAwesome}.fa-inr:before,.fa-rupee:before{content:"";font-family:FontAwesome}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"";font-family:FontAwesome}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"";font-family:FontAwesome}.fa-krw:before,.fa-won:before{content:"";font-family:FontAwesome}.fa-bitcoin:before,.fa-btc:before{content:"";font-family:FontAwesome}.fa-file:before{content:"";font-family:FontAwesome}.fa-file-text:before{content:"";font-family:FontAwesome}.fa-sort-alpha-asc:before{content:"";font-family:FontAwesome}.fa-sort-alpha-desc:before{content:"";font-family:FontAwesome}.fa-sort-amount-asc:before{content:"";font-family:FontAwesome}.fa-sort-amount-desc:before{content:"";font-family:FontAwesome}.fa-sort-numeric-asc:before{content:"";font-family:FontAwesome}.fa-sort-numeric-desc:before{content:"";font-family:FontAwesome}.fa-thumbs-up:before{content:"";font-family:FontAwesome}.fa-thumbs-down:before{content:"";font-family:FontAwesome}.fa-youtube-square:before{content:"";font-family:FontAwesome}.fa-youtube:before{content:"";font-family:FontAwesome}.fa-xing:before{content:"";font-family:FontAwesome}.fa-xing-square:before{content:"";font-family:FontAwesome}.fa-youtube-play:before{content:"";font-family:FontAwesome}.fa-dropbox:before{content:"";font-family:FontAwesome}.fa-stack-overflow:before{content:"";font-family:FontAwesome}.fa-instagram:before{content:"";font-family:FontAwesome}.fa-flickr:before{content:"";font-family:FontAwesome}.fa-adn:before{content:"";font-family:FontAwesome}.fa-bitbucket:before{content:"";font-family:FontAwesome}.fa-bitbucket-square:before{content:"";font-family:FontAwesome}.fa-tumblr:before{content:"";font-family:FontAwesome}.fa-tumblr-square:before{content:"";font-family:FontAwesome}.fa-long-arrow-down:before{content:"";font-family:FontAwesome}.fa-long-arrow-up:before{content:"";font-family:FontAwesome}.fa-long-arrow-left:before{content:"";font-family:FontAwesome}.fa-long-arrow-right:before{content:"";font-family:FontAwesome}.fa-apple:before{content:"";font-family:FontAwesome}.fa-windows:before{content:"";font-family:FontAwesome}.fa-android:before{content:"";font-family:FontAwesome}.fa-linux:before{content:"";font-family:FontAwesome}.fa-dribbble:before{content:"";font-family:FontAwesome}.fa-skype:before{content:"";font-family:FontAwesome}.fa-foursquare:before{content:"";font-family:FontAwesome}.fa-trello:before{content:"";font-family:FontAwesome}.fa-female:before{content:"";font-family:FontAwesome}.fa-male:before{content:"";font-family:FontAwesome}.fa-gittip:before,.fa-gratipay:before{content:"";font-family:FontAwesome}.fa-sun-o:before{content:"";font-family:FontAwesome}.fa-moon-o:before{content:"";font-family:FontAwesome}.fa-archive:before{content:"";font-family:FontAwesome}.fa-bug:before{content:"";font-family:FontAwesome}.fa-vk:before{content:"";font-family:FontAwesome}.fa-weibo:before{content:"";font-family:FontAwesome}.fa-renren:before{content:"";font-family:FontAwesome}.fa-pagelines:before{content:"";font-family:FontAwesome}.fa-stack-exchange:before{content:"";font-family:FontAwesome}.fa-arrow-circle-o-right:before{content:"";font-family:FontAwesome}.fa-arrow-circle-o-left:before{content:"";font-family:FontAwesome}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"";font-family:FontAwesome}.fa-dot-circle-o:before{content:"";font-family:FontAwesome}.fa-wheelchair:before{content:"";font-family:FontAwesome}.fa-vimeo-square:before{content:"";font-family:FontAwesome}.fa-try:before,.fa-turkish-lira:before{content:"";font-family:FontAwesome}.fa-plus-square-o:before{content:"";font-family:FontAwesome}.fa-space-shuttle:before{content:"";font-family:FontAwesome}.fa-slack:before{content:"";font-family:FontAwesome}.fa-envelope-square:before{content:"";font-family:FontAwesome}.fa-wordpress:before{content:"";font-family:FontAwesome}.fa-openid:before{content:"";font-family:FontAwesome}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"";font-family:FontAwesome}.fa-graduation-cap:before,.fa-mortar-board:before{content:"";font-family:FontAwesome}.fa-yahoo:before{content:"";font-family:FontAwesome}.fa-google:before{content:"";font-family:FontAwesome}.fa-reddit:before{content:"";font-family:FontAwesome}.fa-reddit-square:before{content:"";font-family:FontAwesome}.fa-stumbleupon-circle:before{content:"";font-family:FontAwesome}.fa-stumbleupon:before{content:"";font-family:FontAwesome}.fa-delicious:before{content:"";font-family:FontAwesome}.fa-digg:before{content:"";font-family:FontAwesome}.fa-pied-piper:before{content:"";font-family:FontAwesome}.fa-pied-piper-alt:before{content:"";font-family:FontAwesome}.fa-drupal:before{content:"";font-family:FontAwesome}.fa-joomla:before{content:"";font-family:FontAwesome}.fa-language:before{content:"";font-family:FontAwesome}.fa-fax:before{content:"";font-family:FontAwesome}.fa-building:before{content:"";font-family:FontAwesome}.fa-child:before{content:"";font-family:FontAwesome}.fa-paw:before{content:"";font-family:FontAwesome}.fa-spoon:before{content:"";font-family:FontAwesome}.fa-cube:before{content:"";font-family:FontAwesome}.fa-cubes:before{content:"";font-family:FontAwesome}.fa-behance:before{content:"";font-family:FontAwesome}.fa-behance-square:before{content:"";font-family:FontAwesome}.fa-steam:before{content:"";font-family:FontAwesome}.fa-steam-square:before{content:"";font-family:FontAwesome}.fa-recycle:before{content:"";font-family:FontAwesome}.fa-automobile:before,.fa-car:before{content:"";font-family:FontAwesome}.fa-cab:before,.fa-taxi:before{content:"";font-family:FontAwesome}.fa-tree:before{content:"";font-family:FontAwesome}.fa-spotify:before{content:"";font-family:FontAwesome}.fa-deviantart:before{content:"";font-family:FontAwesome}.fa-soundcloud:before{content:"";font-family:FontAwesome}.fa-database:before{content:"";font-family:FontAwesome}.fa-file-pdf-o:before{content:"";font-family:FontAwesome}.fa-file-word-o:before{content:"";font-family:FontAwesome}.fa-file-excel-o:before{content:"";font-family:FontAwesome}.fa-file-powerpoint-o:before{content:"";font-family:FontAwesome}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"";font-family:FontAwesome}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"";font-family:FontAwesome}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"";font-family:FontAwesome}.fa-file-movie-o:before,.fa-file-video-o:before{content:"";font-family:FontAwesome}.fa-file-code-o:before{content:"";font-family:FontAwesome}.fa-vine:before{content:"";font-family:FontAwesome}.fa-codepen:before{content:"";font-family:FontAwesome}.fa-jsfiddle:before{content:"";font-family:FontAwesome}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"";font-family:FontAwesome}.fa-circle-o-notch:before{content:"";font-family:FontAwesome}.fa-ra:before,.fa-rebel:before{content:"";font-family:FontAwesome}.fa-empire:before,.fa-ge:before{content:"";font-family:FontAwesome}.fa-git-square:before{content:"";font-family:FontAwesome}.fa-git:before{content:"";font-family:FontAwesome}.fa-hacker-news:before{content:"";font-family:FontAwesome}.fa-tencent-weibo:before{content:"";font-family:FontAwesome}.fa-qq:before{content:"";font-family:FontAwesome}.fa-wechat:before,.fa-weixin:before{content:"";font-family:FontAwesome}.fa-paper-plane:before,.fa-send:before{content:"";font-family:FontAwesome}.fa-paper-plane-o:before,.fa-send-o:before{content:"";font-family:FontAwesome}.fa-history:before{content:"";font-family:FontAwesome}.fa-circle-thin:before,.fa-genderless:before{content:"";font-family:FontAwesome}.fa-header:before{content:"";font-family:FontAwesome}.fa-paragraph:before{content:"";font-family:FontAwesome}.fa-sliders:before{content:"";font-family:FontAwesome}.fa-share-alt:before{content:"";font-family:FontAwesome}.fa-share-alt-square:before{content:"";font-family:FontAwesome}.fa-bomb:before{content:"";font-family:FontAwesome}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"";font-family:FontAwesome}.fa-tty:before{content:"";font-family:FontAwesome}.fa-binoculars:before{content:"";font-family:FontAwesome}.fa-plug:before{content:"";font-family:FontAwesome}.fa-slideshare:before{content:"";font-family:FontAwesome}.fa-twitch:before{content:"";font-family:FontAwesome}.fa-yelp:before{content:"";font-family:FontAwesome}.fa-newspaper-o:before{content:"";font-family:FontAwesome}.fa-wifi:before{content:"";font-family:FontAwesome}.fa-calculator:before{content:"";font-family:FontAwesome}.fa-paypal:before{content:"";font-family:FontAwesome}.fa-google-wallet:before{content:"";font-family:FontAwesome}.fa-cc-visa:before{content:"";font-family:FontAwesome}.fa-cc-mastercard:before{content:"";font-family:FontAwesome}.fa-cc-discover:before{content:"";font-family:FontAwesome}.fa-cc-amex:before{content:"";font-family:FontAwesome}.fa-cc-paypal:before{content:"";font-family:FontAwesome}.fa-cc-stripe:before{content:"";font-family:FontAwesome}.fa-bell-slash:before{content:"";font-family:FontAwesome}.fa-bell-slash-o:before{content:"";font-family:FontAwesome}.fa-trash:before{content:"";font-family:FontAwesome}.fa-copyright:before{content:"";font-family:FontAwesome}.fa-at:before{content:"";font-family:FontAwesome}.fa-eyedropper:before{content:"";font-family:FontAwesome}.fa-paint-brush:before{content:"";font-family:FontAwesome}.fa-birthday-cake:before{content:"";font-family:FontAwesome}.fa-area-chart:before{content:"";font-family:FontAwesome}.fa-pie-chart:before{content:"";font-family:FontAwesome}.fa-line-chart:before{content:"";font-family:FontAwesome}.fa-lastfm:before{content:"";font-family:FontAwesome}.fa-lastfm-square:before{content:"";font-family:FontAwesome}.fa-toggle-off:before{content:"";font-family:FontAwesome}.fa-toggle-on:before{content:"";font-family:FontAwesome}.fa-bicycle:before{content:"";font-family:FontAwesome}.fa-bus:before{content:"";font-family:FontAwesome}.fa-ioxhost:before{content:"";font-family:FontAwesome}.fa-angellist:before{content:"";font-family:FontAwesome}.fa-cc:before{content:"";font-family:FontAwesome}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"";font-family:FontAwesome}.fa-meanpath:before{content:"";font-family:FontAwesome}.fa-buysellads:before{content:"";font-family:FontAwesome}.fa-connectdevelop:before{content:"";font-family:FontAwesome}.fa-dashcube:before{content:"";font-family:FontAwesome}.fa-forumbee:before{content:"";font-family:FontAwesome}.fa-leanpub:before{content:"";font-family:FontAwesome}.fa-sellsy:before{content:"";font-family:FontAwesome}.fa-shirtsinbulk:before{content:"";font-family:FontAwesome}.fa-simplybuilt:before{content:"";font-family:FontAwesome}.fa-skyatlas:before{content:"";font-family:FontAwesome}.fa-cart-plus:before{content:"";font-family:FontAwesome}.fa-cart-arrow-down:before{content:"";font-family:FontAwesome}.fa-diamond:before{content:"";font-family:FontAwesome}.fa-ship:before{content:"";font-family:FontAwesome}.fa-user-secret:before{content:"";font-family:FontAwesome}.fa-motorcycle:before{content:"";font-family:FontAwesome}.fa-street-view:before{content:"";font-family:FontAwesome}.fa-heartbeat:before{content:"";font-family:FontAwesome}.fa-venus:before{content:"";font-family:FontAwesome}.fa-mars:before{content:"";font-family:FontAwesome}.fa-mercury:before{content:"";font-family:FontAwesome}.fa-transgender:before{content:"";font-family:FontAwesome}.fa-transgender-alt:before{content:"";font-family:FontAwesome}.fa-venus-double:before{content:"";font-family:FontAwesome}.fa-mars-double:before{content:"";font-family:FontAwesome}.fa-venus-mars:before{content:"";font-family:FontAwesome}.fa-mars-stroke:before{content:"";font-family:FontAwesome}.fa-mars-stroke-v:before{content:"";font-family:FontAwesome}.fa-mars-stroke-h:before{content:"";font-family:FontAwesome}.fa-neuter:before{content:"";font-family:FontAwesome}.fa-facebook-official:before{content:"";font-family:FontAwesome}.fa-pinterest-p:before{content:"";font-family:FontAwesome}.fa-whatsapp:before{content:"";font-family:FontAwesome}.fa-server:before{content:"";font-family:FontAwesome}.fa-user-plus:before{content:"";font-family:FontAwesome}.fa-user-times:before{content:"";font-family:FontAwesome}.fa-bed:before,.fa-hotel:before{content:"";font-family:FontAwesome}.fa-viacoin:before{content:"";font-family:FontAwesome}.fa-train:before{content:"";font-family:FontAwesome}.fa-subway:before{content:"";font-family:FontAwesome}.fa-medium:before{content:"";font-family:FontAwesome}.ion-alert:before{content:"";font-family:IonIcons}.ion-alert-circled:before{content:"";font-family:IonIcons}.ion-android-add:before{content:"";font-family:IonIcons}.ion-android-add-circle:before{content:"";font-family:IonIcons}.ion-android-alarm-clock:before{content:"";font-family:IonIcons}.ion-android-alert:before{content:"";font-family:IonIcons}.ion-android-apps:before{content:"";font-family:IonIcons}.ion-android-archive:before{content:"";font-family:IonIcons}.ion-android-arrow-back:before{content:"";font-family:IonIcons}.ion-android-arrow-down:before{content:"";font-family:IonIcons}.ion-android-arrow-dropdown:before{content:"";font-family:IonIcons}.ion-android-arrow-dropdown-circle:before{content:"";font-family:IonIcons}.ion-android-arrow-dropleft:before{content:"";font-family:IonIcons}.ion-android-arrow-dropleft-circle:before{content:"";font-family:IonIcons}.ion-android-arrow-dropright:before{content:"";font-family:IonIcons}.ion-android-arrow-dropright-circle:before{content:"";font-family:IonIcons}.ion-android-arrow-dropup:before{content:"";font-family:IonIcons}.ion-android-arrow-dropup-circle:before{content:"";font-family:IonIcons}.ion-android-arrow-forward:before{content:"";font-family:IonIcons}.ion-android-arrow-up:before{content:"";font-family:IonIcons}.ion-android-attach:before{content:"";font-family:IonIcons}.ion-android-bar:before{content:"";font-family:IonIcons}.ion-android-bicycle:before{content:"";font-family:IonIcons}.ion-android-boat:before{content:"";font-family:IonIcons}.ion-android-bookmark:before{content:"";font-family:IonIcons}.ion-android-bulb:before{content:"";font-family:IonIcons}.ion-android-bus:before{content:"";font-family:IonIcons}.ion-android-calendar:before{content:"";font-family:IonIcons}.ion-android-call:before{content:"";font-family:IonIcons}.ion-android-camera:before{content:"";font-family:IonIcons}.ion-android-cancel:before{content:"";font-family:IonIcons}.ion-android-car:before{content:"";font-family:IonIcons}.ion-android-cart:before{content:"";font-family:IonIcons}.ion-android-chat:before{content:"";font-family:IonIcons}.ion-android-checkbox:before{content:"";font-family:IonIcons}.ion-android-checkbox-blank:before{content:"";font-family:IonIcons}.ion-android-checkbox-outline:before{content:"";font-family:IonIcons}.ion-android-checkbox-outline-blank:before{content:"";font-family:IonIcons}.ion-android-checkmark-circle:before{content:"";font-family:IonIcons}.ion-android-clipboard:before{content:"";font-family:IonIcons}.ion-android-close:before{content:"";font-family:IonIcons}.ion-android-cloud:before{content:"";font-family:IonIcons}.ion-android-cloud-circle:before{content:"";font-family:IonIcons}.ion-android-cloud-done:before{content:"";font-family:IonIcons}.ion-android-cloud-outline:before{content:"";font-family:IonIcons}.ion-android-color-palette:before{content:"";font-family:IonIcons}.ion-android-compass:before{content:"";font-family:IonIcons}.ion-android-contact:before{content:"";font-family:IonIcons}.ion-android-contacts:before{content:"";font-family:IonIcons}.ion-android-contract:before{content:"";font-family:IonIcons}.ion-android-create:before{content:"";font-family:IonIcons}.ion-android-delete:before{content:"";font-family:IonIcons}.ion-android-desktop:before{content:"";font-family:IonIcons}.ion-android-document:before{content:"";font-family:IonIcons}.ion-android-done:before{content:"";font-family:IonIcons}.ion-android-done-all:before{content:"";font-family:IonIcons}.ion-android-download:before{content:"";font-family:IonIcons}.ion-android-drafts:before{content:"";font-family:IonIcons}.ion-android-exit:before{content:"";font-family:IonIcons}.ion-android-expand:before{content:"";font-family:IonIcons}.ion-android-favorite:before{content:"";font-family:IonIcons}.ion-android-favorite-outline:before{content:"";font-family:IonIcons}.ion-android-film:before{content:"";font-family:IonIcons}.ion-android-folder:before{content:"";font-family:IonIcons}.ion-android-folder-open:before{content:"";font-family:IonIcons}.ion-android-funnel:before{content:"";font-family:IonIcons}.ion-android-globe:before{content:"";font-family:IonIcons}.ion-android-hand:before{content:"";font-family:IonIcons}.ion-android-hangout:before{content:"";font-family:IonIcons}.ion-android-happy:before{content:"";font-family:IonIcons}.ion-android-home:before{content:"";font-family:IonIcons}.ion-android-image:before{content:"";font-family:IonIcons}.ion-android-laptop:before{content:"";font-family:IonIcons}.ion-android-list:before{content:"";font-family:IonIcons}.ion-android-locate:before{content:"";font-family:IonIcons}.ion-android-lock:before{content:"";font-family:IonIcons}.ion-android-mail:before{content:"";font-family:IonIcons}.ion-android-map:before{content:"";font-family:IonIcons}.ion-android-menu:before{content:"";font-family:IonIcons}.ion-android-microphone:before{content:"";font-family:IonIcons}.ion-android-microphone-off:before{content:"";font-family:IonIcons}.ion-android-more-horizontal:before{content:"";font-family:IonIcons}.ion-android-more-vertical:before{content:"";font-family:IonIcons}.ion-android-navigate:before{content:"";font-family:IonIcons}.ion-android-notifications:before{content:"";font-family:IonIcons}.ion-android-notifications-none:before{content:"";font-family:IonIcons}.ion-android-notifications-off:before{content:"";font-family:IonIcons}.ion-android-open:before{content:"";font-family:IonIcons}.ion-android-options:before{content:"";font-family:IonIcons}.ion-android-people:before{content:"";font-family:IonIcons}.ion-android-person:before{content:"";font-family:IonIcons}.ion-android-person-add:before{content:"";font-family:IonIcons}.ion-android-phone-landscape:before{content:"";font-family:IonIcons}.ion-android-phone-portrait:before{content:"";font-family:IonIcons}.ion-android-pin:before{content:"";font-family:IonIcons}.ion-android-plane:before{content:"";font-family:IonIcons}.ion-android-playstore:before{content:"";font-family:IonIcons}.ion-android-print:before{content:"";font-family:IonIcons}.ion-android-radio-button-off:before{content:"";font-family:IonIcons}.ion-android-radio-button-on:before{content:"";font-family:IonIcons}.ion-android-refresh:before{content:"";font-family:IonIcons}.ion-android-remove:before{content:"";font-family:IonIcons}.ion-android-remove-circle:before{content:"";font-family:IonIcons}.ion-android-restaurant:before{content:"";font-family:IonIcons}.ion-android-sad:before{content:"";font-family:IonIcons}.ion-android-search:before{content:"";font-family:IonIcons}.ion-android-send:before{content:"";font-family:IonIcons}.ion-android-settings:before{content:"";font-family:IonIcons}.ion-android-share:before{content:"";font-family:IonIcons}.ion-android-share-alt:before{content:"";font-family:IonIcons}.ion-android-star:before{content:"";font-family:IonIcons}.ion-android-star-half:before{content:"";font-family:IonIcons}.ion-android-star-outline:before{content:"";font-family:IonIcons}.ion-android-stopwatch:before{content:"";font-family:IonIcons}.ion-android-subway:before{content:"";font-family:IonIcons}.ion-android-sunny:before{content:"";font-family:IonIcons}.ion-android-sync:before{content:"";font-family:IonIcons}.ion-android-textsms:before{content:"";font-family:IonIcons}.ion-android-time:before{content:"";font-family:IonIcons}.ion-android-train:before{content:"";font-family:IonIcons}.ion-android-unlock:before{content:"";font-family:IonIcons}.ion-android-upload:before{content:"";font-family:IonIcons}.ion-android-volume-down:before{content:"";font-family:IonIcons}.ion-android-volume-mute:before{content:"";font-family:IonIcons}.ion-android-volume-off:before{content:"";font-family:IonIcons}.ion-android-volume-up:before{content:"";font-family:IonIcons}.ion-android-walk:before{content:"";font-family:IonIcons}.ion-android-warning:before{content:"";font-family:IonIcons}.ion-android-watch:before{content:"";font-family:IonIcons}.ion-android-wifi:before{content:"";font-family:IonIcons}.ion-aperture:before{content:"";font-family:IonIcons}.ion-archive:before{content:"";font-family:IonIcons}.ion-arrow-down-a:before{content:"";font-family:IonIcons}.ion-arrow-down-b:before{content:"";font-family:IonIcons}.ion-arrow-down-c:before{content:"";font-family:IonIcons}.ion-arrow-expand:before{content:"";font-family:IonIcons}.ion-arrow-graph-down-left:before{content:"";font-family:IonIcons}.ion-arrow-graph-down-right:before{content:"";font-family:IonIcons}.ion-arrow-graph-up-left:before{content:"";font-family:IonIcons}.ion-arrow-graph-up-right:before{content:"";font-family:IonIcons}.ion-arrow-left-a:before{content:"";font-family:IonIcons}.ion-arrow-left-b:before{content:"";font-family:IonIcons}.ion-arrow-left-c:before{content:"";font-family:IonIcons}.ion-arrow-move:before{content:"";font-family:IonIcons}.ion-arrow-resize:before{content:"";font-family:IonIcons}.ion-arrow-return-left:before{content:"";font-family:IonIcons}.ion-arrow-return-right:before{content:"";font-family:IonIcons}.ion-arrow-right-a:before{content:"";font-family:IonIcons}.ion-arrow-right-b:before{content:"";font-family:IonIcons}.ion-arrow-right-c:before{content:"";font-family:IonIcons}.ion-arrow-shrink:before{content:"";font-family:IonIcons}.ion-arrow-swap:before{content:"";font-family:IonIcons}.ion-arrow-up-a:before{content:"";font-family:IonIcons}.ion-arrow-up-b:before{content:"";font-family:IonIcons}.ion-arrow-up-c:before{content:"";font-family:IonIcons}.ion-asterisk:before{content:"";font-family:IonIcons}.ion-at:before{content:"";font-family:IonIcons}.ion-backspace:before{content:"";font-family:IonIcons}.ion-backspace-outline:before{content:"";font-family:IonIcons}.ion-bag:before{content:"";font-family:IonIcons}.ion-battery-charging:before{content:"";font-family:IonIcons}.ion-battery-empty:before{content:"";font-family:IonIcons}.ion-battery-full:before{content:"";font-family:IonIcons}.ion-battery-half:before{content:"";font-family:IonIcons}.ion-battery-low:before{content:"";font-family:IonIcons}.ion-beaker:before{content:"";font-family:IonIcons}.ion-beer:before{content:"";font-family:IonIcons}.ion-bluetooth:before{content:"";font-family:IonIcons}.ion-bonfire:before{content:"";font-family:IonIcons}.ion-bookmark:before{content:"";font-family:IonIcons}.ion-bowtie:before{content:"";font-family:IonIcons}.ion-briefcase:before{content:"";font-family:IonIcons}.ion-bug:before{content:"";font-family:IonIcons}.ion-calculator:before{content:"";font-family:IonIcons}.ion-calendar:before{content:"";font-family:IonIcons}.ion-camera:before{content:"";font-family:IonIcons}.ion-card:before{content:"";font-family:IonIcons}.ion-cash:before{content:"";font-family:IonIcons}.ion-chatbox:before{content:"";font-family:IonIcons}.ion-chatbox-working:before{content:"";font-family:IonIcons}.ion-chatboxes:before{content:"";font-family:IonIcons}.ion-chatbubble:before{content:"";font-family:IonIcons}.ion-chatbubble-working:before{content:"";font-family:IonIcons}.ion-chatbubbles:before{content:"";font-family:IonIcons}.ion-checkmark:before{content:"";font-family:IonIcons}.ion-checkmark-circled:before{content:"";font-family:IonIcons}.ion-checkmark-round:before{content:"";font-family:IonIcons}.ion-chevron-down:before{content:"";font-family:IonIcons}.ion-chevron-left:before{content:"";font-family:IonIcons}.ion-chevron-right:before{content:"";font-family:IonIcons}.ion-chevron-up:before{content:"";font-family:IonIcons}.ion-clipboard:before{content:"";font-family:IonIcons}.ion-clock:before{content:"";font-family:IonIcons}.ion-close:before{content:"";font-family:IonIcons}.ion-close-circled:before{content:"";font-family:IonIcons}.ion-close-round:before{content:"";font-family:IonIcons}.ion-closed-captioning:before{content:"";font-family:IonIcons}.ion-cloud:before{content:"";font-family:IonIcons}.ion-code:before{content:"";font-family:IonIcons}.ion-code-download:before{content:"";font-family:IonIcons}.ion-code-working:before{content:"";font-family:IonIcons}.ion-coffee:before{content:"";font-family:IonIcons}.ion-compass:before{content:"";font-family:IonIcons}.ion-compose:before{content:"";font-family:IonIcons}.ion-connection-bars:before{content:"";font-family:IonIcons}.ion-contrast:before{content:"";font-family:IonIcons}.ion-crop:before{content:"";font-family:IonIcons}.ion-cube:before{content:"";font-family:IonIcons}.ion-disc:before{content:"";font-family:IonIcons}.ion-document:before{content:"";font-family:IonIcons}.ion-document-text:before{content:"";font-family:IonIcons}.ion-drag:before{content:"";font-family:IonIcons}.ion-earth:before{content:"";font-family:IonIcons}.ion-easel:before{content:"";font-family:IonIcons}.ion-edit:before{content:"";font-family:IonIcons}.ion-egg:before{content:"";font-family:IonIcons}.ion-eject:before{content:"";font-family:IonIcons}.ion-email:before{content:"";font-family:IonIcons}.ion-email-unread:before{content:"";font-family:IonIcons}.ion-erlenmeyer-flask:before{content:"";font-family:IonIcons}.ion-erlenmeyer-flask-bubbles:before{content:"";font-family:IonIcons}.ion-eye:before{content:"";font-family:IonIcons}.ion-eye-disabled:before{content:"";font-family:IonIcons}.ion-female:before{content:"";font-family:IonIcons}.ion-filing:before{content:"";font-family:IonIcons}.ion-film-marker:before{content:"";font-family:IonIcons}.ion-fireball:before{content:"";font-family:IonIcons}.ion-flag:before{content:"";font-family:IonIcons}.ion-flame:before{content:"";font-family:IonIcons}.ion-flash:before{content:"";font-family:IonIcons}.ion-flash-off:before{content:"";font-family:IonIcons}.ion-folder:before{content:"";font-family:IonIcons}.ion-fork:before{content:"";font-family:IonIcons}.ion-fork-repo:before{content:"";font-family:IonIcons}.ion-forward:before{content:"";font-family:IonIcons}.ion-funnel:before{content:"";font-family:IonIcons}.ion-gear-a:before{content:"";font-family:IonIcons}.ion-gear-b:before{content:"";font-family:IonIcons}.ion-grid:before{content:"";font-family:IonIcons}.ion-hammer:before{content:"";font-family:IonIcons}.ion-happy:before{content:"";font-family:IonIcons}.ion-happy-outline:before{content:"";font-family:IonIcons}.ion-headphone:before{content:"";font-family:IonIcons}.ion-heart:before{content:"";font-family:IonIcons}.ion-heart-broken:before{content:"";font-family:IonIcons}.ion-help:before{content:"";font-family:IonIcons}.ion-help-buoy:before{content:"";font-family:IonIcons}.ion-help-circled:before{content:"";font-family:IonIcons}.ion-home:before{content:"";font-family:IonIcons}.ion-icecream:before{content:"";font-family:IonIcons}.ion-image:before{content:"";font-family:IonIcons}.ion-images:before{content:"";font-family:IonIcons}.ion-information:before{content:"";font-family:IonIcons}.ion-information-circled:before{content:"";font-family:IonIcons}.ion-ionic:before{content:"";font-family:IonIcons}.ion-ios-alarm:before{content:"";font-family:IonIcons}.ion-ios-alarm-outline:before{content:"";font-family:IonIcons}.ion-ios-albums:before{content:"";font-family:IonIcons}.ion-ios-albums-outline:before{content:"";font-family:IonIcons}.ion-ios-americanfootball:before{content:"";font-family:IonIcons}.ion-ios-americanfootball-outline:before{content:"";font-family:IonIcons}.ion-ios-analytics:before{content:"";font-family:IonIcons}.ion-ios-analytics-outline:before{content:"";font-family:IonIcons}.ion-ios-arrow-back:before{content:"";font-family:IonIcons}.ion-ios-arrow-down:before{content:"";font-family:IonIcons}.ion-ios-arrow-forward:before{content:"";font-family:IonIcons}.ion-ios-arrow-left:before{content:"";font-family:IonIcons}.ion-ios-arrow-right:before{content:"";font-family:IonIcons}.ion-ios-arrow-thin-down:before{content:"";font-family:IonIcons}.ion-ios-arrow-thin-left:before{content:"";font-family:IonIcons}.ion-ios-arrow-thin-right:before{content:"";font-family:IonIcons}.ion-ios-arrow-thin-up:before{content:"";font-family:IonIcons}.ion-ios-arrow-up:before{content:"";font-family:IonIcons}.ion-ios-at:before{content:"";font-family:IonIcons}.ion-ios-at-outline:before{content:"";font-family:IonIcons}.ion-ios-barcode:before{content:"";font-family:IonIcons}.ion-ios-barcode-outline:before{content:"";font-family:IonIcons}.ion-ios-baseball:before{content:"";font-family:IonIcons}.ion-ios-baseball-outline:before{content:"";font-family:IonIcons}.ion-ios-basketball:before{content:"";font-family:IonIcons}.ion-ios-basketball-outline:before{content:"";font-family:IonIcons}.ion-ios-bell:before{content:"";font-family:IonIcons}.ion-ios-bell-outline:before{content:"";font-family:IonIcons}.ion-ios-body:before{content:"";font-family:IonIcons}.ion-ios-body-outline:before{content:"";font-family:IonIcons}.ion-ios-bolt:before{content:"";font-family:IonIcons}.ion-ios-bolt-outline:before{content:"";font-family:IonIcons}.ion-ios-book:before{content:"";font-family:IonIcons}.ion-ios-book-outline:before{content:"";font-family:IonIcons}.ion-ios-bookmarks:before{content:"";font-family:IonIcons}.ion-ios-bookmarks-outline:before{content:"";font-family:IonIcons}.ion-ios-box:before{content:"";font-family:IonIcons}.ion-ios-box-outline:before{content:"";font-family:IonIcons}.ion-ios-briefcase:before{content:"";font-family:IonIcons}.ion-ios-briefcase-outline:before{content:"";font-family:IonIcons}.ion-ios-browsers:before{content:"";font-family:IonIcons}.ion-ios-browsers-outline:before{content:"";font-family:IonIcons}.ion-ios-calculator:before{content:"";font-family:IonIcons}.ion-ios-calculator-outline:before{content:"";font-family:IonIcons}.ion-ios-calendar:before{content:"";font-family:IonIcons}.ion-ios-calendar-outline:before{content:"";font-family:IonIcons}.ion-ios-camera:before{content:"";font-family:IonIcons}.ion-ios-camera-outline:before{content:"";font-family:IonIcons}.ion-ios-cart:before{content:"";font-family:IonIcons}.ion-ios-cart-outline:before{content:"";font-family:IonIcons}.ion-ios-chatboxes:before{content:"";font-family:IonIcons}.ion-ios-chatboxes-outline:before{content:"";font-family:IonIcons}.ion-ios-chatbubble:before{content:"";font-family:IonIcons}.ion-ios-chatbubble-outline:before{content:"";font-family:IonIcons}.ion-ios-checkmark:before{content:"";font-family:IonIcons}.ion-ios-checkmark-empty:before{content:"";font-family:IonIcons}.ion-ios-checkmark-outline:before{content:"";font-family:IonIcons}.ion-ios-circle-filled:before{content:"";font-family:IonIcons}.ion-ios-circle-outline:before{content:"";font-family:IonIcons}.ion-ios-clock:before{content:"";font-family:IonIcons}.ion-ios-clock-outline:before{content:"";font-family:IonIcons}.ion-ios-close:before{content:"";font-family:IonIcons}.ion-ios-close-empty:before{content:"";font-family:IonIcons}.ion-ios-close-outline:before{content:"";font-family:IonIcons}.ion-ios-cloud:before{content:"";font-family:IonIcons}.ion-ios-cloud-download:before{content:"";font-family:IonIcons}.ion-ios-cloud-download-outline:before{content:"";font-family:IonIcons}.ion-ios-cloud-outline:before{content:"";font-family:IonIcons}.ion-ios-cloud-upload:before{content:"";font-family:IonIcons}.ion-ios-cloud-upload-outline:before{content:"";font-family:IonIcons}.ion-ios-cloudy:before{content:"";font-family:IonIcons}.ion-ios-cloudy-night:before{content:"";font-family:IonIcons}.ion-ios-cloudy-night-outline:before{content:"";font-family:IonIcons}.ion-ios-cloudy-outline:before{content:"";font-family:IonIcons}.ion-ios-cog:before{content:"";font-family:IonIcons}.ion-ios-cog-outline:before{content:"";font-family:IonIcons}.ion-ios-color-filter:before{content:"";font-family:IonIcons}.ion-ios-color-filter-outline:before{content:"";font-family:IonIcons}.ion-ios-color-wand:before{content:"";font-family:IonIcons}.ion-ios-color-wand-outline:before{content:"";font-family:IonIcons}.ion-ios-compose:before{content:"";font-family:IonIcons}.ion-ios-compose-outline:before{content:"";font-family:IonIcons}.ion-ios-contact:before{content:"";font-family:IonIcons}.ion-ios-contact-outline:before{content:"";font-family:IonIcons}.ion-ios-copy:before{content:"";font-family:IonIcons}.ion-ios-copy-outline:before{content:"";font-family:IonIcons}.ion-ios-crop:before{content:"";font-family:IonIcons}.ion-ios-crop-strong:before{content:"";font-family:IonIcons}.ion-ios-download:before{content:"";font-family:IonIcons}.ion-ios-download-outline:before{content:"";font-family:IonIcons}.ion-ios-drag:before{content:"";font-family:IonIcons}.ion-ios-email:before{content:"";font-family:IonIcons}.ion-ios-email-outline:before{content:"";font-family:IonIcons}.ion-ios-eye:before{content:"";font-family:IonIcons}.ion-ios-eye-outline:before{content:"";font-family:IonIcons}.ion-ios-fastforward:before{content:"";font-family:IonIcons}.ion-ios-fastforward-outline:before{content:"";font-family:IonIcons}.ion-ios-filing:before{content:"";font-family:IonIcons}.ion-ios-filing-outline:before{content:"";font-family:IonIcons}.ion-ios-film:before{content:"";font-family:IonIcons}.ion-ios-film-outline:before{content:"";font-family:IonIcons}.ion-ios-flag:before{content:"";font-family:IonIcons}.ion-ios-flag-outline:before{content:"";font-family:IonIcons}.ion-ios-flame:before{content:"";font-family:IonIcons}.ion-ios-flame-outline:before{content:"";font-family:IonIcons}.ion-ios-flask:before{content:"";font-family:IonIcons}.ion-ios-flask-outline:before{content:"";font-family:IonIcons}.ion-ios-flower:before{content:"";font-family:IonIcons}.ion-ios-flower-outline:before{content:"";font-family:IonIcons}.ion-ios-folder:before{content:"";font-family:IonIcons}.ion-ios-folder-outline:before{content:"";font-family:IonIcons}.ion-ios-football:before{content:"";font-family:IonIcons}.ion-ios-football-outline:before{content:"";font-family:IonIcons}.ion-ios-game-controller-a:before{content:"";font-family:IonIcons}.ion-ios-game-controller-a-outline:before{content:"";font-family:IonIcons}.ion-ios-game-controller-b:before{content:"";font-family:IonIcons}.ion-ios-game-controller-b-outline:before{content:"";font-family:IonIcons}.ion-ios-gear:before{content:"";font-family:IonIcons}.ion-ios-gear-outline:before{content:"";font-family:IonIcons}.ion-ios-glasses:before{content:"";font-family:IonIcons}.ion-ios-glasses-outline:before{content:"";font-family:IonIcons}.ion-ios-grid-view:before{content:"";font-family:IonIcons}.ion-ios-grid-view-outline:before{content:"";font-family:IonIcons}.ion-ios-heart:before{content:"";font-family:IonIcons}.ion-ios-heart-outline:before{content:"";font-family:IonIcons}.ion-ios-help:before{content:"";font-family:IonIcons}.ion-ios-help-empty:before{content:"";font-family:IonIcons}.ion-ios-help-outline:before{content:"";font-family:IonIcons}.ion-ios-home:before{content:"";font-family:IonIcons}.ion-ios-home-outline:before{content:"";font-family:IonIcons}.ion-ios-infinite:before{content:"";font-family:IonIcons}.ion-ios-infinite-outline:before{content:"";font-family:IonIcons}.ion-ios-information:before{content:"";font-family:IonIcons}.ion-ios-information-empty:before{content:"";font-family:IonIcons}.ion-ios-information-outline:before{content:"";font-family:IonIcons}.ion-ios-ionic-outline:before{content:"";font-family:IonIcons}.ion-ios-keypad:before{content:"";font-family:IonIcons}.ion-ios-keypad-outline:before{content:"";font-family:IonIcons}.ion-ios-lightbulb:before{content:"";font-family:IonIcons}.ion-ios-lightbulb-outline:before{content:"";font-family:IonIcons}.ion-ios-list:before{content:"";font-family:IonIcons}.ion-ios-list-outline:before{content:"";font-family:IonIcons}.ion-ios-location:before{content:"";font-family:IonIcons}.ion-ios-location-outline:before{content:"";font-family:IonIcons}.ion-ios-locked:before{content:"";font-family:IonIcons}.ion-ios-locked-outline:before{content:"";font-family:IonIcons}.ion-ios-loop:before{content:"";font-family:IonIcons}.ion-ios-loop-strong:before{content:"";font-family:IonIcons}.ion-ios-medical:before{content:"";font-family:IonIcons}.ion-ios-medical-outline:before{content:"";font-family:IonIcons}.ion-ios-medkit:before{content:"";font-family:IonIcons}.ion-ios-medkit-outline:before{content:"";font-family:IonIcons}.ion-ios-mic:before{content:"";font-family:IonIcons}.ion-ios-mic-off:before{content:"";font-family:IonIcons}.ion-ios-mic-outline:before{content:"";font-family:IonIcons}.ion-ios-minus:before{content:"";font-family:IonIcons}.ion-ios-minus-empty:before{content:"";font-family:IonIcons}.ion-ios-minus-outline:before{content:"";font-family:IonIcons}.ion-ios-monitor:before{content:"";font-family:IonIcons}.ion-ios-monitor-outline:before{content:"";font-family:IonIcons}.ion-ios-moon:before{content:"";font-family:IonIcons}.ion-ios-moon-outline:before{content:"";font-family:IonIcons}.ion-ios-more:before{content:"";font-family:IonIcons}.ion-ios-more-outline:before{content:"";font-family:IonIcons}.ion-ios-musical-note:before{content:"";font-family:IonIcons}.ion-ios-musical-notes:before{content:"";font-family:IonIcons}.ion-ios-navigate:before{content:"";font-family:IonIcons}.ion-ios-navigate-outline:before{content:"";font-family:IonIcons}.ion-ios-nutrition:before{content:"";font-family:IonIcons}.ion-ios-nutrition-outline:before{content:"";font-family:IonIcons}.ion-ios-paper:before{content:"";font-family:IonIcons}.ion-ios-paper-outline:before{content:"";font-family:IonIcons}.ion-ios-paperplane:before{content:"";font-family:IonIcons}.ion-ios-paperplane-outline:before{content:"";font-family:IonIcons}.ion-ios-partlysunny:before{content:"";font-family:IonIcons}.ion-ios-partlysunny-outline:before{content:"";font-family:IonIcons}.ion-ios-pause:before{content:"";font-family:IonIcons}.ion-ios-pause-outline:before{content:"";font-family:IonIcons}.ion-ios-paw:before{content:"";font-family:IonIcons}.ion-ios-paw-outline:before{content:"";font-family:IonIcons}.ion-ios-people:before{content:"";font-family:IonIcons}.ion-ios-people-outline:before{content:"";font-family:IonIcons}.ion-ios-person:before{content:"";font-family:IonIcons}.ion-ios-person-outline:before{content:"";font-family:IonIcons}.ion-ios-personadd:before{content:"";font-family:IonIcons}.ion-ios-personadd-outline:before{content:"";font-family:IonIcons}.ion-ios-photos:before{content:"";font-family:IonIcons}.ion-ios-photos-outline:before{content:"";font-family:IonIcons}.ion-ios-pie:before{content:"";font-family:IonIcons}.ion-ios-pie-outline:before{content:"";font-family:IonIcons}.ion-ios-pint:before{content:"";font-family:IonIcons}.ion-ios-pint-outline:before{content:"";font-family:IonIcons}.ion-ios-play:before{content:"";font-family:IonIcons}.ion-ios-play-outline:before{content:"";font-family:IonIcons}.ion-ios-plus:before{content:"";font-family:IonIcons}.ion-ios-plus-empty:before{content:"";font-family:IonIcons}.ion-ios-plus-outline:before{content:"";font-family:IonIcons}.ion-ios-pricetag:before{content:"";font-family:IonIcons}.ion-ios-pricetag-outline:before{content:"";font-family:IonIcons}.ion-ios-pricetags:before{content:"";font-family:IonIcons}.ion-ios-pricetags-outline:before{content:"";font-family:IonIcons}.ion-ios-printer:before{content:"";font-family:IonIcons}.ion-ios-printer-outline:before{content:"";font-family:IonIcons}.ion-ios-pulse:before{content:"";font-family:IonIcons}.ion-ios-pulse-strong:before{content:"";font-family:IonIcons}.ion-ios-rainy:before{content:"";font-family:IonIcons}.ion-ios-rainy-outline:before{content:"";font-family:IonIcons}.ion-ios-recording:before{content:"";font-family:IonIcons}.ion-ios-recording-outline:before{content:"";font-family:IonIcons}.ion-ios-redo:before{content:"";font-family:IonIcons}.ion-ios-redo-outline:before{content:"";font-family:IonIcons}.ion-ios-refresh:before{content:"";font-family:IonIcons}.ion-ios-refresh-empty:before{content:"";font-family:IonIcons}.ion-ios-refresh-outline:before{content:"";font-family:IonIcons}.ion-ios-reload:before{content:"";font-family:IonIcons}.ion-ios-reverse-camera:before{content:"";font-family:IonIcons}.ion-ios-reverse-camera-outline:before{content:"";font-family:IonIcons}.ion-ios-rewind:before{content:"";font-family:IonIcons}.ion-ios-rewind-outline:before{content:"";font-family:IonIcons}.ion-ios-rose:before{content:"";font-family:IonIcons}.ion-ios-rose-outline:before{content:"";font-family:IonIcons}.ion-ios-search:before{content:"";font-family:IonIcons}.ion-ios-search-strong:before{content:"";font-family:IonIcons}.ion-ios-settings:before{content:"";font-family:IonIcons}.ion-ios-settings-strong:before{content:"";font-family:IonIcons}.ion-ios-shuffle:before{content:"";font-family:IonIcons}.ion-ios-shuffle-strong:before{content:"";font-family:IonIcons}.ion-ios-skipbackward:before{content:"";font-family:IonIcons}.ion-ios-skipbackward-outline:before{content:"";font-family:IonIcons}.ion-ios-skipforward:before{content:"";font-family:IonIcons}.ion-ios-skipforward-outline:before{content:"";font-family:IonIcons}.ion-ios-snowy:before{content:"";font-family:IonIcons}.ion-ios-speedometer:before{content:"";font-family:IonIcons}.ion-ios-speedometer-outline:before{content:"";font-family:IonIcons}.ion-ios-star:before{content:"";font-family:IonIcons}.ion-ios-star-half:before{content:"";font-family:IonIcons}.ion-ios-star-outline:before{content:"";font-family:IonIcons}.ion-ios-stopwatch:before{content:"";font-family:IonIcons}.ion-ios-stopwatch-outline:before{content:"";font-family:IonIcons}.ion-ios-sunny:before{content:"";font-family:IonIcons}.ion-ios-sunny-outline:before{content:"";font-family:IonIcons}.ion-ios-telephone:before{content:"";font-family:IonIcons}.ion-ios-telephone-outline:before{content:"";font-family:IonIcons}.ion-ios-tennisball:before{content:"";font-family:IonIcons}.ion-ios-tennisball-outline:before{content:"";font-family:IonIcons}.ion-ios-thunderstorm:before{content:"";font-family:IonIcons}.ion-ios-thunderstorm-outline:before{content:"";font-family:IonIcons}.ion-ios-time:before{content:"";font-family:IonIcons}.ion-ios-time-outline:before{content:"";font-family:IonIcons}.ion-ios-timer:before{content:"";font-family:IonIcons}.ion-ios-timer-outline:before{content:"";font-family:IonIcons}.ion-ios-toggle:before{content:"";font-family:IonIcons}.ion-ios-toggle-outline:before{content:"";font-family:IonIcons}.ion-ios-trash:before{content:"";font-family:IonIcons}.ion-ios-trash-outline:before{content:"";font-family:IonIcons}.ion-ios-undo:before{content:"";font-family:IonIcons}.ion-ios-undo-outline:before{content:"";font-family:IonIcons}.ion-ios-unlocked:before{content:"";font-family:IonIcons}.ion-ios-unlocked-outline:before{content:"";font-family:IonIcons}.ion-ios-upload:before{content:"";font-family:IonIcons}.ion-ios-upload-outline:before{content:"";font-family:IonIcons}.ion-ios-videocam:before{content:"";font-family:IonIcons}.ion-ios-videocam-outline:before{content:"";font-family:IonIcons}.ion-ios-volume-high:before{content:"";font-family:IonIcons}.ion-ios-volume-low:before{content:"";font-family:IonIcons}.ion-ios-wineglass:before{content:"";font-family:IonIcons}.ion-ios-wineglass-outline:before{content:"";font-family:IonIcons}.ion-ios-world:before{content:"";font-family:IonIcons}.ion-ios-world-outline:before{content:"";font-family:IonIcons}.ion-ipad:before{content:"";font-family:IonIcons}.ion-iphone:before{content:"";font-family:IonIcons}.ion-ipod:before{content:"";font-family:IonIcons}.ion-jet:before{content:"";font-family:IonIcons}.ion-key:before{content:"";font-family:IonIcons}.ion-knife:before{content:"";font-family:IonIcons}.ion-laptop:before{content:"";font-family:IonIcons}.ion-leaf:before{content:"";font-family:IonIcons}.ion-levels:before{content:"";font-family:IonIcons}.ion-lightbulb:before{content:"";font-family:IonIcons}.ion-link:before{content:"";font-family:IonIcons}.ion-load-a:before{content:"";font-family:IonIcons}.ion-load-b:before{content:"";font-family:IonIcons}.ion-load-c:before{content:"";font-family:IonIcons}.ion-load-d:before{content:"";font-family:IonIcons}.ion-location:before{content:"";font-family:IonIcons}.ion-lock-combination:before{content:"";font-family:IonIcons}.ion-locked:before{content:"";font-family:IonIcons}.ion-log-in:before{content:"";font-family:IonIcons}.ion-log-out:before{content:"";font-family:IonIcons}.ion-loop:before{content:"";font-family:IonIcons}.ion-magnet:before{content:"";font-family:IonIcons}.ion-male:before{content:"";font-family:IonIcons}.ion-man:before{content:"";font-family:IonIcons}.ion-map:before{content:"";font-family:IonIcons}.ion-medkit:before{content:"";font-family:IonIcons}.ion-merge:before{content:"";font-family:IonIcons}.ion-mic-a:before{content:"";font-family:IonIcons}.ion-mic-b:before{content:"";font-family:IonIcons}.ion-mic-c:before{content:"";font-family:IonIcons}.ion-minus:before{content:"";font-family:IonIcons}.ion-minus-circled:before{content:"";font-family:IonIcons}.ion-minus-round:before{content:"";font-family:IonIcons}.ion-model-s:before{content:"";font-family:IonIcons}.ion-monitor:before{content:"";font-family:IonIcons}.ion-more:before{content:"";font-family:IonIcons}.ion-mouse:before{content:"";font-family:IonIcons}.ion-music-note:before{content:"";font-family:IonIcons}.ion-navicon:before{content:"";font-family:IonIcons}.ion-navicon-round:before{content:"";font-family:IonIcons}.ion-navigate:before{content:"";font-family:IonIcons}.ion-network:before{content:"";font-family:IonIcons}.ion-no-smoking:before{content:"";font-family:IonIcons}.ion-nuclear:before{content:"";font-family:IonIcons}.ion-outlet:before{content:"";font-family:IonIcons}.ion-paintbrush:before{content:"";font-family:IonIcons}.ion-paintbucket:before{content:"";font-family:IonIcons}.ion-paper-airplane:before{content:"";font-family:IonIcons}.ion-paperclip:before{content:"";font-family:IonIcons}.ion-pause:before{content:"";font-family:IonIcons}.ion-person:before{content:"";font-family:IonIcons}.ion-person-add:before{content:"";font-family:IonIcons}.ion-person-stalker:before{content:"";font-family:IonIcons}.ion-pie-graph:before{content:"";font-family:IonIcons}.ion-pin:before{content:"";font-family:IonIcons}.ion-pinpoint:before{content:"";font-family:IonIcons}.ion-pizza:before{content:"";font-family:IonIcons}.ion-plane:before{content:"";font-family:IonIcons}.ion-planet:before{content:"";font-family:IonIcons}.ion-play:before{content:"";font-family:IonIcons}.ion-playstation:before{content:"";font-family:IonIcons}.ion-plus:before{content:"";font-family:IonIcons}.ion-plus-circled:before{content:"";font-family:IonIcons}.ion-plus-round:before{content:"";font-family:IonIcons}.ion-podium:before{content:"";font-family:IonIcons}.ion-pound:before{content:"";font-family:IonIcons}.ion-power:before{content:"";font-family:IonIcons}.ion-pricetag:before{content:"";font-family:IonIcons}.ion-pricetags:before{content:"";font-family:IonIcons}.ion-printer:before{content:"";font-family:IonIcons}.ion-pull-request:before{content:"";font-family:IonIcons}.ion-qr-scanner:before{content:"";font-family:IonIcons}.ion-quote:before{content:"";font-family:IonIcons}.ion-radio-waves:before{content:"";font-family:IonIcons}.ion-record:before{content:"";font-family:IonIcons}.ion-refresh:before{content:"";font-family:IonIcons}.ion-reply:before{content:"";font-family:IonIcons}.ion-reply-all:before{content:"";font-family:IonIcons}.ion-ribbon-a:before{content:"";font-family:IonIcons}.ion-ribbon-b:before{content:"";font-family:IonIcons}.ion-sad:before{content:"";font-family:IonIcons}.ion-sad-outline:before{content:"";font-family:IonIcons}.ion-scissors:before{content:"";font-family:IonIcons}.ion-search:before{content:"";font-family:IonIcons}.ion-settings:before{content:"";font-family:IonIcons}.ion-share:before{content:"";font-family:IonIcons}.ion-shuffle:before{content:"";font-family:IonIcons}.ion-skip-backward:before{content:"";font-family:IonIcons}.ion-skip-forward:before{content:"";font-family:IonIcons}.ion-social-android:before{content:"";font-family:IonIcons}.ion-social-android-outline:before{content:"";font-family:IonIcons}.ion-social-angular:before{content:"";font-family:IonIcons}.ion-social-angular-outline:before{content:"";font-family:IonIcons}.ion-social-apple:before{content:"";font-family:IonIcons}.ion-social-apple-outline:before{content:"";font-family:IonIcons}.ion-social-bitcoin:before{content:"";font-family:IonIcons}.ion-social-bitcoin-outline:before{content:"";font-family:IonIcons}.ion-social-buffer:before{content:"";font-family:IonIcons}.ion-social-buffer-outline:before{content:"";font-family:IonIcons}.ion-social-chrome:before{content:"";font-family:IonIcons}.ion-social-chrome-outline:before{content:"";font-family:IonIcons}.ion-social-codepen:before{content:"";font-family:IonIcons}.ion-social-codepen-outline:before{content:"";font-family:IonIcons}.ion-social-css3:before{content:"";font-family:IonIcons}.ion-social-css3-outline:before{content:"";font-family:IonIcons}.ion-social-designernews:before{content:"";font-family:IonIcons}.ion-social-designernews-outline:before{content:"";font-family:IonIcons}.ion-social-dribbble:before{content:"";font-family:IonIcons}.ion-social-dribbble-outline:before{content:"";font-family:IonIcons}.ion-social-dropbox:before{content:"";font-family:IonIcons}.ion-social-dropbox-outline:before{content:"";font-family:IonIcons}.ion-social-euro:before{content:"";font-family:IonIcons}.ion-social-euro-outline:before{content:"";font-family:IonIcons}.ion-social-facebook:before{content:"";font-family:IonIcons}.ion-social-facebook-outline:before{content:"";font-family:IonIcons}.ion-social-foursquare:before{content:"";font-family:IonIcons}.ion-social-foursquare-outline:before{content:"";font-family:IonIcons}.ion-social-freebsd-devil:before{content:"";font-family:IonIcons}.ion-social-github:before{content:"";font-family:IonIcons}.ion-social-github-outline:before{content:"";font-family:IonIcons}.ion-social-google:before{content:"";font-family:IonIcons}.ion-social-google-outline:before{content:"";font-family:IonIcons}.ion-social-googleplus:before{content:"";font-family:IonIcons}.ion-social-googleplus-outline:before{content:"";font-family:IonIcons}.ion-social-hackernews:before{content:"";font-family:IonIcons}.ion-social-hackernews-outline:before{content:"";font-family:IonIcons}.ion-social-html5:before{content:"";font-family:IonIcons}.ion-social-html5-outline:before{content:"";font-family:IonIcons}.ion-social-instagram:before{content:"";font-family:IonIcons}.ion-social-instagram-outline:before{content:"";font-family:IonIcons}.ion-social-javascript:before{content:"";font-family:IonIcons}.ion-social-javascript-outline:before{content:"";font-family:IonIcons}.ion-social-linkedin:before{content:"";font-family:IonIcons}.ion-social-linkedin-outline:before{content:"";font-family:IonIcons}.ion-social-markdown:before{content:"";font-family:IonIcons}.ion-social-nodejs:before{content:"";font-family:IonIcons}.ion-social-octocat:before{content:"";font-family:IonIcons}.ion-social-pinterest:before{content:"";font-family:IonIcons}.ion-social-pinterest-outline:before{content:"";font-family:IonIcons}.ion-social-python:before{content:"";font-family:IonIcons}.ion-social-reddit:before{content:"";font-family:IonIcons}.ion-social-reddit-outline:before{content:"";font-family:IonIcons}.ion-social-rss:before{content:"";font-family:IonIcons}.ion-social-rss-outline:before{content:"";font-family:IonIcons}.ion-social-sass:before{content:"";font-family:IonIcons}.ion-social-skype:before{content:"";font-family:IonIcons}.ion-social-skype-outline:before{content:"";font-family:IonIcons}.ion-social-snapchat:before{content:"";font-family:IonIcons}.ion-social-snapchat-outline:before{content:"";font-family:IonIcons}.ion-social-tumblr:before{content:"";font-family:IonIcons}.ion-social-tumblr-outline:before{content:"";font-family:IonIcons}.ion-social-tux:before{content:"";font-family:IonIcons}.ion-social-twitch:before{content:"";font-family:IonIcons}.ion-social-twitch-outline:before{content:"";font-family:IonIcons}.ion-social-twitter:before{content:"";font-family:IonIcons}.ion-social-twitter-outline:before{content:"";font-family:IonIcons}.ion-social-usd:before{content:"";font-family:IonIcons}.ion-social-usd-outline:before{content:"";font-family:IonIcons}.ion-social-vimeo:before{content:"";font-family:IonIcons}.ion-social-vimeo-outline:before{content:"";font-family:IonIcons}.ion-social-whatsapp:before{content:"";font-family:IonIcons}.ion-social-whatsapp-outline:before{content:"";font-family:IonIcons}.ion-social-windows:before{content:"";font-family:IonIcons}.ion-social-windows-outline:before{content:"";font-family:IonIcons}.ion-social-wordpress:before{content:"";font-family:IonIcons}.ion-social-wordpress-outline:before{content:"";font-family:IonIcons}.ion-social-yahoo:before{content:"";font-family:IonIcons}.ion-social-yahoo-outline:before{content:"";font-family:IonIcons}.ion-social-yen:before{content:"";font-family:IonIcons}.ion-social-yen-outline:before{content:"";font-family:IonIcons}.ion-social-youtube:before{content:"";font-family:IonIcons}.ion-social-youtube-outline:before{content:"";font-family:IonIcons}.ion-soup-can:before{content:"";font-family:IonIcons}.ion-soup-can-outline:before{content:"";font-family:IonIcons}.ion-speakerphone:before{content:"";font-family:IonIcons}.ion-speedometer:before{content:"";font-family:IonIcons}.ion-spoon:before{content:"";font-family:IonIcons}.ion-star:before{content:"";font-family:IonIcons}.ion-stats-bars:before{content:"";font-family:IonIcons}.ion-steam:before{content:"";font-family:IonIcons}.ion-stop:before{content:"";font-family:IonIcons}.ion-thermometer:before{content:"";font-family:IonIcons}.ion-thumbsdown:before{content:"";font-family:IonIcons}.ion-thumbsup:before{content:"";font-family:IonIcons}.ion-toggle:before{content:"";font-family:IonIcons}.ion-toggle-filled:before{content:"";font-family:IonIcons}.ion-transgender:before{content:"";font-family:IonIcons}.ion-trash-a:before{content:"";font-family:IonIcons}.ion-trash-b:before{content:"";font-family:IonIcons}.ion-trophy:before{content:"";font-family:IonIcons}.ion-tshirt:before{content:"";font-family:IonIcons}.ion-tshirt-outline:before{content:"";font-family:IonIcons}.ion-umbrella:before{content:"";font-family:IonIcons}.ion-university:before{content:"";font-family:IonIcons}.ion-unlocked:before{content:"";font-family:IonIcons}.ion-upload:before{content:"";font-family:IonIcons}.ion-usb:before{content:"";font-family:IonIcons}.ion-videocamera:before{content:"";font-family:IonIcons}.ion-volume-high:before{content:"";font-family:IonIcons}.ion-volume-low:before{content:"";font-family:IonIcons}.ion-volume-medium:before{content:"";font-family:IonIcons}.ion-volume-mute:before{content:"";font-family:IonIcons}.ion-wand:before{content:"";font-family:IonIcons}.ion-waterdrop:before{content:"";font-family:IonIcons}.ion-wifi:before{content:"";font-family:IonIcons}.ion-wineglass:before{content:"";font-family:IonIcons}.ion-woman:before{content:"";font-family:IonIcons}.ion-wrench:before{content:"";font-family:IonIcons}.ion-xbox:before{content:"";font-family:IonIcons}.accordion{border-bottom:1px solid #cfcfcf;padding-bottom:19px}.accordion .accordion-header{display:block;line-height:29px;margin-top:19px;position:relative}.accordion .accordion-header:hover{cursor:pointer!important;text-decoration:underline}.accordion.open .accordion-header:before{speak:none;content:"";font-family:IonIcons;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;line-height:3rem;text-transform:none}.accordion-2{border-bottom:0;padding-bottom:19px;position:relative}.accordion-2 .accordion-header{display:block;line-height:29px;margin-top:19px;position:relative}.accordion-2 .accordion-header:hover{cursor:pointer!important;text-decoration:underline}.accordion-2 ul{list-style:none;margin-left:77px;margin-top:0;max-width:400px;padding-bottom:50px;padding-left:0}.accordion-2 ul li{display:block;padding:10px 0 5px;position:relative;z-index:0}.accordion-2 ul li a{color:#c1790b;text-decoration:none}.accordion-2 ul li a:hover{color:#142546}.accordion-2 ul li:after{background-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:linear-gradient(90deg,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;content:" ";height:1px;left:0;position:absolute;width:55%}.accordion-2 h3.accordion-header{margin-bottom:0;text-align:left}.accordion-2 .body-part{border-bottom:1px solid #ededed;height:auto;margin-left:10%;width:80%}.accordion-2>.accordion-header{border-bottom:1px solid #ededed;bottom:0;clear:both;height:60px;left:0;margin:5px 0 0 35px;padding-left:0;position:absolute;width:332px}.accordion-2>.accordion-header:hover{cursor:pointer}.accordion-2>.accordion-header:before{left:332px;z-index:1}.accordion-2>.accordion-header:after{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.03)),to(#fff));background-image:linear-gradient(180deg,hsla(0,0%,100%,.03),#fff);bottom:0;content:" ";height:75px;left:0;position:absolute;-webkit-transition:height .5s;transition:height .5s;width:100%}.accordion-2>.accordion-header.close-button:after{height:0;-webkit-transition:height .5s;transition:height .5s}.field .accordion-2{padding-bottom:3px}.accordion-2{overflow:hidden;-webkit-transition:height .5s;transition:height .5s}.accordion-2:not(.open){height:160px!important}.accordion-2:not(.open).related-treatment-block{height:auto!important}.accordion-2:not(.open) .body-part .accordion-header{line-height:30px;position:static}.accordion{border-bottom:1px solid #ededed;overflow:hidden;padding-bottom:35px;position:relative;-webkit-transition:height .5s;transition:height .5s}.accordion.close{padding-bottom:0}.accordion .accordion-header{margin:13px 0 10px}.accordion table{margin-top:12px}body[screen=xs] .accordion-2 .accordion-header{margin:40px 0 0}body[screen=xs] .accordion-2 .accordion-header:before{left:auto}@media screen and (max-width:320px){body[screen=xs] .accordion .accordion-header{margin-top:13px}}body[screen=xs] .accordion .accordion-header{padding-right:40px}.circle-button{background-color:#fff;border:1px solid #fff;border-radius:50%;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5);color:#000;display:block;font-size:1.3rem;height:18px;position:relative;text-decoration:none;text-shadow:0 2px 4px rgba(0,0,0,.12);width:18px}.circle-button:hover{-webkit-box-shadow:none;box-shadow:none;cursor:pointer;opacity:.7}.circle-button:active{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.5);box-shadow:inset 0 1px 3px rgba(0,0,0,.5);opacity:.6}.circle-button:before{left:3px;position:absolute;top:2px}.circle-button.no-background{background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;color:#c1c6ce}.open-button:before{speak:none;background-color:#fff;border:1px solid #d6d6d6;border-radius:15px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.35);box-shadow:0 1px 3px rgba(0,0,0,.35);content:"";display:block;font-family:IonIcons;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:30px;line-height:1;line-height:3rem;position:absolute;right:3px;text-align:center;text-transform:none;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .5s;transition:all .5s;width:30px;z-index:0}.open-button:hover{cursor:pointer}.open-button:hover:before{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:none;box-shadow:none;opacity:.7}.open-button:active{cursor:pointer}.open-button:active:before{background-color:#f3f3f3;border-color:#f3f3f3;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);opacity:.55}.close-button:before{background-color:#fff;border:1px solid #d6d6d6;border-radius:15px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.35);box-shadow:0 1px 3px rgba(0,0,0,.35);content:"";display:block;height:30px;position:absolute;right:3px;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .5s;transition:all .5s;width:30px;z-index:0}.close-button:hover{cursor:pointer}.close-button:hover:before{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:none;box-shadow:none;opacity:.7}.close-button:active{cursor:pointer}.close-button:active:before{background-color:#f3f3f3;border-color:#f3f3f3;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);opacity:.55}.close-button:before{speak:none;content:"";font-family:IonIcons;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;line-height:3rem;text-transform:none}body.ios .open-button:hover,body.macosx .open-button:hover,body.safari .open-button:hover{cursor:default}body.ios .open-button:hover:before,body.macosx .open-button:hover:before,body.safari .open-button:hover:before{border:1px solid #d6d6d6;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.35);box-shadow:0 1px 3px rgba(0,0,0,.35);opacity:1}body.msie .close-button:before,body.msie .open-button:before{line-height:30px}.background-on-before-element{bottom:0;right:0;z-index:0}.background-on-before-element,.background-on-before-element:before{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.background-on-before-element:before{border-radius:3px;content:" ";opacity:1;z-index:1}.background-on-before-element:hover img,.background-on-before-element:hover:before{opacity:.85}.background-on-before-element:active img,.background-on-before-element:active:before{opacity:.7}.no-background-on-before-element{position:relative}.no-background-on-before-element:before{content:"";display:none}.ccb{list-style:none;margin:0;padding:0}.ccb,.ccb>li{position:relative}.ccb>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.ccb>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.ccb>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.ccb>li>a{bottom:0;right:0;z-index:0}.ccb>li>a,.ccb>li>a:before{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.ccb>li>a:before{border-radius:3px;content:" ";opacity:1;z-index:1}.ccb>li>a:hover img,.ccb>li>a:hover:before{opacity:.85}.ccb>li>a:active img,.ccb>li>a:active:before{opacity:.7}.ccb:after,.ccb:before{content:" ";display:table}.ccb:after{clear:both}.ccb-locations{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0;position:relative}.ccb-locations>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;position:relative;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.ccb-locations>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.ccb-locations>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.ccb-locations>li>a{bottom:0;right:0;z-index:0}.ccb-locations>li>a,.ccb-locations>li>a:before{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.ccb-locations>li>a:before{border-radius:3px;content:" ";opacity:1;z-index:1}.ccb-locations>li>a:hover img,.ccb-locations>li>a:hover:before{opacity:.85}.ccb-locations>li>a:active img,.ccb-locations>li>a:active:before{opacity:.7}.ccb-locations>li{margin:2.5px;min-height:145px;width:153px}.ccb-locations>li a{color:#36393b;display:block;font-size:1.3rem;padding-bottom:19px;position:relative;text-decoration:none}.ccb-locations>li a:before{content:"";display:none}.ccb-locations>li a:after,.ccb-locations>li a:before{content:" ";display:table}.ccb-locations>li a:after{clear:both}.ccb-locations>li a:active img{opacity:.7}.ccb-locations>li a:hover img{opacity:.85}.ccb-locations>li a img{border-top-left-radius:2px;border-top-right-radius:2px;opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;width:153px}.ccb-locations>li a h3{font-size:1.3rem;line-height:1.6rem;margin:0 12px}.ccb-locations>li a .fc_field_image{border-top-left-radius:2px;border-top-right-radius:2px}.ccb-locations>li a p{margin:10px;text-align:center}.ccb-locations>li a:hover{text-decoration:underline}body[screen=xs] .ccb-locations>li{margin:2.5px 1px}.ccb-physicians,.ccb-physicians-styles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0;position:relative}.ccb-physicians-styles>li,.ccb-physicians>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;position:relative;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.ccb-physicians-styles>li:hover,.ccb-physicians>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.ccb-physicians-styles>li:active,.ccb-physicians>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.ccb-physicians-styles>li>a,.ccb-physicians>li>a{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.ccb-physicians-styles>li>a:before,.ccb-physicians>li>a:before{border-radius:3px;content:" ";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:1}.ccb-physicians-styles>li>a:hover img,.ccb-physicians-styles>li>a:hover:before,.ccb-physicians>li>a:hover img,.ccb-physicians>li>a:hover:before{opacity:.85}.ccb-physicians-styles>li>a:active img,.ccb-physicians-styles>li>a:active:before,.ccb-physicians>li>a:active img,.ccb-physicians>li>a:active:before{opacity:.7}.ccb-physicians-styles>li,.ccb-physicians>li{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;border:1px solid #ededed;border-radius:2px;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:7px;padding:17px 0;width:calc(20% - 14px)}.ccb-physicians-styles>li.chief .phy-group-1,.ccb-physicians-styles>li.non-op-chief .phy-group-1,.ccb-physicians-styles>li.spe_chief .phy-group-1,.ccb-physicians-styles>li.spe_no-op_chief .phy-group-1,.ccb-physicians>li.chief .phy-group-1,.ccb-physicians>li.non-op-chief .phy-group-1,.ccb-physicians>li.spe_chief .phy-group-1,.ccb-physicians>li.spe_no-op_chief .phy-group-1{position:relative}.ccb-physicians-styles>li.chief .phy-group-1:before,.ccb-physicians-styles>li.non-op-chief .phy-group-1:before,.ccb-physicians-styles>li.spe_chief .phy-group-1:before,.ccb-physicians-styles>li.spe_no-op_chief .phy-group-1:before,.ccb-physicians>li.chief .phy-group-1:before,.ccb-physicians>li.non-op-chief .phy-group-1:before,.ccb-physicians>li.spe_chief .phy-group-1:before,.ccb-physicians>li.spe_no-op_chief .phy-group-1:before{background:url(/templates/lyquix/images/physician-icons/physician-tag.svg) no-repeat;background-position:50%;background-size:contain;background-size:85px 18px;bottom:-6px;color:#142546;content:"Chief";display:block;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;height:18px;left:50%;letter-spacing:.96px;line-height:18px;position:absolute;text-align:center;text-transform:uppercase;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:105px;z-index:1}.ccb-physicians-styles>li a:hover img,.ccb-physicians>li a:hover img{opacity:.85}.ccb-physicians-styles>li a:active img,.ccb-physicians>li a:active img{opacity:.7}.ccb-physicians-styles>li a img,.ccb-physicians>li a img{border-radius:50%;height:auto;opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;width:64.33%}.ccb-physicians-styles>li a:hover,.ccb-physicians>li a:hover{color:#09101e}.ccb-physicians-styles>li .phy-group-1>a,.ccb-physicians>li .phy-group-1>a{display:inline-block;height:auto;margin:0;padding:0;position:relative;text-align:center}.ccb-physicians-styles>li .phy-group-1>a:before,.ccb-physicians>li .phy-group-1>a:before{content:"";display:none}.ccb-physicians-styles>li .phy-group-2,.ccb-physicians>li .phy-group-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1}.ccb-physicians-styles>li h3,.ccb-physicians>li h3{border-bottom:1px solid #ededed;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:2rem;margin:10px 8.917% 8px;padding-bottom:12px;text-align:center}.ccb-physicians-styles>li h3 a,.ccb-physicians>li h3 a{color:#091223;text-decoration:none}.ccb-physicians-styles>li h3 a:hover,.ccb-physicians>li h3 a:hover{color:#091223;text-decoration:underline}.ccb-physicians-styles>li .field_phy_main_specialties p,.ccb-physicians>li .field_phy_main_specialties p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:16px;margin:0 8.917%;padding:0;text-align:center}.ccb-physicians-styles>li .field_phy_main_specialties p a,.ccb-physicians>li .field_phy_main_specialties p a{color:inherit;text-decoration:none}.ccb-physicians-styles>li .region,.ccb-physicians>li .region{color:#667187;display:none;font-family:Roboto,sans-serif;padding-top:8px;text-align:center}.ccb-physicians-styles>li .region-name,.ccb-physicians>li .region-name{font-size:1.05rem;line-height:13px;margin-bottom:2px}.ccb-physicians-styles>li .region .distance,.ccb-physicians>li .region .distance{font-size:.9rem;letter-spacing:.6px;line-height:12px;opacity:0}.ccb-physicians-styles>li .region .pin,.ccb-physicians>li .region .pin{margin-right:3px;width:6px}.ccb-physicians-styles>li .button-row,.ccb-physicians>li .button-row{margin-top:auto;padding-top:18px}.ccb-physicians-styles>li .button-yellow,.ccb-physicians>li .button-yellow{border-radius:2px;display:block;font-size:1rem;line-height:14px;margin:0 8.917%;padding:3px 0;width:auto}.ccb-physicians-styles>li:not(.active),.ccb-physicians>li:not(.active){display:none!important}.ccb-physicians-styles>li:before,.ccb-physicians>li:before{background-color:#ededed;border-radius:12px;color:#4f5c75;content:attr(data-states);font-family:Roboto,sans-serif;font-size:8px;letter-spacing:.5px;line-height:10px;padding:1px 3px;position:absolute;right:4px;text-align:center;top:4px}.advanced_rel_physicians>p{color:#142546;font-family:Open Sans;font-size:17px;font-style:normal;font-weight:400;line-height:25px;margin:21px 0 22px}.advanced_rel_physicians .outside-region-items-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0;position:relative}.advanced_rel_physicians .outside-region-items-list>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;position:relative;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.advanced_rel_physicians .outside-region-items-list>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.advanced_rel_physicians .outside-region-items-list>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.advanced_rel_physicians .outside-region-items-list>li>a{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.advanced_rel_physicians .outside-region-items-list>li>a:before{border-radius:3px;content:" ";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:1}.advanced_rel_physicians .outside-region-items-list>li>a:hover img,.advanced_rel_physicians .outside-region-items-list>li>a:hover:before{opacity:.85}.advanced_rel_physicians .outside-region-items-list>li>a:active img,.advanced_rel_physicians .outside-region-items-list>li>a:active:before{opacity:.7}.advanced_rel_physicians .outside-region-items-list>li{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;border:1px solid #ededed;border-radius:2px;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:7px;padding:17px 0;width:calc(20% - 14px)}.advanced_rel_physicians .outside-region-items-list>li.chief .phy-group-1,.advanced_rel_physicians .outside-region-items-list>li.non-op-chief .phy-group-1,.advanced_rel_physicians .outside-region-items-list>li.spe_chief .phy-group-1,.advanced_rel_physicians .outside-region-items-list>li.spe_no-op_chief .phy-group-1{position:relative}.advanced_rel_physicians .outside-region-items-list>li.chief .phy-group-1:before,.advanced_rel_physicians .outside-region-items-list>li.non-op-chief .phy-group-1:before,.advanced_rel_physicians .outside-region-items-list>li.spe_chief .phy-group-1:before,.advanced_rel_physicians .outside-region-items-list>li.spe_no-op_chief .phy-group-1:before{background:url(/templates/lyquix/images/physician-icons/physician-tag.svg) no-repeat;background-position:50%;background-size:contain;background-size:85px 18px;bottom:-6px;color:#142546;content:"Chief";display:block;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;height:18px;left:50%;letter-spacing:.96px;line-height:18px;position:absolute;text-align:center;text-transform:uppercase;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:105px;z-index:1}.advanced_rel_physicians .outside-region-items-list>li a:hover img{opacity:.85}.advanced_rel_physicians .outside-region-items-list>li a:active img{opacity:.7}.advanced_rel_physicians .outside-region-items-list>li a img{border-radius:50%;height:auto;opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;width:64.33%}.advanced_rel_physicians .outside-region-items-list>li a:hover{color:#09101e}.advanced_rel_physicians .outside-region-items-list>li .phy-group-1>a{display:inline-block;height:auto;margin:0;padding:0;position:relative;text-align:center}.advanced_rel_physicians .outside-region-items-list>li .phy-group-1>a:before{content:"";display:none}.advanced_rel_physicians .outside-region-items-list>li .phy-group-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1}.advanced_rel_physicians .outside-region-items-list>li h3{border-bottom:1px solid #ededed;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:2rem;margin:10px 8.917% 8px;padding-bottom:12px;text-align:center}.advanced_rel_physicians .outside-region-items-list>li h3 a{color:#091223;text-decoration:none}.advanced_rel_physicians .outside-region-items-list>li h3 a:hover{color:#091223;text-decoration:underline}.advanced_rel_physicians .outside-region-items-list>li .field_phy_main_specialties p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:16px;margin:0 8.917%;padding:0;text-align:center}.advanced_rel_physicians .outside-region-items-list>li .field_phy_main_specialties p a{color:inherit;text-decoration:none}.advanced_rel_physicians .outside-region-items-list>li .region{color:#667187;display:none;font-family:Roboto,sans-serif;padding-top:8px;text-align:center}.advanced_rel_physicians .outside-region-items-list>li .region-name{font-size:1.05rem;line-height:13px;margin-bottom:2px}.advanced_rel_physicians .outside-region-items-list>li .region .distance{font-size:.9rem;letter-spacing:.6px;line-height:12px;opacity:0}.advanced_rel_physicians .outside-region-items-list>li .region .pin{margin-right:3px;width:6px}.advanced_rel_physicians .outside-region-items-list>li .button-row{margin-top:auto;padding-top:18px}.advanced_rel_physicians .outside-region-items-list>li .button-yellow{border-radius:2px;display:block;font-size:1rem;line-height:14px;margin:0 8.917%;padding:3px 0;width:auto}.advanced_rel_physicians .outside-region-items-list>li:not(.active){display:none!important}.advanced_rel_physicians .outside-region-items-list>li:before{background-color:#ededed;border-radius:12px;color:#4f5c75;content:attr(data-states);font-family:Roboto,sans-serif;font-size:8px;letter-spacing:.5px;line-height:10px;padding:1px 3px;position:absolute;right:4px;text-align:center;top:4px}.ccb-physicians[data-sort=distance]>li .region{display:block}.ccb-physicians[data-sort=distance]>li .region .distance{opacity:1}body[screen=md] .ccb-physicians>li{padding:15px 0;width:calc(25% - 14px)}body[screen=sm] .ccb-physicians>li{margin:2.5px;width:calc(25% - 5px)}body[screen=xs] .ccb-physicians-styles>li,body[screen=xs] .ccb-physicians>li{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-direction:row;flex-direction:row;margin:2.5px 0;padding-left:6.4%;padding-right:6.4%;width:100%!important}body[screen=xs] .ccb-physicians-styles>li a,body[screen=xs] .ccb-physicians>li a{width:auto}body[screen=xs] .ccb-physicians-styles>li a img,body[screen=xs] .ccb-physicians>li a img{background-color:#ffd04e;min-width:41px;padding:1.5px;width:12.83vw}body[screen=xs] .ccb-physicians-styles>li .phy-group-2,body[screen=xs] .ccb-physicians>li .phy-group-2{-webkit-box-flex:1;display:block;-ms-flex:1;flex:1;margin-left:12px}body[screen=xs] .ccb-physicians-styles>li h3,body[screen=xs] .ccb-physicians>li h3{font-size:1.4rem;line-height:18px;margin:0 0 3px;padding-top:5px;text-align:left}body[screen=xs] .ccb-physicians-styles>li .field_phy_main_specialties p,body[screen=xs] .ccb-physicians>li .field_phy_main_specialties p{margin:0;text-align:left}body[screen=xs] .ccb-physicians-styles>li .button-row,body[screen=xs] .ccb-physicians>li .button-row{padding-top:2px}body[screen=xs] .ccb-physicians-styles>li .button-yellow,body[screen=xs] .ccb-physicians>li .button-yellow{background-color:transparent!important;border:0;-webkit-box-shadow:none;box-shadow:none;color:#142546;font-family:Open Sans,sans-serif;font-size:10px;font-weight:600;letter-spacing:0;line-height:14px;margin:0;padding:0;position:relative;text-align:left;text-transform:none}body[screen=xs] .ccb-physicians-styles>li .button-yellow:after,body[screen=xs] .ccb-physicians>li .button-yellow:after{content:url(/templates/lyquix/images/icons/arrow-blue.svg);display:inline-block;margin-left:4px;-webkit-transform:translateY(1px) rotate(-180deg);-ms-transform:translateY(1px) rotate(-180deg);transform:translateY(1px) rotate(-180deg)}body[screen=xs] .ccb-physicians-styles>li .region,body[screen=xs] .ccb-physicians>li .region{padding:2px 0 10px;text-align:left}.ccb-services{list-style:none;margin:0;padding:0;position:relative}.ccb-services>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;position:relative;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.ccb-services>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.ccb-services>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.ccb-services>li>a{bottom:0;right:0;z-index:0}.ccb-services>li>a,.ccb-services>li>a:before{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.ccb-services>li>a:before{border-radius:3px;content:" ";opacity:1;z-index:1}.ccb-services>li>a:hover img,.ccb-services>li>a:hover:before{opacity:.85}.ccb-services>li>a:active img,.ccb-services>li>a:active:before{opacity:.7}.ccb-services:after,.ccb-services:before{content:" ";display:table}.ccb-services:after{clear:both}.ccb-services>li{margin:10px;min-height:219px;width:233px}.ccb-services>li.programs{display:block}.ccb-services>li a{color:#36393b;text-decoration:none}.ccb-services>li a img{-webkit-transition:opacity .5s;transition:opacity .5s}.ccb-services>li img{width:233px}.ccb-services>li:hover h3{text-decoration:underline}.ccb-services>li:hover img{opacity:.85}.ccb-services>li h3{font-size:1.3rem;font-weight:400;line-height:normal;margin:20px 20px 12px;position:relative;text-align:center;text-decoration:none;z-index:5}.ccb-services>li h3:hover{text-decoration:underline}.ccb-specialties{list-style:none;margin:0;padding:0;position:relative}.ccb-specialties>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;position:relative;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.ccb-specialties>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.ccb-specialties>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.ccb-specialties>li>a{bottom:0;right:0;z-index:0}.ccb-specialties>li>a,.ccb-specialties>li>a:before{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.ccb-specialties>li>a:before{border-radius:3px;content:" ";opacity:1;z-index:1}.ccb-specialties>li>a:hover img,.ccb-specialties>li>a:hover:before{opacity:.85}.ccb-specialties>li>a:active img,.ccb-specialties>li>a:active:before{opacity:.7}.ccb-specialties:after,.ccb-specialties:before{content:" ";display:table}.ccb-specialties:after{clear:both}.ccb-specialties>li{margin:5px;min-height:115px;width:145px}.ccb-specialties>li>a{position:static;text-decoration:none}.ccb-specialties>li .icon-specialty{border-top-left-radius:3px;border-top-right-radius:3px;display:block;height:50px;width:100%}.ccb-specialties>li h3{font-size:1.6rem;font-weight:400;letter-spacing:.29px;line-height:normal;line-height:22px;margin:88px 5px 7px;position:relative;text-align:center;text-decoration:none;z-index:5}.ccb-specialties>li h3:hover{text-decoration:underline}.ccb-specialties>li h3 a{color:#142546;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;letter-spacing:.29px;line-height:22px;text-decoration:none}.ccb-specialties>li h3 a:hover{text-decoration:underline}.ccb-specialties>li .field_secondary_image{overflow:hidden;width:100%}.ccb-specialties>li .field_secondary_image a,.ccb-specialties>li .field_secondary_image span{width:100%}.ccb-specialties>li .fc_image_thumb{border-top-left-radius:3px;border-top-right-radius:3px;display:block;height:80px;margin:0;overflow:hidden;padding:0;position:relative}.ccb-specialties>li .fc_image_thumb img{left:0;position:absolute;top:-5px}.ccb-specialties>li ul{list-style:none}.ccb-specialties>li ul li a{display:inline-block}.ccb-specialties>li:hover h3{text-decoration:underline}* body[screen=md] .ccb-services>li{margin:2.5px}body[screen=sm] .ccb-services,body[screen=xs] .ccb-services{float:left;text-align:center;width:100%}body[screen=sm] .ccb-services>li,body[screen=xs] .ccb-services>li{display:inline-block;float:none;margin:10px}body[screen=sm] .ccb-services>li.programs,body[screen=xs] .ccb-services>li.programs,body[screen=xs] header .buttons-advertising .header_buttons{display:none}.ccb-programs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0;position:relative}.ccb-programs>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.ccb-programs>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.ccb-programs>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.ccb-programs>li>a{bottom:0;right:0;z-index:0}.ccb-programs>li>a,.ccb-programs>li>a:before{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.ccb-programs>li>a:before{border-radius:3px;content:" ";opacity:1;z-index:1}.ccb-programs>li>a:hover img,.ccb-programs>li>a:hover:before{opacity:.85}.ccb-programs>li>a:active img,.ccb-programs>li>a:active:before{opacity:.7}.ccb-programs>li{border-radius:2px;margin:2px;min-height:300px;padding-bottom:80px;position:relative;text-align:center;width:304px}.ccb-programs>li ul{list-style:disc}.ccb-programs>li .button-yellow,.ccb-programs>li .readmore{bottom:10px;left:0;position:absolute;right:0;text-decoration:none}.ccb-programs>li img{border:0;border-radius:0;border-top-left-radius:2px;border-top-right-radius:2px;height:auto;margin:0;max-width:100%;opacity:1;padding:0;-webkit-transition:opacity .5s;transition:opacity .5s;width:100%}.ccb-programs>li .description,.ccb-programs>li .field_intro_text,.ccb-programs>li .relateditem{font-size:1.3rem;line-height:1.6rem;padding:0 20px}.ccb-programs>li h3 a{display:block;margin-top:25px;text-decoration:none}.ccb-programs>li h3 a:hover{text-decoration:underline}.ccb-programs>li:hover img{opacity:.85}.ccb-programs>li:hover h3 a{text-decoration:underline}.button-yellow{background-color:#ffd04e!important;border:1px solid hsla(0,0%,100%,0);border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:5px;padding:11px 40px 9px;text-align:center;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s}.button-yellow,.button-yellow *{color:#36393b;text-decoration:none}.button-yellow:hover{-webkit-box-shadow:none;box-shadow:none}.button-yellow:hover,.button-yellow:hover *{color:rgba(54,57,59,.7)}.button-yellow:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15)}.button-yellow:active,.button-yellow:active *{color:rgba(54,57,59,.55)}.button-yellow:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.button-white{background-color:#fff!important;border:1px solid #d6d6d6;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:5px;padding:11px 40px 9px;text-align:center;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s}.button-white,.button-white *{color:#36393b;text-decoration:none}.button-white:hover,.button-white:hover *{color:rgba(54,57,59,.7)}.button-white:active{background-color:#f3f3f3;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15)}.button-white:active,.button-white:active *{color:rgba(54,57,59,.55)}.button-white:hover{border-color:#e1e1e1;-webkit-box-shadow:none;box-shadow:none;color:#8f9192}.button-white:active{border-color:#f3f3f3;color:#969798}.button-gray{background-color:#9f9f9f!important;border:1px solid #9f9f9f;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-size:1.1rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;line-height:1.66;margin:5px;padding:11px 40px 9px;text-align:center;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s}.button-gray,.button-gray *{color:#36393b;text-decoration:none}.button-gray:hover{-webkit-box-shadow:none;box-shadow:none}.button-gray:hover,.button-gray:hover *{color:rgba(54,57,59,.7)}.button-gray:active{background-color:#848484;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15)}.button-gray:active,.button-gray:active *{color:rgba(54,57,59,.55)}.button-gray:hover{background-color:#848484;border-color:#979797}.button-gray.active{background-color:rgba(0,0,0,.07);border-color:rgba(0,0,0,0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.18);box-shadow:inset 0 1px 3px rgba(0,0,0,.18)}.button-gray.width-single,.button-white.width-single,.button-yellow.width-single{-webkit-box-sizing:border-box;box-sizing:border-box;width:290px}.button-gray.width-full,.button-white.width-full,.button-yellow.width-full{width:calc(100% - 92px)}a.button-gray,a.button-while,a.button-yellow,a:active.button-gray,a:active.button-while,a:active.button-yellow,a:hover.button-gray,a:hover.button-while,a:hover.button-yellow,a:link.button-gray,a:link.button-while,a:link.button-yellow,a:visited.button-gray,a:visited.button-while,a:visited.button-yellow{color:#36393b;text-decoration:none}a.button-gray:hover,a.button-while:hover,a.button-yellow:hover,a:active.button-gray:hover,a:active.button-while:hover,a:active.button-yellow:hover,a:hover.button-gray:hover,a:hover.button-while:hover,a:hover.button-yellow:hover,a:link.button-gray:hover,a:link.button-while:hover,a:link.button-yellow:hover,a:visited.button-gray:hover,a:visited.button-while:hover,a:visited.button-yellow:hover{color:rgba(54,57,59,.7)}button a,button a:active,button a:hover,button a:link,button a:visited{color:#36393b;text-decoration:none}.formResponsive button[type=submit].rsform-submit-button,button,input[type=button],input[type=reset],input[type=submit]{background-color:#ffd04e!important;border:1px solid hsla(0,0%,100%,0);border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:5px;padding:11px 40px 9px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s}.formResponsive button[type=submit].rsform-submit-button:active,button:active,input[type=button]:active,input[type=reset]:active,input[type=submit]:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.formResponsive button[type=submit].rsform-submit-button:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-color:#ffd04e!important;border:1px solid hsla(0,0%,100%,0);border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;color:rgba(54,57,59,.7);cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:5px;padding:11px 40px 9px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s}.formResponsive button[type=submit].rsform-submit-button:hover *,button:hover *,input[type=button]:hover *,input[type=reset]:hover *,input[type=submit]:hover *{color:#36393b;text-decoration:none}.formResponsive button[type=submit].rsform-submit-button:hover:hover,button:hover:hover,input[type=button]:hover:hover,input[type=reset]:hover:hover,input[type=submit]:hover:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.formResponsive button[type=submit].rsform-submit-button:hover:hover *,button:hover:hover *,input[type=button]:hover:hover *,input[type=reset]:hover:hover *,input[type=submit]:hover:hover *{color:rgba(54,57,59,.7)}.formResponsive button[type=submit].rsform-submit-button:hover:active,button:hover:active,input[type=button]:hover:active,input[type=reset]:hover:active,input[type=submit]:hover:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.formResponsive button[type=submit].rsform-submit-button:hover:active *,button:hover:active *,input[type=button]:hover:active *,input[type=reset]:hover:active *,input[type=submit]:hover:active *{color:rgba(54,57,59,.55)}.formResponsive button[type=submit].rsform-submit-button:hover:active,button:hover:active,input[type=button]:hover:active,input[type=reset]:hover:active,input[type=submit]:hover:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.formResponsive button[type=submit].rsform-submit-button:hover *,button:hover *,input[type=button]:hover *,input[type=reset]:hover *,input[type=submit]:hover *{color:rgba(54,57,59,.7)}.formResponsive button[type=submit].rsform-submit-button:active,button:active,input[type=button]:active,input[type=reset]:active,input[type=submit]:active{background-color:#ffd04e!important;background-color:#f4c84d;border:1px solid hsla(0,0%,100%,0);border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;color:rgba(54,57,59,.55);cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:5px;padding:11px 40px 9px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s}.formResponsive button[type=submit].rsform-submit-button:active *,button:active *,input[type=button]:active *,input[type=reset]:active *,input[type=submit]:active *{color:#36393b;text-decoration:none}.formResponsive button[type=submit].rsform-submit-button:active:hover,button:active:hover,input[type=button]:active:hover,input[type=reset]:active:hover,input[type=submit]:active:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.formResponsive button[type=submit].rsform-submit-button:active:hover *,button:active:hover *,input[type=button]:active:hover *,input[type=reset]:active:hover *,input[type=submit]:active:hover *{color:rgba(54,57,59,.7)}.formResponsive button[type=submit].rsform-submit-button:active:active,button:active:active,input[type=button]:active:active,input[type=reset]:active:active,input[type=submit]:active:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.formResponsive button[type=submit].rsform-submit-button:active:active *,button:active:active *,input[type=button]:active:active *,input[type=reset]:active:active *,input[type=submit]:active:active *{color:rgba(54,57,59,.55)}.formResponsive button[type=submit].rsform-submit-button:active:active,button:active:active,input[type=button]:active:active,input[type=reset]:active:active,input[type=submit]:active:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.formResponsive button[type=submit].rsform-submit-button:active *,button:active *,input[type=button]:active *,input[type=reset]:active *,input[type=submit]:active *{color:rgba(54,57,59,.55)}.formResponsive button[type=submit].rsform-submit-button[disabled],button[disabled],input[type=button][disabled],input[type=reset][disabled],input[type=submit][disabled]{background-color:#999!important}.formResponsive button[type=submit].rsform-submit-button[disabled]:hover,button[disabled]:hover,input[type=button][disabled]:hover,input[type=reset][disabled]:hover,input[type=submit][disabled]:hover{background-color:#ccc!important}.formResponsive button[type=submit].rsform-submit-button *,button *,input[type=button] *,input[type=reset] *,input[type=submit] *{color:#36393b;text-decoration:none}.filter-input{height:33px;left:0;margin:6px 0 10px 10px;padding:0 10px 0 40px;position:relative;position:absolute;top:0;width:230px;z-index:0}.filter-search-button{border-right:1px solid #bdbdbd;display:block;height:23px;left:15px;padding:0;position:absolute;text-decoration:none;top:11px;width:25px;z-index:1}.filter-search-button:before{content:"";font-family:FontAwesome;font-size:2rem;line-height:2.2rem}.dropdown-container-general{border-radius:4px;float:left;height:34px;margin-left:6px;position:relative}.dropdown-container-general:hover{-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.dropdown-container-general:before{content:attr(data-label);font-family:Roboto,sans-serif;font-size:1.1rem;height:100%;letter-spacing:.5px;line-height:3.4rem;max-width:180px;overflow:hidden;position:absolute;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:100%}.dropdown-container-general.filter-selected:before{margin-left:20px;max-width:150px;text-align:left}.dropdown-container-general:after{speak:none;border:.5px solid #d9d9d9;border-radius:3px;content:"";font-family:IonIcons;font-size:16px;font-size:1.8rem;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;line-height:16px;position:absolute;right:10px;text-align:center;text-transform:none;top:8px;width:18px}.dropdown-container-general .dropdown{border-radius:4px;display:block;left:-14px;list-style:none;margin:0;padding:0;position:relative;top:40px}.dropdown-container-general .dropdown li{display:block;font-family:Open Sans,sans-serif;font-size:13px;font-weight:400;line-height:18px;margin:0;position:relative;text-decoration:none}.dropdown-container-general .dropdown li a{color:#091223;display:block;padding:10px 20px 10px 40px;width:147px}.dropdown-container-general .dropdown li.has-children{padding:10px 20px 10px 40px}.dropdown-container-general .dropdown li.has-children:after{content:"";font-family:IonIcons;font-size:1.6rem;position:absolute;right:10px;top:10px}.dropdown-container-general .dropdown li .dropdown-level-2{display:none;padding-top:45px;position:absolute;top:0;-webkit-transition:display .5s,visibility .5s;transition:display .5s,visibility .5s;width:300px}.dropdown-container-general .dropdown li .dropdown-level-2 a{color:#091223;width:223px}.dropdown-container-general .dropdown li .dropdown-level-2 .search_button_filter{border-right:1px solid #bdbdbd;display:block;height:23px;left:15px;padding:0;position:absolute;text-decoration:none;top:11px;width:25px;z-index:1}.dropdown-container-general .dropdown li .dropdown-level-2 .search_button_filter:before{content:"";font-family:FontAwesome;font-size:2rem;line-height:2.2rem}.dropdown-container-general .dropdown li .dropdown-level-2 input[type=text]{height:33px;left:0;margin:6px 0 10px 10px;padding:0 10px 0 40px;position:relative;position:absolute;top:0;width:230px;z-index:0}.dropdown-container-general .dropdown li .dropdown-level-2 ul{clear:both;height:270px;list-style:none;margin:0;overflow-y:scroll;padding:0}.dropdown-container-general .dropdown li .dropdown-level-2:hover{border-radius:0}.dropdown-container-general .dropdown li[data-label=Events] .dropdown-level-2{border-radius:4px;width:207px}.dropdown-container-general .dropdown li[data-label=Events] .dropdown-level-2 ul{height:auto;overflow:auto}.dropdown-container-general .dropdown li[data-label=Events] .dropdown-level-2 a{color:#091223;width:146px}.dropdown-container-general .dropdown.close{display:none}.dropdown-container-gray{background-color:#9f9f9f;border:1px solid #9f9f9f;border-radius:4px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;float:left;height:34px;margin-left:6px}.dropdown-container-gray:hover{-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.dropdown-container-gray:before{content:attr(data-label);font-family:Roboto,sans-serif;font-size:1.1rem;height:100%;letter-spacing:.5px;line-height:3.4rem;max-width:180px;overflow:hidden;position:absolute;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:100%}.dropdown-container-gray.filter-selected:before{margin-left:20px;max-width:150px;text-align:left}.dropdown-container-gray:after{speak:none;border:.5px solid #d9d9d9;border-radius:3px;content:"";font-family:IonIcons;font-size:16px;font-size:1.8rem;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;line-height:16px;position:absolute;right:10px;text-align:center;text-transform:none;top:8px;width:18px}.dropdown-container-gray .dropdown{border-radius:4px;display:block;left:-14px;list-style:none;margin:0;padding:0;position:relative;top:40px}.dropdown-container-gray .dropdown li{display:block;font-family:Open Sans,sans-serif;font-size:13px;font-weight:400;line-height:18px;margin:0;position:relative;text-decoration:none}.dropdown-container-gray .dropdown li a{color:#091223;display:block;padding:10px 20px 10px 40px;width:147px}.dropdown-container-gray .dropdown li.has-children{padding:10px 20px 10px 40px}.dropdown-container-gray .dropdown li.has-children:after{content:"";font-family:IonIcons;font-size:1.6rem;position:absolute;right:10px;top:10px}.dropdown-container-gray .dropdown li .dropdown-level-2{display:none;padding-top:45px;position:absolute;top:0;-webkit-transition:display .5s,visibility .5s;transition:display .5s,visibility .5s;width:300px}.dropdown-container-gray .dropdown li .dropdown-level-2 a{color:#091223;width:223px}.dropdown-container-gray .dropdown li .dropdown-level-2 .search_button_filter{border-right:1px solid #bdbdbd;display:block;height:23px;left:15px;padding:0;position:absolute;text-decoration:none;top:11px;width:25px;z-index:1}.dropdown-container-gray .dropdown li .dropdown-level-2 .search_button_filter:before{content:"";font-family:FontAwesome;font-size:2rem;line-height:2.2rem}.dropdown-container-gray .dropdown li .dropdown-level-2 input[type=text]{height:33px;left:0;margin:6px 0 10px 10px;padding:0 10px 0 40px;position:relative;position:absolute;top:0;width:230px;z-index:0}.dropdown-container-gray .dropdown li .dropdown-level-2 ul{clear:both;height:270px;list-style:none;margin:0;overflow-y:scroll;padding:0}.dropdown-container-gray .dropdown li .dropdown-level-2:hover{border-radius:0}.dropdown-container-gray .dropdown li[data-label=Events] .dropdown-level-2{border-radius:4px;width:207px}.dropdown-container-gray .dropdown li[data-label=Events] .dropdown-level-2 ul{height:auto;overflow:auto}.dropdown-container-gray .dropdown li[data-label=Events] .dropdown-level-2 a{color:#091223;width:146px}.dropdown-container-gray .dropdown.close{display:none}.dropdown-container-gray:hover{border:1px solid #979797}.dropdown-container-gray:hover:after,.dropdown-container-gray:hover:before{opacity:.85}.dropdown-container-gray:before{font-weight:700}.dropdown-container-gray .dropdown{background-color:#939393;border:1px solid #d6d6d6;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);height:250px}.dropdown-container-gray .dropdown li{padding:10px 20px 10px 40px}.dropdown-container-white{background-color:#fff;border:1px solid #d6d6d6;border-radius:4px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.35);box-shadow:0 1px 3px 0 rgba(0,0,0,.35);color:rgba(54,57,59,.85);float:left;height:34px;margin-left:6px;position:relative}.dropdown-container-white:hover{-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.dropdown-container-white:before{content:attr(data-label);font-family:Roboto,sans-serif;font-size:1.1rem;height:100%;letter-spacing:.5px;line-height:3.4rem;overflow:hidden;position:absolute;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:100%}.dropdown-container-white.filter-selected:before{margin-left:20px;max-width:150px;text-align:left}.dropdown-container-white:after{speak:none;border:.5px solid #d9d9d9;border-radius:3px;content:"";font-family:IonIcons;font-size:16px;font-size:1.8rem;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;line-height:16px;position:absolute;right:10px;text-align:center;text-transform:none;top:8px;width:18px}.dropdown-container-white .dropdown{border-radius:4px;display:block;left:-14px;list-style:none;margin:0;padding:0;position:relative;top:40px}.dropdown-container-white .dropdown li{display:block;font-family:Open Sans,sans-serif;font-size:13px;font-weight:400;line-height:18px;margin:0;position:relative;text-decoration:none}.dropdown-container-white .dropdown li a{display:block;padding:10px 20px 10px 40px;width:147px}.dropdown-container-white .dropdown li.has-children{padding:10px 20px 10px 40px}.dropdown-container-white .dropdown li.has-children:after{content:"";font-family:IonIcons;font-size:1.6rem;position:absolute;right:10px;top:10px}.dropdown-container-white .dropdown li .dropdown-level-2{display:none;padding-top:45px;position:absolute;top:0;-webkit-transition:display .5s,visibility .5s;transition:display .5s,visibility .5s;width:300px}.dropdown-container-white .dropdown li .dropdown-level-2 a{color:#091223;width:223px}.dropdown-container-white .dropdown li .dropdown-level-2 .search_button_filter{border-right:1px solid #bdbdbd;display:block;height:23px;left:15px;padding:0;position:absolute;text-decoration:none;top:11px;width:25px;z-index:1}.dropdown-container-white .dropdown li .dropdown-level-2 .search_button_filter:before{content:"";font-family:FontAwesome;font-size:2rem;line-height:2.2rem}.dropdown-container-white .dropdown li .dropdown-level-2 input[type=text]{height:33px;left:0;margin:6px 0 10px 10px;padding:0 10px 0 40px;position:relative;position:absolute;top:0;width:230px;z-index:0}.dropdown-container-white .dropdown li .dropdown-level-2 ul{clear:both;height:270px;list-style:none;margin:0;overflow-y:scroll;padding:0}.dropdown-container-white .dropdown li .dropdown-level-2:hover{border-radius:0}.dropdown-container-white .dropdown li[data-label=Events] .dropdown-level-2{border-radius:4px;width:207px}.dropdown-container-white .dropdown li[data-label=Events] .dropdown-level-2 ul{height:auto;overflow:auto}.dropdown-container-white .dropdown li[data-label=Events] .dropdown-level-2 a{color:#091223;width:146px}.dropdown-container-white .dropdown.close{display:none}.dropdown-container-white:hover{border:1px solid hsla(0,0%,59%,.3)}.dropdown-container-white:hover:after,.dropdown-container-white:hover:before{opacity:.7}.dropdown-container-white:before{font-weight:900;max-width:180px;padding:0 10px}.dropdown-container-white .dropdown{background-color:#fff;border:1px solid #d6d6d6;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.35);box-shadow:0 1px 3px 0 rgba(0,0,0,.35)}.dropdown-container-white .dropdown:hover{cursor:default}.dropdown-container-white .dropdown li:hover{background-color:#e8e9eb}.dropdown-container-white .dropdown li a{color:#091223;text-decoration:none}.dropdown-container-white .dropdown li .dropdown-level-2{background-color:#fff;border:1px solid #d6d6d6;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.35);box-shadow:0 1px 3px 0 rgba(0,0,0,.35)}.dropdown-container-white.filter-selected:after{content:"";font-family:IonIcons}body.msie .dropdown-container-gray:before,body.msie .dropdown-container-white:before{line-height:34px}.filter{background-image:linear-gradient(148deg,#858585,#6d6d6d 77%);padding:10px 0 4px;width:100%}.filter:after,.filter:before{content:" ";display:table}.filter:after{clear:both}.filter .container{position:relative}.filter input[type=text]{height:24px;padding-left:40px;position:relative;z-index:0}.filter input[type=text].search_query{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.24);box-shadow:inset 0 1px 3px rgba(0,0,0,.24)}.filter .search_button_filter{border-right:1px solid #bdbdbd;display:block;height:23px;left:5px;position:absolute;text-decoration:none;top:5px;width:25px;z-index:1}.filter .search_button_filter:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:2.3rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}body.msie .filter .search_button_filter:before{line-height:25px}.filter-applied{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ededed;border-radius:2px;color:#142546;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.6px;line-height:12px;padding:6px 10px 6px 20px;position:relative;-webkit-transition:background-color .5s ease;transition:background-color .5s ease}.filter-applied:not(:last-child){margin-right:4px}.filter-applied.dummy{padding:6px 10px}.filter-applied:not(.dummy):before{content:url(/templates/lyquix/images/close-icon.svg);left:5px;position:absolute;top:50%;-webkit-transform:translateY(-50%) scale(.6);-ms-transform:translateY(-50%) scale(.6);transform:translateY(-50%) scale(.6)}.filter-applied:hover{background-color:#f5f5f5}.btn-view{background-image:linear-gradient(-13deg,#858585,#b1b1b1);border-radius:5px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);display:inline-block;height:34px;position:relative;text-decoration:none;width:34px}.btn-view:before{color:#efefef;display:block;font-size:2.9rem;font-weight:700;left:7px;position:absolute;top:7px}.btn-view:hover{cursor:pointer}.btn-view-grid{background-image:linear-gradient(-13deg,#858585,#b1b1b1);border-radius:5px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);display:inline-block;height:34px;position:relative;text-decoration:none;width:34px}.btn-view-grid:before{color:#efefef;display:block;font-size:2.9rem;font-weight:700;left:7px;position:absolute;top:7px}.btn-view-grid:hover{cursor:pointer}.btn-view-grid:before{content:"";font-family:IonIcons;left:8px}.btn-view-list{background-image:linear-gradient(-13deg,#858585,#b1b1b1);border-radius:5px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);display:inline-block;height:34px;position:relative;text-decoration:none;width:34px}.btn-view-list:before{color:#efefef;display:block;font-size:2.9rem;font-weight:700;left:7px;position:absolute;top:7px}.btn-view-list:hover{cursor:pointer}.btn-view-list:before{content:"";font-family:IonIcons;left:6.5px;top:6px}.btn-view-active{background-color:rgba(0,0,0,.15);background-image:none;border-radius:5px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.5);box-shadow:inset 0 1px 3px rgba(0,0,0,.5);height:34px;width:34px}.btn-view-active:before{color:#9b9b9b;left:8px}.btn-view-active:hover{cursor:default}.btn-view-list.btn-view-active:before{left:6.5px}.sort-pref{position:relative}.sort-pref .menu-opener{margin-bottom:0;-webkit-transition:background-color .5s ease;transition:background-color .5s ease;width:172px}.sort-pref .menu-opener .sort-pref-wrapper{position:absolute}.sort-pref .menu-opener:hover{background-color:#f2f2f2}.sort-pref .dropdown{background-color:#fff;border-radius:0 2px 0 0;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);height:auto;left:auto;padding:30px 20px 40px;position:absolute;right:0;width:314px;z-index:2}.sort-pref .dropdown:before{background-color:inherit;content:"";display:block;height:10px;position:absolute;right:10px;top:-4px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:10px}.sort-pref .dropdown.close{opacity:0;-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden}.sort-pref label{color:#142546;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:0;line-height:17px}.sort-pref .input-section{padding-left:20px}.sort-pref .input-section .miles-from{margin-right:6px}.sort-pref .input-wrapper{margin-bottom:6px}.sort-pref .row.alphabetically{margin-bottom:10px}.sort-pref .row.distance{margin-bottom:6px}.sort-pref .text-input{padding-bottom:6px}.sort-pref .phy-sort-dropdown-text-input{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);font-family:Roboto,sans-serif;font-size:12px;letter-spacing:.35px;line-height:14px;width:calc(100% - 44px)}.sort-pref .submit-button{border-radius:0 5px 5px 0;margin:0;padding:0;position:relative;width:42px}.sort-pref .submit-button:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:1.3rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%}.loc-buttons{color:#fff;float:left;margin:0 0 0 6px;padding-left:20px;position:relative;text-decoration:none}.loc-buttons:before{font-size:1.875rem;height:22px;left:10px;line-height:1.328;position:absolute;top:10px;width:22px}.loc-buttons:hover{color:hsla(0,0%,100%,.85);cursor:pointer}.loc-buttons:hover:before{opacity:.85}.loc-buttons:active{color:hsla(0,0%,100%,.7)}.loc-buttons:active:before{opacity:.7}.stories-filter{margin-bottom:15px;position:relative;z-index:3}.filter-overlay-container{bottom:0;height:calc(100% - 153px);left:0;position:fixed;right:0;top:153px;width:100%;z-index:3}.menu-collapsed .filter-overlay-container{height:calc(100% - 80px);top:80px}.filter-overlay{background:url(/templates/lyquix/images/repeatingpattern.png) repeat;display:none;height:100%;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity .25s;transition:opacity .25s;width:100%;z-index:3}.filter-overlay.close{opacity:0}.story-type-filter{position:relative;z-index:0}.story-type-filter li[data-label=Events]:after{content:"";display:none;font-family:IonIcons;font-size:1.6rem;position:absolute;right:10px;top:10px}.story-type-filter li[data-label=Events] div{padding-top:0!important}.story-type-filter li[data-label=Events]:hover div{display:block}.story-type-filter li[data-label=Events].has-children{padding:0}.story-type-filter li[data-label=Events].has-children:after{display:block}.story-topic-filter{position:relative;z-index:1}.stories-filter{margin:60px auto 0;max-width:1164px}.stories-filter h2{font-size:2rem;line-height:29px;margin-bottom:20px;margin-top:0}.stories-filter-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0 auto;padding:0;position:relative}.stories-filter-tabs>li{margin:0 14px 0 0;position:relative;width:222px}.stories-filter-tabs>li a{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:18px;margin:0;padding:14px 0;text-decoration:none;text-transform:none;width:100%}.stories-filter-tabs>li a.button-yellow{color:#142546}.stories-filter-tabs>li button{position:relative}.stories-filter-tabs>li button:focus{outline:0}.stories-filter-tabs>li button.disabled{background-color:#eee!important;-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.stories-filter-tabs>li.active button:not(.disabled){-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.stories-filter-tabs>li.active button:not(.disabled).filter-options:after{speak:none;content:"";font-family:IcoMoon;font-size:16px;font-size:10px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:14px;text-transform:none;top:14px}.stories-filter-tabs>li.has-children:before{speak:none;color:#142546;content:"";font-family:FontAwesome;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:-20px;text-transform:none;top:30px}.stories-filter-tabs>li.has-children>ul{background-color:#e8e9eb;left:auto;list-style:none;opacity:0;position:absolute;top:100%;-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden;width:229px;z-index:9}.stories-filter-tabs>li.has-children>ul>li{float:none;margin:0;padding-top:10px;position:relative;width:100%}.stories-filter-tabs>li.has-children>ul>li h4{margin:10px}.stories-filter-tabs>li.has-children>ul>li.filter-selected h4:after{background-color:#ffd151;bottom:-5px;content:"";height:5px;left:10px;position:absolute;width:calc(100% - 20px)}.stories-filter-tabs>li.has-children:hover ul{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible}.stories-filter-tabs>li:last-of-type{margin-right:0}.stories-filter-options{background-color:#fff;border-radius:5px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.35);box-shadow:0 1px 5px rgba(0,0,0,.35);height:600px;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden;z-index:0}.stories-filter-options>ul{background-color:#e8e9eb;border-top-left-radius:5px;border-top-right-radius:5px;list-style:none;margin:0;padding:0;width:100%}.stories-filter-options>ul li{background-color:#e8e9eb;border-right:1px solid rgba(20,37,70,.11);float:left;margin:0;padding:3px 50px;position:relative}.stories-filter-options>ul li h4{line-height:24px}.stories-filter-options>ul li:first-child{border-top-left-radius:5px}.stories-filter-options>ul li:after{color:#142546;content:"";font-family:FontAwesome;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.stories-filter-options>ul li:hover{cursor:pointer}.stories-filter-options>ul li.active{background-color:#fff}.stories-filter-options .field{left:0;opacity:0;padding:30px;position:absolute;top:80px;-webkit-transition:opacity .5s,visibility 0s,.5s;transition:opacity .5s,visibility 0s,.5s;visibility:hidden}.stories-filter-options .rel_conditions.field.active,.stories-filter-options .rel_locations.field.active,.stories-filter-options .rel_physicians.field.active,.stories-filter-options .rel_programs.field.active,.stories-filter-options .rel_services.field.active,.stories-filter-options .rel_specialties.field.active,.stories-filter-options .rel_treatments.field.active{height:100%;margin-top:10px;max-height:440px;opacity:1;overflow-y:auto;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible;width:100%}.stories-filter-options .rel_conditions .search-container,.stories-filter-options .rel_locations .search-container,.stories-filter-options .rel_physicians .search-container,.stories-filter-options .rel_programs .search-container,.stories-filter-options .rel_services .search-container,.stories-filter-options .rel_specialties .search-container,.stories-filter-options .rel_treatments .search-container{height:48px;position:relative}.stories-filter-options .rel_conditions .ccb-locations,.stories-filter-options .rel_conditions .ccb-physicians,.stories-filter-options .rel_conditions .ccb-programs,.stories-filter-options .rel_conditions .ccb-services,.stories-filter-options .rel_conditions .ccb-specialties,.stories-filter-options .rel_locations .ccb-locations,.stories-filter-options .rel_locations .ccb-physicians,.stories-filter-options .rel_locations .ccb-programs,.stories-filter-options .rel_locations .ccb-services,.stories-filter-options .rel_locations .ccb-specialties,.stories-filter-options .rel_physicians .ccb-locations,.stories-filter-options .rel_physicians .ccb-physicians,.stories-filter-options .rel_physicians .ccb-programs,.stories-filter-options .rel_physicians .ccb-services,.stories-filter-options .rel_physicians .ccb-specialties,.stories-filter-options .rel_programs .ccb-locations,.stories-filter-options .rel_programs .ccb-physicians,.stories-filter-options .rel_programs .ccb-programs,.stories-filter-options .rel_programs .ccb-services,.stories-filter-options .rel_programs .ccb-specialties,.stories-filter-options .rel_services .ccb-locations,.stories-filter-options .rel_services .ccb-physicians,.stories-filter-options .rel_services .ccb-programs,.stories-filter-options .rel_services .ccb-services,.stories-filter-options .rel_services .ccb-specialties,.stories-filter-options .rel_specialties .ccb-locations,.stories-filter-options .rel_specialties .ccb-physicians,.stories-filter-options .rel_specialties .ccb-programs,.stories-filter-options .rel_specialties .ccb-services,.stories-filter-options .rel_specialties .ccb-specialties,.stories-filter-options .rel_treatments .ccb-locations,.stories-filter-options .rel_treatments .ccb-physicians,.stories-filter-options .rel_treatments .ccb-programs,.stories-filter-options .rel_treatments .ccb-services,.stories-filter-options .rel_treatments .ccb-specialties{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -2px}.stories-filter-options .rel_conditions .search_button_filter,.stories-filter-options .rel_locations .search_button_filter,.stories-filter-options .rel_physicians .search_button_filter,.stories-filter-options .rel_programs .search_button_filter,.stories-filter-options .rel_services .search_button_filter,.stories-filter-options .rel_specialties .search_button_filter,.stories-filter-options .rel_treatments .search_button_filter{border-right:1px solid #bdbdbd;color:#091223;display:block;height:23px;left:15px;padding:0;position:absolute;text-decoration:none;top:11px;width:25px;z-index:1}.stories-filter-options .rel_conditions .search_button_filter:before,.stories-filter-options .rel_locations .search_button_filter:before,.stories-filter-options .rel_physicians .search_button_filter:before,.stories-filter-options .rel_programs .search_button_filter:before,.stories-filter-options .rel_services .search_button_filter:before,.stories-filter-options .rel_specialties .search_button_filter:before,.stories-filter-options .rel_treatments .search_button_filter:before{content:"";font-family:FontAwesome;font-size:2rem;line-height:2.2rem}.stories-filter-options .rel_conditions input[type=text],.stories-filter-options .rel_locations input[type=text],.stories-filter-options .rel_physicians input[type=text],.stories-filter-options .rel_programs input[type=text],.stories-filter-options .rel_services input[type=text],.stories-filter-options .rel_specialties input[type=text],.stories-filter-options .rel_treatments input[type=text]{height:33px;left:0;margin:6px 0 10px 10px;padding:0 10px 0 40px;position:relative;position:absolute;top:0;width:230px;width:calc(100% - 60px);z-index:0}.stories-filter-options .rel_specialties .ccb-specialties>li>a{bottom:inherit;height:auto;left:inherit;right:inherit;top:inherit;width:auto}.stories-filter-options .rel_locations input[type=text]{width:62%}.stories-filter-options .rel_locations .search-container button{padding:8px;position:absolute;right:0;width:30%}.stories-filter-options .rel_conditions .accordion-2:not(.open),.stories-filter-options .rel_treatments .accordion-2:not(.open){height:333px}.stories-filter-options .rel_conditions .accordion-2 ul,.stories-filter-options .rel_treatments .accordion-2 ul{height:auto;margin:0 0 0 55px;overflow:hidden;padding-left:0;width:calc(100% - 60px)}.stories-filter-options .rel_conditions .accordion-2 ul li,.stories-filter-options .rel_treatments .accordion-2 ul li{display:block;list-style:none;padding:10px 0 5px;position:relative}.stories-filter-options .rel_conditions .accordion-2 ul li:after,.stories-filter-options .rel_treatments .accordion-2 ul li:after{background-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));background-image:linear-gradient(90deg,rgba(0,0,0,.2),rgba(0,0,0,0));bottom:0;content:" ";height:1px;left:0;position:absolute;width:55%}.stories-filter-options .rel_conditions .accordion-2.active ul,.stories-filter-options .rel_treatments .accordion-2.active ul{height:333px;max-width:none;overflow-y:auto}.stories-filter-options .circle-button{position:absolute;right:0;top:-30px;z-index:4}body[screen=lg] .filter-overlay-container.active .stories-filter-options,body[screen=md] .filter-overlay-container.active .stories-filter-options,body[screen=sm] .filter-overlay-container.active .stories-filter-options{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible;z-index:4}.stories-filter-close-button{left:0;margin:auto;opacity:0;position:absolute;right:0;top:calc(50% - 318px);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden;width:95%;z-index:0}.stories-filter-close-button.active{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible;z-index:4}.stories-filter-close-button span{float:right}.stories-filter-close-button span:before{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.filter-md-shared .filter-overlay-container,body[screen=md] .filter-overlay-container{height:calc(100vh - 144px);top:144px}.filter-md-shared .stories-filter-close-button,body[screen=md] .stories-filter-close-button{top:calc(50% - 288px)}.filter-md-shared .stories-filter-options,body[screen=md] .stories-filter-options{height:540px}.filter-md-shared .stories-filter-options>ul li,body[screen=md] .stories-filter-options>ul li{padding:3px 40px 3px 20px}.filter-md-shared .stories-filter-options>ul li:last-child,body[screen=md] .stories-filter-options>ul li:last-child{border:0}.filter-md-shared .stories-filter-options .field,body[screen=md] .stories-filter-options .field{padding:20px}.filter-md-shared .stories-filter-options .rel_conditions.field.active,.filter-md-shared .stories-filter-options .rel_locations.field.active,.filter-md-shared .stories-filter-options .rel_physicians.field.active,.filter-md-shared .stories-filter-options .rel_programs.field.active,.filter-md-shared .stories-filter-options .rel_services.field.active,.filter-md-shared .stories-filter-options .rel_specialties.field.active,.filter-md-shared .stories-filter-options .rel_treatments.field.active,body[screen=md] .stories-filter-options .rel_conditions.field.active,body[screen=md] .stories-filter-options .rel_locations.field.active,body[screen=md] .stories-filter-options .rel_physicians.field.active,body[screen=md] .stories-filter-options .rel_programs.field.active,body[screen=md] .stories-filter-options .rel_services.field.active,body[screen=md] .stories-filter-options .rel_specialties.field.active,body[screen=md] .stories-filter-options .rel_treatments.field.active{width:calc(100% - 40px)}.filter-md-shared .stories-filter-options .rel_locations.field.active input[type=text],.filter-md-shared .stories-filter-options .rel_physicians.field.active input[type=text],body[screen=md] .stories-filter-options .rel_locations.field.active input[type=text],body[screen=md] .stories-filter-options .rel_physicians.field.active input[type=text]{margin-left:0;padding-left:50px}.filter-md-shared .stories-filter-options .rel_locations.field.active input[type=text],body[screen=md] .stories-filter-options .rel_locations.field.active input[type=text]{width:57%}.filter-md-shared .stories-filter-options .rel_locations.field.active .search-container button,body[screen=md] .stories-filter-options .rel_locations.field.active .search-container button{width:35%}.filter-md-shared.menu-collapsed .filter-overlay-container,body[screen=md].menu-collapsed .filter-overlay-container{height:calc(100vh - 79px);top:79px}.filter-sm-shared .filter-overlay-container,body[screen=sm] .filter-overlay-container{height:calc(100vh - 59px);top:59px}.filter-sm-shared .stories-filter h2,body[screen=sm] .stories-filter h2{margin-bottom:0}.filter-sm-shared .stories-filter-tabs h4,body[screen=sm] .stories-filter-tabs h4{font-size:1.4rem}.filter-sm-shared .stories-filter-tabs>li,body[screen=sm] .stories-filter-tabs>li{margin:0 5px 0 0;padding:11px 0}.filter-sm-shared .stories-filter-tabs>li:last-child,body[screen=sm] .stories-filter-tabs>li:last-child{margin-right:0}.filter-sm-shared .stories-filter-tabs>li.has-children:before,body[screen=sm] .stories-filter-tabs>li.has-children:before{right:-15px}.filter-sm-shared .stories-filter-tabs>li button,body[screen=sm] .stories-filter-tabs>li button{font-size:1.1rem;padding:11px 20px 9px}.filter-sm-shared .stories-filter-tabs>li .filter-close-clear,body[screen=sm] .stories-filter-tabs>li .filter-close-clear{right:8px}.filter-sm-shared .stories-filter-options .field,body[screen=sm] .stories-filter-options .field{margin-top:0!important;padding:0 15px}.filter-sm-shared .stories-filter-options .rel_conditions.field.active,.filter-sm-shared .stories-filter-options .rel_locations.field.active,.filter-sm-shared .stories-filter-options .rel_physicians.field.active,.filter-sm-shared .stories-filter-options .rel_programs.field.active,.filter-sm-shared .stories-filter-options .rel_services.field.active,.filter-sm-shared .stories-filter-options .rel_specialties.field.active,.filter-sm-shared .stories-filter-options .rel_treatments.field.active,body[screen=sm] .stories-filter-options .rel_conditions.field.active,body[screen=sm] .stories-filter-options .rel_locations.field.active,body[screen=sm] .stories-filter-options .rel_physicians.field.active,body[screen=sm] .stories-filter-options .rel_programs.field.active,body[screen=sm] .stories-filter-options .rel_services.field.active,body[screen=sm] .stories-filter-options .rel_specialties.field.active,body[screen=sm] .stories-filter-options .rel_treatments.field.active{top:auto;width:calc(100% - 30px)}.filter-sm-shared .stories-filter-options .rel_locations.field input[type=text],body[screen=sm] .stories-filter-options .rel_locations.field input[type=text]{width:57%}.filter-sm-shared .stories-filter-options .rel_locations.field button,body[screen=sm] .stories-filter-options .rel_locations.field button{font-size:1.1rem;width:35%}.filter-sm-shared .stories-filter-options h4,body[screen=sm] .stories-filter-options h4{font-size:1.2rem;margin:1.25rem 0}.filter-sm-shared .stories-filter-options>ul li,body[screen=sm] .stories-filter-options>ul li{padding:3px 20px 3px 8px}.filter-sm-shared .stories-filter-options>ul li:last-child,body[screen=sm] .stories-filter-options>ul li:last-child{border:0}.filter-sm-shared .stories-filter-options>ul li:after,body[screen=sm] .stories-filter-options>ul li:after{right:5px;top:14px}.filter-sm-shared .more-menu-item>ul>li.has-children>ul,body[screen=sm] .more-menu-item>ul>li.has-children>ul{margin-left:20px}.filter-sm-shared[orientation=landscape] .stories-filter-options,body[screen=sm][orientation=landscape] .stories-filter-options{height:200px;top:calc(50% + 27px)}.filter-sm-shared[orientation=landscape] .stories-filter-close-button,body[screen=sm][orientation=landscape] .stories-filter-close-button{top:calc(50% - 91px)}@media screen and (min-width:960px) and (max-width:1010px){.filter-overlay-container{height:calc(100vh - 59px);top:59px}.stories-filter h2{margin-bottom:0}.stories-filter-tabs h4{font-size:1.4rem}.stories-filter-tabs>li{margin:0 5px 0 0;padding:11px 0}.stories-filter-tabs>li:last-child{margin-right:0}.stories-filter-tabs>li.has-children:before{right:-15px}.stories-filter-tabs>li button{font-size:1.1rem;padding:11px 20px 9px}.stories-filter-tabs>li .filter-close-clear{right:8px}.stories-filter-options .field{margin-top:0!important;padding:0 15px}.stories-filter-options .rel_conditions.field.active,.stories-filter-options .rel_locations.field.active,.stories-filter-options .rel_physicians.field.active,.stories-filter-options .rel_programs.field.active,.stories-filter-options .rel_services.field.active,.stories-filter-options .rel_specialties.field.active,.stories-filter-options .rel_treatments.field.active{top:auto;width:calc(100% - 30px)}.stories-filter-options .rel_locations.field input[type=text]{width:57%}.stories-filter-options .rel_locations.field button{font-size:1.1rem;width:35%}.stories-filter-options h4{font-size:1.2rem;margin:1.25rem 0}.stories-filter-options>ul li{padding:3px 20px 3px 8px}.stories-filter-options>ul li:last-child{border:0}.stories-filter-options>ul li:after{right:5px;top:14px}.more-menu-item>ul>li.has-children>ul{margin-left:20px}}@media screen and (min-width:1280px) and (max-width:1305px){.filter-overlay-container{height:calc(100vh - 144px);top:144px}.stories-filter-close-button{top:calc(50% - 288px)}.stories-filter-options{height:540px}.stories-filter-options>ul li{padding:3px 40px 3px 20px}.stories-filter-options>ul li:last-child{border:0}.stories-filter-options .field{padding:20px}.stories-filter-options .rel_conditions.field.active,.stories-filter-options .rel_locations.field.active,.stories-filter-options .rel_physicians.field.active,.stories-filter-options .rel_programs.field.active,.stories-filter-options .rel_services.field.active,.stories-filter-options .rel_specialties.field.active,.stories-filter-options .rel_treatments.field.active{width:calc(100% - 40px)}.stories-filter-options .rel_locations.field.active input[type=text],.stories-filter-options .rel_physicians.field.active input[type=text]{margin-left:0;padding-left:50px}.stories-filter-options .rel_locations.field.active input[type=text]{width:57%}.stories-filter-options .rel_locations.field.active .search-container button{width:35%}}body[screen=xs] .filter-applied{margin-bottom:4px}body[screen=xs] .filter-overlay-container-xs{height:calc(100vh - 87px);top:87px}body[screen=xs] .dropdown-container-white:before{max-width:270px}body[screen=xs] .dropdown-container-gray.filter-selected:before{max-width:110px}@media screen and (max-width:320px){.stories-filter{margin:0 5px}.stories-filter .dropdown-container-white{margin:0 0 3px;width:308px!important}}.spe-loc-filter{float:left;left:20px;top:20px;z-index:3}.spe-loc-filter .dropdown{min-width:264px;padding-top:45px;width:auto}.spe-loc-filter .dropdown ul{clear:both;height:270px;list-style:none;margin:0;overflow-y:scroll;padding:0}.spe-loc-filter .dropdown .search_button_filter{border-right:1px solid #bdbdbd;display:block;height:23px;left:15px;padding:0;position:absolute;text-decoration:none;top:11px;width:25px;z-index:1}.spe-loc-filter .dropdown .search_button_filter:before{color:#091223;content:"";font-family:FontAwesome;font-size:2rem;line-height:2.2rem}.spe-loc-filter .dropdown input[type=text]{height:33px;left:0;margin:6px 0 10px 10px;padding:0 10px 0 40px;position:relative;position:absolute;top:0;width:230px;width:193px;z-index:0}body[screen=xs] .spe-loc-filter{left:0;top:0;width:307px!important}body[screen=xs] .filter-button-xs{width:100%}body[screen=xs] .filter-button-xs button{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1.1rem;margin-left:0;margin-right:0;width:100%}body[screen=xs] .filter-button-xs button:hover{cursor:pointer}body[screen=xs] .filter-button-xs button.disabled{background-color:#eee!important;-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}body[screen=xs] .stories-filter-options{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:hidden}body[screen=xs] .stories-filter-tabs>li{margin:0 16px 0 0}body[screen=xs] .stories-filter-tabs>li a{padding:11px 0}body[screen=xs] .stories-filter-tabs>li h4{margin-top:10px}body[screen=xs] .stories-filter-tabs>li.has-children:before{top:16px}body[screen=xs] .stories-filter-tabs>li[data-label=Events].has-children>ul{right:-111px}body[screen=xs] .stories-filter-tabs .more-menu-item{float:right;position:relative}body[screen=xs] .stories-filter-tabs .more-menu-item:hover{cursor:pointer}body[screen=xs] .stories-filter-tabs .more-menu-item>ul{background-color:#e8e9eb;left:auto;list-style:none;margin:0;min-height:200px;min-width:200px;opacity:0;padding:0 0 0 1.5em;position:absolute;right:-20px;top:50px;top:100%;-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden;z-index:9}body[screen=xs] .stories-filter-tabs .more-menu-item>ul .subcat-item-3,body[screen=xs] .stories-filter-tabs .more-menu-item>ul .subcat-item-4,body[screen=xs] .stories-filter-tabs .more-menu-item>ul .subcat-item-5,body[screen=xs] .stories-filter-tabs .more-menu-item>ul .subcat-item-6{display:block}body[screen=xs] .stories-filter-tabs .more-menu-item.active>ul{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible}body[screen=xs] .stories-filter-options{display:none}body[screen=xs] .stories-filter-options-xs{margin:0 auto;position:relative}body[screen=xs] .stories-filter-options-xs>ul{background-color:#fff;border:1px solid #d6d6d6;border-radius:4px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.35);box-shadow:0 1px 3px 0 rgba(0,0,0,.35);list-style:none;margin:0;min-height:308px;opacity:0;padding:0;position:absolute;top:100px;-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden;width:100%;z-index:0}body[screen=xs] .stories-filter-options-xs>ul li{font-family:Open Sans,sans-serif;margin:0 5px;padding:10px 20px;position:relative}body[screen=xs] .stories-filter-options-xs>ul li:hover{background-color:#e8eaeb;cursor:pointer}body[screen=xs] .stories-filter-options-xs>ul li.has-children{padding:10px 20px 10px 40px}body[screen=xs] .stories-filter-options-xs>ul li.has-children:after{content:"";font-family:IonIcons;font-size:1.6rem;position:absolute;right:10px;top:10px}body[screen=xs] .filter-overlay-container.active .stories-filter-options-xs>ul{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible;z-index:4}body[screen=xs] .stories-filter-close-button{top:70px}body[screen=xs] .xs-dropdown-level-2{opacity:0;position:absolute;top:100px;-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden;width:100%;z-index:4}body[screen=xs] .xs-dropdown-level-2 .back-button{background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:block;height:32px;left:8px;position:absolute;top:15px;width:32px;z-index:5}body[screen=xs] .xs-dropdown-level-2 .back-button:hover{cursor:pointer}body[screen=xs] .xs-dropdown-level-2 .back-button:after{content:"";font-family:IonIcons;font-size:2rem;position:absolute;right:15px}body[screen=xs] .xs-dropdown-level-2 .dropdown-level-2{background-color:#fff;border:1px solid #d6d6d6;border-radius:4px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.35);box-shadow:0 1px 3px 0 rgba(0,0,0,.35);display:none;left:0;margin:0;min-height:308px;padding:0;position:absolute;top:0;width:100%}body[screen=xs] .xs-dropdown-level-2 .dropdown-level-2 .search_button_filter{border-right:1px solid #bdbdbd;color:#091223;display:block;height:23px;left:15px;left:54px;padding:0;position:absolute;text-decoration:none;top:11px;top:19px;width:25px;z-index:1}body[screen=xs] .xs-dropdown-level-2 .dropdown-level-2 .search_button_filter:before{content:"";font-family:FontAwesome;font-size:2rem;line-height:2.2rem}body[screen=xs] .xs-dropdown-level-2 .dropdown-level-2 input[type=text]{height:33px;left:0;left:37px;margin:6px 0 10px 10px;padding:0 10px 0 40px;position:relative;position:absolute;top:0;top:8px;width:230px;width:210px;z-index:0}body[screen=xs] .xs-dropdown-level-2 .dropdown-level-2 ul{list-style:none;margin-top:55px;max-height:232px;overflow-y:auto}body[screen=xs] .xs-dropdown-level-2 .dropdown-level-2 ul li a{color:#091223;font-family:Open Sans,sans-serif;font-size:13px;text-decoration:none}body[screen=xs] .xs-dropdown-level-2.active{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible}body[screen=xs] .xs-dropdown-level-2.active.rel_conditions .dropdown-level-2[data-xsindex=rel_conditions],body[screen=xs] .xs-dropdown-level-2.active.rel_locations .dropdown-level-2[data-xsindex=rel_locations],body[screen=xs] .xs-dropdown-level-2.active.rel_physicians .dropdown-level-2[data-xsindex=rel_physicians],body[screen=xs] .xs-dropdown-level-2.active.rel_programs .dropdown-level-2[data-xsindex=rel_programs],body[screen=xs] .xs-dropdown-level-2.active.rel_services .dropdown-level-2[data-xsindex=rel_services],body[screen=xs] .xs-dropdown-level-2.active.rel_specialties .dropdown-level-2[data-xsindex=rel_specialties],body[screen=xs] .xs-dropdown-level-2.active.rel_treatments .dropdown-level-2[data-xsindex=rel_treatments]{display:block}body[screen=lg] .stories-filter-options .rel_physicians .ccb-physicians li{margin:4px;width:159px}body[screen=lg] .stories-filter-options .rel_programs .ccb-services li,body[screen=lg] .stories-filter-options .rel_services .ccb-services li,body[screen=lg] .stories-filter-options .rel_specialties .ccb-specialties li{margin:2px}body[screen=lg] .stories-filter-options .rel_locations .ccb-locations li{margin:8px}body[screen=md] .stories-filter-options .rel_physicians .ccb-physicians li{margin:8px;width:162px}body[screen=md] .stories-filter-options .rel_programs .ccb-services li,body[screen=md] .stories-filter-options .rel_services .ccb-services li{margin:2px;width:218px}body[screen=md] .stories-filter-options .rel_specialties .ccb-specialties li{width:170px}body[screen=md] .stories-filter-options .rel_specialties .ccb-specialties li a:after{height:92px;width:170px}body[screen=md] .stories-filter-options .rel_specialties .ccb-specialties li h3{margin-top:97px}body[screen=md] .stories-filter-options .rel_locations .ccb-locations li{margin:9px;width:160px}body[screen=md] .stories-filter-options .rel_locations .ccb-locations li a img{width:160px}body[screen=sm] .stories-filter-options .rel_physicians .ccb-physicians li{margin:7px;width:180px}body[screen=sm] .stories-filter-options .rel_programs .ccb-services li,body[screen=sm] .stories-filter-options .rel_services .ccb-services li{float:left;margin:2px;min-height:200px;width:190px}body[screen=sm] .stories-filter-options .rel_specialties .ccb-specialties li{margin:2px;min-height:115px;width:142px}body[screen=sm] .stories-filter-options .rel_locations .ccb-locations li{margin:7px;width:180px}body[screen=sm] .stories-filter-options .rel_locations .ccb-locations li a img{width:180px}body[screen=sm] .radio-wrapper{padding-left:20px;padding-right:17px}body[screen=sm] .radio-wrapper label:nth-of-type(2){margin-left:3px}.advanced_rel_physicians .story-topic-filter .phy-loc-filter-dropdown .left-column-and-map-wrapper{left:0;top:100%}body[screen=xs] .advanced_rel_physicians .story-topic-filter .phy-loc-filter-dropdown .left-column-and-map-wrapper{left:0;top:0}.radio-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-bottom:2px solid #ededed;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 26px 7px}.radio-wrapper label{color:#142546;font-family:Roboto,sans-serif;font-size:10.5px;letter-spacing:.5px;line-height:13px}.radio-wrapper label:nth-of-type(2){margin-left:16px}.radio-container{cursor:pointer;display:block;padding-left:18px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.radio-container input:checked~.custom-radio:after{background-color:#142546}.radio-container .custom-radio{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid rgba(20,37,70,.5);border-radius:50%;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.3);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;height:14px;justify-content:center;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:14px}.radio-container .custom-radio:after{border-radius:50%;content:"";height:6px;width:6px}.input-section .manual-container,.input-section .miles-from{display:inline-block;width:auto}.input-section .miles-from{background-color:#f9f9f9;border:0;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);color:#707275;font-family:Roboto,sans-serif;font-size:12px;height:23px;letter-spacing:.35px;line-height:14px;margin:0 9px 0 0;padding:5px 8px 4px;width:100px}.input-section .manual-link{border:0;color:#142546;font-family:Open Sans,sans-serif;font-size:12px;height:auto;letter-spacing:0;line-height:17px;position:relative;text-decoration:underline}.input-section .manual-link:before{background-image:url(/templates/lyquix/images/icons/pin-blue.svg);background-size:100%;content:" ";display:block;height:11px;left:0;position:absolute;top:3px;width:7px}.input-section .manual-link:hover{background-color:transparent;text-decoration:none}body[screen=xs] .advanced_rel_physicians .phy-filter-xs,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy{background-color:#fff;height:100%;left:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100%!important;z-index:-1}body[screen=xs] .advanced_rel_physicians .phy-filter-xs h2,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy h2{margin:0 0 12px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs h4,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy h4{margin:0}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .back-link,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .back-link{color:#142546;font-size:.9rem;font-weight:700;letter-spacing:.6;line-height:12px;padding-left:6px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .back-link:before,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .back-link:before{background-image:url(/templates/lyquix/images/icons/link-arrow.svg);background-size:cover;content:"";height:6px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:4px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .filter-wrapper,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .filter-wrapper{margin:0 auto;padding:35px 0 0;width:83.75%}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-filter-xs-close,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-filter-xs-close{background-image:url(/templates/lyquix/images/icons/filter-close-xs.svg);background-size:cover;height:14px;position:absolute;right:8.125%;top:20px;width:14px;z-index:1002}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .search_query-outer,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .search_query-outer{padding-bottom:17px;padding-top:19px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .tab-nav,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .tab-nav{-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-start;position:relative}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .tab-nav:before,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .tab-nav:before{background-color:#f2f2f2;bottom:0;content:"";height:1px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .tab-nav .tab,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .tab-nav .tab{border-bottom:3px solid transparent;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:0;line-height:17px;padding-bottom:5px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .tab-nav .tab:first-child,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .tab-nav .tab:first-child{margin-right:20px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .tab-nav .tab.open,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .tab-nav .tab.open{border-bottom-color:#ffd151;color:#142546}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .tab-content .tab-panel.closed,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .tab-content .tab-panel.closed{display:none}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .menu-opener,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .menu-opener{background-color:#fff;margin-bottom:0;width:100%}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .menu-opener span,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .menu-opener span{padding-left:0}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .menu-opener.active+.dropdown,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .menu-opener.active+.dropdown{border-bottom:1px solid #142546}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .menu-opener.active span:after,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .menu-opener.active span:after{content:normal}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .language-filter,body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-loc-filter,body[screen=xs] .advanced_rel_physicians .phy-filter-xs .specialty-filter,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .language-filter,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-loc-filter,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .specialty-filter{margin-bottom:20px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .dropdown-container-gray .dropdown,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .dropdown-container-gray .dropdown{border:none;-webkit-box-shadow:none;box-shadow:none;height:auto;max-height:none;padding-bottom:10px;padding-top:0;position:static;width:auto}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .dropdown-container-gray .dropdown li,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .dropdown-container-gray .dropdown li{padding-left:10px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .dropdown-container-gray .dropdown:after,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .dropdown-container-gray .dropdown:after{content:normal}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-loc-filter-dropdown.active,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-loc-filter-dropdown.active{z-index:1001}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-loc-filter-dropdown .left-column,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-loc-filter-dropdown .left-column{margin:0 auto;width:83.75%}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-loc-filter-dropdown .left-column .input-section,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-loc-filter-dropdown .left-column .input-section{padding-left:0;padding-right:0}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-loc-filter-dropdown .back-link,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-loc-filter-dropdown .back-link{left:8.125%;position:absolute;top:27px;width:auto;z-index:1002}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-loc-filter-dropdown .left-column-and-map-wrapper,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-loc-filter-dropdown .left-column-and-map-wrapper{display:block;height:auto;position:static;width:100%}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-loc-filter-dropdown .checkbox-wrapper:after,body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-loc-filter-dropdown .checkbox-wrapper:before,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-loc-filter-dropdown .checkbox-wrapper:after,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-loc-filter-dropdown .checkbox-wrapper:before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-loc-filter-dropdown .checkbox-wrapper .input-group-wrapper,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-loc-filter-dropdown .checkbox-wrapper .input-group-wrapper{padding:0}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-loc-filter-dropdown .loc-list,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-loc-filter-dropdown .loc-list{height:100%;max-height:none;padding:0;position:relative}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .phy-gender-filter,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .phy-gender-filter{margin-bottom:20px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .surgical-filter,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .surgical-filter{margin-bottom:54px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .confirm-button-container,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .confirm-button-container{bottom:12px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .confirm-button,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .confirm-button{font-size:1.1rem;letter-spacing:.48px;line-height:13px;margin:0;padding:8.5px 0 7.5px;width:180px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .sort-pref .dropdown,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sort-pref .dropdown{-webkit-box-shadow:none;box-shadow:none;height:auto;opacity:1;padding:19px 0 0;position:static;visibility:visible;width:auto}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .sort-pref .row.alphabetically,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sort-pref .row.alphabetically{margin-bottom:16px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .sort-pref .row.distance,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sort-pref .row.distance{margin-bottom:4px}body[screen=xs] .advanced_rel_physicians .phy-filter-xs .sort-pref .input-section,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sort-pref .input-section{padding-left:14px;padding-top:4px}body[screen=xs].filters-open .tmpl-custom-physicians.fc-category .filter-bar-phy{opacity:1;visibility:visible;z-index:1000}.filter-message{background-color:#fff;border:1px solid #ededed;padding:20px 50px;text-align:center}.filter-message h2{font-size:2rem;line-height:27px;margin:70px 0 40px}.filter-message .button-yellow{color:#1e2022;font-size:1.1rem;letter-spacing:.48px;line-height:13px;margin:0}.filter-message .inner{padding-bottom:82px}.filter-message .row{border-top:2px solid #f2f2f2;padding-top:14px}.filter-message.select-region-message .bottom{border-top:2px solid #f2f2f2;margin-top:82px;padding-top:14px}.filter-message.select-region-message .inner{padding-bottom:0}.filter-message .view-all{color:#5a667d;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:17px;text-decoration:underline}.filter-message .view-all:hover{cursor:pointer;text-decoration:none}body[screen=sm] .filter-message{padding:20px 26px}body[screen=sm] .filter-message h2{font-size:1.7rem;line-height:23px;margin:30px 0 26px}body[screen=sm] .filter-message .button-yellow{padding:6px 25px 4px}body[screen=sm] .filter-message .inner{padding-bottom:65px}body[screen=sm] .filter-message.select-region-message .inner{padding-bottom:0}body[screen=sm] .filter-message.select-region-message .bottom{margin-top:65px}.language-filter{display:none!important}.container .fc_field_image{border:0;margin:0;padding:0}.container .fc_field_image:active{opacity:.7}.container a .fc_field_image:hover{opacity:.85}#invalidEmail{color:red;display:none;font-weight:700}#questionSent{display:none}.forms{background-color:#efe1c4}.forms .questionForm,.forms .rsform-camp{padding:25px 0 12px}.forms .questionForm .formField,.forms .rsform-camp .formField{float:left;margin-right:50px;width:auto}.forms .questionForm .formField span.label,.forms .rsform-camp .formField span.label{color:#36393b;font-family:Open Sans;font-size:14px;font-weight:300;line-height:19px;margin-top:5px;opacity:.65}.forms .questionForm .formField input,.forms .questionForm .formField span.label,.forms .rsform-camp .formField input,.forms .rsform-camp .formField span.label{display:inline-block!important;float:none!important}.forms .questionForm .formField:last-child,.forms .rsform-camp .formField:last-child{margin-right:0}.forms .questionForm .formField:last-child button,.forms .rsform-camp .formField:last-child button{margin-top:3px!important}.forms .questionForm .formHeading,.forms .rsform-camp .formHeading{color:#142546;float:left;font-family:Open Sans;font-size:17px;font-weight:600;height:23px;line-height:23px;margin-top:5px;width:215px}.forms .questionForm #emailField,.forms .questionForm #nameField,.forms .rsform-camp #emailField,.forms .rsform-camp #nameField{border-radius:4px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.18);box-shadow:inset 0 1px 3px rgba(0,0,0,.18);height:19px;width:246px}.forms .questionForm #nameEmailSend,.forms .questionForm #questionSend,.forms .rsform-camp #nameEmailSend,.forms .rsform-camp #questionSend{margin:0;padding:9px 0 7px;width:241px}.forms .questionForm #nameEmailSend:hover,.forms .questionForm #questionSend:hover,.forms .rsform-camp #nameEmailSend:hover,.forms .rsform-camp #questionSend:hover{background-color:#ffd04e}.forms .questionForm #formNoError,.forms .rsform-camp #formNoError{margin-bottom:20px}.forms table,.forms table tbody,.forms table tbody tr{display:block}.forms table tbody tr td{background-color:transparent;border-bottom:0;display:block}.forms table tbody tr textarea{border-radius:4px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.18);box-shadow:inset 0 1px 3px rgba(0,0,0,.18);margin:0;width:1255.5px}.item-make-an-appointment-first-time-patient .formResponsive .rsformVerticalClear{float:left;width:50%}@media screen and (max-width:650px){.formResponsive input[type=email],.formResponsive input[type=password],.formResponsive input[type=text],.formResponsive select,.formResponsive textarea{width:94%!important}}body[screen=md] .questionForm .formHeading,body[screen=md] .rsform-camp .formHeading{float:none;margin-bottom:10px}body[screen=md] .questionForm .formField,body[screen=md] .rsform-camp .formField{margin-right:35px}body[screen=md] .questionForm textarea,body[screen=md] .rsform-camp textarea{width:935.5px}body[screen=md] .item-make-an-appointment-first-time-patient .formResponsive .rsformVerticalClear label{max-width:225px}body[screen=sm] .questionForm .formHeading,body[screen=sm] .rsform-camp .formHeading{float:none;margin-bottom:10px}body[screen=sm] .questionForm #emailField,body[screen=sm] .questionForm #nameField,body[screen=sm] .rsform-camp #emailField,body[screen=sm] .rsform-camp #nameField{width:242px}body[screen=sm] .questionForm #nameEmailSend,body[screen=sm] .rsform-camp #nameEmailSend{margin-left:0;margin-top:30px}body[screen=sm] .questionForm .formField,body[screen=sm] .rsform-camp .formField{margin-bottom:10px;margin-right:0}body[screen=sm] .questionForm .formField:first-child,body[screen=sm] .rsform-camp .formField:first-child{margin-right:35px}body[screen=sm] .questionForm .formField:last-child,body[screen=sm] .rsform-camp .formField:last-child{margin-bottom:0}body[screen=sm] .questionForm textarea,body[screen=sm] .rsform-camp textarea{width:615.5px!important}body[screen=sm] .item-make-an-appointment-first-time-patient .formResponsive .rsformVerticalClear label{max-width:260px}body[screen=xs] .questionForm .formHeading,body[screen=xs] .rsform-camp .formHeading{float:none;margin:0 8.4px 10px}body[screen=xs] .questionForm #emailField,body[screen=xs] .questionForm #nameField,body[screen=xs] .rsform-camp #emailField,body[screen=xs] .rsform-camp #nameField{margin:10px 0 10px 10px}body[screen=xs] .questionForm .formField,body[screen=xs] .rsform-camp .formField{margin-right:0}body[screen=xs] .questionForm #nameField,body[screen=xs] .rsform-camp #nameField{width:215px}body[screen=xs] .questionForm #emailField,body[screen=xs] .rsform-camp #emailField{width:249px}body[screen=xs] .questionForm textarea,body[screen=xs] .rsform-camp textarea{width:295.5px!important}body[screen=xs] .questionForm #nameEmailSend,body[screen=xs] .rsform-camp #nameEmailSend{margin:10px 8.4px!important}body[screen=xs] .item-make-an-appointment-first-time-patient .formResponsive .rsformVerticalClear{float:none;width:auto}body[screen=xs] .item-make-an-appointment-first-time-patient .formResponsive .rsformVerticalClear label{max-width:250px}input[type=email],input[type=search],input[type=text]{-webkit-appearance:none;border:0;border-radius:3px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);color:#666;display:inline-block;float:left;font-family:Open Sans,sans-serif;font-size:1.6rem;height:30px;letter-spacing:.5px;line-height:1.8rem;margin:0;padding:5px;position:relative;z-index:0}button[type=button].rsform-button-next,button[type=button].rsform-button-prev,input[type=button].rsform-button-next,input[type=button].rsform-button-prev{background-color:#ffd04e!important;border:1px solid hsla(0,0%,100%,0);border:1px solid transparent!important;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;color:#36393b!important;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:5px;padding:11px 40px 9px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s}button[type=button].rsform-button-next *,button[type=button].rsform-button-prev *,input[type=button].rsform-button-next *,input[type=button].rsform-button-prev *{color:#36393b;text-decoration:none}button[type=button].rsform-button-next:hover,button[type=button].rsform-button-prev:hover,input[type=button].rsform-button-next:hover,input[type=button].rsform-button-prev:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}button[type=button].rsform-button-next:hover *,button[type=button].rsform-button-prev:hover *,input[type=button].rsform-button-next:hover *,input[type=button].rsform-button-prev:hover *{color:rgba(54,57,59,.7)}button[type=button].rsform-button-next:active,button[type=button].rsform-button-prev:active,input[type=button].rsform-button-next:active,input[type=button].rsform-button-prev:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}button[type=button].rsform-button-next:active *,button[type=button].rsform-button-prev:active *,input[type=button].rsform-button-next:active *,input[type=button].rsform-button-prev:active *{color:rgba(54,57,59,.55)}button[type=button].rsform-button-next:active,button[type=button].rsform-button-prev:active,input[type=button].rsform-button-next:active,input[type=button].rsform-button-prev:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}button[type=button].rsform-button-next:hover,button[type=button].rsform-button-prev:hover,input[type=button].rsform-button-next:hover,input[type=button].rsform-button-prev:hover{color:rgba(54,57,59,.7)!important}.formResponsive input[type=submit]{background-color:#ffd04e!important;background-image:none;border:1px solid hsla(0,0%,100%,0);border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:5px;padding:11px 40px 9px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s}.formResponsive input[type=submit] *{color:#36393b;text-decoration:none}.formResponsive input[type=submit]:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.formResponsive input[type=submit]:hover *{color:rgba(54,57,59,.7)}.formResponsive input[type=submit]:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.formResponsive input[type=submit]:active *{color:rgba(54,57,59,.55)}.formResponsive input[type=submit]:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.formResponsive input[type=submit]:hover{background-color:#ffd04e}.form-progress-bar{display:table;height:4px;padding-top:66px;text-align:left;width:100%}.form-progress-indicator-label{background-color:#ffd04e!important;background-color:#ffd04e;border:1px solid hsla(0,0%,100%,0);border-radius:5px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;color:#000;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;height:23px;left:0;letter-spacing:.05em;line-height:1.7rem;line-height:25px;margin:5px;padding:0;position:absolute;text-align:center;text-decoration:none;text-transform:uppercase;top:-42px;-webkit-transition:all .5s;transition:all .5s;width:23px}.form-progress-indicator-label *{color:#36393b;text-decoration:none}.form-progress-indicator-label:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.form-progress-indicator-label:hover *{color:rgba(54,57,59,.7)}.form-progress-indicator-label:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.form-progress-indicator-label:active *{color:rgba(54,57,59,.55)}.form-progress-indicator-label:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.form-page-indicator-label-completed{background-color:#ffd04e!important;background-color:#ffd04e;background-color:#ffe8a7;border:1px solid hsla(0,0%,100%,0);border-radius:5px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;color:#000;color:#aba285;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;height:23px;left:0;letter-spacing:.05em;line-height:1.7rem;line-height:25px;margin:5px;padding:0;position:absolute;text-align:center;text-decoration:none;text-transform:uppercase;top:-42px;-webkit-transition:all .5s;transition:all .5s;width:23px}.form-page-indicator-label-completed *{color:#36393b;text-decoration:none}.form-page-indicator-label-completed:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.form-page-indicator-label-completed:hover *{color:rgba(54,57,59,.7)}.form-page-indicator-label-completed:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.form-page-indicator-label-completed:active *{color:rgba(54,57,59,.55)}.form-page-indicator-label-completed:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.form-progress-bar .form-progress-indicator{position:relative}.form-progress-bar .form-progress-indicator:first-child:before{content:"1"}.form-progress-bar .form-progress-indicator:nth-child(2):before{content:"2"}.form-progress-bar .form-progress-indicator:nth-child(3):before{content:"3"}.form-progress-bar .form-progress-indicator:nth-child(4):before{content:"4"}.form-progress-bar .form-progress-indicator:nth-child(5):before{content:"5"}.form-progress-bar .form-progress-indicator:nth-child(6):before{content:"6"}.form-progress-bar .form-progress-indicator:nth-child(7):before{content:"7"}.form-progress-bar .form-progress-indicator:nth-child(8):before{content:"8"}.form-progress-bar .form-progress-indicator:nth-child(9):before{content:"9"}.form-progress-bar .form-progress-indicator:nth-child(10):before{content:"10"}.form-progress-indicator{background-color:#adadad;border-radius:1px;border-right:1px solid #fff;display:none;height:10px}.form-progress-indicator:before{background-color:#ffd04e!important;background-color:#ffd04e;background-color:#ffe8a7;border:1px solid hsla(0,0%,100%,0);border-radius:5px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;color:#000;color:#aba285;cursor:pointer;display:inline-block;display:none;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;height:23px;left:0;letter-spacing:.05em;line-height:1.7rem;line-height:25px;margin:5px;padding:0;position:absolute;text-align:center;text-decoration:none;text-transform:uppercase;top:-42px;-webkit-transition:all .5s;transition:all .5s;width:23px}.form-progress-indicator:before *{color:#36393b;text-decoration:none}.form-progress-indicator:before:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.form-progress-indicator:before:hover *{color:rgba(54,57,59,.7)}.form-progress-indicator:before:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.form-progress-indicator:before:active *{color:rgba(54,57,59,.55)}.form-progress-indicator:before:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.form-progress-bar[data-total="1"] .form-progress-indicator:nth-child(-n+1),.form-progress-bar[data-total="10"] .form-progress-indicator:nth-child(-n+10),.form-progress-bar[data-total="2"] .form-progress-indicator:nth-child(-n+2),.form-progress-bar[data-total="3"] .form-progress-indicator:nth-child(-n+3),.form-progress-bar[data-total="4"] .form-progress-indicator:nth-child(-n+4),.form-progress-bar[data-total="5"] .form-progress-indicator:nth-child(-n+5),.form-progress-bar[data-total="6"] .form-progress-indicator:nth-child(-n+6),.form-progress-bar[data-total="7"] .form-progress-indicator:nth-child(-n+7),.form-progress-bar[data-total="8"] .form-progress-indicator:nth-child(-n+8),.form-progress-bar[data-total="9"] .form-progress-indicator:nth-child(-n+9){display:table-cell}.form-progress-bar[data-page="1"] .form-progress-indicator:nth-child(-n+1),.form-progress-bar[data-page="10"] .form-progress-indicator:nth-child(-n+10),.form-progress-bar[data-page="2"] .form-progress-indicator:nth-child(-n+2),.form-progress-bar[data-page="3"] .form-progress-indicator:nth-child(-n+3),.form-progress-bar[data-page="4"] .form-progress-indicator:nth-child(-n+4),.form-progress-bar[data-page="5"] .form-progress-indicator:nth-child(-n+5),.form-progress-bar[data-page="6"] .form-progress-indicator:nth-child(-n+6),.form-progress-bar[data-page="7"] .form-progress-indicator:nth-child(-n+7),.form-progress-bar[data-page="8"] .form-progress-indicator:nth-child(-n+8),.form-progress-bar[data-page="9"] .form-progress-indicator:nth-child(-n+9){background-color:#ffd04e}.form-progress-bar[data-page="1"] .form-progress-indicator:nth-child(-n+1):before,.form-progress-bar[data-page="10"] .form-progress-indicator:nth-child(-n+10):before,.form-progress-bar[data-page="2"] .form-progress-indicator:nth-child(-n+2):before,.form-progress-bar[data-page="3"] .form-progress-indicator:nth-child(-n+3):before,.form-progress-bar[data-page="4"] .form-progress-indicator:nth-child(-n+4):before,.form-progress-bar[data-page="5"] .form-progress-indicator:nth-child(-n+5):before,.form-progress-bar[data-page="6"] .form-progress-indicator:nth-child(-n+6):before,.form-progress-bar[data-page="7"] .form-progress-indicator:nth-child(-n+7):before,.form-progress-bar[data-page="8"] .form-progress-indicator:nth-child(-n+8):before,.form-progress-bar[data-page="9"] .form-progress-indicator:nth-child(-n+9):before{display:block}.form-progress-bar[data-page="1"] .form-progress-indicator:first-child:before,.form-progress-bar[data-page="10"] .form-progress-indicator:nth-child(10):before,.form-progress-bar[data-page="2"] .form-progress-indicator:nth-child(2):before,.form-progress-bar[data-page="3"] .form-progress-indicator:nth-child(3):before,.form-progress-bar[data-page="4"] .form-progress-indicator:nth-child(4):before,.form-progress-bar[data-page="5"] .form-progress-indicator:nth-child(5):before,.form-progress-bar[data-page="6"] .form-progress-indicator:nth-child(6):before,.form-progress-bar[data-page="7"] .form-progress-indicator:nth-child(7):before,.form-progress-bar[data-page="8"] .form-progress-indicator:nth-child(8):before,.form-progress-bar[data-page="9"] .form-progress-indicator:nth-child(9):before{background-color:#ffd04e!important;background-color:#ffd04e;border:1px solid hsla(0,0%,100%,0);border-radius:5px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;color:#000;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;height:23px;left:0;letter-spacing:.05em;line-height:1.7rem;line-height:25px;margin:5px;padding:0;position:absolute;text-align:center;text-decoration:none;text-transform:uppercase;top:-42px;-webkit-transition:all .5s;transition:all .5s;width:23px}.form-progress-bar[data-page="1"] .form-progress-indicator:first-child:before *,.form-progress-bar[data-page="10"] .form-progress-indicator:nth-child(10):before *,.form-progress-bar[data-page="2"] .form-progress-indicator:nth-child(2):before *,.form-progress-bar[data-page="3"] .form-progress-indicator:nth-child(3):before *,.form-progress-bar[data-page="4"] .form-progress-indicator:nth-child(4):before *,.form-progress-bar[data-page="5"] .form-progress-indicator:nth-child(5):before *,.form-progress-bar[data-page="6"] .form-progress-indicator:nth-child(6):before *,.form-progress-bar[data-page="7"] .form-progress-indicator:nth-child(7):before *,.form-progress-bar[data-page="8"] .form-progress-indicator:nth-child(8):before *,.form-progress-bar[data-page="9"] .form-progress-indicator:nth-child(9):before *{color:#36393b;text-decoration:none}.form-progress-bar[data-page="1"] .form-progress-indicator:first-child:before:hover,.form-progress-bar[data-page="10"] .form-progress-indicator:nth-child(10):before:hover,.form-progress-bar[data-page="2"] .form-progress-indicator:nth-child(2):before:hover,.form-progress-bar[data-page="3"] .form-progress-indicator:nth-child(3):before:hover,.form-progress-bar[data-page="4"] .form-progress-indicator:nth-child(4):before:hover,.form-progress-bar[data-page="5"] .form-progress-indicator:nth-child(5):before:hover,.form-progress-bar[data-page="6"] .form-progress-indicator:nth-child(6):before:hover,.form-progress-bar[data-page="7"] .form-progress-indicator:nth-child(7):before:hover,.form-progress-bar[data-page="8"] .form-progress-indicator:nth-child(8):before:hover,.form-progress-bar[data-page="9"] .form-progress-indicator:nth-child(9):before:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.form-progress-bar[data-page="1"] .form-progress-indicator:first-child:before:hover *,.form-progress-bar[data-page="10"] .form-progress-indicator:nth-child(10):before:hover *,.form-progress-bar[data-page="2"] .form-progress-indicator:nth-child(2):before:hover *,.form-progress-bar[data-page="3"] .form-progress-indicator:nth-child(3):before:hover *,.form-progress-bar[data-page="4"] .form-progress-indicator:nth-child(4):before:hover *,.form-progress-bar[data-page="5"] .form-progress-indicator:nth-child(5):before:hover *,.form-progress-bar[data-page="6"] .form-progress-indicator:nth-child(6):before:hover *,.form-progress-bar[data-page="7"] .form-progress-indicator:nth-child(7):before:hover *,.form-progress-bar[data-page="8"] .form-progress-indicator:nth-child(8):before:hover *,.form-progress-bar[data-page="9"] .form-progress-indicator:nth-child(9):before:hover *{color:rgba(54,57,59,.7)}.form-progress-bar[data-page="1"] .form-progress-indicator:first-child:before:active,.form-progress-bar[data-page="10"] .form-progress-indicator:nth-child(10):before:active,.form-progress-bar[data-page="2"] .form-progress-indicator:nth-child(2):before:active,.form-progress-bar[data-page="3"] .form-progress-indicator:nth-child(3):before:active,.form-progress-bar[data-page="4"] .form-progress-indicator:nth-child(4):before:active,.form-progress-bar[data-page="5"] .form-progress-indicator:nth-child(5):before:active,.form-progress-bar[data-page="6"] .form-progress-indicator:nth-child(6):before:active,.form-progress-bar[data-page="7"] .form-progress-indicator:nth-child(7):before:active,.form-progress-bar[data-page="8"] .form-progress-indicator:nth-child(8):before:active,.form-progress-bar[data-page="9"] .form-progress-indicator:nth-child(9):before:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.form-progress-bar[data-page="1"] .form-progress-indicator:first-child:before:active *,.form-progress-bar[data-page="10"] .form-progress-indicator:nth-child(10):before:active *,.form-progress-bar[data-page="2"] .form-progress-indicator:nth-child(2):before:active *,.form-progress-bar[data-page="3"] .form-progress-indicator:nth-child(3):before:active *,.form-progress-bar[data-page="4"] .form-progress-indicator:nth-child(4):before:active *,.form-progress-bar[data-page="5"] .form-progress-indicator:nth-child(5):before:active *,.form-progress-bar[data-page="6"] .form-progress-indicator:nth-child(6):before:active *,.form-progress-bar[data-page="7"] .form-progress-indicator:nth-child(7):before:active *,.form-progress-bar[data-page="8"] .form-progress-indicator:nth-child(8):before:active *,.form-progress-bar[data-page="9"] .form-progress-indicator:nth-child(9):before:active *{color:rgba(54,57,59,.55)}.form-progress-bar[data-page="1"] .form-progress-indicator:first-child:before:active,.form-progress-bar[data-page="10"] .form-progress-indicator:nth-child(10):before:active,.form-progress-bar[data-page="2"] .form-progress-indicator:nth-child(2):before:active,.form-progress-bar[data-page="3"] .form-progress-indicator:nth-child(3):before:active,.form-progress-bar[data-page="4"] .form-progress-indicator:nth-child(4):before:active,.form-progress-bar[data-page="5"] .form-progress-indicator:nth-child(5):before:active,.form-progress-bar[data-page="6"] .form-progress-indicator:nth-child(6):before:active,.form-progress-bar[data-page="7"] .form-progress-indicator:nth-child(7):before:active,.form-progress-bar[data-page="8"] .form-progress-indicator:nth-child(8):before:active,.form-progress-bar[data-page="9"] .form-progress-indicator:nth-child(9):before:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.formResponsive{color:#36393b;font-family:Open Sans,sans-serif;font-size:1.6rem;letter-spacing:.3px;line-height:22px;overflow:visible}.formResponsive label{height:auto;margin:0;padding-bottom:inherit}.formResponsive .formHorizontal{margin-top:20px}.formResponsive .formHorizontal .formControlLabel{float:none;text-align:left;width:auto}.formResponsive .formHorizontal .formControls{margin-left:0}.formResponsive .formHorizontal .formDescription{clear:both;display:block}.formResponsive .formHorizontal .rsform-block-captcha .formDescription{float:left;margin-left:10px}.formRequired{color:#ffd04e;position:relative}.com_registrationpro input[type=email],.com_registrationpro input[type=number],.com_registrationpro input[type=password],.com_registrationpro input[type=tel],.com_registrationpro input[type=text],.com_registrationpro input[type=url],.com_registrationpro select,.com_registrationpro textarea,.formCommonStyle,.formResponsive .formHorizontal input[type=email],.formResponsive .formHorizontal input[type=number],.formResponsive .formHorizontal input[type=password],.formResponsive .formHorizontal input[type=tel],.formResponsive .formHorizontal input[type=text],.formResponsive .formHorizontal input[type=url],.formResponsive .formHorizontal select,.formResponsive .formHorizontal textarea,.formResponsive input[type=email],.formResponsive input[type=number],.formResponsive input[type=password],.formResponsive input[type=tel],.formResponsive input[type=text],.formResponsive input[type=url],.formResponsive select,.formResponsive textarea{background-color:#fefefe;border:1px solid #e1e1e1;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.2);color:#36393b;font-family:Open Sans,sans-serif;font-size:16px;height:40px;letter-spacing:.3px;line-height:22px;padding:0 15px;width:94%}.com_registrationpro textarea,.formResponsive .formHorizontal textarea,.formResponsive textarea{height:128px;margin:0}.com_registrationpro .rsform-upload-box,.formResponsive .formHorizontal .rsform-upload-box,.formResponsive .rsform-upload-box{height:auto}.com_registrationpro input[type=checkbox],.com_registrationpro input[type=radio],.formResponsive .formHorizontal input[type=checkbox],.formResponsive .formHorizontal input[type=radio],.formResponsive input[type=checkbox],.formResponsive input[type=radio]{height:20px;margin:5px 5px 5px 20px;width:20px}.com_registrationpro input[type=checkbox]+label,.com_registrationpro input[type=radio]+label,.formResponsive .formHorizontal input[type=checkbox]+label,.formResponsive .formHorizontal input[type=radio]+label,.formResponsive input[type=checkbox]+label,.formResponsive input[type=radio]+label{color:#6d6d6d;font-family:Georgia,serif;font-size:1.5rem;font-style:italic;line-height:30px;max-width:calc(100% - 45px)}body[screen=lg] .formResponsive{margin:0 72px 0 0}body[screen=lg] .formResponsive .rsform-block{margin:0 66px 9px 94px}body[screen=md] .formResponsive .rsform-block{margin:0 50px 9px 47px}body[screen=lg] .formResponsive p:not(.formRed),body[screen=md] .formResponsive p:not(.formRed){color:#6d6d6d;font-family:Georgia;font-size:15px;font-weight:400;line-height:23px}body[screen=lg] .formResponsive h4,body[screen=md] .formResponsive h4{margin-left:62px}body[screen=xs] .formResponsive input[type=text],body[screen=xs] .formResponsive select,body[screen=xs] .formResponsive textarea{margin:0;width:288px!important}body[screen=xs] .formResponsive input[type=text] option,body[screen=xs] .formResponsive select option,body[screen=xs] .formResponsive textarea option{width:286px}.formResponsive .rsformProgress{text-align:left}.formResponsive .rsformProgress p{display:block}.make-an-appointment-buttons{list-style:none;margin:0;padding:30px 0 0;position:relative}.make-an-appointment-buttons:after{border-bottom:1px solid #ededed;bottom:0;content:" ";display:block;margin:0 auto;position:relative;width:100%}.make-an-appointment-buttons.first-list{margin-top:20px}.make-an-appointment-buttons li{display:inline-block;margin:0;padding:0;text-align:center;width:33%}.make-an-appointment-buttons li a{background-color:#ffd04e!important;border:1px solid hsla(0,0%,100%,0);border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:inline-block;display:block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:0 auto 30px;padding:18px 0;text-align:center;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s;width:265px}.make-an-appointment-buttons li a,.make-an-appointment-buttons li a *{color:#36393b;text-decoration:none}.make-an-appointment-buttons li a:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.make-an-appointment-buttons li a:hover *{color:rgba(54,57,59,.7)}.make-an-appointment-buttons li a:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.make-an-appointment-buttons li a:active *{color:rgba(54,57,59,.55)}.item-make-an-appointment .make-an-appointment-buttons:nth-child(3):after{display:none}.formdata{color:#6d6d6d;font-family:Georgia,serif;font-size:1.5rem;width:100%}.formdata .row{border-top:1px solid #999;text-align:left;width:100%}.formdata .row:after,.formdata .row:before{content:" ";display:table}.formdata .row:after{clear:both}.formdata .row .column{float:left;padding:5px;width:calc(50% - 10px)}.formdata .row .label{background-color:#eee;color:#535353;font-weight:700}.formdata .row:last-child{border-bottom:1px solid #999}.formdata .fourcolumns:after,.formdata .fourcolumns:before{content:" ";display:table}.formdata .fourcolumns:after{clear:both}.formdata .fourcolumns .row{float:left;width:50%}.formdata .fourcolumns .row:last-child{border-bottom:0}body[screen=md] .make-an-appointment-buttons li{margin:0;width:49%}body[screen=sm] .item-make-an-appointment .section-3,body[screen=sm] .item-make-an-appointment .section-4{width:50%}body[screen=sm] .item-make-an-appointment .group-7{padding-top:10px}body[screen=sm] .make-an-appointment-buttons{padding:25px 0 10px}body[screen=sm] .make-an-appointment-buttons:after{bottom:-10px;width:220px}body[screen=sm] .make-an-appointment-buttons li{width:100%}body[screen=sm] .make-an-appointment-buttons li a{margin-bottom:15px}body[screen=xs] .make-an-appointment-buttons{padding:25px 0 10px}body[screen=xs] .make-an-appointment-buttons:after{bottom:-10px;width:220px}body[screen=xs] .make-an-appointment-buttons li{width:100%}body[screen=xs] .make-an-appointment-buttons li a{margin-bottom:15px}body[screen=xs] .formdata .fourcolumns .row{width:100%}@media screen and (max-width:320px){.fc-item.tmpl-custom-general .group-2 h1{margin:4.3rem 5px 5px}ul.make-an-appointment-buttons li a{width:298px}body[screen=xs] .formResponsive{margin:0 5px}body[screen=xs] .formResponsive input[type=text],body[screen=xs] .formResponsive select,body[screen=xs] .formResponsive textarea{width:278px!important}body[screen=xs] .formResponsive .rsformVerticalClear label{width:265px}}.use-my-location:before{speak:none;content:"";font-family:IonIcons;font-size:16px;font-size:1.875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;text-transform:none;top:4px}.breadcrumb.border-bottom-office{border-bottom:8px solid #003a84}.breadcrumb.border-bottom-surgical{border-bottom:8px solid #358407}.breadcrumb.border-bottom-urgent{border-bottom:8px solid #990808}ul.breadcrumb li{font-size:1.1rem}.loc_box{border-right:1px solid #ededed;min-height:125px;padding:0 0 20px;text-align:center}.loc_box h2{margin-bottom:60px;margin-top:0}.loc_box p{margin:0 auto;max-width:200px;text-align:center}.icon_address{background:url(/templates/lyquix/images/contact-us-icons/location-02.svg) no-repeat center 50px}.icon_phone{background:url(/templates/lyquix/images/contact-us-icons/phone-01.svg) no-repeat center 50px}.icon_appointment{background:url(/templates/lyquix/images/contact-us-icons/clipboard-02.svg) no-repeat center 50px}.icon_hours{background:url(/templates/lyquix/images/contact-us-icons/hours-clockicon-02.svg) no-repeat center 50px}.icon-form{background:url(/templates/lyquix/images/contact-us-icons/form-icon.svg) no-repeat center 28px}.icon-document{background:url(/templates/lyquix/images/contact-us-icons/file-icon.svg) no-repeat center 28px}.icon-appointment{background:url(/templates/lyquix/images/contact-us-icons/clipboard-02.svg) no-repeat center 50px}.tre-list-specialty li .icon a{display:block;height:97px;width:100%}.tre-list-specialty li .icon a:after{background:url(/templates/lyquix/images/specialty-icons/specialties_icons_hip-nat-234x128.png) no-repeat;background-size:cover;content:" ";height:97px;left:0;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:100%;z-index:1}.tre-list-specialty li .icon a:hover:after{opacity:0}.tre-list-specialty li .icon.knee a{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_knee-hov-234x128.png)}.tre-list-specialty li .icon.knee a:after{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_knee-nat-234x128.png)}.tre-list-specialty li .icon.hip a{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_hip-hov-234x128.png)}.tre-list-specialty li .icon.hip a:after{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_hip-nat-234x128.png)}.tre-list-specialty li .icon.foot-and-ankle a{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_foot-and-ankle-hov-234x128.png)}.tre-list-specialty li .icon.foot-and-ankle a:after{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_foot-and-ankle-nat-234x128.png)}.tre-list-specialty li .icon.hand-and-wrist a{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_hand-and-wrist-hov-234x128.png)}.tre-list-specialty li .icon.hand-and-wrist a:after{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_hand-and-wrist-nat-234x128.png)}.tre-list-specialty li .icon.orthopaedic-oncology a{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_orthopaedic-oncology-hov-234x128.png)}.tre-list-specialty li .icon.orthopaedic-oncology a:after{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_orthopaedic-oncology-nat-234x128.png)}.tre-list-specialty li .icon.orthopaedic-trauma-and-fracture-care a{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_orthopaedic-trauma-and-fracture-care-hov-234x128.png)}.tre-list-specialty li .icon.orthopaedic-trauma-and-fracture-care a:after{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_orthopaedic-trauma-and-fracture-care-nat-234x128.png)}.tre-list-specialty li .icon.physical-medicine-and-rehabilitation a{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_physical-medicine-and-rehabilitation-hov-234x128.png)}.tre-list-specialty li .icon.physical-medicine-and-rehabilitation a:after{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_physical-medicine-and-rehabilitation-nat-234x128.png)}.tre-list-specialty li .icon.shoulder-and-elbow a{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_shoulder-and-elbow-hov-234x128.png)}.tre-list-specialty li .icon.shoulder-and-elbow a:after{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_shoulder-and-elbow-nat-234x128.png)}.tre-list-specialty li .icon.spine a{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_spine-hov-234x128.png)}.tre-list-specialty li .icon.spine a:after{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_spine-nat-234x128.png)}.tre-list-specialty li .icon.sports-medicine a{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_sports-medicine-hov-234x128.png)}.tre-list-specialty li .icon.sports-medicine a:after{background:no-repeat 50%/314px url(/templates/lyquix/images/specialty-icons/specialties_icons_sports-medicine-nat-234x128.png)}.field.field_rel_specialties li.hip,.field.field_rel_specialties_trigger li.hip,.field.field_related_specialties_lp li.hip{background:url(/templates/lyquix/images/specialty-icons/revised/hip.png) no-repeat;background-size:100%}.field.field_rel_specialties li.knee,.field.field_rel_specialties_trigger li.knee,.field.field_related_specialties_lp li.knee{background:url(/templates/lyquix/images/specialty-icons/revised/knee.png) no-repeat;background-size:100%}.field.field_rel_specialties li.foot-and-ankle,.field.field_rel_specialties_trigger li.foot-and-ankle,.field.field_related_specialties_lp li.foot-and-ankle{background:url(/templates/lyquix/images/specialty-icons/revised/foot-ankle.png) no-repeat;background-size:100%}.field.field_rel_specialties li.hand-and-wrist,.field.field_rel_specialties_trigger li.hand-and-wrist,.field.field_related_specialties_lp li.hand-and-wrist{background:url(/templates/lyquix/images/specialty-icons/revised/hand-wrist.png) no-repeat;background-size:100%}.field.field_rel_specialties li.orthopaedic-oncology,.field.field_rel_specialties_trigger li.orthopaedic-oncology,.field.field_related_specialties_lp li.orthopaedic-oncology{background:url(/templates/lyquix/images/specialty-icons/revised/oncology.png) no-repeat;background-size:100%}.field.field_rel_specialties li.orthopaedic-trauma-and-fracture-care,.field.field_rel_specialties_trigger li.orthopaedic-trauma-and-fracture-care,.field.field_related_specialties_lp li.orthopaedic-trauma-and-fracture-care{background:url(/templates/lyquix/images/specialty-icons/revised/trauma.png) no-repeat;background-size:100%}.field.field_rel_specialties li.physical-medicine-and-rehabilitation,.field.field_rel_specialties_trigger li.physical-medicine-and-rehabilitation,.field.field_related_specialties_lp li.physical-medicine-and-rehabilitation{background:url(/templates/lyquix/images/specialty-icons/revised/phys-med-rehab.png) no-repeat;background-size:100%}.field.field_rel_specialties li.elbow,.field.field_rel_specialties li.shoulder,.field.field_rel_specialties li.shoulder-and-elbow,.field.field_rel_specialties_trigger li.elbow,.field.field_rel_specialties_trigger li.shoulder,.field.field_rel_specialties_trigger li.shoulder-and-elbow,.field.field_related_specialties_lp li.elbow,.field.field_related_specialties_lp li.shoulder,.field.field_related_specialties_lp li.shoulder-and-elbow{background:url(/templates/lyquix/images/specialty-icons/revised/shoulder-eblow.png) no-repeat;background-size:100%}.field.field_rel_specialties li.spine,.field.field_rel_specialties_trigger li.spine,.field.field_related_specialties_lp li.spine{background:url(/templates/lyquix/images/specialty-icons/revised/spine.png) no-repeat;background-size:100%}.field.field_rel_specialties li.sports-medicine,.field.field_rel_specialties_trigger li.sports-medicine,.field.field_related_specialties_lp li.sports-medicine{background:url(/templates/lyquix/images/specialty-icons/revised/sports-med.png) no-repeat;background-size:100%}.field.field_rel_specialties li.general-orthopaedics,.field.field_rel_specialties_trigger li.general-orthopaedics,.field.field_related_specialties_lp li.general-orthopaedics{background:url(/templates/lyquix/images/specialty-icons/revised/generalortho.png) no-repeat;background-size:100%}.field_related_specialties_lp .ccb-specialties{display:grid;gap:25px;grid-template-columns:repeat(4,1fr);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.field_related_specialties_lp .ccb-specialties li{margin:0;min-height:unset;width:auto}.field_related_specialties_lp .ccb-specialties li h3{font-size:2rem;margin-top:150px;padding-top:20px}.field_related_specialties_lp .ccb-specialties li a:after{height:150px}.field_related_specialties_lp .ccb-specialties li .flavor-text{border-top:1px solid #ededed;color:#142546;font-family:Open Sans,sans-serif;margin:10px;padding-top:10px;text-align:center}.field_related_specialties_lp .ccb-specialties:after,.field_related_specialties_lp .ccb-specialties:before{content:normal}body[screen=sm] .field_related_specialties_lp .ccb-specialties,body[screen=xs] .field_related_specialties_lp .ccb-specialties{grid-template-columns:repeat(2,1fr)}body[screen=sm] .field_related_specialties_lp .ccb-specialties li h3,body[screen=xs] .field_related_specialties_lp .ccb-specialties li h3{font-size:1.5rem;margin-top:21.093vw}body[screen=sm] .field_related_specialties_lp .ccb-specialties li .flavor-text,body[screen=xs] .field_related_specialties_lp .ccb-specialties li .flavor-text{font-size:1.3rem}body[screen=sm] .field_related_specialties_lp .ccb-specialties li a:after,body[screen=xs] .field_related_specialties_lp .ccb-specialties li a:after{height:21.093vw}.icon-hip{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-240px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-hip:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-hip:hover:after{opacity:0}.icon-hip:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-280px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-hip:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-hip:after:hover:after{opacity:0}.icon-knee{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-320px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-knee:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-knee:hover:after{opacity:0}.icon-knee:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-360px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-knee:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-knee:after:hover:after{opacity:0}.icon-spine{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-640px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-spine:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-spine:hover:after{opacity:0}.icon-spine:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-680px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-spine:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-spine:after:hover:after{opacity:0}.icon-foot-ankle{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:0 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-foot-ankle:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-foot-ankle:hover:after{opacity:0}.icon-foot-ankle:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-40px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-foot-ankle:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-foot-ankle:after:hover:after{opacity:0}.icon-shoulder-elbow{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-560px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-shoulder-elbow:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-shoulder-elbow:hover:after{opacity:0}.icon-shoulder-elbow:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-600px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-shoulder-elbow:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-shoulder-elbow:after:hover:after{opacity:0}.icon-orthopaedic-oncology{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-400px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-orthopaedic-oncology:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-orthopaedic-oncology:hover:after{opacity:0}.icon-orthopaedic-oncology:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-440px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-orthopaedic-oncology:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-orthopaedic-oncology:after:hover:after{opacity:0}.icon-orthopaedic-trauma-fracture-care{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-80px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-orthopaedic-trauma-fracture-care:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-orthopaedic-trauma-fracture-care:hover:after{opacity:0}.icon-orthopaedic-trauma-fracture-care:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-120px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-orthopaedic-trauma-fracture-care:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-orthopaedic-trauma-fracture-care:after:hover:after{opacity:0}.icon-sports-medicine{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-720px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-sports-medicine:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-sports-medicine:hover:after{opacity:0}.icon-sports-medicine:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-760px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-sports-medicine:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-sports-medicine:after:hover:after{opacity:0}.icon-hand-wrist{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-160px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-hand-wrist:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-hand-wrist:hover:after{opacity:0}.icon-hand-wrist:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-200px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-hand-wrist:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-hand-wrist:after:hover:after{opacity:0}.icon-physical-medicine-rehabilitation{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-480px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-physical-medicine-rehabilitation:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-physical-medicine-rehabilitation:hover:after{opacity:0}.icon-physical-medicine-rehabilitation:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-520px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-physical-medicine-rehabilitation:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-physical-medicine-rehabilitation:after:hover:after{opacity:0}.icon-general-orthopaedics,.icon-generalist{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-800px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-general-orthopaedics:after,.icon-generalist:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-general-orthopaedics:hover:after,.icon-generalist:hover:after{opacity:0}.icon-general-orthopaedics:after,.icon-generalist:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-840px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.icon-general-orthopaedics:after:after,.icon-generalist:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-general-orthopaedics:after:hover:after,.icon-generalist:after:hover:after{opacity:0}.icon-hip-30x30{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-180px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-hip-30x30:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-hip-30x30:hover:after{opacity:0}.icon-hip-30x30:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-210px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-hip-30x30:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-hip-30x30:after:hover:after{opacity:0}.icon-hip-30x30:after:after{height:30px;width:30px}.icon-knee-30x30{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-240px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-knee-30x30:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-knee-30x30:hover:after{opacity:0}.icon-knee-30x30:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-270px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-knee-30x30:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-knee-30x30:after:hover:after{opacity:0}.icon-knee-30x30:after:after{height:30px;width:30px}.icon-spine-30x30{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-480px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-spine-30x30:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-spine-30x30:hover:after{opacity:0}.icon-spine-30x30:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-510px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-spine-30x30:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-spine-30x30:after:hover:after{opacity:0}.icon-spine-30x30:after:after{height:30px;width:30px}.icon-foot-and-ankle-30x30,.icon-foot-ankle-30x30{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:0 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-foot-and-ankle-30x30:after,.icon-foot-ankle-30x30:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-foot-and-ankle-30x30:hover:after,.icon-foot-ankle-30x30:hover:after{opacity:0}.icon-foot-and-ankle-30x30:after,.icon-foot-ankle-30x30:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-30px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-foot-and-ankle-30x30:after:after,.icon-foot-ankle-30x30:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-foot-and-ankle-30x30:after:hover:after,.icon-foot-ankle-30x30:after:hover:after{opacity:0}.icon-foot-and-ankle-30x30:after:after,.icon-foot-ankle-30x30:after:after{height:30px;width:30px}.icon-shoulder-and-elbow-30x30,.icon-shoulder-elbow-30x30{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-420px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-shoulder-and-elbow-30x30:after,.icon-shoulder-elbow-30x30:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-shoulder-and-elbow-30x30:hover:after,.icon-shoulder-elbow-30x30:hover:after{opacity:0}.icon-shoulder-and-elbow-30x30:after,.icon-shoulder-elbow-30x30:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-450px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-shoulder-and-elbow-30x30:after:after,.icon-shoulder-elbow-30x30:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-shoulder-and-elbow-30x30:after:hover:after,.icon-shoulder-elbow-30x30:after:hover:after{opacity:0}.icon-shoulder-and-elbow-30x30:after:after,.icon-shoulder-elbow-30x30:after:after{height:30px;width:30px}.icon-orthopaedic-oncology-30x30{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-300px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-orthopaedic-oncology-30x30:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-orthopaedic-oncology-30x30:hover:after{opacity:0}.icon-orthopaedic-oncology-30x30:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-330px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-orthopaedic-oncology-30x30:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-orthopaedic-oncology-30x30:after:hover:after{opacity:0}.icon-orthopaedic-oncology-30x30:after:after{height:30px;width:30px}.icon-orthopaedic-trauma-and-fracture-care-30x30,.icon-orthopaedic-trauma-fracture-care-30x30{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-60px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-orthopaedic-trauma-and-fracture-care-30x30:after,.icon-orthopaedic-trauma-fracture-care-30x30:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-orthopaedic-trauma-and-fracture-care-30x30:hover:after,.icon-orthopaedic-trauma-fracture-care-30x30:hover:after{opacity:0}.icon-orthopaedic-trauma-and-fracture-care-30x30:after,.icon-orthopaedic-trauma-fracture-care-30x30:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-90px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-orthopaedic-trauma-and-fracture-care-30x30:after:after,.icon-orthopaedic-trauma-fracture-care-30x30:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-orthopaedic-trauma-and-fracture-care-30x30:after:hover:after,.icon-orthopaedic-trauma-fracture-care-30x30:after:hover:after{opacity:0}.icon-orthopaedic-trauma-and-fracture-care-30x30:after:after,.icon-orthopaedic-trauma-fracture-care-30x30:after:after{height:30px;width:30px}.icon-sports-medicine-30x30{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-540px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-sports-medicine-30x30:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-sports-medicine-30x30:hover:after{opacity:0}.icon-sports-medicine-30x30:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-570px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-sports-medicine-30x30:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-sports-medicine-30x30:after:hover:after{opacity:0}.icon-sports-medicine-30x30:after:after{height:30px;width:30px}.icon-hand-and-wrist-30x30,.icon-hand-wrist-30x30{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-120px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-hand-and-wrist-30x30:after,.icon-hand-wrist-30x30:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-hand-and-wrist-30x30:hover:after,.icon-hand-wrist-30x30:hover:after{opacity:0}.icon-hand-and-wrist-30x30:after,.icon-hand-wrist-30x30:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-150px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-hand-and-wrist-30x30:after:after,.icon-hand-wrist-30x30:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-hand-and-wrist-30x30:after:hover:after,.icon-hand-wrist-30x30:after:hover:after{opacity:0}.icon-hand-and-wrist-30x30:after:after,.icon-hand-wrist-30x30:after:after{height:30px;width:30px}.icon-physical-medicine-and-rehabilitation-30x30,.icon-physical-medicine-rehabilitation-30x30{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-360px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-physical-medicine-and-rehabilitation-30x30:after,.icon-physical-medicine-rehabilitation-30x30:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-physical-medicine-and-rehabilitation-30x30:hover:after,.icon-physical-medicine-rehabilitation-30x30:hover:after{opacity:0}.icon-physical-medicine-and-rehabilitation-30x30:after,.icon-physical-medicine-rehabilitation-30x30:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-390px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-physical-medicine-and-rehabilitation-30x30:after:after,.icon-physical-medicine-rehabilitation-30x30:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-physical-medicine-and-rehabilitation-30x30:after:hover:after,.icon-physical-medicine-rehabilitation-30x30:after:hover:after{opacity:0}.icon-physical-medicine-and-rehabilitation-30x30:after:after,.icon-physical-medicine-rehabilitation-30x30:after:after{height:30px;width:30px}.icon-generalist-30x30{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-600px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-generalist-30x30:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.icon-generalist-30x30:hover:after{opacity:0}.icon-generalist-30x30:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-630px 0;background-repeat:no-repeat;background-size:cover;height:40px;height:30px;width:40px;width:30px}.icon-generalist-30x30:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.icon-generalist-30x30:after:hover:after{opacity:0}.icon-generalist-30x30:after:after{height:30px;width:30px}.field_phy_main_specialties{position:relative}.field_phy_main_specialties .field_phy_main_specialties_icons{list-style:none;margin:0;padding:0;text-align:center}.field_phy_main_specialties .field_phy_main_specialties_icons:after,.field_phy_main_specialties .field_phy_main_specialties_icons:before{content:" ";display:table}.field_phy_main_specialties .field_phy_main_specialties_icons:after{clear:both}.field_phy_main_specialties .field_phy_main_specialties_icons li{display:inline-block;margin:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a{display:block;height:40px;margin:0 1px;position:relative;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hip{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-240px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hip:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hip:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hip:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-280px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hip:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hip:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.knee{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-320px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.knee:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.knee:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.knee:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-360px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.knee:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.knee:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.spine{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-640px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.spine:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.spine:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.spine:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-680px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.spine:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.spine:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-and-ankle,.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-ankle{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:0 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-and-ankle:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-ankle:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-and-ankle:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-ankle:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-and-ankle:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-ankle:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-40px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-and-ankle:after:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-ankle:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-and-ankle:after:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.foot-ankle:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-and-elbow,.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-elbow{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-560px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-and-elbow:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-elbow:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-and-elbow:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-elbow:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-and-elbow:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-elbow:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-600px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-and-elbow:after:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-elbow:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-and-elbow:after:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.shoulder-elbow:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-oncology{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-400px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-oncology:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-oncology:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-oncology:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-440px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-oncology:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-oncology:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-and-fracture-care,.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-fracture-care{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-80px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-and-fracture-care:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-fracture-care:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-and-fracture-care:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-fracture-care:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-and-fracture-care:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-fracture-care:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-120px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-and-fracture-care:after:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-fracture-care:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-and-fracture-care:after:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.orthopaedic-trauma-fracture-care:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.sports-medicine{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-720px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.sports-medicine:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.sports-medicine:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.sports-medicine:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-760px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.sports-medicine:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.sports-medicine:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-and-wrist,.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-wrist{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-160px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-and-wrist:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-wrist:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-and-wrist:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-wrist:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-and-wrist:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-wrist:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-200px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-and-wrist:after:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-wrist:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-and-wrist:after:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.hand-wrist:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-and-rehabilitation,.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-rehabilitation{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-480px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-and-rehabilitation:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-rehabilitation:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-and-rehabilitation:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-rehabilitation:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-and-rehabilitation:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-rehabilitation:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-520px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-and-rehabilitation:after:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-rehabilitation:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-and-rehabilitation:after:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.physical-medicine-rehabilitation:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.general-orthopaedics,.field_phy_main_specialties .field_phy_main_specialties_icons li a.generalist{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-800px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.general-orthopaedics:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.generalist:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.general-orthopaedics:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.generalist:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons li a.general-orthopaedics:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.generalist:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-840px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons li a.general-orthopaedics:after:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.generalist:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons li a.general-orthopaedics:after:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons li a.generalist:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty:not(:last-child){margin-right:22px}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon{background-position:50%;display:block;height:46px;margin-right:12px;position:relative;width:46px}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.hip{background-image:url(/templates/lyquix/images/Rothman_02-11-expanded_hip.svg)}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.knee{background-image:url(/templates/lyquix/images/Rothman_02-11-expanded_knee.svg)}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.spine{background-image:url(/templates/lyquix/images/Rothman_02-11-expanded_spine.svg)}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.foot-and-ankle,.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.foot-ankle{background-image:url(/templates/lyquix/images/Rothman_02-11-expanded_foot.svg)}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.shoulder-and-elbow,.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.shoulder-elbow{background-image:url(/templates/lyquix/images/Rothman_02-11-expanded_shoulder.svg)}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.orthopaedic-oncology{background-image:url(/templates/lyquix/images/Rothman-SpecialtyIcons_04-01_orthopaedic-oncology.svg)}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.orthopaedic-trauma-and-fracture-care,.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.orthopaedic-trauma-fracture-care{background-image:url(/templates/lyquix/images/Rothman_02-11-expanded_trauma-and-fracture-care.svg)}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.sports-medicine{background-image:url(/templates/lyquix/images/Rothman_02-11-expanded_sports-medicine.svg)}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.hand-and-wrist,.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.hand-wrist{background-image:url(/templates/lyquix/images/Rothman_02-11-expanded_hand-wrist.svg)}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.physical-medicine-and-rehabilitation,.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.physical-medicine-rehabilitation{background-image:url(/templates/lyquix/images/Rothman-SpecialtyIcons_04-01_physicial-medicine-and-rehabilitation.svg)}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.general-orthopaedics,.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.generalist{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-800px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.general-orthopaedics:after,.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.generalist:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.general-orthopaedics:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.generalist:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.general-orthopaedics:after,.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.generalist:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-840px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.general-orthopaedics:after:after,.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.generalist:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.general-orthopaedics:after:hover:after,.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-icon.generalist:after:hover:after{opacity:0}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-link{color:hsla(0,0%,100%,.7);font-family:Open Sans,sans-serif;font-size:1.4rem;letter-spacing:0;line-height:23px;text-decoration:none}.field_phy_main_specialties .field_phy_main_specialties_icons .specialty-link:hover{text-decoration:underline}.field_phy_main_specialties p{font-size:1.3rem;line-height:1.6rem;margin:0;text-align:center}.video-icon{background:url(/templates/lyquix/images/video-icons/play-button-nat.svg) no-repeat;background-size:100%;display:block;height:60px;position:absolute;right:20px;text-decoration:none;top:19px;width:60px;z-index:1}.video-icon:hover{background:url(/templates/lyquix/images/video-icons/play-button-hover.svg) no-repeat;background-size:100%}.section-1 .story-video{display:block;position:relative;z-index:0}.section-1 .story-video:before{background:url(/templates/lyquix/images/video-icons/play-button-nat.svg) no-repeat;background-size:96px,96px;content:" ";height:96px;left:calc(50% - 48px);position:absolute;top:calc(50% - 48px);width:96px;z-index:999}.section-1 .story-video:hover{cursor:pointer}.section-1 .story-video:hover:before{background:url(/templates/lyquix/images/video-icons/play-button-hover.svg) no-repeat;background-size:96px,96px;height:96px;width:96px}body[screen=lg] .section-1 .group-1 .story-video:before{background-size:128px,128px;height:128px;left:calc(50% - 64px);top:calc(50% - 64px);width:128px}body[screen=lg] .section-1 .group-1 .story-video:hover:before{background-size:128px,128px;height:128px;width:128px}body[screen=xs] .section-1 .group-1 .story-video:before{background-size:64px,64px;height:64px;left:calc(50% - 32px);top:calc(50% - 32px);width:64px}body[screen=xs] .section-1 .group-1 .story-video:hover:before{background-size:64px,164px;height:64px;width:64px}.important-tag{background:url(/templates/lyquix/images/physician-icons/physician-tag.svg) no-repeat;background-position:50%;background-size:contain;background-size:85px 18px;bottom:-6px;color:#142546;content:"Founder";display:block;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;height:18px;left:50%;letter-spacing:.96px;line-height:18px;position:absolute;text-align:center;text-transform:uppercase;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:105px;z-index:1}.media-gallery-grid{position:relative;z-index:0}.media-gallery-grid .media-block{border-radius:2px;display:block;float:left;margin:3px;overflow:hidden;position:relative}.media-gallery-grid .media-block .fc_field_image{width:100%}.media-gallery-grid .media-block .image{left:0;position:absolute;top:0;z-index:0}.media-gallery-grid .media-block .title{background-color:rgba(9,18,35,.9);bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:hsla(0,0%,100%,.85);font-family:EB Garamond,serif;font-size:1.7rem;left:0;line-height:22px;min-height:65px;padding:12px 15px 9px;position:absolute;width:100%}.media-gallery-grid .media-block .lightbox{display:none}.media-gallery-grid .media-block.block-size-1{height:314px;width:634px}.media-gallery-grid .media-block.block-size-2{height:314px;width:314px}.media-gallery-grid .media-block.block-size-3{height:154px;width:314px}.media-gallery-grid .media-block.block-size-4{height:154px;width:154px}.media-gallery-grid .media-block.block-size-4 .video-icon{height:45px;width:45px}.featherlight .featherlight-content{background-color:#091223;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.35);box-shadow:0 1px 3px rgba(0,0,0,.35);max-width:80%;overflow:visible}.featherlight .featherlight-content .featherlight-close-icon{right:-20px;top:-30px}.featherlight .featherlight-content .featherlight-close-icon img{display:none}.featherlight .featherlight-content .featherlight-close-icon:before{background-color:#fff;border:1px solid #d6d6d6;border-radius:15px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.35);box-shadow:0 1px 3px rgba(0,0,0,.35);content:"";display:block;height:30px;position:absolute;right:3px;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .5s;transition:all .5s;width:30px;z-index:0}.featherlight .featherlight-content .featherlight-close-icon:hover{cursor:pointer}.featherlight .featherlight-content .featherlight-close-icon:hover:before{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:none;box-shadow:none;opacity:.7}.featherlight .featherlight-content .featherlight-close-icon:active{cursor:pointer}.featherlight .featherlight-content .featherlight-close-icon:active:before{background-color:#f3f3f3;border-color:#f3f3f3;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);opacity:.55}.featherlight .featherlight-content .featherlight-close-icon:before{speak:none;content:"";font-family:IonIcons;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:18px;line-height:1;line-height:3rem;line-height:18px;text-transform:none;width:18px}.featherlight .featherlight-content .featherlight-next,.featherlight .featherlight-content .featherlight-previous{background:url(/templates/lyquix/images/media-gallery-icons/next.png) right 48% no-repeat;height:50px;left:auto;right:20px;top:48%;width:50px}.featherlight .featherlight-content .featherlight-next>span,.featherlight .featherlight-content .featherlight-previous>span{display:none}.featherlight .featherlight-content .featherlight-next:hover,.featherlight .featherlight-content .featherlight-previous:hover{opacity:.8}.featherlight .featherlight-content .featherlight-previous{background:url(/templates/lyquix/images/media-gallery-icons/prev.png) right 48% no-repeat;left:20px;right:auto}.featherlight-iframe .featherlight-content{max-width:80%;width:80%}.featherlight-iframe .featherlight-content .caption,.featherlight-iframe .featherlight-content .counter{padding:10px}body[screen=xs] .media-gallery-grid .media-block.block-size-1{height:154px;width:314px}.com_registrationpro article .custom-component{margin-top:20px}.com_registrationpro select{min-width:80px}body.com_registrationpro header .header-bottom .circle-button:before{left:3px;top:2px}.featured-grid,.grid{position:relative;z-index:0}.story-block{background-color:#142546;display:block;overflow:hidden;position:absolute}.story-block .fc_field_image{width:100%}.story-block .image{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.story-block .image img{font-family:"object-fit:cover";height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;opacity:.67;width:100%}.story-block .field_event_flag{background-color:#44587d;border-radius:1px;color:#fff;display:inline-block;font-family:Roboto;font-size:9px;font-weight:700;letter-spacing:.6px;line-height:12px;margin-right:9px;padding:4.5px 7px 3.5px;text-transform:uppercase;-webkit-transition:bottom 1s;transition:bottom 1s;z-index:3}.story-block .related-physician-present{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.story-block .related-physician-present .physician-image{height:55px;margin-top:30px;width:55px}.story-block .related-physician-present .physician-image img{border-radius:100%}.story-block .related-physician-present .event-date{border-bottom:1px solid #ffd151;color:hsla(0,0%,100%,.74);font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:1px;line-height:1.5rem;padding-bottom:6px;text-transform:uppercase;width:100%}.story-block .related-physician-present .event-physician-info{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:14px;width:calc(100% - 55px)}.story-block .related-physician-present .event-physician-info .info,.story-block .related-physician-present .event-physician-info .info a{color:hsla(0,0%,100%,.7);font-family:Open Sans,sans-serif;font-size:1.5rem;letter-spacing:0;line-height:24px}.story-block .text{background:linear-gradient(22.18deg,rgba(9,13,35,.86),rgba(24,36,62,.74) 47.69%,rgba(9,18,35,0));color:#bac0cb;font-family:EB Garamond,serif;height:0;height:100%;left:0;letter-spacing:.5px;position:absolute;text-align:left;text-decoration:none;top:0;-webkit-transition:all 1s;transition:all 1s;width:100%;z-index:1}.story-block .text .content{padding-top:40px}.story-block .text .event-date{border-bottom:1px solid hsla(0,0%,100%,.13);display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 13px}.story-block .text .event-date .date{color:hsla(0,0%,100%,.7);display:inline-block;font-family:Open Sans,sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:1.13px;line-height:18px;text-transform:uppercase}.story-block .text h2{color:#fff;font-family:Open Sans,sans-serif;font-size:2rem;line-height:27px;margin:0 0 10px}.story-block .text h4{border-bottom:1px solid hsla(0,0%,100%,.13);border-radius:1px;color:hsla(0,0%,100%,.6);font-size:10.5px;font-weight:400;letter-spacing:0;line-height:13px;margin:0;padding-bottom:11px;padding-left:8px;position:relative;z-index:1}.story-block .text h4:before{background-image:url(/templates/lyquix/images/pin-white.svg);background-repeat:no-repeat;background-size:100%;content:" ";display:block;height:8px;left:0;opacity:.6;position:absolute;top:2px;width:5px}.story-block .text h3{border:0;color:#fff;font-family:Open Sans,sans-serif;font-size:1.7rem;font-weight:600;letter-spacing:.5px;letter-spacing:0;line-height:25px;margin:30px 0 8px;text-align:left}.story-block .text h3 a{color:#fff;text-decoration:none}.story-block .text h3:hover a{text-decoration:underline}.story-block .text>h3:first-child{margin-top:0}.story-block .text .readmore{color:#fff;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:17px;margin-top:20px}.story-block .text .textContainerDiv{color:hsla(0,0%,100%,.7);display:none;font-family:Open Sans,sans-serif;font-size:1.5rem;letter-spacing:0;line-height:24px;margin-bottom:30px;overflow:hidden}.story-block .text .textContainerDiv a,.story-block .text .textContainerDiv a:visited{color:#c7cdd7}.story-block .event-icon{background:url(/templates/lyquix/images/event-icon.png) no-repeat;display:block;height:37px;position:absolute;right:20px;text-decoration:none;top:19px;width:34px;z-index:0}.story-block .event-icon span{display:block;line-height:normal;text-align:center;width:100%}.story-block .event-icon span.month{color:#142546;font-family:Roboto,sans-serif;font-size:.8rem;letter-spacing:.91px;line-height:9px;margin-top:10px;text-transform:uppercase}.story-block .event-icon span.day{color:#142546;font-family:Roboto,sans-serif;font-size:1.3rem;line-height:15px}.story-block.filter-events .event-date h4{display:inline-block;margin-left:auto;margin-right:0;width:auto}.story-block.filter-events .content{padding-top:70px}.story-block.filter-events .text{height:100%;position:static}.story-block.filter-events .text .content{padding-top:70px}.story-block.filter-events .text h4{border-bottom:0;padding-bottom:0;padding-left:8px;text-transform:none}.story-block.filter-events .text h3{height:auto}.story-block.lighter-image .image img{opacity:.87}.story-block.lighter-image .text{background:linear-gradient(36.71deg,rgba(9,13,35,.86),rgba(24,36,62,.34) 47.69%,rgba(9,18,35,0))}.story-block.manual{position:relative}.all-stories-link{float:right}.all-stories-link:hover{color:rgba(54,57,59,.7)!important}.add-calendar{margin-right:1em}.add-calendar,.addthis_toolbox.addthis_default_style{display:inline-block;margin-top:1em}.addthis_button{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-color:#e5e6e9 #dfe0e4 #d0d1d5;border-radius:3px;border-style:solid;border-width:1px;color:#000!important;cursor:pointer;font-family:Roboto,Helvetica Neue,Helvetica,Optima,Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;font-size:15px;font-weight:300;line-height:100%!important;padding:11px 12px 11px 43px;position:relative;text-decoration:none;text-shadow:1px 1px 1px rgba(0,0,0,.004);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.addthis_button:before{background:url(/templates/lyquix/images/share-icon.png) no-repeat;background-size:18px 18px;content:"";display:block;height:18px;left:12px;position:absolute;top:10px;width:18px;z-index:1}.addthis_button:hover{border-color:#aab9d4;color:#000;font-size:15px;text-decoration:none}body[screen=xs] .related-stories{text-align:center}body[screen=xs] a.all-stories-link{float:none;margin:0 auto}@media screen and (min-width:1600px){body[screen=lg] .cat-stories .grid .story-block .related-physician-present .physician-image,body[screen=lg] .cat-stories .grid .story-block.filter-events .related-physician-present .physician-image{height:75px;width:75px}body[screen=lg] .cat-stories .grid .story-block .related-physician-present .event-physician-info,body[screen=lg] .cat-stories .grid .story-block.filter-events .related-physician-present .event-physician-info{width:calc(100% - 75px)}body[screen=lg] .cat-stories .grid .story-block .text .content,body[screen=lg] .cat-stories .grid .story-block.filter-events .text .content,body[screen=lg] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .content{margin-left:3.125vw;margin-right:3.125vw;padding-left:0!important;padding-right:0!important}body[screen=lg] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .content{max-width:652px}}body[screen=lg] .story-block .text .content{padding:60px 40px 0}body[screen=lg] .story-block.filter-events .text .content{padding:64px 40px 0}body[screen=md] .story-block .text .content{padding:100px 4.1667vw 0}body[screen=md] .story-block.filter-events .related-physician-present .physician-image{height:45px;margin-top:12px;width:45px}body[screen=md] .story-block.filter-events .related-physician-present .physician-image .event-physician-info{width:calc(100% - 45px)}body[screen=md] .story-block.filter-events .text h3{margin-top:12px}body[screen=md] .story-block.filter-events .text h4{margin-top:7px}body[screen=md] .story-block.filter-events .text .event-date{padding-bottom:8px}body[screen=md] .story-block.filter-events .text .content{padding-top:40px}body[screen=md] .story-block:not(.filter-events)[data-number="0"] .text .textContainerDiv{display:block}body[screen=md] .story-block:not(.filter-events)[data-number="0"] .text .content{-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:91px;width:calc(75% + 8.333vw)}body[screen=sm] .story-block .text h3{font-size:1.6rem;line-height:24px;margin-top:12px}body[screen=sm] .story-block .text .content{margin-left:3.125vw;margin-right:3.125vw;padding-top:100px}body[screen=sm] .story-block.filter-events .related-physician-present .physician-image{margin-top:12px}body[screen=sm] .story-block.filter-events .text h2{font-size:1.7rem;line-height:23px}body[screen=sm] .story-block.filter-events .text h3{font-size:1.6rem;line-height:24px;margin-top:12px}body[screen=sm] .story-block.filter-events .text h4{margin-top:7px}body[screen=sm] .story-block.filter-events .text .event-date{padding-bottom:7px}body[screen=sm] .story-block.filter-events .text .event-date h4{display:none}body[screen=sm] .story-block.filter-events .text .event-physician-info{padding-left:0;width:100%}body[screen=sm] .story-block.filter-events .text .content{padding-top:30px}body[screen=sm] .story-block.filter-events .after-info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:6px}body[screen=sm] .story-block.filter-events .after-info h4{margin-top:0}body[screen=sm] .story-block.filter-events .after-info .physician-image{border-radius:30px;margin-right:6px;width:30px}body[screen=sm] .story-block.filter-events .after-info .physician-image img{border-radius:100%}body[screen=xs] .story-block .text h2{font-size:1.7rem;line-height:23px}body[screen=xs] .story-block .text h3,body[screen=xs] .story-block.filter-events .text h3{font-size:1.6rem;line-height:24px;margin-top:12px}body[screen=xs] .story-block.filter-events .text .event-physician-info .info{font-size:1.4rem;line-height:20px}body[screen=xs] .story-block.filter-events .related-physician-present .physician-image{height:12.8125vw;margin-top:12px;width:12.8125vw}body[screen=xs] .story-block.filter-events .related-physician-present .event-physician-info{padding-left:12px;width:calc(100% - 12.8125vw)}body[screen=xs] .story-block .text h3:nth-child(n+2){margin-top:12px}.related-stories{position:relative;width:100%}.related-stories .grid{width:100%}.related-stories .story-block{height:100%;opacity:0;-webkit-transition:visibility .5s,opacity .5s;transition:visibility .5s,opacity .5s;visibility:hidden;width:100%}.related-stories .story-block .text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:flex-end}.related-stories .story-block .text h3{font-size:20px;font-weight:600;letter-spacing:0;line-height:27px}.related-stories .story-block .text .readmore{font-size:17px;letter-spacing:0;line-height:25px}.related-stories .story-block .image{height:100%;width:100%}.related-stories .story-block.active{opacity:1;visibility:visible}.related-stories .rel-stories-controls{bottom:40px;position:absolute;right:40px;z-index:1}.related-stories .rel-stories-controls .buttons{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;margin-bottom:18px}.related-stories .rel-stories-controls .buttons>div{background-position:50%;background-repeat:no-repeat;background-size:14px;border:1px solid hsla(0,0%,100%,.3);cursor:pointer;height:34px;width:42.5px}.related-stories .rel-stories-controls .buttons .prev{background-image:url(/templates/lyquix/images/icons/story-arrow-left-white.svg);border-radius:16px 0 0 16px;border-right-width:.5px}.related-stories .rel-stories-controls .buttons .next{background-image:url(/templates/lyquix/images/icons/story-arrow-right-white.svg);border-left-width:.5px;border-radius:0 16px 16px 0}.related-stories .rel-stories-controls .summary{color:#fff;font-family:Open Sans;font-size:13px;font-weight:300;letter-spacing:1.21px;line-height:18px}.related-stories .rel-stories-controls .tabs{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:12px}.related-stories .rel-stories-controls .summary{text-align:right}.related-stories .rel-stories-controls .tab{background-color:hsla(0,0%,100%,.34);border:1px;display:block;height:4px;margin-right:4px;width:25px}.related-stories .rel-stories-controls .tab.active{background-color:#fff}.related-stories .rel-stories-controls .tab:last-of-type{margin-right:0}body[screen=lg] .related-stories .grid{height:39.219vw;max-height:628px}body[screen=lg] .related-stories .story-block .text .content{padding:0 203px 105px 5.078vw}body[screen=md] .related-stories .grid{height:56.563vw;max-height:none}body[screen=md] .related-stories .story-block .text .content{padding:0 161px 80px 4.167vw}body[screen=sm] .related-stories .grid{height:73.75vw;max-height:none}body[screen=sm] .related-stories .story-block .text .content{padding:0 99px 94px 5vw}body[screen=sm] .related-stories .rel-stories-controls{bottom:33px;right:33px}body[screen=xs] .related-stories .grid{height:106.25vw;max-height:363px}body[screen=xs] .related-stories .story-block .text .content{padding:0 99px 75px 5.008vw}body[screen=xs] .related-stories .rel-stories-controls{bottom:20px;right:32px}body[screen=xs] .related-stories .rel-stories-controls .buttons{margin-bottom:0}body[screen=xs] .related-stories .rel-stories-controls .buttons>div{width:26px}body[screen=xs] .related-stories .rel-stories-controls .buttons .next,body[screen=xs] .related-stories .rel-stories-controls .buttons .prev{width:40px}body[screen=xs] .related-stories .rel-stories-controls .buttons .summary{-ms-flex-line-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-content:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;text-align:center;width:36px}body[screen=xs] .related-stories .rel-stories-controls .tabs{display:none}article .sub-menu{margin-top:-7px}.sub-menu-tabs{border-collapse:separate;border-spacing:5px;display:table;list-style:none;margin:0;padding:12px 0;text-align:center;width:100%}.sub-menu-tabs li{cursor:pointer;display:table-cell;padding:10px 5px;vertical-align:middle;width:25%}body[screen=xs] article .sub-menu{display:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.row.main{padding-top:136px}body.mobile{cursor:pointer}a,a:link,a:visited{color:#c1790b;text-decoration:underline}a:hover,a:link:hover,a:visited:hover{text-decoration:none}p{margin:1.5rem 0}h1{font-weight:400;letter-spacing:.05em;line-height:1.66;margin-bottom:5px;margin-top:4.3rem}h1 .lighter{color:#a8a8a8}h2{font-weight:600;line-height:1.66;margin:2.505rem 0 10px}h2 a{color:#091223!important}h3{font-weight:400;letter-spacing:.05em;line-height:2.2rem}h4{margin:2.505rem 0}hr{background-color:#ededed;color:#ededed}table td p:first-child{margin-top:0}table td p:last-child{margin-bottom:0}.field.field_rel_locations{clear:both}.cat-landing .readmore{background-color:#ffd04e!important;border:1px solid hsla(0,0%,100%,0);border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:5px auto;padding:11px 40px 9px;text-align:center;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s}.cat-landing .readmore,.cat-landing .readmore *{color:#36393b;text-decoration:none}.cat-landing .readmore:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.cat-landing .readmore:hover *{color:rgba(54,57,59,.7)}.cat-landing .readmore:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.cat-landing .readmore:active *{color:rgba(54,57,59,.55)}.cat-landing .readmore:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}body[screen=md] .row.main{padding-top:144px}body[screen=sm] .row.main{padding-top:52px}body[screen=sm] .fc-item .group-7{padding:70px 0 0}@media screen and (max-width:320px){h1{margin:4.3rem 5px 5px}.cat-description h2,.cat-items h2,.description h2{margin:2.505rem 0 10px}h2{margin:2.505rem 5px 10px}.cat-careers .cat-description,.cat-careers .cat-items,.cat-community-partners .cat-description,.cat-community-partners .cat-items,.cat-fellowships .cat-description,.cat-fellowships .cat-items,.cat-research .cat-description,.cat-research .cat-items{margin:0 5px}}body[screen=xs] .row.main{padding-top:88px}body[screen=xs] h1{font-size:2.5rem;letter-spacing:1.08px;line-height:36px}body[screen=xs].no-scroll{overflow:hidden;-ms-touch-action:none;touch-action:none}.appointment-popup{background-color:#1d3463;border-radius:9px;border-radius:3px 3px 0 0;border-top:5px solid #ffd151;bottom:0;-webkit-box-shadow:0 6px 4px 0 rgba(0,0,0,.3);box-shadow:0 6px 4px 0 rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 14px 0;position:fixed;right:20px;-webkit-transition:all .3s;transition:all .3s;width:250px;z-index:99}.appointment-popup--button-list{list-style:none;padding:0}.appointment-popup.closed{display:none!important}.appointment-popup .close{position:absolute;right:16px;top:15px;width:13px}.appointment-popup .close img{display:block;width:100%}.appointment-popup .close:hover{cursor:pointer}.appointment-popup--heading{padding-bottom:20px;position:relative;text-align:center}.appointment-popup h3{color:#fff;font-size:1.6rem;font-weight:700;letter-spacing:-.1px;line-height:1.294;margin:0;position:relative;text-align:center}.appointment-popup h3:after{background-image:url(/templates/lyquix/images/icons/arrow-white.svg);background-repeat:no-repeat;background-size:100%;content:"";display:block;height:8px;position:absolute;right:8px;top:50%;-webkit-transform:rotate(180deg) translate3d(0,50%,0);transform:rotate(180deg) translate3d(0,50%,0);width:13px}.appointment-popup p{margin:0}.appointment-popup--button-wrapper{display:grid;grid-template-rows:0fr;-webkit-transition:grid-template-rows .3s;transition:grid-template-rows .3s;transition:grid-template-rows .3s,-ms-grid-rows .3s}.appointment-popup--button-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;margin:0;overflow:hidden}.appointment-popup--button-list li{margin:0}.appointment-popup .button-yellow{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1.1rem;font-weight:900;letter-spacing:.478px;line-height:normal;margin:0;padding:8px 18px;text-transform:uppercase;width:100%}.appointment-popup:hover{width:344px}.appointment-popup:hover .appointment-popup--button-wrapper{grid-template-rows:1fr;padding-bottom:20px}.button-iframe-wrap{display:none!important}.livechat-popup{border-radius:9px;bottom:92px;-webkit-box-shadow:0 0 35px #333;box-shadow:0 0 35px #333;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;right:24px;width:382px}.livechat-popup .title{-webkit-box-pack:center;-ms-flex-pack:center;background:-webkit-gradient(linear,left top,left bottom,from(#304162),to(#101e37));background:linear-gradient(180deg,#304162,#101e37);border-radius:9px 9px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:relative}.livechat-popup .title img{display:block;margin-right:10px;width:20px}.livechat-popup .title h3{color:#fff;font-size:1.5rem;font-weight:600;line-height:20px;margin:11px 0}.livechat-popup .title .close{position:absolute;right:18px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:13px}.livechat-popup .title .close:hover{cursor:pointer}.livechat-popup .title .close img{display:block;width:100%}.livechat-popup .text{background-color:#fff;border-radius:0 0 9px 9px;padding:26px 25.5px 37px;text-align:center}.livechat-popup .text p{color:#36393b;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:600;line-height:15px;margin:0 0 22px;text-align:center}.livechat-popup .text .button-yellow{margin:0 auto}.livechat-popup .text .unavailable h3{color:#36393b;font-size:1.5rem;font-weight:600;line-height:1;margin-bottom:13px}.livechat-popup .text .unavailable p{font-size:1.3rem;font-weight:400;margin:13px 0 36px}.livechat-popup .text .unavailable .phone-link{font-size:1.2rem;font-weight:600;margin:26px 0 80px}.livechat-popup .text .unavailable .phone-link a{color:#36393b}.livechat-popup .text .unavailable .links{padding-top:42px;position:relative}.livechat-popup .text .unavailable .links:before{background-color:#f8f8f8;border-radius:0 0 9px 9px;content:" ";display:block;height:calc(100% + 37px);left:-25.5px;position:absolute;top:0;width:calc(100% + 51px);z-index:0}.livechat-popup .text .unavailable .links>*{position:relative;z-index:1}.livechat-popup .text .unavailable .links a{color:#36393b;font-family:Open Sans,sans-serif;font-size:1.2rem;line-height:15px}.livechat-popup .text .unavailable .links>a{font-weight:600}.livechat-popup .text .unavailable .links .flex-container{-webkit-columns:2;-moz-columns:2;column-count:2;margin-bottom:39px;padding-left:16px;text-align:left}.livechat-popup .text .unavailable .links .flex-container a{display:block}.livechat-popup .text .unavailable .links .flex-container a:nth-of-type(-n+3){width:172px}.livechat-popup .text .unavailable .links .flex-container a:nth-of-type(n+4){margin:0 0 0 auto;width:115px}.livechat-popup.unavailable:before{background:-webkit-gradient(linear,left top,left bottom,from(#304162),to(#101e37)),-webkit-gradient(linear,left top,left bottom,from(#465a80),to(#101e37));background:linear-gradient(180deg,#304162,#101e37),linear-gradient(180deg,#465a80,#101e37);border-radius:0 0 9px 9px;bottom:0;content:" ";display:block;height:10px;left:0;position:absolute;width:100%;z-index:1}.popup-control{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffd151;border-radius:100%;bottom:22px;display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;justify-content:center;position:fixed;right:24px;width:60px;z-index:100}.popup-control img{width:30px}.popup-control:hover{cursor:pointer}.popup-control:before{background-color:#7bb314;border:1px solid #fff;border-radius:100%;content:" ";display:block;height:9px;position:absolute;right:2.5px;top:4.5px;width:9px}.popup-control.unavailable:before{background-color:#b31a14}body[screen=xs] .livechat-popup{right:20px;width:280px}body[screen=xs] .livechat-popup .text{padding:11px 15px 15.5px}.left{float:left}.left.margins{margin-bottom:5px 5px 5px 5px 5px;margin-right:5px 5px 5px 5px 5px}.right{float:right}.right.margins{margin-bottom:5px 5px 5px 5px 5px;margin-left:5px 5px 5px 5px 5px}.hide,.off{display:none}.on,.show{display:inherit}.display-block{display:block}.display-inline{display:inline}.display-inline-block{display:inline-block}ul.breadcrumb{border-bottom:1px solid #ededed;font-family:Roboto,sans-serif;margin-bottom:5px;margin-top:0;padding-bottom:0}ul.breadcrumb li{line-height:1rem}ul.breadcrumb li a{color:#7c8699;text-decoration:none}ul.breadcrumb li a:hover{text-decoration:underline}ul.breadcrumb li span.divider:before{color:#142546;content:"";display:inline;font-family:IonIcons;padding:0 .5em}ul.breadcrumb li span.divider img{display:none}@media screen and (min-width:480px){body{position:relative}body:before{background-color:#0b1425;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;width:100%;z-index:1}body.region-filter-open{overflow:hidden}body.region-filter-open:before{opacity:.15;visibility:visible}}.custom-scroll::-webkit-scrollbar{width:4px}.custom-scroll::-webkit-scrollbar-track{border-radius:3px;-webkit-box-shadow:inset 0 0 5px rgba(20,37,70,.22);box-shadow:inset 0 0 5px rgba(20,37,70,.22)}.custom-scroll::-webkit-scrollbar-thumb{background:rgba(20,37,70,.37);border-radius:3px}.custom-scroll::-webkit-scrollbar-thumb:hover{background:#142546}.grecaptcha-badge{display:none!important}header{background:-webkit-gradient(linear,left top,left bottom,color-stop(5.26%,#465a80),color-stop(98.49%,#1d3463));background:linear-gradient(180deg,#465a80 5.26%,#1d3463 98.49%);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5);font-family:Open Sans,sans-serif;height:136px;left:0;position:fixed;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:9998}header .header-top{background:-webkit-gradient(linear,left top,left bottom,color-stop(5.26%,#465a80),color-stop(98.49%,#1d3463));background:linear-gradient(180deg,#465a80 5.26%,#1d3463 98.49%);padding:19px 0 17px 20px;position:relative;z-index:3}header .header-top,header .header-top .row-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header-top .row-container{display:-webkit-box;display:-ms-flexbox;display:flex}header .header-top .search_button{font-size:1.5rem;position:absolute;right:60px;top:14px;z-index:5}header .header-top .search_button:before{speak:none;font-size:1.5rem!important;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;left:3px;line-height:1;text-transform:none;top:1px}header .custom,header .custom p{margin:0;padding:0}header .logo{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-line-pack:center;align-content:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}header .logo .rothman_logo{display:block;line-height:0;width:238px}header .logo .rothman_logo img{display:block;height:auto;width:100%}header .logo .rothman_logo img:nth-of-type(n+2){display:none}header .logo .fiftyyears{display:block;margin-left:10px;margin-top:-4px;width:77px}header .logo .fiftyyears img{width:100%}header .buttons-advertising{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;margin:0 26px 0 auto}header .search_position_fixer{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}header .search_position_fixer #mod-finder-searchform{display:-webkit-box;display:-ms-flexbox;display:flex}header .header_buttons{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative}header .header_buttons>ul{border-bottom:1px solid transparent;margin:0 5px 0 0;padding:0;position:relative}header .header_buttons>ul:before{background-color:hsla(0,0%,100%,.18);bottom:0;content:" ";display:block;height:1px;left:14px;position:absolute;width:calc(100% - 28px);z-index:2}header .header_buttons>ul li{display:inline-block;font-family:Roboto,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.75px;line-height:1.6rem;list-style:none;margin:0;padding:0;position:relative;z-index:1}header .header_buttons>ul li:last-of-type{margin-right:0;z-index:0}header .header_buttons>ul li.espanol-link{color:#fff;display:inline-block!important;font-family:Roboto;font-size:12px;letter-spacing:.35px;line-height:14px;padding-left:19px;padding-right:19px;position:relative}header .header_buttons>ul li.espanol-link:hover{cursor:pointer}header .header_buttons>ul li.espanol-link .tooltip{background-color:#fff;border-bottom:3px solid #ffd151;border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;left:0;padding:20px 18px;position:absolute;top:calc(100% + 8px);width:306px;z-index:1}header .header_buttons>ul li.espanol-link .tooltip:before{border-color:transparent transparent #fff;border-style:solid;border-width:0 4px 4px;content:" ";display:block;height:0;left:19px;position:absolute;top:-4px;width:0}header .header_buttons>ul li.espanol-link .tooltip h4{color:#142546;font-family:Open Sans;font-size:14px;font-weight:600;letter-spacing:0;line-height:23px;margin:0}header .header_buttons>ul li.espanol-link .tooltip h4:nth-of-type(2){margin-top:10px}header .header_buttons>ul li.espanol-link .tooltip p{color:#142546;font-family:Open Sans;font-size:12px;letter-spacing:0;line-height:17px;margin:0}header .header_buttons>ul li.espanol-link.open .tooltip{display:block!important}header .header_buttons>ul li:first-child:after{background-color:#ffd151;bottom:0;content:"";display:block;height:2px;left:14px;position:absolute;width:calc(100% - 28px);z-index:3}header .header_buttons>ul li a{background-color:transparent;border-radius:2px;color:#fff;display:block;margin-bottom:0;margin-top:0;opacity:.9;padding:13px 19px 10px;text-decoration:none;text-shadow:0 2px 4px rgba(0,0,0,.12);text-transform:uppercase;-webkit-transition:background-color .5s ease;transition:background-color .5s ease}header .header_buttons>ul li a:hover{opacity:.85;text-shadow:none}header .header_buttons>ul li a:active{opacity:.8;text-shadow:none}header .header_buttons>ul li:hover a{background-color:#0b1425;opacity:1}header .header_buttons>ul li:first-child a,header .header_buttons>ul li:last-child a{padding:13px 14px 10px}header .header_advertising{float:left;margin:17px 0 0;width:728px}header .burger-menu{color:hsla(0,0%,100%,.73);display:none;top:10px}header .burger-menu img{width:30px}header .burger-menu:before{speak:none;font-size:2.1rem!important;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-align:center;text-transform:none}header .burger-menu:hover{color:#fff;cursor:pointer}header .generic_menu-style{float:left;list-style:none;margin:0;padding:0}header .generic_menu-style li{float:left;font-size:1.6rem;line-height:22px;margin:0;padding:0}header .generic_menu-style li a{color:hsla(0,0%,100%,.8);display:block;text-decoration:none}header .generic_menu-style li a:hover{text-decoration:underline}header .generic_menu-style li a:active{color:hsla(0,0%,100%,.8)}header .utility_nav{float:left;list-style:none;margin:0 26px 0 0;padding:0}header .utility_nav li{float:left;font-size:1.6rem;line-height:22px;margin:0;padding:0}header .utility_nav li a{color:hsla(0,0%,100%,.8);display:block;text-decoration:none}header .utility_nav li a:hover{text-decoration:underline}header .utility_nav li a:active{color:hsla(0,0%,100%,.8)}header .utility_nav>li{letter-spacing:.25px;margin-left:28px}header .utility_nav>li a{margin-right:0}header .utility_nav>li a,header .utility_nav>li a:active{color:hsla(0,0%,100%,.65)}header .utility_nav>li a:after{opacity:.65}header .top-navigation>li.parent>a,header .utility_nav>li.parent>a{padding-right:11px;-webkit-transition:color .25s;transition:color .25s}header .top-navigation>li.parent>a:after,header .utility_nav>li.parent>a:after{background-image:url(/templates/lyquix/images/icons/arrow-white.svg);background-repeat:no-repeat;background-size:100%;content:" ";display:block;height:4px;opacity:.8;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .5s;transition:opacity .5s;width:7px}header .top-navigation>li.parent>a:hover:after,header .utility_nav>li.parent>a:hover:after{opacity:1}header .top-navigation>li>a,header .utility_nav>li>a{position:relative}header .top-navigation>li>a:before,header .utility_nav>li>a:before{background-color:transparent;bottom:-14px;content:" ";display:block;height:5px;left:0;position:absolute;-webkit-transition:background-color .25s;transition:background-color .25s;width:100%}header .top-navigation>li.activeItem a,header .top-navigation>li>a:hover,header .utility_nav>li.activeItem a,header .utility_nav>li>a:hover{text-decoration:none}header .top-navigation>li.activeItem a:before,header .utility_nav>li.activeItem a:before{background-color:hsla(0,0%,98%,.3)}header .top-navigation>li:hover,header .utility_nav>li:hover{border-color:#fafafa}header .top-navigation>li:hover>a,header .utility_nav>li:hover>a{color:#fff}header .top-navigation>li:hover>a:before,header .utility_nav>li:hover>a:before{background-color:#fff}header .top-navigation>li.deeper>ul,header .utility_nav>li.deeper>ul{background-color:#f9f9f9;border-radius:0 0 3px 3px;-webkit-box-shadow:0 5px 4px 0 rgba(0,0,0,.2);box-shadow:0 5px 4px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;list-style:none;opacity:0;padding:40px 37px 59px;position:absolute;top:46px;-webkit-transition:all .25s;transition:all .25s;visibility:hidden;width:100%}header .top-navigation>li.deeper>ul>li,header .utility_nav>li.deeper>ul>li{float:none;font-size:1.5rem;line-height:1.333;margin-right:30px;padding:0;position:relative;width:220px}header .top-navigation>li.deeper>ul>li>a,header .utility_nav>li.deeper>ul>li>a{border-bottom:1px solid hsla(230,5%,50%,.5);color:#09101e;font-weight:600;letter-spacing:.12px;margin-left:0;padding-bottom:15px}header .top-navigation>li.deeper>ul>li>a:hover,header .utility_nav>li.deeper>ul>li>a:hover{text-decoration:underline}header .top-navigation>li.deeper>ul>li ul,header .utility_nav>li.deeper>ul>li ul{opacity:1;padding-bottom:42px;padding-left:0;padding-top:14.5px}header .top-navigation>li.deeper>ul>li ul li,header .utility_nav>li.deeper>ul>li ul li{float:none;list-style:none;padding:0;width:220px}header .top-navigation>li.deeper>ul>li ul li .event-date,header .top-navigation>li.deeper>ul>li ul li .sto_physician_author,header .utility_nav>li.deeper>ul>li ul li .event-date,header .utility_nav>li.deeper>ul>li ul li .sto_physician_author{border-bottom:.5px solid #979797;color:#09101e;display:inline-block;font-size:1rem;letter-spacing:.51px;line-height:1.45;opacity:.7;text-transform:uppercase}header .top-navigation>li.deeper>ul>li ul li a,header .utility_nav>li.deeper>ul>li ul li a{color:#09101e;font-size:1.4rem;font-weight:400;line-height:1.214;opacity:.7;padding:5.5px 0}header .top-navigation>li.deeper>ul>li ul li:last-child:not(:first-child),header .utility_nav>li.deeper>ul>li ul li:last-child:not(:first-child){bottom:0;left:0;position:absolute}header .top-navigation>li.deeper>ul>li ul li:last-child:not(:first-child) a,header .utility_nav>li.deeper>ul>li ul li:last-child:not(:first-child) a{font-size:1.3rem;font-style:italic}header .top-navigation>li.deeper>ul>li ul li.blog,header .top-navigation>li.deeper>ul>li ul li.event,header .top-navigation>li.deeper>ul>li ul li.video,header .utility_nav>li.deeper>ul>li ul li.blog,header .utility_nav>li.deeper>ul>li ul li.event,header .utility_nav>li.deeper>ul>li ul li.video{line-height:0;margin-bottom:12px}header .top-navigation>li.deeper>ul>li ul li.blog:nth-child(n+3),header .top-navigation>li.deeper>ul>li ul li.event:nth-child(n+3),header .top-navigation>li.deeper>ul>li ul li.video:nth-child(n+3),header .utility_nav>li.deeper>ul>li ul li.blog:nth-child(n+3),header .utility_nav>li.deeper>ul>li ul li.event:nth-child(n+3),header .utility_nav>li.deeper>ul>li ul li.video:nth-child(n+3){display:none}header .top-navigation>li.deeper>ul>li ul li.blog a,header .top-navigation>li.deeper>ul>li ul li.event a,header .utility_nav>li.deeper>ul>li ul li.blog a,header .utility_nav>li.deeper>ul>li ul li.event a{padding:5.5px 0 0}header .top-navigation>li.deeper>ul>li ul li.video,header .utility_nav>li.deeper>ul>li ul li.video{padding-left:17px;position:relative}header .top-navigation>li.deeper>ul>li ul li.video:before,header .utility_nav>li.deeper>ul>li ul li.video:before{border:1px solid #898b8e;border-radius:17px;content:"";font-family:IonIcons;font-size:.8rem;height:9px;left:0;line-height:8px;position:absolute;text-align:center;top:4px;width:9px}header .top-navigation>li.deeper>ul:before,header .utility_nav>li.deeper>ul:before{content:" ";display:block;height:30px;left:0;position:absolute;top:-8px;width:100%}header .top-navigation>li.deeper:hover>ul,header .utility_nav>li.deeper:hover>ul{opacity:1;visibility:visible}header .top-navigation>li.deeper.item-144>ul li:last-child,header .utility_nav>li.deeper.item-144>ul li:last-child{-ms-flex-item-align:start;align-self:flex-start;margin-right:0}header .top-navigation>li.deeper.item-144>ul li:last-child ul li:last-of-type,header .utility_nav>li.deeper.item-144>ul li:last-child ul li:last-of-type{position:static!important}header .top-navigation>li.item-142>ul>li:first-child,header .utility_nav>li.item-142>ul>li:first-child{width:440px}header .top-navigation>li.item-142>ul>li:first-child>ul,header .utility_nav>li.item-142>ul>li:first-child>ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}header .top-navigation>li.item-142>ul>li:first-child>ul li,header .utility_nav>li.item-142>ul>li:first-child>ul li{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column;width:200px}header .top-navigation{float:left;list-style:none;margin:0 0 0 37px;padding:0}header .top-navigation li{float:left;font-size:1.6rem;line-height:22px;margin:0;padding:0}header .top-navigation li a{color:hsla(0,0%,100%,.8);display:block;text-decoration:none}header .top-navigation li a:hover{text-decoration:underline}header .top-navigation li a:active{color:hsla(0,0%,100%,.8)}header .top-navigation li{letter-spacing:.25px;margin-right:28px}header .top-navigation li a:hover{text-decoration:none}header .top-navigation li>a.parent:after{opacity:.8}header .top-navigation li:last-of-type{margin-right:25px}header .top-navigation li:first-of-type>ul>li:first-of-type{width:440px}header .top-navigation li:first-of-type>ul>li:first-of-type ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}header .top-navigation li:first-of-type>ul>li:first-of-type ul li{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column;width:200px}header .top-navigation li:first-of-type>ul>li:nth-child(n+3) ul{padding-bottom:0}header .top-navigation li:first-of-type>ul>li:nth-child(n+3) ul li{font-style:italic;position:static!important}header .top-navigation li:first-of-type>ul>li:nth-child(n+3) ul li a{font-size:1.3rem;line-height:1.308}header .top-navigation li:last-of-type{position:relative}header .top-navigation li:last-of-type:after{background-color:hsla(0,0%,100%,.26);content:" ";display:block;height:17px;position:absolute;right:-25px;top:2.5px;width:1px}header .utility_nav>li:first-child>ul>li{margin-right:26px;width:calc(16.667% - 21.667px)}header .utility_nav>li:first-child>ul>li ul{padding-bottom:47px;padding-top:12px}header .utility_nav>li:first-child>ul>li ul li{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column;margin-bottom:4px;padding-top:0;width:100%}header .utility_nav>li:first-child>ul>li ul li a{font-size:1.2rem;line-height:17px;padding:0}header .utility_nav>li:first-child>ul>li ul li:last-child{margin-bottom:0;margin-right:0}header .utility_nav>li:first-child>ul>li ul li:last-child a{color:#142546;font-style:normal!important;opacity:1;text-decoration:underline}header .utility_nav>li:first-child>ul>li ul li:last-child a:hover{text-decoration:none}header .utility_nav>li:first-child>ul>li:nth-child(n+3){display:block!important}header .region-selector{position:relative}header .region-selector .controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;-ms-flex-wrap:wrap;flex-wrap:wrap}header .region-selector .controls .bottom,header .region-selector .controls .top{display:-webkit-box;display:-ms-flexbox;display:flex}header .region-selector .controls .bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .region-selector .controls img{display:block;width:7px}header .region-selector .controls img.pin{margin-right:4px;opacity:.5}header .region-selector .controls h4{color:hsla(0,0%,100%,.8);font-size:10px;font-weight:400;letter-spacing:.8px;line-height:14px;margin:0;text-transform:uppercase}header .region-selector .controls h3{background-image:url(/templates/lyquix/images/icons/arrow-white.svg);background-position:100%;background-repeat:no-repeat;background-size:8px 5px;color:hsla(0,0%,100%,.8);font-family:Roboto,sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:16px;margin-bottom:0;margin-right:4px;margin-top:0;padding-right:12px}header .region-selector .controls:hover{cursor:pointer}header .region-selector .controls:before{background-color:transparent;bottom:-8px;content:" ";height:5px;left:0;position:absolute;-webkit-transition:background-color .5s;transition:background-color .5s;width:100%}header .region-selector .controls:hover:before{background-color:#fff}header .region-selector .filter-tooltip{border-bottom:3px solid #ffd151}header .region-selector .filter-tooltip .close{background-image:url(/templates/lyquix/images/close-icon.svg);background-repeat:no-repeat;background-size:100%;height:10px;position:absolute;right:5px;top:5px;width:10px;z-index:3}header .region-selector .filter-tooltip .close:hover{cursor:pointer}header .region-selector .filter-container,header .region-selector .filter-tooltip{background-color:#fff;border-radius:0 2px 0 0;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);left:-12px;opacity:0;padding:20px 34px 26px 18px;position:absolute;top:calc(100% + 7px);-webkit-transition:visibility .5s,opacity .5s;transition:visibility .5s,opacity .5s;visibility:hidden;width:306px;z-index:3}header .region-selector .filter-container p,header .region-selector .filter-tooltip p{color:#142546;font-size:12px;font-weight:600;letter-spacing:0;line-height:17px;margin:0}header .region-selector .filter-container .link,header .region-selector .filter-tooltip .link{color:#5a667d;font-size:12px;letter-spacing:0;line-height:17px;text-decoration:underline}header .region-selector .filter-container .link:hover,header .region-selector .filter-tooltip .link:hover{cursor:pointer;text-decoration:none}header .region-selector .filter-container .region-list,header .region-selector .filter-tooltip .region-list{margin:11px 0 0;padding-left:0}header .region-selector .filter-container .region-list li,header .region-selector .filter-tooltip .region-list li{list-style:none;margin:0 0 15px;padding-left:26px;padding-top:3px;position:relative}header .region-selector .filter-container .region-list li:before,header .region-selector .filter-tooltip .region-list li:before{background-color:#fff;border:1px solid rgba(20,37,70,.5);border-radius:18px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.3);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.3);content:" ";display:block;height:18px;left:0;position:absolute;top:5px;width:18px}header .region-selector .filter-container .region-list li.active:after,header .region-selector .filter-tooltip .region-list li.active:after{background-color:#142546;border-radius:8px;content:" ";display:block;height:8px;left:5px;position:absolute;top:10px;width:8px}header .region-selector .filter-container .region-list li span,header .region-selector .filter-tooltip .region-list li span{color:#142546;font-size:16px;font-weight:600;letter-spacing:0;line-height:25px}header .region-selector .filter-container .region-list li p,header .region-selector .filter-tooltip .region-list li p{color:#5a667d;font-size:12px;font-weight:400;letter-spacing:0;line-height:17px}header .region-selector .filter-container .region-list li:last-of-type,header .region-selector .filter-tooltip .region-list li:last-of-type{margin-bottom:30px}header .region-selector .filter-container .region-list li:hover,header .region-selector .filter-tooltip .region-list li:hover{cursor:pointer}header .region-selector .filter-container .ny-info,header .region-selector .filter-tooltip .ny-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:-webkit-gradient(linear,left top,right top,from(rgba(250,164,26,.15)),to(rgba(244,116,33,.15)));background:linear-gradient(90deg,rgba(250,164,26,.15),rgba(244,116,33,.15));border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;font-family:Open Sans,sans-serif;margin-top:30px;padding:15px;width:100%}header .region-selector .filter-container .ny-info span,header .region-selector .filter-tooltip .ny-info span{color:#142546;font-size:12px;font-weight:600;line-height:17px;margin-bottom:4px;text-align:left}header .region-selector .filter-container .ny-info a,header .region-selector .filter-tooltip .ny-info a{color:#4b5268;font-size:12px;font-weight:400;line-height:17px;text-align:left;text-decoration-line:underline;text-decoration-style:solid;-webkit-transition:.3s;transition:.3s}header .region-selector .filter-container .ny-info a:hover,header .region-selector .filter-tooltip .ny-info a:hover{color:#142546}header .region-selector .filter-container .back-link,header .region-selector .filter-tooltip .back-link{border-bottom:1px solid rgba(20,37,70,.3);color:#142546;display:inline-block;font-size:9px;font-weight:700;letter-spacing:.6px;line-height:12px;padding-bottom:2px;padding-left:7px;position:relative}header .region-selector .filter-container .back-link:hover,header .region-selector .filter-tooltip .back-link:hover{border-bottom-color:transparent;cursor:pointer}header .region-selector .filter-container .back-link:before,header .region-selector .filter-tooltip .back-link:before{background-image:url(/templates/lyquix/images/icons/arrow-blue.svg);background-repeat:no-repeat;background-size:100%;content:" ";display:block;height:6px;left:0;position:absolute;top:3px;width:3.5px}header .region-selector .filter-container:after,header .region-selector .filter-tooltip:after{border-color:transparent transparent #fff;border-radius:0;border-style:solid;border-width:0 5px 5px;content:" ";display:block;left:9.5px;position:absolute;top:-5px}header .region-selector .filter-container.active,header .region-selector .filter-tooltip.active{opacity:1;visibility:visible}header .region-selector .offices{display:none}header .region-selector .btn{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;margin:0;padding:8px 28px;width:auto}header .region-selector .filter-container{height:calc(100vh - 133px);left:-26px;width:314px}header .region-selector .filter-container .regions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:space-between;margin-top:16px}header .region-selector .filter-container .regions .list-container{width:100%}header .region-selector .filter-container .bottom{border-top:2px solid #f2f2f2;margin:auto 0 80px;padding-top:13px;width:100%}header .region-selector .filter-container.offices{padding-left:26px;padding-right:43px;width:360px}header .region-selector .filter-container.offices .input-wrapper{margin-top:18px}header .region-selector .filter-container.offices .input-wrapper p{margin-bottom:8px}header .region-selector .filter-container.offices .office-list{height:calc(100vh - 330px);margin-right:-17px;margin-top:0;overflow:hidden;padding-left:0;padding-top:0;position:relative}header .region-selector .filter-container.offices .office-list .ps__rail-y{background-color:rgba(20,37,70,.22)!important;border-radius:3.5px;display:block!important;height:100%;opacity:1;width:7px}header .region-selector .filter-container.offices .office-list .ps__rail-y .ps__thumb-y{background-color:rgba(20,37,70,.37)!important;border-radius:3.5px;height:160px!important;left:0;width:7px}header .region-selector .filter-container.offices .office-list li{color:#142546;font-family:Open Sans;font-size:12px;font-weight:600;letter-spacing:0;line-height:17px;list-style:none;margin:12px 0;padding-left:0}header .region-selector .filter-container.offices .office-list li:first-of-type{margin-top:0}header .region-selector .filter-container.offices .office-list li:last-of-type{margin-bottom:0}header .region-selector .filter-container.offices .office-list li:hover{cursor:pointer;text-decoration:underline}header .region-selector .filter-container.offices .search-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}header .region-selector .filter-container.offices .search-container input{background-color:#f9f9f9;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);color:#707275;font-family:Roboto;font-size:12px;letter-spacing:.35px;line-height:14px;padding:8px 52px 8px 10px;width:100%}header .region-selector .filter-container.offices .search-container button{border-radius:0 4px 4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:0;min-width:0;padding:0;position:absolute;right:0;top:0;width:42px}header .region-selector .filter-container.offices .search-container button:before{background-image:url(/templates/lyquix/images/rothman-search.svg);background-size:100%;content:" ";display:block;height:14px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity .5s;transition:opacity .5s;width:14px}header .region-selector .filter-container.offices .search-container button:hover:before{opacity:.7}header .region-selector .filter-container.offices .bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:6px 0 0;padding-top:0}header .region-selector .filter-container.offices select{background-color:#f9f9f9;border:0;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);color:#707275;font-family:Roboto;font-size:12px;height:23px;letter-spacing:.35px;line-height:14px;margin:0 9px 0 0;padding:5px 10px 4px;width:100px}header .region-selector .filter-container.offices .manual-container{background-color:transparent;border-radius:0;border-top:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;opacity:1;overflow:hidden;position:static;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;visibility:visible;width:auto;width:calc(100% - 109px);z-index:auto}header .region-selector .filter-container.offices .manual-container .manual-link{border:0;color:#142546;font-family:Open Sans;font-size:12px;height:auto;letter-spacing:0;line-height:17px;padding-right:11px;position:relative;text-decoration:underline}header .region-selector .filter-container.offices .manual-container .manual-link:before{background-image:url(/templates/lyquix/images/icons/pin-blue.svg);background-size:100%;content:" ";display:block;height:11px;left:0;position:absolute;top:3px;width:7px}header .region-selector .filter-container.offices .manual-container .manual-link:hover{background-color:transparent;text-decoration:none}header .region-selector .filter-container.offices .list-container{margin-top:14px;padding-top:16px;position:relative;width:100%}header .region-selector .filter-container.offices .list-container:before{background-color:#f2f2f2;content:" ";display:block;height:2px;left:-26px;position:absolute;top:0;width:calc(100% + 69px)}header .region-selector .filter-container:after{left:23.5px}header .region-selector .recommended-regions{display:none}header .region-selector .recommended-regions .clear{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;padding:17px 0 15px;position:relative}header .region-selector .recommended-regions .clear .back-link{border-bottom:0;color:#5a667d;font-family:Open Sans;font-size:12px;font-weight:400;letter-spacing:0;line-height:17px;padding-bottom:0;padding-left:0;text-decoration:underline}header .region-selector .recommended-regions .clear .back-link:before{display:none}header .region-selector .recommended-regions .clear .back-link:hover{text-decoration:none}header .region-selector .recommended-regions .clear .active-office{background-color:#f2f2f2;border-radius:2px;color:#142546;font-size:9px;font-weight:700;letter-spacing:.6px;line-height:12px;margin-right:8px;padding:6px 10px 6px 20px;position:relative;-webkit-transition:background-color .5s;transition:background-color .5s}header .region-selector .recommended-regions .clear .active-office:after{background-image:url(/templates/lyquix/images/close-icon.svg);background-size:100%;content:" ";display:block;height:8px;left:8px;position:absolute;top:8px;width:8px}header .region-selector .recommended-regions .clear .active-office:hover{background-color:#f5f5f5;cursor:pointer}header .region-selector .recommended-regions .clear:before{background-color:#f2f2f2;bottom:0;content:" ";display:block;height:2px;left:-26px;position:absolute;width:calc(100% + 69px)}header .region-selector .recommended-regions .region-list li{margin-bottom:20px}header .region-selector .recommended-regions .region-list.small,header .region-selector .recommended-regions ul.breadcrumb li.region-list,ul.breadcrumb header .region-selector .recommended-regions li.region-list{margin-bottom:31px}header .region-selector .recommended-regions .region-list.small li,header .region-selector .recommended-regions ul.breadcrumb li.region-list li,ul.breadcrumb header .region-selector .recommended-regions li.region-list li{margin-bottom:12px;padding-top:0}header .region-selector .recommended-regions .region-list.small li span,header .region-selector .recommended-regions ul.breadcrumb li.region-list li span,ul.breadcrumb header .region-selector .recommended-regions li.region-list li span{color:#142546;font-family:Open Sans;font-size:14px;font-weight:400;letter-spacing:0;line-height:18px}header .region-selector #region-selector-map{display:none;height:100%;height:calc(100vh - 133px);left:334px;position:absolute!important;top:calc(100% + 7px);width:493px;z-index:3}header .region-selector.active .controls:before{display:none}header .region-selector.active .controls h3{background-image:none;padding-right:0}header .region-selector.active .controls h3:before{display:none}header .region-selector.active.offices #region-selector-map,header .region-selector.active.offices .offices{display:block}header .region-selector.active.recommended .filter-container{padding-left:26px;padding-right:43px;padding-top:0}header .region-selector.active.recommended .recommended-regions{display:block}header .header-bottom{-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:#0b1425;border-top:4px solid #080f1c;-webkit-box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.5),0 2px 4px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.5),0 2px 4px 0 rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0;position:relative;z-index:2}header .header-bottom .row-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}header .header-bottom .header-bottom_navigation{border-right:1px solid hsla(0,0%,100%,.26)}header .header-bottom .circle-button{display:none}header .header-bottom .circle-button:before{top:-3px}header .header-bottom .telephone_number{color:#ffd151;display:block;float:left;font-family:Open Sans,sans-serif;font-size:1.2rem;line-height:17px;margin-top:2px;text-decoration:none}header .header-bottom .telephone_number:hover{text-decoration:underline}header .header-bottom .header-bottom-left{margin:0 auto 0 26px;padding:4px 0 8px}header .header-bottom .header-bottom-right{margin-left:auto;padding:10px 0 14px}header .header-bottom .header-bottom-right .search_button,header .header-bottom .header-bottom-right .search_button:visited{float:left;margin-left:12px;padding:0}header .header-bottom .header-bottom-right .search_button:before{font-size:1.5rem}header .search-notification{background-color:#efe1c4;border-radius:3px;-webkit-box-shadow:2px 2px 8px rgba(0,0,0,.5);box-shadow:2px 2px 8px rgba(0,0,0,.5);font-size:1.5rem;opacity:0;padding:15px 10px;position:absolute;right:-17px;text-align:center;top:45px;-webkit-transition:all .5s;transition:all .5s;visibility:hidden;width:264px}header .search-notification:before{border:10px solid transparent;border-bottom-color:#efe1c4;content:" ";height:0;position:absolute;right:14px;top:-20px;width:0;z-index:2}header .search-notification.open{opacity:1;visibility:visible}header .search-notification.close{opacity:0;visibility:hidden}header .mobile-menu-container{border:2px solid rgba(7,7,7,0);border-radius:0 0 3px 3px;left:46px;max-height:35px;overflow:hidden;padding:1px 12px;position:absolute;top:50%;-webkit-transition:background-color 1s,max-height .5s,-webkit-box-shadow .5s;transition:background-color 1s,max-height .5s,-webkit-box-shadow .5s;transition:background-color 1s,box-shadow .5s,max-height .5s;transition:background-color 1s,box-shadow .5s,max-height .5s,-webkit-box-shadow .5s;width:225px;z-index:3}header .mobile-menu-container.open{background-color:#0b1425;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2);top:-1px;z-index:6}header .mobile-menu-container .burger-menu{display:block;position:absolute;right:25px;top:5px;z-index:4}header .mobile-menu-container .header_buttons{position:relative;width:200px;z-index:4}header .mobile-menu-container .header_buttons li:hover a{background-color:transparent}header .mobile-menu-container .header_buttons li a{display:inline-block}header .mobile-menu-container .top-navigation li,header .mobile-menu-container .utility_nav li{display:block;float:none;margin-bottom:15px}header .mobile-menu-container .top-navigation li a,header .mobile-menu-container .utility_nav li a{font-size:1.5rem;margin:0 0 0 13px}header .mobile-menu-container .top-navigation li a:hover,header .mobile-menu-container .utility_nav li a:hover{text-decoration:none}header .mobile-menu-container .top-navigation li.deeper ul,header .mobile-menu-container .utility_nav li.deeper ul{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;display:block;left:auto;margin:10px 0 0 10px;opacity:1;position:relative;top:auto;visibility:visible}header .mobile-menu-container .top-navigation li.deeper ul li,header .mobile-menu-container .utility_nav li.deeper ul li{margin-bottom:0}header .mobile-menu-container .top-navigation{margin-left:0;margin-top:18px}header .mobile-menu-container .top-navigation li a{color:#acafbb}header .mobile-menu-container .separator{background-color:transparent;border-top:.5px solid hsla(0,0%,100%,.41);clear:both;height:1px;margin:0 0 12px 13px;width:38px}header .mobile-menu-container.open{background-color:#091223;max-height:630px;right:0;-webkit-transition:background-color 1s,max-height .5s;transition:background-color 1s,max-height .5s;width:320px}header .mobile-menu-container.open .burger-menu{right:14px;top:14px}header .fixed-items-container{background-color:#fff;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.25);box-shadow:0 2px 4px rgba(0,0,0,.25)}header .fixed-items-container .sub-menu-tabs{margin:0;padding:12px 0}header .fixed-items-container .sub-menu-tabs li{line-height:auto}header .fixed-items-container.off{display:none!important}#ny-alert-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans;font-size:1.7rem;gap:12px;line-height:25px;padding:15px 25px;position:fixed;width:100%;z-index:98}#ny-alert-header:before{background-color:#fff;z-index:-1}#ny-alert-header:after,#ny-alert-header:before{content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%}#ny-alert-header:after{background:-webkit-gradient(linear,left top,right top,from(rgba(250,164,26,.15)),to(rgba(244,116,33,.15)));background:linear-gradient(90deg,rgba(250,164,26,.15),rgba(244,116,33,.15));z-index:0}#ny-alert-header *{position:relative;z-index:1}#ny-alert-header strong{font-weight:600}#ny-alert-header a{color:#4b5268}#ny-alert-header button{background-color:transparent!important;border:0;-webkit-box-shadow:none;box-shadow:none;justify-self:flex-end;margin:0 0 0 auto;padding:3.5px}#ny-alert-header button img{display:block;width:14px}.sub-menu header{-webkit-box-shadow:none;box-shadow:none}.sub-menu-container .menu-title,.sub-menu-container .sub-menu-burger,body[screen=lg] header:not(.menu-collapsed) .search_button,body[screen=xl] header:not(.menu-collapsed) .search_button,header.menu-collapsed .header_buttons>ul>li:nth-child(2) ul,header.menu-collapsed .header_buttons>ul>li:nth-child(2) ul .nav-header{display:none}header.menu-collapsed .header_buttons>ul>li:nth-child(2) ul li{padding:0;text-transform:none}header.menu-collapsed .header_buttons>ul>li:nth-child(2) ul li ul{padding:0}header.menu-collapsed .header_buttons>ul>li:nth-child(2) ul li a{color:#acafbb;font-weight:400;opacity:1;text-transform:none}header.menu-collapsed .header_buttons>ul>li:nth-child(2).open ul{display:block}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2){z-index:2}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip{background-color:hsla(0,0%,100%,.98);border-radius:2px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5),4px 9px 8px rgba(0,0,0,.098);box-shadow:0 2px 4px rgba(0,0,0,.5),4px 9px 8px rgba(0,0,0,.098);left:50%;padding:31px 29px 36px;position:absolute;top:calc(100% + 11px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:302px;z-index:3}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip:before{border-color:transparent transparent #fff;border-style:solid;border-width:0 8.5px 9px;content:" ";display:block;height:0;left:50%;position:absolute;top:-8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip:after{background:#fff;display:block;height:30px;left:40px;position:absolute;top:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:30px}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip h3{font-family:Open Sans,sans-serif;font-size:16px;font-weight:600;letter-spacing:normal;line-height:22px;margin:0 0 16px;padding-right:31px}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip p{color:#142546;font-family:Open Sans,sans-serif;font-size:12.5px;letter-spacing:.326px;line-height:19px;margin:16px 0 21px}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip .button-yellow{background:#ffd151;color:#142546;line-height:29px;padding:0 14px;text-transform:none}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip .dismiss{color:#4c4d52;display:none;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:29px;margin-left:13px;text-decoration:underline}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip .close{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);display:block;height:14px;position:absolute;right:21px;top:18px;width:14px}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip .close:hover{cursor:pointer}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip.step-2{left:273px;top:calc(100% + 251px);-webkit-transform:none;-ms-transform:none;transform:none}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip.step-2:before{left:39%}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip.step-3{left:auto;right:204px;top:37px;-webkit-transform:none;-ms-transform:none;transform:none}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip.step-3:before{border-color:transparent transparent transparent #fff;border-width:8.5px 0 8.5px 10px;left:auto;right:-9px;top:50px;-webkit-transform:none;-ms-transform:none;transform:none}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul{background:#0b1425;border-bottom:0;border-radius:8px;display:none;left:50%;margin:0;padding-left:0;position:absolute;top:calc(100% - 2px);-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);width:768px;z-index:2}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul li{font-family:Open Sans,sans-serif}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li{color:#fff;font-size:17px;font-weight:700;line-height:23px;margin:0;padding:45px 30px 38px}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li .nav-header{text-wrap:nowrap}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li a:hover{text-decoration:underline}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li:after{display:none}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li:not(:last-of-type){border-right:1px solid hsla(0,0%,100%,.3)}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li ul{display:block;margin:0;padding:0}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li ul:before{display:none}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li ul li{color:#fff;display:block;font-size:16px;font-weight:400;letter-spacing:.123px;line-height:22px;margin:17px 0}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li ul li a{text-wrap:balance;background-color:transparent!important;padding:0;text-transform:none}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li ul li:after{display:none}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li ul li:last-of-type{margin-bottom:0}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul>li:first-of-type ul li:last-of-type{font-style:italic;font-weight:300}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2).enable-tooltip:hover>ul{display:-webkit-box;display:-ms-flexbox;display:flex}header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2).lock-tooltip>ul{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}body.menu-collapsed header{height:58px}body.menu-collapsed header .search-notification{right:58px;top:55px}body.menu-collapsed header .header-top{padding-bottom:9px;padding-top:10px}body.menu-collapsed .region-selector{border-left:1px solid hsla(240,2%,91%,.2);margin-left:20px;padding-left:20px}body.menu-collapsed .region-selector .filter-container{height:calc(100vh - 52px);left:-218px}body.menu-collapsed .region-selector .filter-container.offices .office-list{height:calc(100vh - 246px)}body.menu-collapsed .region-selector .filter-tooltip{left:8.5px}body.menu-collapsed #region-selector-map{height:calc(100vh - 52px);left:142px}body.menu-collapsed .collapsed-show{display:inherit}body.menu-collapsed .collapsed-hide{display:none}body.menu-collapsed .nav.menu li:first-child{border-bottom:0!important}body.menu-collapsed .nav.menu li:first-child:after,body.menu-collapsed .nav.menu li:nth-child(2):after{display:none}body.menu-collapsed.menu-collapsed .logo .rothman_logo{margin:0;width:183px}body.menu-collapsed.menu-collapsed .logo .rothman_logo img{width:183px}body.menu-collapsed.menu-collapsed .logo .fiftyyears{margin-top:12px;width:50px}body.menu-collapsed.menu-collapsed .mobile-menu-container:not(.open) .header_buttons li:first-of-type{position:relative;-webkit-transition:background-color .5s;transition:background-color .5s}body.menu-collapsed.menu-collapsed .mobile-menu-container:not(.open) .header_buttons li:first-of-type:after{background-color:#ffd151;bottom:0;content:" ";display:block;height:1px;left:10px;position:absolute;width:calc(100% - 20px)}body.menu-collapsed.menu-collapsed .mobile-menu-container:not(.open) .header_buttons li:first-of-type:hover{background-color:#1f2e4b}body.menu-collapsed.menu-collapsed .header_buttons ul{margin:0}body.menu-collapsed.menu-collapsed .header_buttons ul li ul{display:none}body.menu-collapsed.menu-collapsed .header-bottom-right{display:none;float:none;margin:3px auto}body.menu-collapsed.menu-collapsed .header-bottom-right .right{float:none}body.menu-collapsed.menu-collapsed .header-bottom-right .circle-button{display:none}body.menu-collapsed.menu-collapsed .telephone_number{border-right:0;float:none;margin:0 auto;padding-right:0;text-align:center}body.menu-collapsed .header-top .search_button{top:10px}body.menu-collapsed.filter-bar-phy{padding-top:162px}body.menu-collapsed.filter-bar-loc{padding-top:110px}body[screen=lg].catid-3 header.menu-collapsed .header-bottom,body[screen=lg].catid-32 header.menu-collapsed .header-bottom,body[screen=lg].catid-64 header.menu-collapsed .header-bottom,body[screen=md].catid-3 header.menu-collapsed .header-bottom,body[screen=md].catid-32 header.menu-collapsed .header-bottom,body[screen=md].catid-64 header.menu-collapsed .header-bottom{background-color:#0b1425;left:0;top:100%}body[screen=lg].catid-3 header.menu-collapsed .header-bottom .region-selector,body[screen=lg].catid-32 header.menu-collapsed .header-bottom .region-selector,body[screen=lg].catid-64 header.menu-collapsed .header-bottom .region-selector,body[screen=md].catid-3 header.menu-collapsed .header-bottom .region-selector,body[screen=md].catid-32 header.menu-collapsed .header-bottom .region-selector,body[screen=md].catid-64 header.menu-collapsed .header-bottom .region-selector{border-left:none;margin-left:0}body[screen=lg].catid-3 header.menu-collapsed .header-bottom .region-selector .filter-container,body[screen=lg].catid-32 header.menu-collapsed .header-bottom .region-selector .filter-container,body[screen=lg].catid-64 header.menu-collapsed .header-bottom .region-selector .filter-container,body[screen=md].catid-3 header.menu-collapsed .header-bottom .region-selector .filter-container,body[screen=md].catid-32 header.menu-collapsed .header-bottom .region-selector .filter-container,body[screen=md].catid-64 header.menu-collapsed .header-bottom .region-selector .filter-container{left:0}body[screen=lg].catid-3 header.menu-collapsed .header-bottom .region-selector #region-selector-map,body[screen=lg].catid-32 header.menu-collapsed .header-bottom .region-selector #region-selector-map,body[screen=lg].catid-64 header.menu-collapsed .header-bottom .region-selector #region-selector-map,body[screen=md].catid-3 header.menu-collapsed .header-bottom .region-selector #region-selector-map,body[screen=md].catid-32 header.menu-collapsed .header-bottom .region-selector #region-selector-map,body[screen=md].catid-64 header.menu-collapsed .header-bottom .region-selector #region-selector-map{left:360px}body[screen=lg].catid-3 header.menu-collapsed .header-bottom,body[screen=lg].catid-32 header.menu-collapsed .header-bottom,body[screen=lg].catid-64 header.menu-collapsed .header-bottom,body[screen=md].catid-3 header.menu-collapsed .header-bottom,body[screen=md].catid-32 header.menu-collapsed .header-bottom,body[screen=md].catid-64 header.menu-collapsed .header-bottom{width:314px}body[screen=lg] .header_advertising{margin:17px 0 0;overflow:hidden;width:728px}body[screen=lg] .mobile-menu-container,body[screen=lg] .separator{display:none}body[screen=lg] .header-bottom-left,body[screen=lg] .header-bottom-right,body[screen=lg] .header_advertising,body[screen=lg] .telephone_call_text{display:block}body[screen=lg] .menu-collapsed .search_position_fixer,body[screen=md] .menu-collapsed .search_position_fixer{display:none;padding:0 45px 5px 5px;position:absolute;right:-63px;top:49px}body[screen=lg] .menu-collapsed.search-open .search_button:before,body[screen=md] .menu-collapsed.search-open .search_button:before{content:""}body[screen=lg] .menu-collapsed.search-open .search_position_fixer,body[screen=md] .menu-collapsed.search-open .search_position_fixer{background-color:#0b1425;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 37px 0 0}body[screen=lg] header.menu-collapsed .header-bottom,body[screen=md] header.menu-collapsed .header-bottom{background-color:transparent;border-top:0;-webkit-box-shadow:none;box-shadow:none;left:197px;position:absolute;top:10px}body[screen=lg] header.menu-collapsed .header-bottom .header-bottom-left,body[screen=md] header.menu-collapsed .header-bottom .header-bottom-left{margin-left:0}body[screen=lg] header.menu-collapsed .header_buttons .nav.menu li.item-169>ul,body[screen=md] header.menu-collapsed .header_buttons .nav.menu li.item-169>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body[screen=lg] header.menu-collapsed .header_buttons .nav.menu li.item-169>ul>li:first-of-type,body[screen=md] header.menu-collapsed .header_buttons .nav.menu li.item-169>ul>li:first-of-type{border:none}body[screen=lg] header.menu-collapsed .header_buttons .nav.menu li.item-169>ul>li:first-of-type ul li:last-of-type,body[screen=md] header.menu-collapsed .header_buttons .nav.menu li.item-169>ul>li:first-of-type ul li:last-of-type{display:none}body[screen=lg] header.menu-collapsed .header_buttons .nav.menu li.item-169>ul>li:last-of-type,body[screen=md] header.menu-collapsed .header_buttons .nav.menu li.item-169>ul>li:last-of-type{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-bottom:0}body[screen=lg] header.menu-collapsed .header_buttons .nav.menu li.item-169>ul>li:last-of-type ul li:last-of-type,body[screen=md] header.menu-collapsed .header_buttons .nav.menu li.item-169>ul>li:last-of-type ul li:last-of-type{margin-bottom:0}body[screen=lg] header.menu-collapsed .header_buttons .nav.menu li.item-169.open>ul,body[screen=md] header.menu-collapsed .header_buttons .nav.menu li.item-169.open>ul{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=lg] header.menu-collapsed .patient-portal-tooltip,body[screen=md] header.menu-collapsed .patient-portal-tooltip{background-color:hsla(0,0%,100%,.98);border-radius:2px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5),4px 9px 8px rgba(0,0,0,.098);box-shadow:0 2px 4px rgba(0,0,0,.5),4px 9px 8px rgba(0,0,0,.098);left:auto;padding:31px 29px 36px;position:absolute;right:-140px;top:calc(100% + 11px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:302px;z-index:3}body[screen=lg] header.menu-collapsed .patient-portal-tooltip:before,body[screen=md] header.menu-collapsed .patient-portal-tooltip:before{border-color:transparent transparent #fff;border-style:solid;border-width:0 8.5px 9px;content:" ";display:block;height:0;left:94%;position:absolute;top:-8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}body[screen=lg] header.menu-collapsed .patient-portal-tooltip:after,body[screen=md] header.menu-collapsed .patient-portal-tooltip:after{background:#fff;display:block;height:30px;left:40px;position:absolute;top:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:30px}body[screen=lg] header.menu-collapsed .patient-portal-tooltip h3,body[screen=md] header.menu-collapsed .patient-portal-tooltip h3{font-family:Open Sans,sans-serif;font-size:16px;font-weight:600;letter-spacing:normal;line-height:22px;margin:0 0 16px;padding-right:31px}body[screen=lg] header.menu-collapsed .patient-portal-tooltip p,body[screen=md] header.menu-collapsed .patient-portal-tooltip p{color:#142546;font-family:Open Sans,sans-serif;font-size:12.5px;letter-spacing:.326px;line-height:19px;margin:16px 0 21px}body[screen=lg] header.menu-collapsed .patient-portal-tooltip .button-yellow,body[screen=md] header.menu-collapsed .patient-portal-tooltip .button-yellow{background:#ffd151;color:#142546;line-height:29px;padding:0 14px;text-transform:none}body[screen=lg] header.menu-collapsed .patient-portal-tooltip .dismiss,body[screen=md] header.menu-collapsed .patient-portal-tooltip .dismiss{color:#4c4d52;cursor:pointer;display:inline-block;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:29px;margin-left:13px;text-decoration:underline}body[screen=lg] header.menu-collapsed .patient-portal-tooltip .close,body[screen=md] header.menu-collapsed .patient-portal-tooltip .close{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);display:block;height:14px;position:absolute;right:21px;top:18px;width:14px}body[screen=lg] header.menu-collapsed .patient-portal-tooltip .close:hover,body[screen=md] header.menu-collapsed .patient-portal-tooltip .close:hover{cursor:pointer}body[screen=lg] header.menu-collapsed .patient-portal-tooltip.step-2,body[screen=md] header.menu-collapsed .patient-portal-tooltip.step-2{right:320px;top:159px;-webkit-transform:none;-ms-transform:none;transform:none}body[screen=lg] header.menu-collapsed .patient-portal-tooltip.step-2:before,body[screen=md] header.menu-collapsed .patient-portal-tooltip.step-2:before{display:none;display:block;left:auto;right:-11px;top:104px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);z-index:10000}body[screen=lg] header.menu-collapsed .patient-portal-tooltip.step-3,body[screen=md] header.menu-collapsed .patient-portal-tooltip.step-3{left:auto;right:320px;top:61px;-webkit-transform:none;-ms-transform:none;transform:none}body[screen=lg] header.menu-collapsed .patient-portal-tooltip.step-3:before,body[screen=md] header.menu-collapsed .patient-portal-tooltip.step-3:before{border-color:transparent transparent transparent #fff;border-width:8.5px 0 8.5px 10px;left:auto;right:-9px;top:37px;-webkit-transform:none;-ms-transform:none;transform:none}body[screen=lg] header.menu-collapsed .patient-portal-tooltip.step-3+.mobile-menu-container.open .header_buttons>ul>li:nth-child(2).lock-tooltip>ul,body[screen=md] header.menu-collapsed .patient-portal-tooltip.step-3+.mobile-menu-container.open .header_buttons>ul>li:nth-child(2).lock-tooltip>ul{display:none!important}body[screen=lg].menu-collapsed header .patient-portal-tooltip{display:none}body[screen=md] header{height:132px}body[screen=md]:not(.menu-collapsed) header .header_buttons ul:before{left:8px;width:calc(100% - 16px)}body[screen=md]:not(.menu-collapsed) header .header_buttons ul li{margin:0 0 1px}body[screen=md]:not(.menu-collapsed) header .header_buttons ul li:after{left:8px;width:calc(100% - 16px)}body[screen=md].menu-collapsed header{height:60px}body[screen=md].menu-collapsed header .patient-portal-tooltip{display:none!important}body[screen=md] .row-container{margin:0}body[screen=md] .header-top{padding-bottom:21px;padding-left:14px}body[screen=md] .header-top .container{padding:3px 0 11px}body[screen=md] .top-navigation{margin-left:0}body[screen=md] .utility_nav{margin-right:0}body[screen=md] .buttons-advertising{margin-right:20px}body[screen=md] .logo .rothman_logo{margin-left:0;width:218px}body[screen=md] .logo .fiftyyears{width:68px}body[screen=md] .header_buttons{margin:0 7px 0 15px}body[screen=md] .header_buttons ul{margin-right:0}body[screen=md] .header_buttons ul li{margin:0 0 1px}body[screen=md] .header_buttons ul li:after{width:calc(100% - 16px)}body[screen=md] .header_buttons ul li a{font-size:1.2rem;letter-spacing:.75px;line-height:1.167;padding:13px 8px}body[screen=md] .header_buttons ul li.espanol-link .tooltip{left:auto;right:0}body[screen=md] .header_buttons ul li.espanol-link .tooltip:before{left:auto;right:19px}body[screen=md]:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip.step-2{left:-150px}body[screen=md]:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip.step-2:before{display:none}body[screen=md]:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip.step-2:after{background:#fff;content:"";display:block;height:20px;left:145px;position:absolute;top:-4px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:20px}body[screen=md]:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2) .patient-portal-tooltip.step-3{right:563px;top:39px}body[screen=md] .header_advertising{margin:17px 0 0;width:468px}body[screen=md] .mobile-menu-container,body[screen=md] .separator,body[screen=md] .telephone_call_text{display:none}body[screen=md] .header-bottom-left,body[screen=md] .header-bottom-right,body[screen=md] .header_advertising{display:block;margin-left:20px}body[screen=md] .header-bottom-right{margin-right:20px;padding:11px 0 13px}body[screen=md].menu-collapsed.filter-bar-loc{padding-top:110px}body[screen=md].menu-collapsed header.menu-collapsed .header-top{height:56px}body[screen=md].menu-collapsed header.menu-collapsed .header_buttons ul{margin:0}body[screen=md].menu-collapsed header.menu-collapsed .search_position_fixer{right:-75px}body[screen=md] .top-navigation>li,body[screen=md] .utility_nav>li{margin-right:16px;padding:0}body[screen=md] .top-navigation>li>a,body[screen=md] .utility_nav>li>a{font-size:1.5rem;letter-spacing:.1px;line-height:20px}body[screen=md] .top-navigation>li>ul,body[screen=md] .utility_nav>li>ul{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:40px 20px 11px;top:44px}body[screen=md] .top-navigation>li>ul>li,body[screen=md] .utility_nav>li>ul>li{margin-bottom:48px}body[screen=md] .top-navigation>li:last-of-type{margin-right:16px}body[screen=md] .top-navigation>li:last-of-type:after{right:-16.5px}body[screen=md] .utility_nav>li{margin-left:0}body[screen=md] .utility_nav>li:first-child>ul>li{margin-right:26px;width:calc(25% - 19.5px)}body[screen=md] .utility_nav>li:first-child>ul>li ul{-webkit-column-count:initial;-moz-column-count:initial;column-count:auto;-webkit-column-gap:initial;-moz-column-gap:initial;column-gap:normal;padding-bottom:37px;padding-top:12px}body[screen=md] .utility_nav>li:first-child>ul>li ul li{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column;margin-bottom:4px;padding-top:0;width:100%}body[screen=md] .utility_nav>li:first-child>ul>li ul li.blog,body[screen=md] .utility_nav>li:first-child>ul>li ul li.event,body[screen=md] .utility_nav>li:first-child>ul>li ul li.video{margin-bottom:12px}body[screen=md] .utility_nav>li:first-child>ul>li ul li:nth-child(n+3){display:block!important}body[screen=md] .utility_nav>li:first-child>ul>li:last-child,body[screen=md] .utility_nav>li:first-child>ul>li:nth-child(4){margin-right:0}body[screen=md] .utility_nav>li:first-of-type{margin-left:16px}body[screen=md] .utility_nav>li:last-of-type{margin-right:0}body[screen=md] .header-bottom-left .top-navigation{margin-left:20px;margin-right:0}body[screen=md] .header-bottom-left .top-navigation>li{margin-right:16px}body[screen=md] .header-bottom-left .top-navigation>li:last-child{margin-right:13px}body[screen=md] .header-bottom-left .top-navigation>li:last-child:after{right:-13px;top:14px}body[screen=md] .search-notification:before{left:251px}body[screen=md] header:not(.menu-collapsed) .header_buttons>ul{margin-right:23px}body[screen=md] header:not(.menu-collapsed) .header_buttons>ul>li:nth-child(2)>ul{left:auto;right:0;-webkit-transform:none;-ms-transform:none;transform:none}.scroll_xs_and_sm_menu_style .header-top{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:2px}.scroll_xs_and_sm_menu_style .header-top .logo{width:183px}.scroll_xs_and_sm_menu_style .header-top .logo .rothman_logo img.sm-show{display:block}.scroll_xs_and_sm_menu_style .header-top .logo .rothman_logo img:not(.sm-show){display:none}.scroll_xs_and_sm_menu_style .header-top .buttons-advertising{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px;position:relative;z-index:3}.scroll_xs_and_sm_menu_style .header-top .buttons-advertising .right{display:none}.scroll_xs_and_sm_menu_style .header-top .buttons-advertising .nav:before{border-bottom:0;display:none}.scroll_xs_and_sm_menu_style .header-top .buttons-advertising .header_buttons{display:inline-block;width:auto}.scroll_xs_and_sm_menu_style .header-top .buttons-advertising .header_buttons ul li{display:none;margin-bottom:0;margin-right:0}.scroll_xs_and_sm_menu_style .header-top .buttons-advertising .header_buttons ul li:first-of-type{display:block}.scroll_xs_and_sm_menu_style .header-top .buttons-advertising .header_buttons ul li a{font-size:1.2rem;padding:6px 12px}.scroll_xs_and_sm_menu_style .header-top{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:11px 0 11px 14px}.scroll_xs_and_sm_menu_style .header-top .region-selector .controls{margin:2.5px 0}.scroll_xs_and_sm_menu_style .header-top .search_position_fixer{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-right:54px;order:1}.scroll_xs_and_sm_menu_style .header-top .mobile-menu-container{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.scroll_xs_and_sm_menu_style .header-bottom{clear:both}.scroll_xs_and_sm_menu_style .header-bottom .container{text-align:center}.scroll_xs_and_sm_menu_style .header-bottom .container .telephone_number{border:0;display:inline-block;float:none;margin:0 auto}.scroll_xs_and_sm_menu_style .mobile-menu-container{display:block;left:auto;line-height:29px;right:0;top:0;width:276px}.scroll_xs_and_sm_menu_style .mobile-menu-container .header_buttons{margin:0;width:197px}.scroll_xs_and_sm_menu_style .mobile-menu-container .burger-menu{opacity:1;right:5px;-webkit-transition:opacity .5s;transition:opacity .5s}.scroll_xs_and_sm_menu_style .mobile-menu-container .burger-menu:hover{opacity:.8}.scroll_xs_and_sm_menu_style .mobile-menu-container .close-icon,.scroll_xs_and_sm_menu_style .mobile-menu-container .separator{display:none}.scroll_xs_and_sm_menu_style .mobile-menu-container.open{-webkit-box-sizing:border-box;box-sizing:border-box;max-height:100vh;overflow-y:auto;padding:49px 13px 50px;right:-20px;top:-10px;-webkit-transition:max-height .5s,height .5s;transition:max-height .5s,height .5s;width:320px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons{display:block;width:100%}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .burger-menu{right:14px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .close-icon{display:inherit}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .open-icon{display:none}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu{margin-top:0}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu li{border-bottom:1px solid hsla(230,5%,50%,.5);display:block;font-size:1.2rem;font-weight:500;letter-spacing:.68px;line-height:1.167;padding-top:0;position:relative}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu li:hover{cursor:pointer}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu li a{margin-left:0;padding:13px 0;-webkit-transition:color .5s;transition:color .5s}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu li a:hover{background-color:transparent}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu li a:after{display:none}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu li.activeItem>a{position:relative}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu li.activeItem>a:after{background-image:none;content:"";display:block;font-family:FontAwesome;font-size:.4rem;line-height:1;position:absolute;right:-11px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu>.parent:after{content:"";display:block;font-family:IonIcons;font-size:1.45rem;height:19px;line-height:19px;position:absolute;right:0;text-align:center;top:7.5px;width:9px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav{width:100%}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li{border-bottom:0;font-size:1.45rem;line-height:1.31;margin:0;padding-bottom:0;position:relative}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li a:before,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li a:before{background-color:transparent;bottom:-1px;content:" ";display:block;height:2px;left:0;position:absolute;top:auto;-webkit-transition:background-color .5s;transition:background-color .5s;width:290px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li:hover>a:before,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li:hover>a:before{background-color:#fff}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li a,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li a{display:inline-block;padding:7.5px 0}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li a:hover,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li a:hover{text-decoration:none}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li ul,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li ul{display:none;margin:0;padding:10px 0 10px 20px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li ul li,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li ul li{margin-right:0;width:100%}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li ul li a,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li ul li a{border-bottom:0}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li ul li a:after,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li ul li a:after{left:-10px;width:274px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li ul li ul,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li.open ul,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li ul li ul,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li.open ul{display:block}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation li.open ul ul,.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li.open ul ul{display:none}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation{margin-top:11.5px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.top-navigation>li.deeper>ul li a{color:#acafbb;font-weight:400;opacity:1}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li a{color:#797b85}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link{color:hsla(0,0%,100%,.8);display:inline-block;font-family:Roboto;font-size:12px;font-weight:400;letter-spacing:.35px;line-height:14px;padding-right:18px;position:relative}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link:before{background-image:url(/templates/lyquix/images/icons/other-results-more-plussign-LG.svg);background-size:100%;content:" ";display:block;height:12px;left:52px;position:absolute;top:1px;width:12px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link.open:before{background-image:url(/templates/lyquix/images/icons/other-results-more-close-LG.svg)}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link.open .tooltip{display:block!important;margin-top:5px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link.open .tooltip h4{color:#fff;font-family:Open Sans;font-size:14px;font-weight:600;letter-spacing:0;line-height:23px;margin:0}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link.open .tooltip h4:nth-of-type(2){margin-top:10px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link.open .tooltip p{color:hsla(0,0%,100%,.8);font-family:Open Sans;font-size:12px;letter-spacing:0;line-height:17px;margin:0}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .nav.menu.utility_nav>li.deeper>ul li a{color:#797b85;font-weight:400;opacity:1}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li{position:relative}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li:before{background-color:transparent;bottom:0;content:" ";display:block;height:2px;left:0;position:absolute;-webkit-transition:background-color .5s;transition:background-color .5s;width:290px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li:before:last-of-type{border-bottom:0}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li.parent:after{top:11px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li:hover:before{background-color:#fff}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li>ul{padding-left:15px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li>ul>li:before{display:none}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li>ul>li>ul li:before{display:block}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li ul li{border-bottom:0;font-size:14px;font-style:normal;font-weight:400;letter-spacing:.108px;line-height:19px;margin:0 0 12px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li ul li.view-all{display:none}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li ul li a{border-bottom:0;color:#fff;font-size:14px;padding:0}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li ul li ul{padding-left:0}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li ul li:before{bottom:-2px}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li ul li:hover{border-bottom:0}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li:first-child a{color:#ffd151}.scroll_xs_and_sm_menu_style .mobile-menu-container.open .header_buttons .nav.menu>li:first-child:hover:before{background-color:#ffd151}.scroll_xs_and_sm_menu_style .header-bottom-right,.scroll_xs_and_sm_menu_style .header_advertising{display:none}@media screen and (min-width:1600px){header .region-selector .filter-container.active{width:360px}}body[screen=lg] header .header-bottom .mobile-links,body[screen=md] header .header-bottom .mobile-links{display:none}body[screen=sm] #ny-alert-header,body[screen=xs] #ny-alert-header{font-size:1.4rem;line-height:19px;padding:15px}body[screen=sm] header .search_button,body[screen=xs] header .search_button{display:none}body[screen=sm] header .header-top .search_position_fixer,body[screen=xs] header .header-top .search_position_fixer{margin-right:61px;width:180px}body[screen=sm] header .header-top .search_position_fixer #mod-finder-searchform,body[screen=xs] header .header-top .search_position_fixer #mod-finder-searchform{-webkit-box-align:center;-ms-flex-align:center;align-items:center}body[screen=sm] header .header-top .search_position_fixer form input,body[screen=xs] header .header-top .search_position_fixer form input{padding-bottom:5px;padding-top:5px;width:calc(100% - 32.5px)}body[screen=sm] header .header-top .search_position_fixer form button,body[screen=xs] header .header-top .search_position_fixer form button{height:25px;width:32.5px}body[screen=sm] header .mobile-links ul,body[screen=xs] header .mobile-links ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}body[screen=sm] header .mobile-links ul li,body[screen=xs] header .mobile-links ul li{font-size:10.5px;font-weight:500;line-height:13px;list-style:none;margin-bottom:0;margin-right:15px;margin-top:0;position:relative}body[screen=sm] header .mobile-links ul li:first-of-type:after,body[screen=xs] header .mobile-links ul li:first-of-type:after{background-color:hsla(0,0%,100%,.28);content:" ";display:block;height:11px;position:absolute;right:-7px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1px}body[screen=sm] header .mobile-links ul li:last-of-type,body[screen=xs] header .mobile-links ul li:last-of-type{margin-right:0}body[screen=sm] header .mobile-links ul li a,body[screen=xs] header .mobile-links ul li a{color:hsla(0,0%,100%,.7);font-family:Roboto;letter-spacing:.5px;list-style:none;text-decoration:none}body[screen=sm] header .header-bottom .row-container,body[screen=xs] header .header-bottom .row-container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body[screen=sm] header .header-bottom .row-container .header-bottom-right,body[screen=xs] header .header-bottom .row-container .header-bottom-right{display:block;margin:0 20px 0 0;padding:5px 0 10px}body[screen=sm] header .header-bottom .row-container .header-bottom-left,body[screen=xs] header .header-bottom .row-container .header-bottom-left{display:block;margin-left:20px}body[screen=sm] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector,body[screen=xs] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector{border-left:0;margin-left:0;padding-left:0}body[screen=sm] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector .controls,body[screen=xs] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector .controls{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=sm] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector .controls .top,body[screen=xs] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector .controls .top{margin-right:5px}body[screen=sm] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector .controls .top h4,body[screen=xs] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector .controls .top h4{font-size:9px;letter-spacing:.72px;line-height:13px}body[screen=sm] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector .controls .bottom h3,body[screen=xs] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector .controls .bottom h3{font-size:12px;font-weight:500;letter-spacing:0;line-height:14px}body[screen=sm] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector .filter-container,body[screen=xs] header .header-bottom .row-container .header-bottom-left #region-filter .region-selector .filter-container{left:-26px}body[screen=sm] .patient-portal-lightbox{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(11,20,37,.9);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto;margin:0;padding:0 24px;width:100%}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .splide__arrows{display:none}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .splide__slide.slide-1 img{display:block;font-family:"object-fit: cover;";height:100%;-o-object-fit:cover;object-fit:cover;width:100%}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .splide__slide.slide-3 .dismiss{margin-left:0}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .image{background:#ffffe0;background-repeat:no-repeat;background-size:cover;padding-bottom:67.25%;position:relative}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .image img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .content{background:#fff;min-height:217px;padding:23px 24px}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .content .pagination{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding-left:0}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .content .pagination li{background:#346182;border-radius:50%;display:block;height:6px;margin:0 8px 0 0;opacity:.5;width:6px}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .content .pagination li.active{opacity:1}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .content h3{color:#142546;font-family:Open Sans,sans-serif;font-size:13px;font-weight:600;line-height:19.5px;margin:0;padding:15px 0 3px}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .content p{color:#142546;font-family:Open Sans,sans-serif;font-size:10px;font-weight:400;letter-spacing:.33px;line-height:16px;margin:0 0 15px}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .content .button-yellow{font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:29px;margin:0;padding:0 14px;text-transform:capitalize}body[screen=sm] .patient-portal-lightbox .xs-pp-tooltip .content .dismiss{color:#4c4d52;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:29px;margin-left:12px;text-decoration:underline}body[screen=sm].menu-collapsed header{height:57px}body[screen=sm].menu-collapsed header .logo .fiftyyears{margin-top:1px;width:50px}body[screen=sm].menu-collapsed header .header-top{height:57px}body[screen=sm].menu-collapsed header .header-top .buttons-advertising{margin-right:6px;position:relative}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container{left:auto;right:0;width:54px;z-index:1}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open{right:-5px;width:auto}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li{border-bottom:none;color:#fff;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:19.07px;margin-top:12px}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.item-216,body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.item-558{border-bottom:1px solid hsla(230,5%,50%,.5);padding-bottom:12px}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.item-216 a,body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.item-558 a{color:#ffd151;font-family:Roboto,sans-serif;font-size:12px;font-weight:500;letter-spacing:.68px;line-height:14.06px}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li:first-of-type{padding-bottom:0}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li:nth-of-type(2){border-bottom:1px solid hsla(230,5%,50%,.5);margin-top:0;padding-bottom:9px}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li>ul>li{margin-top:12px}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.item-169>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.item-169>ul>li:first-of-type{border:none}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.item-169>ul>li:first-of-type ul li:last-of-type{display:none}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.item-169>ul>li:last-of-type{margin-bottom:0;padding-bottom:0}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.item-169>ul>li:last-of-type ul li:last-of-type{margin-bottom:0}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.item-169.open>ul{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.deeper.parent{margin-top:0}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.deeper.parent.item-169{border-bottom:1px solid hsla(230,5%,50%,.5);margin-top:12px;padding-bottom:13px}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.deeper.parent.item-169:after{top:2px}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li.deeper.parent.item-169 .open{padding-bottom:0}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li .nav-header{display:none}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container.open .header_buttons .nav.menu>li a{color:#fff;padding:0}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container .header_buttons{width:213px}body[screen=sm].menu-collapsed header .header-top .buttons-advertising .mobile-menu-container .header_buttons ul{position:relative}body[screen=sm].menu-collapsed .header_buttons .nav{display:none}body[screen=sm].menu-collapsed .mobile-menu-container .burger-menu{right:13px}body[screen=sm].menu-collapsed .mobile-menu-container.open .header_buttons .nav{display:block}body[screen=sm].menu-collapsed .mobile-menu-container.open .burger-menu{right:16px}body[screen=sm].menu-collapsed .row.header-bottom{padding:0}body[screen=sm].menu-collapsed img.collapsed-show{display:none!important}body[screen=sm].menu-collapsed.filter-bar-loc{padding-top:146px}body[screen=sm].menu-collapsed.filter-bar-phy{padding-top:162px}body[screen=sm] .header-top{height:60px}body[screen=sm] .header-top .container{padding:0}body[screen=sm] .header-top .search_button{right:59px}body[screen=sm] .search_position_fixer .search-text-box-wrapper{margin-top:0}body[screen=sm] header.menu-collapsed .header-top .buttons-advertising .mobile-menu-container:not(.open) .header_buttons ul li a{font-size:1.1rem;font-weight:400;line-height:1.18}body[screen=sm] .header-bottom{clear:both}body[screen=sm] .header-bottom .container{text-align:center}body[screen=sm] .header-bottom .container .telephone_number{border:0;display:inline-block;float:none;margin:0 auto;padding:5px 10px}body[screen=sm] .region-selector .filter-tooltip{left:0}body[screen=sm] .region-selector .controls:hover:before{display:none}body[screen=sm] .region-selector .filter-container .regions{margin-top:4px}body[screen=sm] .region-selector .filter-container.offices{padding-right:34px;width:314px}body[screen=sm] .region-selector .filter-container.offices .manual-container .manual-link{padding-right:0}body[screen=sm] #region-selector-map{left:288px;width:314px}body[screen=sm] .telephone_number{background-color:#0b1425;padding:5px 14px!important;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[screen=sm] .buttons-advertising .right,body[screen=sm] .header-bottom-right,body[screen=sm] .header_advertising,body[screen=sm] .telephone_call_text{display:none}body[screen=sm] .region-selector .filter-container.offices .office-list{height:calc(100vh - 277px)}body[screen=sm] header .search-notification{right:52px}body[screen=sm] header .search-notification:before{right:5px}body[screen=xs] #ny-alert-header{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:36px}body[screen=xs] #ny-alert-header button{position:absolute;right:15px;top:15px;z-index:1}body[screen=xs] .patient-portal-lightbox{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(11,20,37,.9);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto;margin:0;padding:0 24px;width:100%}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .splide__arrows{display:none}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .splide__slide.slide-1 img{display:block;font-family:"object-fit: cover;";height:100%;-o-object-fit:cover;object-fit:cover;width:100%}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .splide__slide.slide-3 .dismiss{margin-left:0}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .image{background:#ffffe0;background-repeat:no-repeat;background-size:cover;padding-bottom:67.25%;position:relative}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .image img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .content{background:#fff;min-height:217px;padding:23px 24px}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .content .pagination{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding-left:0}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .content .pagination li{background:#346182;border-radius:50%;display:block;height:6px;margin:0 8px 0 0;opacity:.5;width:6px}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .content .pagination li.active{opacity:1}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .content h3{color:#142546;font-family:Open Sans,sans-serif;font-size:13px;font-weight:600;line-height:19.5px;margin:0;padding:15px 0 3px}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .content p{color:#142546;font-family:Open Sans,sans-serif;font-size:10px;font-weight:400;letter-spacing:.33px;line-height:16px;margin:0 0 15px}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .content .button-yellow{font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:29px;margin:0;padding:0 14px;text-transform:capitalize}body[screen=xs] .patient-portal-lightbox .xs-pp-tooltip .content .dismiss{color:#4c4d52;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:29px;margin-left:12px;text-decoration:underline}body[screen=xs].menu-collapsed header.menu-collapsed{height:87px}body[screen=xs].menu-collapsed header.menu-collapsed .search-notification{right:68px;top:55px}body[screen=xs].menu-collapsed header.menu-collapsed .logo{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:auto;z-index:4}body[screen=xs].menu-collapsed header.menu-collapsed .logo .rothman_logo{float:none}body[screen=xs].menu-collapsed header.menu-collapsed .logo .fiftyyears{margin-left:6px;margin-top:1px;width:50px}body[screen=xs].menu-collapsed header.menu-collapsed .header-top{padding:8px 0 8px 10px}body[screen=xs].menu-collapsed header.menu-collapsed .header-top .buttons-advertising{margin-right:0;z-index:4}body[screen=xs].menu-collapsed header.menu-collapsed .header-top .search_position_fixer{display:none;margin-right:82px;width:180px}body[screen=xs].menu-collapsed header.menu-collapsed .header-top .circle-button{display:block;right:63px}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container .burger-menu{right:13px}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open{right:0;z-index:99}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .nav.menu>li{border-bottom:none;margin-top:12px}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .nav.menu>li.parent:after{top:.5px}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .nav.menu>li.item-216,body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .nav.menu>li.item-558{border-bottom:1px solid hsla(230,5%,50%,.5);padding-bottom:9px}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .nav.menu>li.item-216 a,body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .nav.menu>li.item-558 a{color:#ffd151;font-family:Roboto,sans-serif;font-size:12px;font-weight:500;line-height:14.06px}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .nav.menu>li.item-169{border-bottom:1px solid hsla(230,5%,50%,.5);margin-top:12px;padding-bottom:13px}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .nav.menu>li.item-169:after{top:-2px}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .nav.menu>li a{font-weight:400;padding:0}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .header_buttons>ul.nav.menu>li:nth-child(2)>ul{display:none;position:relative}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .header_buttons>ul.nav.menu>li:nth-child(2).open>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .header_buttons>ul.nav.menu>li:nth-child(2).open>ul>li:nth-of-type(2){-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-bottom:0;margin-top:12px;order:1}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .header_buttons>ul.nav.menu>li:nth-child(2).open>ul>li:first-of-type{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-bottom:0;margin-top:0;order:2}body[screen=xs].menu-collapsed header.menu-collapsed .mobile-menu-container.open .header_buttons>ul.nav.menu>li:nth-child(2).open>ul>li:first-of-type ul li:last-of-type{display:none}body[screen=xs].menu-collapsed header.menu-collapsed .header-bottom .row-container .header-bottom-right{margin-right:13px}body[screen=xs].menu-collapsed header.menu-collapsed.search-open .header-top .search_position_fixer{display:block;margin-right:0;position:absolute;right:82px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:4}body[screen=xs].menu-collapsed header.menu-collapsed.search-open .header-top .search_position_fixer .search-text-box-wrapper{margin-top:0}body[screen=xs].menu-collapsed header.menu-collapsed.search-open .header-top .search_position_fixer .search-text-box-wrapper input[type=text]{padding:4px 18px 5px 10px}body[screen=xs].menu-collapsed header.menu-collapsed.search-open .header-top .search_position_fixer .search-text-box-wrapper button{height:24px}body[screen=xs].menu-collapsed header.menu-collapsed.search-open .circle-button:before{content:"";font-family:IonIcons}body[screen=xs] img.collapsed-show{display:none!important}body[screen=xs].menu-collapsed.filter-bar-loc{padding-top:126px}body[screen=xs].menu-collapsed.filter-bar-phy{padding-top:156px}body[screen=xs] header.menu-collapsed .nav.menu{display:none}body[screen=xs] header.menu-collapsed .mobile-menu-container.open ul{display:block}body[screen=xs] .separator{display:none}body[screen=xs] .fixed-items-container{background-color:#fff;position:relative;z-index:2}body[screen=xs] .fixed-items-container:after,body[screen=xs] .fixed-items-container:before{content:" ";display:table}body[screen=xs] .fixed-items-container:after{clear:both}body[screen=xs] .fixed-items-container .sub-menu-container{background-color:#fff;max-height:44px;overflow:hidden;position:relative;-webkit-transition:background .5s,max-height .5s;transition:background .5s,max-height .5s}body[screen=xs] .fixed-items-container .sub-menu-container .sub-menu-burger{background-color:#fff;border:1px solid #fff;border:1px solid rgba(0,0,0,.2);border-radius:50%;border-radius:14px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5);color:#000;display:block;float:left;font-size:1.3rem;height:18px;height:28px;line-height:2.8rem;margin:6px 20px 6px 5px;position:relative;text-align:center;text-decoration:none;text-shadow:0 2px 4px rgba(0,0,0,.12);width:18px;width:28px;z-index:2}body[screen=xs] .fixed-items-container .sub-menu-container .sub-menu-burger:hover{-webkit-box-shadow:none;box-shadow:none;cursor:pointer;opacity:.7}body[screen=xs] .fixed-items-container .sub-menu-container .sub-menu-burger:active{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.5);box-shadow:inset 0 1px 3px rgba(0,0,0,.5);opacity:.6}body[screen=xs] .fixed-items-container .sub-menu-container .sub-menu-burger:before{left:3px;position:absolute;top:2px}body[screen=xs] .fixed-items-container .sub-menu-container .sub-menu-burger.no-background{background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;color:#c1c6ce}body[screen=xs] .fixed-items-container .sub-menu-container .sub-menu-burger:before{color:#091223;font-size:2rem;left:auto;position:relative;top:auto}body[screen=xs] .fixed-items-container .sub-menu-container .menu-title{color:#666;display:table-cell;font-size:1.1rem;font-weight:600;height:44px;line-height:1.5rem;margin:7px 0;opacity:.75;vertical-align:middle}body[screen=xs] .fixed-items-container .sub-menu-container .sub-menu-tabs{position:relative}body[screen=xs] .fixed-items-container .sub-menu-container .sub-menu-tabs li{background-color:transparent;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;display:block;float:none;padding-left:44px;text-align:left;width:auto}body[screen=xs] .fixed-items-container .sub-menu-container .sub-menu-tabs li a{color:rgba(54,57,59,.85);display:block;font-family:Roboto,sans-serif;font-size:11px;font-weight:900;letter-spacing:.5px;line-height:13px}body[screen=xs] .fixed-items-container .sub-menu-container .sub-menu-tabs li a:hover{color:rgba(54,57,59,.38);font-weight:700}body[screen=xs] .fixed-items-container .sub-menu-container.open{max-height:300px;-webkit-transition:background .5s,max-height .5s;transition:background .5s,max-height .5s}body[screen=xs] .fixed-items-container .sub-menu-container.open .sub-menu-tabs{border-top:1px solid #e9e9e9}body[screen=xs] .row-container{-ms-flex-wrap:wrap;flex-wrap:wrap}body[screen=xs] .telephone_number{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-left:14px!important;margin-right:7px!important;order:1}body[screen=xs] .appointment-link,body[screen=xs] .telephone_number{color:#fff;display:inline-block;font-size:1.1rem;letter-spacing:.32px;line-height:1.363;text-decoration:none}body[screen=xs] .appointment-link{-webkit-box-ordinal-group:3;-ms-flex-order:2;color:#ffd151;margin-left:21px;order:2;position:relative}body[screen=xs] .appointment-link:after{background-color:hsla(0,0%,100%,.31);content:" ";display:block;height:17px;left:-11px;position:absolute;top:-1px;width:1px}body[screen=xs] .search-notification{right:5px;top:50px}body[screen=xs] .search-notification:before{right:5px}body[screen=xs] .region-selector .filter-container .regions{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:4px}body[screen=xs] .region-selector .filter-container .regions>.bottom{margin-top:40px}body[screen=xs] .region-selector .filter-container.offices{width:292px}body[screen=xs] .header-bottom .header-bottom-left{display:block}body[screen=xs] .header-bottom .header-bottom-left #region-filter .region-selector .controls:hover:before{display:none}body[screen=xs] .header-bottom .header-bottom-left #region-filter .region-selector .filter-tooltip{left:0}body[screen=xs] .header-bottom .header-bottom-left #region-filter .region-selector #region-selector-map{left:266px;width:calc(100vw - 286px)}body[screen=xs] .header-bottom .header-bottom-left #region-filter .region-selector .filter-container.offices .office-list{height:calc(100vh - 277px)}header.menu-collapsed{position:fixed;top:0;z-index:99}header.menu-collapsed .header-top{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:2px}header.menu-collapsed .header-top .logo{width:183px}header.menu-collapsed .header-top .logo .rothman_logo img.sm-show{display:block}header.menu-collapsed .header-top .logo .rothman_logo img:not(.sm-show){display:none}header.menu-collapsed .header-top .buttons-advertising{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px;position:relative;z-index:3}header.menu-collapsed .header-top .buttons-advertising .right{display:none}header.menu-collapsed .header-top .buttons-advertising .nav:before{border-bottom:0;display:none}header.menu-collapsed .header-top .buttons-advertising .header_buttons{display:inline-block;width:auto}header.menu-collapsed .header-top .buttons-advertising .header_buttons ul li{display:none;margin-bottom:0;margin-right:0}header.menu-collapsed .header-top .buttons-advertising .header_buttons ul li:first-of-type{display:block}header.menu-collapsed .header-top .buttons-advertising .header_buttons ul li a{font-size:1.2rem;padding:6px 12px}header.menu-collapsed .header-top{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:11px 0 11px 14px}header.menu-collapsed .header-top .region-selector .controls{margin:2.5px 0}header.menu-collapsed .header-top .search_position_fixer{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-right:54px;order:1}header.menu-collapsed .header-top .mobile-menu-container{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}header.menu-collapsed .header-bottom{clear:both}header.menu-collapsed .header-bottom .container{text-align:center}header.menu-collapsed .header-bottom .container .telephone_number{border:0;display:inline-block;float:none;margin:0 auto}header.menu-collapsed .mobile-menu-container{display:block;left:auto;line-height:29px;right:0;top:0;width:276px}header.menu-collapsed .mobile-menu-container .header_buttons{margin:0;width:197px}header.menu-collapsed .mobile-menu-container .burger-menu{opacity:1;right:5px;-webkit-transition:opacity .5s;transition:opacity .5s}header.menu-collapsed .mobile-menu-container .burger-menu:hover{opacity:.8}header.menu-collapsed .mobile-menu-container .close-icon,header.menu-collapsed .mobile-menu-container .separator{display:none}header.menu-collapsed .mobile-menu-container.open{-webkit-box-sizing:border-box;box-sizing:border-box;max-height:100vh;overflow-y:auto;padding:49px 13px 50px;right:-20px;top:-10px;-webkit-transition:max-height .5s,height .5s;transition:max-height .5s,height .5s;width:320px}header.menu-collapsed .mobile-menu-container.open .header_buttons{display:block;width:100%}header.menu-collapsed .mobile-menu-container.open .burger-menu{right:14px}header.menu-collapsed .mobile-menu-container.open .close-icon{display:inherit}header.menu-collapsed .mobile-menu-container.open .open-icon{display:none}header.menu-collapsed .mobile-menu-container.open .nav.menu{margin-top:0}header.menu-collapsed .mobile-menu-container.open .nav.menu li{border-bottom:1px solid hsla(230,5%,50%,.5);display:block;font-size:1.2rem;font-weight:500;letter-spacing:.68px;line-height:1.167;padding-top:0;position:relative}header.menu-collapsed .mobile-menu-container.open .nav.menu li:hover{cursor:pointer}header.menu-collapsed .mobile-menu-container.open .nav.menu li a{margin-left:0;padding:13px 0;-webkit-transition:color .5s;transition:color .5s}header.menu-collapsed .mobile-menu-container.open .nav.menu li a:hover{background-color:transparent}header.menu-collapsed .mobile-menu-container.open .nav.menu li a:after{display:none}header.menu-collapsed .mobile-menu-container.open .nav.menu li.activeItem>a{position:relative}header.menu-collapsed .mobile-menu-container.open .nav.menu li.activeItem>a:after{background-image:none;content:"";display:block;font-family:FontAwesome;font-size:.4rem;line-height:1;position:absolute;right:-11px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}header.menu-collapsed .mobile-menu-container.open .nav.menu>.parent:after{content:"";display:block;font-family:IonIcons;font-size:1.45rem;height:19px;line-height:19px;position:absolute;right:0;text-align:center;top:7.5px;width:9px}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav{width:100%}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li{border-bottom:0;font-size:1.45rem;line-height:1.31;margin:0;padding-bottom:0;position:relative}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li a:before,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li a:before{background-color:transparent;bottom:-1px;content:" ";display:block;height:2px;left:0;position:absolute;top:auto;-webkit-transition:background-color .5s;transition:background-color .5s;width:290px}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li:hover>a:before,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li:hover>a:before{background-color:#fff}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li a,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li a{display:inline-block;padding:7.5px 0}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li a:hover,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li a:hover{text-decoration:none}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li ul,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li ul{display:none;margin:0;padding:10px 0 10px 20px}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li ul li,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li ul li{margin-right:0;width:100%}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li ul li a,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li ul li a{border-bottom:0}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li ul li a:after,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li ul li a:after{left:-10px;width:274px}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li ul li ul,header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li.open ul,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li ul li ul,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li.open ul{display:block}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation li.open ul ul,header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li.open ul ul{display:none}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation{margin-top:11.5px}header.menu-collapsed .mobile-menu-container.open .nav.menu.top-navigation>li.deeper>ul li a{color:#acafbb;font-weight:400;opacity:1}header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li a{color:#797b85}header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link{color:hsla(0,0%,100%,.8);display:inline-block;font-family:Roboto;font-size:12px;font-weight:400;letter-spacing:.35px;line-height:14px;padding-right:18px;position:relative}header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link:before{background-image:url(/templates/lyquix/images/icons/other-results-more-plussign-LG.svg);background-size:100%;content:" ";display:block;height:12px;left:52px;position:absolute;top:1px;width:12px}header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link.open:before{background-image:url(/templates/lyquix/images/icons/other-results-more-close-LG.svg)}header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link.open .tooltip{display:block!important;margin-top:5px}header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link.open .tooltip h4{color:#fff;font-family:Open Sans;font-size:14px;font-weight:600;letter-spacing:0;line-height:23px;margin:0}header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link.open .tooltip h4:nth-of-type(2){margin-top:10px}header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav li.espanol-link.open .tooltip p{color:hsla(0,0%,100%,.8);font-family:Open Sans;font-size:12px;letter-spacing:0;line-height:17px;margin:0}header.menu-collapsed .mobile-menu-container.open .nav.menu.utility_nav>li.deeper>ul li a{color:#797b85;font-weight:400;opacity:1}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li{position:relative}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li:before{background-color:transparent;bottom:0;content:" ";display:block;height:2px;left:0;position:absolute;-webkit-transition:background-color .5s;transition:background-color .5s;width:290px}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li:before:last-of-type{border-bottom:0}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li.parent:after{top:11px}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li:hover:before{background-color:#fff}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li>ul{padding-left:15px}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li>ul>li:before{display:none}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li>ul>li>ul li:before{display:block}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li ul li{border-bottom:0;font-size:14px;font-style:normal;font-weight:400;letter-spacing:.108px;line-height:19px;margin:0 0 12px}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li ul li.view-all{display:none}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li ul li a{border-bottom:0;color:#fff;font-size:14px;padding:0}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li ul li ul{padding-left:0}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li ul li:before{bottom:-2px}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li ul li:hover{border-bottom:0}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li:first-child a{color:#ffd151}header.menu-collapsed .mobile-menu-container.open .header_buttons .nav.menu>li:first-child:hover:before{background-color:#ffd151}header.menu-collapsed .header-bottom-right,header.menu-collapsed .header_advertising{display:none}@media screen and (max-width:479px){body[screen=xs].menu-collapsed header .header-bottom .row-container{-ms-flex-wrap:nowrap;flex-wrap:nowrap}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-right{-ms-flex-negative:0;flex-shrink:0;margin-left:14px;padding-top:7px}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-right .mobile-links ul{padding-left:0}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left{-ms-flex-negative:1;flex-shrink:1;margin-left:12px;width:170px}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector{position:relative}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector .controls .top{display:none}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector .controls .bottom{background-color:transparent;border:1px solid hsla(0,0%,100%,.4);border-radius:2px;padding:2.5px 10px 2.5px 7px;position:relative;-webkit-transition:background-color .5s;transition:background-color .5s;width:100%}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector .controls .bottom:before{background-image:url(/templates/lyquix/images/icons/link-arrow-white.svg);background-size:100%;content:" ";display:block;height:3px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:6px}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector .controls .bottom img{margin:0 0 0 auto}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector .controls .bottom h3{background-image:none;color:hsla(0,0%,100%,.7);font-family:Roboto;font-size:10.5px;font-weight:500;letter-spacing:0;line-height:13px;margin-right:0;padding-left:8px;position:relative}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector .controls .bottom h3 .default{display:none}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector .controls .bottom h3 .show-mobile{display:inline}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector .controls .bottom h3:before{background-image:url(/templates/lyquix/images/icons/pin-white.svg);background-size:100%;content:" ";display:block;height:8px;left:0;opacity:.7;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:5px}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector #region-selector-map,body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector .controls:hover:before{display:none}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active .controls .bottom{background-color:hsla(0,0%,100%,.18);border-bottom:3px solid #fff;border-radius:2px 2px 0 0}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active .controls .bottom:after{background-color:#fff;bottom:-3px;content:" ";display:block;height:3px;left:0;position:absolute;width:100%}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active .controls .bottom:before{display:none}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active .filter-container.active{border-radius:0;height:calc(100vh - 81px);left:-12px;top:22px;width:100vw}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active .filter-container.active .bottom{width:100%}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active .filter-container.active:after{display:none}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active.show-map #region-selector-map{display:block;left:-12px;max-height:calc(100vh - 321px);top:184px;width:100vw}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active.show-map #region-selector-map .gm-bundled-control-on-bottom{display:none}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active .filter-container.offices{position:relative;top:0}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active .filter-container.offices .office-list{height:calc(100vh - 335px)}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active.offices .map-button-wrapper,body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector.active.show-map .map-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector .map-button{background-color:#fff;border:1px solid #d6d6d6;border-radius:4px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.2);color:#36393b;font-family:Open Sans;font-size:10px;font-weight:700;letter-spacing:.43px;line-height:14px;padding:4.5px 0 5.5px;text-align:center;width:181px}body[screen=xs].menu-collapsed header .header-bottom .header-bottom-left #region-filter .region-selector .map-button-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fff;bottom:0;justify-content:center;padding-bottom:12px;padding-top:4px;position:sticky;-webkit-transform:translateX(-12px);-ms-transform:translateX(-12px);transform:translateX(-12px);width:100vw;z-index:4}}body[screen=md]:not(.menu-collapsed) header .search_position_fixer{display:none}body[screen=md]:not(.menu-collapsed) header .buttons-advertising{position:relative}body[screen=md]:not(.menu-collapsed) header .buttons-advertising .search_button{right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[screen=md]:not(.menu-collapsed) header.search-open .search_position_fixer{background-color:#0b1425;display:block;padding:0 45px 5px 5px;position:absolute;right:-45px;top:113px}body[screen=md]:not(.menu-collapsed) header.search-open .circle-button:before{content:"";font-family:IonIcons}body[screen=sm] header .search_position_fixer{display:none}body[screen=sm] header .buttons-advertising{position:relative}body[screen=sm] header .buttons-advertising .search_button{display:block;right:60px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1}body[screen=sm] header.search-open .search_position_fixer{background-color:#0b1425;display:block;margin:0;padding:0 45px 5px 5px;position:absolute;right:-32px;top:79px;width:219px}body[screen=sm] header.search-open .circle-button:before{content:"";font-family:IonIcons}.row.bottom{border-top:1px solid #ededed;width:100%}.row.bottom .bottom-1{padding:50px 4px;text-align:center}.row.bottom .bottom-1 .leaderboard-ads-small{display:none}.row.bottom .bottom-1 .leaderboard-ads-large{margin:0 auto;width:728px}.row.bottom .bottom-1 .banners .banner img{margin:0 auto}body[screen=sm] .row.bottom .bottom-1 .leaderboard-ads-large{width:620px}body[screen=xs] .row.bottom .bottom-1 .leaderboard-ads-large{display:none}body[screen=xs] .row.bottom .bottom-1 .leaderboard-ads-small{display:block}footer{background-color:#091223;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.33);box-shadow:0 2px 4px rgba(0,0,0,.33);font-family:Open Sans,sans-serif;font-size:1.3rem;min-height:533px}footer ul.nav{list-style:none;margin-left:0;padding-left:0}footer ul.nav li{color:hsla(0,0%,100%,.57);line-height:1.8rem;list-style:none;margin:0}footer ul.nav li a{color:hsla(0,0%,100%,.57);text-decoration:none}footer ul.nav li a:hover{text-decoration:underline}footer ul.nav li a:active{color:hsla(0,0%,100%,.7)}footer ul.nav li>ul{margin-left:0;padding-left:0}footer ul.nav li>ul li{color:hsla(0,0%,100%,.33);margin:0 0 0 28px}footer ul.nav li>ul li a{color:hsla(0,0%,100%,.33);display:inline-block;padding-left:28px;text-indent:-28px}footer .links-2 ul.nav li,footer .links-2 ul.nav li a{color:hsla(0,0%,100%,.57)}footer .links-2 ul.nav li ul ul li a{color:hsla(0,0%,100%,.33)}footer .links-2 ul.nav li ul li a ul li{color:hsla(0,0%,100%,.33)!important;margin:0!important}footer .links-3 .social_media_icons{margin-top:33px}footer .links-3 .social_media_icons span{color:hsla(0,0%,100%,.57);display:block;margin-bottom:10px}footer .links-3 .social_media_icons ul{list-style:none;margin:0;padding:0}footer .links-3 .social_media_icons ul li{float:left;height:35px;margin:2px 4px 2px 0}footer .links-3 .social_media_icons ul li a img{height:34px;width:34px}footer .links-3 .social_media_icons ul li a img:hover{opacity:.65}footer .links-3 .social_media_icons ul li a img:active{border-radius:5px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.5);box-shadow:inset 0 1px 3px rgba(0,0,0,.5);opacity:.4}footer .links-3 .copyright-1{margin-top:236px}footer .links-3 .copyright-1 .copyright_container{width:190px}footer .links-3 .copyright-1 a{color:hsla(0,0%,100%,.33);text-decoration:none}footer .links-3 .copyright-1 a:hover{color:hsla(0,0%,100%,.33)}footer .links-3 .copyright-1 a img{height:26px;width:auto}body[screen=lg] .links-1{margin-left:160px}body[screen=lg] .links-2,body[screen=lg] .links-3{margin-left:80px}body[screen=md] .social_media_icons{width:100%}body[screen=sm] .social_media_icons{width:120px}body[screen=sm] footer .links-3 .copyright-1 span{font-size:11px}body[screen=sm] footer .links-3 .copyright-1 a img{height:19px}body[screen=xs] .social_media_icons{width:120px}body.home .top-banner-wrapper{background:#f2f3f6;padding-bottom:30px}body.home .top-banner-wrapper .mod_lyquix_banners{padding:30px}body.home .top-banner-wrapper .mod_lyquix_banners #home-banner{aspect-ratio:10/3}body.home .top-banner-wrapper .mod_lyquix_banners #home-banner .splide__list,body.home .top-banner-wrapper .mod_lyquix_banners #home-banner .splide__list .banner{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}body.home .top-banner-wrapper .mod_lyquix_banners #home-banner .splide__list .banner img{border-radius:20px;width:100%}body.home .top-banner-wrapper .custom{background:#fff;border-radius:8px;-webkit-box-shadow:-1px 0 3px 0 rgba(0,0,0,.15),0 3px 4px 0 rgba(0,0,0,.25);box-shadow:-1px 0 3px 0 rgba(0,0,0,.15),0 3px 4px 0 rgba(0,0,0,.25);font-family:Open Sans;margin:-130px auto 0;max-width:722px;padding:25px 20px;position:relative}body.home .top-banner-wrapper .custom>p{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:0;text-align:center}body.home .top-banner-wrapper .custom>p br{display:none}body.home .top-banner-wrapper .custom>p strong{color:#1d3463;display:block;font-size:22px;font-weight:700;line-height:34px;margin-bottom:16px;width:100%}body.home .top-banner-wrapper .custom>p span{color:#142546;font-size:15px;font-weight:400;line-height:24px}body.home .top-banner-wrapper .custom>p span a{color:#142546}body.home .top-banner-wrapper .custom .button-yellow{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-line-pack:center;align-content:center;border:0;color:#1e2022;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Roboto;font-size:11px;font-weight:900;height:29px;justify-content:center;letter-spacing:.5px;line-height:13px;margin:0 6px 20px;max-width:170px;padding:0;text-align:center;width:100%}body.home .quick-links{background:#f2f3f6;color:#1d3463;font-family:Open Sans;padding:30px 0 70px}body.home .quick-links h2{font-size:24px;font-weight:700;line-height:34px;margin:0 auto 25px;max-width:1073px;text-align:left}body.home .quick-links .items-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;justify-content:space-between;list-style:none;margin:0 auto;max-width:1073px;padding-left:0}body.home .quick-links .items-wrapper li{margin:0;width:calc(20% - 10px)}body.home .quick-links .items-wrapper li .quick-link-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:4px;-webkit-box-shadow:-1px 0 3px 0 rgba(0,0,0,.15),0 3px 4px 0 rgba(0,0,0,.25);box-shadow:-1px 0 3px 0 rgba(0,0,0,.15),0 3px 4px 0 rgba(0,0,0,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;height:100%;padding:20px;text-align:center;text-decoration:none;-webkit-transition:.3s;transition:.3s}body.home .quick-links .items-wrapper li .quick-link-item:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:45px;margin-bottom:12px;width:45px}body.home .quick-links .items-wrapper li .quick-link-item .quick-link-text{color:#142546;font-size:17.5px;font-weight:600;line-height:26px;margin-bottom:9px}body.home .quick-links .items-wrapper li .quick-link-item:after{background-image:url(/templates/lyquix/images/homepage/orange-right-arrow.svg);content:"";display:block;height:14px;margin-top:auto;width:20px}body.home .quick-links .items-wrapper li .quick-link-item:hover{margin-top:-3px}body.home .quick-links .items-wrapper li .quick-link-item:hover:after{margin-right:-3px}body.home .quick-links .items-wrapper li .quick-link-item.pay-my-bill:before{background-image:url(/templates/lyquix/images/homepage/pay-my-bill.svg)}body.home .quick-links .items-wrapper li .quick-link-item.connect-healthcare-team:before{background-image:url(/templates/lyquix/images/homepage/team-connect.svg)}body.home .quick-links .items-wrapper li .quick-link-item.my-patient-portal:before{background-image:url(/templates/lyquix/images/homepage/my-patient-portal.svg)}body.home .quick-links .items-wrapper li .quick-link-item.urgent-care:before{background-image:url(/templates/lyquix/images/homepage/urgent-care.svg)}body.home .quick-links .items-wrapper li .quick-link-item.contact-us:before{background-image:url(/templates/lyquix/images/homepage/contact-us-phone.svg)}body.home .home-about-us{display:grid;gap:6px;grid-template-columns:repeat(16,1fr)}body.home .home-about-us .img-wrapper{grid-column:span 8;position:relative}body.home .home-about-us .img-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover}body.home .home-about-us .img-wrapper .xs-image{display:none}body.home .home-about-us .content-wrapper{color:#1d3463;font-family:Open Sans;grid-column-start:9;grid-column:span 8;padding:83px 0}body.home .home-about-us .content-wrapper h2{font-size:42px;font-weight:300;line-height:62px;margin-bottom:16px;margin-top:0;text-align:left}body.home .home-about-us .content-wrapper p{font-size:15px;font-weight:400;line-height:24px;margin-bottom:35px;text-align:left}body.home .home-about-us .content-wrapper .icons-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:35px;max-width:540px}body.home .home-about-us .content-wrapper .icons-wrapper span{font-size:17.5px;font-weight:600;line-height:26px;text-align:center}body.home .home-about-us .content-wrapper .icons-wrapper>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}body.home .home-about-us .content-wrapper .icons-wrapper>div:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:95px;margin:0 auto;width:94px}body.home .home-about-us .content-wrapper .icons-wrapper>div.subspecialities:before{background-image:url(/templates/lyquix/images/about-us/subspecialties.svg)}body.home .home-about-us .content-wrapper .icons-wrapper>div.offices:before{background-image:url(/templates/lyquix/images/about-us/office.svg)}body.home .home-about-us .content-wrapper .icons-wrapper>div.physicians:before{background-image:url(/templates/lyquix/images/about-us/physician.svg)}body.home .home-about-us .content-wrapper .links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}body.home .home-about-us .content-wrapper .links .button-yellow{-webkit-box-pack:center;-ms-flex-pack:center;border:0;color:#1e2022;font-family:Roboto;font-size:11px;font-weight:900;height:29px;justify-content:center;letter-spacing:.5px;line-height:13px;margin:0;max-width:170px;padding:0;text-align:center;text-decoration:none;width:100%}body.home .home-about-us .content-wrapper .links .button-yellow,body.home .home-about-us .content-wrapper .links a{-ms-flex-line-pack:center;align-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body.home .home-about-us .content-wrapper .links a{color:#1d3463;font-size:12px;font-weight:400;line-height:17px;text-align:left;text-decoration-line:underline}body.home .mod_lyquix_banners.highlights{background:#e8e9ef}body.home #home-highlights .splide__arrows{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-left:auto;order:2;position:relative}body.home #home-highlights .splide__track{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}body.home #home-highlights .splide__track .splide__slide{border-radius:4px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-2px 0 4px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-2px 0 4px 0 rgba(0,0,0,.15)}body.home #home-highlights .splide__track .splide__slide img{aspect-ratio:4/3;border-radius:4px;-o-object-fit:cover;object-fit:cover}body.home #home-highlights .highlights-progress{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}body.home #home-awards>a{-webkit-box-ordinal-group:3;-ms-flex-order:2;-ms-flex-line-pack:end;align-content:flex-end;color:#1d3463;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;font-weight:400;line-height:17px;margin:0 20px 10px auto;order:2;text-align:left}body.home #home-awards .splide__arrows{-webkit-box-ordinal-group:4;-ms-flex-order:3;margin-left:auto;order:3}body.home #home-awards #home-awards-track{-webkit-box-ordinal-group:4;-ms-flex-order:3;max-width:100%;order:3;overflow:visible!important;padding:25px 0 0}body.home #home-awards #home-awards-track .splide__list .item .image,body.home #home-awards #home-awards-track .splide__list .item .image img{height:100%}body.home #home-awards,body.home #home-highlights{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Open Sans;padding:70px 0}body.home #home-awards h2,body.home #home-highlights h2{-webkit-box-ordinal-group:2;-ms-flex-order:1;color:#1d3463;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:42px;font-weight:300;line-height:62px;margin-bottom:0;margin-top:0;order:1;text-align:left}body.home #home-awards .splide__track,body.home #home-highlights .splide__track{padding:25px 0 0}body.home #home-awards .splide__arrows,body.home #home-highlights .splide__arrows{-webkit-box-pack:end;-ms-flex-pack:end;-ms-flex-line-pack:end;align-content:flex-end;bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:end;position:relative;right:0}body.home #home-awards .splide__arrows .splide__arrow--prev:disabled,body.home #home-highlights .splide__arrows .splide__arrow--prev:disabled{background-image:url(/templates/lyquix/images/icons/arrow-grey-left.svg)}body.home #home-awards .splide__arrows .splide__arrow--prev:disabled:hover,body.home #home-highlights .splide__arrows .splide__arrow--prev:disabled:hover{border-color:#c4c9d1}body.home #home-awards .splide__arrows .splide__arrow--next:disabled,body.home #home-highlights .splide__arrows .splide__arrow--next:disabled{background-image:url(/templates/lyquix/images/icons/arrow-grey-right.svg)}body.home #home-awards .splide__arrows .splide__arrow--next:disabled:hover,body.home #home-highlights .splide__arrows .splide__arrow--next:disabled:hover{border-color:#c4c9d1}body.home #home-awards>[class*=progress],body.home #home-highlights>[class*=progress]{-webkit-box-ordinal-group:6;-ms-flex-order:5;background:#d8d8d8;border-radius:50px;height:3px;order:5;width:100%}body.home #home-awards>[class*=progress] [class*=bar],body.home #home-highlights>[class*=progress] [class*=bar]{background:#1d3463;border-radius:50px;height:8px;margin-top:-3px;-webkit-transition:width .4s ease;transition:width .4s ease}body.home main{overflow:hidden;padding-bottom:0!important}.mod_lyquix_banners{position:relative;text-align:center;z-index:0}.mod_lyquix_banners:after,.mod_lyquix_banners:before{content:" ";display:table}.mod_lyquix_banners:after{clear:both}.mod_lyquix_banners .counter{display:none}.mod_lyquix_banners .splide__track{overflow:hidden}.mod_lyquix_banners .splide__list{margin:0 auto!important}.mod_lyquix_banners .splide__arrows{bottom:25px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:40px}.mod_lyquix_banners .splide__arrows .splide__arrow--next,.mod_lyquix_banners .splide__arrows .splide__arrow--prev{background-color:#fff!important;background-position:50%;background-repeat:no-repeat;background-size:14px!important;border:1px solid rgba(20,37,70,.3);cursor:pointer;height:34px!important;left:0!important;margin:0!important;opacity:1!important;padding:0!important;position:relative;right:0!important;top:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:border-color .5s;transition:border-color .5s;width:42.5px!important}.mod_lyquix_banners .splide__arrows .splide__arrow--next:hover,.mod_lyquix_banners .splide__arrows .splide__arrow--prev:hover{border-color:#142546}.mod_lyquix_banners .splide__arrows svg{display:none!important}.mod_lyquix_banners .splide__arrows .splide__arrow--prev{background-image:url(/templates/lyquix/images/icons/arrow-blue-left.svg);border-radius:16px 0 0 16px;border-right-width:.5px}.mod_lyquix_banners .splide__arrows .splide__arrow--next{background-image:url(/templates/lyquix/images/icons/arrow-blue-right.svg);border-left-width:.5px;border-radius:0 16px 16px 0}.mod_lyquix_banners .banners{position:relative;z-index:0}.mod_lyquix_banners .banners .splide__list{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;z-index:0}.mod_lyquix_banners .banners .splide__list .splide__slide{max-width:100vw}.mod_lyquix_banners .banners .banner.overlaid a img{-webkit-filter:blur(0);filter:blur(0)}.mod_lyquix_banners .banners .banner{height:100%;width:100%}.mod_lyquix_banners .banners .image{display:block;height:100%;line-height:0}.mod_lyquix_banners .banners .image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.mod_lyquix_banners .banners .image img:not(.xs-show){display:block;margin:0 auto}.mod_lyquix_banners .banners .banner.overlaid a img{-webkit-filter:blur(5px);filter:blur(5px);-webkit-transition:-webkit-filter .5s linear;transition:-webkit-filter .5s linear;transition:filter .5s linear;transition:filter .5s linear,-webkit-filter .5s linear}.loading-animation{text-align:center;width:100%}.loading-animation img{display:block;margin:0 auto}.announcement{background-color:#f2f6f7;border-radius:2px;margin:25px auto 0;overflow:hidden;padding:17px 20px;width:1274px}.announcement,.announcement .button-yellow{-webkit-box-sizing:border-box;box-sizing:border-box}.announcement .button-yellow{margin:0;-webkit-transition:color .5s,-webkit-box-shadow .5s;transition:color .5s,-webkit-box-shadow .5s;transition:color .5s,box-shadow .5s;transition:color .5s,box-shadow .5s,-webkit-box-shadow .5s;width:256px}.announcement ul{margin:0;padding:0}.announcement ul li{display:block;height:100%;list-style:none;margin:0;-webkit-transition:height .5s;transition:height .5s}.announcement ul li.closed{height:41px}.announcement h2{font-size:2rem;margin:3px 0;width:calc(100% - 260px)}.announcement .button-yellow,.announcement h2{display:inline-block}.announcement img{display:block;margin:17px 0 3px}body[screen=lg].home .home-about-us .img-wrapper{grid-column:span 7}body[screen=lg].home .home-about-us .img-wrapper .large-image{max-width:179%;position:absolute;right:0;width:auto}body[screen=lg].home .home-about-us .content-wrapper{grid-column-end:17;grid-column-start:9}body[screen=lg].home .home-about-us .content-wrapper h2{white-space:nowrap}body[screen=lg].home .home-about-us .content-wrapper p{max-width:590px}body[screen=md].home .announcement{width:954px}body[screen=md].home .quick-links{padding:30px 0 70px}body[screen=md].home .quick-links .items-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}body[screen=md].home .quick-links .items-wrapper li{min-height:172px;width:calc(33% - 8px)}body[screen=md].home .quick-links .items-wrapper li:nth-last-child(-n+2){min-height:unset;width:calc(50% - 6px)}body[screen=md].home .home-about-us h2{max-height:186px;white-space:pre-wrap;word-spacing:100vw}body[screen=md].home .home-about-us .img-wrapper{grid-column:span 7}body[screen=md].home .home-about-us .img-wrapper .large-image{max-width:179%;padding-top:135px;position:absolute;right:0;width:auto}body[screen=md].home .home-about-us .content-wrapper{grid-column:span 9}body[screen=sm].home .top-banner-wrapper,body[screen=xs].home .top-banner-wrapper{padding-bottom:20px}body[screen=sm].home .top-banner-wrapper .mod_lyquix_banners,body[screen=xs].home .top-banner-wrapper .mod_lyquix_banners{padding:20px 20px 0}body[screen=sm].home .top-banner-wrapper .custom,body[screen=xs].home .top-banner-wrapper .custom{margin:-70px 10.9375vw 0}body[screen=sm].home .top-banner-wrapper .custom>p strong,body[screen=xs].home .top-banner-wrapper .custom>p strong{font-size:17px;font-weight:600;line-height:23px}body[screen=sm].home .top-banner-wrapper .custom>p .button-yellow,body[screen=xs].home .top-banner-wrapper .custom>p .button-yellow{margin-bottom:12px}body[screen=sm].home .top-banner-wrapper .custom>p .button-yellow:last-of-type,body[screen=xs].home .top-banner-wrapper .custom>p .button-yellow:last-of-type{margin-bottom:20px}body[screen=sm].home .top-banner-wrapper .custom>p span,body[screen=xs].home .top-banner-wrapper .custom>p span{font-size:14px}body[screen=sm].home .quick-links,body[screen=xs].home .quick-links{padding:15px 0 35px}body[screen=sm].home .quick-links h2,body[screen=xs].home .quick-links h2{font-size:17px;line-height:23px;margin:0 auto 15px}body[screen=sm].home .quick-links .items-wrapper,body[screen=xs].home .quick-links .items-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin:0 auto}body[screen=sm].home .quick-links .items-wrapper li,body[screen=xs].home .quick-links .items-wrapper li{width:100%}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;gap:10px;padding:20px}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item .quick-link-text,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item .quick-link-text{font-size:16px;line-height:24px;margin-bottom:0;max-width:calc(100% - 64px);text-align:left}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item:before,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item:before{margin-bottom:0;min-width:25px;width:25px}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item:after,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item:after{margin-left:auto;margin-top:0}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item:hover,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item:hover{margin-top:0}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item:hover:after,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item:hover:after{margin-right:0}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item.pay-my-bill:before,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item.pay-my-bill:before{height:30px}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item.connect-healthcare-team:before,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item.connect-healthcare-team:before{height:32px}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item.my-patient-portal:before,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item.my-patient-portal:before{height:24px}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item.urgent-care:before,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item.urgent-care:before{height:25px}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item.urgent-care:after,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item.urgent-care:after{position:relative;top:0}body[screen=sm].home .quick-links .items-wrapper li .quick-link-item:nth-last-child(-n+2):before,body[screen=xs].home .quick-links .items-wrapper li .quick-link-item:nth-last-child(-n+2):before{height:25px}body[screen=sm].home .home-about-us .content-wrapper h2,body[screen=xs].home .home-about-us .content-wrapper h2{font-size:40px;line-height:50px;margin:0 0 16px;max-height:150px;white-space:pre-wrap;word-spacing:100vw}body[screen=sm].home .home-about-us .content-wrapper p,body[screen=xs].home .home-about-us .content-wrapper p{font-size:14px;margin:0 0 20px}body[screen=sm].home .home-about-us .content-wrapper .icons-wrapper,body[screen=xs].home .home-about-us .content-wrapper .icons-wrapper{display:none}body[screen=sm].home .home-about-us .content-wrapper .links,body[screen=xs].home .home-about-us .content-wrapper .links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}body[screen=sm].home .home-about-us .img-wrapper,body[screen=xs].home .home-about-us .img-wrapper{margin:0 auto;max-width:432px}body[screen=sm].home .home-about-us .img-wrapper .large-image,body[screen=xs].home .home-about-us .img-wrapper .large-image{display:none}body[screen=sm].home .home-about-us .img-wrapper .xs-image,body[screen=xs].home .home-about-us .img-wrapper .xs-image{display:block}body[screen=sm].home #home-awards,body[screen=sm].home #home-highlights,body[screen=xs].home #home-awards,body[screen=xs].home #home-highlights{padding:35px 0}body[screen=sm].home #home-awards .splide__track,body[screen=sm].home #home-highlights .splide__track,body[screen=xs].home #home-awards .splide__track,body[screen=xs].home #home-highlights .splide__track{padding-top:15px}body[screen=sm].home #home-awards h2,body[screen=sm].home #home-highlights h2,body[screen=xs].home #home-awards h2,body[screen=xs].home #home-highlights h2{font-size:40px;font-weight:300;letter-spacing:.44px;line-height:50px;margin-left:0}body[screen=sm].home{overflow-x:hidden}body[screen=sm].home .announcement{margin:22px auto 0;padding:13px 20px 15px;position:relative}body[screen=sm].home .announcement h2{font-size:1.5rem;line-height:1.333}body[screen=sm].home .announcement .button-yellow{margin:4px 0 2px;position:absolute;right:20px;top:17px}body[screen=sm].home .announcement img{margin:15px 0 3px}body[screen=sm].home .announcement{width:634px}body[screen=sm].home .top-banner-wrapper .custom{margin:-50px auto 0;max-width:581px}body[screen=sm].home .home-about-us .content-wrapper{padding:35px 0}body[screen=sm].home .home-about-us .img-wrapper{width:100%}body[screen=sm].home .home-about-us .img-wrapper .xs-image{max-width:138%;padding-top:57px;position:absolute;right:6vw;width:auto}body[screen=xs].home .home-about-us{margin:0}body[screen=xs].home .home-about-us .img-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;grid-column:span 16;order:2}body[screen=xs].home .home-about-us .content-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;grid-column:span 16;margin-inline:10.625%;order:1;padding:35px 0 15px}body[screen=xs].home #home-highlights .splide__arrows{-webkit-box-ordinal-group:4;-ms-flex-order:3;margin-left:0;margin-right:auto;order:3}body[screen=xs].home #home-awards h2{margin-right:10.625%}body[screen=xs].home #home-awards>a{-webkit-box-ordinal-group:5;-ms-flex-order:4;margin-bottom:0;margin-right:10.625%;order:4}body[screen=xs].home #home-awards #home-awards-track{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-bottom:20px;order:2}body[screen=xs].home #home-awards .awards-progress,body[screen=xs].home #home-awards .splide__arrows{margin-right:10.625%}body[screen=xs].home #home-awards .splide__arrows{-webkit-box-ordinal-group:4;-ms-flex-order:3;margin-left:0;order:3}body[screen=xs].home #home-awards .splide__track,body[screen=xs].home #home-highlights .splide__track{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-bottom:20px}body[screen=xs].home .announcement{margin:3px auto 0;padding:13px 12px 19px;width:314px}body[screen=xs].home .announcement h2{font-size:1.5rem;line-height:1.333;margin:0;width:100%}body[screen=xs].home .announcement .button-yellow{margin:19px 0 0;width:100%}body[screen=xs].home .announcement img{margin:19px 0 0}body[screen=xs] .mod_lyquix_banners .splide__arrows{bottom:15px;right:20px}body[screen=xs] .mod_lyquix_banners .banners .splide__list{min-height:33.333vw}body[screen=xs] .mod_lyquix_banners .banners .splide__list .banner .image img:not(.xs-show){display:none}body[screen=xs] .mod_lyquix_banners .banners .splide__list .banner .image img.xs-show{display:block;height:auto;-o-object-fit:cover;object-fit:cover}.gridAuthoredPosts .featured-grid,.gridAuthoredPosts .grid{position:relative;z-index:0}.gridAuthoredPosts .story-block{background-color:#091223;border-radius:2px;display:block;margin:3px;overflow:hidden;position:absolute}.gridAuthoredPosts .story-block .fc_field_image{width:100%}.gridAuthoredPosts .story-block .image{left:0;position:absolute;top:0;z-index:0}.gridAuthoredPosts .story-block .field_event_flag{background-color:#ffd151;border-radius:1px;color:#101b36;display:inline-block;font-family:Roboto;font-size:1rem;font-weight:700;line-height:11px;padding:4.5px 7px;position:absolute;right:16px;text-transform:uppercase;top:0;-webkit-transition:bottom 1s;transition:bottom 1s;z-index:3}.gridAuthoredPosts .story-block .related-physician-present{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 14px}.gridAuthoredPosts .story-block .related-physician-present .physician-image{height:46px;margin-top:13px;width:46px}.gridAuthoredPosts .story-block .related-physician-present .physician-image img{border-radius:100%}.gridAuthoredPosts .story-block .related-physician-present .event-date{border-bottom:1px solid #ffd151;color:hsla(0,0%,100%,.74);font-family:Roboto,sans-serif;font-size:1.3rem;letter-spacing:1px;line-height:1.5rem;padding-bottom:6px;text-transform:uppercase;width:100%}.gridAuthoredPosts .story-block .related-physician-present .text h3{height:auto;margin:10px 0}.gridAuthoredPosts .story-block .related-physician-present .event-physician-info{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:16px;width:calc(100% - 46px)}.gridAuthoredPosts .story-block .related-physician-present .event-physician-info .info,.gridAuthoredPosts .story-block .related-physician-present .event-physician-info .info a{color:hsla(0,0%,100%,.72);font-size:1.3rem;line-height:1.7rem;text-decoration:none}.gridAuthoredPosts .story-block .text{background-color:rgba(9,18,35,.9);bottom:0;color:#bac0cb;font-family:EB Garamond,serif;height:65px;left:0;letter-spacing:.5px;padding:0;position:absolute;text-align:left;text-decoration:none;top:auto;-webkit-transition:all 1s;transition:all 1s;width:100%;z-index:1}.gridAuthoredPosts .story-block .text .content{padding:0!important}.gridAuthoredPosts .story-block .text .event-date{border-bottom:1px solid #ffd151;color:hsla(0,0%,100%,.74);font-family:Roboto,sans-serif;font-size:1.3rem;line-height:1.5rem;margin:0 14px;padding:15px 0 6px;text-transform:uppercase}.gridAuthoredPosts .story-block .text h4{display:none}.gridAuthoredPosts .story-block .text h3{border:0;color:#bac0cb;font-family:EB Garamond,serif;font-size:1.7rem;font-weight:400;height:40px;letter-spacing:.5px;line-height:2.1rem;margin:14px;overflow:hidden;text-align:left}.gridAuthoredPosts .story-block .text .textContainerDiv{font-size:1.5rem;line-height:2.2rem;margin:14px;overflow:hidden;padding-top:10px}.gridAuthoredPosts .story-block .text .textContainerDiv a,.gridAuthoredPosts .story-block .text .textContainerDiv a:visited{color:#c7cdd7}.gridAuthoredPosts .story-block.filter-events .text{height:auto;position:static}.gridAuthoredPosts .story-block.filter-events .text h3{height:auto}.gridAuthoredPosts .story-block:hover .text .textContainerDiv{margin-top:0}.gridAuthoredPosts .story-block .event-icon{background:url(/templates/lyquix/images/event-icon.png) no-repeat;display:block;height:37px;position:absolute;right:20px;text-decoration:none;top:19px;width:34px;z-index:0}.gridAuthoredPosts .story-block .event-icon span{display:block;line-height:normal;text-align:center;width:100%}.gridAuthoredPosts .story-block .event-icon span.month{color:#142546;font-family:Roboto,sans-serif;font-size:.8rem;letter-spacing:.91px;line-height:9px;margin-top:10px;text-transform:uppercase}.gridAuthoredPosts .story-block .event-icon span.day{color:#142546;font-family:Roboto,sans-serif;font-size:1.3rem;line-height:15px}.gridAuthoredPosts .story-block.block-size-1{height:154px;width:154px}.gridAuthoredPosts .story-block.block-size-1 .text .textContainerDiv{display:none}.gridAuthoredPosts .story-block.block-size-1:hover .text{height:154px}.gridAuthoredPosts .story-block.block-size-1:hover .text h3{border:0}.gridAuthoredPosts .story-block.block-size-1:hover .field_event_flag{bottom:154px}.gridAuthoredPosts .story-block.block-size-1 .video-icon{height:45px;width:45px}.gridAuthoredPosts .story-block.block-size-2{height:154px;width:314px}.gridAuthoredPosts .story-block.block-size-2 .text .textContainerDiv{height:44px;padding-top:2px}.gridAuthoredPosts .story-block.block-size-2:hover .text{height:116px}.gridAuthoredPosts .story-block.block-size-2:hover .text h3{margin-bottom:0;padding-bottom:10px}.gridAuthoredPosts .story-block.block-size-2:hover .related-physician-present h3{margin-bottom:10px;padding-bottom:0}.gridAuthoredPosts .story-block.block-size-2 .video-icon{height:45px;width:45px}.gridAuthoredPosts .story-block.block-size-3{height:314px;width:314px}.gridAuthoredPosts .story-block.block-size-3 .text .textContainerDiv{height:85px}.gridAuthoredPosts .story-block.block-size-4{height:314px;width:634px}.gridAuthoredPosts .story-block.block-size-4 .text .textContainerDiv{height:85px}.gridAuthoredPosts .story-block:hover .text h3{height:auto}.gridAuthoredPosts .story-block.manual{position:relative}.gridAuthoredPosts .all-stories-link{float:right}.gridAuthoredPosts .all-stories-link:hover{color:rgba(54,57,59,.7)!important}.gridAuthoredPosts .add-calendar{margin-right:1em}.gridAuthoredPosts .add-calendar,.gridAuthoredPosts .addthis_toolbox.addthis_default_style{display:inline-block;margin-top:1em}.gridAuthoredPosts .addthis_button{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-color:#e5e6e9 #dfe0e4 #d0d1d5;border-radius:3px;border-style:solid;border-width:1px;color:#000!important;cursor:pointer;font-family:Roboto,Helvetica Neue,Helvetica,Optima,Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;font-size:15px;font-weight:300;line-height:100%!important;padding:11px 12px 11px 43px;position:relative;text-decoration:none;text-shadow:1px 1px 1px rgba(0,0,0,.004);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gridAuthoredPosts .addthis_button:before{background:url(/templates/lyquix/images/share-icon.png) no-repeat;background-size:18px 18px;content:"";display:block;height:18px;left:12px;position:absolute;top:10px;width:18px;z-index:1}.gridAuthoredPosts .addthis_button:hover{border-color:#aab9d4;color:#000;font-size:15px;text-decoration:none}@media (min-width:1177px) and (max-width:1279px){.home-quality .content-wrapper{grid-column:span 10!important}.home-quality .content-wrapper h2{max-height:62px!important;word-spacing:0!important}.home-quality .img-wrapper{grid-column:span 6!important}.home-quality .img-wrapper .large-image{padding-top:46px!important}}.gridAuthoredPosts .readmore{display:none}.home-stories{padding:70px 0;position:relative}.home-stories h2{font-size:4.2rem;font-weight:300;line-height:62px;margin:0}.home-stories>.top{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:25px}.home-stories>.top .links{gap:20px;justify-self:flex-end;margin-right:110px}.home-stories>.top a{-ms-flex-item-align:end;align-self:flex-end;color:#142546;font-family:Open Sans;font-size:1.2rem;font-weight:400;line-height:17px}.home-stories .splide__track{overflow:visible!important}.home-stories .splide__arrows{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:98px}.home-stories .splide__arrows .splide__arrow{background-color:#fff!important;background-position:50%;background-repeat:no-repeat;background-size:14px 10px;border:1px solid rgba(20,37,70,.3);-webkit-box-sizing:border-box;box-sizing:border-box;height:34px;margin:0;padding:0!important;position:static;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity .5s,border-color .5s;transition:opacity .5s,border-color .5s;width:42.5px}.home-stories .splide__arrows .splide__arrow svg{display:none}.home-stories .splide__arrows .splide__arrow.splide__arrow--prev{background-image:url(/templates/lyquix/images/icons/flippy-arrow-left-blue.svg);border-radius:16px 0 0 16px;border-right-width:0}.home-stories .splide__arrows .splide__arrow.splide__arrow--prev:disabled{background-image:url(/templates/lyquix/images/icons/arrow-grey-left.svg)}.home-stories .splide__arrows .splide__arrow.splide__arrow--prev:disabled:hover{border-color:#c4c9d1}.home-stories .splide__arrows .splide__arrow.splide__arrow--next{background-image:url(/templates/lyquix/images/icons/flippy-arrow-right-blue.svg);border-left-width:0;border-radius:0 16px 16px 0}.home-stories .splide__arrows .splide__arrow.splide__arrow--next:disabled{background-image:url(/templates/lyquix/images/icons/arrow-grey-right.svg)}.home-stories .splide__arrows .splide__arrow.splide__arrow--next:disabled:hover{border-color:#c4c9d1}.home-stories ul{gap:12px;margin:0;padding:0}.home-stories ul li{border-radius:4px;-webkit-box-shadow:0 2px 4px 0 #00000026;box-shadow:0 2px 4px 0 #00000026;list-style:none;margin:0;width:266px}.home-stories ul li .top,.home-stories ul li .top a{position:relative}.home-stories ul li .top a:before{background:#1d346333;content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.home-stories ul li .top .type{background-color:#fff;border-radius:4px;color:#142546;font-family:Open Sans;font-size:1.3rem;font-weight:700;left:10px;letter-spacing:-.1px;line-height:18px;padding:5px;position:absolute;top:10px;white-space:nowrap;z-index:2}.home-stories ul li .top img{border-radius:4px 4px 0 0;display:block;height:140px!important;-o-object-fit:cover;object-fit:cover;position:relative;width:100%;z-index:0}.home-stories ul li .bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 140px);justify-items:flex-start;padding:20px}.home-stories ul li .bottom .date{color:#142546;font-family:Open Sans;font-size:1.3rem;font-weight:400;line-height:20px;text-transform:uppercase}.home-stories ul li .bottom h3{font-size:1.75rem;font-weight:600;line-height:26px;margin:6px 0 10px}.home-stories ul li .bottom .readmore{color:#142546;font-family:Open Sans;font-size:1.2rem;font-weight:400;justify-self:flex-end;line-height:17px;margin:auto 0 0}.home-stories .my-slider-progress{-webkit-box-ordinal-group:6;-ms-flex-order:5;background:#d8d8d8;border-radius:50px;height:3px;margin-right:10.9375vw;margin-top:3vw;order:5;width:100%}.home-stories .my-slider-progress-bar{background:#1d3463;border-radius:50px;height:8px;margin-top:-3px;-webkit-transition:width .4s ease;transition:width .4s ease;width:10%}.home-ambassadors{background-color:#f2f3f6;padding:70px 0}.home-ambassadors .top{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:25px}.home-ambassadors .top a{-ms-flex-item-align:end;align-self:flex-end;color:#142546;font-family:Open Sans;font-size:1.2rem;font-weight:400;line-height:17px}.home-ambassadors .ambassadors{background-color:#1d3463;border-radius:8px;height:589px;margin:0;position:relative}.home-ambassadors .ambassadors *{color:#fff}.home-ambassadors .ambassadors .splide__list,.home-ambassadors .ambassadors .splide__track{height:100%}.home-ambassadors .ambassadors .splide__track li{display:grid;gap:6px;grid-template-columns:repeat(20,1fr);height:100%;left:0;list-style:none;margin:0;opacity:0;padding:100px 0 35px;position:absolute;top:0;-webkit-transition:visibility .5s,opacity .5s;transition:visibility .5s,opacity .5s;visibility:hidden;z-index:1}.home-ambassadors .ambassadors .splide__track li.is-active{opacity:1;visibility:visible}.home-ambassadors .ambassadors .splide__track li .text{grid-column-end:span 9;grid-column-start:2;max-width:589px;position:relative;z-index:3}.home-ambassadors .ambassadors .splide__track li h3{font-size:2.4rem;font-weight:700;line-height:34px;margin:0 0 10px}.home-ambassadors .ambassadors .splide__track li h3 a{text-decoration:none}.home-ambassadors .ambassadors .splide__track li h3 a:hover{text-decoration:underline}.home-ambassadors .ambassadors .splide__track li p{-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;font-family:Open Sans;font-size:1.7rem;line-height:25px;margin:0 0 20px;overflow:hidden;text-overflow:ellipsis}.home-ambassadors .ambassadors .splide__track li .readmore{color:hsla(0,0%,100%,.9);font-family:Open Sans;font-size:1.2rem;font-weight:400;line-height:17px}.home-ambassadors .ambassadors .splide__track li .image{grid-column-end:span 9;grid-column-start:12;height:100%;position:absolute;right:0;top:0}.home-ambassadors .ambassadors .splide__track li .image:before{background-image:url(/templates/lyquix/images/AmbassadorsLine3.svg);background-position-x:0;background-repeat:no-repeat;background-size:cover;border-radius:0 8px 8px 0;content:" ";display:block;height:100%;position:absolute;right:0;top:0;width:100%;z-index:1}.home-ambassadors .ambassadors .splide__track li .image:after{background-repeat:no-repeat;background-size:auto 100%;content:" ";display:block;height:100px;left:40px;position:absolute;top:129px;width:100px;z-index:2}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-5:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_hip.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-6:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_knee.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-7:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_spine.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-8:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_sports-medicine.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-10:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_foot-ankle.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-11:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_hand-and-wrist.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-12:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_physical-medicine.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-13:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_orthopaedic-oncology.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-836:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_trauma-fracture.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-3307:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_generalist.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-20000:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_shoulder.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-20001:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_elbow.svg)}.home-ambassadors .ambassadors .splide__track li .image.specialty-id-20002:after{background-image:url(/templates/lyquix/images/specialty-icons/rothman_joint-replacement.svg)}.home-ambassadors .ambassadors .splide__track li .image img{border-radius:0 8px 8px 0;display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;position:relative;width:100%;z-index:0}.home-ambassadors h2{font-size:4.2rem;font-weight:300;line-height:62px;margin:0}.home-ambassadors .splide__arrows{bottom:87px;display:-webkit-box;display:-ms-flexbox;display:flex;left:5.313%;position:absolute}.home-ambassadors .splide__arrows .splide__arrow{background-color:transparent!important;background-position:50%;background-repeat:no-repeat;background-size:14px 10px;border:1px solid hsla(0,0%,100%,.3);-webkit-box-sizing:border-box;box-sizing:border-box;height:34px;margin:0;padding:0!important;position:static;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity .5s,border-color .5s;transition:opacity .5s,border-color .5s;width:42.5px}.home-ambassadors .splide__arrows .splide__arrow svg{display:none}.home-ambassadors .splide__arrows .splide__arrow.splide__arrow--prev{background-image:url(/templates/lyquix/images/icons/flippy-arrow-left-white.svg);border-radius:16px 0 0 16px;border-right-width:.5px}.home-ambassadors .splide__arrows .splide__arrow.splide__arrow--prev:disabled{background-image:url(/templates/lyquix/images/icons/arrow-grey-left.svg)}.home-ambassadors .splide__arrows .splide__arrow.splide__arrow--next{background-image:url(/templates/lyquix/images/icons/flippy-arrow-right-white.svg);border-left-width:.5px;border-radius:0 16px 16px 0}.home-ambassadors .splide__arrows .splide__arrow.splide__arrow--next:disabled{background-image:url(/templates/lyquix/images/icons/arrow-grey-right.svg)}.home-ambassadors .splide__pagination{-webkit-box-pack:start;-ms-flex-pack:start;bottom:35px;gap:4px;justify-content:flex-start;left:5.313%;padding:0;position:absolute;-webkit-transform:none;-ms-transform:none;transform:none;z-index:1}.home-ambassadors .splide__pagination li button{background-color:hsla(0,0%,100%,.35)!important;border:0!important;border-radius:1px;height:4px;margin:0!important;padding:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;width:25px}.home-ambassadors .splide__pagination li button.is-active{background-color:#fff!important}.home-ambassadors .count{bottom:51px;color:#fff;font-family:Open Sans;font-size:13px;font-weight:300;left:5.313%;letter-spacing:1.2px;line-height:18px;position:absolute;text-transform:uppercase}.home-events{background-color:#f2f3f6}.home-events .home-container{padding:70px 0}.home-events .top{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:25px}.home-events .top a{-ms-flex-item-align:end;align-self:flex-end;color:#142546;font-family:Open Sans;font-size:1.2rem;font-weight:400;line-height:17px}.home-events h2{font-size:4.2rem;font-weight:300;line-height:62px;margin:0}.home-events .events{gap:12px;margin:0;padding:0}.home-events .events li{background-color:#1d3463;border-radius:4px;color:#fff;list-style:none;margin:0;padding:26px;width:calc(50% - 6px)}.home-events .events li .event-date{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-bottom:2px solid hsla(0,0%,100%,.13);display:-webkit-box;display:-ms-flexbox;display:flex;gap:9px;margin-bottom:20px;padding-bottom:9px}.home-events .events li .event-date .field_event_type{background-color:#44587d;color:#fff;font-family:Open Sans;font-size:.9rem;font-weight:700;letter-spacing:.6px;line-height:12px;padding:4px 7px;text-transform:uppercase}.home-events .events li .event-date .date{color:hsla(0,0%,100%,.7);font-family:Open Sans;font-size:1.3rem;font-weight:600;letter-spacing:1.3px;line-height:18px;text-align:left;text-transform:uppercase}.home-events .events li h3{font-family:Open Sans;font-size:1.7rem;font-weight:600;line-height:25px;margin:0 0 8px}.home-events .events li h3 a{color:#fff;text-decoration:none}.home-events .events li h3 a:hover{text-decoration:underline}.home-events .events li .flex-container{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:14px}.home-events .events li .phy-image{-ms-flex-negative:0;flex-shrink:0;width:55px}.home-events .events li .phy-image img{border-radius:100%}.home-events .events li .event-physician-info{max-width:341px}.home-events .events li .event-physician-info .info{color:hsla(0,0%,100%,.7);font-family:Open Sans;font-size:1.5rem;line-height:24px}body[screen=md] .home-ambassadors .ambassadors .splide__track .splide__list li{padding:70px 0 128px}body[screen=md] .home-ambassadors .ambassadors .splide__arrows{bottom:77px}body[screen=md] .home-ambassadors .ambassadors .count,body[screen=md] .home-ambassadors .ambassadors .splide__arrows,body[screen=md] .home-ambassadors .ambassadors .splide__pagination{left:4.144vw}body[screen=sm] .home-events .home-container,body[screen=xs] .home-events .home-container{padding:35px 0}body[screen=sm] .home-events .readmore.bottom,body[screen=xs] .home-events .readmore.bottom{color:#142546;display:inline-block;font-family:Open Sans;font-size:1.2rem;font-weight:400;line-height:17px;margin-top:15px}body[screen=sm] .home-events h2,body[screen=xs] .home-events h2{font-size:4rem;letter-spacing:.439px;line-height:50px}body[screen=sm] .home-events li,body[screen=xs] .home-events li{width:100%}body[screen=sm] .home-events li .event-physician-info,body[screen=xs] .home-events li .event-physician-info{max-width:none}body[screen=sm] .home-stories,body[screen=xs] .home-stories{padding:35px 0}body[screen=sm] .home-stories h2,body[screen=xs] .home-stories h2{font-size:4rem;letter-spacing:.439px;line-height:50px}body[screen=sm] .home-ambassadors,body[screen=xs] .home-ambassadors{padding:35px 0}body[screen=sm] .home-ambassadors h2,body[screen=xs] .home-ambassadors h2{font-size:4rem;letter-spacing:.439px;line-height:50px}body[screen=sm] .home-ambassadors .top .readmore,body[screen=xs] .home-ambassadors .top .readmore{display:none}body[screen=sm] .home-ambassadors .ambassadors,body[screen=xs] .home-ambassadors .ambassadors{height:auto;min-height:339px}body[screen=sm] .home-ambassadors .ambassadors .splide__track .splide__list,body[screen=xs] .home-ambassadors .ambassadors .splide__track .splide__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}body[screen=sm] .home-ambassadors .ambassadors .splide__track .splide__list li,body[screen=xs] .home-ambassadors .ambassadors .splide__track .splide__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:25px 5vw 128px;position:static}body[screen=sm] .home-ambassadors .ambassadors .splide__track .splide__list li .image,body[screen=xs] .home-ambassadors .ambassadors .splide__track .splide__list li .image{-webkit-box-ordinal-group:2;-ms-flex-order:1;height:60px;margin-bottom:10px;order:1;position:static;width:60px}body[screen=sm] .home-ambassadors .ambassadors .splide__track .splide__list li .image img,body[screen=sm] .home-ambassadors .ambassadors .splide__track .splide__list li .image:before,body[screen=xs] .home-ambassadors .ambassadors .splide__track .splide__list li .image img,body[screen=xs] .home-ambassadors .ambassadors .splide__track .splide__list li .image:before{display:none}body[screen=sm] .home-ambassadors .ambassadors .splide__track .splide__list li .image:after,body[screen=xs] .home-ambassadors .ambassadors .splide__track .splide__list li .image:after{height:60px;position:static;width:60px}body[screen=sm] .home-ambassadors .ambassadors .splide__track .splide__list li .image:not([class*=specialty-id]),body[screen=xs] .home-ambassadors .ambassadors .splide__track .splide__list li .image:not([class*=specialty-id]){display:none}body[screen=sm] .home-ambassadors .ambassadors .splide__track .splide__list li .text,body[screen=xs] .home-ambassadors .ambassadors .splide__track .splide__list li .text{-webkit-box-ordinal-group:3;-ms-flex-order:2;max-width:none;order:2;width:100%}body[screen=sm] .home-ambassadors .ambassadors .splide__track .splide__list li .text p,body[screen=xs] .home-ambassadors .ambassadors .splide__track .splide__list li .text p{display:block;font-size:1.4rem;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}body[screen=sm] .home-ambassadors .ambassadors .splide__arrows,body[screen=xs] .home-ambassadors .ambassadors .splide__arrows{bottom:77px}body[screen=sm] .home-ambassadors .ambassadors .count,body[screen=sm] .home-ambassadors .ambassadors .splide__arrows,body[screen=sm] .home-ambassadors .ambassadors .splide__pagination,body[screen=xs] .home-ambassadors .ambassadors .count,body[screen=xs] .home-ambassadors .ambassadors .splide__arrows,body[screen=xs] .home-ambassadors .ambassadors .splide__pagination{left:5vw}body[screen=sm] .home-ambassadors .readmore.bottom,body[screen=xs] .home-ambassadors .readmore.bottom{color:#142546;display:inline-block;font-family:Open Sans;font-size:1.2rem;font-weight:400;line-height:17px;margin-top:15px}body[screen=sm] .home-stories .splide__arrows{top:51px}body[screen=sm] .home-stories .top h2{-ms-flex-negative:1;flex-shrink:1}body[screen=xs] .home-stories{padding:35px 0 92px}body[screen=xs] .home-stories h2{font-size:4rem;letter-spacing:.439px;line-height:50px}body[screen=xs] .home-stories .splide__arrows{bottom:35px;left:0;right:auto;top:auto}body[screen=xs] .home-stories .top .links{bottom:35px;gap:10px;margin-right:0;position:absolute;right:-14px}@media (min-width:1177px) and (max-width:1279px){.home-about-us .content-wrapper{grid-column:span 10!important}.home-about-us .content-wrapper h2{max-height:62px!important;word-spacing:0!important}.home-about-us .img-wrapper{grid-column:span 6!important}.home-about-us .img-wrapper .large-image{padding-top:46px!important}}.home-container{margin:0 auto;max-width:1184px}body[screen=md] .home-container{margin-inline:8.333%}body[screen=sm] .home-container{margin-inline:6.25%}body[screen=xs] .home-container{margin-inline:10.625%}.fc-category.cat-about-us .cat-subcats{margin-top:100px}.fc-category.cat-about-us .cat-subcats>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0;position:relative}.fc-category.cat-about-us .cat-subcats>ul>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;position:relative;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.fc-category.cat-about-us .cat-subcats>ul>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.fc-category.cat-about-us .cat-subcats>ul>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.fc-category.cat-about-us .cat-subcats>ul>li>a{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.fc-category.cat-about-us .cat-subcats>ul>li>a:before{border-radius:3px;content:" ";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:1}.fc-category.cat-about-us .cat-subcats>ul>li>a:hover img,.fc-category.cat-about-us .cat-subcats>ul>li>a:hover:before{opacity:.85}.fc-category.cat-about-us .cat-subcats>ul>li>a:active img,.fc-category.cat-about-us .cat-subcats>ul>li>a:active:before{opacity:.7}.fc-category.cat-about-us .cat-subcats>ul:after,.fc-category.cat-about-us .cat-subcats>ul:before{content:" ";display:table}.fc-category.cat-about-us .cat-subcats>ul:after{clear:both}.fc-category.cat-about-us .cat-subcats>ul>li{margin:0 4px 8px;min-height:400px;text-align:center;width:307px}.fc-category.cat-about-us .cat-subcats>ul>li img{height:auto}.fc-category.cat-about-us .cat-subcats>ul>li ul{list-style:none}.fc-category.cat-about-us .cat-subcats>ul>li .subcat-description,.fc-category.cat-about-us .cat-subcats>ul>li .subcat-items{padding:0 30px}.fc-category.cat-about-us .cat-subcats>ul>li h3{border-bottom:1px solid #eee;margin:10px 30px;padding:0 0 20px}.fc-category.cat-about-us .introitems-items .introitems-items-list{list-style:none;margin:0;padding:0;text-align:left}.fc-category.cat-about-us .introitems-items .introitems-items-list li .readmore{background-color:#ffd04e!important;border:1px solid hsla(0,0%,100%,0);border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:5px;padding:11px 20px 9px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s}.fc-category.cat-about-us .introitems-items .introitems-items-list li .readmore *{color:#36393b;text-decoration:none}.fc-category.cat-about-us .introitems-items .introitems-items-list li .readmore:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.fc-category.cat-about-us .introitems-items .introitems-items-list li .readmore:hover *{color:rgba(54,57,59,.7)}.fc-category.cat-about-us .introitems-items .introitems-items-list li .readmore:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.fc-category.cat-about-us .introitems-items .introitems-items-list li .readmore:active *{color:rgba(54,57,59,.55)}.fc-category.cat-about-us .introitems-items .introitems-items-list li .readmore:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.fc-category.cat-about-us .introitems-items .introitems-items-list li .readmore:after{content:""}.fc-category.cat-about-us .introitems-items .introitems-items-list .accordion{padding-bottom:0}.fc-category.cat-about-us .introitems-items .introitems-items-list .lyquix-accordion>h2{display:block;margin-top:19px;position:relative;z-index:0}.fc-category.cat-about-us .introitems-items .introitems-items-list .lyquix-accordion>h2:hover{cursor:pointer}.fc-category.cat-about-us #about-ri-frame{position:relative;text-align:center}.fc-category.cat-about-us #about-ri-frame #about-ri{background-image:url(/templates/lyquix/images/about-us/star-icon-lg-md.jpg);background-position:center 10px;background-repeat:no-repeat;font-family:Helvetica,Arial,sans-serif;font-size:1.2rem;line-height:1.8rem;margin:25px auto 0;position:relative;width:842px}.fc-category.cat-about-us #about-ri-frame #about-ri strong{color:#142546;display:inline;font-family:Helvetica,Arial,sans-serif;font-size:1.1em;font-weight:700;line-height:1.5em}.fc-category.cat-about-us #about-ri-frame #about-ri .home-about-col{padding:0 20px;width:274px}.fc-category.cat-about-us #about-ri-frame #about-ri .about-left-col{float:left}.fc-category.cat-about-us #about-ri-frame #about-ri .about-middle-col{float:left;margin-left:20px;margin-top:282px}.fc-category.cat-about-us #about-ri-frame #about-ri .about-right-col{float:left}.fc-category.cat-about-us #about-ri-frame #about-ri .about-box{margin:15px 0;text-align:left}.fc-category.cat-about-us #about-ri-frame .about-ri-footer{border-top:1px solid #ccc;display:inline-block;font-family:Helvetica,Arial,sans-serif;font-size:1.2rem;line-height:1.8rem;margin:0 auto;min-height:33px;padding:20px 0 10px;position:relative;vertical-align:top;width:842px}.fc-category.cat-about-us #about-ri-frame .about-ri-footer img{margin-right:10px}.fc-category.cat-about-us #about-ri-frame .about-ri-footer span{display:block;text-align:left;vertical-align:top}.fc-category.cat-about-us #about-ri-frame .about-ri-footer div.left:first-child{margin-right:35px}.fc-category.cat-about-us #about-ri-frame .logoWrapper img{height:64px;width:auto}body[screen=lg] .fc-category.cat-about-us #about-ri-frame .logoWrapper img,body[screen=xl] .fc-category.cat-about-us #about-ri-frame .logoWrapper img{height:128px}body[screen=sm] .fc-category.cat-about-us #about-ri-frame #about-ri{background-image:url(/templates/lyquix/images/about-us/star-icon-sm-xs.jpg);width:100%}body[screen=sm] .fc-category.cat-about-us #about-ri-frame #about-ri .home-about-col{padding:0;width:190px}body[screen=sm] .fc-category.cat-about-us #about-ri-frame #about-ri .about-middle-col{float:left;margin-left:40px;margin-top:290px}body[screen=sm] .fc-category.cat-about-us #about-ri-frame #about-ri .about-right-col{float:right}body[screen=sm] .fc-category.cat-about-us #about-ri-frame #about-ri .about-box{margin-top:0}body[screen=sm] .fc-category.cat-about-us #about-ri-frame .about-ri-footer{border:0;width:100%}body[screen=sm] .fc-category.cat-about-us #about-ri-frame .about-ri-footer div.left{text-align:left;width:100%}body[screen=xs] .fc-category.cat-about-us #about-ri-frame #about-ri{background-image:none;width:100%}body[screen=xs] .fc-category.cat-about-us #about-ri-frame #about-ri .home-about-col{padding:0;width:100%}body[screen=xs] .fc-category.cat-about-us #about-ri-frame #about-ri .about-middle-col{margin:0}body[screen=xs] .fc-category.cat-about-us #about-ri-frame #about-ri .about-middle-col .about-box,body[screen=xs] .fc-category.cat-about-us #about-ri-frame #about-ri .about-right-col .about-box{margin-top:0}body[screen=xs] .fc-category.cat-about-us #about-ri-frame .about-ri-footer{border:0;width:100%}body[screen=xs] .fc-category.cat-about-us #about-ri-frame .about-ri-footer div.left{text-align:left;width:100%}body[screen=xs] .fc-category.cat-about-us #about-ri-frame .about-ri-footer img{margin:10px 10px 10px 0}body[screen=xs] .fc-category.cat-about-us .cat-subcats ul li{float:none;margin:0 auto 8px}@media screen and (max-width:320px){.fc-category.cat-about-us .cat-description,.fc-category.cat-about-us .cat-items{margin:0 5px}}.catid-28 header{z-index:100}.catid-28 .bottom-1{display:none}.catid-28 .row.main{padding-bottom:0}.fc-category.cat-fellowships .introitems-items .introitems-items-list li .readmore,.fc-category.cat-research .introitems-items .introitems-items-list li .readmore{background-color:#ffd04e!important;border:1px solid hsla(0,0%,100%,0);border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;cursor:pointer;display:inline-block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:5px;padding:11px 40px 9px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s}.fc-category.cat-fellowships .introitems-items .introitems-items-list li .readmore *,.fc-category.cat-research .introitems-items .introitems-items-list li .readmore *{color:#36393b;text-decoration:none}.fc-category.cat-fellowships .introitems-items .introitems-items-list li .readmore:hover,.fc-category.cat-research .introitems-items .introitems-items-list li .readmore:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.fc-category.cat-fellowships .introitems-items .introitems-items-list li .readmore:hover *,.fc-category.cat-research .introitems-items .introitems-items-list li .readmore:hover *{color:rgba(54,57,59,.7)}.fc-category.cat-fellowships .introitems-items .introitems-items-list li .readmore:active,.fc-category.cat-research .introitems-items .introitems-items-list li .readmore:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.fc-category.cat-fellowships .introitems-items .introitems-items-list li .readmore:active *,.fc-category.cat-research .introitems-items .introitems-items-list li .readmore:active *{color:rgba(54,57,59,.55)}.fc-category.cat-fellowships .introitems-items .introitems-items-list li .readmore:active,.fc-category.cat-research .introitems-items .introitems-items-list li .readmore:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.fc-category.cat-fellowships .introitems-items .introitems-items-list li .readmore:after,.fc-category.cat-research .introitems-items .introitems-items-list li .readmore:after{content:""}.fc-category.cat-careers{background:#f2f2f2;background:-webkit-gradient(linear,left top,right top,from(#f2f2f2),color-stop(55%,#f3f3f3),to(#f4f4f4));background:linear-gradient(90deg,#f2f2f2,#f3f3f3 55%,#f4f4f4);font-family:Open Sans,sans-serif}.fc-category.cat-careers .cat-image{display:none}.fc-category.cat-careers .section-1{margin:0;max-width:none;overflow:hidden}.fc-category.cat-careers .section-1 h1{border:none;font-size:38px;font-weight:300;height:45px;letter-spacing:0;line-height:45px;margin:35px 0 0 35px;width:250px}.fc-category.cat-careers .section-1 .cat-description{margin:0;position:relative}.fc-category.cat-careers .section-1 .cat-description .show-more{color:#142546;font-weight:400;line-height:23px;margin-bottom:5px;margin-left:35px;max-height:90px;max-width:255px;overflow:hidden}.fc-category.cat-careers .section-1 .cat-description .show-more-toggle.closed{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:17px;margin-left:50px}.fc-category.cat-careers .section-1 .cat-description .show-more-toggle.closed:before{background-image:url(/templates/lyquix/images/icons/morefilters.svg);background-repeat:no-repeat;content:"";display:block;height:50px;margin:8px 0 0 35px;position:absolute;width:50px}.fc-category.cat-careers .section-1 .cat-description .show-more-toggle.open{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:12px;font-weight:600;line-height:17px;margin-left:50px}.fc-category.cat-careers .section-1 .cat-description .show-more-toggle.open:before{background-image:url(/templates/lyquix/images/close-icon.svg);background-repeat:no-repeat;content:"";display:block;height:50px;margin:9px 0 0 35px;position:absolute;width:50px}.fc-category.cat-careers .section-1 .cat-description .button-yellow{display:block;font-size:11px;font-weight:800;margin:10px 0 10px 35px;padding:7px 10.5px 5px;width:195px}.fc-category.cat-careers .section-1 .cat-description .button-yellow+a{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;margin-left:35px;width:231px}.fc-category.cat-careers .section-1 .cat-description .button-yellow+a .email-icon:before{content:url(/templates/lyquix/images/careers-icons/emailicon.svg);display:inline-block;margin:0 7px 0 0;vertical-align:-14%}.fc-category.cat-careers .section-1 .cat-description img[src*=career-banner]{background:-webkit-gradient(linear,left top,right top,from(#f2f2f2),color-stop(55%,#f3f3f3),to(#f4f4f4));background:linear-gradient(90deg,#f2f2f2,#f3f3f3 55%,#f4f4f4);padding-left:34.89px}.fc-category.cat-careers .cat-items{margin:0}.fc-category.cat-careers .introitems-items-list{margin:0;padding:0}.fc-category.cat-careers .introitems-items-list li{list-style:none;margin:0}.fc-category.cat-careers .button-yellow{display:block;font-size:11px;font-weight:800;margin:10px 0 10px 35px;padding:7px 10.5px 5px;width:195px}.fc-category.cat-careers .button-yellow+a{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;margin-left:35px;width:231px}.fc-category.cat-careers .button-yellow+a .email-icon:before{content:url(/templates/lyquix/images/careers-icons/emailicon.svg);display:inline-block;margin:0 7px 0 0;vertical-align:-14%}.fc-category.cat-careers .career-benefits{background:#fff;padding-bottom:35px}.fc-category.cat-careers .career-benefits h2{clear:both;margin:40px 10% 14px;padding:40px 0 10px;width:250px}.fc-category.cat-careers .career-benefits .tab-group{border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);height:525px!important;margin:0 auto;width:520px}.fc-category.cat-careers .career-benefits .tab-group .tab-nav{background-color:#f9f6f6;padding-top:36px;width:180px}.fc-category.cat-careers .career-benefits .tab-group .tab-nav .tab{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1.3rem;letter-spacing:0;line-height:20px;margin-left:13px;padding:10px 15px;position:relative}.fc-category.cat-careers .career-benefits .tab-group .tab-nav .tab.open{background-color:#fff}.fc-category.cat-careers .career-benefits .tab-group .tab-nav .tab.open:before{background-color:#142546}.fc-category.cat-careers .career-benefits .tab-group .tab-nav .tab.open:after{content:"";font-family:FontAwesome;font-size:9px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:11px;text-transform:none;top:50%;-webkit-transform:translateY(-50%) rotate(270deg);-ms-transform:translateY(-50%) rotate(270deg);transform:translateY(-50%) rotate(270deg)}.fc-category.cat-careers .career-benefits .tab-group .tab-nav .tab:before{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.fc-category.cat-careers .career-benefits .tab-group .tab-nav .tab:hover{text-decoration:underline}.fc-category.cat-careers .career-benefits .tab-group .tab-content{color:#142546;font-family:Open Sans,sans-serif;font-size:1.7rem;letter-spacing:0;line-height:22px;position:relative;width:257px}.fc-category.cat-careers .career-benefits .tab-group .tab-content h3{font-size:2rem;font-weight:600;letter-spacing:0;line-height:22px}.fc-category.cat-careers .career-benefits .tab-group .tab-content .tab-panel{height:90%;left:0;margin-left:10%;opacity:0;overflow:scroll;overflow-x:auto;overflow-y:auto;padding:9px 15px 36px;position:absolute;top:20px;-webkit-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;width:300px;width:100%}.fc-category.cat-careers .career-benefits .tab-group .tab-content .tab-panel:before{background-size:contain;content:"";height:65px;left:26px;position:absolute;top:26px;width:65px}.fc-category.cat-careers .career-benefits .tab-group .tab-content .tab-panel.open{opacity:1;visibility:visible}.fc-category.cat-careers .career-benefits .accordion-group{margin:0 auto;width:80%}.fc-category.cat-careers .career-benefits .accordion-group .accordion{-webkit-box-shadow:-1px 2px 3px 0 rgba(0,0,0,.14);box-shadow:-1px 2px 3px 0 rgba(0,0,0,.14)}.fc-category.cat-careers .career-benefits .accordion-group .accordion h3{margin:20px 18px}.fc-category.cat-careers .career-benefits .accordion-group .accordion h3+.accordion-content{padding:0 18px}.fc-category.cat-careers .career-benefits .accordion-group .accordion h3:hover{text-decoration:none}.fc-category.cat-careers .view-open-positions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}.fc-category.cat-careers .view-open-positions img{-webkit-box-ordinal-group:3;-ms-flex-order:2;-ms-flex-item-align:end;align-self:flex-end;display:block;height:auto;margin:0 0 0 -66px;max-width:54%;order:2;position:relative;z-index:10}.fc-category.cat-careers .view-open-positions .open-positions-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;height:auto;margin-left:0;order:1;padding:3% 0 0 4%;position:relative;width:55%;z-index:100}.fc-category.cat-careers .view-open-positions .open-positions-left h2{line-height:1.46;max-width:220px}.fc-category.cat-careers .view-open-positions .open-positions-left .button-yellow{margin-left:0}body[screen=sm] .fc-category.cat-careers .section-1 h1{left:45%;margin:0;position:absolute;top:150px}body[screen=sm] .fc-category.cat-careers .section-1 img[src*=career-banner]{margin:20px 0 0;padding-left:0;position:absolute;top:0}body[screen=sm] .fc-category.cat-careers .section-1 .cat-description{padding-top:7vw}body[screen=sm] .fc-category.cat-careers .section-1 .cat-description>p{width:100%}body[screen=sm] .fc-category.cat-careers .section-1 .cat-description .show-more{margin:60px 8% 0 auto;max-height:70px;max-width:47%}body[screen=sm] .fc-category.cat-careers .section-1 .cat-description .show-more-toggle{margin-left:47.5%;margin-top:0}body[screen=sm] .fc-category.cat-careers .section-1 .cat-description .show-more-toggle:before{display:block;height:10px;margin:4px 0 0 45%;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);width:10px}body[screen=sm] .fc-category.cat-careers .section-1 .cat-description .button-yellow{margin:0 0 0 45%;width:195px}body[screen=sm] .fc-category.cat-careers .section-1 .cat-description .button-yellow+a{display:block;margin-left:45%;margin-top:25px;width:100%}body[screen=sm] .fc-category.cat-careers .button-yellow{margin:0 0 0 45%;width:195px}body[screen=sm] .fc-category.cat-careers .button-yellow+a{display:block;margin-left:45%;margin-top:25px;width:100%}body[screen=sm] .fc-category.cat-careers .career-benefits{padding-top:30px}body[screen=sm] .fc-category.cat-careers .career-benefits h2{padding:30px 0 0}body[screen=sm] .fc-category.cat-careers h2{margin:0 auto 20px;padding:0;width:520px}body[screen=sm] .fc-category.cat-careers .view-open-positions img{-webkit-box-ordinal-group:2;-ms-flex-order:1;height:auto;margin-left:-5%;order:1;position:relative;width:44%}body[screen=sm] .fc-category.cat-careers .view-open-positions .open-positions-left{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-right:2%;order:2;padding:0}body[screen=sm] .fc-category.cat-careers .view-open-positions .open-positions-left h2{font-size:3.6rem;font-weight:300;line-height:45px;margin:0;max-width:none;padding-top:18%;width:365px}body[screen=sm] .fc-category.cat-careers .view-open-positions .open-positions-left .button-yellow{margin:20px 0 0}body[screen=md] .fc-category.cat-careers .section-1 h1{font-size:40px;left:55%;margin:0;position:absolute;top:205px}body[screen=md] .fc-category.cat-careers .section-1 img[src*=career-banner]{margin:0;max-width:556px;padding:0;position:absolute;top:0;width:50%}body[screen=md] .fc-category.cat-careers .section-1 .cat-description{padding-top:12%}body[screen=md] .fc-category.cat-careers .section-1 .cat-description p:first-child{font-size:1.6rem;line-height:1.6;margin:15px 0 20px 55%;width:355px}body[screen=md] .fc-category.cat-careers .section-1 .cat-description>p{width:100%}body[screen=md] .fc-category.cat-careers .section-1 .cat-description .show-more-toggle{margin-left:56.5%}body[screen=md] .fc-category.cat-careers .section-1 .cat-description .show-more-toggle:before{display:block;height:10px;margin:3px 0 0 55%;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);width:10px}body[screen=md] .fc-category.cat-careers .section-1 .cat-description .show-more{max-height:150px;max-width:none}body[screen=md] .fc-category.cat-careers .section-1 .cat-description .button-yellow{margin:0 0 0 55%;width:195px}body[screen=md] .fc-category.cat-careers .section-1 .cat-description .button-yellow+a{display:block;margin:25px 0 5% 55%;width:100%}body[screen=md] .fc-category.cat-careers .section-1 .career-benefits{padding-top:30px}body[screen=md] .fc-category.cat-careers .section-1 .career-benefits h2{padding:20px 0 0}body[screen=md] .fc-category.cat-careers .section-1 .career-benefits .tab-nav{opacity:.95;z-index:10}body[screen=md] .fc-category.cat-careers .section-1 .career-benefits .tab-group{height:655px;width:800px}body[screen=md] .fc-category.cat-careers .section-1 .career-benefits .tab-group:before{background-image:url(/templates/lyquix/images/career-benefits.png);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:425px;margin:100px 0 0 25px;position:absolute;width:428px}body[screen=md] .fc-category.cat-careers .section-1 .career-benefits .tab-group .tab-content{margin-left:22%;width:320px}body[screen=md] .fc-category.cat-careers .section-1 h2{margin:0 auto 20px;padding:0;width:800px}body[screen=md] .fc-category.cat-careers .section-1 .view-open-positions{margin-top:40px}body[screen=md] .fc-category.cat-careers .section-1 .view-open-positions img{-webkit-box-ordinal-group:2;-ms-flex-order:1;height:auto;margin-left:10%;order:1;position:relative;width:40%}body[screen=md] .fc-category.cat-careers .section-1 .view-open-positions .open-positions-left{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-right:2%;order:2;padding:0}body[screen=md] .fc-category.cat-careers .section-1 .view-open-positions .open-positions-left h2{font-size:3.6rem;font-weight:300;line-height:45px;margin:0 0 0 8%;max-width:none;padding-top:18%;width:365px}body[screen=md] .fc-category.cat-careers .section-1 .view-open-positions .open-positions-left .button-yellow{margin:20px 0 0 8%;padding:12px 10.5px}body[screen=lg] .fc-category.cat-careers .section-1{padding-top:25px}body[screen=lg] .fc-category.cat-careers .section-1 h1{font-size:40px;left:46%;margin:0;position:absolute;top:10.5%}body[screen=lg] .fc-category.cat-careers .section-1 img[src*=career-banner]{margin:0;max-width:620px;padding:0;position:absolute;top:0;width:40%}body[screen=lg] .fc-category.cat-careers .section-1 .cat-description{padding-top:9%}body[screen=lg] .fc-category.cat-careers .section-1 .cat-description p:first-child{font-size:1.6rem;line-height:1.6;margin:5px 0 20px 46%;max-width:35.5%}body[screen=lg] .fc-category.cat-careers .section-1 .cat-description>p{width:100%}body[screen=lg] .fc-category.cat-careers .section-1 .cat-description .show-more{max-height:180px}body[screen=lg] .fc-category.cat-careers .section-1 .cat-description .show-more-toggle{margin-left:47.5%}body[screen=lg] .fc-category.cat-careers .section-1 .cat-description .show-more-toggle:before{display:block;height:10px;margin:3px 0 0 46%;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);width:10px}body[screen=lg] .fc-category.cat-careers .section-1 .cat-description .button-yellow{margin:30px 0 0 46%;padding:15px 22px;width:14%}body[screen=lg] .fc-category.cat-careers .section-1 .cat-description .button-yellow+a{display:block;margin:-37px 0 8% 65%;width:100%}body[screen=lg] .fc-category.cat-careers .button-yellow{margin:30px 0 0 46%;padding:15px 22px;width:14%}body[screen=lg] .fc-category.cat-careers .button-yellow+a{display:block;margin:-37px 0 8% 65%;width:100%}body[screen=lg] .fc-category.cat-careers .career-benefits{padding-top:30px}body[screen=lg] .fc-category.cat-careers .career-benefits h2{padding-top:2%}body[screen=lg] .fc-category.cat-careers .career-benefits .tab-content{height:540px;margin:50px 0 0 138px;width:480px}body[screen=lg] .fc-category.cat-careers .career-benefits .tab-nav{opacity:.95;width:255px;z-index:10}body[screen=lg] .fc-category.cat-careers .career-benefits .tab-nav .tab{margin-left:50px}body[screen=lg] .fc-category.cat-careers .career-benefits .tab-group{height:654px!important;max-width:1000px;width:1074px}body[screen=lg] .fc-category.cat-careers .career-benefits .tab-group:before{background-image:url(/templates/lyquix/images/career-benefits.png);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:500px;margin:154px 0 0 110px;position:absolute;width:428px}body[screen=lg] .fc-category.cat-careers .career-benefits .tab-group .tab-panel{padding:26px 36px 36px 104px}body[screen=lg] .fc-category.cat-careers .career-benefits .tab-group .tab-panel h3{margin-bottom:20px}body[screen=lg] .fc-category.cat-careers h2{margin:0 auto 20px;padding:0;width:1000px}body[screen=lg] .fc-category.cat-careers .view-open-positions{margin-top:40px}body[screen=lg] .fc-category.cat-careers .view-open-positions img{-webkit-box-ordinal-group:2;-ms-flex-order:1;height:auto;margin-left:16%;order:1;position:relative;width:30%}body[screen=lg] .fc-category.cat-careers .view-open-positions .open-positions-left{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-right:2%;order:2;padding:0}body[screen=lg] .fc-category.cat-careers .view-open-positions .open-positions-left h2{font-size:42px;font-weight:300;line-height:54px;margin:0 0 0 8%;max-width:none;padding-top:10%;width:438px}body[screen=lg] .fc-category.cat-careers .view-open-positions .open-positions-left .button-yellow{margin:40px 0 0 8%;padding:14px 10.5px;width:32%}@media screen and (min-width:1600px){.fc-category.cat-careers .section-1{padding-top:25px}.fc-category.cat-careers .section-1 h1{font-size:40px;left:50%;margin:0;position:absolute;top:13.5%}.fc-category.cat-careers .section-1 img[src*=career-banner]{margin:0;max-width:none;padding:0;position:absolute;top:0;width:40%}.fc-category.cat-careers .section-1 .cat-description{padding-top:14%}.fc-category.cat-careers .section-1 .cat-description p:first-child{font-size:1.6rem;line-height:1.6;margin:5px 0 20px 50%;max-width:35.5%}.fc-category.cat-careers .section-1 .cat-description>p{width:100%}.fc-category.cat-careers .section-1 .cat-description .show-more{max-height:180px}.fc-category.cat-careers .section-1 .cat-description .show-more-toggle{margin-left:51%}.fc-category.cat-careers .section-1 .cat-description .show-more-toggle:before{display:block;height:10px;margin:3px 0 0 50%;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);width:10px}.fc-category.cat-careers .section-1 .cat-description .button-yellow{margin:30px 0 0 50%;padding:15px 22px;width:13.5%}.fc-category.cat-careers .section-1 .cat-description .button-yellow+a{display:block;margin:-37px 0 8% 65.5%!important;width:100%}.fc-category.cat-careers .button-yellow{margin:30px 0 0 50%;padding:15px 22px;width:13.5%}.fc-category.cat-careers .button-yellow+a{display:block;margin:-37px 0 8% 65.5%!important;width:100%}.fc-category.cat-careers .career-benefits{padding-top:30px}.fc-category.cat-careers .career-benefits h2{padding-top:2%;width:1310px!important}.fc-category.cat-careers .career-benefits .tab-content{height:540px;margin:50px 0 0 138px;width:700px!important}.fc-category.cat-careers .career-benefits .tab-nav{opacity:.95;width:255px;z-index:10}.fc-category.cat-careers .career-benefits .tab-nav .tab{margin-left:50px}.fc-category.cat-careers .career-benefits .tab-group{height:621px!important;max-width:none!important;width:1310px!important}.fc-category.cat-careers .career-benefits .tab-group:before{background-image:url(/templates/lyquix/images/career-benefits.png);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:500px;margin:121px 0 0 110px;position:absolute;width:428px}.fc-category.cat-careers .career-benefits .tab-group .tab-panel{padding:26px 36px 36px 104px}.fc-category.cat-careers .career-benefits .tab-group .tab-panel h3{margin-bottom:20px}.fc-category.cat-careers h2{margin:0 auto 20px;padding:0;width:1000px}.fc-category.cat-careers .view-open-positions{margin-top:40px}.fc-category.cat-careers .view-open-positions img{-webkit-box-ordinal-group:2;-ms-flex-order:1;height:auto;margin-left:16%;order:1;position:relative;width:30%}.fc-category.cat-careers .view-open-positions .open-positions-left{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-right:2%;order:2;padding:0}.fc-category.cat-careers .view-open-positions .open-positions-left h2{font-size:42px;font-weight:300;line-height:54px;margin:0 0 0 8%;max-width:none;padding-top:10%;width:438px}.fc-category.cat-careers .view-open-positions .open-positions-left .button-yellow{margin:40px 0 0 8%;padding:14px 10.5px;width:32%}}.cat-ambassadors{background-color:#fff;overflow-x:hidden}.cat-ambassadors h1{text-wrap:pretty;border-bottom:0;color:#fff;font-family:Betm,sans-serif;font-size:6rem;font-weight:700;letter-spacing:0;line-height:1;margin-bottom:15px;margin-top:0;padding-bottom:0;width:100%}.cat-ambassadors .input-wrapper{margin-bottom:12px;width:100%}.cat-ambassadors .input-wrapper input{background-color:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;color:#142546;font-size:1.2rem;height:30px;padding:11px 12px;width:calc(100% - 42px)}.cat-ambassadors .filter-group{margin-right:50px}.cat-ambassadors .menu-opener:after{display:none}.cat-ambassadors .menu-opener .filter-label:before{speak:none;content:"";font-family:FontAwesome;font-size:12px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:9px;text-transform:none;top:7px}.cat-ambassadors .menu-opener .dropdown{left:-14px;margin:0;max-height:436px;overflow:hidden;padding:24px 0;top:28px}.cat-ambassadors .menu-opener .dropdown .input-section{padding:0 26px}.cat-ambassadors .menu-opener .dropdown .input-section .input-wrapper{margin-bottom:12px}.cat-ambassadors .menu-opener .dropdown .input-section .input-wrapper input{background-color:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;color:#142546;font-size:1.2rem;height:30px;padding:11px 12px;width:calc(100% - 42px)}.cat-ambassadors .menu-opener .dropdown ul{margin:12px 0;max-height:388px;overflow:hidden;padding-left:0;padding-right:38px;position:relative}.cat-ambassadors .menu-opener .dropdown ul .ps__rail-y{background-color:rgba(20,37,70,.22)!important;border-radius:3.5px;display:block!important;opacity:1;right:26px;width:7px}.cat-ambassadors .menu-opener .dropdown ul .ps__rail-y .ps__thumb-y{background-color:rgba(25,30,39,.37)!important;border-radius:3.5px;left:0;width:7px}.cat-ambassadors .menu-opener .dropdown .no-results{font-style:italic;height:auto}.cat-ambassadors .menu-opener .dropdown .no-results:after{display:none}.cat-ambassadors .menu-opener .dropdown li{font-family:Open Sans,sans-serif}.cat-ambassadors .menu-opener .dropdown li[data-filter-value=view-all]{color:#142546;opacity:.6}.cat-ambassadors .menu-opener .dropdown.physician-filters ul{max-height:346px}.cat-ambassadors .menu-opener.active .filter-label{background-color:#f2f2f2}.cat-ambassadors .menu-opener.active .filter-label:before{background-image:url(/templates/lyquix/images/icons/morefilters.svg);background-size:100%;content:" ";display:block;height:8px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);width:8px}.cat-ambassadors .menu-opener.active .close{display:none}.cat-ambassadors .menu-opener.active:after{background-color:#fff;background-image:none;content:"";display:block;height:10px;left:10px;position:absolute;top:22px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:10px;z-index:1}.cat-ambassadors .physician-filters li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.cat-ambassadors .physician-filters li.hide{display:none}.cat-ambassadors .physician-filters li img{border-radius:100%;display:block;margin-right:8px;width:30px}.cat-ambassadors .physician-filters li .text{padding:0}.cat-ambassadors .physician-filters li .text:after{display:none}.cat-ambassadors .filter-controls{color:#142546;display:block;font-family:Open Sans;font-size:12px;font-weight:600;letter-spacing:0;line-height:17px;margin-bottom:10px;margin-top:50px;padding-left:15px;position:relative}.cat-ambassadors .filter-controls:before{background-image:url(/templates/lyquix/images/icons/morefilters.svg);content:" ";display:block;height:10px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:10px}.cat-ambassadors .filter-controls.active:before{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.cat-ambassadors .extra-filter{padding-left:15px}.cat-ambassadors .story-cta-wrapper{background:linear-gradient(153deg,#f2f2f2,hsla(0,0%,95%,0) 83.33%),linear-gradient(231deg,hsla(0,0%,95%,0) 25.93%,#f2f2f2);overflow:hidden}.cat-ambassadors .share-your-story-banner{color:#fff;display:inline-block;font-family:Open Sans;font-size:17px;font-weight:400;line-height:25px;margin-left:31px;text-decoration:underline}.cat-ambassadors .share-your-story-banner:hover{cursor:pointer;text-decoration:none}.cat-ambassadors .items{background-color:#fff;padding-bottom:50px;padding-top:70px}.cat-ambassadors #featured-items-grid{margin-bottom:70px}.cat-ambassadors #featured-items-grid .story-block{height:358px;margin-bottom:6px;width:calc(50% - 6px)}.cat-ambassadors #featured-items-grid .story-block img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%}.cat-ambassadors #featured-items-grid .story-block .content{bottom:67px;padding-left:72px}.cat-ambassadors #featured-items-grid .story-block:first-of-type{width:100%}.cat-ambassadors #featured-items-grid .story-block:first-of-type .content .inner .teaser{width:468px}.cat-ambassadors #featured-items-grid .story-block:first-of-type .content .inner .teaser p{font-family:Open Sans}.cat-ambassadors #featured-items-grid .story-block:nth-of-type(n+2) .content .inner .teaser p{display:none}.cat-ambassadors .grid-title{font-size:20px;font-weight:600;line-height:27px;margin:0 auto 22px;max-width:1164px}.cat-ambassadors .section-1{z-index:0}.cat-ambassadors .section-3{background-color:#fff}.cat-ambassadors .section-3 .stories-filter{margin:0;max-width:none;padding-bottom:19px}.cat-ambassadors .section-4{background:#fafafa;position:relative}.cat-ambassadors .filters-summary-wrapper{display:none;margin:0 auto 47px;max-width:1170px;padding:17px 0 0}.cat-ambassadors .filters-summary-wrapper .filters-summary{margin:0 3px}.cat-ambassadors .filters-summary-wrapper .filters-summary .filter-applied{display:inline-block;width:auto}.cat-ambassadors .filters-summary-wrapper .filters-summary .filter-applied.clear-all:before{content:url(/templates/lyquix/images/icons/clear-all-dark.svg)}.cat-ambassadors .section-4.featured-hidden .filters-summary-wrapper{display:block;margin-bottom:22px}.cat-ambassadors .filter-buttons-container{display:none}.cat-ambassadors .stories-filter{border-bottom:2px solid #f2f2f2;margin-bottom:25px;position:relative;z-index:1}.cat-ambassadors h1{border-bottom:1px solid #ededed;margin-bottom:25px}.cat-ambassadors .cat-description h2{position:relative}.cat-ambassadors .cat-description h2 .top-button{position:absolute;right:0;top:-10px}.cat-ambassadors .initial-load-tooltip{background:hsla(0,0%,100%,.98);border-radius:2px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5),4px 9px 8px rgba(0,0,0,.09);box-shadow:0 2px 4px rgba(0,0,0,.5),4px 9px 8px rgba(0,0,0,.09);mix-blend-mode:normal;padding:35px 40px 37px 25px;position:absolute;right:62px;top:-202px;width:302px;z-index:1}.cat-ambassadors .initial-load-tooltip h3{color:#142546;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:600;letter-spacing:.3px;line-height:22px;padding:6px 0 4px 42px;position:relative}.cat-ambassadors .initial-load-tooltip h3:before{background-image:url(/templates/lyquix/images/icons/chat-icon.svg);background-repeat:no-repeat;background-size:100%;content:" ";display:block;height:30px;left:0;position:absolute;top:0;width:33px}.cat-ambassadors .initial-load-tooltip p{color:#142546;font-family:Open Sans;font-size:12.5px;font-style:normal;font-weight:400;letter-spacing:.3px;line-height:19px;margin:10px 0 21px;padding-left:15px}.cat-ambassadors .initial-load-tooltip .close{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);background-repeat:no-repeat;background-size:100%;height:14px;position:absolute;right:26px;top:33px;width:14px}.cat-ambassadors .initial-load-tooltip .close:hover{cursor:pointer}.cat-ambassadors .initial-load-tooltip .button-yellow{color:#142546;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;letter-spacing:0;line-height:27px;margin-left:15px;padding:1px 11px;text-transform:none}.cat-ambassadors .cat-filters{margin:0 auto;max-width:1080px;padding:29px 60px 0 21px}.cat-ambassadors .cat-filters .search_query-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.cat-ambassadors .cat-filters .search_query-wrapper label{color:#142546;font-family:Open Sans;font-size:2rem;font-weight:600;line-height:27px;padding-right:30px;position:relative}.cat-ambassadors .cat-filters .search_query-wrapper label:before{background-color:rgba(20,37,70,.5);content:" ";display:block;height:20px;position:absolute;right:14.5px;top:3.5px;width:1px}.cat-ambassadors .cat-filters>.flex-container{border-bottom:2px solid transparent;padding-bottom:19px;position:relative}.cat-ambassadors .cat-filters>.flex-container:before{background-color:#ededed;bottom:-2px;content:" ";display:block;height:2px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw}.cat-ambassadors .cat-filters .input-section{margin-right:41px;position:relative;width:100%}.cat-ambassadors .cat-filters .input-section .input-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;position:relative}.cat-ambassadors .cat-filters .input-section .input-wrapper input{border-radius:5px 0 0 5px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.2);color:#142546;font-size:12px;font-weight:400;line-height:17px;padding:7px 10px 6px;width:auto}.cat-ambassadors .cat-filters .input-section .input-wrapper button{border:0;border-radius:0 5px 5px 0;height:30px;margin:0;padding:0;position:relative;width:42px}.cat-ambassadors .cat-filters .input-section .input-wrapper button:before{speak:none;content:"";font-family:FontAwesome;font-size:1.3rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cat-ambassadors .cat-filters .input-section .filters.search{background-color:#fff;border:1px solid #f2f2f2;border-radius:2px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.145),-1px 0 3px rgba(0,0,0,.153);box-shadow:0 2px 4px rgba(0,0,0,.145),-1px 0 3px rgba(0,0,0,.153);left:0;padding-top:6px;position:absolute;top:100%;width:100%;z-index:1}.cat-ambassadors .cat-filters .input-section .filters.search h4{color:#142546;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:600;line-height:17px;margin:10px 0 0;opacity:.65;padding:0 16px}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list{margin-bottom:10px}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list .filter{background-color:transparent;background-image:none;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:17px;padding:6px 33px}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list .filter .count{font-weight:300;margin:0 0 0 auto}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list .filter:hover{background-color:#e7e7e8;cursor:pointer}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter{padding-left:39px;position:relative}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter:before{background-size:100%;content:" ";display:block;height:17px;left:16px;position:absolute;top:6px;width:17px}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="5"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_hip.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="6"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_knee.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="7"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_spine.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="8"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_sports-medicine.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="9"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_shoulder.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="10"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_foot-ankle.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="11"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_hand-and-wrist.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="12"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_pmr.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="13"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_oncology.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="836"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_trauma-fracture.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="3307"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_generalist.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .filter-list.specialties .filter[data-filter-value="10028"]:before{background-image:url(/templates/lyquix/images/specialty-icons/rothman_joint-replacement.svg)}.cat-ambassadors .cat-filters .input-section .filters.search .search-section{border-top:1px solid #e4e4e4;padding:10px 0}.cat-ambassadors .cat-filters .input-section .filters.search .search-section .search-filter{color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:17px;padding:6px 33px}.cat-ambassadors .cat-filters .input-section .filters.search .search-section .search-filter .count{font-weight:300;margin:0 0 0 auto}.cat-ambassadors .cat-filters .input-section .filters.search .search-section .search-filter:hover{background-color:#e7e7e8;cursor:pointer}.cat-ambassadors .cat-filters .menu-opener{margin-bottom:0;width:184px}.cat-ambassadors .cat-filters .menu-opener:after{display:none}.cat-ambassadors .cat-filters .menu-opener .filter-label:before{speak:none;background-color:#fff;content:"";display:block;font-family:FontAwesome;font-size:12px;font-style:normal;font-variant:normal;font-weight:400;height:25px;line-height:1;line-height:25px;position:absolute;right:0;text-align:center;text-transform:none;top:0;-webkit-transition:background-color .5s;transition:background-color .5s;width:21px}.cat-ambassadors .cat-filters .menu-opener .filter-label{overflow:hidden;white-space:nowrap}.cat-ambassadors .cat-filters .menu-opener .dropdown{left:-14px;margin:0;max-height:436px;overflow:hidden;padding:24px 0;top:28px}.cat-ambassadors .cat-filters .menu-opener .dropdown .input-section{padding:0 26px}.cat-ambassadors .cat-filters .menu-opener .dropdown .input-section .input-wrapper{margin-bottom:12px}.cat-ambassadors .cat-filters .menu-opener .dropdown .input-section .input-wrapper input{background-color:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;color:#142546;font-size:1.2rem;height:30px;padding:11px 12px;width:calc(100% - 42px)}.cat-ambassadors .cat-filters .menu-opener .dropdown .input-section .input-wrapper .use-my-location{border-radius:0 5px 5px 0;margin:0;padding:0;position:relative;width:40px}.cat-ambassadors .cat-filters .menu-opener .dropdown .input-section .input-wrapper .use-my-location:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:1.3rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cat-ambassadors .cat-filters .menu-opener .dropdown ul{margin:12px 0;max-height:388px;overflow:hidden;padding-left:0;padding-right:38px;position:relative}.cat-ambassadors .cat-filters .menu-opener .dropdown ul .ps__rail-y{background-color:rgba(20,37,70,.22)!important;border-radius:3.5px;display:block!important;opacity:1;right:26px;width:7px}.cat-ambassadors .cat-filters .menu-opener .dropdown ul .ps__rail-y .ps__thumb-y{background-color:rgba(25,30,39,.37)!important;border-radius:3.5px;left:0;width:7px}.cat-ambassadors .cat-filters .menu-opener .dropdown .no-results{font-style:italic;height:auto}.cat-ambassadors .cat-filters .menu-opener .dropdown .no-results:after{display:none}.cat-ambassadors .cat-filters .menu-opener .dropdown li{font-family:Open Sans,sans-serif}.cat-ambassadors .cat-filters .menu-opener .dropdown li[data-filter-value=view-all]{color:#142546;opacity:.6}.cat-ambassadors .cat-filters .menu-opener .dropdown.physician-filters ul{max-height:346px;overflow-y:scroll}.cat-ambassadors .cat-filters .menu-opener .dropdown.location-filters ul{max-height:322px}.cat-ambassadors .cat-filters .menu-opener .dropdown.location-filters ul li.hide{display:none}.cat-ambassadors .cat-filters .menu-opener.active .filter-label,.cat-ambassadors .cat-filters .menu-opener:hover .filter-label:before{background-color:#f2f2f2}.cat-ambassadors .cat-filters .menu-opener.active .filter-label:before{background-color:#f2f2f2;background-image:url(/templates/lyquix/images/icons/morefilters.svg);background-position:50%;background-repeat:no-repeat;background-size:8px 8px;content:" ";display:block;position:absolute;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.cat-ambassadors .cat-filters .menu-opener.active .close{display:none}.cat-ambassadors .cat-filters .menu-opener.active:after{background-color:#fff;background-image:none;content:"";display:block;height:10px;left:10px;position:absolute;top:22px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:10px;z-index:1}.cat-ambassadors .cat-filters .radio-wrapper{border-bottom:0;margin-left:auto;margin-right:0;padding:0}.cat-ambassadors .cat-filters .physician-filters li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.cat-ambassadors .cat-filters .physician-filters li.hide{display:none}.cat-ambassadors .cat-filters .physician-filters li img{border-radius:100%;display:block;margin-right:8px;width:30px}.cat-ambassadors .cat-filters .physician-filters li .text{padding:0}.cat-ambassadors .cat-filters .physician-filters li .text:after{display:none}.cat-ambassadors .cat-filters .filter-controls{color:#142546;display:block;font-family:Open Sans;font-size:12px;font-weight:600;letter-spacing:0;line-height:17px;margin-bottom:10px;margin-top:50px;padding-left:15px;position:relative}.cat-ambassadors .cat-filters .filter-controls:before{background-image:url(/templates/lyquix/images/icons/morefilters.svg);content:" ";display:block;height:10px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:10px}.cat-ambassadors .cat-filters .filter-controls.active:before{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.cat-ambassadors .back-to-all-ambassador-specialties{text-align:center}.cat-ambassadors .back-to-all-ambassador-specialties span{color:#091223;font-family:Open Sans,sans-serif;margin:0 auto;padding:10px;text-decoration:underline}.cat-ambassadors .back-to-all-ambassador-specialties span:hover{cursor:pointer;text-decoration:none}.cat-ambassadors .cat-items .spe-icon{border-radius:20px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.2);display:block;height:40px;margin:0 1px;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px}.cat-ambassadors .cat-items .spe-icon.hip{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-240px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.hip:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.cat-ambassadors .cat-items .spe-icon.hip:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.hip:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-280px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.hip:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.cat-ambassadors .cat-items .spe-icon.hip:after:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.knee{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-320px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.knee:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.cat-ambassadors .cat-items .spe-icon.knee:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.knee:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-360px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.knee:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.cat-ambassadors .cat-items .spe-icon.knee:after:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.spine{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-640px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.spine:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.cat-ambassadors .cat-items .spe-icon.spine:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.spine:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-680px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.spine:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.cat-ambassadors .cat-items .spe-icon.spine:after:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.foot-and-ankle,.cat-ambassadors .cat-items .spe-icon.foot-ankle{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:0 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.foot-and-ankle:after,.cat-ambassadors .cat-items .spe-icon.foot-ankle:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.cat-ambassadors .cat-items .spe-icon.foot-and-ankle:hover:after,.cat-ambassadors .cat-items .spe-icon.foot-ankle:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.foot-and-ankle:after,.cat-ambassadors .cat-items .spe-icon.foot-ankle:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-40px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.foot-and-ankle:after:after,.cat-ambassadors .cat-items .spe-icon.foot-ankle:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.cat-ambassadors .cat-items .spe-icon.foot-and-ankle:after:hover:after,.cat-ambassadors .cat-items .spe-icon.foot-ankle:after:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.shoulder-and-elbow,.cat-ambassadors .cat-items .spe-icon.shoulder-elbow{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-560px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.shoulder-and-elbow:after,.cat-ambassadors .cat-items .spe-icon.shoulder-elbow:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.cat-ambassadors .cat-items .spe-icon.shoulder-and-elbow:hover:after,.cat-ambassadors .cat-items .spe-icon.shoulder-elbow:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.shoulder-and-elbow:after,.cat-ambassadors .cat-items .spe-icon.shoulder-elbow:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-600px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.shoulder-and-elbow:after:after,.cat-ambassadors .cat-items .spe-icon.shoulder-elbow:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.cat-ambassadors .cat-items .spe-icon.shoulder-and-elbow:after:hover:after,.cat-ambassadors .cat-items .spe-icon.shoulder-elbow:after:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.orthopaedic-oncology{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-400px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.orthopaedic-oncology:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.cat-ambassadors .cat-items .spe-icon.orthopaedic-oncology:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.orthopaedic-oncology:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-440px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.orthopaedic-oncology:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.cat-ambassadors .cat-items .spe-icon.orthopaedic-oncology:after:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-and-fracture-care,.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-fracture-care{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-80px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-and-fracture-care:after,.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-fracture-care:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-and-fracture-care:hover:after,.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-fracture-care:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-and-fracture-care:after,.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-fracture-care:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-120px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-and-fracture-care:after:after,.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-fracture-care:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-and-fracture-care:after:hover:after,.cat-ambassadors .cat-items .spe-icon.orthopaedic-trauma-fracture-care:after:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.sports-medicine{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-720px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.sports-medicine:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.cat-ambassadors .cat-items .spe-icon.sports-medicine:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.sports-medicine:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-760px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.sports-medicine:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.cat-ambassadors .cat-items .spe-icon.sports-medicine:after:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.hand-and-wrist,.cat-ambassadors .cat-items .spe-icon.hand-wrist{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-160px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.hand-and-wrist:after,.cat-ambassadors .cat-items .spe-icon.hand-wrist:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.cat-ambassadors .cat-items .spe-icon.hand-and-wrist:hover:after,.cat-ambassadors .cat-items .spe-icon.hand-wrist:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.hand-and-wrist:after,.cat-ambassadors .cat-items .spe-icon.hand-wrist:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-200px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.hand-and-wrist:after:after,.cat-ambassadors .cat-items .spe-icon.hand-wrist:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.cat-ambassadors .cat-items .spe-icon.hand-and-wrist:after:hover:after,.cat-ambassadors .cat-items .spe-icon.hand-wrist:after:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.physical-medicine-and-rehabilitation,.cat-ambassadors .cat-items .spe-icon.physical-medicine-rehabilitation{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-480px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.physical-medicine-and-rehabilitation:after,.cat-ambassadors .cat-items .spe-icon.physical-medicine-rehabilitation:after{content:" ";display:block;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.cat-ambassadors .cat-items .spe-icon.physical-medicine-and-rehabilitation:hover:after,.cat-ambassadors .cat-items .spe-icon.physical-medicine-rehabilitation:hover:after{opacity:0}.cat-ambassadors .cat-items .spe-icon.physical-medicine-and-rehabilitation:after,.cat-ambassadors .cat-items .spe-icon.physical-medicine-rehabilitation:after{background-image:url(/templates/lyquix/images/specialty-icons/specialties_spritesheet.png);background-position:-520px 0;background-repeat:no-repeat;background-size:cover;height:40px;width:40px}.cat-ambassadors .cat-items .spe-icon.physical-medicine-and-rehabilitation:after:after,.cat-ambassadors .cat-items .spe-icon.physical-medicine-rehabilitation:after:after{content:" ";display:block;height:40px;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;width:40px;z-index:2}.cat-ambassadors .cat-items .spe-icon.physical-medicine-and-rehabilitation:after:hover:after,.cat-ambassadors .cat-items .spe-icon.physical-medicine-rehabilitation:after:hover:after{opacity:0}.cat-ambassadors .cat-items{margin:0 -7px}.cat-ambassadors .cat-items.detail-showing{margin:0}.cat-ambassadors .cat-items .specialty-block,.cat-ambassadors .grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cat-ambassadors .grid{margin:0 auto;max-width:1170px}.cat-ambassadors .grid .story-block{height:265px;left:auto;margin:3px;overflow:visible;position:relative;top:auto;width:calc(25% - 6px)}.cat-ambassadors .grid .story-block .field_connect_me{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:42px;top:37px;z-index:3}.cat-ambassadors .grid .story-block .field_connect_me .button-yellow{border:0;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Open Sans;font-size:1.4rem;font-style:normal;font-weight:600;letter-spacing:0;line-height:27px;margin:0 7px 0 0;padding:2px 11px 1px;text-transform:none;width:103px}.cat-ambassadors .grid .story-block .field_connect_me .info{background-image:url(/templates/lyquix/images/icons/info.svg);background-repeat:no-repeat;background-size:100%;display:block;height:20px;margin-top:5px;position:relative;width:20px}.cat-ambassadors .grid .story-block .field_connect_me .info .tooltip{background-color:#fff;border-radius:2px;bottom:calc(100% + 8px);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5),4px 9px 8px rgba(0,0,0,.098);box-shadow:0 2px 4px rgba(0,0,0,.5),4px 9px 8px rgba(0,0,0,.098);padding:31px 35px 37px;position:absolute;right:-64px;width:302px;z-index:1}.cat-ambassadors .grid .story-block .field_connect_me .info .tooltip:before{border-color:#fff transparent transparent;border-style:solid;border-width:8px 7.5px 0;content:" ";display:block;height:0;position:absolute;right:66px;top:100%;width:0}.cat-ambassadors .grid .story-block .field_connect_me .info .tooltip h3{color:#142546;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:600;letter-spacing:.3px;line-height:22px;margin:0 0 8px}.cat-ambassadors .grid .story-block .field_connect_me .info .tooltip p{color:#142546;font-family:Open Sans;font-size:12.5px;font-style:normal;font-weight:400;letter-spacing:.326087px;line-height:19px;margin:0}.cat-ambassadors .grid .story-block .field_connect_me .info:hover .tooltip{display:block!important}.cat-ambassadors .grid .story-block .image{height:100%;left:auto;line-height:0;position:relative;top:auto;width:100%}.cat-ambassadors .grid .story-block .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cat-ambassadors .grid .story-block .text .date,.cat-ambassadors .grid .story-block .text h4{color:hsla(0,0%,100%,.7);font-family:Open Sans,sans-serif;font-size:1.2rem;line-height:17px;margin-bottom:0;padding-left:0;text-transform:none}.cat-ambassadors .grid .story-block .text .date .textContainerDiv,.cat-ambassadors .grid .story-block .text .date:before,.cat-ambassadors .grid .story-block .text h4 .textContainerDiv,.cat-ambassadors .grid .story-block .text h4:before{display:none}.cat-ambassadors .grid .story-block .text h3{margin-top:18px}.cat-ambassadors .grid .story-block:nth-of-type(2),.cat-ambassadors .grid .story-block:nth-of-type(3),.cat-ambassadors .grid .story-block:nth-of-type(4),.cat-ambassadors .grid .story-block:nth-of-type(5){height:265px;width:calc(25% - 6px)}.cat-ambassadors .grid .story-block:nth-of-type(2) .text .textContainerDiv,.cat-ambassadors .grid .story-block:nth-of-type(3) .text .textContainerDiv,.cat-ambassadors .grid .story-block:nth-of-type(4) .text .textContainerDiv,.cat-ambassadors .grid .story-block:nth-of-type(5) .text .textContainerDiv{display:none;width:66.934%}.cat-ambassadors .grid .story-block:nth-of-type(n+2) .text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end;padding-bottom:36px}.cat-ambassadors .grid .story-block:nth-of-type(n+2) .text .date,.cat-ambassadors .grid .story-block:nth-of-type(n+2) .text h4{border-bottom:0;padding-bottom:0}.cat-ambassadors .grid .story-block:nth-of-type(n+2) .text h3{margin-top:10px}.cat-ambassadors .grid .story-block:first-of-type{height:265px;padding-top:0;width:calc(25% - 6px)}.cat-ambassadors .grid .story-block:first-of-type .content{bottom:36px;padding-top:0;position:absolute}.cat-ambassadors .grid .story-block:first-of-type .text .textContainerDiv{display:none;width:66.934%}.cat-ambassadors .pagination{margin:72px auto 30px}.cat-ambassadors .pagination .pageslinks ul{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.cat-ambassadors .pagination .pageslinks ul *{color:#142546;display:block;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:0 9.5px 0 0;padding:5.5px 0;text-align:center;width:33px}.cat-ambassadors .pagination .pageslinks ul :last-of-type{margin-right:0}.cat-ambassadors .pagination .pageslinks ul :hover{cursor:pointer}.cat-ambassadors .pagination .pageslinks ul .first,.cat-ambassadors .pagination .pageslinks ul .last,.cat-ambassadors .pagination .pageslinks ul .next,.cat-ambassadors .pagination .pageslinks ul .prev{background-color:transparent;color:#142546}.cat-ambassadors .pagination .pageslinks ul .first.inactive:before,.cat-ambassadors .pagination .pageslinks ul .first:before{content:"<<"}.cat-ambassadors .pagination .pageslinks ul .prev.inactive:before,.cat-ambassadors .pagination .pageslinks ul .prev:before{content:"<"}.cat-ambassadors .pagination .pageslinks ul .next.inactive:before,.cat-ambassadors .pagination .pageslinks ul .next:before{content:">"}.cat-ambassadors .pagination .pageslinks ul .last.inactive:before,.cat-ambassadors .pagination .pageslinks ul .last:before{content:">>"}.cat-ambassadors .pagination .pageslinks ul .inactive{background-color:#ededed;color:#142546;padding:5.5px 0}.cat-ambassadors .pagination .pageslinks ul .page.inactive{background-color:#ededed;color:#142546}.cat-ambassadors .cat-items .detail-block .detail-title{margin:50px 0 20px;position:relative}.cat-ambassadors .cat-items .detail-block .detail-title .spe-icon,.cat-ambassadors .cat-items .detail-block .detail-title h2{-webkit-box-shadow:none;box-shadow:none;float:left}.cat-ambassadors .cat-items .detail-block .detail-title h2{margin:0 0 0 20px;padding:5px 0}.cat-ambassadors .cat-items .detail-block .detail-title a.button-yellow{float:right;margin:0}.cat-ambassadors .cat-items .detail-block .story-block .text.sans-intro h2{margin-bottom:0}.cat-ambassadors .cat-items .detail-block .story-block .text{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.cat-ambassadors .cat-items .detail-block .story-block .text .content{margin-top:auto;padding-top:0}.cat-ambassadors .cat-items .detail-block .top-most .story-block{position:relative}.cat-ambassadors .cat-items .detail-block .top-most .story-block .text .textContainerDiv{display:none;margin-bottom:0}.cat-ambassadors .cat-items .detail-block .top-most .story-block .textContainerDiv,.cat-ambassadors .cat-items .detail-block .top-most .story-block h2{max-width:408px}.cat-ambassadors .cat-items .detail-block .top-most .story-block .content{padding-bottom:80px}.cat-ambassadors .cat-items .detail-block .top-most .fit-width{height:400px;margin:0 0 3px;width:100%}.cat-ambassadors .cat-items .detail-block .top-most .fit-width a.image{height:100%;width:100%}.cat-ambassadors .cat-items .detail-block .top-most .fit-width a.image img{display:none}.cat-ambassadors .cat-items .detail-block .top-most .readmore{display:inline-block;margin-top:26px}.cat-ambassadors .cat-items .detail-block .grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -3px;width:calc(100% + 6px)!important}.cat-ambassadors .cat-items .detail-block .grid .story-block{height:358px;margin:3px;position:relative;width:calc(25% - 6px)}.cat-ambassadors .cat-items .detail-block .grid .story-block .text .textContainerDiv{display:none;margin-bottom:0}.cat-ambassadors .cat-items .detail-block .grid .story-block .textContainerDiv,.cat-ambassadors .cat-items .detail-block .grid .story-block h2{max-width:335px}.cat-ambassadors .cat-items .detail-block .grid .story-block .image{display:block;line-height:0;position:relative}.cat-ambassadors .cat-items .detail-block .grid .story-block:nth-of-type(n+5){display:none}.cat-ambassadors .cat-items .detail-block .grid .story-block .content{padding-bottom:65px}.cat-ambassadors .cat-items .detail-block .grid .story-block:nth-of-type(n+5){height:265px;width:calc(25% - 6px)}.cat-ambassadors .cat-items .detail-block .grid .story-block:nth-of-type(n+5) .content{margin-left:0;margin-right:0;padding:0 25px 45px}.cat-ambassadors .cat-items .detail-block .grid.expanded .story-block:nth-of-type(n+5){display:block}.cat-ambassadors .cat-items .detail-block .grid.expanded .story-block:nth-of-type(n+5) .textContainerDiv{margin-bottom:0}.cat-ambassadors .cat-items .detail-block .grid .readmore{display:inline-block;margin-top:26px}.cat-ambassadors .cat-items .detail-block .story-control{display:block;font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;margin-left:auto;margin-right:auto;margin-top:10px;max-width:269px}.catid-38 .row.main{padding-bottom:0}.catid-38 .row.bottom .bottom-1{display:none}.cat-ambassadors .container{max-width:1078px}.cat-ambassadors .container .cat-items .detail-block .story-block:not(:nth-of-type(n+5)) .text .content{margin-left:0;margin-right:0;padding-left:5.234vw;padding-right:5.234vw}@media screen and (max-width:1599px){body[screen=lg] .cat-ambassadors .grid,body[screen=lg] .cat-ambassadors .grid-title{max-width:1080px}body[screen=lg] .cat-ambassadors .cat-filters{padding-left:0;padding-right:0}body[screen=lg] .cat-ambassadors .filters-summary-wrapper,body[screen=lg] .cat-ambassadors .share-your-rothman-story.container{max-width:1080px}}@media screen and (min-width:1600px){body[screen=lg] .cat-ambassadors .section-3{max-width:1170px}body[screen=lg] .cat-ambassadors .section-3 .cat-filters{max-width:100%;padding-left:0;padding-right:0}body[screen=lg] .cat-ambassadors .share-your-rothman-story.container{max-width:1164px}}body[screen=md] .cat-ambassadors .section-1{max-height:407px;padding:70px 0}body[screen=md] .cat-ambassadors .section-1 .group-1{width:53.817%}body[screen=md] .cat-ambassadors .section-1 .section-2:after{right:33.958%;top:-74px}body[screen=md] .cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide .play-button{right:21.458vw}body[screen=md] .cat-ambassadors .share-your-rothman-story.container{width:100%}body[screen=md] .cat-ambassadors .container,body[screen=md] .cat-ambassadors .grid,body[screen=md] .cat-ambassadors .grid-title{width:83.333%}body[screen=md] .cat-ambassadors .items{padding-top:50px}body[screen=md] .cat-ambassadors #featured-items-grid{margin-bottom:50px}body[screen=md] .cat-ambassadors #featured-items-grid .story-block .content{padding-left:40px}body[screen=md] .cat-ambassadors #featured-items-grid .story-block:first-of-type{height:400px}body[screen=md] .cat-ambassadors #featured-items-grid .story-block:first-of-type .content{padding-left:41px}body[screen=md] .cat-ambassadors #featured-items-grid .story-block:first-of-type .content .inner .teaser{width:393px}body[screen=md] .cat-ambassadors .initial-load-tooltip{right:5%}body[screen=md] .cat-ambassadors .grid{max-width:83.333%}body[screen=md] .cat-ambassadors .grid .story-block{height:265px}body[screen=md] .cat-ambassadors .grid .story-block .text .content{padding-left:20px;padding-right:20px;padding-top:60px;width:auto}body[screen=md] .cat-ambassadors .cat-filters{padding-left:0;padding-right:0}body[screen=md] .cat-ambassadors .filters-summary-wrapper{max-width:83.333%}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid,body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid .grid-left,body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid .grid-right{height:26.771vw}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-0 .story-block[data-child-index="1"]{left:50%;top:0}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-0 .story-block[data-child-index="2"]{left:auto;right:0;top:0}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-0 .story-block[data-child-index="4"]{right:0}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-0 .story-block[data-child-index="5"]{top:0}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-1 .story-block[data-child-index="1"]{right:0}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-1 .story-block[data-child-index="2"],body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-1 .story-block[data-child-index="4"]{top:0}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-1 .story-block[data-child-index="5"]{right:0;top:0}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-2 .story-block[data-child-index="2"]{top:0}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-2 .story-block[data-child-index="3"]{right:0;top:0}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-3 .story-block[data-child-index="1"]{left:auto;right:0;top:0}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid.new-amb-cat-4 .story-block[data-child-index="0"]:last-child{height:100%;width:100%}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer{padding-bottom:26px}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer:before{height:440.57px;width:440.57px}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer .spe-icon{height:50px;margin-bottom:12px;width:50px}body[screen=md] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer:hover{height:190px}body[screen=md] .cat-ambassadors .cat-items .specialty-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body[screen=md] .cat-ambassadors .cat-items .detail-block .top-most .fit-width .story-block{padding-top:0}body[screen=sm] .cat-ambassadors .share-your-story-banner,body[screen=xs] .cat-ambassadors .share-your-story-banner{margin-left:0;margin-top:25px}body[screen=sm] .cat-ambassadors .search-wrapper,body[screen=xs] .cat-ambassadors .search-wrapper{margin-top:30px;width:100%}body[screen=sm] .cat-ambassadors .cat-filters>.flex-container,body[screen=xs] .cat-ambassadors .cat-filters>.flex-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}body[screen=sm] .cat-ambassadors .cat-filters .input-section,body[screen=xs] .cat-ambassadors .cat-filters .input-section{margin-right:20px}body[screen=sm] .cat-ambassadors .cat-filters .radio-wrapper,body[screen=xs] .cat-ambassadors .cat-filters .radio-wrapper{margin-left:0}body[screen=sm] .cat-ambassadors .mobile-filters,body[screen=xs] .cat-ambassadors .mobile-filters{margin:0 0 0 auto}body[screen=sm] .cat-ambassadors .mobile-filters .menu-toggle,body[screen=xs] .cat-ambassadors .mobile-filters .menu-toggle{background-image:url(/templates/lyquix/images/icons/filter.svg);background-size:100%;height:15px;width:18px}body[screen=sm] .cat-ambassadors .mobile-filters .filter-wrapper,body[screen=xs] .cat-ambassadors .mobile-filters .filter-wrapper{display:none}body[screen=sm] .cat-ambassadors .mobile-filters.open,body[screen=xs] .cat-ambassadors .mobile-filters.open{background-color:#fff;height:100vh;left:0;padding:35px 0 12px;position:fixed;top:0;width:100vw;z-index:100}body[screen=sm] .cat-ambassadors .mobile-filters.open .menu-toggle,body[screen=xs] .cat-ambassadors .mobile-filters.open .menu-toggle{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);height:14px;position:absolute;right:26px;top:20px;width:14px}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-header,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-header{border-bottom:1px solid #f2f2f2;font-size:17px;font-weight:600;line-height:23px;padding:0 26px 12px}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-header h3,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-header h3{margin:0}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper{display:block}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy{padding:19px 26px 0}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener{width:100%}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener .filter-label:before,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener .filter-label:before{top:3px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener:hover .filter-label:before,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener:hover .filter-label:before{background-color:transparent}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener .ps__rail-y,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener .ps__rail-y{right:0!important}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener:hover,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener:hover{background-color:transparent}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener .dropdown,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener .dropdown{position:static}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active{background-color:transparent}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active:after,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active:after{display:none}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active .filter-label,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active .filter-label{background-color:transparent}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active .filter-label:before,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active .filter-label:before{background-color:transparent;background-image:none;content:"";top:3px;-webkit-transform:none;-ms-transform:none;transform:none}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active .dropdown,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active .dropdown{-webkit-box-shadow:none;box-shadow:none;padding-top:0;width:100%}body[screen=sm] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active .dropdown:after,body[screen=xs] .cat-ambassadors .mobile-filters.open .filter-wrapper .filter-bar-phy .menu-opener.active .dropdown:after{display:none}body[screen=sm] .cat-ambassadors .mobile-filters .confirm,body[screen=xs] .cat-ambassadors .mobile-filters .confirm{bottom:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;left:50%;margin:0 auto;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:180px}body[screen=sm] .cat-ambassadors .container,body[screen=sm] .cat-ambassadors .grid-title{max-width:none;width:81.25%}body[screen=sm] .cat-ambassadors .section-2.container{width:100%}body[screen=sm] .cat-ambassadors .grid{max-width:81.25%}body[screen=sm] .cat-ambassadors .grid .story-block .field_connect_me{right:33px;top:42px}body[screen=sm] .cat-ambassadors .grid .story-block:first-of-type{width:calc(50% - 6px)}body[screen=sm] .cat-ambassadors .grid .story-block:first-of-type .text .content{padding-top:120px}body[screen=sm] .cat-ambassadors .grid .story-block:nth-of-type(n+2){height:265px;width:calc(50% - 6px)}body[screen=sm] .cat-ambassadors .grid .story-block:nth-of-type(n+2) .text{padding-bottom:45px}body[screen=sm] .cat-ambassadors .grid .story-block:nth-of-type(n+2) .text .textContainerDiv{display:none}body[screen=sm] .cat-ambassadors .grid .story-block:nth-of-type(n+2) .text h2{margin-bottom:25px}body[screen=sm] .cat-ambassadors .initial-load-tooltip{right:5.313%}body[screen=sm] .cat-ambassadors .cat-filters{padding-left:0;padding-right:0;width:100%}body[screen=sm] .cat-ambassadors .cat-filters .radio-wrapper label:nth-of-type(2){margin-left:15px}body[screen=sm] .cat-ambassadors .share-your-rothman-story.container{width:81.25%}body[screen=sm] .cat-ambassadors .filters-summary-wrapper{margin-bottom:0;max-width:81.25%}body[screen=sm] .cat-ambassadors .items{padding-top:50px}body[screen=sm] .cat-ambassadors #featured-items-grid{margin-bottom:50px}body[screen=sm] .cat-ambassadors #featured-items-grid .story-block{height:260px}body[screen=sm] .cat-ambassadors #featured-items-grid .story-block .content{bottom:41px;padding-left:32px}body[screen=sm] .cat-ambassadors #featured-items-grid .story-block:first-of-type{height:400px}body[screen=sm] .cat-ambassadors #featured-items-grid .story-block:first-of-type .content{bottom:65px;padding-left:41px}body[screen=sm] .cat-ambassadors #featured-items-grid .story-block:first-of-type .content .inner .teaser{width:393px}body[screen=sm] .cat-ambassadors #featured-items-grid .story-block:first-of-type .content .inner .teaser p{font-family:Open Sans}body[screen=sm] .cat-ambassadors .cat-description a{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px 0;text-align:center}body[screen=sm] .cat-ambassadors .cat-items .specialty-block .grid{height:26.406vw;margin:3px;width:calc(33.333% - 6px)}body[screen=sm] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer{padding-bottom:18px}body[screen=sm] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer:before{height:44.688vw;top:20.5px;width:44.688vw}body[screen=sm] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer h2{font-size:17px;font-weight:600;letter-spacing:0;line-height:23px;padding:0 7px}body[screen=sm] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer .spe-icon{height:41px;margin-bottom:8px;width:41px}body[screen=sm] .cat-ambassadors .cat-items .detail-block .top-most .fit-width{height:315px}body[screen=sm] .cat-ambassadors .cat-items .detail-block .top-most .fit-width .video-icon{height:80px;width:80px}body[screen=sm] .cat-ambassadors .cat-items .detail-block .story-block .readmore{margin-top:15px}body[screen=sm] .cat-ambassadors .cat-items .detail-block .story-block:not(:nth-of-type(n+5)) .text .content{margin-left:3.125vw;margin-right:3.125vw;padding-left:0;padding-right:0}body[screen=sm] .cat-ambassadors .cat-items .detail-block .story-block:nth-of-type(n+5){width:calc(50% - 6px)}body[screen=sm] .cat-ambassadors .pagination{margin:46px auto 30px}body[screen=sm] .cat-ambassadors .pagination .pageslinks ul li.page{display:none}body[screen=sm] .cat-ambassadors .pagination .pageslinks ul li.page.inactive,body[screen=sm] .cat-ambassadors .pagination .pageslinks ul li.page.inactive+.page,body[screen=sm] .cat-ambassadors .pagination .pageslinks ul li.page.inactive+.page+.page{display:inline-block}body[screen=xs].connect-tooltip-open header{z-index:-1}body[screen=xs] .cat-ambassadors h1{font-size:4rem;line-height:50px;margin:25px 0 15px}body[screen=xs] .cat-ambassadors .items{padding-top:30px}body[screen=xs] .cat-ambassadors #featured-items-grid{margin-bottom:30px}body[screen=xs] .cat-ambassadors #featured-items-grid .story-block{height:170px;width:100%}body[screen=xs] .cat-ambassadors #featured-items-grid .story-block .content{bottom:26px;padding-left:0}body[screen=xs] .cat-ambassadors #featured-items-grid .story-block:first-of-type{height:250px}body[screen=xs] .cat-ambassadors #featured-items-grid .story-block:first-of-type .content{bottom:26px;padding-left:0;width:calc(100% - 32px)}body[screen=xs] .cat-ambassadors #featured-items-grid .story-block:first-of-type .content .inner .teaser{width:100%}body[screen=xs] .cat-ambassadors #featured-items-grid .story-block:first-of-type .content .inner .teaser p{font-size:1.4rem;line-height:20px;max-height:100px;overflow:hidden}body[screen=xs] .cat-ambassadors .cat-description h2{margin-top:0;position:relative}body[screen=xs] .cat-ambassadors .cat-description h2 .top-button{display:none}body[screen=xs] .cat-ambassadors .initial-load-tooltip{right:2.813%}body[screen=xs] .cat-ambassadors .grid-title,body[screen=xs] .cat-ambassadors .section-3.container{width:82.813%}body[screen=xs] .cat-ambassadors .cat-filters{padding-left:0;padding-right:0}body[screen=xs] .cat-ambassadors .cat-filters .search_query-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=xs] .cat-ambassadors .cat-filters .search_query-wrapper label{display:inline-block;font-size:17px;line-height:23px;margin-bottom:8px;width:100%}body[screen=xs] .cat-ambassadors .cat-filters .search_query-wrapper label:before{display:none;height:17px}body[screen=xs] .cat-ambassadors .cat-filters .search_query-wrapper button{height:30px}body[screen=xs] .cat-ambassadors .cat-filters .radio-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}body[screen=xs] .cat-ambassadors .cat-filters .mobile-filters{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}body[screen=xs] .cat-ambassadors .cat-filters .input-section{-webkit-box-ordinal-group:4;-ms-flex-order:3;margin-right:0;order:3;width:100%}body[screen=xs] .cat-ambassadors .cat-filters .input-section .input-wrapper{width:100%}body[screen=xs] .cat-ambassadors .cat-filters .input-section .input-wrapper input{width:calc(100% - 42px)}body[screen=xs] .cat-ambassadors .cat-filters .menu-opener .dropdown{width:292px}body[screen=xs] .cat-ambassadors .cat-filters .menu-opener .dropdown.physician-filters{max-height:none;padding-bottom:0}body[screen=xs] .cat-ambassadors .cat-filters .menu-opener .dropdown.physician-filters ul{max-height:calc(100vh - 206px)}body[screen=xs] .cat-ambassadors .cat-description{margin:0;width:100%}body[screen=xs] .cat-ambassadors .cat-description p{font-size:1.4rem;line-height:18px}body[screen=xs] .cat-ambassadors .cat-description .button-yellow{margin-top:40px}body[screen=xs] .cat-ambassadors .filters-summary-wrapper{margin-bottom:0;width:78.125%}body[screen=xs] .cat-ambassadors .filters-summary{margin:0;padding:0}body[screen=xs] .cat-ambassadors .filters-summary .filter-applied:first-of-type{margin-left:0}body[screen=xs] .cat-ambassadors .container{max-width:none;width:78.125%}body[screen=xs] .cat-ambassadors .section-2.container{width:100%}body[screen=xs] .cat-ambassadors .filter-button-xs{display:none}body[screen=xs] .cat-ambassadors .cat-items{margin:0}body[screen=xs] .cat-ambassadors .grid{width:78.125%!important}body[screen=xs] .cat-ambassadors .grid .story-block{margin:0 0 4px;width:100%}body[screen=xs] .cat-ambassadors .grid .story-block .field_connect_me{-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:12px;top:12px}body[screen=xs] .cat-ambassadors .grid .story-block .field_connect_me .button-yellow{font-size:1rem;line-height:17px;margin-right:7px;width:auto}body[screen=xs] .cat-ambassadors .grid .story-block .field_connect_me .info{margin-top:0}body[screen=xs] .cat-ambassadors .grid .story-block .field_connect_me .info .tooltip{border-radius:0;-webkit-box-shadow:none;box-shadow:none;height:100vh;left:0;padding:0;position:fixed;top:0;width:100%;z-index:1000}body[screen=xs] .cat-ambassadors .grid .story-block .field_connect_me .info .tooltip .close{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);background-size:100%;height:14px;position:absolute;right:26px;top:20px;width:14px}body[screen=xs] .cat-ambassadors .grid .story-block .field_connect_me .info .tooltip h3{border-bottom:1px solid #f2f2f2;padding:35px 26px 13px}body[screen=xs] .cat-ambassadors .grid .story-block .field_connect_me .info .tooltip p{padding:13px 64px 26px 26px}body[screen=xs] .cat-ambassadors .grid .story-block .field_connect_me .info .tooltip .button-yellow{display:block;font-size:11px;line-height:13px;margin:0 26px;padding:8.5px 0 7.5px;width:180px}body[screen=xs] .cat-ambassadors .grid .story-block .field_connect_me .info:hover .tooltip{display:none!important}body[screen=xs] .cat-ambassadors .grid .story-block .field_connect_me .info.open .tooltip{display:block!important}body[screen=xs] .cat-ambassadors .grid .story-block .text{padding-left:16px;padding-right:16px}body[screen=xs] .cat-ambassadors .grid .story-block:first-of-type{height:170px}body[screen=xs] .cat-ambassadors .grid .story-block:first-of-type .text .content{padding-top:80px}body[screen=xs] .cat-ambassadors .grid .story-block:first-of-type .text .textContainerDiv{display:none}body[screen=xs] .cat-ambassadors .grid .story-block:nth-of-type(n+2){height:170px}body[screen=xs] .cat-ambassadors .grid .story-block:nth-of-type(n+2) .text .textContainerDiv{display:none}body[screen=xs] .cat-ambassadors .grid .story-block:last-of-type{margin-bottom:0}body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid{height:39.063vw;margin:2.5px 0;width:100%}body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .grid-right,body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .white-layer .grid-right{display:none}body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .grid-left,body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .white-layer .grid-left{height:100%;width:100%}body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer,body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .white-layer .title-layer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:auto;-ms-flex-direction:row;flex-direction:row;height:100%;left:0;padding-bottom:0;padding-left:16px;padding-right:16px;top:0;width:100%}body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer:before,body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .white-layer .title-layer:before{height:84.375vw;left:16px;right:auto;top:-14.063vw;-webkit-transform:none;-ms-transform:none;transform:none;width:84.375vw}body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer h2,body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .white-layer .title-layer h2{float:none;font-size:1.7rem;line-height:23px;max-width:calc(100% - 41px);padding:0 0 0 12px;text-align:left}body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .title-layer .spe-icon,body[screen=xs] .cat-ambassadors .cat-items .specialty-block .grid .front-layer .white-layer .title-layer .spe-icon{-ms-flex-item-align:start;align-self:flex-start;height:41px;margin:16px 0 0;width:41px}body[screen=xs] .cat-ambassadors .cat-items .detail-block .detail-title h2{margin-left:15px}body[screen=xs] .cat-ambassadors .cat-items .detail-block .detail-title a.button-yellow{-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:20px;width:100%}body[screen=xs] .cat-ambassadors .cat-items .detail-block .top-most .fit-width{height:78.125vw;margin:2.5px 0}body[screen=xs] .cat-ambassadors .cat-items .detail-block .top-most .fit-width .text .content{padding:0 16px 26px}body[screen=xs] .cat-ambassadors .cat-items .detail-block .top-most .fit-width .text .content h2{margin-bottom:6px;margin-top:0}body[screen=xs] .cat-ambassadors .cat-items .detail-block .top-most .fit-width .text .content .textContainerDiv{max-width:none}body[screen=xs] .cat-ambassadors .cat-items .detail-block .top-most .fit-width .video-icon{height:80px;width:80px}body[screen=xs] .cat-ambassadors .cat-items .detail-block .top-most .fit-width .readmore{margin-top:15px}body[screen=xs] .cat-ambassadors .cat-items .detail-block .grid{margin:0;width:100%!important}body[screen=xs] .cat-ambassadors .cat-items .detail-block .grid .story-block{height:52.188vw;margin:2.5px 0;width:100%}body[screen=xs] .cat-ambassadors .cat-items .detail-block .grid .story-block .text .content{padding:0 16px 26px}body[screen=xs] .cat-ambassadors .cat-items .detail-block .grid .story-block .text .content h2{margin-bottom:0;margin-top:0}body[screen=xs] .cat-ambassadors .cat-items .detail-block .grid .story-block .text .content .textContainerDiv{display:none}body[screen=xs] .cat-ambassadors .cat-items .detail-block .grid .story-block .readmore{margin-top:15px}body[screen=xs] .cat-ambassadors .cat-items .detail-block .story-control{font-size:1rem;line-height:14px;max-width:250px;padding:3px 18px 5px}body[screen=xs] .cat-ambassadors .pagination{margin:22px auto 25px}body[screen=xs] .cat-ambassadors .pagination .pageslinks ul li.page{display:none}body[screen=xs] .cat-ambassadors .pagination .pageslinks ul li.page.inactive,body[screen=xs] .cat-ambassadors .pagination .pageslinks ul li.page.inactive+.page{display:inline-block}body[screen=xs] .form-container .forms{padding:35px 0;width:100%}body[screen=xs] .form-container .forms .rsform>p{color:#142546;font-family:Open Sans;font-size:1.4rem;line-height:21px;padding:0 26px}body[screen=xs] .form-container .forms .rsform form h2{border-bottom:1px solid #f2f2f2;font-size:16px;line-height:22px;margin:0 0 13px!important;padding:0 26px 13px;width:100%}body[screen=xs] .form-container .forms fieldset{padding:0 26px}body[screen=xs] .form-container .forms .formResponsive{margin:0}body[screen=xs] .form-container .forms .formResponsive input[type=text]{-webkit-box-sizing:border-box;box-sizing:border-box;height:30px}body[screen=xs] .form-container .forms .formResponsive input[type=submit]{font-size:1.1rem;line-height:13px;padding:8px 13px}body[screen=xs] .form-container .forms .rsform-block{margin-bottom:12px}.cat-ambassadors .share-your-rothman-story{padding:74px 0 64px;position:relative}.cat-ambassadors .share-your-rothman-story .text{padding-left:43.728%;padding-right:7.302%}.cat-ambassadors .share-your-rothman-story .text:before{background-image:url(/templates/lyquix/images/story-form.png);background-position:50%;background-repeat:no-repeat;background-size:100%;content:" ";display:block;height:322px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:481px}.cat-ambassadors .share-your-rothman-story .share-button-container{display:inline-block;margin:0 auto;position:relative;text-align:center;top:-7px;width:265px}.cat-ambassadors .share-your-rothman-story .share-button-container a{display:block;padding:11px 24px 9px;text-decoration:none}.cat-ambassadors .share-your-rothman-story.closed .the-form{border:0}.cat-ambassadors .share-your-rothman-story h1{border-bottom:0;color:#142546;font-family:Open Sans,sans-serif;font-size:4.2rem;font-weight:300;letter-spacing:0;line-height:57px;margin:0 auto 22px}.cat-ambassadors .share-your-rothman-story p{color:#142546;display:block;font-family:Open Sans;font-size:15px;letter-spacing:0;line-height:24px;margin:0 auto;opacity:.7;padding:0;text-align:center;width:401px}.cat-ambassadors .share-your-rothman-story a{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;font-size:1.1rem;height:48px;line-height:13px;margin:0;padding:16px 0 18px;text-align:center;text-decoration:none;width:235px}.cat-ambassadors .share-your-rothman-story .the-form{margin:0 auto;overflow:hidden;position:relative;-webkit-transition:margin-top .5s;transition:margin-top .5s}.cat-ambassadors .share-your-rothman-story .the-form form fieldset{border:0}.cat-ambassadors .share-your-rothman-story .the-form form fieldset .formBody{width:100%}.cat-ambassadors .share-your-rothman-story .the-form form #g-recaptcha-580{min-height:78px}.cat-ambassadors .share-your-rothman-story .the-form .close-button:before{top:32px}.cat-ambassadors .share-your-rothman-story.closed{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}@media screen and (max-width:1599px){body[screen=lg] .cat-ambassadors .share-your-rothman-story .text{padding-left:42.314%;padding-right:5.093%}body[screen=lg] .cat-ambassadors .share-your-rothman-story .text:before{left:auto;right:62.65%}}body[screen=md] .cat-ambassadors .share-your-rothman-story{padding:39px 0 36px}body[screen=md] .cat-ambassadors .share-your-rothman-story .text{padding-left:40.225%;padding-right:5.013%}body[screen=md] .cat-ambassadors .share-your-rothman-story .text h1{margin-bottom:28px}body[screen=md] .cat-ambassadors .share-your-rothman-story .text:before{background-image:url(/templates/lyquix/images/story-form-md.png);background-position:bottom;left:auto;right:56.979%;width:413px}body[screen=md] .cat-ambassadors .share-your-rothman-story,body[screen=sm] .cat-ambassadors .share-your-rothman-story{width:100%}body[screen=md] .cat-ambassadors .share-your-rothman-story .share-button-container,body[screen=sm] .cat-ambassadors .share-your-rothman-story .share-button-container{width:220px}body[screen=md] .cat-ambassadors .share-your-rothman-story p,body[screen=sm] .cat-ambassadors .share-your-rothman-story p{width:300px}body[screen=xs] .cat-ambassadors .share-your-rothman-story{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:48.75vw;max-height:250px;min-height:156px;padding:21px 0 20px;position:static;width:91.875%}body[screen=xs] .cat-ambassadors .share-your-rothman-story .text{padding-left:0;padding-right:30%}body[screen=xs] .cat-ambassadors .share-your-rothman-story .text h1{font-size:17.5px;font-weight:600;height:auto;letter-spacing:0;line-height:26px;padding:9px 0 7px;width:162px}body[screen=xs] .cat-ambassadors .share-your-rothman-story .text:before{background-position:100% 100%;background-size:100%;bottom:0;height:100%;left:auto;max-width:54%;min-width:200px;right:0;top:auto;-webkit-transform:none;-ms-transform:none;transform:none}.fc-category.tmpl-custom-contact h1{font-family:Open Sans;font-size:4.2rem;font-weight:300;line-height:57px;padding-bottom:20px}.fc-category.tmpl-custom-contact .section-2{margin:0 auto;max-width:1018px;width:73.906%}.fc-category.tmpl-custom-contact .cat-description .item{background:linear-gradient(153deg,#f2f2f2,hsla(0,0%,95%,0)),linear-gradient(231deg,hsla(0,0%,95%,0),#f2f2f2);border:1px solid hsla(217,6%,54%,.18);margin:20px 0 0;padding:60px 6.777% 60px 50%;position:relative}.fc-category.tmpl-custom-contact .cat-description .item:before{background-image:url(/templates/lyquix/images/contact-banner.png);background-repeat:no-repeat;background-size:cover;content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:46.66%}.fc-category.tmpl-custom-contact .cat-description .item h2{font-family:Open Sans;font-size:2rem;font-weight:600;line-height:27px;margin:0}.fc-category.tmpl-custom-contact .cat-description .item p{color:#142546;font-family:Open Sans;font-size:1.6rem;font-weight:400;line-height:22px;margin:22px 0}.fc-category.tmpl-custom-contact .cat-description .item p:last-of-type{margin:0}.fc-category.tmpl-custom-contact .cat-description .item .button-yellow{background-color:#f7d53b!important;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.2);color:#1e2022;font-size:1.1rem;font-weight:900;letter-spacing:.478px;line-height:1;margin:0;min-width:169px;padding:8.5px 24px 7.5px;text-align:center}.fc-category.tmpl-custom-contact .cat-description .item.connect:before{background-image:url(/templates/lyquix/images/connect.png)}.fc-category.tmpl-custom-contact .contactUsBoxesContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:35px 0;width:100%}.fc-category.tmpl-custom-contact .contactUsBoxesContainer h2{margin-bottom:80px}.fc-category.tmpl-custom-contact .contactUsBoxesContainer .loc_box{width:33%}.fc-category.tmpl-custom-contact .contactUsBoxesContainer .loc_box.icon_appointment{border-right:0}.fc-category.tmpl-custom-contact .contactUsBoxesContainer .loc_box:nth-of-type(n+4){padding-top:20px}.fc-category.tmpl-custom-contact .contactUsBoxesContainer .loc_box:last-of-type{border-right:0}.fc-category.tmpl-custom-contact .contactUsBoxesContainer:last-of-type{border-top:1px solid #ededed;margin-top:0;padding-top:35px}.fc-category.tmpl-custom-contact div.cat-subcats{clear:both}.fc-category.tmpl-custom-contact div.cat-subcats:after,.fc-category.tmpl-custom-contact div.cat-subcats:before{content:" ";display:table}.fc-category.tmpl-custom-contact div.cat-subcats:after{clear:both}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats{list-style:none}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li{border-bottom:1px solid #ededed;margin:0;padding:0;text-align:center}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li:last-child{border-bottom:0;margin-top:40px}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li.general-inquiries,.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li.sponsorship-request{float:left}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li.sponsorship-request{border-right:1px solid #ededed;margin-left:-1px}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items{list-style:none;margin:0 auto;max-width:770px;padding:0;position:relative;text-align:center}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;position:relative;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li>a{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li>a:before{border-radius:3px;content:" ";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:1}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li>a:hover img,.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li>a:hover:before{opacity:.85}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li>a:active img,.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li>a:active:before{opacity:.7}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li{display:inline-block;float:none;margin:16px;min-height:172px;text-align:center;width:157px}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li h3{border-bottom:1px solid #eee;margin:10px 30px;padding:0 0 20px}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li a{color:#36393b;text-decoration:none}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li a:hover{color:#36393b;text-decoration:underline}.fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li .subcat-items>li a h4{color:#36393b;font-family:Georgia,serif;font-size:1.3rem;font-weight:400;line-height:1.6rem;margin-top:113px;padding:0 10px}.fc-category.tmpl-custom-contact .contact-block h2{margin:35px 0 25px}.fc-category.tmpl-custom-contact .contact-block .flex-container{gap:7px}.fc-category.tmpl-custom-contact .contact-block .flex-item{-webkit-box-flex:1;border:1px #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.2);box-shadow:0 1px 4px 0 rgba(0,0,0,.2);-ms-flex:1 1 calc(50% - 7px);flex:1 1 calc(50% - 7px);padding:20px 25px}.fc-category.tmpl-custom-contact .contact-block .flex-item .item-heading{font-weight:600;margin:0 0 10px}.fc-category.tmpl-custom-contact .contact-block .flex-item address,.fc-category.tmpl-custom-contact .contact-block .flex-item p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.7rem;font-style:normal;font-weight:400;line-height:1.47}body[screen=sm] .contact-block .flex-container,body[screen=xs] .contact-block .flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body[screen=md] .fc-category.tmpl-custom-contact .section-1{max-width:none}body[screen=md] .fc-category.tmpl-custom-contact .section-1 .section-2{width:83.333%}body[screen=md] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item{padding:50px 6.367% 50px 51.186%}body[screen=md] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item:before{background-position:-20px 0;width:51.061%}body[screen=sm] .fc-category.tmpl-custom-contact .section-1{max-width:none}body[screen=sm] .fc-category.tmpl-custom-contact .section-1 .section-2{width:81.25%}body[screen=sm] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item{padding:30px 7.692% 374px}body[screen=sm] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item:before{background-position:0 -25px;background-size:100%;bottom:0;height:354px;top:auto;width:520px}body[screen=sm] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item p{margin:15px 0}body[screen=sm] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item p:last-of-type{margin:0}body[screen=sm] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item.connect:before{background-position:0;background-size:cover}body[screen=sm] .fc-category.tmpl-custom-contact .section-1 .section-2 div.cat-subcats{padding-top:48px}body[screen=sm] .fc-category.tmpl-custom-contact .contactUsBoxesContainer{display:table;width:100%}body[screen=sm] .fc-category.tmpl-custom-contact .contactUsBoxesContainer .loc_box{display:table-cell;padding:0 10px 20px}body[screen=sm] .fc-category.tmpl-custom-contact .contactUsBoxesContainer .loc_box.icon_appointment{border-right:0}body[screen=xs] .fc-category.tmpl-custom-contact .section-1{max-width:none}body[screen=xs] .fc-category.tmpl-custom-contact .section-1 .section-2{width:78.125%}body[screen=xs] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item{padding:20px 9.217% 211px}body[screen=xs] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item:before{background-position-y:-9px;background-size:100%;bottom:0;height:191px;top:auto;width:250px}body[screen=xs] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item p{margin:15px 0}body[screen=xs] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item p:last-of-type{margin:0}body[screen=xs] .fc-category.tmpl-custom-contact .section-1 .section-2 .cat-description .item.connect:before{background-position-y:0;background-size:cover}body[screen=xs] .fc-category.tmpl-custom-contact .contactUsBoxesContainer{display:block}body[screen=xs] .fc-category.tmpl-custom-contact .contactUsBoxesContainer .loc_box{background-position:center 65px;border-bottom:1px solid #ededed;border-right:0;clear:both;display:inline-block;padding:20px 0;width:100%}body[screen=xs] .fc-category.tmpl-custom-contact .contactUsBoxesContainer .loc_box.icon_appointment,body[screen=xs] .fc-category.tmpl-custom-contact .contactUsBoxesContainer .loc_box:last-of-type{border-bottom:0}body[screen=xs] .fc-category.tmpl-custom-contact .contactUsBoxesContainer:last-of-type{margin-top:0;padding-top:20px}body[screen=xs] .fc-category.tmpl-custom-contact div.cat-subcats ul.cat-subcats>li.sponsorship-request{border-right:0;margin-left:0}@media screen and (max-width:320px){.fc-category.tmpl-custom-contact h1{margin:4.3rem 2px 5px}}.fc-category.tmpl-custom-events{display:-webkit-box;display:-ms-flexbox;display:flex}.fc-category.tmpl-custom-events .section-1{background-color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);min-height:1240px;width:314px}.fc-category.tmpl-custom-events .section-2{background:#fafafa;margin-left:auto;padding-bottom:60px;padding-left:4.765vw;padding-right:5vw;position:relative;width:calc(100% - 314px);z-index:0}.fc-category.tmpl-custom-events .stories-filter{margin-bottom:0;position:relative;z-index:1}.fc-category.tmpl-custom-events .stories-filter .filter-buttons-container{bottom:20px}.fc-category.tmpl-custom-events .stories-filter .stories-filter-tabs{display:none}.fc-category.tmpl-custom-events .stories-filter .button-yellow{font-size:1.1rem;line-height:13px;margin:0;padding:9.5px 0;width:155px}.fc-category.tmpl-custom-events h1{border-bottom:0;font-size:42px;font-weight:300;letter-spacing:0;line-height:57px;margin-bottom:4px}.fc-category.tmpl-custom-events .events-location-filter{-webkit-box-pack:end;-ms-flex-pack:end;-ms-flex-line-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-content:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;padding:0 19px 0 0}.fc-category.tmpl-custom-events .events-location-filter input{float:none}.fc-category.tmpl-custom-events .events-location-filter .loc-search>span{color:#142546;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:600;line-height:17px}.fc-category.tmpl-custom-events .events-location-filter .loc-search>span:first-of-type{margin-right:9px}.fc-category.tmpl-custom-events .events-location-filter .loc-search>span:last-of-type{margin:0 9px 0 21px}.fc-category.tmpl-custom-events .events-location-filter .input-wrapper{display:inline-block;margin:13px 0 15px;position:relative}.fc-category.tmpl-custom-events .events-location-filter .input-wrapper .use-loc{background-color:#fff;border-top:1px solid #eed;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.3);box-shadow:0 2px 6px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Open Sans,sans-serif;font-size:1.1rem;height:31px;left:0;line-height:30px;opacity:0;padding-left:10px;position:absolute;text-decoration:none;top:100%;-webkit-transition:opacity .5s;transition:opacity .5s;width:100%;z-index:1}.fc-category.tmpl-custom-events .events-location-filter .input-wrapper .use-loc:hover{cursor:pointer}.fc-category.tmpl-custom-events .events-location-filter .input-wrapper:focus-within .use-loc{opacity:1}.fc-category.tmpl-custom-events .events-location-filter .input-wrapper:before{background-image:url(/templates/lyquix/images/eyeglass.svg);content:" ";display:block;height:8px;left:7px;position:absolute;top:12px;width:8px;z-index:2}.fc-category.tmpl-custom-events .events-location-filter .input-wrapper .clear-query{display:none;line-height:0;position:absolute;right:9px;top:10px;width:9px}.fc-category.tmpl-custom-events .events-location-filter .input-wrapper .clear-query img{display:block;width:100%}.fc-category.tmpl-custom-events .events-location-filter .input-wrapper .clear-query:hover{cursor:pointer}.fc-category.tmpl-custom-events .events-location-filter .miles-control{background-color:#fff;display:inline-block;font-size:1.4rem;line-height:19px;position:relative}.fc-category.tmpl-custom-events .events-location-filter .miles-control span{background-image:url(/templates/lyquix/images/open-selection.svg);background-position-x:90px;background-position-y:center;background-repeat:no-repeat;background-size:5px;border-bottom:2px solid #142546;-webkit-box-sizing:border-box;box-sizing:border-box;color:#6d6d6d;display:block;font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:400;line-height:19px;padding:7px 32px 3px 13px;width:108px}.fc-category.tmpl-custom-events .events-location-filter .miles-control ul{background-color:#fff;display:none;position:absolute;right:0;top:100%;width:108px;z-index:2}.fc-category.tmpl-custom-events .events-location-filter .miles-control ul li{list-style:none}.fc-category.tmpl-custom-events .events-location-filter .miles-control:hover{cursor:pointer}.fc-category.tmpl-custom-events .events-location-filter .miles-control.open ul{display:block}.fc-category.tmpl-custom-events .events-location-filter.filter-active .input-wrapper .clear-query{display:inline-block}.fc-category.tmpl-custom-events span.next,.fc-category.tmpl-custom-events span.previous{bottom:30.5px;color:rgba(54,57,59,.85);font-family:Roboto;font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;position:absolute;right:183px;text-decoration:underline;z-index:6}.fc-category.tmpl-custom-events span.next:hover,.fc-category.tmpl-custom-events span.previous:hover{cursor:pointer;text-decoration:none}.fc-category.tmpl-custom-events .cat-description{position:relative}.fc-category.tmpl-custom-events .event-group-container{margin-top:0;position:relative}.fc-category.tmpl-custom-events .event-group-container .event-grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -3px;position:relative}.fc-category.tmpl-custom-events .event-group-container .event-grid-container .story-block{margin:3px;position:relative;width:calc(50% - 6px)}.fc-category.tmpl-custom-events .event-group-container .event-grid-container .story-block .text .content{padding:26px 26px 30px}.fc-category.tmpl-custom-events .event-group-container .event-grid-container .story-block .related-physician-present .physician-image,.fc-category.tmpl-custom-events .event-group-container .event-grid-container .story-block .related-physician-present h3{margin-top:20px}.fc-category.tmpl-custom-events .event-group-container h2{border-bottom:0;margin-bottom:7px;margin-top:27px}.fc-category.tmpl-custom-events .event-group-container:first-of-type h2{margin-top:23px}.fc-category.tmpl-custom-events .event_category_next:hover,.fc-category.tmpl-custom-events .event_category_prev:hover{cursor:pointer}.fc-category.tmpl-custom-events .grid .story-block.hide{display:none}body[screen=md] .fc-category.tmpl-custom-events .section-1{width:240px}body[screen=md] .fc-category.tmpl-custom-events .section-2{padding-left:5%;padding-right:5%;width:calc(100% - 240px)}body[screen=md] .fc-category.tmpl-custom-events .grid .story-block{padding:0}body[screen=md] .fc-category.tmpl-custom-events .grid .story-block .text .content{padding:20px 20px 26px}body[screen=md] .fc-category.tmpl-custom-events .event-group-container:first-of-type h2{margin-top:15px}body[screen=md] .fc-category.tmpl-custom-events .events-location-filter .results{width:33.333%}body[screen=md] .fc-category.tmpl-custom-events .events-location-filter .loc-search input{width:300px}@media only screen and (min-width:800px) and (max-width:959px){body[screen=sm] .fc-category.tmpl-custom-events .section-1{width:239px}body[screen=sm] .fc-category.tmpl-custom-events .section-2{padding-left:4.69vw;padding-right:4.69vw;width:calc(100% - 239px)}body[screen=sm] .fc-category.tmpl-custom-events .grid .story-block{padding:0}body[screen=sm] .fc-category.tmpl-custom-events .grid .story-block .text .content{padding:20px 20px 26px}}@media only screen and (min-width:640px) and (max-width:799px){body[screen=sm] .fc-category.tmpl-custom-events .section-1{width:34.375vw}body[screen=sm] .fc-category.tmpl-custom-events .section-2{padding-left:3.75vw;padding-right:6.25vw;width:65.625vw}body[screen=sm] .fc-category.tmpl-custom-events .grid .story-block{padding:0;width:100%}body[screen=sm] .fc-category.tmpl-custom-events .grid .story-block .text .content{padding:16px 20px 26px}}body[screen=sm] .fc-category.tmpl-custom-events .events-location-filter,body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:0}body[screen=sm] .fc-category.tmpl-custom-events .events-location-filter .input-wrapper,body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .input-wrapper{margin:0}body[screen=sm] .fc-category.tmpl-custom-events .events-location-filter .results,body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .results{padding:15px 19px;width:100%}body[screen=sm] .fc-category.tmpl-custom-events .events-location-filter .loc-search,body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search{padding:15px 19px}body[screen=sm] .fc-category.tmpl-custom-events .events-location-filter .loc-search input,body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search input{margin:0;width:300px}body[screen=xs] .fc-category.tmpl-custom-events{display:block}body[screen=xs] .fc-category.tmpl-custom-events .section-1{min-height:0;width:100%}body[screen=xs] .fc-category.tmpl-custom-events .section-2{padding-left:10.9375;padding-right:10.9375;width:100%}body[screen=xs] .fc-category.tmpl-custom-events .filter-button-xs{bottom:-35.5px;position:absolute;right:0;text-align:right}body[screen=xs] .fc-category.tmpl-custom-events .filter-button-xs .filter-options{font-size:1.1rem;line-height:1;margin:0 19px 0 auto;padding:7.5px 15px;width:72px}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter{background-color:#f9f9f9;padding-top:45px}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .results{display:none}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f4f4f4;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;padding:20px 16px 28px}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search>span{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-right:0;order:1}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search>span:first-of-type{width:193px}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search>span:last-of-type{width:77px}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search>div{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin:6px 0 0;order:2}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search>div:first-of-type{width:193px}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search>div:first-of-type input{font-size:1.3rem;letter-spacing:.18px;line-height:12px;padding:9px 27px 4px 23px;width:100%}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search>div:last-of-type{background-position-x:64px;font-size:1.3rem;line-height:12px;width:77px}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search>div:last-of-type .miles-label{font-size:1.3rem;letter-spacing:.18px;line-height:12px;padding:9px 17px 4px 6px}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search span{width:100%}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search span:last-of-type{margin-left:0}body[screen=xs] .fc-category.tmpl-custom-events .events-location-filter .loc-search input{width:278px}body[screen=xs] .fc-category.tmpl-custom-events span.next,body[screen=xs] .fc-category.tmpl-custom-events span.previous{bottom:-29px;left:19px;right:auto}body[screen=xs].catid-56 .section-1 .cat-description span.next,body[screen=xs].catid-56 .section-1 .cat-description span.previous,body[screen=xs].catid-57 .section-1 .cat-description span.next,body[screen=xs].catid-57 .section-1 .cat-description span.previous{top:-65px}@media screen and (max-width:320px){.tmpl-custom-events .cat-description span.next,.tmpl-custom-events .cat-description span.previous{right:5px}}@media only screen and (min-width:1600px){.fc-category.cat-events .section-1{width:360px}.fc-category.cat-events .section-2{padding-left:calc(6.25% - 24px);padding-right:calc(6.23% - 18px);width:calc(100% - 360px)}}body[screen=md] .fc-category.cat-events .section-1{width:240px}body[screen=md] .fc-category.cat-events .section-2{padding-left:5%;padding-right:5%;width:calc(100% - 240px)}@media only screen and (min-width:800px) and (max-width:959px){body[screen=sm] .fc-category.cat-events .section-1{width:239px}body[screen=sm] .fc-category.cat-events .section-2{padding-left:4.69vw;padding-right:4.69vw;width:calc(100% - 239px)}}@media only screen and (min-width:640px) and (max-width:799px){body[screen=sm] .fc-category.cat-events .section-1{width:34.375vw}body[screen=sm] .fc-category.cat-events .section-2{padding-left:3.75vw;padding-right:6.25vw;width:65.625vw}}body[screen=xs] .fc-category.cat-events{display:block}body[screen=xs] .fc-category.cat-events h1{font-size:40px;font-weight:300;letter-spacing:.44px;line-height:50px}body[screen=xs] .fc-category.cat-events .section-1{min-height:0;width:100%}body[screen=xs] .fc-category.cat-events .section-2{padding-left:10.9375;padding-right:10.9375;width:100%}body[screen=xs] .fc-category.cat-events .grid .story-block{padding:0;width:100%}body[screen=xs] .fc-category.cat-events .grid .story-block .text .content{padding:16px 16px 20px}.map-loader{background:url(/templates/lyquix/images/spin2.svg) no-repeat;display:block;height:100px;left:calc(50% - 50px);position:fixed;top:calc(50% - 50px);width:100px;z-index:99}.catid-3 .row.main,.catid-32 .row.main,.catid-64 .row.main{padding-bottom:0}.catid-3:not(.view_item) .appointment-popup{right:75px}.cat-locations,.cat-pt-locator,.cat-qcap-locator{height:calc(100vh - 58px)}.cat-locations:after,.cat-locations:before,.cat-pt-locator:after,.cat-pt-locator:before,.cat-qcap-locator:after,.cat-qcap-locator:before{content:" ";display:table}.cat-locations:after,.cat-pt-locator:after,.cat-qcap-locator:after{clear:both}.cat-locations .cat-items,.cat-pt-locator .cat-items,.cat-qcap-locator .cat-items{background-color:#fafafa;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);height:calc(100% - 100px);left:0;overflow:hidden;position:fixed;top:100px;width:314px}.cat-locations .cat-items .close-button,.cat-locations .cat-items .result-button,.cat-locations .cat-items .xs-confirm,.cat-locations .cat-items .xs-filter-controls,.cat-pt-locator .cat-items .close-button,.cat-pt-locator .cat-items .result-button,.cat-pt-locator .cat-items .xs-confirm,.cat-pt-locator .cat-items .xs-filter-controls,.cat-qcap-locator .cat-items .close-button,.cat-qcap-locator .cat-items .result-button,.cat-qcap-locator .cat-items .xs-confirm,.cat-qcap-locator .cat-items .xs-filter-controls{display:none}.cat-locations .cat-items .introitems-items,.cat-pt-locator .cat-items .introitems-items,.cat-qcap-locator .cat-items .introitems-items{height:calc(100% - 209px);opacity:0;overflow-y:auto;position:relative;-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden}.cat-locations .cat-items .introitems-items-list,.cat-pt-locator .cat-items .introitems-items-list,.cat-qcap-locator .cat-items .introitems-items-list{margin:0 34px 0 24px}.cat-locations .cat-items ul,.cat-pt-locator .cat-items ul,.cat-qcap-locator .cat-items ul{list-style:none;margin:0;padding:0}.cat-locations .cat-items ul li,.cat-pt-locator .cat-items ul li,.cat-qcap-locator .cat-items ul li{border-bottom:2px solid #ededed;color:#142546;font-family:Open Sans,sans-serif;font-size:1.4rem;margin:0;padding:0 0 0 24px;position:relative}.cat-locations .cat-items ul li .miles-from,.cat-pt-locator .cat-items ul li .miles-from,.cat-qcap-locator .cat-items ul li .miles-from{display:block;font-size:1.3rem;font-weight:300;left:-25px;letter-spacing:1.21px;line-height:18px;padding-top:10px;position:relative;text-transform:uppercase}.cat-locations .cat-items ul li .pt-tag,.cat-pt-locator .cat-items ul li .pt-tag,.cat-qcap-locator .cat-items ul li .pt-tag{background-color:#ededed;border-radius:1px;color:#880ecf;display:none;font-family:Open Sans,sans-serif;font-size:9px;font-weight:700;letter-spacing:.6px;line-height:12px;margin-bottom:15.5px;padding:4.5px 7px 3.5px}.cat-locations .cat-items ul li h2,.cat-pt-locator .cat-items ul li h2,.cat-qcap-locator .cat-items ul li h2{margin:8px 0;position:relative;text-align:left}.cat-locations .cat-items ul li h2:before,.cat-pt-locator .cat-items ul li h2:before,.cat-qcap-locator .cat-items ul li h2:before{background-size:100%;content:" ";display:block;font-size:3.75rem;height:20px;left:-24px;line-height:2.656;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:16px}.cat-locations .cat-items ul li h2.urgent:before,.cat-pt-locator .cat-items ul li h2.urgent:before,.cat-qcap-locator .cat-items ul li h2.urgent:before{background:url(/templates/lyquix/images/location-icons/filter-UC-pin.svg) no-repeat;background-size:100%;content:" "}.cat-locations .cat-items ul li h2 a,.cat-pt-locator .cat-items ul li h2 a,.cat-qcap-locator .cat-items ul li h2 a{color:#142546!important}.cat-locations .cat-items ul li h2 a:link,.cat-pt-locator .cat-items ul li h2 a:link,.cat-qcap-locator .cat-items ul li h2 a:link{text-decoration:none}.cat-locations .cat-items ul li h2 a:link:hover,.cat-pt-locator .cat-items ul li h2 a:link:hover,.cat-qcap-locator .cat-items ul li h2 a:link:hover{text-decoration:underline}.cat-locations .cat-items ul li .field_loc_hours,.cat-locations .cat-items ul li .field_loc_phone,.cat-pt-locator .cat-items ul li .field_loc_hours,.cat-pt-locator .cat-items ul li .field_loc_phone,.cat-qcap-locator .cat-items ul li .field_loc_hours,.cat-qcap-locator .cat-items ul li .field_loc_phone{margin-top:10px}.cat-locations .cat-items ul li .field_loc_hours .days,.cat-locations .cat-items ul li .field_loc_hours .label,.cat-locations .cat-items ul li .field_loc_phone,.cat-locations .cat-items ul li .field_loc_phone .days,.cat-locations .cat-items ul li .field_loc_phone .label,.cat-pt-locator .cat-items ul li .field_loc_hours .days,.cat-pt-locator .cat-items ul li .field_loc_hours .label,.cat-pt-locator .cat-items ul li .field_loc_phone,.cat-pt-locator .cat-items ul li .field_loc_phone .days,.cat-pt-locator .cat-items ul li .field_loc_phone .label,.cat-qcap-locator .cat-items ul li .field_loc_hours .days,.cat-qcap-locator .cat-items ul li .field_loc_hours .label,.cat-qcap-locator .cat-items ul li .field_loc_phone,.cat-qcap-locator .cat-items ul li .field_loc_phone .days,.cat-qcap-locator .cat-items ul li .field_loc_phone .label{font-weight:600}.cat-locations .cat-items ul li .field_loc_phone a,.cat-pt-locator .cat-items ul li .field_loc_phone a,.cat-qcap-locator .cat-items ul li .field_loc_phone a{color:inherit;font-weight:400;text-decoration:none}.cat-locations .cat-items ul li .field_loc_address a,.cat-locations .cat-items ul li .field_main_image,.cat-pt-locator .cat-items ul li .field_loc_address a,.cat-pt-locator .cat-items ul li .field_main_image,.cat-qcap-locator .cat-items ul li .field_loc_address a,.cat-qcap-locator .cat-items ul li .field_main_image{display:none}.cat-locations .cat-items ul .filter-surgical h2:before,.cat-pt-locator .cat-items ul .filter-surgical h2:before,.cat-qcap-locator .cat-items ul .filter-surgical h2:before{background:url(/templates/lyquix/images/location-icons/filter-SL-pin.svg) no-repeat;content:" "}.cat-locations .cat-items ul .filter-urgent:before,.cat-pt-locator .cat-items ul .filter-urgent:before,.cat-qcap-locator .cat-items ul .filter-urgent:before{background:url(/templates/lyquix/images/location-icons/filter-UC-pin.svg) no-repeat;content:" "}.cat-locations .cat-items ul .filter-office h2:before,.cat-pt-locator .cat-items ul .filter-office h2:before,.cat-qcap-locator .cat-items ul .filter-office h2:before{background:url(/templates/lyquix/images/location-icons/filter-office-color.svg) no-repeat;content:" "}.cat-locations .cat-items ul .get-direction,.cat-pt-locator .cat-items ul .get-direction,.cat-qcap-locator .cat-items ul .get-direction{font-weight:900;margin:18px 0 20px}.cat-locations .hurt-app-blurb,.cat-pt-locator .hurt-app-blurb,.cat-qcap-locator .hurt-app-blurb{background-color:#f2f2f2;display:none;padding-bottom:20px;padding-top:15px}.cat-locations .hurt-app-blurb .blurb-container,.cat-pt-locator .hurt-app-blurb .blurb-container,.cat-qcap-locator .hurt-app-blurb .blurb-container{margin:0 34px 0 24px}.cat-locations .hurt-app-blurb .eyebrow-text,.cat-pt-locator .hurt-app-blurb .eyebrow-text,.cat-qcap-locator .hurt-app-blurb .eyebrow-text{color:#142546;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:1.207px;line-height:1.38;text-transform:uppercase}.cat-locations .hurt-app-blurb .inner,.cat-pt-locator .hurt-app-blurb .inner,.cat-qcap-locator .hurt-app-blurb .inner{padding-left:24px}.cat-locations .hurt-app-blurb h2,.cat-pt-locator .hurt-app-blurb h2,.cat-qcap-locator .hurt-app-blurb h2{font-size:1.7rem;line-height:1.47;margin:7px 0;position:relative}.cat-locations .hurt-app-blurb h2:before,.cat-pt-locator .hurt-app-blurb h2:before,.cat-qcap-locator .hurt-app-blurb h2:before{background-image:url(/templates/lyquix/images/icons/icon-shield.svg);background-size:100%;content:"";height:17px;left:-24px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:17px}.cat-locations .hurt-app-blurb p,.cat-pt-locator .hurt-app-blurb p,.cat-qcap-locator .hurt-app-blurb p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:400;line-height:1.62;margin:0 0 15px}.cat-locations .hurt-app-blurb a.common-button,.cat-pt-locator .hurt-app-blurb a.common-button,.cat-qcap-locator .hurt-app-blurb a.common-button{margin:0}.cat-locations .cat-map,.cat-pt-locator .cat-map,.cat-qcap-locator .cat-map{-webkit-box-shadow:inset 0 1px 7px rgba(0,0,0,.21);box-shadow:inset 0 1px 7px rgba(0,0,0,.21);height:calc(100% - 58px);margin:0;padding:0;position:fixed;right:0;top:58px;width:calc(100% - 314px);z-index:0}.cat-locations .cat-map .gm-style-iw .gm-style-iw-d,.cat-pt-locator .cat-map .gm-style-iw .gm-style-iw-d,.cat-qcap-locator .cat-map .gm-style-iw .gm-style-iw-d{overflow:auto!important;width:280px}.cat-locations .cat-map .gm-style-iw.gm-style-iw-c,.cat-pt-locator .cat-map .gm-style-iw.gm-style-iw-c,.cat-qcap-locator .cat-map .gm-style-iw.gm-style-iw-c{border-radius:2px;padding:0}.cat-locations .cat-map .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect,.cat-pt-locator .cat-map .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect,.cat-qcap-locator .cat-map .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect{background:rgba(11,20,37,.4) url(/templates/lyquix/images/icons/x-close.svg) no-repeat 50%/10px!important;background-size:10px!important;border-radius:50%;height:22px!important;right:7px!important;top:7px!important;width:22px!important}.cat-locations .cat-map .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect img,.cat-pt-locator .cat-map .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect img,.cat-qcap-locator .cat-map .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect img{display:none!important}.cat-locations .cat-map .gm-style-iw h2,.cat-pt-locator .cat-map .gm-style-iw h2,.cat-qcap-locator .cat-map .gm-style-iw h2{bottom:13px;font-size:1.7rem;font-weight:600;left:26px;letter-spacing:0;line-height:25px;margin:0;position:absolute;width:calc(100% - 52px);z-index:1}.cat-locations .cat-map .gm-style-iw h2 a,.cat-pt-locator .cat-map .gm-style-iw h2 a,.cat-qcap-locator .cat-map .gm-style-iw h2 a{color:#fff!important;text-decoration:none}.cat-locations .cat-map .gm-style-iw .field_main_image,.cat-pt-locator .cat-map .gm-style-iw .field_main_image,.cat-qcap-locator .cat-map .gm-style-iw .field_main_image{position:relative;width:100%;z-index:0}.cat-locations .cat-map .gm-style-iw .field_main_image img,.cat-pt-locator .cat-map .gm-style-iw .field_main_image img,.cat-qcap-locator .cat-map .gm-style-iw .field_main_image img{background-color:#f3f3f3;border-radius:2px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.15);box-shadow:0 2px 4px rgba(0,0,0,.15);height:95px;-o-object-fit:cover;object-fit:cover;width:100%}.cat-locations .cat-map .gm-style-iw .pt-tag,.cat-pt-locator .cat-map .gm-style-iw .pt-tag,.cat-qcap-locator .cat-map .gm-style-iw .pt-tag{background-color:#ededed;border-radius:1px;color:#880ecf;display:none;font-family:Open Sans,sans-serif;font-size:9px;font-weight:700;letter-spacing:.6px;line-height:12px;margin:12px 26px 0;padding:4.5px 7px 3.5px}.cat-locations .cat-map .gm-style-iw .group-1,.cat-pt-locator .cat-map .gm-style-iw .group-1,.cat-qcap-locator .cat-map .gm-style-iw .group-1{min-height:98px;position:relative}.cat-locations .cat-map .gm-style-iw .group-1:before,.cat-pt-locator .cat-map .gm-style-iw .group-1:before,.cat-qcap-locator .cat-map .gm-style-iw .group-1:before{background:-webkit-gradient(linear,left bottom,left top,from(rgba(9,13,35,.86)),to(rgba(9,18,35,0)));background:linear-gradient(0deg,rgba(9,13,35,.86) 0,rgba(9,18,35,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.cat-locations .cat-map .gm-style-iw .group-2 .field_loc_address,.cat-locations .cat-map .gm-style-iw .group-2 .field_loc_hours,.cat-locations .cat-map .gm-style-iw .group-2 .field_loc_phone,.cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_address,.cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_hours,.cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_phone,.cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_address,.cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_hours,.cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_phone{color:#142546;font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:400;line-height:23px;margin:12px 26px 0}.cat-locations .cat-map .gm-style-iw .group-2 .field_loc_hours,.cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_hours,.cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_hours{font-weight:400}.cat-locations .cat-map .gm-style-iw .group-2 .field_loc_hours .days,.cat-locations .cat-map .gm-style-iw .group-2 .field_loc_phone,.cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_hours .days,.cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_phone,.cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_hours .days,.cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_phone{font-weight:600}.cat-locations .cat-map .gm-style-iw .group-2 .field_loc_phone a,.cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_phone a,.cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_phone a{color:inherit;font-weight:400;text-decoration:none}.cat-locations .cat-map .gm-style-iw .button-yellow,.cat-pt-locator .cat-map .gm-style-iw .button-yellow,.cat-qcap-locator .cat-map .gm-style-iw .button-yellow{border-radius:4px;margin:18px 0 18px 26px}.cat-locations .cat-map .gm-style-iw .directions,.cat-pt-locator .cat-map .gm-style-iw .directions,.cat-qcap-locator .cat-map .gm-style-iw .directions{display:none}.cat-locations .cat-map #ny-notice,.cat-pt-locator .cat-map #ny-notice,.cat-qcap-locator .cat-map #ny-notice{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;gap:8px;left:35px;padding:15px;position:absolute;top:32px;z-index:9999}.cat-locations .cat-map #ny-notice span,.cat-pt-locator .cat-map #ny-notice span,.cat-qcap-locator .cat-map #ny-notice span{color:#142546;font-size:12px;font-weight:600;line-height:17px;text-align:left}.cat-locations .cat-map #ny-notice span.close,.cat-pt-locator .cat-map #ny-notice span.close,.cat-qcap-locator .cat-map #ny-notice span.close{-ms-flex-line-pack:center;align-content:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:12px}.cat-locations .cat-map #ny-notice span.close:after,.cat-pt-locator .cat-map #ny-notice span.close:after,.cat-qcap-locator .cat-map #ny-notice span.close:after{background-image:url(/templates/lyquix/images/close-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:" ";display:block;height:9px;width:9px}.cat-locations .cat-map #ny-notice a,.cat-pt-locator .cat-map #ny-notice a,.cat-qcap-locator .cat-map #ny-notice a{color:#4b5268;font-size:12px;font-weight:400;line-height:17px;text-align:left;text-decoration-line:underline;text-decoration-style:solid;-webkit-transition:.3s;transition:.3s}.cat-locations .cat-map #ny-notice a:hover,.cat-pt-locator .cat-map #ny-notice a:hover,.cat-qcap-locator .cat-map #ny-notice a:hover{color:#142546}.cat-locations .filter.menu-collapsed,.cat-pt-locator .filter.menu-collapsed,.cat-qcap-locator .filter.menu-collapsed{top:76px}.cat-locations .gm-ui-hover-effect,.cat-pt-locator .gm-ui-hover-effect,.cat-qcap-locator .gm-ui-hover-effect{z-index:2!important}.cat-locations .button-yellow,.cat-pt-locator .button-yellow,.cat-qcap-locator .button-yellow{border-radius:4px;color:#1e2022;font-size:1.1rem;font-weight:900;letter-spacing:.48px;line-height:13px;padding:7px 0;width:172px}.cat-locations .search-results-text,.cat-pt-locator .search-results-text,.cat-qcap-locator .search-results-text{border-bottom:2px solid #ededed;color:#142546;font-family:Open Sans,sans-serif;font-size:9px;font-weight:700;letter-spacing:.6px;line-height:12px;margin:0 34px 0 24px;padding:13px 0 10px}body.type-alias-location[regions=florida] .fc-item.tmpl-custom-locations .advanced_rel_physicians,body.type-alias-location[regions=florida] .fc-item.tmpl-custom-locations .extenders-heading,body.type-alias-location[regions=florida] .fc-item.tmpl-custom-locations .related-extenders{display:none}body.type-alias-location[regions=florida] .fc-item.tmpl-custom-locations .field_loc_info{margin-bottom:40px}body[regions=greater-philadelphia] .cat-locations .cat-items .introitems-items{height:calc(100% - 253px)}body[data-filter-applied=filter-physical-therapy] .cat-locations .cat-items ul li.filter-physical-therapy h2{margin-bottom:2px!important}body[data-filter-applied=filter-physical-therapy] .cat-locations .cat-items ul li.filter-physical-therapy h2:before{background:url(/templates/lyquix/images/location-icons/filter-pt-color.svg) no-repeat;content:" "}body[data-filter-applied=filter-physical-therapy] .cat-locations .cat-items ul li.filter-physical-therapy .pt-tag{display:inline-block}body[data-filter-applied=filter-physical-therapy] .cat-locations .cat-map .gm-style-iw .field_loc_address{margin-top:3px}body[data-filter-applied=filter-physical-therapy] .cat-locations .cat-map .pt-tag{display:inline-block}.cat-pt-locator .cat-items .introitems-items,.cat-qcap-locator .cat-items .introitems-items{height:calc(100% - 166px)}.cat-pt-locator .radio-wrapper.region-select,.cat-qcap-locator .radio-wrapper.region-select,body[regions=outside-region] .cat-locations .radio-wrapper.region-select{opacity:50%;pointer-events:none}body[screen=xs] .cat-locations .cat-items .introitems-items,body[screen=xs] .cat-pt-locator .cat-items .introitems-items,body[screen=xs] .cat-qcap-locator .cat-items .introitems-items{height:calc(100% - 40px)}.fc-category.tmpl-custom-locations .input-section.xs{background-color:#f2f2f2;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;padding:10px 14px 6px}.fc-category.tmpl-custom-locations .input-section.xs .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative}.fc-category.tmpl-custom-locations .input-section.xs .input-wrapper input{background-color:#fefefe;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;height:auto;line-height:16px;padding:8px 12px 4px;width:200px}.fc-category.tmpl-custom-locations .input-section.xs .input-wrapper .use-my-location{border-radius:0 4px 4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;height:28px;margin:0;padding:0;position:relative;width:55px}.fc-category.tmpl-custom-locations .input-section.xs .input-wrapper .use-my-location:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:2.3rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs{display:-webkit-box;display:-ms-flexbox;display:flex}.fc-category.tmpl-custom-locations .button-wrapper{display:none}body[screen=xs] .fc-category.tmpl-custom-locations .button-wrapper{display:block}.fc-category.tmpl-custom-locations .input-section{background-color:#fff;padding:21px 34px 16px 26px}.fc-category.tmpl-custom-locations .input-section h4{margin:0 0 12px}.fc-category.tmpl-custom-locations .input-section .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:6px;position:relative}.fc-category.tmpl-custom-locations .input-section .input-wrapper input{background-color:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;height:40px;letter-spacing:0;padding:11px 12px;width:206px}.fc-category.tmpl-custom-locations .input-section .input-wrapper .use-my-location{border-radius:0 5px 5px 0;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0;position:relative;width:55px}.fc-category.tmpl-custom-locations .input-section .input-wrapper .use-my-location:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.fc-category.tmpl-custom-locations .cat-items .filter-section{background-color:#fff;padding:0 34px 20px 26px}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu{width:100%}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu:hover{cursor:pointer}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-opener{height:61px;position:relative;-webkit-transition:background-color .5s,-webkit-box-shadow .5s;transition:background-color .5s,-webkit-box-shadow .5s;transition:background-color .5s,box-shadow .5s;transition:background-color .5s,box-shadow .5s,-webkit-box-shadow .5s;width:100%;z-index:2}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-opener span{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;color:#36393b;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:600;height:50px;line-height:1.25;padding:13px;position:relative;width:100%}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-opener span:after{background-color:rgba(54,57,59,.5);bottom:0;content:" ";height:1px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 20px)}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-opener span:hover:after{height:2px}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-opener:after{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:12px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:14px;text-transform:none;top:20px}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-shared{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-bottom:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 7px;width:100%;z-index:2}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-shared li{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:1px solid #e6e6e6;border-radius:16.5px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#36393b;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;justify-content:center;letter-spacing:0;line-height:12px;margin:0;padding:4px 8.5px 6px;position:relative;text-align:center;-webkit-transition:background-color .5s,color .5s;transition:background-color .5s,color .5s;word-break:normal;z-index:2}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-shared li:hover{background-color:hsla(0,0%,100%,.5)}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-shared li.active{color:#fff}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-shared li.active[data-key=filter-office]{background-color:#142546;border-color:#142546}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-shared li.active[data-key=filter-urgent]{background-color:#9a0f06;border-color:#9a0f06}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-shared li.active[data-key=filter-surgical]{background-color:#348407;border-color:#348407}.fc-category.tmpl-custom-locations .cat-items .filter-section .filter-menu .menu-shared li.active[data-key=filter-physical-therapy]{background-color:#880ecf;border-color:#c386e7}.fc-category.tmpl-custom-locations .cat-items .filter-section .filters-summary{padding:0}.fc-category.tmpl-custom-locations .cat-items.active .filter-menu .menu-opener{background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.14);box-shadow:0 1px 3px 0 rgba(0,0,0,.14);-webkit-transition:background-color .5s,-webkit-box-shadow .5s;transition:background-color .5s,-webkit-box-shadow .5s;transition:background-color .5s,box-shadow .5s;transition:background-color .5s,box-shadow .5s,-webkit-box-shadow .5s}.fc-category.tmpl-custom-locations .cat-items.active .filter-menu .menu-shared{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs{padding:10px 14px 12px}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsla(0,0%,95%,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:14px}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu{position:relative}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu:hover{cursor:pointer}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-opener{height:50px;position:relative;-webkit-transition:background-color .5s,-webkit-box-shadow .5s;transition:background-color .5s,-webkit-box-shadow .5s;transition:background-color .5s,box-shadow .5s;transition:background-color .5s,box-shadow .5s,-webkit-box-shadow .5s;width:100%;z-index:3}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-opener span{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;color:#36393b;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:600;height:50px;line-height:1.25;padding:13px;position:relative;width:100%}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-opener span:after{background-color:rgba(54,57,59,.5);bottom:10px;content:" ";height:1px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 20px)}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-opener span:hover:after{height:2px}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-opener:after{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:12px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:14px;text-transform:none;top:20px}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-shared{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding-left:0;padding-right:0;-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;width:100%;z-index:2}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-shared li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:16.5px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15);box-shadow:0 1px 3px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;color:#36393b;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;font-size:1.3rem;font-weight:600;line-height:1.15385;margin:0 2px;padding:4px 11px 6px 21px;position:relative;-webkit-transition:background-color .5s;transition:background-color .5s;z-index:2}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-shared li:before{border-radius:3px;content:" ";display:block;height:5px;left:9.5px;opacity:.5;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .5s;transition:opacity .5s;width:5px}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-shared li.active{background-color:#fff}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-shared li.active:before{opacity:1}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-shared li:hover{background-color:hsla(0,0%,100%,.5)}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-shared li:hover:before{opacity:.75}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-shared li[data-key=filter-office]:before{background-color:#1f3a84}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-shared li[data-key=filter-urgent]:before{background-color:#9a0f06}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filter-menu .menu-shared li[data-key=filter-surgical]:before{background-color:#348407}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-section .filters-summary{display:none;padding:0}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-menu.active .menu-opener{background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.14);box-shadow:0 1px 3px 0 rgba(0,0,0,.14);-webkit-transition:background-color .5s,-webkit-box-shadow .5s;transition:background-color .5s,-webkit-box-shadow .5s;transition:background-color .5s,box-shadow .5s;transition:background-color .5s,box-shadow .5s,-webkit-box-shadow .5s}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filter-menu.active .menu-shared{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible}body[screen=xs] .fc-category.tmpl-custom-locations .input-section.xs .filters-summary{display:none}body[screen=sm] .fc-category.tmpl-custom-locations #cat-map .gm-style-iw-d,body[screen=xs] .fc-category.tmpl-custom-locations #cat-map .gm-style-iw-d{width:auto}body[screen=sm] .fc-category.tmpl-custom-locations #cat-map .gm-style-iw-d .group-1:before,body[screen=xs] .fc-category.tmpl-custom-locations #cat-map .gm-style-iw-d .group-1:before{content:normal}body[screen=sm] .fc-category.tmpl-custom-locations #cat-map .field_main_image,body[screen=xs] .fc-category.tmpl-custom-locations #cat-map .field_main_image{display:none}body[screen=sm].catid-3 #ny-notice,body[screen=xs].catid-3 #ny-notice{-ms-flex-wrap:wrap;flex-wrap:wrap;left:16px;max-width:235px;top:16px}@media (max-width:479px){body[screen=xs] .fc-category.tmpl-custom-locations{height:calc(100vh - 87px)}body[screen=xs] .fc-category.tmpl-custom-locations .search-results-text{display:none}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items{height:65px;left:0;top:87px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items.filters-open{position:static;z-index:11}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items.filters-open .introitems-items{display:none}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items.active{height:calc(100vh - 87px)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:14px 10px 14px 13px;width:calc(100% - 103px)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .left .filter-control{-ms-flex-preferred-size:28px;-webkit-box-flex:0;-ms-flex-positive:0;-ms-flex-negative:0;color:#667187;flex-basis:28px;flex-grow:0;flex-shrink:0;font-family:Roboto,sans-serif;font-size:.8rem;letter-spacing:.53px;line-height:12px;margin:0 0 0 auto;text-align:center;text-transform:uppercase}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .left .filter-control img{display:block;margin:0 auto 2px;width:17px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #ededed;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 0 auto;padding:0 17px 0 10px;width:103px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .right .view-control{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .right .view-control>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;background-color:#f9f9f9;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);color:#667187;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Roboto,sans-serif;font-size:.8rem;height:40px;justify-content:center;letter-spacing:.53px;line-height:12px;text-align:center;text-transform:uppercase;width:38px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .right .view-control>div:before{content:" ";display:inline-block;margin:0 auto}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .right .view-control>div.map{border-radius:4px 0 0 4px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .right .view-control>div.map:before{background-image:url(/templates/lyquix/images/icons/location-map-grey.svg);height:16px;width:14px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .right .view-control>div.map.active:before{background-image:url(/templates/lyquix/images/icons/location-map-white.svg)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .right .view-control>div.active{background-color:#142546;color:#fff}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .right .view-control>div.list{border-radius:0 4px 4px 0}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .right .view-control>div.list:before{background-image:url(/templates/lyquix/images/icons/location-list-grey.svg);height:12px;margin-bottom:1px;margin-top:3px;width:17px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls .right .view-control>div.list.active:before{background-image:url(/templates/lyquix/images/icons/location-list-white.svg)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .xs-filter-controls h4{color:#142546;font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;letter-spacing:0;line-height:23px;margin:0 6px 0 0}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper{background-color:#fff;display:none;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:999}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-close{background-image:url(/templates/lyquix/images/icons/filter-close-xs.svg);background-size:100%;display:block;height:14px;position:fixed;right:26px;top:20px;width:14px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-section{-webkit-box-ordinal-group:4;-ms-flex-order:3;display:block;order:3}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-section:before{color:#142546;content:"Location Type";font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:23px;margin-bottom:5px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-section .menu-shared{display:none}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-section .xs-confirm{background-color:#ffd04e!important;border:1px solid hsla(0,0%,100%,0);border-radius:5px;bottom:40px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#36393b;cursor:pointer;display:inline-block;display:block;font-family:Roboto,sans-serif;font-size:1.3rem;font-size:11px;font-weight:700;font-weight:900;left:50%;letter-spacing:.05em;letter-spacing:.48px;line-height:1.7rem;line-height:13px;margin:0;padding:7.5px 62px 8.5px;position:fixed;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .5s;transition:all .5s;width:180px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-section .xs-confirm *{color:#36393b;text-decoration:none}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-section .xs-confirm:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-section .xs-confirm:hover *{color:rgba(54,57,59,.7)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-section .xs-confirm:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-section .xs-confirm:active *{color:rgba(54,57,59,.55)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-section .xs-confirm:active{-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper .filter-section .xs-filters{display:block}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active:before{color:#142546;content:"Filter Locations";font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;letter-spacing:0;line-height:23px;padding:35px 26px 12px;text-align:center}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active>:not(.filter-close){width:100%}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active .input-section.xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active .xs-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:5px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active .xs-filters input[type=radio]{height:100%;left:0;position:absolute;top:0;width:100%}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active .xs-filters label{color:#142546;font-family:Open Sans,sans-serif;font-size:1.2rem;line-height:13px;line-height:17px;margin-bottom:10px;width:calc(100% - 19px)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active .radio-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-ordinal-group:3;-ms-flex-order:2;align-items:flex-start;border-bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px;order:2;padding-bottom:0}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active .radio-wrapper:before{color:#142546;content:"Selected Region";font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:23px;margin-bottom:5px;width:100%}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active .radio-wrapper label{font-family:Open Sans,sans-serif;font-size:1.2rem;line-height:17px;margin-bottom:10px;width:calc(100% - 19px)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active .radio-wrapper input:nth-of-type(2),body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active .radio-wrapper label:nth-of-type(2){margin-left:0}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active .radio-wrapper label:nth-of-type(2){margin-bottom:0}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-wrapper.active .radio-wrapper input[type=radio]{height:100%;left:0;position:absolute;top:0;width:100%}body[screen=xs] .fc-category.tmpl-custom-locations .cat-map{height:calc(100% - 153px);top:153px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-map .gm-style-iw h2{font-size:1.4rem;font-weight:700;line-height:18px}body[screen=xs] .fc-category.tmpl-custom-locations .input-section{border-top:1px solid #f2f2f2;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left}body[screen=xs] .fc-category.tmpl-custom-locations .input-section h4{font-size:1.4rem;font-weight:600;line-height:23px;margin-bottom:4px;text-align:left}body[screen=xs] .fc-category.tmpl-custom-locations .input-section .input-wrapper{margin-bottom:6px}body[screen=xs] .fc-category.tmpl-custom-locations .input-section .input-wrapper input{font-size:1.6rem;height:30px;letter-spacing:.35px;line-height:14px;padding:8px 10px;width:calc(100% - 44px)}body[screen=xs] .fc-category.tmpl-custom-locations .input-section .input-wrapper button{height:28px;width:42px}body[screen=xs] .fc-category.tmpl-custom-locations .input-section .filter-section{margin-left:0;margin-top:0;width:100%}body[screen=xs] .fc-category.tmpl-custom-locations .input-section .filters-summary{display:block;width:110px!important}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .introitems-items{background-color:#fafafa;padding-top:5px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .hurt-app-blurb .blurb-container,body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .introitems-items-list{margin:0 10.855vw}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .hurt-app-blurb .blurb-container li,body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .introitems-items-list li{padding:15px 0 15px 24px;text-align:left}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .hurt-app-blurb .blurb-container li .miles-from,body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .introitems-items-list li .miles-from{position:static}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .hurt-app-blurb .blurb-container li h2,body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .introitems-items-list li h2{font-size:1.5rem;font-weight:700;line-height:20px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .hurt-app-blurb .blurb-container li .pt-tag,body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .introitems-items-list li .pt-tag{margin-bottom:8px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .hurt-app-blurb .blurb-container li .group-1,body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .introitems-items-list li .group-1{position:relative}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .hurt-app-blurb .blurb-container li .get-direction,body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .introitems-items-list li .get-direction{margin:18px 0 0}}@media (max-width:364px){body[screen=xs] .fc-category.tmpl-custom-locations .cat-items{height:74px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-map{height:calc(100% - 150px)!important;top:150px!important}}@media (min-width:480px){body[screen=xs] .fc-category.tmpl-custom-locations .introitems-items-list,body[screen=xs] .fc-category.tmpl-custom-locations .search-results-text{margin:0 13px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items{height:calc(100% - 86px);text-align:left;top:86px;width:280px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .radio-wrapper{padding-left:13px;padding-right:13px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .input-section{padding:20px 13px 16px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-section{padding:0 0 16px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .filter-section .menu-shared{margin:0}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items ul li{padding-left:24px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .button-yellow{font-size:1.1rem;padding:8px 0;width:172px}body[screen=xs] .fc-category.tmpl-custom-locations .cat-map{height:calc(100% - 86px);top:86px;width:calc(100% - 280px)}body[screen=xs] .fc-category.tmpl-custom-locations .cat-map .gm-style-iw .group-2{width:184px}body[screen=xs] .fc-category.tmpl-custom-locations .nothing-selected{top:242px}}body[screen=xs] .fc-category.tmpl-custom-locations .button-wrapper{background-color:#fff;bottom:0;height:40px;position:fixed;text-align:center;width:100%;z-index:2}body[screen=xs] .fc-category.tmpl-custom-locations .button-wrapper .button-white{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1.1rem;height:24px;line-height:1.18182;padding:6px 14px;width:180px}.fc-category.tmpl-custom-locations .cat-items .nothing-selected{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:#666;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;font-family:Open Sans,sans-serif;font-size:1.5rem;justify-content:center;left:0;line-height:1.6;margin:0 auto;opacity:.8;opacity:1;position:absolute;text-align:center;top:283px;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible;width:100%}.fc-category.tmpl-custom-locations .cat-items .nothing-selected img{margin-bottom:20px}.fc-category.tmpl-custom-locations .cat-items .nothing-selected span{display:block;width:216px}.fc-category.tmpl-custom-locations .cat-items.show-results .nothing-selected{opacity:0;-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden}.fc-category.tmpl-custom-locations .cat-items.show-results .introitems-items{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible}.cat-pt-locator .filters-summary,.cat-qcap-locator .filter-menu,.cat-qcap-locator .filters-summary{display:none}body[screen=sm] .cat-locations .cat-items,body[screen=sm] .cat-locations .cat-map,body[screen=sm] .cat-pt-locator .cat-items,body[screen=sm] .cat-pt-locator .cat-map,body[screen=sm] .cat-qcap-locator .cat-items,body[screen=sm] .cat-qcap-locator .cat-map{height:calc(100% - 86px);top:86px}body[screen=sm] .cat-locations .filter.menu-collapsed,body[screen=sm] .cat-pt-locator .filter.menu-collapsed,body[screen=sm] .cat-qcap-locator .filter.menu-collapsed{top:78px}body[screen=sm] .cat-locations .filter-wrapper .radio-wrapper.region-select label:nth-of-type(2),body[screen=sm] .cat-pt-locator .filter-wrapper .radio-wrapper.region-select label:nth-of-type(2),body[screen=sm] .cat-qcap-locator .filter-wrapper .radio-wrapper.region-select label:nth-of-type(2){margin-left:16px}body[screen=sm] .cat-locations .cat-map .gm-style-iw,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw,body[screen=xs] .cat-locations .cat-map .gm-style-iw,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw{max-width:184px!important}body[screen=sm] .cat-locations .cat-map .gm-style-iw h2,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw h2,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw h2,body[screen=xs] .cat-locations .cat-map .gm-style-iw h2,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw h2,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw h2{position:static}body[screen=sm] .cat-locations .cat-map .gm-style-iw h2 a,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw h2 a,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw h2 a,body[screen=xs] .cat-locations .cat-map .gm-style-iw h2 a,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw h2 a,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw h2 a{color:#142546!important}body[screen=sm] .cat-locations .cat-map .gm-style-iw .group-1,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw .group-1,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw .group-1,body[screen=xs] .cat-locations .cat-map .gm-style-iw .group-1,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw .group-1,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw .group-1{margin:20px 13px 0;min-height:0}body[screen=sm] .cat-locations .cat-map .gm-style-iw .group-2,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw .group-2,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw .group-2,body[screen=xs] .cat-locations .cat-map .gm-style-iw .group-2,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw .group-2,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw .group-2{width:184px}body[screen=sm] .cat-locations .cat-map .gm-style-iw .group-2 .pt-tag,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw .group-2 .pt-tag,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw .group-2 .pt-tag,body[screen=xs] .cat-locations .cat-map .gm-style-iw .group-2 .pt-tag,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw .group-2 .pt-tag,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw .group-2 .pt-tag{margin:4px 13px 0}body[screen=sm] .cat-locations .cat-map .gm-style-iw .group-2 .field_loc_address,body[screen=sm] .cat-locations .cat-map .gm-style-iw .group-2 .field_loc_hours,body[screen=sm] .cat-locations .cat-map .gm-style-iw .group-2 .field_loc_phone,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_address,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_hours,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_phone,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_address,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_hours,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_phone,body[screen=xs] .cat-locations .cat-map .gm-style-iw .group-2 .field_loc_address,body[screen=xs] .cat-locations .cat-map .gm-style-iw .group-2 .field_loc_hours,body[screen=xs] .cat-locations .cat-map .gm-style-iw .group-2 .field_loc_phone,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_address,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_hours,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw .group-2 .field_loc_phone,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_address,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_hours,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw .group-2 .field_loc_phone{font-size:1.2rem;line-height:21px;margin:5px 13px 0}body[screen=sm] .cat-locations .cat-map .gm-style-iw .button-yellow,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw .button-yellow,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw .button-yellow,body[screen=xs] .cat-locations .cat-map .gm-style-iw .button-yellow,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw .button-yellow,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw .button-yellow{font-size:1rem;margin:10px 0 20px 13px;padding:4px 0;width:114px}body[screen=sm] .cat-locations .cat-map .gm-style-iw button.gm-ui-hover-effect,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw button.gm-ui-hover-effect,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw button.gm-ui-hover-effect,body[screen=xs] .cat-locations .cat-map .gm-style-iw button.gm-ui-hover-effect,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw button.gm-ui-hover-effect,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw button.gm-ui-hover-effect{background:transparent!important;-webkit-box-shadow:none;box-shadow:none}body[screen=sm] .cat-locations .cat-map .gm-style-iw button.gm-ui-hover-effect img,body[screen=sm] .cat-pt-locator .cat-map .gm-style-iw button.gm-ui-hover-effect img,body[screen=sm] .cat-qcap-locator .cat-map .gm-style-iw button.gm-ui-hover-effect img,body[screen=xs] .cat-locations .cat-map .gm-style-iw button.gm-ui-hover-effect img,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw button.gm-ui-hover-effect img,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw button.gm-ui-hover-effect img{display:block!important;height:22px!important;margin:0 auto!important;width:22px!important}body[screen=xs] .filter.menu-collapsed{top:87px}body[screen=xs] .cat-locations,body[screen=xs] .cat-pt-locator,body[screen=xs] .cat-qcap-locator{padding-bottom:0}body[screen=xs] .cat-locations .button-gray.loc:before,body[screen=xs] .cat-pt-locator .button-gray.loc:before,body[screen=xs] .cat-qcap-locator .button-gray.loc:before{top:5px!important}body[screen=xs] .cat-locations .cat-items,body[screen=xs] .cat-pt-locator .cat-items,body[screen=xs] .cat-qcap-locator .cat-items{height:38px;overflow-y:hidden;position:fixed;text-align:center;top:calc(100% - 38px);-webkit-transition:height .5s,top .5s;transition:height .5s,top .5s;width:100%;z-index:1}body[screen=xs] .cat-locations .cat-items .result-button,body[screen=xs] .cat-pt-locator .cat-items .result-button,body[screen=xs] .cat-qcap-locator .cat-items .result-button{background-color:#f3f3f3;border:0;display:block;font-size:1.1rem;font-weight:900;line-height:1.3rem;margin:3px auto 0;padding:9px 0 7px;width:180px}body[screen=xs] .cat-locations .cat-items .filters-summary,body[screen=xs] .cat-pt-locator .cat-items .filters-summary,body[screen=xs] .cat-qcap-locator .cat-items .filters-summary{text-align:left}body[screen=xs] .cat-locations .cat-items .open-map-result,body[screen=xs] .cat-pt-locator .cat-items .open-map-result,body[screen=xs] .cat-qcap-locator .cat-items .open-map-result{cursor:pointer;display:block}body[screen=xs] .cat-locations .cat-items .close-map-result,body[screen=xs] .cat-pt-locator .cat-items .close-map-result,body[screen=xs] .cat-qcap-locator .cat-items .close-map-result{display:none}body[screen=xs] .cat-locations .cat-items.open,body[screen=xs] .cat-pt-locator .cat-items.open,body[screen=xs] .cat-qcap-locator .cat-items.open{height:calc(100% - 149px);overflow-y:auto;top:149px}body[screen=xs] .cat-locations .cat-items.open .open-map-result,body[screen=xs] .cat-pt-locator .cat-items.open .open-map-result,body[screen=xs] .cat-qcap-locator .cat-items.open .open-map-result{display:none}body[screen=xs] .cat-locations .cat-items.open .close-map-result,body[screen=xs] .cat-pt-locator .cat-items.open .close-map-result,body[screen=xs] .cat-qcap-locator .cat-items.open .close-map-result{cursor:pointer;display:block;margin-bottom:10px;margin-top:15px}body[screen=xs] .cat-locations .cat-items.open .introitems-items-list,body[screen=xs] .cat-pt-locator .cat-items.open .introitems-items-list,body[screen=xs] .cat-qcap-locator .cat-items.open .introitems-items-list{border-top:1px solid #ededed;display:block;text-align:left}body[screen=xs] .cat-locations .cat-items.open .introitems-items-list li:before,body[screen=xs] .cat-pt-locator .cat-items.open .introitems-items-list li:before,body[screen=xs] .cat-qcap-locator .cat-items.open .introitems-items-list li:before{left:0}body[screen=xs] .cat-locations .cat-map,body[screen=xs] .cat-pt-locator .cat-map,body[screen=xs] .cat-qcap-locator .cat-map{height:calc(100% - 177px);top:137px;width:100%}@media (max-width:479px){body[screen=xs] .cat-locations .cat-map,body[screen=xs] .cat-pt-locator .cat-map,body[screen=xs] .cat-qcap-locator .cat-map{height:calc(100% - 212px);top:172px}body[screen=xs] .cat-locations .cat-map .gm-style-iw,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw{max-width:254px!important}body[screen=xs] .cat-locations .cat-map .gm-style-iw .group-2,body[screen=xs] .cat-pt-locator .cat-map .gm-style-iw .group-2,body[screen=xs] .cat-qcap-locator .cat-map .gm-style-iw .group-2{width:254px}body[screen=xs] .cat-locations .cat-items.open,body[screen=xs] .cat-pt-locator .cat-items.open,body[screen=xs] .cat-qcap-locator .cat-items.open{height:calc(100% - 172px);top:172px}body[screen=xs] .cat-locations .cat-items .introitems-items-list,body[screen=xs] .cat-pt-locator .cat-items .introitems-items-list,body[screen=xs] .cat-qcap-locator .cat-items .introitems-items-list{display:none}body[screen=xs] .fc-category.tmpl-custom-locations .cat-items .nothing-selected{top:114px}}@media print{.cat-locations .filter,.cat-pt-locator .filter,.cat-qcap-locator .filter{display:none}.cat-locations .cat-map,.cat-pt-locator .cat-map,.cat-qcap-locator .cat-map{height:480px;position:absolute;top:-75px;width:100%}.cat-locations .cat-items,.cat-pt-locator .cat-items,.cat-qcap-locator .cat-items{height:auto;margin-top:405px;position:static;width:100%}.cat-locations .cat-items ul li,.cat-pt-locator .cat-items ul li,.cat-qcap-locator .cat-items ul li{-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:34px;page-break-inside:avoid;position:relative;width:100%}.cat-locations .cat-items ul li:after,.cat-locations .cat-items ul li:before,.cat-pt-locator .cat-items ul li:after,.cat-pt-locator .cat-items ul li:before,.cat-qcap-locator .cat-items ul li:after,.cat-qcap-locator .cat-items ul li:before{content:" ";display:table}.cat-locations .cat-items ul li:after,.cat-pt-locator .cat-items ul li:after,.cat-qcap-locator .cat-items ul li:after{clear:both}.cat-locations .cat-items ul li .field_loc_hours,.cat-pt-locator .cat-items ul li .field_loc_hours,.cat-qcap-locator .cat-items ul li .field_loc_hours{position:absolute;right:52px;top:48px}.cat-locations .cat-items ul li .get-direction,.cat-pt-locator .cat-items ul li .get-direction,.cat-qcap-locator .cat-items ul li .get-direction{display:none}}.pac-container{font-family:Open Sans,sans-serif;position:relative}.pac-container:after{display:none}.manual-link{border-top:1px solid #eed;font-family:Open Sans,sans-serif;font-size:1.1rem;height:31px;line-height:30px;padding-left:10px;text-decoration:none;width:100%;z-index:1}.manual-link:hover{background-color:#f6f6f6;cursor:pointer;text-decoration:none}button[aria-label=Close].gm-ui-hover-effect>span{display:none!important}.gm-style-iw-ch{height:0;padding:0}.cat-locations .cat-map .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect{position:absolute!important}.fc-category.cat-blog,.fc-category.cat-events,.fc-category.cat-news,.fc-category.cat-videos{display:-webkit-box;display:-ms-flexbox;display:flex}.fc-category.cat-blog .section-1,.fc-category.cat-events .section-1,.fc-category.cat-news .section-1,.fc-category.cat-videos .section-1{background-color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);min-height:1240px;width:314px}.fc-category.cat-blog .section-1 .filter-bar-phy,.fc-category.cat-events .section-1 .filter-bar-phy,.fc-category.cat-news .section-1 .filter-bar-phy,.fc-category.cat-videos .section-1 .filter-bar-phy{padding:40px 40px 0}.fc-category.cat-blog .section-1 .filter-bar-phy .input-wrapper,.fc-category.cat-events .section-1 .filter-bar-phy .input-wrapper,.fc-category.cat-news .section-1 .filter-bar-phy .input-wrapper,.fc-category.cat-videos .section-1 .filter-bar-phy .input-wrapper{margin-bottom:12px}.fc-category.cat-blog .section-1 .filter-bar-phy .input-wrapper input,.fc-category.cat-events .section-1 .filter-bar-phy .input-wrapper input,.fc-category.cat-news .section-1 .filter-bar-phy .input-wrapper input,.fc-category.cat-videos .section-1 .filter-bar-phy .input-wrapper input{background-color:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;color:#142546;font-size:1.2rem;height:30px;padding:11px 12px;width:calc(100% - 42px)}.fc-category.cat-blog .section-1 .filter-bar-phy .input-wrapper .use-my-location,.fc-category.cat-events .section-1 .filter-bar-phy .input-wrapper .use-my-location,.fc-category.cat-news .section-1 .filter-bar-phy .input-wrapper .use-my-location,.fc-category.cat-videos .section-1 .filter-bar-phy .input-wrapper .use-my-location{border-radius:0 5px 5px 0;margin:0;padding:0;position:relative;width:40px}.fc-category.cat-blog .section-1 .filter-bar-phy .input-wrapper .use-my-location:before,.fc-category.cat-events .section-1 .filter-bar-phy .input-wrapper .use-my-location:before,.fc-category.cat-news .section-1 .filter-bar-phy .input-wrapper .use-my-location:before,.fc-category.cat-videos .section-1 .filter-bar-phy .input-wrapper .use-my-location:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:1.3rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.fc-category.cat-blog .section-1 .filter-bar-phy .event-distance,.fc-category.cat-events .section-1 .filter-bar-phy .event-distance,.fc-category.cat-news .section-1 .filter-bar-phy .event-distance,.fc-category.cat-videos .section-1 .filter-bar-phy .event-distance{margin-bottom:21px}.fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .input-wrapper,.fc-category.cat-events .section-1 .filter-bar-phy .event-distance .input-wrapper,.fc-category.cat-news .section-1 .filter-bar-phy .event-distance .input-wrapper,.fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .input-wrapper{margin-bottom:6px}.fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .filter-label,.fc-category.cat-events .section-1 .filter-bar-phy .event-distance .filter-label,.fc-category.cat-news .section-1 .filter-bar-phy .event-distance .filter-label,.fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .filter-label{margin-bottom:4px}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener:after,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener:after,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener:after,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener:after{display:none}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .filter-label:before,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .filter-label:before,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .filter-label:before,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .filter-label:before{speak:none;content:"";font-family:FontAwesome;font-size:12px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:9px;text-transform:none;top:7px}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown{left:-14px;margin:0;max-height:436px;overflow:hidden;padding:24px 0;top:28px}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown .input-section,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown .input-section,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown .input-section,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown .input-section{padding:0 26px}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper{margin-bottom:12px}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper input,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper input,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper input,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper input{background-color:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;color:#142546;font-size:1.2rem;height:30px;padding:11px 12px;width:calc(100% - 42px)}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper .use-my-location,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper .use-my-location,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper .use-my-location,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper .use-my-location{border-radius:0 5px 5px 0;margin:0;padding:0;position:relative;width:40px}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper .use-my-location:before,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper .use-my-location:before,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper .use-my-location:before,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown .input-section .input-wrapper .use-my-location:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:1.3rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown ul,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown ul,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown ul,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown ul{margin:12px 0;max-height:388px;overflow:hidden;padding-left:0;padding-right:38px;position:relative}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown ul .ps__rail-y,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown ul .ps__rail-y,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown ul .ps__rail-y,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown ul .ps__rail-y{background-color:rgba(20,37,70,.22)!important;border-radius:3.5px;display:block!important;opacity:1;right:26px;width:7px}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown ul .ps__rail-y .ps__thumb-y,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown ul .ps__rail-y .ps__thumb-y,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown ul .ps__rail-y .ps__thumb-y,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown ul .ps__rail-y .ps__thumb-y{background-color:rgba(25,30,39,.37)!important;border-radius:3.5px;left:0;width:7px}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown .no-results,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown .no-results,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown .no-results,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown .no-results{font-style:italic;height:auto}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown .no-results:after,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown .no-results:after,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown .no-results:after,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown .no-results:after{display:none}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown li,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown li,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown li,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown li{font-family:Open Sans,sans-serif}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown li[data-filter-value=view-all],.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown li[data-filter-value=view-all],.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown li[data-filter-value=view-all],.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown li[data-filter-value=view-all]{color:#142546;opacity:.6}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown.physician-filters ul,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown.physician-filters ul,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown.physician-filters ul,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown.physician-filters ul{max-height:346px}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown.location-filters ul,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown.location-filters ul,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown.location-filters ul,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown.location-filters ul{max-height:322px}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener .dropdown.location-filters ul li.hide,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener .dropdown.location-filters ul li.hide,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener .dropdown.location-filters ul li.hide,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener .dropdown.location-filters ul li.hide{display:none}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener.active .filter-label,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener.active .filter-label,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener.active .filter-label,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener.active .filter-label{background-color:#f2f2f2}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener.active .filter-label:before,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener.active .filter-label:before,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener.active .filter-label:before,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener.active .filter-label:before{background-image:url(/templates/lyquix/images/icons/morefilters.svg);background-size:100%;content:" ";display:block;height:8px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);width:8px}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener.active .close,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener.active .close,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener.active .close,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener.active .close{display:none}.fc-category.cat-blog .section-1 .filter-bar-phy .menu-opener.active:after,.fc-category.cat-events .section-1 .filter-bar-phy .menu-opener.active:after,.fc-category.cat-news .section-1 .filter-bar-phy .menu-opener.active:after,.fc-category.cat-videos .section-1 .filter-bar-phy .menu-opener.active:after{background-color:#fff;background-image:none;content:"";display:block;height:10px;left:10px;position:absolute;top:22px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:10px;z-index:1}.fc-category.cat-blog .section-1 .filter-bar-phy .physician-filters li,.fc-category.cat-events .section-1 .filter-bar-phy .physician-filters li,.fc-category.cat-news .section-1 .filter-bar-phy .physician-filters li,.fc-category.cat-videos .section-1 .filter-bar-phy .physician-filters li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.fc-category.cat-blog .section-1 .filter-bar-phy .physician-filters li.hide,.fc-category.cat-events .section-1 .filter-bar-phy .physician-filters li.hide,.fc-category.cat-news .section-1 .filter-bar-phy .physician-filters li.hide,.fc-category.cat-videos .section-1 .filter-bar-phy .physician-filters li.hide{display:none}.fc-category.cat-blog .section-1 .filter-bar-phy .physician-filters li img,.fc-category.cat-events .section-1 .filter-bar-phy .physician-filters li img,.fc-category.cat-news .section-1 .filter-bar-phy .physician-filters li img,.fc-category.cat-videos .section-1 .filter-bar-phy .physician-filters li img{border-radius:100%;display:block;margin-right:8px;width:30px}.fc-category.cat-blog .section-1 .filter-bar-phy .physician-filters li .text,.fc-category.cat-events .section-1 .filter-bar-phy .physician-filters li .text,.fc-category.cat-news .section-1 .filter-bar-phy .physician-filters li .text,.fc-category.cat-videos .section-1 .filter-bar-phy .physician-filters li .text{padding:0}.fc-category.cat-blog .section-1 .filter-bar-phy .physician-filters li .text:after,.fc-category.cat-events .section-1 .filter-bar-phy .physician-filters li .text:after,.fc-category.cat-news .section-1 .filter-bar-phy .physician-filters li .text:after,.fc-category.cat-videos .section-1 .filter-bar-phy .physician-filters li .text:after{display:none}.fc-category.cat-blog .section-1 .filter-bar-phy .filter-controls,.fc-category.cat-events .section-1 .filter-bar-phy .filter-controls,.fc-category.cat-news .section-1 .filter-bar-phy .filter-controls,.fc-category.cat-videos .section-1 .filter-bar-phy .filter-controls{color:#142546;display:block;font-family:Open Sans;font-size:12px;font-weight:600;letter-spacing:0;line-height:17px;margin-bottom:10px;margin-top:50px;padding-left:15px;position:relative}.fc-category.cat-blog .section-1 .filter-bar-phy .filter-controls:before,.fc-category.cat-events .section-1 .filter-bar-phy .filter-controls:before,.fc-category.cat-news .section-1 .filter-bar-phy .filter-controls:before,.fc-category.cat-videos .section-1 .filter-bar-phy .filter-controls:before{background-image:url(/templates/lyquix/images/icons/morefilters.svg);content:" ";display:block;height:10px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:10px}.fc-category.cat-blog .section-1 .filter-bar-phy .filter-controls.active:before,.fc-category.cat-events .section-1 .filter-bar-phy .filter-controls.active:before,.fc-category.cat-news .section-1 .filter-bar-phy .filter-controls.active:before,.fc-category.cat-videos .section-1 .filter-bar-phy .filter-controls.active:before{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.fc-category.cat-blog .section-1 .filter-bar-phy .extra-filter,.fc-category.cat-events .section-1 .filter-bar-phy .extra-filter,.fc-category.cat-news .section-1 .filter-bar-phy .extra-filter,.fc-category.cat-videos .section-1 .filter-bar-phy .extra-filter{padding-left:15px}.fc-category.cat-blog .section-2 h1,.fc-category.cat-events .section-2 h1,.fc-category.cat-news .section-2 h1,.fc-category.cat-videos .section-2 h1{border-bottom:0;font-size:42px;font-weight:300;letter-spacing:0;line-height:57px;margin-bottom:4px}.fc-category.cat-blog .section-2>h4,.fc-category.cat-events .section-2>h4,.fc-category.cat-news .section-2>h4,.fc-category.cat-videos .section-2>h4{color:#6d6d6d;font-family:Roboto;font-size:11px;font-weight:400;letter-spacing:0;line-height:13px;margin-top:4px;text-transform:uppercase}.fc-category.cat-blog .section-2,.fc-category.cat-news .section-2,.fc-category.cat-videos .section-2{background:#fafafa;margin-left:auto;padding-bottom:60px;padding-left:4.765vw;padding-right:5vw;position:relative;width:calc(100% - 314px);z-index:0}.fc-category.cat-blog .section-2 .pagination .pageslinks ul,.fc-category.cat-news .section-2 .pagination .pageslinks ul,.fc-category.cat-videos .section-2 .pagination .pageslinks ul{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.fc-category.cat-blog .section-2 .pagination .pageslinks ul li,.fc-category.cat-news .section-2 .pagination .pageslinks ul li,.fc-category.cat-videos .section-2 .pagination .pageslinks ul li{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;height:33px;letter-spacing:0;line-height:23px;padding:5px 0;text-align:center;width:30px}.fc-category.cat-blog .section-2 .pagination .pageslinks ul li.first:before,.fc-category.cat-news .section-2 .pagination .pageslinks ul li.first:before,.fc-category.cat-videos .section-2 .pagination .pageslinks ul li.first:before{content:"<<";display:inline}.fc-category.cat-blog .section-2 .pagination .pageslinks ul li.prev:before,.fc-category.cat-news .section-2 .pagination .pageslinks ul li.prev:before,.fc-category.cat-videos .section-2 .pagination .pageslinks ul li.prev:before{content:"<";display:inline}.fc-category.cat-blog .section-2 .pagination .pageslinks ul li.next:before,.fc-category.cat-news .section-2 .pagination .pageslinks ul li.next:before,.fc-category.cat-videos .section-2 .pagination .pageslinks ul li.next:before{content:">";display:inline}.fc-category.cat-blog .section-2 .pagination .pageslinks ul li.last:before,.fc-category.cat-news .section-2 .pagination .pageslinks ul li.last:before,.fc-category.cat-videos .section-2 .pagination .pageslinks ul li.last:before{content:">>";display:inline}.fc-category.cat-blog .section-2 .pagination .pageslinks ul li.page,.fc-category.cat-news .section-2 .pagination .pageslinks ul li.page,.fc-category.cat-videos .section-2 .pagination .pageslinks ul li.page{display:none}.fc-category.cat-blog .section-2 .pagination .pageslinks ul li.page.inactive,.fc-category.cat-blog .section-2 .pagination .pageslinks ul li.page.inactive+.page,.fc-category.cat-blog .section-2 .pagination .pageslinks ul li.page.inactive+.page+.page,.fc-category.cat-news .section-2 .pagination .pageslinks ul li.page.inactive,.fc-category.cat-news .section-2 .pagination .pageslinks ul li.page.inactive+.page,.fc-category.cat-news .section-2 .pagination .pageslinks ul li.page.inactive+.page+.page,.fc-category.cat-videos .section-2 .pagination .pageslinks ul li.page.inactive,.fc-category.cat-videos .section-2 .pagination .pageslinks ul li.page.inactive+.page,.fc-category.cat-videos .section-2 .pagination .pageslinks ul li.page.inactive+.page+.page{display:block}.fc-category.cat-blog .stories-filter,.fc-category.cat-news .stories-filter,.fc-category.cat-videos .stories-filter{display:none}.fc-category.cat-blog .grid,.fc-category.cat-news .grid,.fc-category.cat-videos .grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px -3px 0}.fc-category.cat-blog .grid .story-block,.fc-category.cat-news .grid .story-block,.fc-category.cat-videos .grid .story-block{left:auto;margin:3px;position:relative;top:auto;width:calc(33.333% - 6px)}.fc-category.cat-blog .grid .story-block .image,.fc-category.cat-news .grid .story-block .image,.fc-category.cat-videos .grid .story-block .image{height:100%;left:auto;line-height:0;position:relative;top:auto;width:100%}.fc-category.cat-blog .grid .story-block .image img,.fc-category.cat-news .grid .story-block .image img,.fc-category.cat-videos .grid .story-block .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.fc-category.cat-blog .grid .story-block .text .date,.fc-category.cat-blog .grid .story-block .text h4,.fc-category.cat-news .grid .story-block .text .date,.fc-category.cat-news .grid .story-block .text h4,.fc-category.cat-videos .grid .story-block .text .date,.fc-category.cat-videos .grid .story-block .text h4{color:hsla(0,0%,100%,.7);font-family:Open Sans,sans-serif;font-size:1.2rem;line-height:17px;margin-bottom:0;padding-left:0;text-transform:none}.fc-category.cat-blog .grid .story-block .text .date:before,.fc-category.cat-blog .grid .story-block .text h4:before,.fc-category.cat-news .grid .story-block .text .date:before,.fc-category.cat-news .grid .story-block .text h4:before,.fc-category.cat-videos .grid .story-block .text .date:before,.fc-category.cat-videos .grid .story-block .text h4:before{display:none}.fc-category.cat-blog .grid .story-block .text h3,.fc-category.cat-news .grid .story-block .text h3,.fc-category.cat-videos .grid .story-block .text h3{margin-top:18px}.fc-category.cat-blog .grid .story-block:nth-of-type(n+2) .text,.fc-category.cat-news .grid .story-block:nth-of-type(n+2) .text,.fc-category.cat-videos .grid .story-block:nth-of-type(n+2) .text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end;padding-bottom:36px}.fc-category.cat-blog .grid .story-block:nth-of-type(n+2) .text .date,.fc-category.cat-blog .grid .story-block:nth-of-type(n+2) .text h4,.fc-category.cat-news .grid .story-block:nth-of-type(n+2) .text .date,.fc-category.cat-news .grid .story-block:nth-of-type(n+2) .text h4,.fc-category.cat-videos .grid .story-block:nth-of-type(n+2) .text .date,.fc-category.cat-videos .grid .story-block:nth-of-type(n+2) .text h4{border-bottom:0;padding-bottom:0}.fc-category.cat-blog .grid .story-block:nth-of-type(n+2) .text h3,.fc-category.cat-news .grid .story-block:nth-of-type(n+2) .text h3,.fc-category.cat-videos .grid .story-block:nth-of-type(n+2) .text h3{margin-top:10px}.fc-category.cat-blog .grid .story-block:first-of-type,.fc-category.cat-news .grid .story-block:first-of-type,.fc-category.cat-videos .grid .story-block:first-of-type{height:26.328vw;width:100%}@media only screen and (min-width:1600px){.fc-category.cat-blog .section-1,.fc-category.cat-events .section-1,.fc-category.cat-news .section-1,.fc-category.cat-videos .section-1{width:360px}.fc-category.cat-blog .section-2,.fc-category.cat-events .section-2,.fc-category.cat-news .section-2,.fc-category.cat-videos .section-2{padding-left:calc(6.25% - 24px);padding-right:calc(6.23% - 18px);width:calc(100% - 360px)}}@media only screen and (max-width:1600px) and (min-width:1280px){.fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .miles-from,.fc-category.cat-events .section-1 .filter-bar-phy .event-distance .miles-from,.fc-category.cat-news .section-1 .filter-bar-phy .event-distance .miles-from,.fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .miles-from{margin-right:7px}}body[screen=md] .fc-category.cat-blog .section-1,body[screen=md] .fc-category.cat-events .section-1,body[screen=md] .fc-category.cat-news .section-1,body[screen=md] .fc-category.cat-videos .section-1{width:240px}body[screen=md] .fc-category.cat-blog .section-1 .radio-wrapper,body[screen=md] .fc-category.cat-events .section-1 .radio-wrapper,body[screen=md] .fc-category.cat-news .section-1 .radio-wrapper,body[screen=md] .fc-category.cat-videos .section-1 .radio-wrapper{padding-left:20px;padding-right:20px}body[screen=md] .fc-category.cat-blog .section-1 .filter-bar-phy,body[screen=md] .fc-category.cat-events .section-1 .filter-bar-phy,body[screen=md] .fc-category.cat-news .section-1 .filter-bar-phy,body[screen=md] .fc-category.cat-videos .section-1 .filter-bar-phy{padding:26px 25px 0}body[screen=md] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance h4,body[screen=md] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance h4,body[screen=md] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance h4,body[screen=md] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance h4{font-size:1.4rem;line-height:23px;margin-bottom:4px}body[screen=md] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .input-wrapper input,body[screen=md] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance .input-wrapper input,body[screen=md] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance .input-wrapper input,body[screen=md] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .input-wrapper input{width:calc(100% - 36px)}body[screen=md] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location,body[screen=md] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location,body[screen=md] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location,body[screen=md] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location{width:34px}body[screen=md] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .manual-link,body[screen=md] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance .manual-link,body[screen=md] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance .manual-link,body[screen=md] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .manual-link{margin-top:6px}body[screen=md] .fc-category.cat-blog .section-1 .filter-bar-phy h4.filter-label,body[screen=md] .fc-category.cat-events .section-1 .filter-bar-phy h4.filter-label,body[screen=md] .fc-category.cat-news .section-1 .filter-bar-phy h4.filter-label,body[screen=md] .fc-category.cat-videos .section-1 .filter-bar-phy h4.filter-label{font-size:1.4rem;line-height:23px;padding-bottom:2px}body[screen=md] .fc-category.cat-blog .section-2,body[screen=md] .fc-category.cat-events .section-2,body[screen=md] .fc-category.cat-news .section-2,body[screen=md] .fc-category.cat-videos .section-2{padding-left:5%;padding-right:5%;width:calc(100% - 240px)}body[screen=md] .fc-category.cat-blog .section-2 .grid .story-block .text .content,body[screen=md] .fc-category.cat-news .section-2 .grid .story-block .text .content,body[screen=md] .fc-category.cat-videos .section-2 .grid .story-block .text .content{padding-left:20px;padding-right:20px}body[screen=md] .fc-category.cat-blog .section-2 .grid .story-block .text h3,body[screen=md] .fc-category.cat-news .section-2 .grid .story-block .text h3,body[screen=md] .fc-category.cat-videos .section-2 .grid .story-block .text h3{font-size:1.5rem;line-height:20px;margin-top:14px}body[screen=md] .fc-category.cat-blog .section-2 .grid .story-block:first-of-type .text .content,body[screen=md] .fc-category.cat-news .section-2 .grid .story-block:first-of-type .text .content,body[screen=md] .fc-category.cat-videos .section-2 .grid .story-block:first-of-type .text .content{padding-top:45px}body[screen=md] .fc-category.cat-blog .section-2 .grid .story-block:nth-of-type(n+2) .text h3,body[screen=md] .fc-category.cat-news .section-2 .grid .story-block:nth-of-type(n+2) .text h3,body[screen=md] .fc-category.cat-videos .section-2 .grid .story-block:nth-of-type(n+2) .text h3{margin-top:10px}@media only screen and (min-width:800px) and (max-width:959px){body[screen=sm] .fc-category.cat-blog .section-1,body[screen=sm] .fc-category.cat-events .section-1,body[screen=sm] .fc-category.cat-news .section-1,body[screen=sm] .fc-category.cat-videos .section-1{width:239px}body[screen=sm] .fc-category.cat-blog .section-1 .radio-wrapper,body[screen=sm] .fc-category.cat-events .section-1 .radio-wrapper,body[screen=sm] .fc-category.cat-news .section-1 .radio-wrapper,body[screen=sm] .fc-category.cat-videos .section-1 .radio-wrapper{padding-left:20px;padding-right:20px}body[screen=sm] .fc-category.cat-blog .section-1 .radio-wrapper input:nth-of-type(2),body[screen=sm] .fc-category.cat-events .section-1 .radio-wrapper input:nth-of-type(2),body[screen=sm] .fc-category.cat-news .section-1 .radio-wrapper input:nth-of-type(2),body[screen=sm] .fc-category.cat-videos .section-1 .radio-wrapper input:nth-of-type(2){margin-left:12px}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy{padding:26px 20px 0}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance h4,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance h4,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance h4,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance h4{font-size:1.4rem;line-height:23px;margin-bottom:4px}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .input-wrapper input,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance .input-wrapper input,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance .input-wrapper input,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .input-wrapper input{width:calc(100% - 36px)}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location{width:34px}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .manual-link,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance .manual-link,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance .manual-link,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .manual-link{margin-top:6px}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy h4.filter-label,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy h4.filter-label,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy h4.filter-label,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy h4.filter-label{font-size:1.4rem;line-height:23px;padding-bottom:2px}body[screen=sm] .fc-category.cat-blog .section-2,body[screen=sm] .fc-category.cat-events .section-2,body[screen=sm] .fc-category.cat-news .section-2,body[screen=sm] .fc-category.cat-videos .section-2{padding-left:4.69vw;padding-right:4.69vw;width:calc(100% - 239px)}body[screen=sm] .fc-category.cat-blog .grid .story-block .text h3,body[screen=sm] .fc-category.cat-news .grid .story-block .text h3,body[screen=sm] .fc-category.cat-videos .grid .story-block .text h3{font-size:1.5rem;line-height:20px}body[screen=sm] .fc-category.cat-blog .grid .story-block:first-of-type .text .content,body[screen=sm] .fc-category.cat-news .grid .story-block:first-of-type .text .content,body[screen=sm] .fc-category.cat-videos .grid .story-block:first-of-type .text .content{padding-top:45px}body[screen=sm] .fc-category.cat-blog .grid .story-block:nth-of-type(n+2),body[screen=sm] .fc-category.cat-news .grid .story-block:nth-of-type(n+2),body[screen=sm] .fc-category.cat-videos .grid .story-block:nth-of-type(n+2){width:calc(50% - 6px)}}@media only screen and (min-width:640px) and (max-width:799px){body[screen=sm] .fc-category.cat-blog .section-1,body[screen=sm] .fc-category.cat-events .section-1,body[screen=sm] .fc-category.cat-news .section-1,body[screen=sm] .fc-category.cat-videos .section-1{width:34.375vw}body[screen=sm] .fc-category.cat-blog .section-1 .radio-wrapper,body[screen=sm] .fc-category.cat-events .section-1 .radio-wrapper,body[screen=sm] .fc-category.cat-news .section-1 .radio-wrapper,body[screen=sm] .fc-category.cat-videos .section-1 .radio-wrapper{padding-left:20px;padding-right:18px}body[screen=sm] .fc-category.cat-blog .section-1 .radio-wrapper input:nth-of-type(2),body[screen=sm] .fc-category.cat-events .section-1 .radio-wrapper input:nth-of-type(2),body[screen=sm] .fc-category.cat-news .section-1 .radio-wrapper input:nth-of-type(2),body[screen=sm] .fc-category.cat-videos .section-1 .radio-wrapper input:nth-of-type(2){margin-left:6px}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy{padding:26px 20px 0}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance h4,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance h4,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance h4,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance h4{font-size:1.4rem;line-height:23px;margin-bottom:4px}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .input-wrapper input,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance .input-wrapper input,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance .input-wrapper input,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .input-wrapper input{width:calc(100% - 36px)}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .input-wrapper .use-my-location{width:34px}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy .event-distance .manual-link,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy .event-distance .manual-link,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy .event-distance .manual-link,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy .event-distance .manual-link{margin-top:6px}body[screen=sm] .fc-category.cat-blog .section-1 .filter-bar-phy h4.filter-label,body[screen=sm] .fc-category.cat-events .section-1 .filter-bar-phy h4.filter-label,body[screen=sm] .fc-category.cat-news .section-1 .filter-bar-phy h4.filter-label,body[screen=sm] .fc-category.cat-videos .section-1 .filter-bar-phy h4.filter-label{font-size:1.4rem;line-height:23px;padding-bottom:2px}body[screen=sm] .fc-category.cat-blog .section-2,body[screen=sm] .fc-category.cat-events .section-2,body[screen=sm] .fc-category.cat-news .section-2,body[screen=sm] .fc-category.cat-videos .section-2{padding-left:3.75vw;padding-right:6.25vw;width:65.625vw}body[screen=sm] .fc-category.cat-blog .grid .story-block,body[screen=sm] .fc-category.cat-news .grid .story-block,body[screen=sm] .fc-category.cat-videos .grid .story-block{height:30.469vw;width:100%}body[screen=sm] .fc-category.cat-blog .grid .story-block .text h3,body[screen=sm] .fc-category.cat-news .grid .story-block .text h3,body[screen=sm] .fc-category.cat-videos .grid .story-block .text h3{font-size:1.4rem;line-height:18px}body[screen=sm] .fc-category.cat-blog .grid .story-block:first-of-type .text .content,body[screen=sm] .fc-category.cat-news .grid .story-block:first-of-type .text .content,body[screen=sm] .fc-category.cat-videos .grid .story-block:first-of-type .text .content{padding-top:45px}}body[screen=xs] .fc-category.cat-blog,body[screen=xs] .fc-category.cat-events,body[screen=xs] .fc-category.cat-news,body[screen=xs] .fc-category.cat-videos{display:block}body[screen=xs] .fc-category.cat-blog .section-1,body[screen=xs] .fc-category.cat-events .section-1,body[screen=xs] .fc-category.cat-news .section-1,body[screen=xs] .fc-category.cat-videos .section-1{min-height:0;width:100%}body[screen=xs] .fc-category.cat-blog .section-1 h1,body[screen=xs] .fc-category.cat-events .section-1 h1,body[screen=xs] .fc-category.cat-news .section-1 h1,body[screen=xs] .fc-category.cat-videos .section-1 h1{border-bottom:0;font-size:40px;font-weight:300;letter-spacing:.44px;line-height:50px;margin:0 10.9375vw;padding-bottom:0;padding-top:25px}body[screen=xs] .fc-category.cat-blog .section-1 .radio-wrapper,body[screen=xs] .fc-category.cat-events .section-1 .radio-wrapper,body[screen=xs] .fc-category.cat-news .section-1 .radio-wrapper,body[screen=xs] .fc-category.cat-videos .section-1 .radio-wrapper{border-bottom:0;padding-bottom:18px;padding-left:10.9375vw;padding-right:10.9375vw}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy{display:none;padding:35px 10.9375vw 0}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy.active,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy.active,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy.active,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy.active{background-color:#fff;display:block;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:10}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy h4.filter-label,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy h4.filter-label,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy h4.filter-label,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy h4.filter-label{display:none}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener .filter-label:before,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener .filter-label:before,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener .filter-label:before,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener .filter-label:before{top:9px}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown{display:none;max-height:none;position:static;width:auto}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown ul,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown ul,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown ul,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown ul{margin:0;padding:0}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown ul li,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown ul li,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown ul li,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener .dropdown ul li{font-size:1.2rem;line-height:17px;margin:6px 0;padding:0}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active,body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .filter-label,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .filter-label,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .filter-label,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .filter-label{background-color:transparent}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .filter-label:before,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .filter-label:before,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .filter-label:before,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .filter-label:before{top:12px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active:after,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active:after,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active:after,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active:after{display:none}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown{-webkit-box-shadow:none;box-shadow:none;display:block;padding:0 0 0 10px}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown .ps__rail-y,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown .ps__rail-y,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown .ps__rail-y,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown .ps__rail-y{right:0}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown:after,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown:after,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown:after,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown:after{display:none}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters,body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters{background-color:#fff;height:100vh;left:0;max-height:none;padding-left:10.9375vw;padding-right:10.9375vw;padding-top:53px;position:fixed;top:0;width:100%}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters ul,body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters ul,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters ul,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters ul,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters ul,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters ul,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters ul,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters ul{max-height:calc(100vh - 161px)}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters li,body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters li,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters li,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters li,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters li,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters li,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters li,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters li{padding-right:7px}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .input-section,body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .input-section,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .input-section,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .input-section,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .input-section,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .input-section,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .input-section,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .input-section{padding:0}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .close,body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .close,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .close,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .close,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .close,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .close,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .close,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .close{display:block;font-size:.9rem;font-weight:700;height:auto;left:8.125%;line-height:12px;padding:0 0 0 6px;position:absolute;top:27px;width:auto;z-index:1002}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .close:before,body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .close:before,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .close:before,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .close:before,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .close:before,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .close:before,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.location-filters .close:before,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener.active .dropdown.physician-filters .close:before{background-image:url(/templates/lyquix/images/icons/link-arrow.svg);background-size:cover;content:"";height:6px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:4px}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .menu-opener .filter-label,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .menu-opener .filter-label,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .menu-opener .filter-label,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .menu-opener .filter-label{color:#142546;font-family:Open Sans;font-size:14px;font-weight:600;letter-spacing:0;line-height:23px;padding:0 0 4px}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy h3,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy h3,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy h3,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy h3{color:#142546;display:block;font-family:Open Sans;font-size:17px;font-weight:600;letter-spacing:0;line-height:23px;margin-bottom:16px;margin-top:0;padding-bottom:13px;position:relative;width:100%}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy h3:before,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy h3:before,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy h3:before,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy h3:before{background-color:#f2f2f2;bottom:0;content:" ";display:block;height:1px;left:-10.9375vw;position:absolute;width:calc(100% + 21.875vw)}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .filter-close,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .filter-close,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .filter-close,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .filter-close{height:14px;position:absolute;right:26px;top:20px;width:14px}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .filter-close:before,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .filter-close:before,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .filter-close:before,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .filter-close:before{background-image:url(/templates/lyquix/images/icons/morefilters.svg);background-size:100%;content:" ";display:block;height:100%;left:0;position:absolute;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:100%}body[screen=xs] .fc-category.cat-blog .section-1 .filter-wrapper.filter-bar-phy .confirm,body[screen=xs] .fc-category.cat-events .section-1 .filter-wrapper.filter-bar-phy .confirm,body[screen=xs] .fc-category.cat-news .section-1 .filter-wrapper.filter-bar-phy .confirm,body[screen=xs] .fc-category.cat-videos .section-1 .filter-wrapper.filter-bar-phy .confirm{bottom:12px;-webkit-box-sizing:border-box;box-sizing:border-box;height:29px;left:50%;margin:0;padding:6px 0;position:fixed;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:180px}body[screen=xs] .fc-category.cat-blog .section-2,body[screen=xs] .fc-category.cat-events .section-2,body[screen=xs] .fc-category.cat-news .section-2,body[screen=xs] .fc-category.cat-videos .section-2{padding:15px 10.9375vw 36px;width:100%}body[screen=xs] .fc-category.cat-blog .section-2>h4,body[screen=xs] .fc-category.cat-events .section-2>h4,body[screen=xs] .fc-category.cat-news .section-2>h4,body[screen=xs] .fc-category.cat-videos .section-2>h4{display:none}body[screen=xs] .fc-category.cat-blog .section-2 .filters-summary-wrapper,body[screen=xs] .fc-category.cat-events .section-2 .filters-summary-wrapper,body[screen=xs] .fc-category.cat-news .section-2 .filters-summary-wrapper,body[screen=xs] .fc-category.cat-videos .section-2 .filters-summary-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:28px;padding-right:20px;position:relative}body[screen=xs] .fc-category.cat-blog .section-2 .filters-summary-wrapper .phy-filters-xs-open,body[screen=xs] .fc-category.cat-events .section-2 .filters-summary-wrapper .phy-filters-xs-open,body[screen=xs] .fc-category.cat-news .section-2 .filters-summary-wrapper .phy-filters-xs-open,body[screen=xs] .fc-category.cat-videos .section-2 .filters-summary-wrapper .phy-filters-xs-open{background-color:#ededed;height:17px;position:absolute;right:0;top:4px;width:18px}body[screen=xs] .fc-category.cat-blog .section-2 .filters-summary-wrapper .phy-filters-xs-open img,body[screen=xs] .fc-category.cat-events .section-2 .filters-summary-wrapper .phy-filters-xs-open img,body[screen=xs] .fc-category.cat-news .section-2 .filters-summary-wrapper .phy-filters-xs-open img,body[screen=xs] .fc-category.cat-videos .section-2 .filters-summary-wrapper .phy-filters-xs-open img{height:100%;width:100%}body[screen=xs] .fc-category.cat-blog h1,body[screen=xs] .fc-category.cat-events h1,body[screen=xs] .fc-category.cat-news h1,body[screen=xs] .fc-category.cat-videos h1{font-size:40px;font-weight:300;letter-spacing:.44px;line-height:50px}body[screen=xs] .fc-category.cat-blog .grid .story-block,body[screen=xs] .fc-category.cat-news .grid .story-block,body[screen=xs] .fc-category.cat-videos .grid .story-block{height:auto;min-height:58.75vw;width:100%}body[screen=xs] .fc-category.cat-blog .grid .story-block .text,body[screen=xs] .fc-category.cat-news .grid .story-block .text,body[screen=xs] .fc-category.cat-videos .grid .story-block .text{padding-bottom:26px}body[screen=xs] .fc-category.cat-blog .grid .story-block .text .content,body[screen=xs] .fc-category.cat-news .grid .story-block .text .content,body[screen=xs] .fc-category.cat-videos .grid .story-block .text .content{padding-left:16px;padding-right:16px;padding-top:30px}body[screen=xs] .fc-category.cat-blog .grid .story-block .text h3,body[screen=xs] .fc-category.cat-news .grid .story-block .text h3,body[screen=xs] .fc-category.cat-videos .grid .story-block .text h3{font-size:1.4rem;line-height:18px}body[screen=xs] .fc-category.cat-blog .grid .story-block:first-of-type,body[screen=xs] .fc-category.cat-news .grid .story-block:first-of-type,body[screen=xs] .fc-category.cat-videos .grid .story-block:first-of-type{height:auto}body[screen=xs] .fc-category.cat-blog .grid .story-block:first-of-type .text .content,body[screen=xs] .fc-category.cat-news .grid .story-block:first-of-type .text .content,body[screen=xs] .fc-category.cat-videos .grid .story-block:first-of-type .text .content{padding-top:45px}.catid-10 .row.main,.catid-27 .row.main,.catid-48 .row.main,.catid-70 .row.main{padding-bottom:0}.catid-10 .row.bottom .bottom-1,.catid-27 .row.bottom .bottom-1,.catid-48 .row.bottom .bottom-1,.catid-70 .row.bottom .bottom-1{display:none}.searchbox-input-shared .input-wrapper.search_query-wrapper{margin-bottom:21px}.searchbox-input-shared .input-wrapper input{background-color:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;color:#142546;font-size:1.2rem;height:30px;margin:0;padding:11px 12px;width:calc(100% - 44px)}.searchbox-input-shared .input-wrapper input::-webkit-search-cancel-button{background-image:url(/templates/lyquix/images/close-icon.svg);height:9px;width:9px}.searchbox-input-shared .input-wrapper .use-my-location{border-radius:0 5px 5px 0;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0;position:relative;width:42px}.searchbox-input-shared .input-wrapper .use-my-location:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:1.6rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tmpl-custom-physicians.fc-category .section-1{background-color:#fff;border-right:1px solid rgba(0,0,0,.15);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15)}.tmpl-custom-physicians.fc-category .filter-bar-phy{min-height:630px;width:313px}.tmpl-custom-physicians.fc-category .filter-bar-phy.disabled{pointer-events:none}.tmpl-custom-physicians.fc-category h1{border-bottom:none;font-size:4.2rem;font-weight:300;letter-spacing:0;line-height:57px;margin:0;padding:48px 0 20px}.tmpl-custom-physicians.fc-category #ny-notice-physicians{background:-webkit-gradient(linear,left top,right top,from(rgba(250,164,26,.15)),to(rgba(244,116,33,.15)));background:linear-gradient(90deg,rgba(250,164,26,.15),rgba(244,116,33,.15));display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Open Sans,sans-serif;gap:8px;margin-bottom:20px;padding:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tmpl-custom-physicians.fc-category #ny-notice-physicians span{color:#142546;font-size:12px;font-weight:600;line-height:17px;text-align:left}.tmpl-custom-physicians.fc-category #ny-notice-physicians span.close{-ms-flex-line-pack:center;align-content:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:12px}.tmpl-custom-physicians.fc-category #ny-notice-physicians span.close:after{background-image:url(/templates/lyquix/images/close-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:" ";display:block;height:9px;width:9px}.tmpl-custom-physicians.fc-category #ny-notice-physicians a{color:#4b5268;font-size:12px;font-weight:400;line-height:17px;text-align:left;text-decoration-line:underline;text-decoration-style:solid;-webkit-transition:.3s;transition:.3s}.tmpl-custom-physicians.fc-category #ny-notice-physicians a:hover{color:#142546}.tmpl-custom-physicians.fc-category #ny-notice-physicians.hide{display:none}.tmpl-custom-physicians.fc-category .section-2{background-color:#fafafa;padding-bottom:60px;padding-left:4.765vw;padding-right:5vw;width:calc(100% - 314px)}.tmpl-custom-physicians.fc-category .section-2 .filters-summary-wrapper{padding-bottom:10px}.tmpl-custom-physicians.fc-category .physicians .field_phy_main_specialties p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:16px;margin:0 8.917%;padding:0;text-align:center}.tmpl-custom-physicians.fc-category .physicians .field_phy_main_specialties p a{color:inherit;text-decoration:none}.tmpl-custom-physicians.fc-category .physicians.in-memoriam .field_phy_main_specialties,.tmpl-custom-physicians.fc-category .physicians.in-memoriam .region{display:none}.tmpl-custom-physicians.fc-category .physicians.in-memoriam .in-memoriam{margin:17px 0 47px}.tmpl-custom-physicians.fc-category .physicians.in-memoriam .in-memoriam h5{color:#000;font-family:EB Garamond,serif;font-size:1.6rem;font-style:italic;font-weight:400;margin:0;text-align:center}.tmpl-custom-physicians.fc-category .physicians.in-memoriam .in-memoriam p{color:#000;font-family:EB Garamond,serif;font-size:1.6rem;font-weight:500;margin:0;text-align:center}.tmpl-custom-physicians.fc-category .section-3{position:relative;z-index:0}.tmpl-custom-physicians.fc-category .section-3 .featured-items-list,.tmpl-custom-physicians.fc-category .section-3 .introitems-items-list,.tmpl-custom-physicians.fc-category .section-3 .outside-region-items-list{margin:-7px;padding:0}.tmpl-custom-physicians.fc-category .section-3 .physicians{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;border:1px solid #ededed;border-radius:2px;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:7px;padding:17px 0;position:relative;width:calc(20% - 14px)}.tmpl-custom-physicians.fc-category .section-3 .physicians .group-1 .field_headshot_photo{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;line-height:0;position:relative}.tmpl-custom-physicians.fc-category .section-3 .physicians .group-1 .field_headshot_photo img{border-radius:50%;height:auto;-webkit-transition:opacity .5s;transition:opacity .5s;width:64.33%}.tmpl-custom-physicians.fc-category .section-3 .physicians .group-2{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1}.tmpl-custom-physicians.fc-category .section-3 .physicians .group-2 h4{border-bottom:1px solid #ededed;line-height:2rem;margin:10px 8.917% 8px;padding-bottom:12px;text-align:center}.tmpl-custom-physicians.fc-category .section-3 .physicians .group-2 h4 a{color:#091223;text-decoration:none}.tmpl-custom-physicians.fc-category .section-3 .physicians .group-2 h4 a:hover{color:#091223;text-decoration:underline}.tmpl-custom-physicians.fc-category .section-3 .physicians .group-2 .description,.tmpl-custom-physicians.fc-category .section-3 .physicians .group-2 .field_intro_text{display:none}.tmpl-custom-physicians.fc-category .section-3 .physicians .region{color:#667187;display:none;font-family:Roboto,sans-serif;line-height:12px;padding-top:8px;text-align:center}.tmpl-custom-physicians.fc-category .section-3 .physicians .region-name{font-size:1.05rem;line-height:13px;margin-bottom:2px}.tmpl-custom-physicians.fc-category .section-3 .physicians .region .distance{font-size:.9rem;letter-spacing:.6px;line-height:12px;opacity:0}.tmpl-custom-physicians.fc-category .section-3 .physicians .region .pin{margin-right:3px;width:6px}.tmpl-custom-physicians.fc-category .section-3 .physicians .button-row{margin-top:auto;padding-top:18px}.tmpl-custom-physicians.fc-category .section-3 .physicians .button-yellow{border-radius:2px;display:block;font-size:1rem;line-height:14px;margin:0 8.917%;padding:3px 0}.tmpl-custom-physicians.fc-category .section-3 .physicians:not(.active){display:none!important}.tmpl-custom-physicians.fc-category .section-3 .physicians:before{background-color:#ededed;border-radius:12px;color:#4f5c75;content:attr(data-states);font-family:Roboto,sans-serif;font-size:8px;letter-spacing:.5px;line-height:10px;padding:1px 3px;position:absolute;right:4px;text-align:center;top:4px}.tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li.chief.active .field_headshot_photo:before,.tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li.non-op-chief.active .field_headshot_photo:before{content:"Founder";content:"Chief"}.tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li.chief.active .field_headshot_photo:before,.tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li.co-chief.active .field_headshot_photo:before,.tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li.non-op-chief.active .field_headshot_photo:before,.tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li.non-op-co-chief.active .field_headshot_photo:before{background:url(/templates/lyquix/images/physician-icons/physician-tag.svg) no-repeat;background-position:50%;background-size:contain;background-size:85px 18px;bottom:-6px;color:#142546;display:block;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;height:18px;left:50%;letter-spacing:.96px;line-height:18px;position:absolute;text-align:center;text-transform:uppercase;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:105px;z-index:1}.tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li.co-chief.active .field_headshot_photo:before,.tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li.non-op-co-chief.active .field_headshot_photo:before{content:"Founder";content:"Co-Chief"}.tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li.president.active .field_headshot_photo:before{background:url(/templates/lyquix/images/physician-icons/physician-tag.svg) no-repeat;background-position:50%;background-size:contain;background-size:85px 18px;bottom:-6px;color:#142546;content:"Founder";content:"President";display:block;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;height:18px;left:50%;letter-spacing:.96px;line-height:18px;position:absolute;text-align:center;text-transform:uppercase;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:105px;z-index:1}.tmpl-custom-physicians.fc-category .section-3.no-physicians #phy-sort-pref-desktop{display:none}body[regions=outside-region] .tmpl-custom-physicians.fc-category .radio-wrapper{opacity:.5;pointer-events:none}body[screen=xs][regions=outside-region] .tmpl-custom-physicians.fc-category .radio-wrapper{display:none}.cat-physicians .section-4{border-top:1px solid #ededed;margin-top:26px;padding-top:26px}body[hash*=distance-filter] .tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li .region{display:block}body[hash*=distance-filter] .tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li .region .distance{opacity:1}body:not([hash*=regional-filter]) .tmpl-custom-physicians.fc-category .section-3 .introitems-items-list>li .region{display:block}@media only screen and (min-width:1600px){.tmpl-custom-physicians.fc-category .section-1 .filter-bar-phy{width:360px}.tmpl-custom-physicians.fc-category .section-2{padding-left:calc(6.25% - 24px);padding-right:calc(6.23% - 18px);width:calc(100% - 361px)}.tmpl-custom-physicians.fc-category .physcians .group-1 .field_headshot_photo img{width:132px}.tmpl-custom-physicians.fc-category .physcians .group-2 h4{margin:10px 8.78% 8px}.tmpl-custom-physicians.fc-category .physcians .button-yellow{margin:auto auto 0;width:153px}}body[screen=md] .tmpl-custom-physicians.fc-category .filter-bar-phy{width:239px}body[screen=md] .tmpl-custom-physicians.fc-category .filter-bar-phy .radio-wrapper{padding-left:20px}body[screen=md] .tmpl-custom-physicians.fc-category .filter-bar-phy .radio-wrapper label:nth-of-type(2){margin-left:11px}body[screen=md] .tmpl-custom-physicians.fc-category .section-2{padding-bottom:52px;padding-left:5%;padding-right:5%;width:calc(100% - 240px)}body[screen=md] .tmpl-custom-physicians.fc-category .filter-bar-phy .filter-wrapper{padding:28px 25px 0}body[screen=md] .tmpl-custom-physicians.fc-category .physicians{padding:15px 0;width:calc(25% - 14px)}@media only screen and (min-width:800px) and (max-width:959px){body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy{width:239px}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2{padding-bottom:50px;padding-left:4.69vw;padding-right:4.69vw;width:calc(100% - 240px)}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .filters-summary{width:calc(100% - 180px)}body[screen=sm] .tmpl-custom-physicians.fc-category .section-3 .physicians{width:calc(33.333% - 14px)}body[screen=sm] .tmpl-custom-physicians.fc-category .section-3 .physicians .group-1 .field_headshot_photo img{width:95px}body[screen=sm] .tmpl-custom-physicians.fc-category .section-3 .physicians .button-yellow span.sm-show{display:none!important}}@media only screen and (min-width:640px) and (max-width:799px){body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy{width:34.375vw}body[screen=sm] .tmpl-custom-physicians.fc-category .sort-pref .menu-opener{width:134px}body[screen=sm] .tmpl-custom-physicians.fc-category .sort-pref .menu-opener .filter-label{padding-left:5px}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:40px;padding-left:3.75vw;padding-right:6.25vw}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .filters-summary{width:calc(100% - 142px)}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .featured-items-list,body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .introitems-items-list,body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .outside-region-items-list{margin:-2.5px 0}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .physicians{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;margin:2.5px 0;padding-left:20px;padding-right:20px;width:100%}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .physicians .field_headshot_photo img{background-color:#ffd04e;padding:1.5px;width:10.63vw}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .physicians .field_headshot_photo:before{background-size:contain;letter-spacing:1px;width:85px}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .physicians .group-2{-webkit-box-flex:1;display:block;-ms-flex:1;flex:1;margin-left:16px}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .physicians .group-2 h4{font-size:1.4rem;line-height:18px;margin:0 0 8px;text-align:left}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .physicians .group-2 .field_phy_main_specialties p{margin:0;text-align:left}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .physicians .group-2 .region{padding:2px 0 10px;text-align:left}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .physicians .group-2 .button-row{padding-top:2px}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .physicians .group-2 .button-yellow{background-color:transparent!important;border:none;-webkit-box-shadow:none;box-shadow:none;color:#142546;font-family:Open Sans,sans-serif;font-size:10px;font-weight:600;letter-spacing:0;line-height:14px;margin:0;padding:0;position:relative;text-align:left;text-transform:none}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .physicians .group-2 .button-yellow:after{content:url(/templates/lyquix/images/icons/arrow-blue.svg);display:inline-block;margin-left:4px;-webkit-transform:translateY(1px) rotate(-180deg);-ms-transform:translateY(1px) rotate(-180deg);transform:translateY(1px) rotate(-180deg)}}body[screen=sm] .tmpl-custom-physicians.fc-category h1{padding-bottom:25px;padding-top:30px}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .filters-summary{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;padding-left:0;padding-right:0}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .filters-summary .filter-applied,body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .filters-summary .filter-applied:first-child,body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .filters-summary .filter-applied:last-child{margin:0}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 .filters-summary .filter-applied:not(:first-child){margin-top:4px}body[screen=sm] .tmpl-custom-physicians.fc-category .section-2 #phy-sort-pref-desktop{-ms-flex-item-align:end;align-self:flex-end}body[screen=xs] .tmpl-custom-physicians.fc-category .phy-filters-summary{width:calc(100% - 26px)}body[screen=xs] .tmpl-custom-physicians.fc-category .phy-filters-xs-open{margin-left:6px;width:18px}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2{margin:0 auto;padding-bottom:42px;padding-left:0;padding-right:0;width:78.09%}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .physicians{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-direction:row;flex-direction:row;margin:2.5px 0;padding-left:6.4%;padding-right:6.4%;width:100%}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .physicians .field_headshot_photo:before{content:normal!important}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .physicians .field_headshot_photo img{background-color:#ffd04e;min-width:41px;padding:1.5px;width:12.83vw}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .physicians .group-2{-webkit-box-flex:1;display:block;-ms-flex:1;flex:1;margin-left:12px}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .physicians .group-2 h4{font-size:1.4rem;line-height:18px;margin:0 0 3px;padding-top:5px;text-align:left}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .physicians .group-2 .field_phy_main_specialties p{margin:0;text-align:left}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .physicians .group-2 .region{padding:2px 0 10px;text-align:left}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .physicians .button-row{padding-top:2px}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .physicians .button-yellow{background-color:transparent!important;border:none;-webkit-box-shadow:none;box-shadow:none;color:#142546;font-family:Open Sans,sans-serif;font-size:10px;font-weight:600;letter-spacing:0;line-height:14px;margin:0;padding:0;position:relative;text-align:left;text-transform:none}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .physicians .button-yellow:after{content:url(/templates/lyquix/images/icons/arrow-blue.svg);display:inline-block;margin-left:4px;-webkit-transform:translateY(1px) rotate(-180deg);-ms-transform:translateY(1px) rotate(-180deg);transform:translateY(1px) rotate(-180deg)}body[screen=xs] .tmpl-custom-physicians.fc-category .featured-items-list,body[screen=xs] .tmpl-custom-physicians.fc-category .introitems-items-list,body[screen=xs] .tmpl-custom-physicians.fc-category .outside-region-items-list{margin:-2.5px 0}body[screen=xs] .tmpl-custom-physicians.fc-category .cat-items .introitems-items-list>li.chief.active .group-2:before,body[screen=xs] .tmpl-custom-physicians.fc-category .cat-items .introitems-items-list>li.non-op-chief.active .group-2:before{background-color:#ededed;color:#142546;content:"Founder";content:"Chief";display:inline-block;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.87px;line-height:18px;padding:0 6px;text-align:center;text-transform:uppercase}body[screen=xs] .tmpl-custom-physicians.fc-category .cat-items .introitems-items-list>li.co-chief.active .group-2:before,body[screen=xs] .tmpl-custom-physicians.fc-category .cat-items .introitems-items-list>li.non-op-co-chief.active .group-2:before{background-color:#ededed;color:#142546;content:"Founder";content:"Co-Chief";display:inline-block;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.87px;line-height:18px;padding:0 6px;text-align:center;text-transform:uppercase}body[screen=xs] .tmpl-custom-physicians.fc-category .cat-items .introitems-items-list>li.president .group-2:before{background-color:#ededed;color:#142546;content:"Founder";content:"President";display:inline-block;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.87px;line-height:18px;padding:0 6px;text-align:center;text-transform:uppercase}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-message{padding:20px 0;position:relative;z-index:0}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-message h2{font-size:1.7rem;line-height:23px;margin:0 0 20px;padding:0 6px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-message .inner{background-color:#fff;padding:40px 17.5px 15px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-message .button-yellow{margin:0 20px;padding:8.5px 25px 7.5px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-message .row{padding-top:10px}body[screen=xs][regions=outside-region] .section-2{padding-bottom:0}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters{margin-left:-7px}.dropdown-container-gray{background-color:transparent;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:inherit;float:none;height:auto;margin:0;position:relative}.dropdown-container-gray:after,.dropdown-container-gray:before{display:none}.dropdown-container-gray:hover{border:0}.filter-bar-phy h4{margin:0}.filter-bar-phy h4.filter-label{padding-bottom:4px}.filter-bar-phy .filter-label h4,.filter-bar-phy .xs-dropdown-labels h4,.filter-bar-phy h4.filter-label{font-size:1.4rem;font-weight:600;line-height:23px}.filter-bar-phy .checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.filter-bar-phy .checkbox-group.hide{display:none}.filter-bar-phy .filter-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 40px 0}.filter-bar-phy .input-wrapper.search_query-wrapper{margin-bottom:21px}.filter-bar-phy .input-wrapper input{background-color:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;color:#142546;font-size:1.2rem;height:30px;margin:0;padding:11px 12px;width:calc(100% - 44px)}.filter-bar-phy .input-wrapper input::-webkit-search-cancel-button{background-image:url(/templates/lyquix/images/close-icon.svg);height:9px;width:9px}.filter-bar-phy .input-wrapper .use-my-location{border-radius:0 5px 5px 0;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0;position:relative;width:42px}.filter-bar-phy .input-wrapper .use-my-location:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:1.6rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.filter-bar-phy .gender-filter .input-wrapper,.filter-bar-phy .phy-surgical-filter-and-view-mode .checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex}.filter-bar-phy .gender-filter .input-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter-bar-phy .gender-filter .input-wrapper:hover{cursor:pointer}.filter-bar-phy .btn-view-container{display:-webkit-box;display:-ms-flexbox;display:flex}.filter-bar-phy .btn-view-container .btn-view-grid{background-color:#fff;background-image:none;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.23);box-shadow:0 1px 4px 0 rgba(0,0,0,.23);height:29px;margin-right:5px;opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;width:29px}.filter-bar-phy .btn-view-container .btn-view-grid.btn-view-active{opacity:.5}.filter-bar-phy .btn-view-container .btn-view-grid:before{color:#142546;font-size:24px;left:7px}.filter-bar-phy .btn-view-container .btn-view-list{background-color:#fff;background-image:none;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.23);box-shadow:0 1px 4px 0 rgba(0,0,0,.23);height:29px;opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;width:29px}.filter-bar-phy .btn-view-container .btn-view-list.btn-view-active{opacity:.5}.filter-bar-phy .btn-view-container .btn-view-list:before{color:#142546;font-size:24px;left:5px}.filter-bar-phy .phy-loc-filter-dropdown{background-color:#fff;left:100%;position:relative;top:-147px}body[screen=md] .filter-bar-phy .input-wrapper>.search_query{width:calc(100% - 38px)}body[screen=md] .filter-bar-phy .input-wrapper .submit-button{width:36px}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .filter-wrapper{padding:28px 20px 0}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .filter-wrapper>.search_query{width:calc(100% - 36px)}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .filter-wrapper .use-my-location{-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;width:36px}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .filter-wrapper .btn-view-container.xs-hide{position:relative}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .gender-filter .checkbox-group{display:none}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0 4px}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .menu-opener{height:52px;width:128px}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .menu-opener span:after{left:9px}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .menu-opener:after{top:17px}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .menu-opener .filter-label{padding:15px 9px 22px}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .menu-opener .filter-label:after{bottom:10px}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .surgical-filter{margin-left:auto}body[screen=sm] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .surgical-filter .input-wrapper:first-of-type{margin-right:15px}body[screen=xs] .tmpl-custom-physicians.fc-category h1{padding:25px 0 10px}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2{background-color:#fff;padding:0;position:relative}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .filters-summary-wrapper{padding:10px 0}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .radio-wrapper{border-bottom:none;margin-bottom:18px;padding:0}body[screen=xs] .tmpl-custom-physicians.fc-category .section-2 .radio-wrapper label:nth-of-type(2){margin-left:12px}body[screen=xs] .tmpl-custom-physicians.fc-category .section-3{padding-bottom:42px}body[screen=xs] .tmpl-custom-physicians.fc-category .section-3:before{background-color:#fafafa;content:"";height:100%;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw;z-index:-1}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy{border-right:none}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .input-wrapper>.search_query{height:30px;margin:0;width:calc(100% - 42px)}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .input-wrapper .use-my-location{-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;width:42px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:32px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .surgical-filter.xs-hide{margin-left:auto}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .surgical-filter.xs-hide .input-wrapper:first-child{margin-right:15px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .phy-loc-filter,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .specialty-filter{width:125px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .location-filter{margin-right:9px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .specialty-filter{height:45px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters{background-color:#fff;border-radius:12.5px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.5),0 1px 5px 0 rgba(0,0,0,.15);box-shadow:0 1px 3px 0 rgba(0,0,0,.5),0 1px 5px 0 rgba(0,0,0,.15);height:23px;margin-left:auto;margin-top:2px;position:relative;width:23px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters:hover{cursor:pointer}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters:after{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:5px;text-transform:none;top:4px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown{background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.23);box-shadow:0 1px 3px 0 rgba(0,0,0,.23);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:130px;left:50%;opacity:0;padding:15px;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden;width:309px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown.active{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .xs-filters-header{border-bottom:2px solid #ededed;color:#666;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.36364;margin-bottom:6px;opacity:.75;padding-bottom:5px;width:100%}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .gender-filter .checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:6px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .gender-filter .checkbox-group .input-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .gender-filter,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .surgical-filter{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;width:197px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .gender-filter .input-wrapper,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .surgical-filter .input-wrapper{background-color:#fff;border-radius:5px;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.15);box-shadow:0 1px 5px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;height:29px;margin-right:5px;padding:12px 15px 12px 5px;width:calc(100% - 91px)}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .gender-filter .input-wrapper span,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .surgical-filter .input-wrapper span{font-size:1rem;font-weight:600;line-height:1.5}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .gender-filter .input-wrapper:first-of-type,body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .surgical-filter .input-wrapper:first-of-type{width:85px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .gender-filter .input-wrapper:nth-of-type(2),body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .surgical-filter .input-wrapper:nth-of-type(2){margin-right:0}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy .sm-xs-filters .xs-filters-dropdown .btn-view-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;float:none;margin-left:auto;position:relative;right:auto;width:65px}body[screen=xs] .tmpl-custom-physicians.fc-category .filter-bar-phy input[type=text]{font-size:1.6rem;padding-bottom:2px;padding-top:2px}.checkbox-input-shared .input-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.checkbox-input-shared .input-checkbox{background-color:#fff;border:.5px solid #c3c3c3;border-radius:2px;display:inline-block;height:13px;margin-right:5px;min-width:13px;position:relative;width:13px}.checkbox-input-shared .input-checkbox:hover{cursor:pointer}.checkbox-input-shared .input-checkbox.active{background-color:#142546;border-color:transparent}.checkbox-input-shared .input-checkbox:after{speak:none;color:#fff;content:"";font-family:FontAwesome;font-size:16px;font-size:8px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:50%;text-transform:none;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.filter-bar-phy .surgical-filter .input-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.filter-bar-phy .surgical-filter .input-checkbox{background-color:#fff;border:.5px solid #c3c3c3;border-radius:2px;display:inline-block;height:13px;margin-right:5px;min-width:13px;position:relative;width:13px}.filter-bar-phy .surgical-filter .input-checkbox:hover{cursor:pointer}.filter-bar-phy .surgical-filter .input-checkbox.active{background-color:#142546;border-color:transparent}.filter-bar-phy .surgical-filter .input-checkbox:after{speak:none;color:#fff;content:"";font-family:FontAwesome;font-size:16px;font-size:8px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:50%;text-transform:none;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.filter-bar-phy .dropdown{background-color:#fff;border-radius:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.14);box-shadow:0 1px 3px 0 rgba(0,0,0,.14);-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;left:100%;max-height:550px;opacity:1;overflow-x:visible;overflow-y:auto;padding:24px 0;position:absolute;top:55px;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible;width:314px;z-index:1;z-index:2}.filter-bar-phy .dropdown li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:600;line-height:17px;min-height:28px;padding:0 0 0 26px}.filter-bar-phy .dropdown li.active{opacity:.6}.filter-bar-phy .dropdown li:hover{text-decoration:underline}.filter-bar-phy .dropdown.close{opacity:0;-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden}.cat-physicians .filter-bar-phy .dropdown{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[screen=md] .filter-bar-phy .specialty-filter .dropdown{height:326px}body[screen=sm] .filter-bar-phy .specialty-filter .dropdown{height:326px;width:320px}body[screen=xs] .filter-bar-phy .specialty-filter .dropdown{height:calc(100vh - 166px);left:-134.5px;max-height:559px;top:45px;width:309px}.menu-opener{color:#142546;margin-bottom:21px;position:relative;-webkit-transition:background-color .5s;transition:background-color .5s}.menu-opener:hover{background-color:#f2f2f2;cursor:pointer}.menu-opener span{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;font-size:1.2rem;height:28px;line-height:17px;padding:4px 4px 6px 10px;position:relative;width:100%}.menu-opener span:after{background-color:rgba(54,57,59,.5);bottom:0;content:" ";height:1px;left:0;position:absolute;width:100%}.menu-opener:after{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:9px;text-transform:none;top:7px}.menu-opener.active:after{background-image:url(/templates/lyquix/images/icons/morefilters.svg);background-size:100%;content:" ";display:block;height:8px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);width:8px}body[screen=md] .surgical-filter .dropdown-group{position:relative}body[screen=xs] .menu-opener:after{top:11px}body[screen=xs] .menu-opener span{height:32px}.menu-opener.active{background-color:#f2f2f2;-webkit-transition:background-color .5s;transition:background-color .5s}.phy-gender-filter-dropdown,.phy-loc-filter-dropdown,.phy-operative-filter-dropdown{opacity:0;-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden;z-index:1}.phy-gender-filter-dropdown .left-column-and-map-wrapper,.phy-loc-filter-dropdown .left-column-and-map-wrapper,.phy-operative-filter-dropdown .left-column-and-map-wrapper{background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.23);box-shadow:0 1px 3px 0 rgba(0,0,0,.23);display:-webkit-box;display:-ms-flexbox;display:flex;height:550px;position:absolute}.phy-gender-filter-dropdown.active,.phy-loc-filter-dropdown.active,.phy-operative-filter-dropdown.active{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;visibility:visible}.phy-gender-filter-dropdown .map,.phy-loc-filter-dropdown .map,.phy-operative-filter-dropdown .map{height:549px;width:494px}.phy-gender-filter-dropdown .left-column,.phy-loc-filter-dropdown .left-column,.phy-operative-filter-dropdown .left-column{-ms-flex-negative:0;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;flex-shrink:0;font-family:Open Sans,sans-serif;padding-top:28px;width:318px}.phy-gender-filter-dropdown .left-column>span,.phy-loc-filter-dropdown .left-column>span,.phy-operative-filter-dropdown .left-column>span{color:#777;display:block;font-size:1.3rem;line-height:1.15385;padding:0 24px}.phy-gender-filter-dropdown .left-column .input-section,.phy-loc-filter-dropdown .left-column .input-section,.phy-operative-filter-dropdown .left-column .input-section{padding-left:25px;padding-right:33px}.phy-gender-filter-dropdown .left-column .input-wrapper.text-input,.phy-loc-filter-dropdown .left-column .input-wrapper.text-input,.phy-operative-filter-dropdown .left-column .input-wrapper.text-input{margin-bottom:6px}.phy-gender-filter-dropdown .left-column .checkbox-wrapper,.phy-loc-filter-dropdown .left-column .checkbox-wrapper,.phy-operative-filter-dropdown .left-column .checkbox-wrapper{height:27px;margin-top:14px}.phy-gender-filter-dropdown .left-column .checkbox-wrapper .input-group-wrapper .input-wrapper,.phy-loc-filter-dropdown .left-column .checkbox-wrapper .input-group-wrapper .input-wrapper,.phy-operative-filter-dropdown .left-column .checkbox-wrapper .input-group-wrapper .input-wrapper{width:auto}.phy-gender-filter-dropdown .left-column .checkbox-wrapper .input-group-wrapper .input-wrapper:first-child,.phy-loc-filter-dropdown .left-column .checkbox-wrapper .input-group-wrapper .input-wrapper:first-child,.phy-operative-filter-dropdown .left-column .checkbox-wrapper .input-group-wrapper .input-wrapper:first-child{margin-right:17px}.phy-gender-filter-dropdown .loc-list,.phy-loc-filter-dropdown .loc-list,.phy-operative-filter-dropdown .loc-list{list-style:none;margin:0;max-height:421px;overflow-y:auto;padding:0 24px}.phy-gender-filter-dropdown .loc-list li,.phy-loc-filter-dropdown .loc-list li,.phy-operative-filter-dropdown .loc-list li{color:#36393b;font-size:1.2rem;font-weight:600;line-height:17px;margin:12px 0}.phy-gender-filter-dropdown .loc-list li:hover,.phy-loc-filter-dropdown .loc-list li:hover,.phy-operative-filter-dropdown .loc-list li:hover{cursor:pointer;text-decoration:underline}.phy-gender-filter-dropdown .loc-list::-webkit-scrollbar,.phy-loc-filter-dropdown .loc-list::-webkit-scrollbar,.phy-operative-filter-dropdown .loc-list::-webkit-scrollbar{width:7px}.phy-gender-filter-dropdown .loc-list::-webkit-scrollbar-track,.phy-loc-filter-dropdown .loc-list::-webkit-scrollbar-track,.phy-operative-filter-dropdown .loc-list::-webkit-scrollbar-track{background:rgba(20,37,70,.22);border-radius:3.5px;margin:13px 0}.phy-gender-filter-dropdown .loc-list::-webkit-scrollbar-thumb,.phy-loc-filter-dropdown .loc-list::-webkit-scrollbar-thumb,.phy-operative-filter-dropdown .loc-list::-webkit-scrollbar-thumb{background:rgba(20,37,70,.57);border-radius:3.5px}.phy-gender-filter-dropdown .input-wrapper.search_query-wrapper,.phy-loc-filter-dropdown .input-wrapper.search_query-wrapper,.phy-operative-filter-dropdown .input-wrapper.search_query-wrapper{margin-bottom:21px}.phy-gender-filter-dropdown .input-wrapper input,.phy-loc-filter-dropdown .input-wrapper input,.phy-operative-filter-dropdown .input-wrapper input{background-color:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;color:#142546;font-size:1.2rem;height:30px;margin:0;padding:11px 12px;width:calc(100% - 44px)}.phy-gender-filter-dropdown .input-wrapper input::-webkit-search-cancel-button,.phy-loc-filter-dropdown .input-wrapper input::-webkit-search-cancel-button,.phy-operative-filter-dropdown .input-wrapper input::-webkit-search-cancel-button{background-image:url(/templates/lyquix/images/close-icon.svg);height:9px;width:9px}.phy-gender-filter-dropdown .input-wrapper .use-my-location,.phy-loc-filter-dropdown .input-wrapper .use-my-location,.phy-operative-filter-dropdown .input-wrapper .use-my-location{border-radius:0 5px 5px 0;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0;position:relative;width:42px}.phy-gender-filter-dropdown .input-wrapper .use-my-location:before,.phy-loc-filter-dropdown .input-wrapper .use-my-location:before,.phy-operative-filter-dropdown .input-wrapper .use-my-location:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:1.6rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.phy-gender-filter-dropdown .checkbox-wrapper,.phy-loc-filter-dropdown .checkbox-wrapper,.phy-operative-filter-dropdown .checkbox-wrapper{height:53px;margin-top:20px;position:relative}.phy-gender-filter-dropdown .checkbox-wrapper:after,.phy-gender-filter-dropdown .checkbox-wrapper:before,.phy-loc-filter-dropdown .checkbox-wrapper:after,.phy-loc-filter-dropdown .checkbox-wrapper:before,.phy-operative-filter-dropdown .checkbox-wrapper:after,.phy-operative-filter-dropdown .checkbox-wrapper:before{background-color:#f8f8f8;content:"";height:2px;position:absolute;top:0;width:100%}.phy-gender-filter-dropdown .checkbox-wrapper:after,.phy-loc-filter-dropdown .checkbox-wrapper:after,.phy-operative-filter-dropdown .checkbox-wrapper:after{bottom:0;top:auto}.phy-gender-filter-dropdown .checkbox-wrapper .input-group-wrapper,.phy-loc-filter-dropdown .checkbox-wrapper .input-group-wrapper,.phy-operative-filter-dropdown .checkbox-wrapper .input-group-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:0 24px;width:100%}.phy-gender-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-wrapper,.phy-loc-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-wrapper,.phy-operative-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.phy-gender-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox,.phy-loc-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox,.phy-operative-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox{background-color:#fff;border:.5px solid #c3c3c3;border-radius:2px;display:inline-block;height:13px;margin-right:5px;min-width:13px;position:relative;width:13px}.phy-gender-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox:hover,.phy-loc-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox:hover,.phy-operative-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox:hover{cursor:pointer}.phy-gender-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox.active,.phy-loc-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox.active,.phy-operative-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox.active{background-color:#142546;border-color:transparent}.phy-gender-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox:after,.phy-loc-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox:after,.phy-operative-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-checkbox:after{speak:none;color:#fff;content:"";font-family:FontAwesome;font-size:16px;font-size:8px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:50%;text-transform:none;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.phy-gender-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-wrapper,.phy-loc-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-wrapper,.phy-operative-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:5px}.phy-gender-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-wrapper span,.phy-loc-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-wrapper span,.phy-operative-filter-dropdown .checkbox-wrapper .input-group-wrapper .input-wrapper span{font-size:1rem;font-weight:600;line-height:1.5}.phy-gender-filter,.surgical-filter{margin-bottom:22px;position:relative}.phy-gender-filter .input-wrapper,.surgical-filter .input-wrapper{margin:0 0 10px}.phy-gender-filter .input-wrapper .input-checkbox,.surgical-filter .input-wrapper .input-checkbox{background-color:#fff;border:.5px solid #c3c3c3;border-radius:2px;height:13px;margin-right:5px;min-width:13px;position:relative;width:13px}.phy-gender-filter .input-wrapper .input-checkbox:hover,.surgical-filter .input-wrapper .input-checkbox:hover{cursor:pointer}.phy-gender-filter .input-wrapper .input-checkbox.active,.surgical-filter .input-wrapper .input-checkbox.active{background-color:#142546;border-color:transparent}.phy-gender-filter .input-wrapper .input-checkbox:after,.surgical-filter .input-wrapper .input-checkbox:after{speak:none;color:#fff;content:"";font-family:FontAwesome;font-size:16px;font-size:8px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:50%;text-transform:none;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.phy-gender-filter .input-wrapper span,.surgical-filter .input-wrapper span{color:#36393b;font-family:Open Sans,sans-serif;font-size:1.2rem;line-height:1.25;white-space:nowrap}.phy-gender-filter .input-wrapper:last-of-type,.surgical-filter .input-wrapper:last-of-type{margin-bottom:0}.phy-gender-filter-dropdown,.phy-operative-filter-dropdown{background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.14);box-shadow:0 1px 3px 0 rgba(0,0,0,.14);-webkit-box-sizing:border-box;box-sizing:border-box;left:0;padding:28px 27px 35px 23px;position:absolute;top:100%;top:51px;width:163px;z-index:1}.phy-gender-filter-dropdown .controls,.phy-operative-filter-dropdown .controls{border-top:2px solid #f8f8f8;padding:14px}.phy-gender-filter-dropdown .controls span,.phy-operative-filter-dropdown .controls span{border-radius:5px;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.15);box-shadow:0 1px 5px 0 rgba(0,0,0,.15);color:#36393b;display:inline-block;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;line-height:15px;padding:7px 16px;-webkit-transition:-webkit-box-shadow;transition:-webkit-box-shadow;transition:box-shadow;transition:box-shadow,-webkit-box-shadow}.phy-gender-filter-dropdown .controls span:hover,.phy-operative-filter-dropdown .controls span:hover{-webkit-box-shadow:none;box-shadow:none}body[screen=md] .phy-loc-filter-dropdown .loc-list{max-height:171px}body[screen=md] .phy-loc-filter-dropdown .left-column-and-map-wrapper{height:326px}body[screen=md] .phy-loc-filter-dropdown .left-column-and-map-wrapper .map{height:326px;width:494px}body[screen=sm] .phy-loc-filter-dropdown .loc-list{max-height:171px}body[screen=sm] .phy-loc-filter-dropdown .left-column-and-map-wrapper{height:326px}body[screen=sm] .phy-loc-filter-dropdown .left-column-and-map-wrapper .left-column{width:280px}body[screen=sm] .phy-loc-filter-dropdown .left-column-and-map-wrapper .map{height:326px;width:calc(100vw - 504px)}body[screen=xs] .phy-loc-filter-dropdown{height:100%;left:0;position:fixed;top:0;width:100%}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper{-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:309px}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .left-column{padding:53px 0 0;width:100%}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .left-column>.input-wrapper input{height:40px;margin:0;width:215px}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .left-column>.input-wrapper button{border:0;height:40px}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .left-column>*{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .loc-list-wrapper{bottom:45px;display:none;overflow:hidden;overflow-y:scroll;position:absolute;top:195px;z-index:1}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .loc-list-wrapper .loc-list{background-color:#fff}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .loc-list-wrapper .loc-list span{font-family:Open Sans,sans-serif}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .loc-list-wrapper.active{display:block}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .loc-list-wrapper.active+.map-wrapper{visibility:hidden}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .map-wrapper{bottom:45px;height:auto;left:0;position:absolute;top:195px;z-index:-1}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .map{height:calc(100vh - 240px);width:100%}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .button-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:45px;justify-content:center;position:absolute;width:100%;z-index:2}body[screen=xs] .phy-loc-filter-dropdown .left-column-and-map-wrapper .button-wrapper>a{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1.1rem;font-weight:900;height:25px;letter-spacing:.48px;line-height:1.18182;padding:6.5px 0 4.5px;width:185px}body[screen=xs].ios .phy-loc-filter-dropdown{margin-top:-6px}.tmpl-custom-physicians.fc-category .filter .dropdown-container-gray:hover{background-color:transparent!important}.tmpl-custom-physicians.fc-category .dropdown-container-gray .dropdown li:hover{background-color:transparent}body[screen=md] .filter-wrapper .specialty-filter.dropdown-container-gray{min-width:0;width:inherit}.tmpl-custom-physicians.fc-category .phy-list .featured-items-list>li .group-1 .in-memoriam{display:inline-block}@media screen and (max-width:799px){body[screen=sm] .tmpl-custom-physicians.fc-category .physicians.in-memoriam .in-memoriam,body[screen=xs] .tmpl-custom-physicians.fc-category .physicians.in-memoriam .in-memoriam{margin:12px 0 0}body[screen=sm] .tmpl-custom-physicians.fc-category .physicians.in-memoriam .in-memoriam h5,body[screen=sm] .tmpl-custom-physicians.fc-category .physicians.in-memoriam .in-memoriam p,body[screen=xs] .tmpl-custom-physicians.fc-category .physicians.in-memoriam .in-memoriam h5,body[screen=xs] .tmpl-custom-physicians.fc-category .physicians.in-memoriam .in-memoriam p{font-size:1.5rem;text-align:left}}body[screen=xs] .fc-item.tmpl-custom-physicians.item-136 .group-3 .field_headshot_photo{width:100%}body[screen=xs] .fc-item.tmpl-custom-physicians.item-136 .in-memoriam{position:absolute;right:10px;top:10px}body.stop-scrolling{height:100vh;overflow:hidden;position:relative}body[screen=lg].menu-collapsed .tmpl-custom-physicians.fc-category .section-1,body[screen=md].menu-collapsed .tmpl-custom-physicians.fc-category .section-1,body[screen=sm].menu-collapsed .tmpl-custom-physicians.fc-category .section-1{position:relative;z-index:1}body[screen=lg].menu-collapsed .tmpl-custom-physicians.fc-category .filter-bar-phy,body[screen=md].menu-collapsed .tmpl-custom-physicians.fc-category .filter-bar-phy,body[screen=sm].menu-collapsed .tmpl-custom-physicians.fc-category .filter-bar-phy{height:auto;position:sticky;top:56px}body[screen=sm].menu-collapsed .tmpl-custom-physicians.fc-category .filter-bar-phy{top:89px!important}.catid-39 .row.main{padding-bottom:0!important}body[screen=sm].catid-39 #ny-notice-physicians .close,body[screen=xs].catid-39 #ny-notice-physicians .close{margin-left:auto}.cat-specialties .featured-items-list{list-style:none;margin:0 auto;max-width:1025px;padding:0;position:relative;z-index:1}.cat-specialties .featured-items-list>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;position:relative;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.cat-specialties .featured-items-list>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.cat-specialties .featured-items-list>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.cat-specialties .featured-items-list>li>a{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.cat-specialties .featured-items-list>li>a:before{border-radius:3px;content:" ";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:1}.cat-specialties .featured-items-list>li>a:hover img,.cat-specialties .featured-items-list>li>a:hover:before{opacity:.85}.cat-specialties .featured-items-list>li>a:active img,.cat-specialties .featured-items-list>li>a:active:before{opacity:.7}.cat-specialties .featured-items-list:after,.cat-specialties .featured-items-list:before{content:" ";display:table}.cat-specialties .featured-items-list:after{clear:both}.cat-specialties .featured-items-list>li{margin:5px;min-height:115px;width:145px}.cat-specialties .featured-items-list>li>a{position:static;text-decoration:none}.cat-specialties .featured-items-list>li .icon-specialty{border-top-left-radius:3px;border-top-right-radius:3px;display:block;height:50px;width:100%}.cat-specialties .featured-items-list>li h3{font-size:1.6rem;font-weight:400;letter-spacing:.29px;line-height:normal;line-height:22px;margin:88px 5px 7px;position:relative;text-align:center;text-decoration:none;z-index:5}.cat-specialties .featured-items-list>li h3:hover{text-decoration:underline}.cat-specialties .featured-items-list>li h3 a{color:#142546;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;letter-spacing:.29px;line-height:22px;text-decoration:none}.cat-specialties .featured-items-list>li h3 a:hover{text-decoration:underline}.cat-specialties .featured-items-list>li .field_secondary_image{overflow:hidden;width:100%}.cat-specialties .featured-items-list>li .field_secondary_image a,.cat-specialties .featured-items-list>li .field_secondary_image span{width:100%}.cat-specialties .featured-items-list>li .fc_image_thumb{border-top-left-radius:3px;border-top-right-radius:3px;display:block;height:80px;margin:0;overflow:hidden;padding:0;position:relative}.cat-specialties .featured-items-list>li .fc_image_thumb img{left:0;position:absolute;top:-5px}.cat-specialties .featured-items-list>li ul{list-style:none}.cat-specialties .featured-items-list>li ul li a{display:inline-block}.cat-specialties .featured-items-list>li:hover h3{text-decoration:underline}.cat-specialties .featured-items-list>li{margin:10px;min-height:347px;width:235px}.cat-specialties .featured-items-list>li h3{margin-top:7px}.cat-specialties .featured-items-list>li ul.tab-menu{border-top:1px solid #ededed;list-style:none;margin:0 10px;padding:26px 0 0;position:relative;z-index:5}.cat-specialties .featured-items-list>li ul.tab-menu li{font-size:1.3rem;line-height:normal;margin:4px 0 0;text-align:center}.cat-specialties .featured-items-list>li ul.tab-menu li a{text-decoration:underline}.cat-specialties .featured-items-list>li ul.tab-menu li a:hover{text-decoration:none}.cat-specialties .yellow-buttons-group{border-bottom:1px solid #cfcfcf;margin:80px 0 5px;padding-bottom:27px;text-align:center}.cat-specialties .featured-items-list .general-orthopaedics .tab-menu li:nth-child(2),.cat-specialties .featured-items-list .general-orthopaedics .tab-menu li:nth-child(3){display:none}body[screen=md] .cat-specialties .featured-items-list>li{margin:2.5px}body[screen=sm] .cat-specialties .featured-items-list,body[screen=xs] .cat-specialties .featured-items-list{float:none;margin:0 auto;text-align:center}body[screen=sm] .cat-specialties .featured-items-list>li,body[screen=xs] .cat-specialties .featured-items-list>li{margin:10px}body[screen=sm] .cat-specialties .featured-items-list{width:510px}body[screen=xs] .cat-specialties .featured-items-list li{float:none;margin:10px auto}@media screen and (max-width:320px){.cat-specialties h1{margin:4.3rem 5px 5px}.cat-specialties .cat-items{margin:0 5px}}.cat-stories h1{border-bottom:1px solid #ededed;margin-bottom:25px}.cat-stories ul.cat-subcats{list-style:none;margin:0;padding:0}.cat-stories .grid,body.home .grid{-ms-grid-columns:1fr 1fr 1fr!important;background-color:#0d162b;display:-ms-grid;display:grid;grid-template-areas:"jumbo jumbo eventOne" "jumbo jumbo eventTwo" "one two three";grid-template-columns:1fr 1fr 1fr}.cat-stories .grid .story-block,body.home .grid .story-block{position:relative}.cat-stories .grid .story-block.filter-events,body.home .grid .story-block.filter-events{background-color:#0d162b}.cat-stories .grid .story-block.filter-events[data-number="0"],body.home .grid .story-block.filter-events[data-number="0"]{-ms-grid-column-span:1!important;-ms-grid-row-span:1!important;grid-area:eventOne;-ms-grid-column:3!important;-ms-grid-row:1!important}.cat-stories .grid .story-block.filter-events[data-number="1"],body.home .grid .story-block.filter-events[data-number="1"]{-ms-grid-column-span:1!important;-ms-grid-row-span:1!important;grid-area:eventTwo;-ms-grid-column:3!important;-ms-grid-row:2!important}.cat-stories .grid .story-block.filter-events[data-number="1"] .text .content,body.home .grid .story-block.filter-events[data-number="1"] .text .content{padding-bottom:64px}.cat-stories .grid .story-block.filter-events:not([data-number="0"]):not([data-number="1"]),body.home .grid .story-block.filter-events:not([data-number="0"]):not([data-number="1"]){display:none!important}.cat-stories .grid .story-block:not(.filter-events)[data-number="0"],body.home .grid .story-block:not(.filter-events)[data-number="0"]{-ms-grid-column-span:2!important;-ms-grid-row-span:2!important;grid-area:jumbo;-ms-grid-column:1!important;-ms-grid-row:1!important}.cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .fc_field_image,body.home .grid .story-block:not(.filter-events)[data-number="0"] .fc_field_image{height:100%;left:0;position:absolute;top:0;width:100%}.cat-stories .grid .story-block:not(.filter-events)[data-number="0"].no-events,body.home .grid .story-block:not(.filter-events)[data-number="0"].no-events{-ms-grid-column-span:3!important;grid-column-end:eventOne;grid-column-start:jumbo;grid-row-end:jumbo;grid-row-start:jumbo}.cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text,body.home .grid .story-block:not(.filter-events)[data-number="0"] .text{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text.sans-intro h3,body.home .grid .story-block:not(.filter-events)[data-number="0"] .text.sans-intro h3{margin-bottom:0}.cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .content,body.home .grid .story-block:not(.filter-events)[data-number="0"] .text .content{margin-top:auto}.cat-stories .grid .story-block:not(.filter-events)[data-number="1"],body.home .grid .story-block:not(.filter-events)[data-number="1"]{-ms-grid-column-span:1!important;-ms-grid-row-span:1!important;grid-area:one;-ms-grid-column:1!important;-ms-grid-row:3!important}.cat-stories .grid .story-block:not(.filter-events)[data-number="2"],body.home .grid .story-block:not(.filter-events)[data-number="2"]{-ms-grid-column-span:1!important;-ms-grid-row-span:1!important;grid-area:two;-ms-grid-column:2!important;-ms-grid-row:3!important}.cat-stories .grid .story-block:not(.filter-events).story-links,.cat-stories .grid .story-block:not(.filter-events)[data-number="3"],body.home .grid .story-block:not(.filter-events).story-links,body.home .grid .story-block:not(.filter-events)[data-number="3"]{-ms-grid-column-span:1!important;-ms-grid-row-span:1!important;grid-area:three;-ms-grid-column:3!important;-ms-grid-row:3!important}.cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .textContainerDiv,body.home .grid .story-block:not(.filter-events)[data-number="0"] .text .textContainerDiv{display:block}.cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .content,body.home .grid .story-block:not(.filter-events)[data-number="0"] .text .content{-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:107px;width:calc(75% + 120px)}.cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text h3,body.home .grid .story-block:not(.filter-events)[data-number="0"] .text h3{font-size:42px;font-weight:300;letter-spacing:0;line-height:62px;margin-top:20px}.cat-stories .grid .story-block .image img,body.home .grid .story-block .image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cat-stories .grid .story-block .text,body.home .grid .story-block .text{position:relative}.cat-stories .grid .story-block.filter-events .text,body.home .grid .story-block.filter-events .text{background:transparent}.cat-stories .grid .story-block .text .content,.cat-stories .grid .story-block.filter-events .text .content,body.home .grid .story-block .text .content,body.home .grid .story-block.filter-events .text .content{margin-left:3.125vw;margin-right:3.125vw;padding-left:0;padding-right:0}body[screen=lg] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .textContainerDiv,body[screen=lg].home .grid .story-block:not(.filter-events)[data-number="0"] .text .textContainerDiv{display:block}body[screen=lg] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .content,body[screen=lg].home .grid .story-block:not(.filter-events)[data-number="0"] .text .content{-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:80px;padding-top:93px;width:41.953vw}body[screen=lg] .cat-stories .grid .story-block:not(.filter-events).story-links,body[screen=lg] .cat-stories .grid .story-block:not(.filter-events)[data-number="1"],body[screen=lg] .cat-stories .grid .story-block:not(.filter-events)[data-number="2"],body[screen=lg] .cat-stories .grid .story-block:not(.filter-events)[data-number="3"],body[screen=lg].home .grid .story-block:not(.filter-events).story-links,body[screen=lg].home .grid .story-block:not(.filter-events)[data-number="1"],body[screen=lg].home .grid .story-block:not(.filter-events)[data-number="2"],body[screen=lg].home .grid .story-block:not(.filter-events)[data-number="3"]{min-height:427px}body[screen=lg] .cat-stories .grid .story-block:not(.filter-events).story-links .text .content,body[screen=lg] .cat-stories .grid .story-block:not(.filter-events)[data-number="1"] .text .content,body[screen=lg] .cat-stories .grid .story-block:not(.filter-events)[data-number="2"] .text .content,body[screen=lg] .cat-stories .grid .story-block:not(.filter-events)[data-number="3"] .text .content,body[screen=lg].home .grid .story-block:not(.filter-events).story-links .text .content,body[screen=lg].home .grid .story-block:not(.filter-events)[data-number="1"] .text .content,body[screen=lg].home .grid .story-block:not(.filter-events)[data-number="2"] .text .content,body[screen=lg].home .grid .story-block:not(.filter-events)[data-number="3"] .text .content{padding-bottom:80px}body[screen=md] .cat-stories .grid .story-block.filter-events[data-number="1"] .text .content,body[screen=md].home .grid .story-block.filter-events[data-number="1"] .text .content{padding-bottom:40px;padding-top:36px}body[screen=md] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .content,body[screen=md].home .grid .story-block:not(.filter-events)[data-number="0"] .text .content{padding-bottom:60px;width:49.6875vw}body[screen=md] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .textContainerDiv,body[screen=md].home .grid .story-block:not(.filter-events)[data-number="0"] .text .textContainerDiv{margin-bottom:20px}body[screen=md] .cat-stories .grid .story-block:not(.filter-events).story-links,body[screen=md] .cat-stories .grid .story-block:not(.filter-events)[data-number="1"],body[screen=md] .cat-stories .grid .story-block:not(.filter-events)[data-number="2"],body[screen=md] .cat-stories .grid .story-block:not(.filter-events)[data-number="3"],body[screen=md].home .grid .story-block:not(.filter-events).story-links,body[screen=md].home .grid .story-block:not(.filter-events)[data-number="1"],body[screen=md].home .grid .story-block:not(.filter-events)[data-number="2"],body[screen=md].home .grid .story-block:not(.filter-events)[data-number="3"]{min-height:320px}body[screen=md] .cat-stories .grid .story-block:not(.filter-events).story-links .text .content,body[screen=md] .cat-stories .grid .story-block:not(.filter-events)[data-number="1"] .text .content,body[screen=md] .cat-stories .grid .story-block:not(.filter-events)[data-number="2"] .text .content,body[screen=md] .cat-stories .grid .story-block:not(.filter-events)[data-number="3"] .text .content,body[screen=md].home .grid .story-block:not(.filter-events).story-links .text .content,body[screen=md].home .grid .story-block:not(.filter-events)[data-number="1"] .text .content,body[screen=md].home .grid .story-block:not(.filter-events)[data-number="2"] .text .content,body[screen=md].home .grid .story-block:not(.filter-events)[data-number="3"] .text .content{padding-bottom:40px}body[screen=md] .cat-stories .stories-filter,body[screen=md].home .stories-filter{width:83.334%}body[screen=sm] .cat-stories .grid .story-block.filter-events[data-number="1"] .text .content,body[screen=sm].home .grid .story-block.filter-events[data-number="1"] .text .content{padding-bottom:30px}body[screen=sm] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .textContainerDiv,body[screen=sm].home .grid .story-block:not(.filter-events)[data-number="0"] .textContainerDiv{margin-bottom:20px}body[screen=sm] .cat-stories .grid .story-block:not(.filter-events).story-links,body[screen=sm] .cat-stories .grid .story-block:not(.filter-events)[data-number="1"],body[screen=sm] .cat-stories .grid .story-block:not(.filter-events)[data-number="2"],body[screen=sm] .cat-stories .grid .story-block:not(.filter-events)[data-number="3"],body[screen=sm].home .grid .story-block:not(.filter-events).story-links,body[screen=sm].home .grid .story-block:not(.filter-events)[data-number="1"],body[screen=sm].home .grid .story-block:not(.filter-events)[data-number="2"],body[screen=sm].home .grid .story-block:not(.filter-events)[data-number="3"]{min-height:320px}body[screen=sm] .cat-stories .grid .story-block:not(.filter-events).story-links .text .content,body[screen=sm] .cat-stories .grid .story-block:not(.filter-events)[data-number="1"] .text .content,body[screen=sm] .cat-stories .grid .story-block:not(.filter-events)[data-number="2"] .text .content,body[screen=sm] .cat-stories .grid .story-block:not(.filter-events)[data-number="3"] .text .content,body[screen=sm].home .grid .story-block:not(.filter-events).story-links .text .content,body[screen=sm].home .grid .story-block:not(.filter-events)[data-number="1"] .text .content,body[screen=sm].home .grid .story-block:not(.filter-events)[data-number="2"] .text .content,body[screen=sm].home .grid .story-block:not(.filter-events)[data-number="3"] .text .content{padding-bottom:46px}body[screen=sm] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text h3,body[screen=sm].home .grid .story-block:not(.filter-events)[data-number="0"] .text h3{font-size:4rem;line-height:50px}body[screen=sm] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .textContainerDiv,body[screen=sm].home .grid .story-block:not(.filter-events)[data-number="0"] .text .textContainerDiv{display:block;font-size:1.4rem;line-height:20px}body[screen=sm] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .content,body[screen=sm].home .grid .story-block:not(.filter-events)[data-number="0"] .text .content{-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:50px;padding-top:77px;width:55vw}body[screen=sm] .cat-stories .stories-filter,body[screen=sm].home .stories-filter{margin-top:35px;width:81.25%}body[screen=sm] .cat-stories .stories-filter-tabs>li a,body[screen=sm].home .stories-filter-tabs>li a{font-size:1.4rem;line-height:18px}body[screen=xs] .cat-stories .grid,body[screen=xs].home .grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto}body[screen=xs] .cat-stories .grid .story-block,body[screen=xs].home .grid .story-block{margin:1px 0;position:relative;width:100%}body[screen=xs] .cat-stories .grid .story-block .text,body[screen=xs].home .grid .story-block .text{padding:30px 10.9375vw 26px;position:relative;z-index:3}body[screen=xs] .cat-stories .grid .story-block .text .content,body[screen=xs].home .grid .story-block .text .content{padding:0}body[screen=xs] .cat-stories .grid .story-block .image,body[screen=xs].home .grid .story-block .image{height:100%;left:0;position:absolute;top:0;width:100%}body[screen=xs] .cat-stories .grid .story-block.filter-events,body[screen=xs].home .grid .story-block.filter-events{height:auto;padding:0}body[screen=xs] .cat-stories .grid .story-block.filter-events .content,body[screen=xs].home .grid .story-block.filter-events .content{margin-left:0;margin-right:0;padding:0}body[screen=xs] .cat-stories .grid .story-block.filter-events .text,body[screen=xs].home .grid .story-block.filter-events .text{padding:21px 10.9375vw 26px;position:static}body[screen=xs] .cat-stories .grid .story-block.filter-events .text .content,body[screen=xs].home .grid .story-block.filter-events .text .content{padding:0!important}body[screen=xs] .cat-stories .grid .story-block.filter-events[data-number="0"],body[screen=xs].home .grid .story-block.filter-events[data-number="0"]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}body[screen=xs] .cat-stories .grid .story-block.filter-events[data-number="1"],body[screen=xs].home .grid .story-block.filter-events[data-number="1"]{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}body[screen=xs] .cat-stories .grid .story-block:not(.filter-events),body[screen=xs].home .grid .story-block:not(.filter-events){height:auto}body[screen=xs] .cat-stories .grid .story-block:not(.filter-events) .text .content,body[screen=xs].home .grid .story-block:not(.filter-events) .text .content{margin:0}body[screen=xs] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"],body[screen=xs].home .grid .story-block:not(.filter-events)[data-number="0"]{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-top:0!important;order:1;width:100%}body[screen=xs] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text,body[screen=xs].home .grid .story-block:not(.filter-events)[data-number="0"] .text{min-height:450px;padding:22px 10.9375vw 39px;width:100%}body[screen=xs] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text .content,body[screen=xs].home .grid .story-block:not(.filter-events)[data-number="0"] .text .content{margin-top:auto;padding:0;width:100%}body[screen=xs] .cat-stories .grid .story-block:not(.filter-events)[data-number="1"],body[screen=xs].home .grid .story-block:not(.filter-events)[data-number="1"]{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}body[screen=xs] .cat-stories .grid .story-block:not(.filter-events)[data-number="2"],body[screen=xs].home .grid .story-block:not(.filter-events)[data-number="2"]{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}body[screen=xs] .cat-stories .grid .story-block:not(.filter-events).story-links,body[screen=xs] .cat-stories .grid .story-block:not(.filter-events)[data-number="3"],body[screen=xs].home .grid .story-block:not(.filter-events).story-links,body[screen=xs].home .grid .story-block:not(.filter-events)[data-number="3"]{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}body[screen=xs] .cat-stories .grid .story-block:not(.filter-events)[data-number="0"] .text h3,body[screen=xs].home .grid .story-block:not(.filter-events)[data-number="0"] .text h3{font-size:40px;font-weight:300;letter-spacing:.4px;line-height:50px}body[screen=xs] .cat-stories .stories-filter,body[screen=xs].home .stories-filter{width:81.25%}body[screen=xs].home .grid .story-block[data-number="0"] .readmore{display:block}body[screen=xs].home .grid .story-block[data-number="0"] .textContainerDiv{display:none!important}body[screen=xs] .dropdown-container-white .dropdown{z-index:2}body[screen=xs] .cat-stories .stories-filter{margin-top:30px;max-width:330px;width:64.0625%}body[screen=xs] .cat-stories .stories-filter h2{text-align:center}body[screen=xs] .cat-stories .stories-filter .stories-filter-tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body[screen=xs] .cat-stories .stories-filter li{margin:2.5px 0;width:100%}.cat-conditions,.cat-treatments{display:-webkit-box;display:-ms-flexbox;display:flex}.cat-conditions .sidebar,.cat-treatments .sidebar{-ms-overflow-style:none;background:#fff;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.145),-1px 0 3px rgba(0,0,0,.153);box-shadow:0 2px 4px rgba(0,0,0,.145),-1px 0 3px rgba(0,0,0,.153);display:block;height:100%;overflow-y:scroll;padding:44px 0 0;position:fixed;scrollbar-width:none;z-index:1}.cat-conditions .sidebar::-webkit-scrollbar,.cat-treatments .sidebar::-webkit-scrollbar{background:transparent;width:0}.cat-conditions .sidebar .xs-filter-dropdown,.cat-treatments .sidebar .xs-filter-dropdown{display:none}.cat-conditions .sidebar .search,.cat-treatments .sidebar .search{margin-bottom:21px}.cat-conditions .sidebar .search-heading,.cat-treatments .sidebar .search-heading{color:#142546;display:block;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:23px;margin-bottom:4px;padding-left:36px}.cat-conditions .sidebar .search-wrapper,.cat-treatments .sidebar .search-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;padding-left:36px;width:100%}.cat-conditions .sidebar .search-wrapper input,.cat-treatments .sidebar .search-wrapper input{background:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.2);float:none;height:100%;width:206px}.cat-conditions .sidebar .search-wrapper input::-webkit-input-placeholder,.cat-treatments .sidebar .search-wrapper input::-webkit-input-placeholder{color:#707275;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:19px}.cat-conditions .sidebar .search-wrapper input::-moz-placeholder,.cat-treatments .sidebar .search-wrapper input::-moz-placeholder{color:#707275;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:19px}.cat-conditions .sidebar .search-wrapper input:-ms-input-placeholder,.cat-treatments .sidebar .search-wrapper input:-ms-input-placeholder{color:#707275;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:19px}.cat-conditions .sidebar .search-wrapper input::-ms-input-placeholder,.cat-treatments .sidebar .search-wrapper input::-ms-input-placeholder{color:#707275;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:19px}.cat-conditions .sidebar .search-wrapper input::placeholder,.cat-treatments .sidebar .search-wrapper input::placeholder{color:#707275;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:19px}.cat-conditions .sidebar .search-toggle,.cat-treatments .sidebar .search-toggle{background-color:#ffd151;background-image:url(/templates/lyquix/images/icons/search.svg);background-position:50%;background-repeat:no-repeat;border-radius:0 4px 4px 0;content:"";cursor:pointer;display:block;height:40px;width:48px}.cat-conditions .sidebar .specialty-group-buttons,.cat-treatments .sidebar .specialty-group-buttons{border-bottom:2px solid #f2f2f2;margin-bottom:45.75px;padding-bottom:24px;padding-left:46px}.cat-conditions .sidebar .specialty-group-buttons .specialty-group-heading,.cat-treatments .sidebar .specialty-group-buttons .specialty-group-heading{color:#142546;display:block;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:23px;margin:22px 0 4px}.cat-conditions .sidebar .specialty-group-buttons .specialty-group-inputs,.cat-treatments .sidebar .specialty-group-buttons .specialty-group-inputs{display:-webkit-box;display:-ms-flexbox;display:flex}.cat-conditions .sidebar .specialty-group-buttons label,.cat-treatments .sidebar .specialty-group-buttons label{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:23px}.cat-conditions .sidebar .specialty-group-buttons label:first-of-type,.cat-treatments .sidebar .specialty-group-buttons label:first-of-type{margin-right:44px}.cat-conditions .sidebar .specialty-group-buttons input,.cat-treatments .sidebar .specialty-group-buttons input{accent-color:#142546;cursor:pointer}.cat-conditions .sidebar h3,.cat-treatments .sidebar h3{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;letter-spacing:0;opacity:.65;padding-left:46px}.cat-conditions .sidebar h3 span,.cat-treatments .sidebar h3 span{background-repeat:no-repeat;background-size:cover;display:block;height:46.75px;margin-right:13px;width:47px}.cat-conditions .sidebar h3 span.specialty-icon-hip,.cat-treatments .sidebar h3 span.specialty-icon-hip{background-image:url(/templates/lyquix/images/specialty-icons/rothman_hip.svg)}.cat-conditions .sidebar h3 span.specialty-icon-knee,.cat-treatments .sidebar h3 span.specialty-icon-knee{background-image:url(/templates/lyquix/images/specialty-icons/rothman_knee.svg)}.cat-conditions .sidebar h3 span.specialty-icon-spine,.cat-treatments .sidebar h3 span.specialty-icon-spine{background-image:url(/templates/lyquix/images/specialty-icons/rothman_spine.svg)}.cat-conditions .sidebar h3 span.specialty-icon-sports-medicine,.cat-treatments .sidebar h3 span.specialty-icon-sports-medicine{background-image:url(/templates/lyquix/images/specialty-icons/rothman_sports-medicine.svg)}.cat-conditions .sidebar h3 span[class="specialty-icon-foot-&-ankle"],.cat-treatments .sidebar h3 span[class="specialty-icon-foot-&-ankle"]{background-image:url(/templates/lyquix/images/specialty-icons/rothman_foot-ankle.svg)}.cat-conditions .sidebar h3 span[class="specialty-icon-hand-&-wrist"],.cat-treatments .sidebar h3 span[class="specialty-icon-hand-&-wrist"]{background-image:url(/templates/lyquix/images/specialty-icons/rothman_hand-and-wrist.svg)}.cat-conditions .sidebar h3 span[class="physical-medicine-&-rehabilitation"],.cat-treatments .sidebar h3 span[class="physical-medicine-&-rehabilitation"]{background-image:url(/templates/lyquix/images/specialty-icons/rothman_shoulder-and-elbow.svg)}.cat-conditions .sidebar h3 span[class="specialty-icon-hand-&-wrist"],.cat-treatments .sidebar h3 span[class="specialty-icon-hand-&-wrist"]{background-image:url(/templates/lyquix/images/specialty-icons/rothman_hand-wrist.svg)}.cat-conditions .sidebar h3 span[class="specialty-icon-physical-medicine-&-rehabilitation"],.cat-treatments .sidebar h3 span[class="specialty-icon-physical-medicine-&-rehabilitation"]{background-image:url(/templates/lyquix/images/specialty-icons/rothman_physical-medicine.svg)}.cat-conditions .sidebar h3 span[class="specialty-icon-shoulder-&-elbow"],.cat-treatments .sidebar h3 span[class="specialty-icon-shoulder-&-elbow"]{background-image:url(/templates/lyquix/images/specialty-icons/rothman_shoulder.svg)}.cat-conditions .sidebar h3 span.specialty-icon-orthopaedic-oncology,.cat-treatments .sidebar h3 span.specialty-icon-orthopaedic-oncology{background-image:url(/templates/lyquix/images/specialty-icons/rothman_orthopaedic-oncology.svg)}.cat-conditions .sidebar h3 span[class=specialty-icon-orthopaedic-trauma-and-fracture-care],.cat-treatments .sidebar h3 span[class=specialty-icon-orthopaedic-trauma-and-fracture-care]{background-image:url(/templates/lyquix/images/specialty-icons/rothman_trauma-fracture.svg)}.cat-conditions .sidebar h3 a,.cat-treatments .sidebar h3 a{color:#142546;font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;line-height:25px;max-width:175px;text-decoration:none}.cat-conditions .sidebar h3.active,.cat-treatments .sidebar h3.active{opacity:1;position:relative}.cat-conditions .sidebar h3.active:after,.cat-treatments .sidebar h3.active:after{background:#ffde17;content:"";display:block;height:44.76px;position:absolute;right:0;top:0;width:5px}.cat-conditions .sidebar .alpha-letters,.cat-treatments .sidebar .alpha-letters{position:absolute;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cat-conditions .sidebar .alpha-letters li,.cat-treatments .sidebar .alpha-letters li{list-style:none}.cat-conditions .sidebar .alpha-letters li h3,.cat-treatments .sidebar .alpha-letters li h3{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;line-height:25px;opacity:.65;padding-right:50px;text-align:right}.cat-conditions .sidebar .alpha-letters li h3:after,.cat-treatments .sidebar .alpha-letters li h3:after{height:25px}.cat-conditions .sidebar .alpha-letters li h3.active,.cat-treatments .sidebar .alpha-letters li h3.active{opacity:1}.cat-conditions .section-1,.cat-treatments .section-1{-ms-overflow-style:none;background:#fafafa;margin-left:360px;min-height:calc(100vh - 166px);overflow-y:scroll;padding:48px 78px 0;scrollbar-width:none;width:100%}.cat-conditions .section-1::-webkit-scrollbar,.cat-treatments .section-1::-webkit-scrollbar{background:transparent;width:0}.cat-conditions .section-1 .introitems-items,.cat-treatments .section-1 .introitems-items{display:none}.cat-conditions .section-1>h1,.cat-treatments .section-1>h1{color:#142546;font-family:Open Sans,sans-serif;font-size:42px;font-weight:300;line-height:57.2px;margin:0;padding-bottom:40px}.cat-conditions .white-buttons-group,.cat-treatments .white-buttons-group{margin:30px 0;text-align:center}.cat-conditions .cat-items,.cat-treatments .cat-items{clear:both}.cat-conditions .introitems-items-list,.cat-treatments .introitems-items-list{list-style:none;margin:0;padding:0}.cat-conditions .introitems-items-list li,.cat-treatments .introitems-items-list li{text-align:left}.cat-conditions .introitems-items-list li a,.cat-treatments .introitems-items-list li a{color:#6d6d6d;font-family:Georgia,serif;font-size:1.5rem;line-height:1.66}.cat-conditions .tre-list-alpha,.cat-treatments .tre-list-alpha{list-style:none;margin:0;padding:0;position:relative}.cat-conditions .tre-list-alpha>li,.cat-treatments .tre-list-alpha>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.cat-conditions .tre-list-alpha>li:hover,.cat-treatments .tre-list-alpha>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.cat-conditions .tre-list-alpha>li:active,.cat-treatments .tre-list-alpha>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.cat-conditions .tre-list-alpha>li>a,.cat-treatments .tre-list-alpha>li>a{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.cat-conditions .tre-list-alpha>li>a:before,.cat-treatments .tre-list-alpha>li>a:before{border-radius:3px;content:" ";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:1}.cat-conditions .tre-list-alpha>li>a:hover img,.cat-conditions .tre-list-alpha>li>a:hover:before,.cat-treatments .tre-list-alpha>li>a:hover img,.cat-treatments .tre-list-alpha>li>a:hover:before{opacity:.85}.cat-conditions .tre-list-alpha>li>a:active img,.cat-conditions .tre-list-alpha>li>a:active:before,.cat-treatments .tre-list-alpha>li>a:active img,.cat-treatments .tre-list-alpha>li>a:active:before{opacity:.7}.cat-conditions .tre-list-alpha:after,.cat-conditions .tre-list-alpha:before,.cat-treatments .tre-list-alpha:after,.cat-treatments .tre-list-alpha:before{content:" ";display:table}.cat-conditions .tre-list-alpha:after,.cat-treatments .tre-list-alpha:after{clear:both}.cat-conditions .tre-list-alpha>li,.cat-treatments .tre-list-alpha>li{border:none;-webkit-box-shadow:none;box-shadow:none;margin:0;min-height:none;position:relative;width:100%}.cat-conditions .tre-list-alpha>li:first-child h3,.cat-treatments .tre-list-alpha>li:first-child h3{margin-top:35px}.cat-conditions .tre-list-alpha>li h3,.cat-treatments .tre-list-alpha>li h3{background:#f2f2f2;color:#142546;font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;line-height:25px;padding:10px 0 10px 16px}.cat-conditions .tre-list-alpha>li:hover,.cat-treatments .tre-list-alpha>li:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.cat-conditions .tre-list-alpha>li ul,.cat-treatments .tre-list-alpha>li ul{list-style:none;margin:0 0 0 16px;padding:0}.cat-conditions .tre-list-alpha>li ul li,.cat-treatments .tre-list-alpha>li ul li{margin:0 0 10px 28px}.cat-conditions .tre-list-alpha>li ul li a,.cat-treatments .tre-list-alpha>li ul li a{color:#142546;font-family:Open Sans,sans-serif;font-size:17px;font-weight:400;line-height:25px}.cat-conditions .tre-list-specialty,.cat-treatments .tre-list-specialty{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;min-height:none;padding:0;position:relative;z-index:1}.cat-conditions .tre-list-specialty>li,.cat-treatments .tre-list-specialty>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;position:relative;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.cat-conditions .tre-list-specialty>li:hover,.cat-treatments .tre-list-specialty>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.cat-conditions .tre-list-specialty>li:active,.cat-treatments .tre-list-specialty>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.cat-conditions .tre-list-specialty>li>a,.cat-treatments .tre-list-specialty>li>a{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.cat-conditions .tre-list-specialty>li>a:before,.cat-treatments .tre-list-specialty>li>a:before{border-radius:3px;content:" ";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:1}.cat-conditions .tre-list-specialty>li>a:hover img,.cat-conditions .tre-list-specialty>li>a:hover:before,.cat-treatments .tre-list-specialty>li>a:hover img,.cat-treatments .tre-list-specialty>li>a:hover:before{opacity:.85}.cat-conditions .tre-list-specialty>li>a:active img,.cat-conditions .tre-list-specialty>li>a:active:before,.cat-treatments .tre-list-specialty>li>a:active img,.cat-treatments .tre-list-specialty>li>a:active:before{opacity:.7}.cat-conditions .tre-list-specialty:after,.cat-conditions .tre-list-specialty:before,.cat-treatments .tre-list-specialty:after,.cat-treatments .tre-list-specialty:before{content:" ";display:table}.cat-conditions .tre-list-specialty:after,.cat-treatments .tre-list-specialty:after{clear:both}.cat-conditions .tre-list-specialty>li,.cat-treatments .tre-list-specialty>li{margin:5px;min-height:115px;width:145px}.cat-conditions .tre-list-specialty>li>a,.cat-treatments .tre-list-specialty>li>a{position:static;text-decoration:none}.cat-conditions .tre-list-specialty>li .icon-specialty,.cat-treatments .tre-list-specialty>li .icon-specialty{border-top-left-radius:3px;border-top-right-radius:3px;display:block;height:50px;width:100%}.cat-conditions .tre-list-specialty>li h3,.cat-treatments .tre-list-specialty>li h3{font-size:1.6rem;font-weight:400;letter-spacing:.29px;line-height:normal;line-height:22px;margin:88px 5px 7px;position:relative;text-align:center;text-decoration:none;z-index:5}.cat-conditions .tre-list-specialty>li h3:hover,.cat-treatments .tre-list-specialty>li h3:hover{text-decoration:underline}.cat-conditions .tre-list-specialty>li h3 a,.cat-treatments .tre-list-specialty>li h3 a{font-size:16px;font-weight:400;letter-spacing:.29px;line-height:22px;text-decoration:none}.cat-conditions .tre-list-specialty>li h3 a:hover,.cat-treatments .tre-list-specialty>li h3 a:hover{text-decoration:underline}.cat-conditions .tre-list-specialty>li .field_secondary_image,.cat-treatments .tre-list-specialty>li .field_secondary_image{overflow:hidden;width:100%}.cat-conditions .tre-list-specialty>li .field_secondary_image a,.cat-conditions .tre-list-specialty>li .field_secondary_image span,.cat-treatments .tre-list-specialty>li .field_secondary_image a,.cat-treatments .tre-list-specialty>li .field_secondary_image span{width:100%}.cat-conditions .tre-list-specialty>li .fc_image_thumb,.cat-treatments .tre-list-specialty>li .fc_image_thumb{border-top-left-radius:3px;border-top-right-radius:3px;display:block;height:80px;margin:0;overflow:hidden;padding:0;position:relative}.cat-conditions .tre-list-specialty>li .fc_image_thumb img,.cat-treatments .tre-list-specialty>li .fc_image_thumb img{left:0;position:absolute;top:-5px}.cat-conditions .tre-list-specialty>li:hover h3,.cat-treatments .tre-list-specialty>li:hover h3{text-decoration:underline}.cat-conditions .tre-list-specialty>li,.cat-treatments .tre-list-specialty>li{border:none;-webkit-box-shadow:none;box-shadow:none;height:auto;margin:2px;width:99%}.cat-conditions .tre-list-specialty>li:hover,.cat-treatments .tre-list-specialty>li:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.cat-conditions .tre-list-specialty>li .icon,.cat-treatments .tre-list-specialty>li .icon{display:none}.cat-conditions .tre-list-specialty>li .icon-specialty,.cat-treatments .tre-list-specialty>li .icon-specialty{height:96px}.cat-conditions .tre-list-specialty>li h3,.cat-treatments .tre-list-specialty>li h3{background:#f2f2f2;margin:35px 0 13px;padding:10px 0 10px 16px;text-align:left}.cat-conditions .tre-list-specialty>li h3 a,.cat-treatments .tre-list-specialty>li h3 a{color:#142546;font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;line-height:25px}.cat-conditions .tre-list-specialty>li ul,.cat-treatments .tre-list-specialty>li ul{list-style:none;margin:13px 0 0 16px;padding:0;position:relative;z-index:5}.cat-conditions .tre-list-specialty>li ul li a,.cat-treatments .tre-list-specialty>li ul li a{display:inline-block}.cat-conditions .no-results p,.cat-conditions .tre-list-specialty>li ul li a,.cat-treatments .no-results p,.cat-treatments .tre-list-specialty>li ul li a{color:#142546;font-family:Open Sans,sans-serif;font-size:17px;font-weight:400;line-height:25px}body.msie .cat-conditions .tre-list-alpha>li:before,body.msie .cat-treatments .tre-list-alpha>li:before{line-height:58px}body[screen=sm] .cat-conditions .sub-menu-tabs li,body[screen=sm] .cat-treatments .sub-menu-tabs li{width:50%}body[screen=xs] .cat-conditions .sub-menu-tabs li,body[screen=xs] .cat-treatments .sub-menu-tabs li{display:block;width:100%}@media screen and (max-width:320px){.cat-conditions .white-buttons-group div,.cat-treatments .white-buttons-group div{width:218px}.cat-conditions .cat-items ul.tre-list-specialty li,.cat-treatments .cat-items ul.tre-list-specialty li{float:none;margin:2px auto;width:298px}.cat-conditions .cat-items ul.tre-list-specialty li ul li,.cat-treatments .cat-items ul.tre-list-specialty li ul li{width:auto}}@media screen and (min-width:1600px){.cat-conditions .sidebar,.cat-treatments .sidebar{padding-top:44px!important;width:360px!important}.cat-conditions .sidebar .search,.cat-treatments .sidebar .search{margin-bottom:22px}.cat-conditions .sidebar .search-heading,.cat-conditions .sidebar .search-wrapper,.cat-treatments .sidebar .search-heading,.cat-treatments .sidebar .search-wrapper{padding-left:36px}.cat-conditions .sidebar .specialty-group-buttons,.cat-treatments .sidebar .specialty-group-buttons{padding-bottom:20px!important}.cat-conditions .section-1,.cat-treatments .section-1{margin-left:360px!important;padding-left:78px!important}.cat-conditions .section-1>h1,.cat-treatments .section-1>h1{border-bottom:2px solid #f2f2f2}}body[screen=lg] .cat-conditions .sidebar,body[screen=lg] .cat-treatments .sidebar{padding-top:30px;width:314px}body[screen=lg] .cat-conditions .sidebar .specialty-group-buttons,body[screen=lg] .cat-treatments .sidebar .specialty-group-buttons{padding-bottom:17.42px;padding-left:36px}body[screen=lg] .cat-conditions .sidebar .specialty-group-inputs>div,body[screen=lg] .cat-treatments .sidebar .specialty-group-inputs>div{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=lg] .cat-conditions .sidebar .specialty-group-heading,body[screen=lg] .cat-treatments .sidebar .specialty-group-heading{margin-top:0}body[screen=lg] .cat-conditions .sidebar>h3,body[screen=lg] .cat-treatments .sidebar>h3{margin-bottom:24px;padding-left:37px}body[screen=lg] .cat-conditions .sidebar .alpha-letters,body[screen=lg] .cat-treatments .sidebar .alpha-letters{margin-top:0}body[screen=lg] .cat-conditions .sidebar .alpha-letters li h3,body[screen=lg] .cat-treatments .sidebar .alpha-letters li h3{margin-bottom:24px}body[screen=lg] .cat-conditions .sidebar .alpha-letters li h3:first-of-type,body[screen=lg] .cat-treatments .sidebar .alpha-letters li h3:first-of-type{margin-top:0}body[screen=lg] .cat-conditions .section-1,body[screen=lg] .cat-treatments .section-1{margin-left:314px;padding-left:62px}body[screen=lg] .cat-conditions .section-1>h1,body[screen=lg] .cat-treatments .section-1>h1{border-bottom:none;padding-bottom:40px}body[screen=md] .cat-conditions .sidebar,body[screen=md] .cat-treatments .sidebar{padding-top:49.5px;width:240px}body[screen=md] .cat-conditions .sidebar .search,body[screen=md] .cat-treatments .sidebar .search{margin-bottom:25px}body[screen=md] .cat-conditions .sidebar .search .search-heading,body[screen=md] .cat-treatments .sidebar .search .search-heading{padding-left:26px}body[screen=md] .cat-conditions .sidebar .search .search-wrapper,body[screen=md] .cat-treatments .sidebar .search .search-wrapper{height:auto;padding-left:26px;padding-right:8px}body[screen=md] .cat-conditions .sidebar .search .search-wrapper input,body[screen=md] .cat-treatments .sidebar .search .search-wrapper input{height:32px;width:167px}body[screen=md] .cat-conditions .sidebar .search .search-toggle,body[screen=md] .cat-treatments .sidebar .search .search-toggle{height:32px;width:36px}body[screen=md] .cat-conditions .sidebar .specialty-group-buttons,body[screen=md] .cat-treatments .sidebar .specialty-group-buttons{margin-bottom:38.5px;padding-bottom:19.5px;padding-left:26px}body[screen=md] .cat-conditions .sidebar .specialty-group-buttons .specialty-group-inputs,body[screen=md] .cat-treatments .sidebar .specialty-group-buttons .specialty-group-inputs{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}body[screen=md] .cat-conditions .sidebar .specialty-group-buttons .specialty-group-inputs input,body[screen=md] .cat-treatments .sidebar .specialty-group-buttons .specialty-group-inputs input{margin-left:0;margin-right:6px}body[screen=md] .cat-conditions .sidebar .specialty-group-heading,body[screen=md] .cat-treatments .sidebar .specialty-group-heading{margin-top:0}body[screen=md] .cat-conditions .sidebar>h3,body[screen=md] .cat-treatments .sidebar>h3{margin-bottom:34.62px;padding-left:23px}body[screen=md] .cat-conditions .sidebar>h3 span,body[screen=md] .cat-treatments .sidebar>h3 span{height:36px;margin-right:0;padding-left:0;width:36px}body[screen=md] .cat-conditions .sidebar>h3 a,body[screen=md] .cat-treatments .sidebar>h3 a{max-width:78%;padding-left:11px}body[screen=md] .cat-conditions .sidebar .alpha-letters,body[screen=md] .cat-treatments .sidebar .alpha-letters{margin-top:0}body[screen=md] .cat-conditions .sidebar .alpha-letters li h3,body[screen=md] .cat-treatments .sidebar .alpha-letters li h3{margin-bottom:24px}body[screen=md] .cat-conditions .sidebar .alpha-letters li h3:first-of-type,body[screen=md] .cat-treatments .sidebar .alpha-letters li h3:first-of-type{margin-top:0}body[screen=md] .cat-conditions .section-1,body[screen=md] .cat-treatments .section-1{margin-left:240px;padding-left:46px;padding-right:46px;padding-top:75px}body[screen=md] .cat-conditions .section-1>h1,body[screen=md] .cat-treatments .section-1>h1{border-bottom:0;padding-bottom:77px}body[screen=md] .cat-conditions .section-1 .tre-list-specialty>li,body[screen=md] .cat-treatments .section-1 .tre-list-specialty>li{margin-bottom:35px}body[screen=md] .cat-conditions .section-1 .tre-list-specialty>li h3:first-of-type,body[screen=md] .cat-treatments .section-1 .tre-list-specialty>li h3:first-of-type{margin-top:0}body[screen=sm] .cat-conditions .sidebar,body[screen=sm] .cat-treatments .sidebar{bottom:0!important;padding-top:113px;width:205px}body[screen=sm] .cat-conditions .sidebar .search,body[screen=sm] .cat-treatments .sidebar .search{margin-bottom:25px}body[screen=sm] .cat-conditions .sidebar .search .search-heading,body[screen=sm] .cat-treatments .sidebar .search .search-heading{padding-left:27px}body[screen=sm] .cat-conditions .sidebar .search .search-wrapper,body[screen=sm] .cat-treatments .sidebar .search .search-wrapper{height:auto;padding-left:27px;padding-right:10px}body[screen=sm] .cat-conditions .sidebar .search .search-wrapper input,body[screen=sm] .cat-treatments .sidebar .search .search-wrapper input{height:28px;width:136px}body[screen=sm] .cat-conditions .sidebar .search .search-toggle,body[screen=sm] .cat-treatments .sidebar .search .search-toggle{height:28px;width:32px}body[screen=sm] .cat-conditions .sidebar .specialty-group-buttons,body[screen=sm] .cat-treatments .sidebar .specialty-group-buttons{margin-bottom:16px;padding-bottom:12px;padding-left:27px}body[screen=sm] .cat-conditions .sidebar .specialty-group-buttons .specialty-group-inputs,body[screen=sm] .cat-treatments .sidebar .specialty-group-buttons .specialty-group-inputs{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}body[screen=sm] .cat-conditions .sidebar .specialty-group-buttons .specialty-group-inputs input,body[screen=sm] .cat-treatments .sidebar .specialty-group-buttons .specialty-group-inputs input{margin-left:0;margin-right:6px}body[screen=sm] .cat-conditions .sidebar .specialty-group-heading,body[screen=sm] .cat-treatments .sidebar .specialty-group-heading{margin-top:0}body[screen=sm] .cat-conditions .sidebar>h3,body[screen=sm] .cat-treatments .sidebar>h3{margin-bottom:8px;margin-top:0;padding-left:40px}body[screen=sm] .cat-conditions .sidebar>h3 span,body[screen=sm] .cat-treatments .sidebar>h3 span{display:none}body[screen=sm] .cat-conditions .sidebar>h3 a,body[screen=sm] .cat-treatments .sidebar>h3 a{font-size:12px;max-width:130px;padding-left:0}body[screen=sm] .cat-conditions .sidebar>h3.active:after,body[screen=sm] .cat-treatments .sidebar>h3.active:after{height:28px}body[screen=sm] .cat-conditions .sidebar .alpha-letters,body[screen=sm] .cat-treatments .sidebar .alpha-letters{left:0;margin-top:0;padding-left:40px;right:auto}body[screen=sm] .cat-conditions .sidebar .alpha-letters li,body[screen=sm] .cat-treatments .sidebar .alpha-letters li{width:165px}body[screen=sm] .cat-conditions .sidebar .alpha-letters li h3,body[screen=sm] .cat-treatments .sidebar .alpha-letters li h3{margin-bottom:24px;padding-left:0}body[screen=sm] .cat-conditions .sidebar .alpha-letters li h3:first-of-type,body[screen=sm] .cat-treatments .sidebar .alpha-letters li h3:first-of-type{margin-top:0}body[screen=sm] .cat-conditions .section-1,body[screen=sm] .cat-treatments .section-1{margin-left:205px;min-height:calc(100vh - 113px);padding-left:0;padding-right:46px;padding-top:0}body[screen=sm] .cat-conditions .section-1>h1,body[screen=sm] .cat-treatments .section-1>h1{border-bottom:0;padding:63px 0 31px 31px}body[screen=sm] .cat-conditions .section-1 .tre-list-specialty>li,body[screen=sm] .cat-treatments .section-1 .tre-list-specialty>li{margin-bottom:35px}body[screen=sm] .cat-conditions .section-1 .tre-list-specialty>li h3,body[screen=sm] .cat-treatments .section-1 .tre-list-specialty>li h3{margin-left:0;padding-left:40px}body[screen=sm] .cat-conditions .section-1 .tre-list-specialty>li h3:first-of-type,body[screen=sm] .cat-treatments .section-1 .tre-list-specialty>li h3:first-of-type{margin-top:0}body[screen=sm] .cat-conditions .section-1 .tre-list-specialty>li ul,body[screen=sm] .cat-treatments .section-1 .tre-list-specialty>li ul{margin-left:40px}body[screen=sm] .cat-conditions .no-results,body[screen=sm] .cat-conditions .section-1 .tre-list-alpha>li h3,body[screen=sm] .cat-treatments .no-results,body[screen=sm] .cat-treatments .section-1 .tre-list-alpha>li h3{padding-left:31px}body[screen=xs] .cat-conditions,body[screen=xs] .cat-treatments{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body[screen=xs] .cat-conditions .sidebar,body[screen=xs] .cat-treatments .sidebar{-webkit-box-shadow:none;box-shadow:none;padding-top:3px;position:relative!important;width:100%}body[screen=xs] .cat-conditions .sidebar>h1,body[screen=xs] .cat-treatments .sidebar>h1{border-bottom:0;font-family:Open Sans,sans-serif;font-size:42px;font-weight:300;line-height:57.2px;margin:42px 0 18px 35px}body[screen=xs] .cat-conditions .sidebar .search,body[screen=xs] .cat-treatments .sidebar .search{margin-bottom:18px}body[screen=xs] .cat-conditions .sidebar .search input,body[screen=xs] .cat-treatments .sidebar .search input{height:42px;max-width:330px;width:71.5%}body[screen=xs] .cat-conditions .sidebar .search .search-toggle,body[screen=xs] .cat-treatments .sidebar .search .search-toggle{height:42px;width:48px}body[screen=xs] .cat-conditions .sidebar .alpha-letters,body[screen=xs] .cat-treatments .sidebar .alpha-letters{display:none!important}body[screen=xs] .cat-conditions .sidebar .specialty-group-buttons,body[screen=xs] .cat-treatments .sidebar .specialty-group-buttons{margin-bottom:16px;padding-bottom:12.26px;padding-left:40px}body[screen=xs] .cat-conditions .sidebar .specialty-group-buttons .specialty-group-inputs,body[screen=xs] .cat-treatments .sidebar .specialty-group-buttons .specialty-group-inputs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}body[screen=xs] .cat-conditions .sidebar .specialty-group-buttons .specialty-group-inputs input,body[screen=xs] .cat-treatments .sidebar .specialty-group-buttons .specialty-group-inputs input{margin-left:0;margin-right:6px}body[screen=xs] .cat-conditions .sidebar .specialty-group-heading,body[screen=xs] .cat-treatments .sidebar .specialty-group-heading{margin-top:0}body[screen=xs] .cat-conditions .sidebar>h3,body[screen=xs] .cat-treatments .sidebar>h3{display:none!important;margin-bottom:8px;margin-top:0;padding-left:40px}body[screen=xs] .cat-conditions .sidebar>h3 span,body[screen=xs] .cat-treatments .sidebar>h3 span{display:none}body[screen=xs] .cat-conditions .sidebar>h3 a,body[screen=xs] .cat-treatments .sidebar>h3 a{font-size:12px;max-width:130px;padding-left:0}body[screen=xs] .cat-conditions .sidebar .alpha-letters,body[screen=xs] .cat-treatments .sidebar .alpha-letters{display:none;left:0;margin-top:0;padding-left:40px;right:auto}body[screen=xs] .cat-conditions .sidebar .alpha-letters li,body[screen=xs] .cat-treatments .sidebar .alpha-letters li{width:165px}body[screen=xs] .cat-conditions .sidebar .alpha-letters li h3,body[screen=xs] .cat-treatments .sidebar .alpha-letters li h3{margin-bottom:24px;padding-left:0}body[screen=xs] .cat-conditions .sidebar .alpha-letters li h3:first-of-type,body[screen=xs] .cat-treatments .sidebar .alpha-letters li h3:first-of-type{margin-top:0}body[screen=xs] .cat-conditions .section-1,body[screen=xs] .cat-treatments .section-1{margin-left:0;min-height:0;padding-left:0;padding-right:0;padding-top:0}body[screen=xs] .cat-conditions .section-1>h1,body[screen=xs] .cat-treatments .section-1>h1{border-bottom:0;padding:63px 0 31px 31px}body[screen=xs] .cat-conditions .section-1 .tre-list-specialty>li,body[screen=xs] .cat-treatments .section-1 .tre-list-specialty>li{margin-bottom:32px;margin-left:0;margin-right:0;width:100%}body[screen=xs] .cat-conditions .section-1 .tre-list-specialty>li h3,body[screen=xs] .cat-treatments .section-1 .tre-list-specialty>li h3{margin-left:0;margin-right:0;padding-left:40px}body[screen=xs] .cat-conditions .section-1 .tre-list-specialty>li h3:first-of-type,body[screen=xs] .cat-treatments .section-1 .tre-list-specialty>li h3:first-of-type{margin-bottom:13px;margin-top:0}body[screen=xs] .cat-conditions .section-1 .tre-list-specialty>li ul,body[screen=xs] .cat-treatments .section-1 .tre-list-specialty>li ul{margin-left:37px;margin-right:37px}body[screen=xs] .cat-conditions .section-1 .tre-list-alpha>li,body[screen=xs] .cat-treatments .section-1 .tre-list-alpha>li{margin-bottom:32px;margin-left:0;margin-right:0}body[screen=xs] .cat-conditions .section-1 .tre-list-alpha>li ul,body[screen=xs] .cat-treatments .section-1 .tre-list-alpha>li ul{margin-left:37px;margin-right:37px}body[screen=xs] .cat-conditions .section-1 .tre-list-alpha>li ul li,body[screen=xs] .cat-treatments .section-1 .tre-list-alpha>li ul li{margin-left:0}body[screen=xs] .cat-conditions .section-1 .tre-list-alpha>li h3,body[screen=xs] .cat-treatments .section-1 .tre-list-alpha>li h3{margin-left:0;margin-right:0;padding-left:31px}body[screen=xs] .cat-conditions .section-1 .tre-list-alpha>li:first-child h3,body[screen=xs] .cat-treatments .section-1 .tre-list-alpha>li:first-child h3{margin-top:0}body[screen=xs] .cat-conditions .no-results,body[screen=xs] .cat-treatments .no-results{padding-left:40px}body[screen=lg] .cat-conditions .sidebar,body[screen=lg] .cat-treatments .sidebar,body[screen=md] .cat-conditions .sidebar,body[screen=md] .cat-treatments .sidebar{padding-bottom:180px}body[screen=lg] .cat-conditions .sidebar.alpha,body[screen=lg] .cat-treatments .sidebar.alpha,body[screen=md] .cat-conditions .sidebar.alpha,body[screen=md] .cat-treatments .sidebar.alpha{bottom:auto;top:0}body[screen=lg] .cat-conditions .sidebar.alpha.active,body[screen=lg] .cat-treatments .sidebar.alpha.active,body[screen=md] .cat-conditions .sidebar.alpha.active,body[screen=md] .cat-treatments .sidebar.alpha.active{padding-top:100px!important}@media screen and (min-width:1600px){.cat-conditions .sidebar.alpha,.cat-treatments .sidebar.alpha{padding-top:180px!important}}@media screen and (min-width:1280px) and (max-width:1599px){.cat-conditions .sidebar.alpha,.cat-treatments .sidebar.alpha{padding-top:166px!important}}body[screen=md] .cat-conditions .sidebar.alpha,body[screen=md] .cat-treatments .sidebar.alpha{padding-top:182px!important}.cat-videos .section-2{position:relative;z-index:0}.cat-videos h1{border-bottom:1px solid #ededed;margin-bottom:25px}body[screen=xs] .dropdown-container-white{margin-bottom:3px;width:100%}body[screen=xs] .dropdown-container-white .dropdown{width:100%}body[screen=xs] .dropdown-container-white .dropdown li:hover .dropdown-level-2{left:0;top:30px;width:100%;z-index:2}.content-ribbon{background:linear-gradient(153.43deg,#f2f2f2,hsla(0,0%,95%,0)),linear-gradient(230.51deg,hsla(0,0%,95%,0),#f2f2f2);border-bottom:1px solid hsla(217,6%,54%,.18)}.content-ribbon .flex-container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;position:relative}.content-ribbon .image{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;position:absolute;top:-17px;width:50%}.content-ribbon .image img{display:block;margin:auto 0 0;width:100%}.content-ribbon .text{margin-left:auto;margin-right:6.443%;padding:75px 0 57px;width:49.742%}.content-ribbon .text h1{font-size:42px;font-weight:300;letter-spacing:0;line-height:57px;margin:0 0 28px}.content-ribbon .text .button-yellow{background-color:#f7d53b!important;font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;margin:0;padding:18px 30.5px 17px}.content-ribbon.bottom-ribbon{margin-top:50px}.content-ribbon.bottom-ribbon .image{margin-left:0}body[screen=md] .content-ribbon .image{height:100%;margin-right:6px;top:0;width:40%}body[screen=md] .content-ribbon .image img{font-family:"object-fit:cover";height:100%;-o-object-fit:cover;object-fit:cover;width:100%}body[screen=md] .content-ribbon .text{margin-right:5.006%;padding:38px 0;width:54.693%}body[screen=sm] .content-ribbon .flex-container{margin:0 auto;-webkit-transform:translateX(-98px);-ms-transform:translateX(-98px);transform:translateX(-98px);width:738px}body[screen=sm] .content-ribbon .image{bottom:0;top:auto;width:382px}body[screen=sm] .content-ribbon .image img{width:100%}body[screen=sm] .content-ribbon .text{margin-left:321px;margin-right:9.375%;padding:38px 0;width:55.625%}body[screen=sm] .content-ribbon .text h1{font-size:38px;font-weight:300;letter-spacing:0;line-height:45px;margin-bottom:20px}body[screen=sm] .content-ribbon .text .button-yellow{font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;padding:8px 10.5px}body[screen=xs] .content-ribbon{border-top:1px solid hsla(217,6%,54%,.18)}body[screen=xs] .content-ribbon .flex-container{margin:0 auto;width:320px}body[screen=xs] .content-ribbon .image{-webkit-box-ordinal-group:3;-ms-flex-order:2;bottom:0;left:auto;order:2;right:-27.3px;top:auto;width:228px;z-index:0}body[screen=xs] .content-ribbon .image img{width:100%}body[screen=xs] .content-ribbon .text{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-left:4.063%;margin-right:auto;order:1;padding:20px 0;position:relative;width:55.625%;width:60.938%;z-index:1}body[screen=xs] .content-ribbon .text h1{color:#09101e;font-family:Open Sans,sans-serif;font-size:17.5px;font-weight:600;letter-spacing:0;line-height:26px;margin:0 0 8px;width:159px}body[screen=xs] .content-ribbon .text .button-yellow{font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;padding:8px 9.5px}.advanced-banner{margin:0 auto;max-width:1080px;min-height:616px;position:relative;z-index:0}.advanced-banner:after{background:-webkit-gradient(linear,left top,right top,from(#f2f2f2),to(#fff));background:linear-gradient(90deg,#f2f2f2,#fff);content:"";height:100%;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw;z-index:-1}.advanced-banner>.text{margin-left:auto;opacity:1;padding-bottom:150px;padding-top:131px;position:relative;text-align:left;-webkit-transition:opacity 1.5s ease-in,visibility 1.5s ease-in;transition:opacity 1.5s ease-in,visibility 1.5s ease-in;visibility:visible;width:547px}.advanced-banner>.text .bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.advanced-banner>.text .field_intro_video{-ms-flex-negative:1;display:inline-block;flex-shrink:1;width:auto}.advanced-banner>.text .field_intro_video .play-icon{background-image:url(/templates/lyquix/images/video-icons/location-video.svg);background-repeat:no-repeat;background-size:100%;display:block;height:13px;width:13px}.advanced-banner>.text .field_intro_video .text{color:#142546;font-family:Open Sans;font-size:12px;letter-spacing:0;line-height:17px;margin-left:8px;opacity:.7;text-decoration:underline}.advanced-banner>.text .field_intro_video:hover{cursor:pointer}.advanced-banner>.text .field_intro_video:hover .text{text-decoration:none}.advanced-banner h1{font-size:4.2rem;font-weight:300;letter-spacing:0;line-height:57px;margin:0 0 14px}.advanced-banner h2{font-size:20px;font-weight:600;letter-spacing:0;line-height:27px;margin:0 0 9px}.advanced-banner p{color:#142546;font-family:Open Sans,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:25px;margin:0 0 15px}.advanced-banner p:last-of-type{margin-bottom:50px}.advanced-banner .row.learn-more{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.advanced-banner:before{background-image:url(/templates/lyquix/images/home-cutout.png);background-position:bottom;background-repeat:no-repeat;background-size:contain;bottom:0;content:"";display:block;height:100%;left:-202px;position:absolute;-webkit-transition:left 1s ease;transition:left 1s ease;width:900px}.advanced-banner .button-yellow{background-color:#f7d53b!important;font-size:1.1rem;font-weight:900;letter-spacing:.48px;line-height:13px;margin:0 29px 0 0;padding:17.5px 30px}.advanced-banner .link-text{color:#142546;font-family:Open Sans,sans-serif;font-size:1.2rem;line-height:17px;opacity:.9}.advanced-banner .circle{background-image:url(/templates/lyquix/images/circle-marker.svg);background-size:contain;cursor:pointer;height:34px;position:absolute;-webkit-transition:left 1s ease;transition:left 1s ease;width:34px}.advanced-banner .circle[data-tooltip="2"]{left:285px;top:438px}.advanced-banner .circle[data-tooltip="2"] .tool-tip{right:88px}.advanced-banner .circle[data-tooltip="2"] .tool-tip:before{border-left:10px solid #fff;right:-10px}.advanced-banner .circle[data-tooltip="3"]{left:250px;top:529px}.advanced-banner .circle[data-tooltip="1"]{left:0;top:323px}.advanced-banner .circle[data-tooltip="1"] .tool-tip,.advanced-banner .circle[data-tooltip="3"] .tool-tip{left:88px}.advanced-banner .circle[data-tooltip="1"] .tool-tip:before,.advanced-banner .circle[data-tooltip="3"] .tool-tip:before{border-right:10px solid #fff;left:-10px}.advanced-banner .circle:after,.advanced-banner .circle:before{border-radius:50%;content:"";left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.advanced-banner .circle:before{background:-webkit-gradient(linear,left top,right top,from(#f47421),to(#ffde17));background:linear-gradient(90deg,#f47421,#ffde17);height:34px;-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:source-out;mask-composite:subtract;padding:0;-webkit-transition:width .5s ease,height .5s ease,padding .5s ease;transition:width .5s ease,height .5s ease,padding .5s ease;width:34px}.advanced-banner .circle:after{border:0 solid #f7d53b;height:34px;-webkit-transition:width .5s ease,height .5s ease,border-width .5s ease;transition:width .5s ease,height .5s ease,border-width .5s ease;width:34px}.advanced-banner .circle.active .tool-tip,.advanced-banner .circle.active:after,.advanced-banner .circle.active:before,.advanced-banner .circle:hover .tool-tip,.advanced-banner .circle:hover:after,.advanced-banner .circle:hover:before{opacity:1}.advanced-banner .circle.active .tool-tip,.advanced-banner .circle:hover .tool-tip{-webkit-transition-delay:.5s;transition-delay:.5s}.advanced-banner .circle.active:before,.advanced-banner .circle:hover:before{height:105px;padding:2px;width:105px}.advanced-banner .circle.active:after,.advanced-banner .circle:hover:after{border-width:10px;height:134px;width:134px}.advanced-banner .circle .tool-tip{background-color:#fff;border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);cursor:pointer;opacity:0;padding:15px 19px 13px;-webkit-transition:opacity .7s ease;transition:opacity .7s ease;-webkit-transition-delay:0s;transition-delay:0s;width:178px;z-index:1}.advanced-banner .circle .tool-tip,.advanced-banner .circle .tool-tip:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.advanced-banner .circle .tool-tip:before{border-bottom:10px solid transparent;border-top:10px solid transparent;content:"";height:0;right:-10px;width:0}.advanced-banner .circle .tool-tip h4{color:#142546;font-family:Open Sans,sans-serif;font-size:1.6rem;font-weight:600;line-height:22px;margin:0}.advanced-banner .circle .tool-tip .explore{color:#142546;font-family:Open Sans,sans-serif;font-size:1.5rem;line-height:24px}.advanced-banner .circle .tool-tip .explore:hover{text-decoration:underline}.advanced-banner .tool-tips-expanded{bottom:133px;opacity:0;position:absolute;-webkit-transition:visibility .2s ease,opacity .2s ease;transition:visibility .2s ease,opacity .2s ease;visibility:hidden;width:333px}.advanced-banner .tool-tips-expanded .close{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;letter-spacing:0;line-height:17px;padding-left:14px;position:relative}.advanced-banner .tool-tips-expanded .close:before{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);background-size:cover;content:"";height:7px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:7px}.advanced-banner .tool-tips-expanded .starting-point-circle{background-color:#f47421;border-radius:50%;bottom:0;height:10px;left:100%;opacity:0;position:absolute;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;width:10px}.advanced-banner .tool-tips-expanded h2{font-size:2rem;line-height:27px;margin:0 0 9px}.advanced-banner .tool-tips-expanded .tool-tip-group{margin:30px 0 114px;position:relative}.advanced-banner .tool-tips-expanded .tool-tip-group .tool-tip:not(.active){position:absolute;top:0}.advanced-banner .tool-tips-expanded .tool-tip-group .tool-tip{opacity:0;visibility:hidden}.advanced-banner .tool-tips-expanded .tool-tip-group .tool-tip.active{opacity:1;visibility:visible}.advanced-banner .tool-tips-expanded .controls{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.advanced-banner .tool-tips-expanded .controls,.advanced-banner .tool-tips-expanded .controls .buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.advanced-banner .tool-tips-expanded .controls .buttons>div{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:14px;border:1px solid rgba(20,37,70,.3);cursor:pointer;height:34px;-webkit-transition:background-color .5s ease;transition:background-color .5s ease;width:42.5px}.advanced-banner .tool-tips-expanded .controls .buttons>div:hover{background-color:transparent}.advanced-banner .tool-tips-expanded .controls .buttons .prev{background-image:url(/templates/lyquix/images/icons/arrow-blue-left.svg);border-radius:16px 0 0 16px;border-right-width:.5px}.advanced-banner .tool-tips-expanded .controls .buttons .next{background-image:url(/templates/lyquix/images/icons/arrow-blue-right.svg);border-left-width:.5px;border-radius:0 16px 16px 0}.advanced-banner .tool-tips-expanded .controls .summary{color:#142546;font-family:Open Sans,sans-serif;font-size:1.3rem;font-weight:300;letter-spacing:1.21px;line-height:16px;text-align:right;text-transform:uppercase}.advanced-banner .tool-tips-expanded .tabs{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:12px}.advanced-banner .tool-tips-expanded .tab{background-color:#142546;border:1px;display:block;height:4px;margin-right:4px;opacity:.34;width:25px}.advanced-banner .tool-tips-expanded .tab.active{opacity:1}.advanced-banner .tool-tips-expanded .tab:last-child{margin-right:0}.advanced-banner.open:before{left:475px}.advanced-banner.open .tool-tips-expanded{opacity:1;-webkit-transition:visibility 1s ease,opacity 1s ease;transition:visibility 1s ease,opacity 1s ease;visibility:visible}.advanced-banner.open .text{opacity:0;-webkit-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease;visibility:hidden}.advanced-banner.open .circle:hover{cursor:pointer}.advanced-banner.open .circle[data-tooltip="2"]{left:792px}.advanced-banner.open .circle[data-tooltip="3"]{left:757px}.advanced-banner.open .circle[data-tooltip="1"]{left:507px}.advanced-banner.open .circle .tool-tip{opacity:0!important;visibility:hidden!important}@media only screen and (min-width:1600px){.advanced-banner{max-width:1164px}.advanced-banner>.text{width:579px}.advanced-banner .circle[data-tooltip="2"]{left:299px;top:425px}.advanced-banner .circle[data-tooltip="3"]{left:225px;top:533px}.advanced-banner .circle[data-tooltip="1"]{top:335px}.advanced-banner.open .tool-tips-expanded{bottom:114px;width:359px}}body.banner-phase-2 #line{display:block;opacity:1;-webkit-transition:visibility 1s ease,opacity 1s ease;transition:visibility 1s ease,opacity 1s ease;visibility:visible}body.banner-phase-2 .advanced-banner .starting-point-circle{opacity:1}body[screen=md] .advanced-banner{max-width:800px;min-height:508px}body[screen=md] .advanced-banner>.text{padding-bottom:50px;padding-top:60px;width:398px}body[screen=md] .advanced-banner>.text .bottom .button-yellow{font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;padding:9px 18.5px 7px}body[screen=md] .advanced-banner:before{left:-210px;width:745px}body[screen=md] .advanced-banner .circle[data-tooltip="2"]{left:191px;top:341px}body[screen=md] .advanced-banner .circle[data-tooltip="3"]{left:145px;top:422px}body[screen=md] .advanced-banner .circle[data-tooltip="1"]{left:-20px;top:260px}body[screen=md] .advanced-banner h1{margin-bottom:8px}body[screen=md] .advanced-banner p{margin-bottom:37px}body[screen=md] .advanced-banner.open:before{left:372px}body[screen=md] .advanced-banner.open .circle[data-tooltip="2"]{left:628px}body[screen=md] .advanced-banner.open .circle[data-tooltip="3"]{left:582px}body[screen=md] .advanced-banner.open .circle[data-tooltip="1"]{left:397px}body[screen=md] .advanced-banner .tool-tips-expanded{bottom:55px;width:278px}body[screen=md] .advanced-banner .tool-tips-expanded .tool-tip-group{margin-bottom:70px}body[screen=sm] .advanced-banner .circle,body[screen=xs] .advanced-banner .circle{background-image:url(/templates/lyquix/images/xs-circle-marker.svg)}body[screen=sm] .advanced-banner{max-width:520px;min-height:367px}body[screen=sm] .advanced-banner .regions-row.sm-show,body[screen=sm] .advanced-banner h1.sm-show,body[screen=sm] .advanced-banner p.sm-show{display:block}body[screen=sm] .advanced-banner h1{font-size:3.8rem;line-height:45px;margin-bottom:7px}body[screen=sm] .advanced-banner p{font-size:1.2rem;line-height:17px}body[screen=sm] .advanced-banner p:last-of-type{margin-bottom:21px}body[screen=sm] .advanced-banner>.text{padding-bottom:0;padding-top:42px;width:290px}body[screen=sm] .advanced-banner>.text .bottom{display:block}body[screen=sm] .advanced-banner>.text .bottom .button-yellow{font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;margin-bottom:8px;padding:9px 18.5px 7px}body[screen=sm] .advanced-banner>.text .row.learn-more{padding-bottom:62px}body[screen=sm] .advanced-banner>.text .row.regions-row{border-top:1px solid rgba(20,37,70,.15);padding-top:5px}body[screen=sm] .advanced-banner:before{left:-198px;width:534px}body[screen=sm] .advanced-banner .circle{height:21px;width:21px}body[screen=sm] .advanced-banner .circle[data-tooltip="2"]{left:101px;top:245px}body[screen=sm] .advanced-banner .circle[data-tooltip="2"] .tool-tip{right:37px}body[screen=sm] .advanced-banner .circle[data-tooltip="1"] .tool-tip,body[screen=sm] .advanced-banner .circle[data-tooltip="3"] .tool-tip{left:44px}body[screen=sm] .advanced-banner .circle[data-tooltip="3"]{left:49px;top:312px}body[screen=sm] .advanced-banner .circle[data-tooltip="1"]{left:-35px;top:182px}body[screen=sm] .advanced-banner .circle:after{height:21px;width:21px}body[screen=sm] .advanced-banner .circle:before{height:18px;width:18px}body[screen=sm] .advanced-banner .circle.active:before,body[screen=sm] .advanced-banner .circle:hover:before{height:48px;padding:1px;width:48px}body[screen=sm] .advanced-banner .circle.active:after,body[screen=sm] .advanced-banner .circle:hover:after{border-width:4px;height:60px;width:60px}body[screen=sm] .advanced-banner .circle .tool-tip{padding:10px 8px 13px;width:145px}body[screen=sm] .advanced-banner .circle .tool-tip h4{font-size:1.4rem;line-height:18px}body[screen=sm] .advanced-banner .circle .tool-tip .explore{font-size:1.2rem;line-height:17px}body[screen=sm] .advanced-banner .tool-tips-expanded{bottom:30px;width:34.6875vw}body[screen=sm] .advanced-banner .tool-tips-expanded h2{font-size:1.7rem;line-height:23px}body[screen=sm] .advanced-banner .tool-tips-expanded .tool-tip-group{margin:10px 0 20px}body[screen=sm] .advanced-banner .tool-tips-expanded .tool-tip-group h2{margin-bottom:14px}body[screen=sm] .advanced-banner .button-yellow{margin-right:12px}body[screen=sm] .advanced-banner.open:before{left:38.906vw}body[screen=sm] .advanced-banner.open .circle[data-tooltip="2"]{left:calc(39.81vw + 188px)}body[screen=sm] .advanced-banner.open .circle[data-tooltip="3"]{left:calc(37.3vw + 152px)}body[screen=sm] .advanced-banner.open .circle[data-tooltip="1"]{left:calc(38.55vw + 40px)}body[screen=xs] .advanced-banner{max-width:none;min-height:515px;overflow:hidden;padding:0 10.9375vw}body[screen=xs] .advanced-banner h1.xs-show,body[screen=xs] .advanced-banner p.xs-show{display:block}body[screen=xs] .advanced-banner h1{font-size:3.8rem;letter-spacing:0;line-height:45px;margin-bottom:5px}body[screen=xs] .advanced-banner p{font-size:1.2rem;line-height:17px;margin-bottom:16px}body[screen=xs] .advanced-banner p:last-of-type{margin-bottom:16px}body[screen=xs] .advanced-banner>.text{padding-bottom:84.25vw;padding-top:20px;position:static;-webkit-transition:opacity 0s,visibility 0s;transition:opacity 0s,visibility 0s;width:auto}body[screen=xs] .advanced-banner>.text .bottom{display:block}body[screen=xs] .advanced-banner>.text .bottom .button-yellow{font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;margin-bottom:13px;padding:9px 18.5px 7px}body[screen=xs] .advanced-banner>.text .bottom .field_intro_video{display:block}body[screen=xs] .advanced-banner:before{content:normal}body[screen=xs] .advanced-banner .circle-group{bottom:0;height:84.25vw;left:0;position:absolute;width:100%}body[screen=xs] .advanced-banner .circle-group img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}body[screen=xs] .advanced-banner .circle,body[screen=xs] .advanced-banner .circle:after,body[screen=xs] .advanced-banner .circle:before{height:14px;width:14px}body[screen=xs] .advanced-banner .circle:before{padding:0}body[screen=xs] .advanced-banner .circle.active:before,body[screen=xs] .advanced-banner .circle:hover:before{height:25px;padding:1px;width:25px}body[screen=xs] .advanced-banner .circle.active:after,body[screen=xs] .advanced-banner .circle:hover:after{border-width:4px;height:36px;width:36px}body[screen=xs] .advanced-banner .circle .tool-tip{padding:8px 12px;width:156px}body[screen=xs] .advanced-banner .circle .tool-tip h4{font-size:1.4rem;line-height:18px}body[screen=xs] .advanced-banner .circle .tool-tip .explore{color:#677287;font-family:Roboto,sans-serif;font-size:1.05rem;line-height:13px}body[screen=xs] .advanced-banner .row.regions-row{background-color:rgba(11,20,37,.9);bottom:0;left:0;padding:10px 0 13px;position:absolute;text-align:center;width:100%;z-index:1}body[screen=xs] .advanced-banner .row.regions-row>a{color:#fff;font-size:1.2rem;line-height:17px;opacity:.9}body[screen=xs] .advanced-banner .circle{-webkit-transition:all 0s;transition:all 0s}body[screen=xs] .advanced-banner .circle[data-tooltip="1"] .tool-tip:before,body[screen=xs] .advanced-banner .circle[data-tooltip="2"] .tool-tip:before,body[screen=xs] .advanced-banner .circle[data-tooltip="3"] .tool-tip:before{border-bottom-width:5px;border-top-width:5px}body[screen=xs] .advanced-banner .circle[data-tooltip="1"] .tool-tip:before,body[screen=xs] .advanced-banner .circle[data-tooltip="2"] .tool-tip:before{border-left:none;border-right:5px solid #fff;left:-5px;right:auto}body[screen=xs] .advanced-banner .circle[data-tooltip="1"]{bottom:30%;left:14%;top:auto}body[screen=xs] .advanced-banner .circle[data-tooltip="1"] .tool-tip{left:auto;right:-170px}body[screen=xs] .advanced-banner .circle[data-tooltip="2"]{bottom:48%;left:40%;top:auto}body[screen=xs] .advanced-banner .circle[data-tooltip="2"] .tool-tip{left:26px}body[screen=xs] .advanced-banner .circle[data-tooltip="3"]{bottom:20%;left:54%;top:auto}body[screen=xs] .advanced-banner .circle[data-tooltip="3"] .tool-tip{left:-162px}body[screen=xs] .advanced-banner .circle[data-tooltip="3"] .tool-tip:before{border-left:5px solid #fff;border-right:none;left:auto;right:-5px}body[screen=xs] .advanced-banner .close{position:fixed;right:26px;top:14px;z-index:10000}body[screen=xs] .advanced-banner .close:before{height:14px;left:0;top:0;-webkit-transform:none;-ms-transform:none;transform:none;width:14px}body[screen=xs] .advanced-banner.open{background-color:#fff;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}body[screen=xs] .advanced-banner.open:after{left:0;-webkit-transform:none;-ms-transform:none;transform:none}body[screen=xs] .advanced-banner.open:before{content:normal}body[screen=xs] .advanced-banner.open .text{display:none}body[screen=xs] .advanced-banner.open .tool-tips-expanded{position:static;width:auto}body[screen=xs] .advanced-banner.open .tool-tips-expanded h2{font-size:1.7rem;line-height:23px}body[screen=xs] .advanced-banner.open .tool-tips-expanded .tool-tip-group{margin-top:30px}body[screen=xs] .advanced-banner.open .tool-tips-expanded .tool-tip:before{content:normal}body[screen=xs] .advanced-banner.open .tool-tips-expanded .controls{background-color:#fff;bottom:0;left:0;padding:20px 10.9375vw 28px;position:fixed;width:100vw}body[screen=xs] .advanced-banner.open .tool-tips-expanded a{display:block}body[screen=xs] .advanced-banner.open .tool-tips-expanded .starting-point-circle{bottom:50vh;left:10.9375vw;position:fixed}body[screen=xs] .advanced-banner.open .circle-group{bottom:82px;left:45px;position:fixed}body[screen=xs].banner-phase-2{overflow:hidden;-ms-touch-action:none;touch-action:none}body[screen=xs].banner-phase-2 #line{z-index:1000}.field_tab_section{margin:50px auto}.field_tab_section h2{font-size:20px;font-weight:600;letter-spacing:0;line-height:27px;margin:0 0 17px}.field_tab_section .tab-container{border:1px solid hsla(217,6%,54%,.18);border-radius:2px;border-radius:1px;position:relative}.field_tab_section .tab-nav{background-color:hsla(0,20%,97%,.97);height:100%;left:0;margin:0;padding-left:38px;padding-top:61px;position:absolute;top:0;width:25%;z-index:1}.field_tab_section .tab-nav .tab{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:20px;list-style:none;margin:0;padding:10px 15px;position:relative}.field_tab_section .tab-nav .tab.open{background-color:#fff;font-weight:600}.field_tab_section .tab-nav .tab.open:before{background-color:#142546}.field_tab_section .tab-nav .tab.open:after{speak:none;content:"";font-family:FontAwesome;font-size:9px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:11px;text-transform:none;top:50%;-webkit-transform:translateY(-50%) rotate(270deg);-ms-transform:translateY(-50%) rotate(270deg);transform:translateY(-50%) rotate(270deg)}.field_tab_section .tab-nav .tab:before{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.field_tab_section .tab-nav .tab:hover{text-decoration:underline}.field_tab_section .tab-content{color:#142546;font-family:Open Sans,sans-serif;font-size:1.6rem;height:654px;letter-spacing:0;line-height:22px;margin-left:auto;margin-right:0;position:relative;width:88.841%;z-index:0}.field_tab_section .tab-content .tab-panel{height:654px;opacity:0;position:absolute;right:0;top:0;-webkit-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;width:100%}.field_tab_section .tab-content .tab-panel .content{height:100%;overflow:hidden;padding:101px 72px 36px 26px;position:absolute;right:0;top:0;width:58.357%}.field_tab_section .tab-content .tab-panel .content h2{font-size:20px;font-weight:600;letter-spacing:0;line-height:27px}.field_tab_section .tab-content .tab-panel .content p{color:#142546;font-family:Open Sans;font-size:17px;letter-spacing:0;line-height:25px;margin:26px 0}.field_tab_section .tab-content .tab-panel .content h3~p{margin-top:8px}.field_tab_section .tab-content .tab-panel .content h3{font-family:Open Sans;font-size:15px;font-weight:700;letter-spacing:0;line-height:20px;margin:26px 0 8px}.field_tab_section .tab-content .tab-panel .content h3:first-child{margin-top:0}.field_tab_section .tab-content .tab-panel .content ul li{font-size:17px;letter-spacing:0;line-height:25px}.field_tab_section .tab-content .tab-panel .content .button-yellow{background-color:#f7d53b!important;font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;padding:9px 18.5px 7px}.field_tab_section .tab-content .tab-panel .content .ps__rail-y{background-color:rgba(20,37,70,.22)!important;border-radius:3.5px;bottom:30px;display:block!important;height:calc(100% - 136px)!important;margin-top:106px;opacity:1;overflow-y:hidden;right:18px;width:7px}.field_tab_section .tab-content .tab-panel .content .ps__rail-y .ps__thumb-y{background-color:rgba(25,30,39,.37)!important;border-radius:3.5px;left:0;width:7px}.field_tab_section .tab-content .tab-panel:before{background-repeat:no-repeat;background-size:cover;content:"";height:100%;position:absolute;right:58.357%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:431px}.field_tab_section .tab-content .tab-panel.open{opacity:1;visibility:visible}.field_tab_section .tab-content .tab-panel[data-tab=Map]{height:100%;left:auto;padding:0;right:0;top:0;width:84.734%}.field_tab_section .tab-content .tab-panel[data-tab=Map]:before{display:none}.field_tab_section .tab-content .tab-panel[data-tab=Map] iframe{height:100%;position:absolute;width:100%;z-index:1}.field_tab_section .tab-content .tab-panel:not([data-tab=map]):before{background-image:url(/templates/lyquix/images/yoga-tab-lady.png)}body[screen=md] .field_tab_section .tab-container{overflow:hidden}body[screen=md] .field_tab_section .tab-container .tab-nav{padding-left:22px;padding-top:61px;width:22.653%}body[screen=md] .field_tab_section .tab-container .tab-content{-ms-flex-negative:0;flex-shrink:0;margin-left:-3.755%;width:103.755%}body[screen=md] .field_tab_section .tab-container .tab-content .tab-panel{width:100%}body[screen=md] .field_tab_section .tab-container .tab-content .tab-panel[data-tab=Map]{width:74.9%}body[screen=md] .field_tab_section .tab-container .tab-content .tab-panel .content{padding-left:6px;padding-right:46px;padding-top:50px;width:48.609%}body[screen=md] .field_tab_section .tab-container .tab-content .tab-panel:before{right:48.609%;width:431px}body[screen=sm] .field_tab_section .tab-container{overflow:hidden}body[screen=sm] .field_tab_section .tab-container .tab-nav{padding-left:22px;padding-top:61px;width:30.192%}body[screen=sm] .field_tab_section .tab-container .tab-nav .tab:open:after{right:5px}body[screen=sm] .field_tab_section .tab-container .tab-content{-ms-flex-negative:0;flex-shrink:0;margin-left:30.192%;width:69.808%}body[screen=sm] .field_tab_section .tab-container .tab-content .tab-panel,body[screen=sm] .field_tab_section .tab-container .tab-content .tab-panel .content,body[screen=sm] .field_tab_section .tab-container .tab-content .tab-panel[data-tab=Map]{width:100%}body[screen=sm] .field_tab_section .tab-container .tab-content .tab-panel:before{display:none;width:51.99%}body[screen=sm] .field_tab_section .tab-container .tab-content .tab-panel .content{padding-top:50px}body[screen=sm] .field_tab_section .tab-container .tab-content .tab-panel .content .ps__rail-y{background-color:rgba(20,37,70,.22)!important;border-radius:3.5px;display:block!important;height:calc(100% - 85px)!important;margin-top:58px;opacity:1;overflow-y:hidden;right:18px;width:7px}body[screen=sm] .field_tab_section .tab-container .tab-content .tab-panel .content h3{margin-top:20px}body[screen=sm] .field_tab_section .tab-container .tab-content .tab-panel .content h3:first-child{margin-top:0}body[screen=xs] .field_tab_section .accordion-group .accordion{background-color:#fff;border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);margin:0 0 3px;padding:0 20px}body[screen=xs] .field_tab_section .accordion-group .accordion:last-of-type{margin-bottom:0}body[screen=xs] .field_tab_section .accordion-group .accordion .accordion-header{color:#142546;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;margin:0;padding:18px 0}body[screen=xs] .field_tab_section .accordion-group .accordion .accordion-content p,body[screen=xs] .field_tab_section .accordion-group .accordion .accordion-content ul li{color:#142546;font-family:Open Sans,sans-serif;font-size:14px;letter-spacing:0;line-height:23px;margin:0 0 16px}body[screen=xs] .field_tab_section .accordion-group .accordion .accordion-content h3{font-size:1.4rem;font-weight:700;letter-spacing:0;line-height:18px}.advanced_rel_locations h2{font-size:2rem;line-height:27px}.advanced_rel_locations #related-locations{display:-webkit-box;display:-ms-flexbox;display:flex;height:502px;overflow:hidden}.advanced_rel_locations #related-locations .office-list{border:1px solid hsla(217,6%,54%,.18);height:100%;width:359px}.advanced_rel_locations #related-locations .office-list .input-wrapper{padding:29px 20px 15px}.advanced_rel_locations #related-locations .office-list .input-wrapper .wrapper p{color:#142546;font-family:Open Sans;font-size:17px;font-weight:600;letter-spacing:0;line-height:25px;margin:0 0 7px}.advanced_rel_locations #related-locations .office-list .input-wrapper .search-container{background-color:#f9f9f9;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 6px}.advanced_rel_locations #related-locations .office-list .input-wrapper .search-container input[type=text]{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;height:40px;padding:10px;width:calc(100% - 48px)}.advanced_rel_locations #related-locations .office-list .input-wrapper .search-container button{background-color:#f7d53b!important;background-image:url(/templates/lyquix/images/rothman-search.svg);background-position:50%;background-repeat:no-repeat;background-size:16px;border:0;border-radius:0 4px 4px 0;margin:0;min-width:48px;padding:0;width:48px}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom select{background-color:#f9f9f9;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);color:#707275;font-family:Roboto;font-size:12px;letter-spacing:.35px;line-height:14px;margin:0 6px 0 0;padding:3px 0 2px 7px;width:73px}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .manual-container{display:inline-block;width:auto}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .manual-container .manual-link{border:0;color:#142546;font-family:Open Sans,sans-serif;font-size:12px;height:auto;letter-spacing:0;line-height:17px;position:relative;text-decoration:underline}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .manual-container .manual-link:before{background-image:url(/templates/lyquix/images/icons/pin-blue.svg);background-size:100%;content:" ";display:block;height:11px;left:0;position:absolute;top:3px;width:7px}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .manual-container .manual-link:hover{background-color:transparent;text-decoration:none}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons{border:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:15px 0 0;padding:0 9px;width:100%}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #ececec;border-radius:14px;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans;font-size:12px;font-weight:600;letter-spacing:0;line-height:17px;margin-right:5px;padding:4px 7.5px;-webkit-transition:border-color .5s,background-color .5s,color .5s;transition:border-color .5s,background-color .5s,color .5s}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label:before{border:1px solid transparent;border-radius:100%;content:" ";display:inline-block;height:5px;margin-right:6px;-webkit-transition:border-color .5s;transition:border-color .5s;width:5px}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label[for=Office]:before{background-color:#1f3a84}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label[for=Surgical]:before{background-color:#348407}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label[for="Urgent Care"]:before{background-color:#9a0f06}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label.active{color:#fff}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label.active:before{border-color:#fff}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label.active[for=Office]{background-color:#1f3a84}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label.active[for=Surgical]{background-color:#348407}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label.active[for="Urgent Care"]{background-color:#9a0f06}.advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .radio-buttons label:hover{cursor:pointer}.advanced_rel_locations #related-locations .office-list .list-container{background-color:#fafafa;height:calc(100% - 182px);overflow:hidden;padding:14px 36px 14px 27px;position:relative}.advanced_rel_locations #related-locations .office-list .list-container .ps__rail-y{background-color:rgba(20,37,70,.22);border-radius:3.5px;display:block!important;height:262px;margin-bottom:43px;margin-top:13px;opacity:1!important;right:15px;visibility:visible!important;width:7px}.advanced_rel_locations #related-locations .office-list .list-container .ps__rail-y .ps__thumb-y{background-color:rgba(20,37,70,.37);right:0;width:7px}.advanced_rel_locations #related-locations .office-list .summary{color:#142546;font-family:Open Sans;font-size:9px;font-weight:700;letter-spacing:.6px;line-height:12px}.advanced_rel_locations #related-locations .office-list .list{margin-top:33px;padding:0}.advanced_rel_locations #related-locations .office-list .list li{list-style:none;margin-bottom:20px;padding-left:24px;position:relative}.advanced_rel_locations #related-locations .office-list .list li:last-of-type{margin-bottom:0}.advanced_rel_locations #related-locations .office-list .list li:before{background-image:url(/templates/lyquix/images/location-icons/filter-office-color.svg);background-repeat:no-repeat;background-size:100%;content:" ";display:block;height:20.44px;left:0;position:absolute;top:1px;width:16px}.advanced_rel_locations #related-locations .office-list .list li[data-type=surgical]:before{background-image:url(/templates/lyquix/images/location-icons/filter-SL-pin.svg)}.advanced_rel_locations #related-locations .office-list .list li[data-type=urgent]:before{background-image:url(/templates/lyquix/images/location-icons/filter-UC-pin.svg)}.advanced_rel_locations #related-locations .office-list .list li h3{font-family:Open Sans;font-size:17px;font-weight:600;letter-spacing:0;line-height:25px;margin:0 0 8px}.advanced_rel_locations #related-locations .office-list .list li h3 a{color:#142546;text-decoration:none}.advanced_rel_locations #related-locations .office-list .list li .field_loc_address,.advanced_rel_locations #related-locations .office-list .list li .field_loc_hours,.advanced_rel_locations #related-locations .office-list .list li .field_loc_phone{color:#142546;font-family:Open Sans;font-size:14px;letter-spacing:0;line-height:23px}.advanced_rel_locations #related-locations .office-list .list li .field_loc_address a,.advanced_rel_locations #related-locations .office-list .list li .field_loc_hours a,.advanced_rel_locations #related-locations .office-list .list li .field_loc_phone a{color:#142546}.advanced_rel_locations #related-locations .office-list .list li .field_loc_hours,.advanced_rel_locations #related-locations .office-list .list li .field_loc_phone{font-weight:600;margin-top:12px}.advanced_rel_locations #related-locations .office-list .list li .directions{margin-top:12px}.advanced_rel_locations #related-locations .office-list .list li .directions a{background-color:#f7d53b!important;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);color:#1e2022;display:block;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:900;letter-spacing:.48px;line-height:13px;padding:7px 0;text-align:center;text-decoration:none;text-transform:uppercase;width:172px}.advanced_rel_locations #related-locations .office-list.no-filters #ps-locations{height:calc(100% - 145px)}.advanced_rel_locations #related-locations .map-section{height:100%;width:calc(100% - 359px)}.advanced_rel_locations #related-locations .map-section .map{height:100%;width:100%}.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d h3{font-family:Open Sans;font-size:17px;font-weight:600;letter-spacing:0;line-height:25px;margin:0 0 8px}.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d h3 a{color:#142546;text-decoration:none}.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d .field_loc_address,.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d .field_loc_hours,.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d .field_loc_phone{color:#142546;font-family:Open Sans;font-size:14px;letter-spacing:0;line-height:23px}.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d .field_loc_address a,.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d .field_loc_hours a,.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d .field_loc_phone a{color:#142546}.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d .field_loc_hours,.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d .field_loc_phone{font-weight:600;margin-top:12px}.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d .directions{margin-top:12px}.advanced_rel_locations #related-locations .map-section .map .gm-style-iw-d .directions a{background-color:#ffd04e!important;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);color:#1e2022;display:block;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:900;letter-spacing:.48px;line-height:13px;padding:7px 0;text-align:center;text-decoration:none;text-transform:uppercase;width:172px}body[screen=md] .advanced_rel_locations #related-locations .office-list,body[screen=sm] .advanced_rel_locations #related-locations .office-list{width:260px}body[screen=md] .advanced_rel_locations #related-locations .office-list .summary,body[screen=sm] .advanced_rel_locations #related-locations .office-list .summary{display:inline-block}body[screen=md] .advanced_rel_locations #related-locations .office-list .list,body[screen=sm] .advanced_rel_locations #related-locations .office-list .list{margin-top:22px}body[screen=md] .advanced_rel_locations #related-locations .office-list .list li .directions a,body[screen=sm] .advanced_rel_locations #related-locations .office-list .list li .directions a{width:146px}body[screen=md] .advanced_rel_locations #related-locations .office-list .input-wrapper,body[screen=sm] .advanced_rel_locations #related-locations .office-list .input-wrapper{padding-left:21px;padding-right:21px;padding-top:15px}body[screen=md] .advanced_rel_locations #related-locations .office-list .input-wrapper>p,body[screen=sm] .advanced_rel_locations #related-locations .office-list .input-wrapper>p{font-size:14px;font-weight:700;letter-spacing:0;line-height:18px;margin-bottom:18px}body[screen=md] .advanced_rel_locations #related-locations .office-list .input-wrapper input[type=text],body[screen=sm] .advanced_rel_locations #related-locations .office-list .input-wrapper input[type=text]{height:30px;padding:5px;width:calc(100% - 36px)}body[screen=md] .advanced_rel_locations #related-locations .office-list .input-wrapper button,body[screen=sm] .advanced_rel_locations #related-locations .office-list .input-wrapper button{height:30px;min-width:36px;width:36px}body[screen=md] .advanced_rel_locations #related-locations .office-list .input-wrapper .bottom,body[screen=sm] .advanced_rel_locations #related-locations .office-list .input-wrapper .bottom{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body[screen=md] .advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .manual-container,body[screen=sm] .advanced_rel_locations #related-locations .office-list .input-wrapper .bottom .manual-container{margin-top:2px;width:calc(100% - 79px)}body[screen=md] .advanced_rel_locations #related-locations .office-list .input-wrapper .bottom fieldset,body[screen=sm] .advanced_rel_locations #related-locations .office-list .input-wrapper .bottom fieldset{padding:0}body[screen=md] .advanced_rel_locations #related-locations .office-list .input-wrapper .bottom fieldset label:before,body[screen=sm] .advanced_rel_locations #related-locations .office-list .input-wrapper .bottom fieldset label:before{display:none}body[screen=md] .advanced_rel_locations #related-locations .office-list .input-wrapper .bottom fieldset label:last-of-type,body[screen=sm] .advanced_rel_locations #related-locations .office-list .input-wrapper .bottom fieldset label:last-of-type{margin-right:0}body[screen=md] .advanced_rel_locations #related-locations .office-list.no-filters #ps-locations,body[screen=sm] .advanced_rel_locations #related-locations .office-list.no-filters #ps-locations{height:calc(100% - 134px)}body[screen=md] .advanced_rel_locations #related-locations .map-section,body[screen=sm] .advanced_rel_locations #related-locations .map-section{width:calc(100% - 260px)}body[screen=xs] .advanced_rel_locations{margin:25px auto}body[screen=xs] .advanced_rel_locations h2{margin:0 0 11.5px}body[screen=xs] .advanced_rel_locations #related-locations{border:1px solid hsla(217,6%,54%,.18);display:block;height:293px;margin:0 auto;position:relative}body[screen=xs] .advanced_rel_locations #related-locations .office-list{border:0}body[screen=xs] .advanced_rel_locations #related-locations.filter-open{z-index:99}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls{display:block;padding:6.5px 8.5px}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .flex-container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .filter-control{color:#667187;font-family:Roboto,sans-serif;font-size:8px;letter-spacing:.53px;line-height:12px;text-align:center;width:28px}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .filter-control:before{background-image:url(/templates/lyquix/images/icons/filter.svg);background-size:100%;content:" ";display:inline-block;height:15px;padding:0 5px 3px;width:17px}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .view-control{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .view-control span{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#f9f9f9;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);color:#667187;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Roboto;font-size:8px;height:40px;justify-content:center;letter-spacing:.53px;line-height:12px;text-align:center;-webkit-transition:background-color .5s,color .5s;transition:background-color .5s,color .5s;width:38px}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .view-control span:before{background-size:100%;content:" ";display:inline-block;margin-left:auto;margin-right:auto}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .view-control span:first-of-type{border-radius:4px 0 0 4px}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .view-control span:first-of-type:before{background-image:url(/templates/lyquix/images/icons/location-map-grey.svg);height:16.1px;width:14px}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .view-control span:first-of-type.active:before{background-image:url(/templates/lyquix/images/icons/location-map-white.svg)}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .view-control span:last-of-type{border-radius:0 4px 4px 0}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .view-control span:last-of-type:before{background-image:url(/templates/lyquix/images/icons/location-list-grey.svg);background-repeat:no-repeat;background-size:100%;height:12px;margin-top:3px;width:17px}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .view-control span:last-of-type.active:before{background-image:url(/templates/lyquix/images/icons/location-list-white.svg)}body[screen=xs] .advanced_rel_locations #related-locations .mobile-controls .view-control span.active{background-color:#142546;color:#fff}body[screen=xs] .advanced_rel_locations #related-locations .office-list{border-top:1px solid #e3e4e6;position:relative;width:100%;z-index:0}body[screen=xs] .advanced_rel_locations #related-locations .office-list .list-container{background-color:transparent;height:calc(100% - 53px);padding-left:15px;padding-right:15px;padding-top:20px}body[screen=xs] .advanced_rel_locations #related-locations .office-list .list-container .list,body[screen=xs] .advanced_rel_locations #related-locations .office-list .list-container .list li:first-of-type{margin-top:0}body[screen=xs] .advanced_rel_locations #related-locations .office-list .list-container .list li:last-of-type{margin-bottom:0}body[screen=xs] .advanced_rel_locations #related-locations .office-list .list-container .list li h3{font-size:15px;font-weight:700;line-height:20px}body[screen=xs] .advanced_rel_locations #related-locations .office-list .list-container .ps__rail-y{right:11.5px!important;width:3px!important}body[screen=xs] .advanced_rel_locations #related-locations .office-list .list-container .ps__rail-y .ps__thumb-y{width:3px!important}body[screen=xs] .advanced_rel_locations #related-locations .office-list .input-wrapper,body[screen=xs] .advanced_rel_locations #related-locations .office-list .summary{display:none}body[screen=xs] .advanced_rel_locations #related-locations .office-list.no-filters #ps-locations{height:calc(100% - 53px)}body[screen=xs] .advanced_rel_locations #related-locations .map-section{height:100%;left:0;position:absolute;top:53px;width:100%;z-index:1}body[screen=xs] .advanced_rel_locations #related-locations .map-section .gm-style-iw-c{background-color:#fff;border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);height:241px!important;max-height:241px!important;max-width:231px!important}body[screen=xs] .advanced_rel_locations #related-locations .map-section .gm-style-iw-c .gm-style-iw-d{max-height:100%!important}body[screen=xs] .advanced_rel_locations #related-locations .map-section .gm-style-iw-c button{background-color:transparent!important;-webkit-box-shadow:none;box-shadow:none;opacity:1}body[screen=xs] .advanced_rel_locations #related-locations.list .map-section{display:none}body[screen=xs] .advanced_rel_locations #related-locations.map{height:347px}body[screen=xs] .advanced_rel_locations #related-locations.map .map-section{display:block}body[screen=xs] .advanced_rel_locations #related-locations.filters-open{position:relative;z-index:1}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper{background-color:#fff;display:block;height:100vh;left:0;padding:0;position:fixed;top:0;width:100%;z-index:99}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper h2{border-bottom:1px solid #f2f2f2;display:block;margin:0;padding:30px 26px 12px;width:100%}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .search-container input[type=text]{font-size:12px;height:30px;letter-spacing:.35px;line-height:14px;padding:8px 10px;width:calc(100% - 42px)}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .search-container button{width:42px}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .wrapper{padding:19px 26px}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .wrapper p{font-size:14px;font-weight:600;letter-spacing:0;line-height:23px}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .wrapper h3{font-family:Open Sans;font-size:14px;font-weight:600;letter-spacing:0;line-height:23px;margin:20px 0 5px}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .wrapper .button-yellow{bottom:12px;font-size:11px;font-weight:900;left:50%;letter-spacing:.48px;line-height:13px;padding:8.5px 0 7.5px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:180px}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .wrapper .bottom p{display:block;margin:20px 0 5px;width:100%}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .wrapper .bottom fieldset{display:block;margin-top:0;padding:0}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .wrapper .bottom fieldset label{background-color:transparent;border:0;color:#142546;font-family:Open Sans;font-size:12px;letter-spacing:0;line-height:17px;margin:0 0 10px;padding:0 0 0 18px;position:relative;width:100%}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .wrapper .bottom fieldset label:after{background-color:#fff;border:1px solid rgba(20,37,70,.5);border-radius:50%;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.3);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.3);content:" ";display:block;height:14px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:14px;z-index:-1}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .wrapper .bottom fieldset label:before{background-color:transparent;border-radius:50%;height:8px;left:2.5px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px;z-index:0}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .wrapper .bottom fieldset label.active:before{background-color:#142546}body[screen=xs] .advanced_rel_locations #related-locations.filters-open .office-list .input-wrapper .close{height:14px;position:fixed;right:26px;top:20px;width:14px;z-index:100}body[screen=xs].filter-open{height:100vh;overflow:hidden}.fc-item.tmpl-custom-general .spine-fellowship-landing .off{display:block}.fc-item.tmpl-custom-ambassador-stories .group-1{position:relative}.fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story{background-color:#f3f3f3;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);box-shadow:0 1px 3px rgba(0,0,0,.15);margin:42px auto 44px;overflow:hidden;text-align:center;-webkit-transition:height .5s;transition:height .5s;width:727px}.fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story h2{border-bottom:1px solid #ededed;line-height:2.2rem;margin:10px;padding:10px 5px 5px}.fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story .share-button-container{display:inline-block;margin:0 auto;position:relative;text-align:center;top:-7px;width:265px}.fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story .share-button-container a{display:block;padding:11px 24px 9px;text-decoration:none}.fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story p{color:#666;display:inline-block;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;line-height:15px;margin:0 auto;opacity:.75;padding-left:20px;padding-top:5px;text-align:left;width:350px}.fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story .the-form{border-top:1px solid #ededed;margin:0 auto;overflow:hidden;padding-top:20px;position:relative;width:95%}.fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story .the-form form fieldset{border:0}.fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story .the-form form fieldset .formBody{width:100%}.fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story .the-form form #g-recaptcha-580{min-height:78px}.fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story .the-form .close-button:before{top:32px}.fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story.closed .the-form{border:0}body[screen=lg] .fc-item.tmpl-custom-ambassador-stories .description{margin-right:75px}body[screen=sm] ul.ccb-specialties,body[screen=xs] ul.ccb-specialties{margin-bottom:20px}body[screen=md] .fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story,body[screen=sm] .fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story{width:100%}body[screen=md] .fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story .share-button-container,body[screen=sm] .fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story .share-button-container{width:220px}body[screen=md] .fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story p,body[screen=sm] .fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story p{width:300px}body[screen=xs] .fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story{max-height:auto;width:100%}body[screen=xs] .fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story h2{margin:0;padding:0}body[screen=xs] .fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story .share-button-container{margin:10px auto}body[screen=xs] .fc-item.tmpl-custom-ambassador-stories .share-your-rothman-story p{display:none}@media screen and (max-width:320px){.fc-item.tmpl-custom-ambassador-stories .group-3 .description{margin:0 5px}}.type-id-22 .row.bottom{border-top:0}.type-id-22 .bottom-1{display:none}.type-id-22 .row.main{padding-bottom:0}.fc-item.tmpl-custom-events .section-1{background:linear-gradient(153.43deg,#f2f2f2,hsla(0,0%,95%,0) 83.33%),linear-gradient(230.51deg,hsla(0,0%,95%,0) 25.93%,#f2f2f2);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:498px;padding:50px 0;position:relative}.fc-item.tmpl-custom-events .section-1 .group-1{margin-left:0;margin-right:auto;padding-right:20px;padding-top:50px;text-align:left;width:calc(50% - 38px)}.fc-item.tmpl-custom-events .section-1 .group-1 h1{font-family:Open Sans;font-size:42px;font-style:normal;font-weight:300;line-height:57px;margin:0 0 40px}.fc-item.tmpl-custom-events .section-1 .group-1 .field_eve_registration_form{width:240px}.fc-item.tmpl-custom-events .section-1 .group-2{-ms-flex-negative:0;flex-shrink:0;min-height:24.843vw;position:relative;right:0;width:50%}.fc-item.tmpl-custom-events .section-1 .group-2 .field_main_image{height:100%;min-height:24.843vw;width:100%}.fc-item.tmpl-custom-events .section-1 .group-2 .field_main_image img{display:block;height:100%!important;line-height:0;min-height:24.843vw;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.fc-item.tmpl-custom-events .section-1 .group-2 .story-video{height:100%;min-height:24.843vw;position:relative;width:100%}.fc-item.tmpl-custom-events .section-1 .group-2 .story-video img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.fc-item.tmpl-custom-events .section-1 .group-2 .story-video img:hover{cursor:pointer}.fc-item.tmpl-custom-events .section-1 .group-2 .story-video:before{background:url(/templates/lyquix/images/video-icons/play-button-nat.svg) no-repeat;background-size:100%;content:" ";display:block;height:100px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100px}.fc-item.tmpl-custom-events .section-1 .group-2 .story-video:hover:before{background:url(/templates/lyquix/images/video-icons/play-button-hover.svg) no-repeat;background-size:100%;cursor:pointer}.fc-item.tmpl-custom-events .section-2{display:grid;gap:0 16px;grid-template-columns:repeat(16,1fr);margin:0 auto;max-width:1163px;min-height:24.843vw;padding:80px 0}.fc-item.tmpl-custom-events .section-2 .group-3{grid-column:1/span 10}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin:0 0 35px}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location h2{color:#142546;font-family:Open Sans;font-size:20px;font-weight:600;line-height:27px;margin-bottom:40px;margin-top:0;width:100%}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location p{color:#142546;font-family:Open Sans;font-size:17px;font-style:normal;font-weight:400;line-height:25px;margin:25px 0 35px}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-address,.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-date,.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-time{-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:8px;width:28%}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-address .label,.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-date .label,.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-time .label{color:#142546;font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:700;line-height:20px}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-address .label span,.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-date .label span,.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-time .label span{display:block}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-address .label:before,.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-date .label:before,.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-time .label:before{background-repeat:no-repeat;content:" ";display:block;height:17px;margin-bottom:13px}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-address .address{color:#142546;font-family:Open Sans;font-size:17px;font-style:normal;font-weight:400;line-height:23px;margin-top:5px}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-address .label:before{background-image:url(/templates/lyquix/images/icons/pin-blue.svg);background-size:12px;width:13px}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-date .label:before{content:url(/templates/lyquix/images/physician-icons/calendar.svg)}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-time .label:before{content:url(/templates/lyquix/images/location-icons/hours.svg)}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-time-zone{font-size:1.2rem;font-weight:400;letter-spacing:0;line-height:17px}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-time-zone .toggle-time-zone{cursor:pointer;display:block;text-decoration:underline}.fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_venue_map{display:none}.fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .add-calendar-btn{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .add-calendar-btn:before{background-image:url(/templates/lyquix/images/physician-icons/calendar.svg);background-repeat:no-repeat;background-size:100%;content:" ";display:block;height:13px;margin-right:8px;margin-top:3px;width:13px}.fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .add-calendar-btn span{color:#142546;font-family:Open Sans;font-size:17px;font-weight:400;line-height:17px;text-decoration:underline;text-decoration-style:solid}.fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .add-calendar-btn:focus{outline:none}.fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .calendar-dropdown{background:#fff;border:1px solid #ccc;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.05);box-shadow:0 4px 8px rgba(0,0,0,.05);display:none;left:0;min-width:220px;position:absolute;top:140%;z-index:100}.fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .calendar-dropdown a{color:#142546;display:block;font-family:Open Sans;font-size:15px;padding:10px 14px;text-decoration:none}.fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .calendar-dropdown a:hover{background:#f5f5f5}.fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .add-calendar-dropdown-wrapper.open .calendar-dropdown{display:block}.fc-item.tmpl-custom-events .section-2 .group-4{grid-column:13/span 4}.fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians{margin-top:67px}.fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians h2{color:#142546;font-family:Open Sans;font-size:13px;font-weight:400;line-height:18px;margin-top:0;opacity:.7}.fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians #rel-phy-filter,.fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians .filters-summary-wrapper{display:none}.fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians .outer{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;padding-right:0}.fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians .outer ul.ccb-physicians{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-flow:column;flex-flow:column;gap:10px;margin-bottom:0}.fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians .outer ul.ccb-physicians li{border:1px solid #ededed;border-radius:2px}.fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians .outer ul.ccb-physicians li .phy-group-1 img{-o-object-fit:cover;object-fit:cover}.fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians .outer ul.ccb-physicians li .phy-group-2 h3 a{font-size:13px;font-weight:700;line-height:18px}.fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians .outer .scroll{overflow-y:auto}.fc-item.tmpl-custom-events .section-2 .group-5{grid-column:1/span 16}.fc-item.tmpl-custom-events .section-2 .group-5 .advanced_rel_locations{margin-top:50px}.fc-item.tmpl-custom-events .section-2 .group-5 .advanced_rel_locations .related-locations{position:relative}.fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_conditions,.fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_treatments{float:none}.fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_conditions h2,.fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_treatments h2{padding-left:0}.fc-item.tmpl-custom-events .section-4{padding-bottom:80px}.fc-item.tmpl-custom-events .field.field_eve_registration_form{margin:32px 0 0}.fc-item.tmpl-custom-events .field.field_eve_registration_form .button-yellow{margin:0}.fc-item.tmpl-custom-events .description p,.fc-item.tmpl-custom-events .description ul{color:#142546;font-family:Open Sans;font-size:17px;font-style:normal;font-weight:400;line-height:25px;margin:25px 0 35px}.fc-item.tmpl-custom-events .description ul{margin-top:0}.fc-item.tmpl-custom-events .field_eve_venue_map{color:#142546;font-family:Open Sans;font-size:17px;font-weight:700;line-height:25px}.fc-item.tmpl-custom-events .field_eve_venue_map .address{margin-top:10px}.fc-item.tmpl-custom-events .field_eve_venue_map .address,.fc-item.tmpl-custom-events .field_eve_venue_map .directions{font-weight:400}.fc-item.tmpl-custom-events .accordion{border-top:1px solid #ededed;font-family:Open Sans;margin-top:51px}.fc-item.tmpl-custom-events .accordion h2{font-family:Open Sans;font-size:20px;font-style:normal;font-weight:600;line-height:27px;margin:20px 0;padding-left:44px}.fc-item.tmpl-custom-events .accordion h2:before{height:25px;left:0;line-height:2.5rem;right:auto;width:25px}.fc-item.tmpl-custom-events .accordion .address,.fc-item.tmpl-custom-events .accordion .directions{font-family:Open Sans}.fc-item.tmpl-custom-events .accordion .fc_addressint_map,.fc-item.tmpl-custom-events .accordion .map{margin-top:20px}.fc-item.tmpl-custom-events .accordion .map .image a,.fc-item.tmpl-custom-events .accordion .map .image a img{display:block;width:100%}.fc-item.tmpl-custom-events .add-calendar{margin-top:20px}.fc-item.tmpl-custom-events .field_eve_speakers ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:20px 0 0;padding:0;position:relative}.fc-item.tmpl-custom-events .field_eve_speakers ul>li{border:1px solid #d6d6d6;border-radius:3px;-webkit-box-shadow:0 1px 13px rgba(0,0,0,.2);box-shadow:0 1px 13px rgba(0,0,0,.2);float:left;position:relative;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.fc-item.tmpl-custom-events .field_eve_speakers ul>li:hover{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:0 1px 13px rgba(0,0,0,0);box-shadow:0 1px 13px rgba(0,0,0,0)}.fc-item.tmpl-custom-events .field_eve_speakers ul>li:active{background-color:#fbfbfb;border:1px solid #fff;border-radius:2px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.15)}.fc-item.tmpl-custom-events .field_eve_speakers ul>li>a{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.fc-item.tmpl-custom-events .field_eve_speakers ul>li>a:before{border-radius:3px;content:" ";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:1}.fc-item.tmpl-custom-events .field_eve_speakers ul>li>a:hover img,.fc-item.tmpl-custom-events .field_eve_speakers ul>li>a:hover:before{opacity:.85}.fc-item.tmpl-custom-events .field_eve_speakers ul>li>a:active img,.fc-item.tmpl-custom-events .field_eve_speakers ul>li>a:active:before{opacity:.7}.fc-item.tmpl-custom-events .field_eve_speakers ul>li{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;border:1px solid #ededed;border-radius:2px;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:7px;padding:17px 0;width:calc(20% - 14px)}.fc-item.tmpl-custom-events .field_eve_speakers ul>li.chief .phy-group-1,.fc-item.tmpl-custom-events .field_eve_speakers ul>li.non-op-chief .phy-group-1,.fc-item.tmpl-custom-events .field_eve_speakers ul>li.spe_chief .phy-group-1,.fc-item.tmpl-custom-events .field_eve_speakers ul>li.spe_no-op_chief .phy-group-1{position:relative}.fc-item.tmpl-custom-events .field_eve_speakers ul>li.chief .phy-group-1:before,.fc-item.tmpl-custom-events .field_eve_speakers ul>li.non-op-chief .phy-group-1:before,.fc-item.tmpl-custom-events .field_eve_speakers ul>li.spe_chief .phy-group-1:before,.fc-item.tmpl-custom-events .field_eve_speakers ul>li.spe_no-op_chief .phy-group-1:before{background:url(/templates/lyquix/images/physician-icons/physician-tag.svg) no-repeat;background-position:50%;background-size:contain;background-size:85px 18px;bottom:-6px;color:#142546;content:"Chief";display:block;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;height:18px;left:50%;letter-spacing:.96px;line-height:18px;position:absolute;text-align:center;text-transform:uppercase;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:105px;z-index:1}.fc-item.tmpl-custom-events .field_eve_speakers ul>li a:hover img{opacity:.85}.fc-item.tmpl-custom-events .field_eve_speakers ul>li a:active img{opacity:.7}.fc-item.tmpl-custom-events .field_eve_speakers ul>li a img{border-radius:50%;height:auto;opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s;width:64.33%}.fc-item.tmpl-custom-events .field_eve_speakers ul>li a:hover{color:#09101e}.fc-item.tmpl-custom-events .field_eve_speakers ul>li .phy-group-1>a{display:inline-block;height:auto;margin:0;padding:0;position:relative;text-align:center}.fc-item.tmpl-custom-events .field_eve_speakers ul>li .phy-group-1>a:before{content:"";display:none}.fc-item.tmpl-custom-events .field_eve_speakers ul>li .phy-group-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1}.fc-item.tmpl-custom-events .field_eve_speakers ul>li h3{border-bottom:1px solid #ededed;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:2rem;margin:10px 8.917% 8px;padding-bottom:12px;text-align:center}.fc-item.tmpl-custom-events .field_eve_speakers ul>li h3 a{color:#091223;text-decoration:none}.fc-item.tmpl-custom-events .field_eve_speakers ul>li h3 a:hover{color:#091223;text-decoration:underline}.fc-item.tmpl-custom-events .field_eve_speakers ul>li .field_phy_main_specialties p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:16px;margin:0 8.917%;padding:0;text-align:center}.fc-item.tmpl-custom-events .field_eve_speakers ul>li .field_phy_main_specialties p a{color:inherit;text-decoration:none}.fc-item.tmpl-custom-events .field_eve_speakers ul>li .region{color:#667187;display:none;font-family:Roboto,sans-serif;padding-top:8px;text-align:center}.fc-item.tmpl-custom-events .field_eve_speakers ul>li .region-name{font-size:1.05rem;line-height:13px;margin-bottom:2px}.fc-item.tmpl-custom-events .field_eve_speakers ul>li .region .distance{font-size:.9rem;letter-spacing:.6px;line-height:12px;opacity:0}.fc-item.tmpl-custom-events .field_eve_speakers ul>li .region .pin{margin-right:3px;width:6px}.fc-item.tmpl-custom-events .field_eve_speakers ul>li .button-row{margin-top:auto;padding-top:18px}.fc-item.tmpl-custom-events .field_eve_speakers ul>li .button-yellow{border-radius:2px;display:block;font-size:1rem;line-height:14px;margin:0 8.917%;padding:3px 0;width:auto}.fc-item.tmpl-custom-events .field_eve_speakers ul>li:not(.active){display:none!important}.fc-item.tmpl-custom-events .field_eve_speakers ul>li:before{background-color:#ededed;border-radius:12px;color:#4f5c75;content:attr(data-states);font-family:Roboto,sans-serif;font-size:8px;letter-spacing:.5px;line-height:10px;padding:1px 3px;position:absolute;right:4px;text-align:center;top:4px}.fc-item.tmpl-custom-events .field_eve_speakers ul>li:not(.active){display:block!important;padding:0}.fc-item.tmpl-custom-events .field_eve_speakers ul>li:not(.active):before{display:none}.fc-item.tmpl-custom-events .field_eve_speakers ul .fields{margin:0 12px}.fc-item.tmpl-custom-events .field_eve_speakers ul h3{font-size:1.3rem;line-height:1.6rem;margin:0!important}.fc-item.tmpl-custom-events .field_eve_speakers ul div{color:#6d6d6d;font-size:1.3rem;line-height:1.6rem;margin:5px 0}.fc-item.tmpl-custom-events .field_eve_speakers ul .label{display:none}.fc-item.tmpl-custom-events .field_event_type{color:#142546;font-family:Open Sans;font-size:9px;font-style:normal;font-weight:700;letter-spacing:.6px;line-height:12px;margin-bottom:4.5px;text-transform:uppercase}.fc-item.tmpl-custom-events .field_event_type .label{display:none}.fc-item.tmpl-custom-events .field_event_flag{background-color:rgba(255,209,81,.8);border-radius:1px;color:#101b36;display:inline-block;font-family:Roboto;font-size:1rem;font-weight:700;left:0;line-height:11px;padding:4.5px 7px;position:absolute;text-transform:uppercase;top:14px}.fc-item.tmpl-custom-events .field_eve_sponsors ul{list-style:none;padding:0}.fc-item.tmpl-custom-events .field_eve_sponsors ul li{float:left;margin:0 5px;min-height:100px;padding:0 20px;position:relative;width:270px}.fc-item.tmpl-custom-events .field_eve_sponsors ul li img{bottom:0;margin:auto;position:absolute;top:0}.fc-item.tmpl-custom-events .field_event_brite_link{margin-bottom:69px;margin-top:55px}.fc-item.tmpl-custom-events .field_event_brite_link [id^=eventbrite-widget-container]{margin:auto;max-width:1080px;min-height:320px}.fc-item.tmpl-custom-events .field_event_brite_link [id^=eventbrite-widget-container][data-eb-tickets="2"]{min-height:407px}.fc-item.tmpl-custom-events .field_event_brite_link [id^=eventbrite-widget-container][data-eb-tickets="3"]{min-height:494px}.fc-item.tmpl-custom-events .field_event_brite_link [id^=eventbrite-widget-container][data-eb-tickets="4"]{min-height:581px}.fc-item.tmpl-custom-events .field_event_brite_link [id^=eventbrite-widget-container][data-eb-tickets="5"]{min-height:640px}.fc-item.tmpl-custom-events .field_eve_sponsors.close ul li img{bottom:auto;position:relative;top:auto}.fc-item.tmpl-custom-events .field_rel_conditions:after,.fc-item.tmpl-custom-events .field_rel_conditions:before,.fc-item.tmpl-custom-events .field_rel_locations:after,.fc-item.tmpl-custom-events .field_rel_locations:before,.fc-item.tmpl-custom-events .field_rel_treatments:after,.fc-item.tmpl-custom-events .field_rel_treatments:before{content:" ";display:table}.fc-item.tmpl-custom-events .field_rel_conditions:after,.fc-item.tmpl-custom-events .field_rel_locations:after,.fc-item.tmpl-custom-events .field_rel_treatments:after{clear:both}.fc-item.tmpl-custom-events .field_rel_conditions,.fc-item.tmpl-custom-events .field_rel_treatments{float:left;width:320px}.fc-item.tmpl-custom-events .field_rel_physicians .ccb-physicians{margin:0 0 30px;width:100%}.fc-item.tmpl-custom-events .field_rel_physicians .ccb-physicians .physician{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0;padding:0;width:100%}.fc-item.tmpl-custom-events .field_rel_physicians .ccb-physicians .physician .phy-group-1{width:60px}.fc-item.tmpl-custom-events .field_rel_physicians .ccb-physicians .physician .phy-group-1 a{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.fc-item.tmpl-custom-events .field_rel_physicians .ccb-physicians .physician .phy-group-1 img{border:0;border-radius:0;height:100%;-o-object-fit:cover;object-fit:cover;opacity:1!important;padding:0;width:60px}.fc-item.tmpl-custom-events .field_rel_physicians .ccb-physicians .physician .phy-group-2{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;width:calc(100% - 60px)}.fc-item.tmpl-custom-events .field_rel_physicians .ccb-physicians .physician .phy-group-2 h3{border-bottom:0;margin:0;padding:0;text-align:left}.fc-item.tmpl-custom-events .field_rel_physicians .ccb-physicians .physician .phy-group-2 .button-row,.fc-item.tmpl-custom-events .field_rel_physicians .ccb-physicians .physician .phy-group-2 .field_phy_main_specialties,.fc-item.tmpl-custom-events .field_rel_physicians .ccb-physicians .physician .phy-group-2 .region{display:none!important}.fc-item.tmpl-custom-events .right-column .h3{color:#142546;font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:20px;margin-bottom:20px}.fc-item.tmpl-custom-events .right-column .h3 a{color:#142546;text-decoration:none}.fc-item.tmpl-custom-events .right-column .h3:last-of-type{margin-bottom:0}.fc-item.tmpl-custom-events .right-column .h3.with-icon{padding-left:26px;position:relative}.fc-item.tmpl-custom-events .right-column .h3.with-icon:before{background-repeat:no-repeat;content:"";height:18px;left:0;position:absolute;top:0;width:18px}.fc-item.tmpl-custom-events .right-column .h3.with-icon.calendar:before{content:url(/templates/lyquix/images/physician-icons/calendar.svg)}.fc-item.tmpl-custom-events .right-column .h3.with-icon.phone:before{content:url(/templates/lyquix/images/physician-icons/call.svg)}.fc-item.tmpl-custom-events .right-column .h3.with-icon.portal:before{content:url(/templates/lyquix/images/physician-icons/portal.svg)}.fc-item.tmpl-custom-events .right-column .h3.with-icon.language:before{content:url(/templates/lyquix/images/physician-icons/language.svg)}.fc-item.tmpl-custom-events .right-column .h3.with-icon.insurance:before{content:url(/templates/lyquix/images/physician-icons/insurance.svg)}.fc-item.tmpl-custom-events .right-column .h3.with-icon.emergency:before{content:url(/templates/lyquix/images/physician-icons/emergency.svg)}.fc-item.tmpl-custom-events .right-col-heading{color:rgba(20,37,70,.7);font-family:Open Sans,sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:1.13px;line-height:18px;padding-bottom:10px;text-transform:uppercase}.fc-item.tmpl-custom-events .field_news_right_col_contact .inner{border:1px solid #ededed;border-radius:2px;padding:15.5px 12px}.fc-item.tmpl-custom-events .add-calendar,.fc-item.tmpl-custom-events .addthis_toolbox{line-height:17px;margin-top:0}.fc-item.tmpl-custom-events .addthis_toolbox{margin-right:1em}.fc-item.tmpl-custom-events .addeventatc,.fc-item.tmpl-custom-events .addthis_button{border:0;-webkit-box-shadow:none!important;box-shadow:none!important;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:400;line-height:17px;margin-top:0;outline-color:transparent;padding:0;text-decoration-line:underline}.fc-item.tmpl-custom-events .addeventatc:before,.fc-item.tmpl-custom-events .addthis_button:before{background-position:50%;background-size:10px;display:inline-block;height:17px;left:0;margin-right:5px;position:relative;top:4px;width:10px}.fc-item.tmpl-custom-events .addeventatc{padding-left:15px;z-index:1}.fc-item.tmpl-custom-events .addeventatc .addeventatc_icon{background-image:url(/templates/lyquix/images/physician-icons/calendar.svg);background-size:100%;height:10px;left:0;top:4px;width:10px}.fc-item.tmpl-custom-videos .field_rel_services{clear:both}.fc-item.tmpl-custom-videos .description :first-child{margin-top:0}body.com_registrationpro .date-time{font-family:Open Sans,sans-serif}body.com_registrationpro .location-address{margin:20px 0}body.com_registrationpro #map_canvas{min-height:auto!important}body[screen=lg] .fc-item.tmpl-custom-videos .group-3 .description{margin-right:75px}body[screen=lg] .fc-item.tmpl-custom-videos .field_rel_services{clear:both}body[screen=lg] .fc-item.tmpl-custom-events .container{max-width:1164px}body[screen=lg] .fc-item.tmpl-custom-events .field_rel_services{clear:both}body[screen=lg] .fc-item.tmpl-custom-events .section-1{padding:50px 0 50px calc(50% - 582px)}body[screen=lg] .fc-item.tmpl-custom-events .section-1 .group-1{width:43%}body[screen=lg] .fc-item.tmpl-custom-events .section-1 .group-2{width:57%}body[screen=lg] .fc-item.tmpl-custom-events .section-1 .group-4{padding-top:80px}body[screen=lg] .fc-item.tmpl-custom-events .section-2{padding-top:70px}body[screen=lg] .fc-item.tmpl-custom-events .section-3{padding-top:80px}@media screen and (max-width:1599px){body[screen=lg] .fc-item.tmpl-custom-videos .container{max-width:1080px}body[screen=lg] .fc-item.tmpl-custom-videos .group-1{width:49.722%}body[screen=lg] .fc-item.tmpl-custom-videos .group-2{width:44.375%}body[screen=lg] .fc-item.tmpl-custom-videos .section-3{padding-top:70px}body[screen=lg] .fc-item.tmpl-custom-videos .group-3{width:68.75%}body[screen=lg] .fc-item.tmpl-custom-videos .group-4{width:25%}body[screen=lg] .fc-item.tmpl-custom-events .container{max-width:1080px}body[screen=lg] .fc-item.tmpl-custom-events .section-1{padding:50px 0 50px calc(50% - 540px)}body[screen=lg] .fc-item.tmpl-custom-events .group-1{width:49.722%}body[screen=lg] .fc-item.tmpl-custom-events .group-2{width:44.375%}body[screen=lg] .fc-item.tmpl-custom-events .section-3{padding-top:70px}}body[screen=md] .fc-item.tmpl-custom-events .section-1{min-height:300px;padding:50px 0 50px 8.43%}body[screen=md] .fc-item.tmpl-custom-events .section-2{gap:0 8px;grid-template-columns:repeat(20,1fr);padding-top:60px}body[screen=md] .fc-item.tmpl-custom-events .section-2 .group-3{grid-column:1/span 14}body[screen=md] .fc-item.tmpl-custom-events .section-2 .group-4{grid-column:16/span 5}body[screen=md] .fc-item.tmpl-custom-events .section-2 .group-5{grid-column:1/-1}body[screen=md] .fc-item.tmpl-custom-events .section-2 .group-5 .advanced_rel_locations{margin-top:45px}body[screen=md] .fc-item.tmpl-custom-events .container{width:83.125%}body[screen=md] .fc-item.tmpl-custom-events .group-1{width:51.754%}body[screen=md] .fc-item.tmpl-custom-events .group-2{width:45.833%}body[screen=md] .fc-item.tmpl-custom-events .field_event_brite_link{margin-top:35px}body[screen=md] .fc-item.tmpl-custom-events .section-3{padding-top:60px}body[screen=sm] .fc-item.tmpl-custom-events .description p,body[screen=xs] .fc-item.tmpl-custom-events .description p{color:#142546;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:23px;margin:25px 0}body[screen=sm] .fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .add-calendar-btn span,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .add-calendar-btn span{font-size:14px}body[screen=sm] .fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .calendar-dropdown,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .calendar-dropdown{min-width:190px}body[screen=sm] .fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .calendar-dropdown a,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .add-calendar-dropdown-wrapper .calendar-dropdown a{font-size:13px;padding:8px 12px}body[screen=sm] .fc-item.tmpl-custom-events .container{width:81.25%}body[screen=sm] .fc-item.tmpl-custom-events .section-1{padding:50px 0 50px 8.43%}body[screen=sm] .fc-item.tmpl-custom-events .section-1 .group-1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;justify-content:center;padding-top:0;width:56.346%}body[screen=sm] .fc-item.tmpl-custom-events .section-1 .group-1 h1{font-size:4rem;line-height:50px;margin-bottom:8px}body[screen=sm] .fc-item.tmpl-custom-events .section-1 .group-1 p{font-size:1.4rem;line-height:23px}body[screen=sm] .fc-item.tmpl-custom-events .section-1 .group-1 .button-yellow{border:0;height:auto;padding:9px 0 7px;width:195px}body[screen=sm] .fc-item.tmpl-custom-events .section-1 .group-2{width:44%}body[screen=sm] .fc-item.tmpl-custom-events .section-2{gap:0 8px;min-height:38.125vw;padding-top:50px}body[screen=sm] .fc-item.tmpl-custom-events .section-2 .group-3{grid-column:1/span 10}body[screen=sm] .fc-item.tmpl-custom-events .section-2 .group-4{grid-column:12/span 5}body[screen=sm] .fc-item.tmpl-custom-events .section-2 .group-5 .advanced_rel_locations{margin-top:40px}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-address .label,body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-date .label,body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-time .label{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-address .label span,body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-address .label:before,body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-date .label span,body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-date .label:before,body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-time .label span,body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-time .label:before{display:inline-block}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location h2{margin-bottom:25px}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-address span{margin-right:14px}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-date:before,body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-time:before{margin-right:9px}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-address{border-right:0;padding-right:0;padding-top:0;width:100%}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-date{border-right:0;margin-bottom:28px;padding-left:0;padding-right:0;width:100%}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-time{border-right:0;padding-left:0;padding-right:0;width:100%}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-address{margin-bottom:28px}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-address .label{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-address .label:before{margin-bottom:0;margin-right:14px}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-date,body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-time{padding-top:0}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-date .label,body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-time .label{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-date .label:before,body[screen=sm] .fc-item.tmpl-custom-events .field_eve_location .event-time .label:before{margin-bottom:0;margin-right:9px}body[screen=sm] .fc-item.tmpl-custom-events .field.field_eve_registration_form{margin-top:25px}body[screen=sm] .fc-item.tmpl-custom-events .field_event_brite_link{margin-bottom:37px;margin-top:20px}body[screen=sm] .fc-item.tmpl-custom-events .section-3{margin-bottom:20px;padding-top:50px}body[screen=sm] .fc-item.tmpl-custom-events .section-4{padding-bottom:40px}body[screen=xs] .fc-item.tmpl-custom-videos .field_rel_programs h2{margin:2.505rem 0 10px!important}body[screen=xs] .fc-item.tmpl-custom-videos .field_rel_programs li{margin:2px 0;width:298px}body[screen=xs] .fc-item.tmpl-custom-events .section-1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;justify-content:center;min-height:0;padding-bottom:0}body[screen=xs] .fc-item.tmpl-custom-events .section-1 .group-1{margin:0;max-width:100%;padding:0 35px 25px;width:100%}body[screen=xs] .fc-item.tmpl-custom-events .section-1 .group-1 h1{font-size:4rem;line-height:50px;margin-bottom:25px}body[screen=xs] .fc-item.tmpl-custom-events .section-1 .group-1 p{font-size:1.4rem;line-height:23px}body[screen=xs] .fc-item.tmpl-custom-events .section-1 .group-2{padding-left:35px;position:relative;width:100%}body[screen=xs] .fc-item.tmpl-custom-events .section-1 .group-2 img{min-height:62.5vw}body[screen=xs] .fc-item.tmpl-custom-events .section-2{max-width:78.75%;min-height:0;padding-top:30px}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .field_eve_location .event-address .label,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .field_eve_location .event-date .label,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .field_eve_location .event-time .label{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3{grid-column:1/-1}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-bottom:30px}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location h2{margin-bottom:25px}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-address,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-date,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-time{padding:0 15px;width:100%}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-address .label,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-date .label,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-time .label{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;font-size:14px}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-3 .field_eve_location .event-address .address{font-size:15px;margin-top:0}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-4{grid-column:1/-1}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians{margin-top:30px}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians h2{font-size:17px;font-weight:600;opacity:1}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians .ccb-physicians .physician .phy-group-2{margin-bottom:auto;margin-top:auto}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-4 .field_rel_physicians .ccb-physicians .physician .phy-group-2 h3 a{font-size:14px}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-5 .advanced_rel_locations{margin-top:20px}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_conditions,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_treatments{width:auto}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_conditions h2,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_treatments h2{text-align:center}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_conditions ul,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_treatments ul{margin:0 auto}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_conditions ul li,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_treatments ul li{text-align:center}body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_conditions ul li:after,body[screen=xs] .fc-item.tmpl-custom-events .section-2 .group-5 .field_rel_treatments ul li:after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[screen=xs] .fc-item.tmpl-custom-events .section-3{padding-bottom:40px;padding-top:29px}body[screen=xs] .fc-item.tmpl-custom-events .section-4{padding-bottom:40px}body[screen=xs] .fc-item.tmpl-custom-events .description p{margin:31px 0 13px}body[screen=xs] .fc-item.tmpl-custom-events .section-3,body[screen=xs] .fc-item.tmpl-custom-events .section-4{max-width:78.75%}body[screen=xs] .fc-item.tmpl-custom-events .section-3 .group-3,body[screen=xs] .fc-item.tmpl-custom-events .section-4 .group-3{padding-right:0;width:100%}body[screen=xs] .fc-item.tmpl-custom-events .section-3 .group-4,body[screen=xs] .fc-item.tmpl-custom-events .section-4 .group-4{width:100%}body[screen=xs] .fc-item.tmpl-custom-events .section-3 .group-4 .advanced_rel_physicians .outer,body[screen=xs] .fc-item.tmpl-custom-events .section-4 .group-4 .advanced_rel_physicians .outer{padding:0}body[screen=xs] .fc-item.tmpl-custom-events .section-3 .group-4 .field_rel_physicians,body[screen=xs] .fc-item.tmpl-custom-events .section-4 .group-4 .field_rel_physicians{margin-top:35px}body[screen=xs] .fc-item.tmpl-custom-events .section-3 .group-4 .field_rel_physicians h2,body[screen=xs] .fc-item.tmpl-custom-events .section-4 .group-4 .field_rel_physicians h2{margin-left:0;margin-right:0}body[screen=xs] .fc-item.tmpl-custom-events .section-3 .group-4 .ccb-physicians li .phy-group-2,body[screen=xs] .fc-item.tmpl-custom-events .section-4 .group-4 .ccb-physicians li .phy-group-2{padding:12px 8px}body[screen=xs] .fc-item.tmpl-custom-events .section-3 .group-4 .ccb-physicians li .phy-group-2 h3,body[screen=xs] .fc-item.tmpl-custom-events .section-3 .group-4 .field_news_right_col_contact .h3,body[screen=xs] .fc-item.tmpl-custom-events .section-3 .group-4 .field_rel_locations .tab-panel h3,body[screen=xs] .fc-item.tmpl-custom-events .section-4 .group-4 .ccb-physicians li .phy-group-2 h3,body[screen=xs] .fc-item.tmpl-custom-events .section-4 .group-4 .field_news_right_col_contact .h3,body[screen=xs] .fc-item.tmpl-custom-events .section-4 .group-4 .field_rel_locations .tab-panel h3{font-size:1.4rem;line-height:20px}body[screen=xs] .fc-item.tmpl-custom-events .group-3,body[screen=xs] .fc-item.tmpl-custom-events .group-4{padding:0}body[screen=xs] .fc-item.tmpl-custom-events .field_eve_sponsors ul li img{position:relative;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}body[screen=xs] .fc-item.tmpl-custom-events .advanced_rel_locations{margin:0}body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location{margin-bottom:13px;margin-top:0;padding:0}body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location h2{margin:0 0 25px}body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-address .label,body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-date .label,body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-time .label{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-address .label span,body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-address .label:before,body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-date .label span,body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-date .label:before,body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-time .label span,body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-time .label:before{display:inline-block}body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-address span{margin-right:14px}body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-date,body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-time{padding-top:0}body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-date:before,body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-time:before{margin-right:9px}body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-address{border-right:0;padding-right:0;padding-top:0;width:100%}body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-date{border-right:0;margin-bottom:28px;padding-left:0;padding-right:0;width:100%}body[screen=xs] .fc-item.tmpl-custom-events .field_eve_location .event-time{border-right:0;padding-left:0;padding-right:0;width:100%}body[screen=xs] .fc-item.tmpl-custom-events .field_event_brite_link{margin-bottom:35px;margin-top:15px}body[screen=xs] .fc-item.tmpl-custom-events .event-address{margin-bottom:28px}body[screen=xs] .fc-item.tmpl-custom-events .event-address .label{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=xs] .fc-item.tmpl-custom-events .event-address .label:before{margin-bottom:0;margin-right:14px}body[screen=xs] .fc-item.tmpl-custom-events .event-date .label,body[screen=xs] .fc-item.tmpl-custom-events .event-time .label{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=xs] .fc-item.tmpl-custom-events .event-date .label:before,body[screen=xs] .fc-item.tmpl-custom-events .event-time .label:before{margin-bottom:0;margin-right:9px}body[screen=xs] .fc-item.tmpl-custom-events .field.field_eve_registration_form{margin-top:15px}@media screen and (max-width:320px){.fc-item.tmpl-custom-videos .group-3 .description,.fc-item.tmpl-custom-videos .group-3 .field_eve_content,.fc-item.tmpl-custom-videos .group-3 .field_eve_date_start_end{margin:0 5px}.fc-item.tmpl-custom-videos .group-3 .field_eve_content h2,.fc-item.tmpl-custom-videos .group-3 .field_eve_date_start_end h2{margin:2.505rem 0 10px}.fc-item.tmpl-custom-videos .group-3 .add-calendar{margin:0 10px}.fc-item.tmpl-custom-events .group-3 .description,.fc-item.tmpl-custom-events .group-3 .field_eve_content,.fc-item.tmpl-custom-events .group-3 .field_eve_date_start_end{margin:0 5px}.fc-item.tmpl-custom-events .group-3 .field_eve_content h2,.fc-item.tmpl-custom-events .group-3 .field_eve_date_start_end h2{margin:2.505rem 0 10px}.fc-item.tmpl-custom-events .group-3 .add-calendar{margin:0 10px}}.fc-item.tmpl-custom-advanced-landing{overflow:hidden}.fc-item.tmpl-custom-advanced-landing .breadcrumb{display:none}.fc-item.tmpl-custom-advanced-landing .field_main_image{line-height:0}.fc-item.tmpl-custom-advanced-landing .description{margin:88px auto 0;max-width:1110px}.fc-item.tmpl-custom-advanced-landing .description .left>h2,.fc-item.tmpl-custom-advanced-landing .description .right>h2{color:#142546;font-size:3.1rem;font-weight:600;letter-spacing:1.93px;line-height:40px;margin-top:0}.fc-item.tmpl-custom-advanced-landing .description .left>h2 .yellow,.fc-item.tmpl-custom-advanced-landing .description .right>h2 .yellow{color:#d7df1d}.fc-item.tmpl-custom-advanced-landing .description .custom-top .left{margin-right:auto;width:64.286%}.fc-item.tmpl-custom-advanced-landing .description .custom-top .left h1{color:#142546;margin-top:0}.fc-item.tmpl-custom-advanced-landing .description .custom-top .left>p:last-of-type{color:#666;font-family:Open Sans,sans-serif;font-size:1.3rem;font-weight:700;line-height:18px;margin-top:40px}.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image{border-radius:0 0 2px 2px;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.35);box-shadow:0 1px 5px 0 rgba(0,0,0,.35);line-height:0;margin-top:45px;position:relative;z-index:1}.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image img{display:block;width:100%}.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image .text{bottom:37px;left:25px;position:absolute;width:calc(100% - 50px);z-index:3}.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image .text a,.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image .text h3,.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image .text p{color:#fff}.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image .text h3{font-size:1.75rem;line-height:24px;margin:0 0 11px}.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image .text p{font-family:Open Sans,sans-serif;font-size:1.5rem;line-height:22px;margin:0 0 32px}.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image .text a{display:inline-block;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:900;letter-spacing:1.12px;line-height:14px;padding-bottom:4px;position:relative;text-decoration:none;text-transform:uppercase}.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image .text a:after{background-color:#d8d8d8;bottom:0;content:" ";display:block;height:1px;left:0;position:absolute;width:100%}.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image .text a:hover:after{display:none}.fc-item.tmpl-custom-advanced-landing .description .custom-top .right .image:before{background:linear-gradient(44.72deg,rgba(0,0,0,0),rgba(0,0,0,.26) 48.1%,rgba(0,0,0,0)),linear-gradient(24.4deg,rgba(0,1,5,.86),rgba(0,0,0,.2) 53.8%,rgba(9,18,35,0));content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.fc-item.tmpl-custom-advanced-landing .description .custom-top .accordion .accordion-link{color:#142546;margin:26px 0}.fc-item.tmpl-custom-advanced-landing .description .custom-top .accordion .accordion-link:before{border:0;height:25px;line-height:2.5rem;width:25px}.fc-item.tmpl-custom-advanced-landing .description .custom-top .accordion:first-of-type{border-top:1px solid #ededed;margin-top:29px}.fc-item.tmpl-custom-advanced-landing .description .custom-top .accordion:first-of-type .accordion-link:before{background-color:#6fceec}.fc-item.tmpl-custom-advanced-landing .description .custom-top .accordion:nth-of-type(2) .accordion-link:before{background-color:#d7df1d}.fc-item.tmpl-custom-advanced-landing .description .custom-top .accordion:nth-of-type(3) .accordion-link:before{background-color:#f47522}.fc-item.tmpl-custom-advanced-landing .description .custom-top .accordion:nth-of-type(4) .accordion-link:before{background-color:#c231e1}.fc-item.tmpl-custom-advanced-landing .description .custom-top .accordion:nth-of-type(5) .accordion-link:before{background-color:#73d6a4}.fc-item.tmpl-custom-advanced-landing .custom-banner{height:26.515vw;position:relative}.fc-item.tmpl-custom-advanced-landing .custom-banner .image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw}.fc-item.tmpl-custom-advanced-landing .custom-banner .text{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.fc-item.tmpl-custom-advanced-landing .custom-banner .text h2{margin:0}.fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1{margin-top:136px}.fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text{left:47px}.fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text h2{color:#6fceec;font-size:30px;font-weight:800;letter-spacing:3.3px;line-height:41px;text-transform:uppercase}.fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text h2 .big{display:inline-block;font-size:5rem;font-weight:700;letter-spacing:5.5px;line-height:68px;text-align:right;width:103px}.fc-item.tmpl-custom-advanced-landing .custom-banner.banner-2{margin-top:107px}.fc-item.tmpl-custom-advanced-landing .custom-banner.banner-2 .text{right:47px}.fc-item.tmpl-custom-advanced-landing .custom-banner.banner-2 .text h2{color:#f37520;font-size:30px;font-weight:800;letter-spacing:4.7px;line-height:44px;text-align:center;width:476px}.fc-item.tmpl-custom-advanced-landing .field_rel_locations,.fc-item.tmpl-custom-advanced-landing .field_rel_physicians{margin:107px auto 0;max-width:1110px}.fc-item.tmpl-custom-advanced-landing .field_rel_physicians h2{color:#142546;font-size:2.8rem;font-weight:400;letter-spacing:.58px;line-height:38px;margin:0 0 20px}.fc-item.tmpl-custom-advanced-landing .field_rel_physicians p{margin:20px 0}.fc-item.tmpl-custom-advanced-landing .field_rel_physicians .ccb-physicians>h3{margin:0 0 0 7px}.fc-item.tmpl-custom-advanced-landing .field_rel_physicians .ccb-physicians>li{position:relative;width:151px}.fc-item.tmpl-custom-advanced-landing .custom-videos{margin:96px auto 0;max-width:1110px}.fc-item.tmpl-custom-advanced-landing .custom-videos h1{color:#142546;margin:0 0 18px}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion{border-bottom:0;border-top:1px solid #ededed;padding-bottom:0;position:relative}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-link,.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion>p{margin:20px 0}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-link:before{background-color:#6fceec;border:0;height:25px;line-height:2.5rem;top:18px;width:25px}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 31px 38px 21px}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .buttons{bottom:0;display:none;margin-left:auto;margin-right:0;margin-top:22px;position:absolute;right:3px}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .buttons .next,.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .buttons .prev{width:25px}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .buttons .next:before,.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .buttons .prev:before{background-color:#d7df1d;background-position:50%;background-repeat:no-repeat;background-size:5px;border:0;border-radius:25px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.35);box-shadow:0 1px 3px rgba(0,0,0,.35);content:" ";display:block;height:25px;line-height:2.5rem;width:25px}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .buttons .next:hover,.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .buttons .prev:hover{cursor:pointer}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .buttons .prev{margin-right:10px}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .buttons .prev:before{background-image:url(/templates/lyquix/images/video-icons/leftarrow.svg);background-size:6px}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .buttons .next:before{background-image:url(/templates/lyquix/images/video-icons/rightarrow.svg)}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video{-webkit-box-flex:0;-ms-flex-positive:0;-ms-flex-negative:0;display:none;flex-grow:0;flex-shrink:0;margin-right:64px;width:calc(50% - 32px)}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video.active{display:block}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container{-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.35);box-shadow:0 1px 5px 0 rgba(0,0,0,.35);line-height:0;position:relative}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container img{display:block;position:relative;width:100%;z-index:1}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container .video-title{border-bottom:1px solid #d8d8d8;bottom:47px;left:38px;max-width:calc(100% - 76px);padding-bottom:25px;position:absolute;z-index:4}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container .video-title span{color:#fff;display:block;font-family:Open Sans,sans-serif;position:relative;text-transform:uppercase}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container .video-title .title{font-size:1.1rem;font-weight:300;letter-spacing:2.03px;line-height:17px}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container .video-title .physician{font-size:1.2rem;font-weight:900;letter-spacing:1.12px;line-height:17px}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container:before{background:linear-gradient(44.72deg,rgba(0,0,0,0),rgba(0,0,0,.26) 48.1%,rgba(0,0,0,0)),linear-gradient(10.56deg,rgba(9,13,35,.86),rgba(24,36,62,.74) 22.7%,rgba(9,18,35,0));content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container:after{background-image:url(/templates/lyquix/images/video-icons/play-button-nat.svg);background-repeat:no-repeat;background-size:cover;content:" ";display:block;height:60px;position:absolute;right:25px;top:34px;width:60px;z-index:3}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container:hover{cursor:pointer}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container:hover:after{background-image:url(/templates/lyquix/images/video-icons/play-button-hover.svg)}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-controls{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-controls h4{color:#142546;margin:25px 0 10px 17px}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video:last-of-type{margin-right:0}.fc-item.tmpl-custom-advanced-landing .custom-videos .accordion.open .accordion-content .buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell{margin:107px auto 0;max-width:1110px}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .left h1{color:#142546;letter-spacing:.58px;margin:0}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right .accordion{border-bottom:0;margin-bottom:37px;padding-bottom:0}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right .accordion:last-of-type{margin-bottom:0}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right .accordion .accordion-link{border-bottom:1px solid #ededed;margin:0;padding:16px 0}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right .accordion .accordion-link:before{border:0;height:25px;line-height:2.5rem;top:14px;width:25px}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right .accordion .accordion-content{padding-top:16px}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right .accordion .accordion-content li{border:0;-webkit-box-shadow:none;box-shadow:none;float:none;height:auto!important;min-height:0;width:auto}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right .accordion .accordion-content li a{padding:0}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right .accordion .accordion-content li h3{font-size:1.3rem;letter-spacing:.65px;line-height:25px;margin:0}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right .accordion .accordion-content img{display:none}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right .accordion:first-of-type .accordion-link:before{background-color:#6fceec}.fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right .accordion:nth-of-type(2) .accordion-link:before{background-color:#d7df1d}.fc-item.tmpl-custom-advanced-landing .custom-additional-accordions{margin:107px auto 0;max-width:1110px}.fc-item.tmpl-custom-advanced-landing .physician-locations{margin-top:20px}.fc-item.tmpl-custom-advanced-landing .physician-locations h2{color:#142546;font-size:2.8rem;font-weight:400;letter-spacing:.58px;line-height:38px;margin:0 0 20px}.item-rothman-orthopaedics-partners-with-adventhealth-in-greater-orlando .description .custom-top .right .image .text p{margin-bottom:0}.item-rothman-orthopaedics-in-new-jersey .custom-banner.banner-1 .text h2 .big{width:106px}.item-your-mobility-our-mission .group-1 .field_main_image{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.item-your-mobility-our-mission .group-1 .field_main_image img{width:100%}.item-your-mobility-our-mission .about-us-page-container{margin:0 auto;max-width:1184px}.item-your-mobility-our-mission .breadcrumb{display:none}.item-your-mobility-our-mission .section-2{margin-top:70px}.item-your-mobility-our-mission .section-2 .group-2{max-width:81%}.item-your-mobility-our-mission .section-2 .group-2 h1{font-size:20px;font-style:normal;font-weight:600;line-height:27px;margin:0 0 18px}.item-your-mobility-our-mission .section-2 .group-3 .description{font-family:Open Sans;max-width:81%}.item-your-mobility-our-mission .section-2 .group-3 .description p{color:#142546;font-size:17px;font-style:normal;font-weight:400;line-height:25px;margin-top:0}.item-your-mobility-our-mission .section-2 .group-3 .description p:last-child{margin-bottom:0}.item-your-mobility-our-mission .section-2 .group-3 .description a{font-size:11px;font-style:normal;font-weight:900;margin:10px 0 70px;padding:11px 22px}.item-your-mobility-our-mission .section-2 .group-3 .description .video-strong{font-size:20px;font-weight:600;line-height:27px;max-width:85%}.item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery{margin-bottom:70px;margin-top:18px}.item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery h2{display:none}.item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video{aspect-ratio:2/1;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin:0;width:100%}.item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video:after{background:linear-gradient(22.18deg,rgba(9,13,35,.86),rgba(24,36,62,.74) 47.69%,rgba(9,18,35,0));content:"";display:block;height:100%;position:absolute;width:100%}.item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video img{height:100%;-o-object-fit:cover;object-fit:cover;position:relative;width:100%}.item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video .video-overlay{-webkit-box-orient:vertical;-webkit-box-direction:normal;bottom:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;gap:30px;left:6.25%;position:absolute}.item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video .video-overlay .video-icon{cursor:pointer;height:80px;position:relative;right:unset;top:unset;width:80px}.item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video .video-overlay .video-title{color:#fff;display:block;font-family:Open Sans;font-size:20px;font-weight:600;line-height:27px;z-index:2}.item-your-mobility-our-mission .section-3 .group-5 .home-ambassadors{background:#fff}.item-your-mobility-our-mission .story-cta-wrapper{background:linear-gradient(153deg,#f2f2f2,hsla(0,0%,95%,0) 83.33%),linear-gradient(231deg,hsla(0,0%,95%,0) 25.93%,#f2f2f2);overflow:hidden}.item-your-mobility-our-mission .share-your-rothman-story{padding:74px 0 64px;position:relative}.item-your-mobility-our-mission .share-your-rothman-story .text{padding-left:43.728%;padding-right:7.302%}.item-your-mobility-our-mission .share-your-rothman-story .text:before{background-image:url(/templates/lyquix/images/story-form.png);background-position:50%;background-repeat:no-repeat;background-size:100%;content:" ";display:block;height:322px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:481px}.item-your-mobility-our-mission .share-your-rothman-story .share-button-container{display:inline-block;margin:0 auto;position:relative;text-align:center;top:-7px;width:265px}.item-your-mobility-our-mission .share-your-rothman-story .share-button-container a{display:block;padding:11px 24px 9px;text-decoration:none}.item-your-mobility-our-mission .share-your-rothman-story.closed .the-form{border:0}.item-your-mobility-our-mission .share-your-rothman-story h1{border-bottom:0;color:#142546;font-family:Open Sans,sans-serif;font-size:4.2rem;font-weight:300;letter-spacing:0;line-height:57px;margin:0 auto 22px}.item-your-mobility-our-mission .share-your-rothman-story p{color:#142546;display:block;font-family:Open Sans;font-size:15px;letter-spacing:0;line-height:24px;margin:0 auto;opacity:.7;padding:0;text-align:center;width:401px}.item-your-mobility-our-mission .share-your-rothman-story a{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;font-size:1.1rem;height:48px;line-height:13px;margin:0;padding:16px 0 18px;text-align:center;text-decoration:none;width:235px}.item-your-mobility-our-mission .share-your-rothman-story .the-form{margin:0 auto;overflow:hidden;position:relative;-webkit-transition:margin-top .5s;transition:margin-top .5s}.item-your-mobility-our-mission .share-your-rothman-story .the-form form fieldset{border:0}.item-your-mobility-our-mission .share-your-rothman-story .the-form form fieldset .formBody{width:100%}.item-your-mobility-our-mission .share-your-rothman-story .the-form form #g-recaptcha-580{min-height:78px}.item-your-mobility-our-mission .share-your-rothman-story .the-form .close-button:before{top:32px}.item-your-mobility-our-mission .share-your-rothman-story.closed{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.item-your-mobility-our-mission .form-container{height:100vh;position:fixed;right:0;top:0;width:100%;z-index:9999}.item-your-mobility-our-mission .form-container .forms{background-color:#fff;height:100vh;margin:0 0 0 auto;overflow-y:scroll;padding:90px 61px 35px 41px;position:fixed;right:0;top:0;width:640px}.item-your-mobility-our-mission .form-container .forms .close{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);display:block;height:14px;position:absolute;right:26px;top:26px;width:14px}.item-your-mobility-our-mission .form-container .forms .close:hover{cursor:pointer}.item-your-mobility-our-mission .form-container:before{background:#0b1425;content:" ";display:block;height:100%;mix-blend-mode:normal;opacity:.35;position:fixed;right:0;top:0;width:100%}.item-your-mobility-our-mission .form-container .rsform form{margin-right:0}.item-your-mobility-our-mission .form-container .rsform form h2{font-size:42px;line-height:57px;margin:0 0 10px}.item-your-mobility-our-mission .form-container .rsform form .rsform-block{margin-left:0;margin-right:0}.item-your-mobility-our-mission .form-container .rsform form .rsform-block label{color:#142546;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:600;line-height:22px}.row.main:has(.item-your-mobility-our-mission){padding-bottom:0}.pagination .row.main:has(.item-your-mobility-our-mission)+.row.bottom>.container.pageslinks,.row.main:has(.item-your-mobility-our-mission)+.row.bottom>.container.cf{display:none}@media screen and (max-width:1599px){body[screen=lg] .item-your-mobility-our-mission .share-your-rothman-story .text{padding-left:42.314%;padding-right:5.093%}body[screen=lg] .item-your-mobility-our-mission .share-your-rothman-story .text:before{left:auto;right:62.65%}}body[screen=md] .fc-item.tmpl-custom-advanced-landing .description .left{width:54.1667%}body[screen=md] .fc-item.tmpl-custom-advanced-landing .custom-banner{height:36.483vw}body[screen=md] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1{margin-top:119px}body[screen=md] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-2{margin-top:177px}body[screen=md] .fc-item.tmpl-custom-advanced-landing .field_rel_physicians{margin-top:107px!important}body[screen=md] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell{margin-top:89px!important}body[screen=md] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell,body[screen=md] .fc-item.tmpl-custom-advanced-landing .custom-videos,body[screen=md] .fc-item.tmpl-custom-advanced-landing .description,body[screen=md] .fc-item.tmpl-custom-advanced-landing .field_rel_physicians{max-width:790px}body[screen=md] .item-your-mobility-our-mission .about-us-page-container{margin-inline:8.333%}body[screen=md] .item-your-mobility-our-mission .about-us-page-container .group-3 .description{max-width:100%}body[screen=md] .item-your-mobility-our-mission .about-us-page-container .group-3 .field_media_gallery .gallery-video .video-overlay{bottom:45px}body[screen=md] .item-your-mobility-our-mission .share-your-rothman-story{padding:39px 0 36px}body[screen=md] .item-your-mobility-our-mission .share-your-rothman-story .text{padding-left:40.225%;padding-right:5.013%}body[screen=md] .item-your-mobility-our-mission .share-your-rothman-story .text h1{margin-bottom:28px}body[screen=md] .item-your-mobility-our-mission .share-your-rothman-story .text:before{background-image:url(/templates/lyquix/images/story-form-md.png);background-position:bottom;left:auto;right:56.979%;width:413px}body[screen=md] .item-your-mobility-our-mission .share-your-rothman-story,body[screen=sm] .item-your-mobility-our-mission .share-your-rothman-story{width:100%}body[screen=md] .item-your-mobility-our-mission .share-your-rothman-story .share-button-container,body[screen=sm] .item-your-mobility-our-mission .share-your-rothman-story .share-button-container{width:220px}body[screen=md] .item-your-mobility-our-mission .share-your-rothman-story p,body[screen=sm] .item-your-mobility-our-mission .share-your-rothman-story p{width:300px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .left,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description .left,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description .right,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .left,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .right,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description .left,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description .right{width:100%}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description{margin-top:50px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description h1{font-size:2.8rem;letter-spacing:.58px;line-height:38px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description .left,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description .right{width:100%}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description .left>h2{border-left:4px solid #d7df1d;font-size:1.8rem;line-height:24px;margin:38px 0 42px;padding:7px 0 7px 36px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description .right .image{height:335px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description .right .image .text{width:279px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-additional-accordions,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .field_rel_locations,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .field_rel_physicians{max-width:574px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-banner{height:39.6875vw}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1{margin-top:47px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text{left:11px;top:40px;-webkit-transform:none;-ms-transform:none;transform:none;width:298px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text h2{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.8rem;letter-spacing:1.98px;line-height:24px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text h2 .big{font-size:3.4rem;letter-spacing:3.74px;line-height:50px;width:70px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-2{margin-top:56px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-2 .text{top:40px;-webkit-transform:none;-ms-transform:none;transform:none}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-2 .text h2{font-size:1.8rem;letter-spacing:2.82px;line-height:30px;width:278px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .field_rel_physicians .accordion-link{margin:20px 0}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-additional-accordions,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .field_rel_locations,body[screen=sm] .fc-item.tmpl-custom-advanced-landing .field_rel_physicians{margin-top:66px!important}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos{margin-top:55px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content{-ms-flex-wrap:wrap;flex-wrap:wrap}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video{margin-right:0;width:100%}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video .video-controls h4{margin-left:6px;margin-top:16px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video .video-controls .buttons{margin-top:13px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video:last-of-type{margin-top:30px}body[screen=sm] .item-rothman-orthopaedics-in-new-jersey .custom-banner.banner-1 .text h2 .big{width:73px}body[screen=sm] .item-rothman-orthopaedics-partners-with-adventhealth-in-greater-orlando .description .right .image{height:485px}body[screen=sm] .item-your-mobility-our-mission .about-us-page-container{margin-inline:6.25%}body[screen=sm] .item-your-mobility-our-mission .share-your-rothman-story{min-height:322px;padding:40px 0 33px}body[screen=sm] .item-your-mobility-our-mission .share-your-rothman-story .text{padding-left:31.154%;padding-right:0}body[screen=sm] .item-your-mobility-our-mission .share-your-rothman-story .text h1{font-size:40px;letter-spacing:.44px;line-height:50px;margin-bottom:20px}body[screen=sm] .item-your-mobility-our-mission .share-your-rothman-story .text .button-yellow{border:0;height:auto;padding:9px 0 7px}body[screen=sm] .item-your-mobility-our-mission .share-your-rothman-story .text:before{background-position:bottom;background-size:413px;left:auto;right:67.656%}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description .left>h2,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description .left>h2{border-left:4px solid #d7df1d;padding:8px 0 8px 36px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description .right .image,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description .right .image{overflow-y:hidden;position:relative;width:100%}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .description .right .image img,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description .right .image img{left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text h2,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text h2{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text h2 .big,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text h2 .big{margin-right:5px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos{margin-top:55px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content{-ms-flex-wrap:wrap;flex-wrap:wrap}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video{margin-right:0;width:100%}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video .video-controls h4,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video .video-controls h4{margin-left:6px;margin-top:16px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video .video-controls .buttons,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video .video-controls .buttons{margin-top:13px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video:last-of-type,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion-content .video:last-of-type{margin-top:30px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .accordion .accordion-content,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .accordion .accordion-content{padding-top:16px}body[screen=sm] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .accordion .accordion-link,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell .accordion .accordion-link{font-size:1.8rem;font-weight:600;line-height:24px}body[screen=sm] .item-rothman-orthopaedics-partners-with-adventhealth-in-greater-orlando .description .right .image img,body[screen=xs] .item-rothman-orthopaedics-partners-with-adventhealth-in-greater-orlando .description .right .image img{left:0;position:absolute;top:0;-webkit-transform:none;-ms-transform:none;transform:none;width:100%}body[screen=sm] .item-your-mobility-our-mission .section-2,body[screen=xs] .item-your-mobility-our-mission .section-2{margin-top:35px}body[screen=sm] .item-your-mobility-our-mission .section-2 .group-2,body[screen=xs] .item-your-mobility-our-mission .section-2 .group-2{max-width:100%}body[screen=sm] .item-your-mobility-our-mission .section-2 .group-2 h1,body[screen=xs] .item-your-mobility-our-mission .section-2 .group-2 h1{font-size:17px;line-height:23px;margin:0 0 15px}body[screen=sm] .item-your-mobility-our-mission .section-2 .group-3,body[screen=sm] .item-your-mobility-our-mission .section-2 .group-3 .description,body[screen=xs] .item-your-mobility-our-mission .section-2 .group-3,body[screen=xs] .item-your-mobility-our-mission .section-2 .group-3 .description{max-width:100%}body[screen=sm] .item-your-mobility-our-mission .section-2 .group-3 .description p,body[screen=xs] .item-your-mobility-our-mission .section-2 .group-3 .description p{font-size:14px;line-height:23px}body[screen=sm] .item-your-mobility-our-mission .section-2 .group-3 .description a,body[screen=xs] .item-your-mobility-our-mission .section-2 .group-3 .description a{color:#1e2022;font-size:11px;font-weight:900;margin-bottom:35px;padding:5px 9px}body[screen=sm] .item-your-mobility-our-mission .section-2 .group-3 .description .video-strong,body[screen=xs] .item-your-mobility-our-mission .section-2 .group-3 .description .video-strong{font-size:17px;line-height:23px;max-width:100%}body[screen=sm] .item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery,body[screen=xs] .item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery{margin-bottom:35px}body[screen=sm] .item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video .video-overlay,body[screen=xs] .item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video .video-overlay{bottom:25px;gap:10px}body[screen=sm] .item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video .video-overlay .video-icon,body[screen=xs] .item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video .video-overlay .video-icon{height:40px;width:40px}body[screen=sm] .item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video .video-overlay .video-title,body[screen=xs] .item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video .video-overlay .video-title{font-size:17px;line-height:23px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-additional-accordions,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .field_rel_locations,body[screen=xs] .fc-item.tmpl-custom-advanced-landing .field_rel_physicians{max-width:311px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description{margin-top:36px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description h1{border-bottom:0;padding-bottom:0}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description .left>h2{font-size:1.5rem;line-height:20px;margin:36px 0;padding-left:21px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description .left .accordion:first-of-type{margin-top:0}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description .right .image{height:210px;margin-top:15px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description .right .image .text{width:167px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description .right .image .text h3{margin-bottom:20px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .description .right .image .text p{display:none}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos h1{border-bottom:0;margin-bottom:12px;padding-bottom:0}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-link{margin:13px 0}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-link:before{top:13px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content{padding:15px 26px 0 24px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container:after{height:42px;right:18px;top:18px;width:42px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-videos .accordion .accordion-content .video .video-container .video-title{bottom:28px;left:28px;max-width:calc(100% - 56px);padding-bottom:15px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .field_rel_physicians{margin-top:38px!important}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .field_rel_physicians h2{font-size:2.3rem;letter-spacing:.48px;line-height:32px;margin-bottom:0}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .field_rel_locations ul{margin:0 -1.5px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-banner{height:52.5vw}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-banner .text h2{font-size:1.5rem;letter-spacing:2.35px;line-height:20px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1{margin-top:36px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text{left:0;width:270px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-1 .text h2 .big{font-size:2.6rem;letter-spacing:2.86px;line-height:33px;width:55px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-2{margin-top:50px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-2 .text{right:0;top:22px;-webkit-transform:none;-ms-transform:none;transform:none}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-banner.banner-2 .text h2{width:209px}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell{margin-top:38px!important}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .custom-rothman-northwell h1{border-bottom:0;margin-bottom:22px;padding-bottom:0}body[screen=xs] .fc-item.tmpl-custom-advanced-landing .physician-locations h2{font-size:2.3rem;letter-spacing:.48px;line-height:32px;margin-bottom:0}body[screen=xs] .item-rothman-orthopaedics-in-new-jersey .custom-banner.banner-1 .text h2 .big{width:56px}body[screen=xs] .item-rothman-orthopaedics-partners-with-adventhealth-in-greater-orlando .description .right .image{height:389px}body[screen=xs] .item-rothman-orthopaedics-partners-with-adventhealth-in-greater-orlando .description .right .image .text{max-width:calc(100% - 50px);width:auto}body[screen=xs] .item-rothman-orthopaedics-partners-with-adventhealth-in-greater-orlando .description .right .image .text p{display:inline}body[screen=xs] .item-your-mobility-our-mission .about-us-page-container{margin-inline:10.625%}body[screen=xs] .item-your-mobility-our-mission .section-2 .group-3 .field_media_gallery .gallery-video{aspect-ratio:2/1.15}body[screen=xs] .item-your-mobility-our-mission .share-your-rothman-story{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:48.75vw;max-height:250px;min-height:156px;padding:21px 0 20px;position:static;width:91.875%}body[screen=xs] .item-your-mobility-our-mission .share-your-rothman-story .text{padding-left:0;padding-right:30%}body[screen=xs] .item-your-mobility-our-mission .share-your-rothman-story .text h1{font-size:17.5px;font-weight:600;letter-spacing:0;line-height:26px;margin-bottom:8px;margin-left:0;width:88.186%}body[screen=xs] .item-your-mobility-our-mission .share-your-rothman-story .text .button-yellow{border:0;height:auto;padding:9px 0 7px;width:162px}body[screen=xs] .item-your-mobility-our-mission .share-your-rothman-story .text:before{background-position:100% 100%;background-size:100%;bottom:0;height:100%;left:auto;max-width:54%;min-width:200px;right:0;top:auto;-webkit-transform:none;-ms-transform:none;transform:none}.item-catid-3 .row.main{padding-bottom:0}.item-catid-3 .row.bottom{border-top:0}.item-catid-3 .bottom-1{display:none}.fc-item.tmpl-custom-locations .no-text-found{border-top:1px solid #ededed;padding-top:10px;width:100%}.fc-item.tmpl-custom-locations .section-1{background:#fff;padding-bottom:50px;position:relative}.fc-item.tmpl-custom-locations .section-1 .story-video:after{background:linear-gradient(80.01deg,rgba(9,13,35,.859) 11.58%,rgba(9,18,35,0) 44.49%),linear-gradient(22.18deg,rgba(9,13,35,.859) 17.73%,rgba(24,36,62,.739) 52.79%,rgba(9,18,35,0) 91.23%);content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.fc-item.tmpl-custom-locations .section-1 .section-2{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:linear-gradient(153.43deg,#f2f2f2,hsla(0,0%,95%,0) 83.33%),linear-gradient(230.51deg,hsla(0,0%,95%,0) 25.93%,#f2f2f2);max-width:none;min-height:24.938vw;padding-top:50px;width:100%}.fc-item.tmpl-custom-locations .section-1 .section-2 .fc_field_image{font-family:"object-fit: cover";max-width:none;-o-object-fit:cover;object-fit:cover;width:100%}.fc-item.tmpl-custom-locations .section-1 .group-1{margin-right:38px;padding-bottom:103px;padding-top:70px;text-align:left;width:calc(50% - 38px)}.fc-item.tmpl-custom-locations .section-1 .group-1 h1{font-size:42px;font-weight:300;letter-spacing:0;line-height:57px;margin:0 0 10px;text-align:left}.fc-item.tmpl-custom-locations .section-1 .group-1 .field_appointment_link{display:inline-block;margin-right:30px}.fc-item.tmpl-custom-locations .section-1 .group-1 .field_appointment_link .button-yellow{font-size:1.1rem;line-height:13px;margin:0;padding:18px 51px}.fc-item.tmpl-custom-locations .section-1 .group-1 .field_virtual_tour{display:inline-block}.fc-item.tmpl-custom-locations .section-1 .group-1 .field_virtual_tour .play-icon{background-image:url(/templates/lyquix/images/video-icons/location-video.svg);background-repeat:no-repeat;background-size:100%;display:block;height:26px;width:26px}.fc-item.tmpl-custom-locations .section-1 .group-1 .field_virtual_tour .text{color:#142546;font-family:Open Sans;font-size:12px;letter-spacing:0;line-height:17px;margin-left:8px;opacity:.7;text-decoration:underline}.fc-item.tmpl-custom-locations .section-1 .group-1 .field_virtual_tour:hover{cursor:pointer}.fc-item.tmpl-custom-locations .section-1 .group-1 .field_virtual_tour:hover .text{text-decoration:none}.fc-item.tmpl-custom-locations .section-1 .group-2{position:absolute;right:0;width:50%}.fc-item.tmpl-custom-locations .section-1 .group-2 img{display:block;line-height:0}.fc-item.tmpl-custom-locations .group-3{padding-top:55px}.fc-item.tmpl-custom-locations .group-3 h2{font-size:20px;font-weight:600;letter-spacing:0;line-height:27px;margin-top:25px}.fc-item.tmpl-custom-locations .accordion{width:100%}.fc-item.tmpl-custom-locations .field_text{border-color:#ededed}.fc-item.tmpl-custom-locations .field_loc_address{color:#142546;font-family:Open Sans,sans-serif;font-size:15px;letter-spacing:0;line-height:20px;text-align:left}.fc-item.tmpl-custom-locations .field_loc_address .bottom{margin-top:40px}.fc-item.tmpl-custom-locations .overview-icon{background-repeat:no-repeat;background-size:100%;height:18px;margin-bottom:12px;width:18px}.fc-item.tmpl-custom-locations .field_loc_phone .overview-icon.phone{background-image:url(/templates/lyquix/images/location-icons/call.svg)}.fc-item.tmpl-custom-locations .field_loc_phone .button{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;font-size:1.1rem;letter-spacing:.48px;line-height:13px;margin:14px auto 0;padding:13px 0;text-align:center;width:calc(100% - 40px)}.fc-item.tmpl-custom-locations .field_loc_phone a{text-decoration:none}.fc-item.tmpl-custom-locations .field_loc_phone a:hover{text-decoration:underline}.fc-item.tmpl-custom-locations .field_hurt_app .overview-icon.hurt-app{background-image:url(/templates/lyquix/images/icons/icon-shield--navy.svg)}.fc-item.tmpl-custom-locations .field_loc_services{padding:26px}.fc-item.tmpl-custom-locations .field_loc_services h4{color:#142546;font-family:Open Sans;font-size:14px;font-weight:600;letter-spacing:0;line-height:23px;margin:0 0 10px}.fc-item.tmpl-custom-locations .field_loc_services ul{margin:0;padding:0}.fc-item.tmpl-custom-locations .field_loc_services ul li{list-style:none;margin:10px 0}.fc-item.tmpl-custom-locations .field_loc_services ul li a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;font-size:1.4rem;line-height:18px;text-decoration:none}.fc-item.tmpl-custom-locations .field_loc_services ul li a:hover{text-decoration:underline}.fc-item.tmpl-custom-locations .field_loc_services ul li img{border-radius:100%;display:block;font-family:"object-fit:cover";height:40px!important;margin-right:8px;-o-object-fit:cover;object-fit:cover;width:40px}.fc-item.tmpl-custom-locations .field_loc_services ul li:last-of-type{margin-bottom:0}.fc-item.tmpl-custom-locations .field_loc_hours{border-right:0}.fc-item.tmpl-custom-locations .field_loc_hours .overview-icon.hours{background-image:url(/templates/lyquix/images/location-icons/hours.svg)}.fc-item.tmpl-custom-locations .group-2 .fc_addressint_map{-webkit-box-shadow:inset 0 1px 4px 1px #000;box-shadow:inset 0 1px 4px 1px #000}.fc-item.tmpl-custom-locations iframe.location-map{border:0;height:365px;width:100%}.fc-item.tmpl-custom-locations .field_loc_directions{clear:both}.fc-item.tmpl-custom-locations .field_partner_company_logo{left:0;position:absolute;top:320px;width:160px}.fc-item.tmpl-custom-locations .advanced_rel_physicians{margin:25px 0 50px}.fc-item.tmpl-custom-locations .advanced_rel_physicians #rel-phy-filter,.fc-item.tmpl-custom-locations .advanced_rel_physicians .outer{-webkit-box-shadow:none;box-shadow:none}.fc-item.tmpl-custom-locations .advanced_rel_physicians .rel-phy-filter.specialty{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:280px}.fc-item.tmpl-custom-locations .advanced_rel_physicians .outer{border:1px solid hsla(217,6%,54%,.18)}.fc-item.tmpl-custom-locations .advanced_rel_physicians .misc-filters-dropdown{left:-258px;top:61px}.fc-item.tmpl-custom-locations .advanced_rel_physicians .misc-filters-dropdown .language-filter{display:block!important;left:0}.fc-item.tmpl-custom-locations .advanced_rel_physicians .misc-filters-dropdown .language-filter:has(.menu-opener.active){height:550px}.fc-item.tmpl-custom-locations .advanced_rel_physicians .misc-filters-dropdown .language-filter:has(.menu-opener.active) .dropdown{left:0;overflow-y:hidden;width:100%}.fc-item.tmpl-custom-locations .field_hand_therapy,.fc-item.tmpl-custom-locations .field_physical_therapy{color:#142546;font-family:Open Sans;font-size:16px;letter-spacing:0;line-height:22px}.fc-item.tmpl-custom-locations .field_hand_therapy .overview-icon.therapy,.fc-item.tmpl-custom-locations .field_physical_therapy .overview-icon.therapy{background-image:url(/templates/lyquix/images/location-icons/physicaltherapy.svg);background-position:50%;background-size:12px 18px}.fc-item.tmpl-custom-locations .field_hand_therapy a,.fc-item.tmpl-custom-locations .field_physical_therapy a{color:#142546;text-decoration:none}.fc-item.tmpl-custom-locations .field_hand_therapy a:hover,.fc-item.tmpl-custom-locations .field_physical_therapy a:hover{text-decoration:underline}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists{position:absolute}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .accordion,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .accordion{background:#fff;border-bottom:none;border-radius:2px;margin-left:-17px;padding:0 0 0 17px;-webkit-transition-duration:.3s;transition-duration:.3s;width:-webkit-max-content;width:-moz-max-content;width:max-content}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .accordion .accordion-header,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .accordion .accordion-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;font-size:12px;font-weight:600;line-height:17px;margin-right:6px;-webkit-transition-duration:.3s;transition-duration:.3s}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .accordion .accordion-header:before,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .accordion .accordion-header:before{background-image:url(/templates/lyquix/images/icons/morefilters.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:10px;margin-right:6px;width:10px}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .accordion .physical-therapists,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .accordion .physical-therapists{display:none;margin-top:10px}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .accordion.open,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .accordion.open{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.145),-1px 0 3px rgba(0,0,0,.153);box-shadow:0 2px 4px rgba(0,0,0,.145),-1px 0 3px rgba(0,0,0,.153);height:auto!important;padding:14px 0 0 17px;position:absolute;width:320px;z-index:10000}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .accordion.open .accordion-header:before,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .accordion.open .accordion-header:before{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);background-repeat:no-repeat;background-size:cover;display:inline-block;height:10px;width:10px}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .accordion.open .physical-therapists,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .accordion.open .physical-therapists{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .accordion .accordion-header,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .accordion .accordion-header{margin:0}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .physical-therapists .physical-therapist,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .physical-therapists .physical-therapist{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-bottom:10px}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .physical-therapists .physical-therapist br,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .physical-therapists .physical-therapist br{display:none}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .physical-therapists .physical-therapist .relateditem,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .physical-therapists .physical-therapist .relateditem{font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:23px}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .physical-therapists .physical-therapist .fancybox,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .physical-therapists .physical-therapist .fancybox{height:40px;width:40px}.fc-item.tmpl-custom-locations .field_hand_therapy .related-physical-therapists .physical-therapists .physical-therapist .fancybox img,.fc-item.tmpl-custom-locations .field_physical_therapy .related-physical-therapists .physical-therapists .physical-therapist .fancybox img{border-radius:50%;height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%}.fc-item.tmpl-custom-locations .field_hand_therapy .overview-icon.hand-therapy{background-image:url(/templates/lyquix/images/location-icons/hand-therapy.svg);background-position:50%;background-size:100%}.fc-item.tmpl-custom-locations .overview{margin-bottom:50px}.fc-item.tmpl-custom-locations .overview .left{-webkit-box-flex:1;-ms-flex-positive:1;background:#fff;border:1px solid #ededed;border-radius:2px 0 0 2px;flex-grow:1;float:none;gap:18px;padding:40px;width:75%}.fc-item.tmpl-custom-locations .overview .left .field{-webkit-box-flex:1;-ms-flex:1 1 30.998%;flex:1 1 30.998%}.fc-item.tmpl-custom-locations .overview .left .field h3{text-wrap:pretty;color:#142546;font-family:Open Sans,sans-serif;font-size:15px;font-weight:700;letter-spacing:0;line-height:20px}.fc-item.tmpl-custom-locations .overview .left .field p{color:#142546;font-family:Open Sans,sans-serif;font-size:16px;letter-spacing:0;line-height:22px;margin:0 0 4px}.fc-item.tmpl-custom-locations .overview .left .field p a{color:#142546}.fc-item.tmpl-custom-locations .overview .left .field.field_hurt_app p{font-size:1.4rem;line-height:1.64}.fc-item.tmpl-custom-locations .overview .left.three-items .field{-webkit-box-flex:1;-ms-flex:1 1 calc(33.333% - 18px);flex:1 1 calc(33.333% - 18px)}.fc-item.tmpl-custom-locations .overview .left.four-items .field{-webkit-box-flex:1;-ms-flex:1 1 calc(25% - 18px);flex:1 1 calc(25% - 18px)}.fc-item.tmpl-custom-locations .overview .right{background-color:#fafafa;border:1px solid #ededed;border-radius:2px;float:none;width:25%}.fc-item.tmpl-custom-locations .tab-group.location-info{border:1px solid hsla(217,6%,54%,.18);border-radius:2px;border-radius:1px;position:relative}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-nav{background-color:#f2f2f2;height:100%;left:0;padding-left:38px;padding-top:61px;position:absolute;top:0;width:25%;z-index:1}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-nav .tab{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:20px;padding:10px 15px;position:relative}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-nav .tab.open{background-color:#fff;font-weight:600}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-nav .tab.open:before{background-color:#142546}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-nav .tab.open:after{speak:none;content:"";font-family:FontAwesome;font-size:9px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:11px;text-transform:none;top:50%;-webkit-transform:translateY(-50%) rotate(270deg);-ms-transform:translateY(-50%) rotate(270deg);transform:translateY(-50%) rotate(270deg)}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-nav .tab:before{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-nav .tab:hover{text-decoration:underline}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content{color:#142546;font-family:Open Sans,sans-serif;font-size:1.6rem;height:654px;letter-spacing:0;line-height:22px;margin-left:auto;margin-right:0;position:relative;width:88.841%;z-index:0}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel{height:654px;opacity:0;position:absolute;right:0;top:0;-webkit-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;width:100%}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content{height:100%;overflow:hidden;padding:26px 72px 36px 26px;position:absolute;right:0;top:0;width:58.357%}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content h2{font-size:20px;font-weight:600;letter-spacing:0;line-height:27px}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content p{color:#142546;font-family:Open Sans;font-size:17px;letter-spacing:0;line-height:25px;margin:26px 0}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content h3~p{margin-top:8px}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content h3{font-family:Open Sans;font-size:15px;font-weight:700;letter-spacing:0;line-height:20px;margin:26px 0 8px}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content h3:first-child{margin-top:0}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content ul li{font-size:17px;letter-spacing:0;line-height:25px}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content .ps__rail-y{background-color:rgba(20,37,70,.22)!important;border-radius:3.5px;bottom:30px;display:block!important;height:calc(100% - 136px)!important;margin-top:106px;opacity:1;overflow-y:hidden;right:18px;width:7px}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content .ps__rail-y .ps__thumb-y{background-color:rgba(25,30,39,.37)!important;border-radius:3.5px;left:0;width:7px}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel:before{background-repeat:no-repeat;background-size:cover;content:"";height:100%;position:absolute;right:58.357%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:431px}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel.open{opacity:1;visibility:visible}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel[data-tab=Map]{height:100%;left:auto;padding:0;right:0;top:0;width:84.734%}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel[data-tab=Map]:before{display:none}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel[data-tab=Map] iframe{height:100%;position:absolute;width:100%;z-index:1}.fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel:not([data-tab=map]):before{background-image:url(/templates/lyquix/images/skateboard-guy-tab.png)}.fc-item.tmpl-custom-locations .custom-direction{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #ededed;border-radius:2px;bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px;padding:26.5px 26.5px 30.5px;position:absolute;right:20px;width:293px;z-index:2}.fc-item.tmpl-custom-locations .custom-direction h3{color:#142546;font-family:Open Sans;font-size:15px;font-weight:700;letter-spacing:0;line-height:20px;margin:0 0 12px}.fc-item.tmpl-custom-locations .custom-direction #searchTextField{background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);color:#707275;font-family:Roboto;font-size:14px;height:auto;letter-spacing:.41px;line-height:16px;margin-bottom:9px;min-width:0;padding:11px 10px;width:100%}.fc-item.tmpl-custom-locations .custom-direction .manual-container .manual-link{border:0;color:#142546;font-family:Open Sans;font-size:12px;height:auto;letter-spacing:0;line-height:17px;padding-right:11px;position:relative;text-decoration:underline}.fc-item.tmpl-custom-locations .custom-direction .manual-container .manual-link:before{background-image:url(/templates/lyquix/images/icons/pin-blue.svg);background-size:100%;content:" ";display:block;height:11px;left:0;position:absolute;top:3px;width:7px}.fc-item.tmpl-custom-locations .custom-direction .manual-container .manual-link:hover{background-color:transparent;text-decoration:none}.fc-item.tmpl-custom-locations .custom-direction .radio-buttons{border:0;display:-webkit-box;display:-ms-flexbox;display:flex;float:none;margin:20px 0 0;padding:0;position:relative}.fc-item.tmpl-custom-locations .custom-direction .radio-buttons input{display:none}.fc-item.tmpl-custom-locations .custom-direction label{border:1px solid #e6e6e6;border-radius:16.5px;color:rgba(20,37,70,.7);display:block;font-family:Open Sans;font-size:12px;font-weight:600;letter-spacing:0;line-height:17px;margin-right:6px;padding:4.5px 10px 4.5px 20.5px;position:relative;-webkit-transition:color .5s,background-color .5s,border-color .5s;transition:color .5s,background-color .5s,border-color .5s;width:auto;z-index:0}.fc-item.tmpl-custom-locations .custom-direction label:before{background-color:#e6e6e6;border-radius:3px;content:" ";display:block;height:5px;left:8.5px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:background-color .5s;transition:background-color .5s;-webkit-transition:background-color .5s,border .5s;transition:background-color .5s,border .5s;width:5px}.fc-item.tmpl-custom-locations .custom-direction label.active{background-color:#1f3a84;color:#fff}.fc-item.tmpl-custom-locations .custom-direction label.active:before{background-color:#1f3a84;border:1px solid #fff;border-radius:3px}.fc-item.tmpl-custom-locations .custom-direction label:last-of-type{margin-right:0}.fc-item.tmpl-custom-locations .custom-direction label:hover{cursor:pointer}.fc-item.tmpl-custom-locations .custom-direction .go{color:#1e2022;display:inline-block;font-family:Roboto;font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;margin-top:30px;padding:8px 30px;text-align:center}.fc-item.tmpl-custom-locations .custom-direction .go.disabled{background-color:#ccc!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#999!important}.fc-item.tmpl-custom-locations .custom-direction .go.disabled:hover{color:#999!important;cursor:default!important}.fc-item.tmpl-custom-locations .custom-direction .go.disabled:focus{outline:none}.fc-item.tmpl-custom-locations .field_media_gallery{margin-bottom:50px}.fc-item.tmpl-custom-locations .related-stories .story-block .text .content{margin-left:auto;margin-right:auto;max-width:1017px;padding-left:0;padding-right:0;width:100%}.fc-item.tmpl-custom-locations .related-stories .rel-stories-controls{right:calc(50% - 508.5px)}.fc-item.tmpl-custom-locations .group-5 .container,.fc-item.tmpl-custom-locations .section-2-container,.fc-item.tmpl-custom-locations .section-3{max-width:1163px}body[screen=lg] .fc-item.tmpl-custom-locations .section-2{padding-top:0}body[screen=lg] .fc-item.tmpl-custom-locations .section-2 .group-1{margin-top:50px}body[screen=lg] .fc-item.tmpl-custom-locations .section-2 .group-2 img{min-height:24.938vw}@media screen and (max-width:1599px){body[screen=lg] .fc-item.tmpl-custom-locations .section-1 .group-1{margin-right:2.656%;padding-bottom:58px;padding-top:50px;width:47.344%}body[screen=lg] .fc-item.tmpl-custom-locations .group-3 .overview .left .field{-webkit-box-flex:1;-ms-flex:1 1 250px;flex:1 1 250px;gap:40px}body[screen=lg] .fc-item.tmpl-custom-locations .group-3 .overview .left.three-items .field{-webkit-box-flex:1;-ms-flex:1 1 calc(33.333% - 18px);flex:1 1 calc(33.333% - 18px);margin:0}body[screen=lg] .fc-item.tmpl-custom-locations .group-3 .overview .left.four-items .field{-webkit-box-flex:1;-ms-flex:1 1 calc(25% - 18px);flex:1 1 calc(25% - 18px);margin:0}body[screen=lg] .fc-item.tmpl-custom-locations .group-5 .container,body[screen=lg] .fc-item.tmpl-custom-locations .section-2-container,body[screen=lg] .fc-item.tmpl-custom-locations .section-3{max-width:none;width:84.375%}body[screen=lg] .fc-item.tmpl-custom-locations .related-stories .story-block .text .content{width:73.906%}body[screen=lg] .fc-item.tmpl-custom-locations .related-stories .rel-stories-controls{right:13.125%}}body[screen=md] .fc-item.tmpl-custom-locations .section-1{padding-bottom:70px}body[screen=md] .fc-item.tmpl-custom-locations .section-1 .section-2{padding-bottom:40px;padding-top:0}body[screen=md] .fc-item.tmpl-custom-locations .section-1 .section-2 .section-2-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body[screen=md] .fc-item.tmpl-custom-locations .section-1 .section-2 .section-2-container .fc_field_image{max-height:250px}body[screen=md] .fc-item.tmpl-custom-locations .section-1 .group-1{margin-right:auto;margin-top:75px;padding-bottom:0;padding-top:0;width:47.684%}body[screen=md] .fc-item.tmpl-custom-locations .group-2 img{min-height:24.938vw}body[screen=md] .fc-item.tmpl-custom-locations .group-3{padding-top:35px}body[screen=md] .fc-item.tmpl-custom-locations .group-3 .overview .left{padding:30px 30px 40px;width:72.466%}body[screen=md] .fc-item.tmpl-custom-locations .group-3 .overview .left .field{width:185px}body[screen=md] .fc-item.tmpl-custom-locations .group-3 .overview .left.three-items .field{-webkit-box-flex:1;-ms-flex:1 1 calc(33.333% - 18px);flex:1 1 calc(33.333% - 18px)}body[screen=md] .fc-item.tmpl-custom-locations .group-3 .overview .left.three-items .field:last-of-type{margin-right:0}body[screen=md] .fc-item.tmpl-custom-locations .group-3 .overview .left.four-items .field{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 9px);flex:1 1 calc(50% - 9px)}body[screen=md] .fc-item.tmpl-custom-locations .group-3 .overview .right{width:27.534%}body[screen=md] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services{padding-righT:15px;padding-left:20px}body[screen=md] .fc-item.tmpl-custom-locations .field_loc_address .bottom{margin-top:25px}body[screen=md] .fc-item.tmpl-custom-locations .tab-group.location-info{overflow:hidden}body[screen=md] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-nav{padding-left:22px;padding-top:61px;width:22.653%}body[screen=md] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content{-ms-flex-negative:0;flex-shrink:0;margin-left:-3.755%;width:103.755%}body[screen=md] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel{width:100%}body[screen=md] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel[data-tab=Map]{width:74.9%}body[screen=md] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content{padding-left:6px;padding-right:46px;width:48.609%}body[screen=md] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel:before{right:48.609%;width:431px}body[screen=md] .fc-item.tmpl-custom-locations .group-5 .container,body[screen=md] .fc-item.tmpl-custom-locations .section-2-container,body[screen=md] .fc-item.tmpl-custom-locations .section-3{max-width:83.229%}body[screen=md] .fc-item.tmpl-custom-locations .related-stories .story-block .text .content{width:75%}body[screen=md] .fc-item.tmpl-custom-locations .related-stories .rel-stories-controls{right:12.5%}body[screen=sm] .fc-item.tmpl-custom-locations .section-1{padding:0 0 50px}body[screen=sm] .fc-item.tmpl-custom-locations .section-1 .section-2-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body[screen=sm] .fc-item.tmpl-custom-locations .section-1 .section-2{padding-bottom:50px;position:relative}body[screen=sm] .fc-item.tmpl-custom-locations .section-1 .group-1{margin-right:auto;padding-bottom:0;padding-top:0;width:55.769%}body[screen=sm] .fc-item.tmpl-custom-locations .section-1 .group-1 .field_appointment_link{margin-right:10px}body[screen=sm] .fc-item.tmpl-custom-locations .section-1 .group-1 .field_loc_address{font-size:14px;line-height:19px}body[screen=sm] .fc-item.tmpl-custom-locations .section-1 .group-1 .field_loc_address .bottom{margin-top:25px}body[screen=sm] .fc-item.tmpl-custom-locations .section-1 .group-1 .field_loc_address .bottom .button-yellow{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;padding:13px 20px;width:180px}body[screen=sm] .fc-item.tmpl-custom-locations .section-1 .group-2{height:100%;top:0;width:42.5%}body[screen=sm] .fc-item.tmpl-custom-locations .section-1 .group-2 .field_main_image{height:100%}body[screen=sm] .fc-item.tmpl-custom-locations .section-1 .group-2 .field_main_image img{height:100%!important}body[screen=sm] .fc-item.tmpl-custom-locations .group-3{padding-top:17px}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview{-ms-flex-wrap:wrap;flex-wrap:wrap}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .left{padding:30px;width:100%}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .left .field{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 9px);flex:1 1 calc(50% - 9px)}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .left .field h3{font-size:1.4rem;line-height:18px;margin:10px 0 2px}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .left .field p{font-size:15px;letter-spacing:0;line-height:22px}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .left .field:nth-of-type(2){margin-right:0}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .left.three-items{-ms-flex-wrap:wrap;flex-wrap:wrap}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .left.three-items .field:last-of-type{margin-right:0;margin-top:20px;width:100%}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right{width:100%}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services{padding:16px 32px 30px}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services h4{margin-bottom:3px}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul li{margin:0}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul li:after{content:" ";white-space:pre}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul li a{display:inline-block;text-decoration:underline}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul li a img{display:none}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul li a:after{content:",";white-space:pre}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul li:last-of-type a:after,body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul li:last-of-type:after{display:none}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span{font-family:Open Sans;font-size:14px;letter-spacing:0;line-height:23px;white-space:pre}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span:after{content:" ";white-space:pre}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span a{color:#142546}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span a:after{content:",";white-space:pre}body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span:last-of-type a:after,body[screen=sm] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span:last-of-type:after{display:none}body[screen=sm] .fc-item.tmpl-custom-locations .tab-group.location-info{overflow:hidden}body[screen=sm] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-nav{padding-left:22px;padding-top:61px;width:30.192%}body[screen=sm] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-nav .tab:open:after{right:5px}body[screen=sm] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content{-ms-flex-negative:0;flex-shrink:0;margin-left:30.192%;width:69.808%}body[screen=sm] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel,body[screen=sm] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content,body[screen=sm] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel[data-tab=Map]{width:100%}body[screen=sm] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel:before{display:none;width:51.99%}body[screen=sm] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content .ps__rail-y{background-color:rgba(20,37,70,.22)!important;border-radius:3.5px;display:block!important;height:calc(100% - 85px)!important;margin-top:58px;opacity:1;overflow-y:hidden;right:18px;width:7px}body[screen=sm] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content h3{margin-top:20px}body[screen=sm] .fc-item.tmpl-custom-locations .tab-group.location-info .tab-content .tab-panel .content h3:first-child{margin-top:0}body[screen=sm] .fc-item.tmpl-custom-locations .custom-direction h3{font-size:14px;line-height:18px}body[screen=sm] .fc-item.tmpl-custom-locations .section-2-container,body[screen=sm] .fc-item.tmpl-custom-locations .section-3{width:81.25%}body[screen=sm] .fc-item.tmpl-custom-locations .group-5 .container{max-width:none;width:100%}body[screen=sm] .fc-item.tmpl-custom-locations .related-stories .story-block .text .content{margin-left:14.218%;width:61.719%}body[screen=sm] .fc-item.tmpl-custom-locations .related-stories .rel-stories-controls{right:14.531%}body[screen=md] .fc-item.tmpl-custom-locations .field_loc_phone .button,body[screen=sm] .fc-item.tmpl-custom-locations .field_loc_phone .button{padding:13px}body[screen=sm] .fc-item.tmpl-custom-locations .section-1 .group-1 h1,body[screen=xs] .fc-item.tmpl-custom-locations .section-1 .group-1 h1{font-size:40px;line-height:50px}body[screen=xs] .fc-item.tmpl-custom-locations .section-1{padding-bottom:0}body[screen=xs] .fc-item.tmpl-custom-locations .section-1 .section-2-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;width:78.125%}body[screen=xs] .fc-item.tmpl-custom-locations .section-1 .group-1{margin:0 0 25px;padding:0;width:100%}body[screen=xs] .fc-item.tmpl-custom-locations .section-1 .group-1 .field_appointment_link{margin-right:10px}body[screen=xs] .fc-item.tmpl-custom-locations .section-1 .group-1 .field_loc_address{font-size:1.4rem;line-height:19px;padding-left:0}body[screen=xs] .fc-item.tmpl-custom-locations .section-1 .group-1 .field_loc_address .bottom{display:block;margin-top:15px}body[screen=xs] .fc-item.tmpl-custom-locations .section-1 .group-1 .field_loc_address .bottom .button-yellow{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;padding:13px 20px;width:180px}body[screen=xs] .fc-item.tmpl-custom-locations .section-1 .group-1 .field_loc_address .bottom .field_virtual_tour{display:block;margin-top:15px}body[screen=xs] .fc-item.tmpl-custom-locations .section-1 .group-2{margin:0;position:static;width:100%}body[screen=xs] .fc-item.tmpl-custom-locations .section-1 .group-2 .field_main_image{margin-bottom:0}body[screen=xs] .fc-item.tmpl-custom-locations .field_media_gallery{margin-bottom:25px}body[screen=xs] .fc-item.tmpl-custom-locations .group-3{padding-top:5px}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 h2{font-size:17px;font-weight:600;letter-spacing:0;line-height:23px}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .left{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:18px;padding:24px 18px;width:100%}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .left .field{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin-right:0}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .left .field h3{font-size:1.4rem;line-height:18px;margin:10px 0 2px}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .left .field p{font-size:15px;letter-spacing:0;line-height:22px}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .left .field:nth-of-type(2){margin-right:0}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .left .field:last-of-type{margin-bottom:0}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right{width:100%}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services{padding:10px 18px 25px}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services h4{margin-bottom:3px}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul li{margin:0}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul li a{display:inline-block;text-decoration:underline}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul li a img{display:none}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span{font-family:Open Sans;font-size:14px;letter-spacing:0;line-height:23px;white-space:pre}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span:after{content:" ";white-space:pre}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span a{color:#142546}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span a:after{content:",";white-space:pre}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span:last-of-type a:after,body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .right .field_loc_services ul span:last-of-type:after{display:none}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .field_hand_therapy .related-physical-therapists,body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .field_physical_therapy .related-physical-therapists{position:relative}body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .field_hand_therapy .accordion-group .accordion,body[screen=xs] .fc-item.tmpl-custom-locations .group-3 .overview .field_physical_therapy .accordion-group .accordion{background:none;-webkit-box-shadow:none;box-shadow:none;padding:0;position:relative;width:100%}body[screen=xs] .fc-item.tmpl-custom-locations .accordion-group .accordion{background-color:#fff;border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);margin:0 0 3px;padding:0 20px}body[screen=xs] .fc-item.tmpl-custom-locations .accordion-group .accordion:last-of-type{margin-bottom:0}body[screen=xs] .fc-item.tmpl-custom-locations .accordion-group .accordion .accordion-header{color:#142546;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;margin:0;padding:18px 0}@media screen and (max-width:559px){body[screen=xs] .fc-item.tmpl-custom-locations .accordion-group .accordion .accordion-header{padding-right:60px}}body[screen=xs] .fc-item.tmpl-custom-locations .accordion-group .accordion .accordion-content p,body[screen=xs] .fc-item.tmpl-custom-locations .accordion-group .accordion .accordion-content ul li{color:#142546;font-family:Open Sans,sans-serif;font-size:14px;letter-spacing:0;line-height:23px;margin:0 0 16px}body[screen=xs] .fc-item.tmpl-custom-locations .accordion-group .accordion .accordion-content h3{font-size:1.4rem;font-weight:700;letter-spacing:0;line-height:18px}body[screen=xs] .fc-item.tmpl-custom-locations .location-map{height:66.875vw!important}body[screen=xs] .fc-item.tmpl-custom-locations .advanced_rel_physicians{margin:0 0 25px}body[screen=xs] .fc-item.tmpl-custom-locations .custom-direction{border:0;margin-top:14px;padding:0 0 24px;position:static;width:100%}body[screen=xs] .fc-item.tmpl-custom-locations .custom-direction h3{font-size:12px;font-weight:600;line-height:18px;margin:0 0 5px}body[screen=xs] .fc-item.tmpl-custom-locations .custom-direction #searchTextField{font-size:1.4rem;line-height:16px;padding:9px}body[screen=xs] .fc-item.tmpl-custom-locations .custom-direction button{margin:13px 0 0}body[screen=xs] .fc-item.tmpl-custom-locations .custom-direction .radio-buttons label{padding:4.5px 6.5px 4.5px 13.5px}body[screen=xs] .fc-item.tmpl-custom-locations .custom-direction .radio-buttons label:before{left:5px}body[screen=xs] .fc-item.tmpl-custom-locations .loc_box_xs{background-position:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;width:100%}body[screen=xs] .fc-item.tmpl-custom-locations .loc_box_xs h2{margin-bottom:0;margin-right:0;text-align:left}body[screen=xs] .fc-item.tmpl-custom-locations .loc_box_xs .address{text-align:left}body[screen=xs] .fc-item.tmpl-custom-locations .field_loc_address{background-position:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;width:100%}body[screen=xs] .fc-item.tmpl-custom-locations .field_loc_address h2{margin-bottom:0;margin-right:0;text-align:left}body[screen=xs] .fc-item.tmpl-custom-locations .field_loc_address .address{text-align:left}body[screen=xs] .fc-item.tmpl-custom-locations .field_loc_phone{background-position:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;width:100%}body[screen=xs] .fc-item.tmpl-custom-locations .field_loc_phone h2{margin-bottom:0;margin-right:0;text-align:left}body[screen=xs] .fc-item.tmpl-custom-locations .field_loc_phone .address{text-align:left}body[screen=xs] .fc-item.tmpl-custom-locations .field_loc_hours{background-position:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;width:100%}body[screen=xs] .fc-item.tmpl-custom-locations .field_loc_hours h2{margin-bottom:0;margin-right:0;text-align:left}body[screen=xs] .fc-item.tmpl-custom-locations .field_loc_hours .address{text-align:left}body[screen=xs] .fc-item.tmpl-custom-locations .fc_addressint_map_canvas{height:243px!important}body[screen=xs] .fc-item.tmpl-custom-locations .field_loc_stories .all-stories-link{margin-top:22px}body[screen=xs] .fc-item.tmpl-custom-locations .section-2-container,body[screen=xs] .fc-item.tmpl-custom-locations .section-3{max-width:none;width:78.125%}body[screen=xs] .fc-item.tmpl-custom-locations .group-5 .container{max-width:none;width:100%}body[screen=xs] .fc-item.tmpl-custom-locations .related-stories .story-block .text .content{margin-left:10.938%;width:65.625%}body[screen=xs] .fc-item.tmpl-custom-locations .related-stories .rel-stories-controls{right:10.938%}body[screen=xs] .fc-item.tmpl-custom-locations .advanced_rel_physicians{position:relative}body[screen=xs] .fc-item.tmpl-custom-locations .advanced_rel_physicians #rel-phy-filter{background-color:transparent;border:none;height:auto;position:absolute;right:0;top:29px}body[screen=xs] .fc-item.tmpl-custom-locations .advanced_rel_physicians #rel-phy-filter .rel-phy-filter.misc-filters{border-left:none;width:auto}body[screen=xs] .fc-item.tmpl-custom-locations .advanced_rel_physicians #rel-phy-filter .rel-phy-filter.misc-filters .rel-phy-filters-misc-toggle{height:17px;width:17px}@media screen and (max-width:320px){.fc-item.tmpl-custom-locations h4{margin:2.505rem 5px}.fc-item.tmpl-custom-locations .group-3 .field_text p{margin:1.5rem 5px}.fc-item.tmpl-custom-locations .group-3 .field_loc_directions,.fc-item.tmpl-custom-locations .group-4 .field_loc_parking,.fc-item.tmpl-custom-locations .group-4 .field_loc_services,.fc-item.tmpl-custom-locations .group-5 .field_loc_parking,.fc-item.tmpl-custom-locations .group-5 .field_loc_services{margin:0 5px}}.fc-item.tmpl-custom-locations .extenders-heading{font-family:Open Sans,sans-serif;font-size:20px;font-weight:600;line-height:27px;margin-bottom:18px;margin-top:50px}.fc-item.tmpl-custom-locations .related-extenders{border:1px solid hsla(217,6%,54%,.178);margin-bottom:50px}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-head{background:#fff;border-bottom:1px solid #e4e4e4;height:63px}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-head .search{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:18px;padding-top:16px}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-head .search .related-extenders-search{background:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.2);padding:7px 0 6px 10px;width:266px}@media screen and (max-width:399px){.fc-item.tmpl-custom-locations .related-extenders .related-extenders-head .search .related-extenders-search{width:176px}}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-head .search .related-extenders-search::-webkit-input-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-head .search .related-extenders-search::-moz-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-head .search .related-extenders-search:-ms-input-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-head .search .related-extenders-search::-ms-input-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-head .search .related-extenders-search::placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-head .search .related-extenders-search-icon{background:#ffd151;border-radius:0 4px 4px 0;height:30px;width:34px}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-head .search .related-extenders-search-icon:before{display:block;padding-left:10px;padding-top:2px}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-body{background:#fafafa;padding:16px 40px 115px}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-body .show-all-flag{background:#ededed;border-radius:2px;color:#142546;font-family:Open Sans,sans-serif;font-size:9px;font-weight:700;height:24px;line-height:24px;margin-bottom:19px;text-align:center;width:133px}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-body .related-extenders-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-body .related-extenders-list .related-extender{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #ededed;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;height:72px;margin-bottom:14px;margin-right:14px;padding:16px;width:238px}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-body .related-extenders-list .related-extender img{border-radius:50%;height:40px;margin-right:11px;width:40px}.fc-item.tmpl-custom-locations .related-extenders .related-extenders-body .related-extenders-list .related-extender .related-extender-link{color:#142546;font-family:Open Sans,sans-serif;font-size:15px;font-weight:700;line-height:20px;max-width:155px;text-decoration:none}@media screen and (max-width:399px){.fc-item.tmpl-custom-locations .related-extenders .related-extenders-body .related-extenders-list .related-extender .related-extender-link{font-size:12px}}@media screen and (min-width:1600px){.fc-item.tmpl-custom-locations .section-2 .fc_field_image{max-height:360px!important}}.fc-item.tmpl-custom-news-and-blogs .phy-author-container{margin-bottom:20px;margin-top:20px}.fc-item.tmpl-custom-news-and-blogs .phy-author-container img{border-radius:21px;float:left;height:42px;width:42px}.fc-item.tmpl-custom-news-and-blogs .phy-author-container .phy-author-name{display:block;float:left;font-size:1.3rem;margin-left:5px;margin-top:1px;width:calc(100% - 47px)}.fc-item.tmpl-custom-news-and-blogs .phy-author-container .item-date{color:#777;display:block;float:left;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;line-height:15px;margin-left:5px;opacity:.75;width:calc(100% - 47px)}.fc-item.tmpl-custom-news-and-blogs .phy-author-container .item-date.phy-author-not-found{font-size:1.2rem;margin-left:0;margin-top:20px}.fc-item.tmpl-custom-news-and-blogs .field_rel_physicians:after,.fc-item.tmpl-custom-news-and-blogs .field_rel_physicians:before{content:" ";display:table}.fc-item.tmpl-custom-news-and-blogs .field_rel_physicians:after{clear:both}.fc-item.tmpl-custom-news-and-blogs .group-4{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.fc-item.tmpl-custom-news-and-blogs .field_rel_services{width:100%}body[screen=lg] .fc-item.tmpl-custom-news-and-blogs .group-3>.description{margin-right:75px}body[screen=xs] .fc-item.tmpl-custom-news-and-blogs .group-7{margin-top:15px}@media screen and (max-width:320px){.fc-item.tmpl-custom-news-and-blogs .group-3 .description{margin:15px 5px}.fc-item.tmpl-custom-news-and-blogs .group-4 .accordion-2 ul{margin-right:5px}}.fc-item.item-for-patients-visitors .section-1{background:linear-gradient(153.43deg,#f2f2f2,hsla(0,0%,95%,0) 83.33%),linear-gradient(230.51deg,hsla(0,0%,95%,0) 25.93%,#f2f2f2);border-bottom:2px solid #ededed;min-height:431px;padding-top:122px;position:relative}.fc-item.item-for-patients-visitors .group-1{bottom:0;left:0;position:absolute;width:30.187%}.fc-item.item-for-patients-visitors .group-1 .field_patient_resources_header_image{line-height:0}.fc-item.item-for-patients-visitors .group-1 .field_patient_resources_header_image img{display:block}.fc-item.item-for-patients-visitors .group-2{margin:0 auto 0 33.562%;width:55.188%}.fc-item.item-for-patients-visitors .group-2 h1{font-size:42px;font-weight:300;line-height:57px;margin:0 0 20px}.fc-item.item-for-patients-visitors .group-2 p{color:#142546;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:21px;margin:0;max-width:412px}.fc-item.item-for-patients-visitors .group-2 p:last-of-type{margin-bottom:33px}.fc-item.item-for-patients-visitors .group-2 .post-text-links{margin:0 -7px}@media screen and (min-width:1280px){.fc-item.item-for-patients-visitors .group-2 .post-text-links{padding-bottom:30px}}.fc-item.item-for-patients-visitors .group-2 .post-text-links .button-yellow{background:#f7d53b!important;color:#1e2022;font-size:1.5rem;line-height:18px;padding:14px 21px 12px;text-align:left}.fc-item.item-for-patients-visitors .group-2 .post-text-links .button-yellow .icon-tooltip{display:inline-block;margin-left:10px;position:relative}.fc-item.item-for-patients-visitors .group-2 .post-text-links .button-yellow .icon-tooltip img{display:block;width:12px}.fc-item.item-for-patients-visitors .group-2 .post-text-links .button-yellow .icon-tooltip .tooltip-text{background-color:hsla(0,0%,100%,.979);bottom:calc(100% + 18.5px);color:#000;display:none;-webkit-filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:1.4rem;font-style:normal;font-weight:400;left:50%;line-height:1.5;padding:14px 18px;position:absolute;text-transform:none;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:253px}.fc-item.item-for-patients-visitors .group-2 .post-text-links .button-yellow .icon-tooltip .tooltip-text:before{border-color:#fff transparent transparent;border-style:solid;border-width:9px 7px 0;content:" ";display:block;height:0;left:50%;position:absolute;top:100%;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.fc-item.item-for-patients-visitors .group-2 .post-text-links .button-yellow .icon-tooltip:hover .tooltip-text{display:block}.fc-item.item-for-patients-visitors .group-2 .post-text-links .button-yellow:hover{color:rgba(54,57,59,.7)}.fc-item.item-for-patients-visitors .group-2 .post-text-links .button-yellow:last-of-type{margin-right:0}.fc-item.item-for-patients-visitors .group-2 .post-text-links .button-yellow.appointment-tooltip-mobile{display:none!important}.fc-item.item-for-patients-visitors .group-2 .post-text-links .no-show-policy{margin:17px 0 5px 7px!important;width:100%}.fc-item.item-for-patients-visitors .group-2 .post-text-links .no-show-policy a{color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans;font-size:14px;font-weight:400;gap:8px;line-height:21px;text-decoration:underline;text-decoration-style:solid}.fc-item.item-for-patients-visitors .group-2 .post-text-links .no-show-policy a:before{background-image:url(/templates/lyquix/images/icons/plus-icon-blue.svg);background-size:100%;content:" ";display:block;height:7px;margin-top:8px;width:7px}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links{margin-left:7.761%}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .flex-container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:24px}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link{-ms-flex-line-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-content:center;align-items:center;background:#f2f2f2;border:1px solid #e5e5e5;border-radius:6px;color:#142544;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Open Sans;font-size:1.6rem;font-weight:600;letter-spacing:-.1px;line-height:22px;margin-bottom:14px;padding:19px 32px;text-decoration:none;-webkit-transition:background-color .5s,border-color .5s;transition:background-color .5s,border-color .5s;width:calc(50% - 7px)}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link:before{-ms-flex-item-align:start;align-self:flex-start;background-repeat:no-repeat;background-size:18px;content:" ";display:inline-block;height:18px;margin-right:14px;width:18px}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link span{width:calc(100% - 32px)}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link.patient-portal:before{background-image:url(/templates/lyquix/images/icons/patient-portal.svg)}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link.prescription-refill:before{background-image:url(/templates/lyquix/images/icons/prescription-refill.svg)}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link.request-your-medical-and-imaging-records:before,.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link.upload-medical-imaging:before{background-image:url(/templates/lyquix/images/icons/upload-medical-imaging.svg)}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link.complete-medical-questionnaire:before{background-image:url(/templates/lyquix/images/icons/complete-medical-questionnaire.svg)}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link.view-visit-summary:before{background-image:url(/templates/lyquix/images/icons/view-visit-summary.svg)}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link.about-us:before{background-image:url(/templates/lyquix/images/icons/icon-about-us.svg)}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link.pay-my-bill:before{background-image:url(/templates/lyquix/images/icons/pay-bill.svg)}.fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link:hover{background-color:#fff;border-color:#142546}.fc-item.item-for-patients-visitors .section-2{background:#fafafa}.fc-item.item-for-patients-visitors .group-3{background:#fff;-webkit-box-shadow:-1px 0 3px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.15);box-shadow:-1px 0 3px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.15);padding:45px 46px 0;position:relative;width:22.5%;z-index:1}.fc-item.item-for-patients-visitors .group-3 .close{display:none}.fc-item.item-for-patients-visitors .group-3 h2{margin:0}.fc-item.item-for-patients-visitors .group-3 p{color:#142546;font-family:Open Sans;font-size:14px;line-height:21px;margin:7px 0 6px}.fc-item.item-for-patients-visitors .group-3 .search-container{background:#f9f9f9;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.fc-item.item-for-patients-visitors .group-3 .search-results .no-results{background:#fafafa;margin-top:54.5px;padding:80px;text-align:center;width:100%}.fc-item.item-for-patients-visitors .group-3 .search-results .no-results span{color:#52607a;font-family:Open Sans;font-size:14px;font-weight:400;line-height:21px}.fc-item.item-for-patients-visitors .group-3 h4{margin:30px 0 10px}.fc-item.item-for-patients-visitors .group-3 .open-lightbox{color:#142546;font-family:Open Sans;font-size:16px;line-height:22px;text-decoration:underline}.fc-item.item-for-patients-visitors .group-3 .open-lightbox:hover{cursor:pointer;text-decoration:none}.fc-item.item-for-patients-visitors .group-3 input{background:transparent;border-radius:4px 0 0 4px;-webkit-box-shadow:none;box-shadow:none;color:#142546;font-size:12px;line-height:17px;padding:6px 10px 7px;width:calc(100% - 42px)}.fc-item.item-for-patients-visitors .group-3 input::-webkit-input-placeholder{color:#142546}.fc-item.item-for-patients-visitors .group-3 input::-moz-placeholder{color:#142546}.fc-item.item-for-patients-visitors .group-3 input:-ms-input-placeholder{color:#142546}.fc-item.item-for-patients-visitors .group-3 input::-ms-input-placeholder{color:#142546}.fc-item.item-for-patients-visitors .group-3 input::placeholder{color:#142546}.fc-item.item-for-patients-visitors .group-3 button{background-image:url(/templates/lyquix/images/rothman-search.svg);background-position:50%;background-repeat:no-repeat;background-size:14px;border-radius:0 4px 4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:42px}.fc-item.item-for-patients-visitors .group-3.fixed{height:calc(100% - 58px);left:0;position:fixed;top:58px}.fc-item.item-for-patients-visitors .group-4{margin:0 9.812% 0 auto;padding-bottom:100px;position:relative;width:62.813%;z-index:0}.fc-item.item-for-patients-visitors .group-4 h2{font-size:2rem;line-height:27px}.fc-item.item-for-patients-visitors .group-4 .your-visit-teasers{margin-left:7.761%}.fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .flex-container{margin:0 -7px}.fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .teaser{background:linear-gradient(153.43deg,#f2f2f2,hsla(0,0%,95%,0) 83.33%),linear-gradient(230.51deg,hsla(0,0%,95%,0) 25.93%,#f2f2f2);border:1px solid hsla(217,6%,54%,.18);margin:0 7px;padding:30px 28px 103px;position:relative;width:calc(33.333% - 14px)}.fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .teaser h3{font-size:17px;font-weight:600;letter-spacing:0;line-height:25px;margin:0}.fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .teaser p{color:#142546;font-family:Open Sans;font-size:14px;line-height:21px;margin:11px 0 19px}.fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .teaser .button-yellow{background-color:#f7d53b!important;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.199);box-shadow:0 1px 3px rgba(0,0,0,.199);font-size:11px;font-weight:900;letter-spacing:.478261px;line-height:13px;margin:0;padding:7px 20px 8px;text-align:center}.fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .teaser .image{bottom:0;line-height:0;position:absolute;right:0;width:155px}.fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .teaser .image img{display:block;width:100%}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts{margin:45px 0 45px 7.761%}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert{background:#fff;margin:1px 0;width:100%}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .icon{background:rgba(209,35,0,.08);position:relative;width:63px}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .icon:before{background-image:url(/templates/lyquix/images/icons/exclamation.svg);background-size:21px;content:" ";display:block;height:21px;left:21px;position:absolute;top:20px;width:21px;z-index:1}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .text{color:#d12300;font-family:Open Sans;font-size:17px;font-style:normal;line-height:25px;padding:18px 15px;width:calc(100% - 63px)}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .text strong{font-weight:600}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info{border-bottom:1px solid #f2f2f2;padding-bottom:39.5px}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section{margin-left:7.761%}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info>h2,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section>h2{margin:39px 0 20px}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .filter-message,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .filter-message{margin-top:10px;padding-bottom:82px}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info h3,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section h3{font-size:17px;font-weight:600;line-height:25px;margin:26px 0 10px}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .phone,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .phone{margin-right:14px;width:300px}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .list,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info p,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section p{color:#142546;font-family:Open Sans;font-size:17px;line-height:25px;margin:0}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info ul,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section ul{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info ul li,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section ul li{font-family:Open Sans;font-size:17px;line-height:25px;list-style:none;margin:0 0 11.5px;padding:0;width:50%}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info ul li:last-of-type,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section ul li:last-of-type{margin-bottom:0}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info ul li a,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section ul li a{color:#142546}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .toggle-show-more,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .toggle-show-more{color:#677287;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:21px;margin-top:12px;padding-left:15px;position:relative}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .toggle-show-more:before,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .toggle-show-more:before{background-image:url(/templates/lyquix/images/icons/plus-icon-blue.svg);background-size:100%;content:" ";display:block;height:7px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:7px}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info ul[aria-expanded=true]~span:before,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section ul[aria-expanded=true]~span:before{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .bottom-link,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .bottom-link{border-top:1px solid #f2f2f2;margin-top:20px;padding-top:39px;width:100%}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .bottom-link a,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .bottom-link a{color:#142546;font-family:Open Sans;font-size:17px;line-height:25px;text-decoration:underline}.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .bottom-link a:hover,.fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .bottom-link a:hover{text-decoration:none}.fc-item.item-for-patients-visitors .patient_education{background-color:#0b1425;margin:50px 0}.fc-item.item-for-patients-visitors .patient_education .flex-container{padding:50px 0 0 7.159%}.fc-item.item-for-patients-visitors .patient_education .flex-container .content{width:57.93%}.fc-item.item-for-patients-visitors .patient_education .flex-container .content *{color:#fff;font-family:Open Sans}.fc-item.item-for-patients-visitors .patient_education .flex-container .content h2{margin:0 0 10px}.fc-item.item-for-patients-visitors .patient_education .flex-container .content p{font-size:1.5rem;font-weight:300;line-height:29px;margin:0}.fc-item.item-for-patients-visitors .patient_education .flex-container .content ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 25px;height:172px;margin:15px 0 50px;padding:0}.fc-item.item-for-patients-visitors .patient_education .flex-container .content ul li{font-size:1.6rem;font-weight:600;letter-spacing:-.1px;line-height:22px;list-style:none;margin:0;overflow:visible;width:calc(50% - 12.5px)}.fc-item.item-for-patients-visitors .patient_education .flex-container .content ul li a{background-image:url(/templates/lyquix/images/icons/flippy-arrow-right-white.svg);background-position:calc(100% - 3px);background-repeat:no-repeat;background-size:14px;border-bottom:1px solid hsla(0,0%,100%,.45);display:block;overflow:visible;padding:10px 0;position:relative;text-decoration:none;-webkit-transition:background-position .5s;transition:background-position .5s}.fc-item.item-for-patients-visitors .patient_education .flex-container .content ul li a:hover{background-position:100%}.fc-item.item-for-patients-visitors .patient_education .flex-container .image{-ms-flex-item-align:end;align-self:flex-end;background-image:url(/templates/lyquix/images/PatientEducation.png);background-repeat:no-repeat;background-size:cover;height:301px;justify-self:flex-end;margin:0 0 0 auto;width:34.911%}.type-alias-patient-resources .row.main{padding-bottom:0}.type-alias-patient-resources .bottom-1{display:none}@media screen and (max-width:1599px){body[screen=lg] .fc-item.item-for-patients-visitors .group-1{height:100%;width:30%}body[screen=lg] .fc-item.item-for-patients-visitors .group-1 .field_patient_resources_header_image{height:100%}body[screen=lg] .fc-item.item-for-patients-visitors .group-1 .field_patient_resources_header_image img{display:block;font-family:"object-fit:cover;";height:100%!important;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom right;object-position:bottom right;width:100%}body[screen=lg] .fc-item.item-for-patients-visitors .group-3{padding-left:40px}body[screen=lg] .fc-item.item-for-patients-visitors .patient_education .flex-container{padding-left:7.462%}body[screen=lg] .fc-item.item-for-patients-visitors .patient_education .flex-container .image{background-position:top;width:36.069%}}body[screen=md] .fc-item.item-for-patients-visitors .section-1{padding-top:42px}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-1{height:100%;width:30.625%}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-1 .field_patient_resources_header_image{height:100%}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-1 .field_patient_resources_header_image img{display:block;font-family:"object-fit:cover;";height:100%!important;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom right;object-position:bottom right;width:100%}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-2{margin-left:34.6875%;margin-right:9.583%;width:auto}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-2 .description p:last-of-type{margin-bottom:9px}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links{margin:0 -3.5px}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div{margin:3.5px}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div h4{font-size:14px;letter-spacing:-.1px;line-height:18px}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div.half{width:calc(50% - 7px)}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div.third{width:calc(33.333% - 7px)}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .no-show-policy{margin:20px 0 25px 7px!important}body[screen=md] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow{font-size:1.4rem;padding:11px 16px 9px}body[screen=md] .fc-item.item-for-patients-visitors .group-3{padding:55px 25px 0}body[screen=md] .fc-item.item-for-patients-visitors .group-4{margin:38px 4.792% 0 auto;width:67.916%}body[screen=md] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .phone{margin-right:60px;width:216px}body[screen=md] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts{margin:0 0 45px}body[screen=md] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info,body[screen=md] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section,body[screen=md] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers{margin-left:0}body[screen=md] .fc-item.item-for-patients-visitors .patient_education{margin:40px 0}body[screen=md] .fc-item.item-for-patients-visitors .patient_education .flex-container{padding:35px 7.68%;position:relative}body[screen=md] .fc-item.item-for-patients-visitors .patient_education .flex-container .content{width:100%}body[screen=md] .fc-item.item-for-patients-visitors .patient_education .flex-container .content ul{display:block;height:auto;margin-bottom:0;width:216px}body[screen=md] .fc-item.item-for-patients-visitors .patient_education .flex-container .content ul li{width:100%}body[screen=md] .fc-item.item-for-patients-visitors .patient_education .flex-container .image{background-position:top;bottom:0;height:329px;position:absolute;right:0;width:54.224%}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links,body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links{-webkit-box-align:start;-ms-flex-align:start;-ms-flex-line-pack:start;align-content:flex-start;align-items:flex-start}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .no-show-policy,body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .no-show-policy{margin:20px 0 25px 7px!important}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow,body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow{padding:11px 21px 9px}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointments,body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointments{border-radius:5px 0 0 5px;margin-right:2px}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointments .icon-tooltip,body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointments .icon-tooltip{display:none}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointment-tooltip-mobile,body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointment-tooltip-mobile{-ms-flex-line-pack:center;align-content:center;border-radius:0 5px 5px 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;height:39.333px;margin-left:0;margin-top:5px;padding:12px 13px!important;position:relative;width:40px}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointment-tooltip-mobile .icon,body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointment-tooltip-mobile .icon{line-height:18px}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointment-tooltip-mobile .tooltip-text,body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointment-tooltip-mobile .tooltip-text{background-color:hsla(0,0%,100%,.979);bottom:36px;color:#000;display:none;-webkit-filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5;padding:6px 14px;position:absolute;right:-60px;text-transform:none;width:245px}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointment-tooltip-mobile .tooltip-text:before,body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointment-tooltip-mobile .tooltip-text:before{border-color:#fff transparent transparent;border-style:solid;border-width:9px 7px 0;content:" ";display:block;height:0;position:absolute;right:73px;top:100%;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);width:0}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointment-tooltip-mobile.open .tooltip-text,body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow.appointment-tooltip-mobile.open .tooltip-text{display:block}body[screen=sm] .fc-item.item-for-patients-visitors .patient_education,body[screen=xs] .fc-item.item-for-patients-visitors .patient_education{margin:30px 0}body[screen=sm] .fc-item.item-for-patients-visitors .patient_education .flex-container,body[screen=xs] .fc-item.item-for-patients-visitors .patient_education .flex-container{gap:25px;padding:30px 40px 0}body[screen=sm] .fc-item.item-for-patients-visitors .patient_education .flex-container .content,body[screen=xs] .fc-item.item-for-patients-visitors .patient_education .flex-container .content{width:100%}body[screen=sm] .fc-item.item-for-patients-visitors .patient_education .flex-container .content p,body[screen=xs] .fc-item.item-for-patients-visitors .patient_education .flex-container .content p{font-size:1.2rem;line-height:17px}body[screen=sm] .fc-item.item-for-patients-visitors .patient_education .flex-container .content ul,body[screen=xs] .fc-item.item-for-patients-visitors .patient_education .flex-container .content ul{display:block;height:auto;margin-bottom:0}body[screen=sm] .fc-item.item-for-patients-visitors .patient_education .flex-container .content ul li,body[screen=xs] .fc-item.item-for-patients-visitors .patient_education .flex-container .content ul li{font-size:1.4rem;line-height:22px;width:100%}body[screen=sm] .fc-item.item-for-patients-visitors .patient_education .flex-container .image,body[screen=xs] .fc-item.item-for-patients-visitors .patient_education .flex-container .image{background-position:50%;background-size:272px 209px;height:209px;right:0;width:100%}body[screen=sm] .fc-item.item-for-patients-visitors .section-1{min-height:454px;padding-top:40px}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-1{height:100%;width:34.375%}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-1 .field_patient_resources_header_image{height:100%}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-1 .field_patient_resources_header_image img{display:block;font-family:"object-fit:cover;";height:100%!important;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center;width:100%}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2{margin-left:40.625%;margin-right:6.406%;width:52.969%}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 h1{font-size:40px;letter-spacing:.44px;line-height:50px;margin-bottom:8px}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .description p:last-of-type{margin-bottom:19px}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links{margin:0 -3.5px}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div{margin:3.5px}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div h4{font-size:14px;letter-spacing:-.1px;line-height:18px}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div.half{width:calc(50% - 7px)}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div.half a{padding:14px 0}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div.third{width:calc(33.333% - 7px)}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div.third a{padding:14px 0}body[screen=sm] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow{padding:11px 21px 9px}body[screen=sm] .fc-item.item-for-patients-visitors .field_patient_resources_quick_links{margin-left:26px}body[screen=sm] .fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link{-ms-flex-line-pack:start;align-content:flex-start;padding:15px}body[screen=sm] .fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link:before{display:block;margin-bottom:9px;width:100%}body[screen=sm] .fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link span{width:100%}body[screen=sm] .fc-item.item-for-patients-visitors .group-3{padding:28px 20px 0;width:34.375%}body[screen=sm] .fc-item.item-for-patients-visitors .group-3.fixed{height:calc(100vh - 89px);top:89px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4{margin:40px 7.187% 0 auto;width:54.532%}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info h2{margin-top:24px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .phone{margin-right:14px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .address,body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .phone{width:calc(50% - 7px)}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .flex-container{margin:0}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .flex-container .teaser{margin:6px 0;padding:25px 13.384% 35px 20px;width:100%}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .flex-container .teaser p{font-size:12px;line-height:17px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts{margin:0 0 20px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .icon{width:28px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .icon:before{background-size:100%;height:12px;left:8px;top:8px;width:12px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .text{font-size:1.2rem;line-height:17px;padding:8px 10px;width:calc(100% - 28px)}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .text strong{font-size:1.4rem;line-height:18px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info,body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section,body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers{margin-left:0}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .filter-message{padding-bottom:64px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .filter-message h2{font-size:1.7rem;line-height:23px;margin:30px 0 26px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info h3{font-size:1.4rem;line-height:18px;margin-bottom:6px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info p{font-size:1.4rem;line-height:20px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section h2{margin-bottom:13px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:168px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .list{margin-right:0}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .list h3{font-size:1.4rem;line-height:18px;margin-bottom:6px;margin-top:0}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .list:first-of-type{margin-right:14px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .list:last-of-type h3{margin-top:20px}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .list ul li{font-size:1.4rem;line-height:20px;margin-bottom:9px;width:50%}body[screen=sm] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .list ul li:last-of-type{margin-bottom:0}body[screen=xs] .fc-item.item-for-patients-visitors .section-1{border-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:30px}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-1{-webkit-box-ordinal-group:3;-ms-flex-order:2;height:62.5vw;order:2;position:static;width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-1 .field_patient_resources_header_image{height:100%}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-1 img{font-family:"object-fit:cover;object-position:top";height:100%!important;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2{margin:0;padding:0 10.938%;width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 h1{font-size:40px;letter-spacing:.44px;line-height:50px;margin-bottom:8px}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .description p:last-of-type{margin-bottom:19px}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links{margin:0}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:row;flex-direction:row;justify-content:flex-start;margin:2px}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div a{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div .icon{margin-left:0;margin-right:9px}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div h4{font-size:14px;letter-spacing:-.1px;line-height:18px;margin:0;text-align:left;width:calc(100% - 27px)}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div.half{width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div.half a{padding:10px 12px}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div.third{width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links>div.third a{padding:10px 12px}body[screen=xs] .fc-item.item-for-patients-visitors .section-1 .group-2 .post-text-links .button-yellow{padding:11px 21px 9px}body[screen=xs] .fc-item.item-for-patients-visitors .field_patient_resources_quick_links{margin-left:0}body[screen=xs] .fc-item.item-for-patients-visitors .field_patient_resources_quick_links .flex-container{margin-top:10px}body[screen=xs] .fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link{padding:10px 12px;width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link:before{margin-right:9px}body[screen=xs] .fc-item.item-for-patients-visitors .field_patient_resources_quick_links .link:last-of-type{margin-bottom:0}body[screen=xs] .fc-item.item-for-patients-visitors .group-3{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(11,20,37,.9);display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px 10.938%;width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .group-3 p{display:none}body[screen=xs] .fc-item.item-for-patients-visitors .group-3 h2{color:#fff;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:18px;margin-right:12px}body[screen=xs] .fc-item.item-for-patients-visitors .group-3 .search-container{width:calc(100% - 58px)}body[screen=xs] .fc-item.item-for-patients-visitors .group-3.fixed{height:auto;top:87px}body[screen=xs] .fc-item.item-for-patients-visitors .group-3.active-search{background-color:#fff;display:block;height:100vh;left:0;padding-top:36px;position:fixed;top:0;width:100vw;z-index:99}body[screen=xs] .fc-item.item-for-patients-visitors .group-3.active-search .search-container{width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .group-3.active-search .search-results{padding:0 10px}body[screen=xs] .fc-item.item-for-patients-visitors .group-3.active-search .search-results h4{margin-bottom:8px}body[screen=xs] .fc-item.item-for-patients-visitors .group-3.active-search .search-results .open-lightbox,body[screen=xs] .fc-item.item-for-patients-visitors .group-3.active-search .search-results p{display:block;font-size:1.4rem;line-height:20px}body[screen=xs] .fc-item.item-for-patients-visitors .group-3.active-search .search-results .no-results{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100vh - 125px);justify-content:center;margin:25px -45px 0;padding:0;width:calc(100% + 90px)}body[screen=xs] .fc-item.item-for-patients-visitors .group-3.active-search .close{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);background-size:100%;display:block;height:14px;position:absolute;right:10.938%;top:26px;width:14px}body[screen=xs] .fc-item.item-for-patients-visitors .group-3.active-search h2{color:#142546;font-size:17px;font-weight:600;line-height:25px;margin-bottom:9px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4{margin:0;padding:12px 10.938% 50px;width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info{padding-bottom:20px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info h2{margin-top:24px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .filter-message{padding-bottom:40px;padding-top:40px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .filter-message h2{font-size:1.7rem;line-height:23px;margin:0 0 20px;padding:0 6px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info h3{font-size:14px;font-weight:700;line-height:18px;margin:20px 0 8px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .address,body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info .phone{width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info p{font-size:1.4rem;line-height:28px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers h2{margin:30px 0 10px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .flex-container{margin:0}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .flex-container .teaser{margin:6px 0;padding:25px 20px 35px;width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .flex-container .teaser h3{font-size:14px;font-weight:700;line-height:18px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .flex-container .teaser p{font-size:12px;line-height:17px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers .flex-container .teaser .image{width:130px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section h2{margin-bottom:13px;margin-top:20px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section h3{font-size:14px;font-weight:700;line-height:18px;margin:20px 0 8px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .list{margin:0;width:100%}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section .list ul li{font-size:1.4rem;line-height:28px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts{margin:0 0 20px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .icon{width:28px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .icon:before{background-size:100%;height:12px;left:8px;top:8px;width:12px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .text{font-size:1.2rem;line-height:17px;padding:8px 10px;width:calc(100% - 28px)}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_alerts .alert .text strong{font-size:1.4rem;line-height:18px}body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_contact_info,body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .field_patient_resources_form_section,body[screen=xs] .fc-item.item-for-patients-visitors .group-4 .your-visit-teasers{margin-left:0}body[screen=xs] .fc-item.item-for-patients-visitors .patient_education .flex-container{padding:30px 20px 0}body[screen=xs] .fc-item.item-for-patients-visitors .patient_education .flex-container .image{background-size:210px 183px;height:183px}.type-alias-patient-resources #lyqbox>.close{display:none}.type-alias-patient-resources #lyqbox:has(.no-show)>.close{display:block}#lyqbox .pr-lightbox{background-color:#fff;margin:0 auto;max-height:90vh;max-width:1082px;min-height:602px;overflow-y:scroll;padding:137px;position:relative}#lyqbox .pr-lightbox .close{background-color:transparent;background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);background-size:100%;height:18px;position:absolute;right:60px;top:60px;width:18px}#lyqbox .pr-lightbox .close:after{display:none}#lyqbox .pr-lightbox h4{font-size:16px;font-weight:400;line-height:22px;margin:0}#lyqbox .pr-lightbox h4 a{color:#142546}#lyqbox .pr-lightbox h1{font-size:42px;font-weight:300;line-height:57px;margin:36px 0 30px}#lyqbox .pr-lightbox h5{color:#142546;font-family:Open Sans;font-size:1.5rem;font-weight:700;line-height:21px}#lyqbox .pr-lightbox p,#lyqbox .pr-lightbox ul li{color:#142546;font-family:Open Sans;font-size:16px;line-height:22px}#lyqbox .pr-lightbox p a,#lyqbox .pr-lightbox ul li a{color:#142546}body[screen=md] #lyqbox .pr-lightbox{padding:137px 56px}body[screen=sm] #lyqbox .pr-lightbox h4,body[screen=xs] #lyqbox .pr-lightbox h4{font-size:1.4rem;line-height:20px}body[screen=sm] #lyqbox .pr-lightbox h1,body[screen=xs] #lyqbox .pr-lightbox h1{font-size:4rem;letter-spacing:.44px;line-height:50px;margin:8px 0 22px}body[screen=sm] #lyqbox .pr-lightbox p,body[screen=sm] #lyqbox .pr-lightbox ul li,body[screen=xs] #lyqbox .pr-lightbox p,body[screen=xs] #lyqbox .pr-lightbox ul li{font-size:14px;line-height:21px}body[screen=sm] #lyqbox .pr-lightbox .close,body[screen=xs] #lyqbox .pr-lightbox .close{height:14px;width:14px}body[screen=sm] #lyqbox .pr-lightbox{padding:62px 44px}body[screen=sm] #lyqbox .pr-lightbox .close{right:30px;top:30px}body[screen=xs] #lyqbox .pr-lightbox{height:100vh;left:50%;max-height:none;min-height:100vh;padding:62px 26px;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100vw}body[screen=xs] #lyqbox .pr-lightbox .close{right:26px;top:26px}@media screen and (max-width:1180px){.post-text-links.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:960px){.post-text-links.flex-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.fc-item.tmpl-custom-physicians .group-1,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-1{text-align:left}.fc-item.tmpl-custom-physicians .group-1 .field_phy_intro_video_label,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-1 .field_phy_intro_video_label{display:none}.fc-item.tmpl-custom-physicians .group-1 .in-memoriam,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-1 .in-memoriam{margin:17px 0 47px;position:relative;z-index:2}.fc-item.tmpl-custom-physicians .group-1 .in-memoriam h5,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-1 .in-memoriam h5{color:#fff;font-family:EB Garamond,serif;font-size:2rem;font-style:italic;font-weight:400;margin:0}.fc-item.tmpl-custom-physicians .group-1 .in-memoriam p,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-1 .in-memoriam p{color:#fff;font-family:EB Garamond,serif;font-size:2rem;font-weight:500;margin:0}.fc-item.tmpl-custom-physicians .group-3:after,.fc-item.tmpl-custom-physicians .group-3:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3:after,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3:before{content:" ";display:table}.fc-item.tmpl-custom-physicians .group-3:after,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3:after{clear:both}.fc-item.tmpl-custom-physicians .group-3 .field_headshot_photo img,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_headshot_photo img{border-radius:0;display:block}.fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url,.fc-item.tmpl-custom-physicians .group-3 .field_zocdoc,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc{clear:left;left:0;top:15px;width:240px}.fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .button,.fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .button-yellow,.fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .button,.fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .button-yellow,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .button,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .button-yellow,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .button,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .button-yellow{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;font-size:1.1rem;letter-spacing:.48px;line-height:13px;margin:14px 0 0;padding:13px 0;text-align:center;width:100%}.fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .button .small,.fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .button ul.breadcrumb li,.fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .button-yellow .small,.fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .button-yellow ul.breadcrumb li,.fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .button .small,.fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .button ul.breadcrumb li,.fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .button-yellow .small,.fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .button-yellow ul.breadcrumb li,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .button .small,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .button ul.breadcrumb li,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .button-yellow .small,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .button-yellow ul.breadcrumb li,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .button .small,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .button ul.breadcrumb li,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .button-yellow .small,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .button-yellow ul.breadcrumb li,ul.breadcrumb .fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .button li,ul.breadcrumb .fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .button-yellow li,ul.breadcrumb .fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .button li,ul.breadcrumb .fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .button-yellow li,ul.breadcrumb .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .button li,ul.breadcrumb .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .button-yellow li,ul.breadcrumb .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .button li,ul.breadcrumb .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .button-yellow li{font-size:10px;font-weight:500;letter-spacing:.82px;line-height:15px;text-transform:none}.fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .zd-alert-box,.fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .zd-alert-box-text,.fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .zd-sticky-button,.fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .zd-alert-box,.fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .zd-alert-box-text,.fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .zd-sticky-button,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .zd-alert-box,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .zd-alert-box-text,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .zd-sticky-button,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .zd-alert-box,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .zd-alert-box-text,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .zd-sticky-button{display:none!important}.fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .button-yellow,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .button-yellow{padding-bottom:11px}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls,.fc-item.tmpl-custom-physicians .group-3 .text-container,.fc-item.tmpl-custom-physicians .group-3 .video-container,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .text-container,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .video-container{margin-left:27px;margin-right:80px}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos{margin-bottom:77px}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container{height:337px;position:relative}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video{background-position:50%;background-size:cover;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.35);box-shadow:0 1px 5px 0 rgba(0,0,0,.35);height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .5s,visibility .5s;transition:opacity .5s,visibility .5s;visibility:hidden;width:100%;z-index:1}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video.active,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video.active{opacity:1;visibility:visible}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video:after,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video:after{background-image:url(/templates/lyquix/images/video-icons/play-button-nat.svg);background-size:cover;content:" ";display:block;height:60px;position:absolute;right:24px;top:22px;-webkit-transition:background-image .5s;transition:background-image .5s;width:60px;z-index:3}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video:hover:after,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video:hover:after{background-image:url(/templates/lyquix/images/video-icons/play-button-hover.svg)}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video:before{background:linear-gradient(44.72deg,rgba(0,0,0,0),rgba(0,0,0,.26) 48.1%,rgba(0,0,0,0)),linear-gradient(10.56deg,rgba(9,13,35,.86),rgba(24,36,62,.74) 22.7%,rgba(9,18,35,0));content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video .text,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video .text{border-bottom:1px solid #fff;bottom:45px;left:39px;max-width:calc(100% - 78px);padding-bottom:22px;position:absolute;z-index:3}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video .text h3,.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video .text h4,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video .text h3,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video .text h4{color:#fff;font-family:Roboto,sans-serif;text-transform:uppercase}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video .text h4,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video .text h4{font-size:1.1rem;font-weight:300;letter-spacing:2.03px;line-height:17px;margin:0 0 2px}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video .text h3,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video .text h3{font-size:1.2rem;font-weight:900;letter-spacing:1.12px;line-height:17px;margin:0}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls{-webkit-box-pack:end;-ms-flex-pack:end;color:#666;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;justify-content:flex-end;line-height:2.6rem;margin-top:24px}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:24px}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons .next,.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons .prev,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons .next,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons .prev{cursor:pointer;width:26px}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons .next:before,.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons .prev:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons .next:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons .prev:before{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:5px;border:0;border-radius:26px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.35);box-shadow:0 1px 3px rgba(0,0,0,.35);-webkit-box-sizing:border-box;box-sizing:border-box;content:" ";display:block;height:26px;line-height:2.6rem;-webkit-transition:background-color .5s,border .5s,opacity .5s;transition:background-color .5s,border .5s,opacity .5s;width:26px}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons .next:hover,.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons .prev:hover,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons .next:hover,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons .prev:hover{cursor:pointer}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons .next:hover:before,.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons .prev:hover:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons .next:hover:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons .prev:hover:before{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:none;box-shadow:none;opacity:.7}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons .prev,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons .prev{margin-right:10px}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons .prev:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons .prev:before{background-image:url(/templates/lyquix/images/video-icons/leftarrow.svg);background-size:6px}.fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls .buttons .next:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls .buttons .next:before{background-image:url(/templates/lyquix/images/video-icons/rightarrow.svg)}.fc-item.tmpl-custom-physicians .group-3 .er.text-section:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .er.text-section:before{background-image:url(/templates/lyquix/images/physician-icons/er-care-bardge.svg);background-repeat:no-repeat;background-size:40px;content:"";display:block;height:40px;left:28px;position:absolute;width:40px;z-index:2}.fc-item.tmpl-custom-physicians .group-3 .er.text-section .text-container:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .er.text-section .text-container:before{background-color:#840202;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;content:"This Physician Provides Multispecialty Orthopaedic Emergency Care";display:block;font-family:Open Sans,sans-serif;font-size:13px;height:40px;line-height:normal;margin-bottom:15px;margin-left:21px;padding:1px 0 0 32px;width:270px}.fc-item.tmpl-custom-physicians .field_eve_content,.fc-item.tmpl-custom-physicians .field_phy_stories,.fc-item.tmpl-custom-physicians .field_rel_locations,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_eve_content,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_phy_stories,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_rel_locations{clear:both}.fc-item.tmpl-custom-physicians .field_phy_stories:after,.fc-item.tmpl-custom-physicians .field_phy_stories:before,.fc-item.tmpl-custom-physicians .field_rel_locations:after,.fc-item.tmpl-custom-physicians .field_rel_locations:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_phy_stories:after,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_phy_stories:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_rel_locations:after,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_rel_locations:before{content:" ";display:table}.fc-item.tmpl-custom-physicians .field_phy_stories:after,.fc-item.tmpl-custom-physicians .field_rel_locations:after,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_phy_stories:after,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_rel_locations:after{clear:both}.fc-item.tmpl-custom-physicians .field_rel_locations,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_rel_locations{border-bottom:1px solid #cfcfcf;padding-bottom:19px}.fc-item.tmpl-custom-physicians .field_phy_videos,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_phy_videos{margin-top:80px}.fc-item.tmpl-custom-physicians .group-4,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-4{clear:both}.fc-item.tmpl-custom-physicians .group-4 .field_phy_education,.fc-item.tmpl-custom-physicians .group-4 .field_phy_highlights_achievements,.fc-item.tmpl-custom-physicians .group-4 .field_phy_hospital_affiliations,.fc-item.tmpl-custom-physicians .group-4 .field_phy_professional_associations,.fc-item.tmpl-custom-physicians .group-4 .field_phy_titles_certifications,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-4 .field_phy_education,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-4 .field_phy_highlights_achievements,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-4 .field_phy_hospital_affiliations,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-4 .field_phy_professional_associations,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-4 .field_phy_titles_certifications{margin-bottom:20px}.fc-item.tmpl-custom-physicians .group-4 .field_phy_education .label,.fc-item.tmpl-custom-physicians .group-4 .field_phy_highlights_achievements .label,.fc-item.tmpl-custom-physicians .group-4 .field_phy_hospital_affiliations .label,.fc-item.tmpl-custom-physicians .group-4 .field_phy_professional_associations .label,.fc-item.tmpl-custom-physicians .group-4 .field_phy_titles_certifications .label,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-4 .field_phy_education .label,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-4 .field_phy_highlights_achievements .label,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-4 .field_phy_hospital_affiliations .label,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-4 .field_phy_professional_associations .label,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-4 .field_phy_titles_certifications .label{color:#142546;font-family:Open Sans,sans-serif;font-size:1.6rem;line-height:1.66}.fc-item.tmpl-custom-physicians .group-5 .field_phy_publications ol,.fc-item.tmpl-custom-physicians .group-5 .field_phy_publications ul,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-5 .field_phy_publications ol,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-5 .field_phy_publications ul{padding-left:35px}.fc-item.tmpl-custom-physicians{overflow-x:hidden}.fc-item.tmpl-custom-physicians h1{color:#fff;font-size:4.2rem;font-weight:300;letter-spacing:0;line-height:57px;margin-bottom:30px;margin-top:120px;max-width:49.722%}.fc-item.tmpl-custom-physicians h2{font-size:2rem;font-weight:600;letter-spacing:0;line-height:27px;margin:0 0 15px}.fc-item.tmpl-custom-physicians h2.white{color:#fff}.fc-item.tmpl-custom-physicians .container{max-width:1080px}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-nav{display:-webkit-box;display:-ms-flexbox;display:flex}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-nav .tab{background-color:#ededed;border-bottom:2px solid #142546;border-radius:2px;color:#142546;font-family:Open Sans;font-size:12px;font-weight:600;letter-spacing:0;line-height:17px;margin-right:8px;opacity:.65;padding:6px 24px 3px}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-nav .tab.open{opacity:1}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-content{position:relative}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel{display:none}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel .wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:10px;max-height:280px;overflow:hidden;-webkit-transition:max-height .5s;transition:max-height .5s}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel .control{color:#142546;font-family:Open Sans;font-size:12px;font-weight:600;letter-spacing:0;line-height:17px;padding-left:15px;position:relative}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel .control:hover{cursor:pointer}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel .control:before{background-image:url(/templates/lyquix/images/physician-icons/plus-expand_blue.svg);background-repeat:no-repeat;background-size:100%;content:" ";display:block;height:10px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;width:10px}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel p{color:#142546;font-family:Open Sans;font-size:17px;letter-spacing:0;line-height:25px}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel p:last-of-type{margin-bottom:0}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel.open{display:block}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel.expanded .wrapper{max-height:10000px}.fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel.expanded .control:before{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.fc-item.tmpl-custom-physicians .make-an-appointment.button-yellow{font-size:1.1rem;font-weight:900;letter-spacing:.48px;line-height:13px;margin:0 30px 0 0;padding:18px 50.5px 19px}.fc-item.tmpl-custom-physicians .button-xs-phy-video{display:none}.fc-item.tmpl-custom-physicians .field_phy_banner_photograph{height:calc(100% - 48px);position:absolute;right:68px;top:48px;width:372px;z-index:2}.fc-item.tmpl-custom-physicians .field_phy_banner_photograph>img{position:relative;z-index:2}.fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video{background:-webkit-gradient(linear,left top,right top,color-stop(-.54%,#ffde17),color-stop(100.55%,#f47421));background:linear-gradient(90deg,#ffde17 -.54%,#f47421 100.55%);border-radius:100%;cursor:pointer;height:242px;left:275px;position:absolute;top:55px;-webkit-transition:background .5s;transition:background .5s;width:242px;z-index:1}.fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video .play-icon{background-image:none;height:238px;left:2px;margin-left:0;margin-top:0;position:absolute;top:2px;width:238px}.fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video .play-icon img{border-radius:100%;font-family:"object-fit:cover";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video .play-icon:before{background-color:rgba(12,14,29,.5);border-radius:100%;content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video .play-icon:after{background-image:url(/templates/lyquix/images/icons/inner-video-icon.svg);background-size:100%;content:" ";display:block;height:48px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-image .5s;transition:background-image .5s;width:48px;z-index:1}.fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video .text{bottom:auto;color:hsla(0,0%,100%,.7);font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:900;left:50%;letter-spacing:1px;line-height:12.89px;margin-top:0;position:absolute;right:auto;text-align:center;text-decoration:none;text-transform:uppercase;top:157px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:140px;z-index:2}.fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video:hover{background:#fff}.fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video:hover .play-icon:after{background-image:url(/templates/lyquix/images/icons/inner-video-icon-hover.svg)}.fc-item.tmpl-custom-physicians .field_headshot_photo{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:223px;position:absolute;right:248px;right:195px;top:60px}.fc-item.tmpl-custom-physicians .field_headshot_photo img{z-index:1}.fc-item.tmpl-custom-physicians .field_headshot_photo .open-featured-video{cursor:pointer}.fc-item.tmpl-custom-physicians .field_headshot_photo .open-featured-video .play-icon{background-image:url(/templates/lyquix/images/video-icons/playiconLG-old-headshot.svg);background-size:cover;height:60px;margin-left:-31px;margin-top:140px;-webkit-transition-duration:.2s;transition-duration:.2s;width:60px;z-index:999}.fc-item.tmpl-custom-physicians .field_headshot_photo .open-featured-video .play-icon:hover{background-image:url(/templates/lyquix/images/video-icons/playiconLG-old-headshot-hover.svg)}.fc-item.tmpl-custom-physicians .field_headshot_photo .open-featured-video .text{bottom:-23px;color:#fff;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:900;letter-spacing:.7px;line-height:12.89px;margin-top:-100px;position:absolute;right:-40%;text-decoration:none;text-transform:uppercase;width:140px}.fc-item.tmpl-custom-physicians .field_headshot_photo:before{background:-webkit-gradient(linear,left top,right top,color-stop(0,#f47421),to(#ffde17));background:linear-gradient(90deg,#f47421,#ffde17);border-radius:50%;content:"";height:245px;left:50%;-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:source-out;mask-composite:subtract;padding:2px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:245px;z-index:1}.fc-item.tmpl-custom-physicians .field_headshot_photo:after{background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.4)));background:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.4));border-radius:50%;content:"";height:834px;left:50px;position:absolute;top:-50%;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);width:834px}.fc-item.tmpl-custom-physicians .field_headshot_photo img{border-radius:50%}.fc-item.tmpl-custom-physicians .field_headshot_photo .open-featured-video img{display:none}.fc-item.tmpl-custom-physicians.alternate-banner .section-1{min-height:auto}.fc-item.tmpl-custom-physicians.alternate-banner .field_online_appointment_url{padding-bottom:186px}.fc-item.tmpl-custom-physicians .section-1{background-image:url(/templates/lyquix/images/mountain-background.jpg);background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:500px;overflow:hidden;position:relative}.fc-item.tmpl-custom-physicians .section-1 .field_phy_main_specialties{bottom:0;left:0;padding-bottom:48px;padding-top:24px;position:absolute;width:100%}.fc-item.tmpl-custom-physicians .section-1 .field_phy_main_specialties:before{background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.4)),to(rgba(0,0,0,0)));background:linear-gradient(90deg,rgba(0,0,0,.4),rgba(0,0,0,0));content:"";height:100%;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:calc(100vw + 1080px)}.fc-item.tmpl-custom-physicians .section-1 .field_phy_main_specialties_icons{position:relative}.fc-item.tmpl-custom-physicians .group-1{position:relative;width:100%}.fc-item.tmpl-custom-physicians .section-2{padding-bottom:30px;padding-top:80px}.fc-item.tmpl-custom-physicians .section-2 .group-2{margin-left:6.296%;width:56.018%}.fc-item.tmpl-custom-physicians .section-2 .group-2 .text-section .text-container p{margin-top:0}.fc-item.tmpl-custom-physicians .section-2 .group-2 .text-section .text-container p:not(:last-child){margin-bottom:1.5rem}.fc-item.tmpl-custom-physicians .section-2 .group-2>.field{margin-bottom:50px}.fc-item.tmpl-custom-physicians .section-2 .group-3{margin-left:auto;width:24.629%}.fc-item.tmpl-custom-physicians .field_text{color:#142546;font-family:Open Sans,sans-serif;font-size:1.7rem;line-height:25px}.fc-item.tmpl-custom-physicians .field_text .text-container[aria-expanded=true]+.toggle-show-more:before{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.fc-item.tmpl-custom-physicians .toggle-show-more{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:0;line-height:17px;margin-top:10px;padding-left:15px;position:relative}.fc-item.tmpl-custom-physicians .toggle-show-more:before{content:url(/templates/lyquix/images/physician-icons/plus-expand_blue.svg);left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.fc-item.tmpl-custom-physicians .toggle-show-more:hover{text-decoration:underline}.fc-item.tmpl-custom-physicians .tab-group.professional-profile{border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15)}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-nav{background-color:#f9f6f6;padding-top:36px;width:33.333%}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-nav .tab{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:20px;padding:10px 15px;position:relative}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-nav .tab.open{background-color:#fff}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-nav .tab.open:before{background-color:#142546}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-nav .tab.open:after{speak:none;content:"";font-family:FontAwesome;font-size:9px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:11px;text-transform:none;top:50%;-webkit-transform:translateY(-50%) rotate(270deg);-ms-transform:translateY(-50%) rotate(270deg);transform:translateY(-50%) rotate(270deg)}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-nav .tab:before{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-nav .tab:hover{text-decoration:underline}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content{color:#142546;font-family:Open Sans,sans-serif;font-size:1.6rem;letter-spacing:0;line-height:22px;position:relative;width:66.666%}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content h3{font-size:1.7rem;font-weight:600;letter-spacing:0;line-height:22px}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel{left:0;opacity:0;padding:26px 36px 36px 104px;position:absolute;top:0;-webkit-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;width:100%}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel:before{background-size:contain;content:"";height:65px;left:26px;position:absolute;top:26px;width:65px}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel.open{opacity:1;visibility:visible}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel[data-tab=Education]:before{content:url(/templates/lyquix/images/physician-icons/profile-education.svg)}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel[data-tab="Titles & Certifications"]:before{content:url(/templates/lyquix/images/physician-icons/profile-titles.svg)}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel[data-tab="Curriculum Vitae"]{max-height:600px;overflow-y:scroll}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel[data-tab="Curriculum Vitae"]:before{content:url(/templates/lyquix/images/physician-icons/curriculum_vitae.svg)}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel[data-tab="Professional Associations"]:before{content:url(/templates/lyquix/images/physician-icons/profile-associations.svg)}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel[data-tab="Highlights & Achievements"]:before{content:url(/templates/lyquix/images/physician-icons/profile-highlights.svg)}.fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel[data-tab="Independent Contractor"]:before{content:url(/templates/lyquix/images/physician-icons/profile-contractor.svg)}.fc-item.tmpl-custom-physicians .field_phy_related_programs ul{grid-gap:14px;display:grid;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}.fc-item.tmpl-custom-physicians .field_phy_related_programs ul li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;min-height:60px;padding:11px 17px 9px}.fc-item.tmpl-custom-physicians .h3-alt{color:#142546;font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:600;letter-spacing:0;line-height:20px}.fc-item.tmpl-custom-physicians .h3-alt a{color:inherit!important;text-decoration:none}.fc-item.tmpl-custom-physicians .h3-alt a:hover{text-decoration:underline}.fc-item.tmpl-custom-physicians .field_eve_content .accordion,.fc-item.tmpl-custom-physicians .field_phy_prof_profile .accordion{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);padding:0 17px}.fc-item.tmpl-custom-physicians .field_eve_content .accordion:not(:last-child),.fc-item.tmpl-custom-physicians .field_phy_prof_profile .accordion:not(:last-child){margin-bottom:5px}.fc-item.tmpl-custom-physicians .field_eve_content .accordion .accordion-header,.fc-item.tmpl-custom-physicians .field_phy_prof_profile .accordion .accordion-header{margin:20px 0;padding:0}.fc-item.tmpl-custom-physicians .field_eve_content .accordion .accordion-content,.fc-item.tmpl-custom-physicians .field_phy_prof_profile .accordion .accordion-content{color:#142546;font-family:Open Sans,sans-serif;font-size:1.4rem;letter-spacing:0;line-height:23px}.fc-item.tmpl-custom-physicians .field_eve_content .accordion .accordion-content>*,.fc-item.tmpl-custom-physicians .field_phy_prof_profile .accordion .accordion-content>*{color:#142546;font-family:Open Sans,sans-serif}.fc-item.tmpl-custom-physicians .field_eve_content .accordion-header,.fc-item.tmpl-custom-physicians .field_phy_prof_profile .accordion-header{color:#142546;font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:600;letter-spacing:0;line-height:20px}.fc-item.tmpl-custom-physicians .field_eve_content .accordion-header a,.fc-item.tmpl-custom-physicians .field_phy_prof_profile .accordion-header a{color:inherit!important;text-decoration:none}.fc-item.tmpl-custom-physicians .field_eve_content .accordion-header a:hover,.fc-item.tmpl-custom-physicians .field_phy_prof_profile .accordion-header a:hover{text-decoration:underline}.fc-item.tmpl-custom-physicians .right-column .h3{color:#142546;font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:20px}.fc-item.tmpl-custom-physicians .right-column .h3.with-icon{padding-left:26px;position:relative}.fc-item.tmpl-custom-physicians .right-column .h3.with-icon:before{background-repeat:no-repeat;content:"";height:18px;left:0;position:absolute;top:0;width:18px}.fc-item.tmpl-custom-physicians .right-column .h3.with-icon.calendar:before{content:url(/templates/lyquix/images/physician-icons/calendar.svg)}.fc-item.tmpl-custom-physicians .right-column .h3.with-icon.phone:before{content:url(/templates/lyquix/images/physician-icons/call.svg)}.fc-item.tmpl-custom-physicians .right-column .h3.with-icon.portal:before{content:url(/templates/lyquix/images/physician-icons/portal.svg)}.fc-item.tmpl-custom-physicians .right-column .h3.with-icon.connect:before{content:url(/templates/lyquix/images/physician-icons/connect.svg)}.fc-item.tmpl-custom-physicians .right-column .h3.with-icon.language:before{content:url(/templates/lyquix/images/physician-icons/language.svg)}.fc-item.tmpl-custom-physicians .right-column .h3.with-icon.insurance:before{content:url(/templates/lyquix/images/physician-icons/insurance.svg)}.fc-item.tmpl-custom-physicians .right-column .h3.with-icon.emergency:before{content:url(/templates/lyquix/images/physician-icons/emergency.svg)}.fc-item.tmpl-custom-physicians .right-column .right-col-heading{color:rgba(20,37,70,.7);font-family:Open Sans,sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:1.13px;line-height:18px;padding-bottom:10px;text-transform:uppercase}.fc-item.tmpl-custom-physicians .right-column .field_partner_company_logo .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.fc-item.tmpl-custom-physicians .right-column .field_partner_company_logo img{max-width:none;width:100%}.fc-item.tmpl-custom-physicians .right-column>.field:not(:last-child){margin-bottom:24.5px}.fc-item.tmpl-custom-physicians .right-column .field_phy_rel_panp .ccb-physicians{margin:0;width:100%}.fc-item.tmpl-custom-physicians .right-column .field_phy_rel_panp .ccb-physicians .physician{-webkit-box-orient:horizontal;-webkit-box-direction:normal;border-radius:0;-ms-flex-direction:row;flex-direction:row;margin:0;padding:0;width:100%}.fc-item.tmpl-custom-physicians .right-column .field_phy_rel_panp .ccb-physicians .physician:hover{border:1px solid #ededed}.fc-item.tmpl-custom-physicians .right-column .field_phy_rel_panp .ccb-physicians .physician:first-child{border-radius:2px 2px 0 0}.fc-item.tmpl-custom-physicians .right-column .field_phy_rel_panp .ccb-physicians .physician:last-child{border-radius:0 0 2px 2px}.fc-item.tmpl-custom-physicians .right-column .field_phy_rel_panp .ccb-physicians .physician:not(:last-child){border-bottom:none}.fc-item.tmpl-custom-physicians .right-column .field_phy_rel_panp .ccb-physicians .physician .phy-group-1{width:60px}.fc-item.tmpl-custom-physicians .right-column .field_phy_rel_panp .ccb-physicians .physician .phy-group-1 a{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.fc-item.tmpl-custom-physicians .right-column .field_phy_rel_panp .ccb-physicians .physician .phy-group-1 img{border-radius:0;height:100%;-o-object-fit:cover;object-fit:cover;opacity:1!important;width:60px}.fc-item.tmpl-custom-physicians .right-column .field_phy_rel_panp .ccb-physicians .physician .phy-group-2{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;width:calc(100% - 60px)}.fc-item.tmpl-custom-physicians .right-column .field_phy_rel_panp .ccb-physicians .physician .phy-group-2 h3{margin:0;padding:0;text-align:left}.fc-item.tmpl-custom-physicians .right-column .field_partner_company_logo .inner,.fc-item.tmpl-custom-physicians .right-column .field_phy_languages .inner,.fc-item.tmpl-custom-physicians .right-column .field_phy_options .inner,.fc-item.tmpl-custom-physicians .right-column .field_phy_right_col_contact .inner{border:1px solid #ededed;border-radius:2px;padding:0}.fc-item.tmpl-custom-physicians .right-column .field_phy_languages .inner,.fc-item.tmpl-custom-physicians .right-column .field_phy_options .inner,.fc-item.tmpl-custom-physicians .right-column .field_phy_right_col_contact .inner{padding:15px 12px}.fc-item.tmpl-custom-physicians .right-column .tab-group.related-locations .tab-nav{padding-bottom:0!important}.fc-item.tmpl-custom-physicians .right-column .tab-group.related-locations .tab-nav .tab{border-bottom:3px solid transparent;cursor:pointer;padding-bottom:7px}.fc-item.tmpl-custom-physicians .right-column .tab-group.related-locations .tab-nav .tab.open{border-bottom-color:#142546}.fc-item.tmpl-custom-physicians .right-column .tab-group.related-locations .tab-nav .tab.closed{color:rgba(20,37,70,.5)}.fc-item.tmpl-custom-physicians .right-column .tab-group.related-locations .tab-nav .tab:not(:last-child){margin-right:15px}.fc-item.tmpl-custom-physicians .right-column .tab-group.related-locations .tab-content{border:1px solid #ededed;border-radius:2px;padding:15.5px 12px 0}.fc-item.tmpl-custom-physicians .right-column .tab-group.related-locations .view-address{color:#677287;cursor:pointer;display:block;font-family:Roboto,sans-serif;font-size:1.05rem;letter-spacing:0;line-height:13px;margin-top:4px;padding-left:11px;position:relative}.fc-item.tmpl-custom-physicians .right-column .tab-group.related-locations .view-address:hover{text-decoration:underline}.fc-item.tmpl-custom-physicians .right-column .tab-group.related-locations .view-address:before{content:url(/templates/lyquix/images/physician-icons/location-expand.svg);left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.fc-item.tmpl-custom-physicians .right-column .field_loc_type{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:15px}.fc-item.tmpl-custom-physicians .right-column .field_loc_type .directions,.fc-item.tmpl-custom-physicians .right-column .field_loc_type .fc_addressint_map{display:none}.fc-item.tmpl-custom-physicians .right-column .field_loc_type.closed{margin:0!important;max-height:0!important;overflow:hidden!important}.fc-item.tmpl-custom-physicians .right-column .field_loc_type img{border-radius:50%;height:40px!important;margin-right:8px;width:40px}.fc-item.tmpl-custom-physicians .right-column .field_loc_type a{color:inherit;text-decoration:none}.fc-item.tmpl-custom-physicians .right-column .field_loc_type a:hover{text-decoration:underline}.fc-item.tmpl-custom-physicians .right-column .field_loc_type h3{color:#142546;font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:20px;margin:0}.fc-item.tmpl-custom-physicians .right-column .field_loc_type .loc-address{color:#142546;font-family:Open Sans,sans-serif;font-size:1.4rem;letter-spacing:0;line-height:23px}.fc-item.tmpl-custom-physicians .right-column .field_loc_type .loc-address[aria-expanded=true]+.view-address:before{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.fc-item.tmpl-custom-physicians .right-column .field_phy_right_col_contact .h3{cursor:pointer}.fc-item.tmpl-custom-physicians .right-column .field_phy_right_col_contact .h3:hover{text-decoration:underline}.fc-item.tmpl-custom-physicians .right-column .field_phy_right_col_contact .h3 a{color:inherit!important;text-decoration:none}.fc-item.tmpl-custom-physicians .right-column .field_phy_right_col_contact .h3:not(:last-child){margin-bottom:20px}.fc-item.tmpl-custom-physicians .right-column .field_phy_right_col_contact .h3:before{background-repeat:no-repeat;content:"";height:18px;left:0;position:absolute;top:0;width:18px}.fc-item.tmpl-custom-physicians .returning-patient-tooltip{background-color:#fff;border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);cursor:auto;font-size:1.5rem;font-weight:400;left:-25px;letter-spacing:0;line-height:24px;opacity:0;padding:19px;position:absolute;top:calc(100% + 10px);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;visibility:hidden;width:310px;z-index:1}.fc-item.tmpl-custom-physicians .returning-patient-tooltip .label{font-weight:600}.fc-item.tmpl-custom-physicians .returning-patient-tooltip a:hover{text-decoration:underline!important}.fc-item.tmpl-custom-physicians .returning-patient-tooltip .close-x{background-image:url(/templates/lyquix/images/icons/filter-close-xs.svg);background-size:cover;cursor:pointer;height:7px;position:absolute;right:16px;top:16px;width:7px}.fc-item.tmpl-custom-physicians .returning-patient-tooltip .patient-info-item:not(:last-child){margin-bottom:10px}.fc-item.tmpl-custom-physicians .returning-patient-tooltip:before{background-color:#fff;-webkit-box-shadow:1px -1px 0 -1px rgba(0,0,0,.15),-1px -1px 0 0 rgba(0,0,0,.15);box-shadow:1px -1px 0 -1px rgba(0,0,0,.15),-1px -1px 0 0 rgba(0,0,0,.15);content:"";display:block;height:12px;left:27px;position:absolute;top:-6px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:12px}.fc-item.tmpl-custom-physicians .field_phy_right_col_contact.tooltip-open .h3.phone{text-decoration:underline}.fc-item.tmpl-custom-physicians .field_phy_right_col_contact.tooltip-open .returning-patient-tooltip{opacity:1;visibility:visible}.fc-item.tmpl-custom-physicians .field_phy_featured_video .video{background-repeat:no-repeat;background-size:cover;cursor:pointer;height:530px;position:relative}.fc-item.tmpl-custom-physicians .field_phy_featured_video .video:hover h2{text-decoration:underline}.fc-item.tmpl-custom-physicians .field_phy_featured_video .video .text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:flex-end;padding-bottom:140px}.fc-item.tmpl-custom-physicians .field_phy_featured_video .video .text:before{background:linear-gradient(22.18deg,rgba(9,13,35,.86),rgba(24,36,62,.74) 47.69%,rgba(9,18,35,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.fc-item.tmpl-custom-physicians .field_phy_featured_video .video h2{margin:0 0 0 6.296%;z-index:1}.fc-item.tmpl-custom-physicians .field_phy_featured_video .video h2:before{background-image:url(/templates/lyquix/images/video-icons/play-button-nat.svg);background-size:cover;content:"";display:block;height:80px;margin-bottom:30px;width:80px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs{position:relative}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content{height:654px;position:relative}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel{background-color:#fafafa;height:654px;left:0;opacity:0;position:absolute;top:0;visibility:hidden;width:100%}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel li,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.4rem;line-height:23px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel:not([data-tab=patient-education]){border-radius:1px;-webkit-box-shadow:2px -1px 7px 0 rgba(73,0,0,.27);box-shadow:2px -1px 7px 0 rgba(73,0,0,.27);padding:50px 20px 13px 36px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:7px;margin:0;padding-bottom:50px;padding-left:0}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li{background-color:#0d162b;color:#fff;list-style:none;margin:0;padding:26px;width:calc(50% - 3.5px)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li .event-date{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-bottom:2px solid hsla(0,0%,100%,.13);display:-webkit-box;display:-ms-flexbox;display:flex;gap:9px;margin-bottom:20px;padding-bottom:9px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li .event-date .field_event_type{background-color:#44587d;color:#fff;font-family:Open Sans;font-size:.9rem;font-weight:700;letter-spacing:.6px;line-height:12px;padding:4px 7px;text-transform:uppercase}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li .event-date .field_event_flag{background:red;border-radius:1px;color:#fff;display:inline-block;font-family:Roboto;font-size:9px;font-weight:700;letter-spacing:.6px;line-height:12px;margin-right:9px;margin-top:22px;padding:4.5px 7px 3.5px;position:absolute;text-transform:uppercase}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li .event-date .field_event_flag:empty{display:none}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li .event-date .date{color:hsla(0,0%,100%,.7);font-family:Open Sans;font-size:1.3rem;font-weight:600;letter-spacing:1.3px;line-height:18px;text-align:left;text-transform:uppercase}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li h3{font-family:Open Sans;font-size:1.7rem;font-weight:600;line-height:25px;margin:0 0 8px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li h3 a{color:#fff;text-decoration:none}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li h3 a:hover{text-decoration:underline}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li .flex-container{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:14px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li .flex-container .physician-image img{border-radius:50px;height:57px!important;max-width:57px!important;-o-object-fit:cover;object-fit:cover}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li .phy-image{-ms-flex-negative:0;flex-shrink:0;width:55px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li .phy-image img{border-radius:100%}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] ul li .event-physician-info .info{color:hsla(0,0%,100%,.7);font-family:Open Sans;font-size:1.5rem;line-height:24px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px;margin:0;padding-bottom:50px;padding-left:0}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] ul li{-ms-flex-line-pack:end;align-content:flex-end;aspect-ratio:3/2;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Open Sans;list-style:none;margin:0;padding:30px 54px;position:relative;width:calc(50% - 2.5px)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] ul li:after{background:-webkit-gradient(linear,left top,left bottom,color-stop(85%,rgba(9,13,35,.859)),color-stop(74%,rgba(24,36,62,.741)),color-stop(1%,rgba(9,18,35,0)));content:"";display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] ul li h3{color:#fff;font-size:20px;font-weight:600;line-height:27px;margin:0 0 10px;position:relative;text-align:left;z-index:2}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] ul li .read-more{color:#fff;font-size:12px;font-weight:400;line-height:17px;position:relative;text-align:left;text-decoration-line:underline;text-decoration-style:solid;z-index:2}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] ul li .read-more:hover{text-decoration:none}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] ul li .bk-image{height:100%;left:0;position:absolute;top:0;width:100%}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] ul li .bk-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;margin:0;padding-bottom:50px;padding-left:0}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li{-ms-flex-line-pack:end;align-content:flex-end;aspect-ratio:1/1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Open Sans;list-style:none;margin:0;padding:30px 27px;position:relative;width:calc(33% - 2px)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li:after,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li:after,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li:after{background:-webkit-gradient(linear,left top,left bottom,color-stop(85%,rgba(9,13,35,.859)),color-stop(74%,rgba(24,36,62,.741)),color-stop(1%,rgba(9,18,35,0)));content:"";display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li .play,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li .play,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li .play{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px;position:relative;z-index:2}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li .play:before,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li .play:before,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li .play:before{background-image:url(/templates/lyquix/images/video-icons/play-button-nat.svg);background-repeat:no-repeat;background-size:39px 39px;content:"";cursor:pointer;display:block;height:39px;position:relative;-webkit-transition:.3s;transition:.3s;width:39px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li .play:hover:before,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li .play:hover:before,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li .play:hover:before{background-image:url(/templates/lyquix/images/video-icons/play-button-hover.svg)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li h3,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li h3,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li h3{color:#fff;font-size:15px;font-weight:700;line-height:20px;margin:0 0 8px;position:relative;text-align:left;z-index:2}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li .read-more,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li .read-more,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li .read-more{color:#fff;font-size:12px;font-weight:400;line-height:17px;position:relative;text-align:left;text-decoration-line:underline;text-decoration-style:solid;z-index:2}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li .read-more:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li .read-more:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li .read-more:hover{text-decoration:none}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li .bk-image,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li .bk-image,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li .bk-image{height:100%;left:0;position:absolute;top:0;width:100%}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li .bk-image img,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li .bk-image img,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li .bk-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors],.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog],.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events],.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news],.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos]{padding:50px 18px 0 68px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .ps-container.ps,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .ps-container.ps,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .ps-container.ps,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .ps-container.ps,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .ps-container.ps{height:100%;max-height:100%;padding-right:50px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .ambassadors-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .blog-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .events-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .news-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .videos-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .ambassadors-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .blog-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .events-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .news-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .videos-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .ambassadors-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .blog-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .news-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .videos-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .ambassadors-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .blog-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .events-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .news-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .videos-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .ambassadors-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .blog-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .events-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .news-top,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .videos-top{-webkit-box-pack:justify;-ms-flex-pack:justify;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans;justify-content:space-between;margin-bottom:20px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .ambassadors-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .blog-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .events-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .news-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .videos-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .ambassadors-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .blog-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .events-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .news-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .videos-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .ambassadors-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .blog-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .news-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .videos-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .ambassadors-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .blog-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .events-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .news-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .videos-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .ambassadors-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .blog-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .events-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .news-top h2,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .videos-top h2{font-size:20px;font-weight:600;line-height:27px;margin:0;text-align:left}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .ambassadors-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .blog-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .events-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .news-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .videos-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .ambassadors-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .blog-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .events-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .news-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .videos-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .ambassadors-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .blog-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .news-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .videos-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .ambassadors-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .blog-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .events-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .news-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .videos-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .ambassadors-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .blog-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .events-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .news-top a,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .videos-top a{color:#142546;font-size:17px;font-weight:400;line-height:25px;text-align:right;text-decoration-line:underline;text-decoration-style:solid;text-underline-position:from-font}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .ambassadors-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .blog-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .events-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .news-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .videos-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .ambassadors-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .blog-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .events-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .news-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .videos-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .ambassadors-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .blog-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .news-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .videos-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .ambassadors-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .blog-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .events-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .news-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .videos-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .ambassadors-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .blog-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .events-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .news-top a:hover,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .videos-top a:hover{text-decoration-line:none}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] span.date,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] span.date{color:#fff;display:block;margin-bottom:8px;position:relative;z-index:2}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container{height:591px;max-height:591px;overflow:hidden;padding-right:26px;position:relative}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container .ps__rail-y,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container .ps__thumb-y{border-radius:3.5px;opacity:1;width:7px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container .ps__thumb-y{background-color:rgba(20,37,70,.37);right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container .ps__rail-y{background-color:rgba(20,37,70,.22)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel.open{opacity:1;visibility:visible}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs:before{background:linear-gradient(58.11deg,#faa41a,#f47621)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .linear-background:after,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .linear-background:before,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs:before{content:"";height:100%;left:0;position:absolute;top:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;width:100%}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .linear-background:before{background:linear-gradient(58.11deg,#faa41a,#f47621);opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .linear-background:after{background:linear-gradient(58.11deg,#faa41a,#f47621);opacity:0}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs[data-tab=events]:before{opacity:1}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs[data-tab=blog]:before,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs[data-tab=publications]:before,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs[data-tab=videos]:before{opacity:0}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs[data-tab=blog] .linear-background:before,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs[data-tab=publications] .linear-background:before,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs[data-tab=videos] .linear-background:before{opacity:1}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs[data-tab=ambassadors]:before,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs[data-tab=news]:before{opacity:0}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs[data-tab=ambassadors] .linear-background:after,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs[data-tab=news] .linear-background:after{opacity:1}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container{position:relative}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group.top-level{padding:45px 6.296% 70px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group.top-level .tab-nav{border-bottom:1px solid hsla(0,0%,100%,.24);margin-bottom:26px;padding-left:8px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group.top-level .tab-nav .tab{border-bottom:5px solid transparent;color:#fff;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1.8rem;font-weight:600;letter-spacing:-.1px;line-height:22px;padding-bottom:15px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group.top-level .tab-nav .tab:not(:last-child){margin-right:50px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group.top-level .tab-nav .tab.open{border-bottom-color:#fff}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education.desktop-view{border-radius:1px;-webkit-box-shadow:2px -1px 7px 0 rgba(73,0,0,.27);box-shadow:2px -1px 7px 0 rgba(73,0,0,.27)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education.mobile-view{display:none}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .sidebar-heading{color:#142546;font-family:Open Sans,sans-serif;font-size:1.3rem;letter-spacing:1.21px;line-height:16px;margin-bottom:11px;padding-right:20px;text-transform:uppercase}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-nav-secondary{background-color:hsla(0,20%,97%,.97);-webkit-box-shadow:3px 2px 4px 0 rgba(0,0,0,.11);box-shadow:3px 2px 4px 0 rgba(0,0,0,.11);padding-bottom:13px;padding-left:40px;padding-top:60px;position:relative;width:266px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-nav-secondary .tab{border-left:4px solid transparent;color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:20px;padding:8px 20px 11px 15px;position:relative}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-nav-secondary .tab:hover{text-decoration:underline}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-nav-secondary .tab.open{background-color:#fff;border-left-color:#142546}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-nav-secondary .tab.open:after{speak:none;content:"";font-family:FontAwesome;font-size:9px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:11px;text-transform:none;top:50%;-webkit-transform:translateY(-50%) rotate(270deg);-ms-transform:translateY(-50%) rotate(270deg);transform:translateY(-50%) rotate(270deg)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-nav-secondary .category-wrapper:not(:last-child){margin-bottom:60px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-content-secondary{background-color:#fafafa;padding:50px 20px 13px 26px;width:calc(100% - 266px)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-content-secondary #ps-scrollbar-container{height:591px;max-height:591px;overflow:hidden;padding-right:26px;position:relative}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-content-secondary #ps-scrollbar-container .ps__rail-y,.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-content-secondary #ps-scrollbar-container .ps__thumb-y{border-radius:3.5px;opacity:1;width:7px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-content-secondary #ps-scrollbar-container .ps__thumb-y{background-color:rgba(20,37,70,.37);right:50%;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-content-secondary #ps-scrollbar-container .ps__rail-y{background-color:rgba(20,37,70,.22)}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .item{background-color:#fff;border:1px solid #ededed;border-radius:2px;font-family:Open Sans,sans-serif;margin-bottom:5.5px;padding:18px 28px 18px 20px;position:relative}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .item .heading-row{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .item .item-links{-ms-flex-item-align:start;align-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:8px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .item .item-links>:not(:last-child){margin-right:8px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .item .patient-education-link a{content:url(/templates/lyquix/images/icons/patientinfo-link.svg);height:16px;width:16px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .item .patient-education-video .play-icon{content:url(/templates/lyquix/images/icons/patientinfo-video.svg);cursor:pointer;height:16px;width:16px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .item .fcfile_actions{display:-webkit-box;display:-ms-flexbox;display:flex}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .item .fcfile_actions a{content:url(/templates/lyquix/images/icons/download.svg);height:16px;width:16px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .item h3{color:#142546;font-size:1.7rem;letter-spacing:0;line-height:25px;margin:0 0 2px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .item .date{color:#142546;font-size:1.2rem;line-height:17px;margin-bottom:7px}.fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .item p{color:#142546;font-size:1.4rem;line-height:23px;margin:0}.fc-item.tmpl-custom-physicians .field_phy_quote_image{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:530px;width:60.3125%}.fc-item.tmpl-custom-physicians .field_phy_quote_image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.fc-item.tmpl-custom-physicians .field_phy_quote_text{-webkit-box-flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:linear-gradient(145.77deg,#142546,#060709);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;max-height:530px}.fc-item.tmpl-custom-physicians .field_phy_quote_text .quote{color:#fff;display:block;font-family:Open Sans,sans-serif;font-size:4.2rem;font-weight:300;letter-spacing:0;line-height:57px}.fc-item.tmpl-custom-physicians .field_phy_quote_text .inner{margin-right:7.8125vw;padding:117px 5.3125vw 148px 5.78125vw}.fc-item.tmpl-custom-physicians .field_phy_quote_text h2{border-bottom:1px solid hsla(0,0%,100%,.2);margin:0;padding-bottom:27px}.fc-item.tmpl-custom-physicians .field_phy_stories,.fc-item.tmpl-custom-physicians .field_phy_stories h2{display:none}.fc-item.tmpl-custom-physicians .field_phy_stories .related-stories{margin-bottom:60px}.fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .grid{height:654px;max-height:none}.fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .text.sans-intro .textContainerDiv{display:none!important}.fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .text .textContainerDiv{color:#fff;display:block}.fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .image img{-o-object-position:center;object-position:center}.fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content{margin:0 auto;max-width:1080px;padding-bottom:181px;padding-left:5.3125%;padding-right:0;width:100%}.fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content h4{display:none}.fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content .textContainerDiv,.fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content h3{max-width:36.875vw}.fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content .readmore{display:block;margin-top:0}.fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .rel-stories-controls{bottom:60px;right:13.125vw}.fc-item.tmpl-custom-physicians .authored-post-container{margin-bottom:50px}.fc-item.tmpl-custom-physicians .group-6>div:last-child{margin-bottom:80px}.fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__list,.fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__list{width:100%}.fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__track,.fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__track{overflow:initial}.fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__slide,.fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__slide{margin:0}.fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__arrows,.fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__arrows{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:15px}.fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__arrow,.fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__arrow{background-color:transparent!important;background-position:50%;background-repeat:no-repeat;background-size:14px;border:1px solid rgba(20,37,70,.3);-webkit-box-shadow:none;box-shadow:none;height:34px;margin:0;opacity:1;padding:0!important;position:static;-webkit-transform:none;-ms-transform:none;transform:none;width:42.5px}.fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__arrow--prev,.fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__arrow--prev{background-image:url(/templates/lyquix/images/icons/arrow-blue-left.svg);border-radius:16px 0 0 16px;border-right-width:.5px}.fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__arrow--next,.fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__arrow--next{background-image:url(/templates/lyquix/images/icons/arrow-blue-right.svg);border-left-width:.5px;border-radius:0 16px 16px 0}.fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__arrow[disabled],.fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__arrow[disabled]{opacity:.5;pointer-events:none}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video,.fc-item.tmpl-custom-physicians .authored-post-container .story-block,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video,.fc-item.tmpl-custom-physicians .field_phy_videos .story-block{cursor:pointer}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video:hover h3,.fc-item.tmpl-custom-physicians .authored-post-container .story-block:hover h3,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video:hover h3,.fc-item.tmpl-custom-physicians .field_phy_videos .story-block:hover h3{text-decoration:underline}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video .date,.fc-item.tmpl-custom-physicians .authored-post-container .story-block .date,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .date,.fc-item.tmpl-custom-physicians .field_phy_videos .story-block .date{color:hsla(0,0%,100%,.7);font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:17px}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video .text,.fc-item.tmpl-custom-physicians .authored-post-container .story-block .text,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .text,.fc-item.tmpl-custom-physicians .field_phy_videos .story-block .text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video .text h3,.fc-item.tmpl-custom-physicians .authored-post-container .story-block .text h3,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .text h3,.fc-item.tmpl-custom-physicians .field_phy_videos .story-block .text h3{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:20px;margin:10px 0 20px}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video .textContainerDiv,.fc-item.tmpl-custom-physicians .authored-post-container .story-block .textContainerDiv,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .textContainerDiv,.fc-item.tmpl-custom-physicians .field_phy_videos .story-block .textContainerDiv{display:none!important}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video{background-position:50%;background-size:cover;height:27.8125vw;width:100%}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video .text,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .text{background:linear-gradient(22.18deg,rgba(9,13,35,.86),rgba(24,36,62,.74) 47.69%,rgba(9,18,35,0));height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video .text h3,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .text h3{color:#fff;margin:0}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video .text h3:before,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .text h3:before{background-image:url(/templates/lyquix/images/video-icons/play-button-nat.svg);background-size:cover;content:"";display:block;height:60px;margin-bottom:16px;width:60px}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video .text .content,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .text .content{padding:0 0 12px 26px}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video[total="1"],.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video[total="1"]{background-position:50%}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video[index="1"] .content,.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video[total="2"] .content,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video[index="1"] .content,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video[total="2"] .content{max-width:70%;padding-bottom:36px}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video:not([index="1"]):not([total="2"]) .text:before,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video:not([index="1"]):not([total="2"]) .text:before{background-image:url(/templates/lyquix/images/video-icons/play-button-nat.svg);background-size:cover;content:"";display:block;height:45px;left:50%;position:absolute;top:30.64%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:45px}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video:not([index="1"]):not([total="2"]) .content,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video:not([index="1"]):not([total="2"]) .content{background-color:#0b1425;min-height:26.183%}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video:not([index="1"]):not([total="2"]) .content h3,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video:not([index="1"]):not([total="2"]) .content h3{max-width:73.962%}.fc-item.tmpl-custom-physicians .authored-post-container .splide__slide.video:not([index="1"]):not([total="2"]) .content h3:before,.fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video:not([index="1"]):not([total="2"]) .content h3:before{max-height:0;opacity:0}.fc-item.tmpl-custom-physicians .authored-post-container #physician-videos[data-total="1"] .splide__arrows,.fc-item.tmpl-custom-physicians .authored-post-container #physician-videos[data-total="2"] .splide__arrows,.fc-item.tmpl-custom-physicians .field_phy_videos #physician-videos[data-total="1"] .splide__arrows,.fc-item.tmpl-custom-physicians .field_phy_videos #physician-videos[data-total="2"] .splide__arrows{display:none!important}.fc-item.tmpl-custom-physicians .field_media_gallery:not(:first-of-type){margin-top:80px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-gallery-grid .splide__list{width:100%}.fc-item.tmpl-custom-physicians .field_media_gallery .media-gallery-grid .splide__track{overflow:initial}.fc-item.tmpl-custom-physicians .field_media_gallery .media-gallery-grid .splide__slide{margin:0}.fc-item.tmpl-custom-physicians .field_media_gallery .media-gallery-grid .splide__arrows{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:15px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-gallery-grid .splide__arrow{background-color:transparent!important;background-position:50%;background-repeat:no-repeat;background-size:14px;border:1px solid rgba(20,37,70,.3);-webkit-box-shadow:none;box-shadow:none;height:34px;margin:0;opacity:1;padding:0!important;position:static;-webkit-transform:none;-ms-transform:none;transform:none;width:42.5px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-gallery-grid .splide__arrow--prev{background-image:url(/templates/lyquix/images/icons/arrow-blue-left.svg);border-radius:20px 0 0 20px;border-right-width:.5px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-gallery-grid .splide__arrow--next{background-image:url(/templates/lyquix/images/icons/arrow-blue-right.svg);border-left-width:.5px;border-radius:0 20px 20px 0;margin-left:-1px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-gallery-grid .splide__arrow[disabled]{opacity:.5;pointer-events:none}.fc-item.tmpl-custom-physicians .field_media_gallery .media-gallery-grid .splide__arrow.fake-hover{border-color:#142546}.fc-item.tmpl-custom-physicians .field_media_gallery .media-gallery-grid .splide__arrow.fake-hover-alt{opacity:.4}.fc-item.tmpl-custom-physicians .field_media_gallery .media-gallery-grid .splide__arrow:hover{cursor:pointer}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block{-ms-flex-negative:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:end;-ms-flex-pack:end;align-items:flex-start;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:0;float:none;height:386px;justify-content:flex-end;line-height:0;margin:0 6px 0 0;padding:0 40px 50px;width:287px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block .video-icon{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block.gallery-video:not(:first-of-type):before{background:linear-gradient(22.18deg,rgba(9,13,35,.66) 17.73%,rgba(24,36,62,.739) 52.79%,rgba(9,18,35,0) 91.23%);content:" ";display:block;height:calc(100% - 99px);left:0;position:absolute;top:0;width:100%;z-index:1}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block .expand{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background:#0b1425;bottom:0;display:block;height:99px;left:0;overflow:hidden;padding:16px 30px 0 62px;position:absolute;-webkit-transition:height .5s,padding-bottom .5s;transition:height .5s,padding-bottom .5s;width:100%;z-index:1}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block .expand h3{color:#fff;display:block;font-family:Open Sans;font-size:15px;font-weight:700;line-height:20px;margin:0}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block .expand:before{background-image:url(/templates/lyquix/images/icons/expand-arrow.svg);background-size:100%;content:" ";display:block;height:18px;left:30px;position:absolute;top:16px;-webkit-transition:bottom .5s;transition:bottom .5s;width:18px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block:hover{cursor:pointer}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block:hover .expand{height:135px;padding-bottom:40px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block:hover .expand:before{bottom:40px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block .title{background:#0b1425;bottom:0;font-family:Open Sans;font-size:15px;font-weight:700;height:99px;left:0;line-height:20px;min-height:0;padding:16px 40px 0;position:absolute}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block:last-of-type{margin-right:0}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block img{display:block;font-family:"object-fit:cover";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block:first-of-type{width:578px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block:first-of-type .video-icon{left:auto;margin-bottom:16px;position:relative;right:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;z-index:1}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block:first-of-type:before{background:linear-gradient(22.18deg,rgba(9,13,35,.859) 17.73%,rgba(24,36,62,.739) 52.79%,rgba(9,18,35,0) 91.23%);content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block:first-of-type .expand{background:none;display:block;height:auto;padding-bottom:50px;padding-left:40px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block:first-of-type .expand:before{height:28px;left:0;margin-bottom:16px;position:relative;top:0;width:28px}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block:first-of-type .title{background-color:transparent;bottom:auto;height:auto;left:auto;padding:0;position:relative;z-index:1}.fc-item.tmpl-custom-physicians .field_media_gallery .media-block:not(:first-of-type) .video-icon{height:45px;width:45px}body[regions=florida] .fc-item.tmpl-custom-physicians .right-column .advanced_rel_physicians,body[regions=florida] .fc-item.tmpl-custom-physicians .right-column .field.field_phy_rel_locations,body[screen=lg]~.field_online_appointment_url .button-xs-phy-video{display:none}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_banner_photograph .play-icon,body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_banner_photograph .text{display:block}body[screen=lg] .fc-item.tmpl-custom-physicians .authored-post-container .story-block .content{margin-left:26px;max-width:70%;padding:0 0 36px}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__slide[index="1"]{max-width:42.03125vw!important;width:100%}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__slide:not([index="1"]){max-width:20.703vw;width:100%}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__slide[total="2"]{max-width:calc(50% - 3px)!important;width:100%}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__list .splide__slide[total="1"]{max-width:100%!important;width:100%}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel ul.blog li,body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel ul.news li,body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel ul.videos li{width:calc(33% - 1.5px)}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel ul.ambassadors li{padding:20px 51px}@media only screen and (min-width:1600px){body[screen=lg] .fc-item.tmpl-custom-physicians .container{margin:0 13.625%;max-width:none}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_banner_photograph{right:73px;width:434px}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video{left:335px;top:100px}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_quote_image{width:59.3125%}body[screen=lg] .fc-item.tmpl-custom-physicians .related-stories .story-block .content{margin:0 13.625%;max-width:none}body[screen=lg] .fc-item.tmpl-custom-physicians .gridAuthoredPosts .story-block{height:23.937vw;max-height:384px}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__slide{cursor:pointer;height:24.125vw;max-height:384px}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__slide[index="1"]{max-width:36.125vw!important;width:100%}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__slide:not([index="1"]):not([total="2"]){max-width:17.75vw!important;width:100%}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__slide[total="2"],body[screen=lg] .fc-item.tmpl-custom-physicians .gridAuthoredPosts .splide .splide__slide[total="2"]{max-width:calc(36.375vw - 3px)!important;width:100%}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel:not([data-tab=patient-education]){padding:50px 20px 13px 56px}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors],body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog],body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events],body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news],body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos]{padding:50px 18px 0 73px}body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=ambassadors] .ps-container.ps,body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] .ps-container.ps,body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .ps-container.ps,body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] .ps-container.ps,body[screen=lg] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] .ps-container.ps{padding-right:47px}}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_education,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_highlights_achievements,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_hospital_affiliations,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_professional_associations,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_titles_certifications{margin-bottom:20px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_education .label,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_highlights_achievements .label,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_hospital_affiliations .label,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_professional_associations .label,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_titles_certifications .label{color:#142546;font-family:Open Sans,sans-serif;font-size:1.6rem;line-height:1.66}body[screen=md] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls,body[screen=md] .fc-item.tmpl-custom-physicians .group-3 .text-container,body[screen=md] .fc-item.tmpl-custom-physicians .group-3 .video-container,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .text-container,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .video-container{margin-right:5px}body[screen=md] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos{margin-bottom:54px}body[screen=md] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container{height:206px}body[screen=md] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video .text,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video .text{bottom:33px;left:29px;max-width:calc(100% - 58px);padding-bottom:4px}body[screen=md] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls{margin-top:12px}body[screen=md] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls,body[screen=md] .fc-item.tmpl-custom-physicians .group-3 .field_text .text-container,body[screen=md] .fc-item.tmpl-custom-physicians .group-3 .video-container,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_text .text-container,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .video-container{margin-left:25px}body[screen=md] .fc-item.tmpl-custom-physicians .container{margin-left:8.333%;margin-right:8.333%;max-width:none}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_banner_photograph{right:0;width:320px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_banner_photograph>img{right:35px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video{height:236px;left:185px;top:24px;width:236px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video .play-icon{height:232px;width:232px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_banner_photograph .open-featured-video .text{bottom:auto;font-size:1.1rem;right:auto;top:154px}body[screen=md] .fc-item.tmpl-custom-physicians .field_headshot_photo{max-width:205px;right:77px;top:84px}body[screen=md] .fc-item.tmpl-custom-physicians .field_headshot_photo:before{height:225px;width:225px}body[screen=md] .fc-item.tmpl-custom-physicians .field_headshot_photo:after{left:35%;top:-100%}body[screen=md] .fc-item.tmpl-custom-physicians h1{margin-top:80px}body[screen=md] .fc-item.tmpl-custom-physicians .field_online_appointment_url,body[screen=md] .fc-item.tmpl-custom-physicians h1{max-width:59.625%}body[screen=md] .fc-item.tmpl-custom-physicians.alternate-banner .field_online_appointment_url{padding-bottom:169px}body[screen=md] .fc-item.tmpl-custom-physicians .section-1 .field_phy_main_specialties{padding-bottom:30px}body[screen=md] .fc-item.tmpl-custom-physicians .section-2{padding-bottom:25px;padding-top:60px}body[screen=md] .fc-item.tmpl-custom-physicians .section-2 .group-2{margin-left:5%;width:64.75%}body[screen=md] .fc-item.tmpl-custom-physicians .section-2 .group-2>.field{margin-bottom:35px}body[screen=md] .fc-item.tmpl-custom-physicians .returning-patient-tooltip{max-width:28.645vw}body[screen=md] .fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-nav{width:29.922%}body[screen=md] .fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-nav .tab{padding-right:22px}body[screen=md] .fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content{width:70.078%}body[screen=md] .fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel{padding-left:97px}body[screen=md] .fc-item.tmpl-custom-physicians .tab-group.professional-profile .tab-content .tab-panel:before{height:58px;width:58px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video{height:398px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video h2{margin-left:5%;max-width:59%}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video h2:before{height:60px;margin-bottom:25px;width:60px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video .text{padding-bottom:80px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-nav-secondary{padding-left:23px;width:182px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .patient-education .tab-content-secondary{width:calc(100% - 182px)}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group{padding:45px 0 70px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group .tab-panel{padding:50px 40px 0 68px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group .tab-panel .ps-container.ps{padding-right:18px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group .tab-panel .ps-container.ps ul li.blog-article,body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group .tab-panel .ps-container.ps ul li.news-article,body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group .tab-panel .ps-container.ps ul li.video{padding:24px 17px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group .tab-panel .ps-container.ps ul li.ambassador-article{padding:20px 44px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group .tab-panel .ps__rail-y,body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group .tab-panel .ps__rail-y .ps__thumb-y{width:6px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group .tab-panel[data-tab=events] .event{padding:25px 21px 12px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-group .tab-panel[data-tab=events] .event .physician-image img{height:52px!important;width:52px!important}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_quote_image{width:58.02%}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_quote_text .inner{margin-right:8.333vw;padding:47px 4.166vw 59px 4.791vw}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content{margin:0 8.333%;padding-bottom:99px;padding-left:4.111%}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content h4{display:none}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content .textContainerDiv,body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content h3{max-width:41.5625vw}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .rel-stories-controls{bottom:54px}body[screen=md] .fc-item.tmpl-custom-physicians .gridAuthoredPosts .story-block{height:27.395vw}body[screen=md] .fc-item.tmpl-custom-physicians .gridAuthoredPosts .story-block .content{margin-left:20px;max-width:84.79%;padding:0 0 36px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide{height:31.145vw}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide .text .content{padding-left:20px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide[index="1"]{width:41.25vw!important}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide:not([index="1"]):not([total="2"]){max-width:20.3125vw!important}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide:not([index="1"]):not([total="2"]) .content{padding-right:20px}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide:not([index="1"]):not([total="2"]) .content h3{max-width:100%}body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide[total="1"],body[screen=md] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide[total="2"],body[screen=md] .fc-item.tmpl-custom-physicians .gridAuthoredPosts .splide__slide[total="2"]{max-width:calc(41.666vw - 3px)!important}body[screen=md] .fc-item.tmpl-custom-physicians .gridAuthoredPosts .splide__slide[total="1"]{max-width:83.333vw!important}body[screen=md] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block{height:299px;padding:0 20px 36px;width:199px}body[screen=md] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block:first-of-type{height:299px;width:396px}body[screen=sm] .fc-item.tmpl-custom-physicians .section-1 .field_phy_main_specialties_icons .specialty-link,body[screen=xs] .fc-item.tmpl-custom-physicians .section-1 .field_phy_main_specialties_icons .specialty-link{font-size:1.2rem;line-height:17px}body[screen=sm] .fc-item.tmpl-custom-physicians .section-2 .group-3.right-column .ccb-physicians .phy-group-2,body[screen=xs] .fc-item.tmpl-custom-physicians .section-2 .group-3.right-column .ccb-physicians .phy-group-2{padding:12px 10px}body[screen=sm] .fc-item.tmpl-custom-physicians .section-2 .group-3.right-column .tab-group.related-locations .tab-content,body[screen=sm] .fc-item.tmpl-custom-physicians .section-2 .group-3.right-column>.field .inner,body[screen=xs] .fc-item.tmpl-custom-physicians .section-2 .group-3.right-column .tab-group.related-locations .tab-content,body[screen=xs] .fc-item.tmpl-custom-physicians .section-2 .group-3.right-column>.field .inner{padding:12.5px}body[screen=sm] .fc-item.tmpl-custom-physicians .returning-patient-tooltip:before,body[screen=xs] .fc-item.tmpl-custom-physicians .returning-patient-tooltip:before{left:28px}body[screen=sm] .fc-item.tmpl-custom-physicians .authored-post-container .text .content h3,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .text .content h3,body[screen=sm] .fc-item.tmpl-custom-physicians .right-column .h3,body[screen=xs] .fc-item.tmpl-custom-physicians .authored-post-container .text .content h3,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos .text .content h3,body[screen=xs] .fc-item.tmpl-custom-physicians .right-column .h3{font-size:1.4rem;line-height:18px}body[screen=sm] .fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__arrows,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__arrows,body[screen=xs] .fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__arrows,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__arrows{margin-top:10px}body[screen=sm] .fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__arrows .splide__arrow,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__arrows .splide__arrow,body[screen=xs] .fc-item.tmpl-custom-physicians .authored-post-container .splide .splide__arrows .splide__arrow,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos .splide .splide__arrows .splide__arrow{background-size:11px;height:26px;width:32.5px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .content,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .content{background-color:transparent;max-width:none;min-height:auto}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide .text:before,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide .text:before{display:none!important}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide .text .content,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide .text .content{background-color:transparent!important;min-height:auto!important}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide h3:before,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide h3:before{max-height:none!important;opacity:1!important}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .splide .splide__arrows,body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .splide .splide__arrows{margin-top:10px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .splide .splide__arrows .splide__arrow,body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .splide .splide__arrows .splide__arrow{background-size:11px;height:26px;width:32.5px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container{margin:0}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-nav,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-nav{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-nav .tab,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-nav .tab{white-space:nowrap}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li{aspect-ratio:unset;padding:30px 15px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li h3,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li h3,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li h3,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li h3,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li h3,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li h3{font-size:14px;line-height:18px;margin-bottom:14px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li .play,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li .play,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li .play,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li .play,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li .play,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li .play{margin-bottom:8px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li .play:before,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li .play:before,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li .play:before,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=blog] ul li .play:before,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=news] ul li .play:before,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=videos] ul li .play:before{background-size:20px 20px;height:20px;width:20px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps{padding-right:13px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps [class$=-top],body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps [class$=-top]{margin-bottom:15px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps [class$=-top] h2,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps [class$=-top] h2{font-size:17px;line-height:25px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps [class$=-top]>a,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps [class$=-top]>a{font-size:12px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps ul,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps ul{padding-bottom:20px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps ul li,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel .ps-container.ps ul li{width:100%}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .event-date,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .event-date{margin-bottom:27px;padding-bottom:6px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .event-date:has(.field_event_flag:empty),body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .event-date:has(.field_event_flag:empty){margin-bottom:12px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .flex-container,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .flex-container{gap:12px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .flex-container .physician-image img,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .flex-container .physician-image img{height:41px!important;width:41px!important}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .flex-container .event-physician-info h3,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .flex-container .event-physician-info h3{margin-bottom:3px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .flex-container .event-physician-info h3 a,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .flex-container .event-physician-info h3 a{font-size:16px;line-height:24px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .flex-container .event-physician-info .info,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=events] .events .flex-container .event-physician-info .info{font-size:14px;line-height:20px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_online_appointment_url{display:block}body[screen=sm] .fc-item.tmpl-custom-physicians .button-xs-phy-video{border:1px solid #fff;border-radius:5px;-webkit-box-sizing:content-box;box-sizing:content-box;color:hsla(0,0%,100%,.7);cursor:pointer;display:block;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.48px;line-height:13px;margin:10px 0 12px;padding:7px 12px;text-align:center;text-decoration:none;text-transform:uppercase;width:127px}body[screen=sm] .fc-item.tmpl-custom-physicians .button-xs-phy-video .play-icon-button:before{background-image:url(/templates/lyquix/images/video-icons/video-sm_white.svg);background-repeat:no-repeat;background-size:12px 12px;content:"";display:block;float:left;height:12px;margin-right:4px;width:12px}body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls,body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .text-container,body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .video-container,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .text-container,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .video-container{margin-left:18px;margin-right:0}body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url,body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .field_zocdoc,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc{clear:none;float:left;position:static;width:274px}body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .button,body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .button,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .button,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .button{margin-bottom:23px;margin-left:18px}body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .er.text-section:before,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .er.text-section:before{left:19px}body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos{margin-bottom:40px}body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container{height:254px}body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video .text,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video .text{bottom:33px;left:29px;max-width:calc(100% - 58px);padding-bottom:4px}body[screen=sm] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls{margin-top:14px}body[screen=sm] .fc-item.tmpl-custom-physicians .section-1 .field_phy_main_specialties{padding-bottom:28px;padding-top:20px}body[screen=sm] .fc-item.tmpl-custom-physicians .section-1 .field_phy_main_specialties .specialty-icon{height:34px;width:34px}body[screen=sm] .fc-item.tmpl-custom-physicians .container{margin-left:9.375%;margin-right:9.375%;max-width:none}body[screen=sm] .fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel:not(.expanded) .wrapper{max-height:250px}body[screen=sm] .fc-item.tmpl-custom-physicians .open-featured-video{background:none}body[screen=sm] .fc-item.tmpl-custom-physicians .open-featured-video .play-icon,body[screen=sm] .fc-item.tmpl-custom-physicians .open-featured-video .text{display:none}body[screen=sm] .fc-item.tmpl-custom-physicians .make-an-appointment.button-yellow{margin-right:17px;padding:14px 21px}body[screen=sm] .fc-item.tmpl-custom-physicians.alternate-banner .field_online_appointment_url{padding-bottom:150px}body[screen=sm] .fc-item.tmpl-custom-physicians:not(.alternate-banner) .section-1{min-height:480px}body[screen=sm] .fc-item.tmpl-custom-physicians h1{font-size:4rem;letter-spacing:.44px;line-height:50px;margin-top:60px;max-width:55.468vw}body[screen=sm] .fc-item.tmpl-custom-physicians h2{font-size:1.7rem;line-height:23px;margin-bottom:12px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_related_programs ul li{padding:12px 9px 12px 17px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_banner_photograph{left:calc(100% - 31.25vw);right:auto;width:320px;z-index:0}body[screen=sm] .fc-item.tmpl-custom-physicians .field_headshot_photo{max-width:144px;right:0;top:72px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_headshot_photo:before{height:160px;width:160px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_headshot_photo:after{height:567px;top:-100%;width:567px}body[screen=sm] .fc-item.tmpl-custom-physicians .section-2{padding-bottom:20px;padding-top:50px}body[screen=sm] .fc-item.tmpl-custom-physicians .section-2.container{margin-right:3.75%}body[screen=sm] .fc-item.tmpl-custom-physicians .section-2 .group-2{margin-left:0;width:57.913%}body[screen=sm] .fc-item.tmpl-custom-physicians .section-2 .group-2>.field{margin-bottom:30px}body[screen=sm] .fc-item.tmpl-custom-physicians .section-2 .group-3{width:35.071%}body[screen=sm] .fc-item.tmpl-custom-physicians .section-2 .field_phy_related_programs ul{grid-gap:6px}body[screen=sm] .fc-item.tmpl-custom-physicians .right-column>.field:not(:last-child){margin-bottom:20px}body[screen=sm] .fc-item.tmpl-custom-physicians .right-column .field_phy_right_col_contact .h3:not(:last-child){margin-bottom:12px}body[screen=sm] .fc-item.tmpl-custom-physicians .returning-patient-tooltip{max-width:34.375vw}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video{height:320px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video .text{padding-bottom:60px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video h2{margin-left:0}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video h2:before{height:50px;margin-bottom:20px;width:50px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level{padding:40px 0 35px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-nav{margin-left:60px;margin-right:60px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-nav .tab{margin-right:30px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-nav .tab:last-child{margin-right:60px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content{margin:0 60px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel{height:654px;padding:30px 17px 0 33px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel[data-tab=videos] ul li .play:before{background-size:30px 30px;height:30px;width:30px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel .ps-container.ps{padding-right:13px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel .ps-container.ps [class$=-top]{margin-bottom:15px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel .ps-container.ps [class$=-top] h2{font-size:17px;line-height:25px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel .ps-container.ps [class$=-top]>a{font-size:12px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel .ps-container.ps ul{padding-bottom:20px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel .ps-container.ps ul li{width:100%}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel[data-tab=events] .events .event-date{margin-bottom:27px;padding-bottom:6px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel[data-tab=events] .events .event-date:has(.field_event_flag:empty){margin-bottom:12px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel[data-tab=events] .events .flex-container{gap:12px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel[data-tab=events] .events .flex-container .physician-image img{height:41px!important;width:41px!important}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel[data-tab=events] .events .flex-container .event-physician-info h3{margin-bottom:3px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel[data-tab=events] .events .flex-container .event-physician-info h3 a{font-size:16px;line-height:24px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel[data-tab=events] .events .flex-container .event-physician-info .info{font-size:14px;line-height:20px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .tab-group.top-level .tab-content .tab-panel[data-tab=ambassadors] ul li{aspect-ratio:1/1;padding:27px 20px;width:calc(50% - 3px)!important}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .patient-education .tab-nav-secondary{padding-left:23px;width:182px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs>.container .patient-education .tab-content-secondary{padding-bottom:0;padding-right:18px;padding-top:36px;width:calc(100% - 182px)}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_quote_image{min-height:398px;width:60.625%}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_quote_text{min-height:398px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_quote_text .quote{line-height:0}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_quote_text .inner{margin-right:9.375vw;padding:43px 0 47px 13.095%}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_quote_text h2{padding-bottom:20px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories{margin-bottom:50px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content{margin-left:6.103vw;padding-bottom:72px;padding-right:0}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content .textContainerDiv,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content h3{max-width:61.875vw}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .rel-stories-controls{bottom:50px;right:40px}body[screen=sm] .fc-item.tmpl-custom-physicians .authored-post-container{margin-bottom:30px}body[screen=sm] .fc-item.tmpl-custom-physicians .authored-post-container .story-block{height:33.437vw}body[screen=sm] .fc-item.tmpl-custom-physicians .authored-post-container .story-block .text h3{margin-bottom:15px}body[screen=sm] .fc-item.tmpl-custom-physicians .authored-post-container .story-block .text .content{margin:0 2.5vw;padding-bottom:37px;padding-top:0}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos{margin-top:50px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video{height:30.468vw}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .text:before{display:none}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .content{padding:0 23px 38px 16px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .content h3{max-width:none!important}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide.video .content h3:before{height:30px;margin-bottom:10px;max-height:none;opacity:1;width:30px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide[total="1"],body[screen=sm] .fc-item.tmpl-custom-physicians .gridAuthoredPosts .splide__slide[total="1"]{max-width:100%;width:100%!important}body[screen=sm] .fc-item.tmpl-custom-physicians .group-6>div:last-child{margin-bottom:50px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content,body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel{height:662px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery:not(:first-of-type){margin-top:30px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block{height:194px;padding:0 16px 37px;width:257px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block.gallery-video:not(:first-of-type):before{height:calc(100% - 61px)}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block .title{font-size:14px;line-height:18px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block .video-icon{height:30px;margin-bottom:10px;width:30px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block .expand{height:100px;padding-bottom:40px;padding-left:48px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block .expand h3{font-size:14px;line-height:18px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block .expand:before{bottom:40px;left:18px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block:first-of-type{height:194px;width:257px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block:not(:first-of-type) .video-icon{top:75px;-webkit-transform:-50%,0;-ms-transform:-50%,0;transform:-50%,0}body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block:not(:first-of-type) .expand,body[screen=sm] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block:not(:first-of-type) .title{height:61px}body[screen=xs] .fc-item.tmpl-custom-physicians .group-1 .in-memoriam,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-1 .in-memoriam{margin-top:30px}body[screen=xs] .fc-item.tmpl-custom-physicians .group-1 .in-memoriam h5,body[screen=xs] .fc-item.tmpl-custom-physicians .group-1 .in-memoriam p,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-1 .in-memoriam h5,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-1 .in-memoriam p{font-size:1.9rem}body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls,body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .text-container,body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .video-container,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .text-container,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .video-container{margin-left:0;margin-right:0}body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .field_headshot_photo,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_headshot_photo{margin-bottom:25px}body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url,body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .field_zocdoc,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc{clear:both;margin:25px auto 15px;position:static;width:310px}body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .field_online_appointment_url .button,body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .field_zocdoc .button,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_online_appointment_url .button,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_zocdoc .button{margin:0}body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .er.text-section:before,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .er.text-section:before{left:0}body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos{margin-bottom:24px}body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container{height:167px}body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video:after,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video:after{height:35px;right:24px;top:24px;width:35px}body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .video-container .video .text,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .video-container .video .text{bottom:24px;left:24px;max-width:154px;padding-bottom:11px}body[screen=xs] .fc-item.tmpl-custom-physicians .group-3 .field_phy_videos .controls,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-3 .field_phy_videos .controls{margin-top:11px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_main_specialties p,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_main_specialties ul,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_phy_main_specialties p,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_phy_main_specialties ul{margin-left:10px}body[screen=xs] .fc-item.tmpl-custom-physicians .group-5 .field_panp_rel_physicians,body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .group-5 .field_panp_rel_physicians{border-bottom:1px solid #d4d4d4;margin-bottom:15px;padding-bottom:45px}body[screen=xs] .fc-item.tmpl-custom-physicians .container{margin-left:10.9375%;margin-right:10.9375%}body[screen=xs] .fc-item.tmpl-custom-physicians .open-featured-video .play-icon,body[screen=xs] .fc-item.tmpl-custom-physicians .open-featured-video .text{display:none}body[screen=xs] .fc-item.tmpl-custom-physicians .field_physician_bios .tab-content .tab-panel:not(.expanded) .wrapper{max-height:230px}body[screen=xs] .fc-item.tmpl-custom-physicians .button-xs-phy-video{border:1px solid #fff;border-radius:5px;-webkit-box-sizing:content-box;box-sizing:content-box;color:hsla(0,0%,100%,.7);cursor:pointer;display:block;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.48px;line-height:13px;margin:0 0 12px;padding:7px 12px;text-align:center;text-decoration:none;text-transform:uppercase;width:127px}body[screen=xs] .fc-item.tmpl-custom-physicians .button-xs-phy-video .play-icon-button:before{background-image:url(/templates/lyquix/images/video-icons/video-sm_white.svg);background-repeat:no-repeat;background-size:12px 12px;content:"";display:block;float:left;height:12px;margin-right:4px;width:12px}body[screen=xs] .fc-item.tmpl-custom-physicians.alternate-banner .section-1{min-height:auto}body[screen=xs] .fc-item.tmpl-custom-physicians.alternate-banner .section-1:before{background-image:url(/templates/lyquix/images/physician-xs-banner.svg);background-size:cover;content:"";height:35vw;left:0;top:calc(-35.11vw + 92px);width:100%}body[screen=xs] .fc-item.tmpl-custom-physicians.alternate-banner .group-1{padding-top:25px;z-index:1}body[screen=xs] .fc-item.tmpl-custom-physicians.alternate-banner .group-1 h1{margin-top:15px;max-width:100%}body[screen=xs] .fc-item.tmpl-custom-physicians.alternate-banner .field_online_appointment_url{padding-bottom:0}body[screen=xs] .fc-item.tmpl-custom-physicians.alternate-banner .field_phy_main_specialties{margin-top:50px;position:relative}body[screen=xs] .fc-item.tmpl-custom-physicians .section-1{min-height:519px}body[screen=xs] .fc-item.tmpl-custom-physicians .section-1:before{background:linear-gradient(210.14deg,rgba(0,0,0,0),rgba(0,0,0,.9));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}body[screen=xs] .fc-item.tmpl-custom-physicians h1{font-size:4rem;font-weight:300;letter-spacing:.44px;line-height:50px;margin:60px 0 12px;max-width:83.6%;position:relative;z-index:1}body[screen=xs] .fc-item.tmpl-custom-physicians h2{font-size:1.7rem;line-height:23px;margin-bottom:8px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_online_appointment_url{display:block;z-index:1}body[screen=xs] .fc-item.tmpl-custom-physicians .make-an-appointment.button-yellow{margin:0 0 12px;padding:14px 21px 13px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_headshot_photo{max-width:66px;position:relative;right:auto;top:auto;z-index:1}body[screen=xs] .fc-item.tmpl-custom-physicians .field_headshot_photo:before{height:82px;width:82px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_headshot_photo:after{content:normal}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_banner_photograph{height:calc(100% - 28px);right:-105px;top:28px;width:255px;z-index:0}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_main_specialties{border-top:1px solid hsla(0,0%,100%,.2);padding-bottom:24px;padding-top:10px;z-index:1}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_main_specialties_icons{margin:-6px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_main_specialties .specialty{margin:6px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_main_specialties .specialty-icon{height:26px;margin-right:8px;width:26px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_main_specialties:before{content:normal}body[screen=xs] .fc-item.tmpl-custom-physicians .section-2{display:block;padding-top:35px}body[screen=xs] .fc-item.tmpl-custom-physicians .section-2 .group-2{margin-left:0;width:100%}body[screen=xs] .fc-item.tmpl-custom-physicians .section-2 .group-2>.field{margin-bottom:25px}body[screen=xs] .fc-item.tmpl-custom-physicians .section-2 .group-3.right-column{width:100%}body[screen=xs] .fc-item.tmpl-custom-physicians .section-2 .group-3.right-column .right-col-heading{color:#142546;font-size:1.7rem;font-weight:600;letter-spacing:0;line-height:23px;padding-bottom:7.5px;text-transform:none}body[screen=xs] .fc-item.tmpl-custom-physicians .section-2 .group-3.right-column .ccb-physicians>li a img{padding:0}body[screen=xs] .fc-item.tmpl-custom-physicians .section-2 .group-3.right-column .ccb-physicians .phy-group-2{margin-left:0;padding:12px 10px}body[screen=xs] .fc-item.tmpl-custom-physicians .section-2 .group-3.right-column .h3.with-icon{padding-left:23px}body[screen=xs] .fc-item.tmpl-custom-physicians .returning-patient-tooltip{font-size:1.4rem;line-height:23px;max-width:88.75vw}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_related_programs ul{grid-gap:5px;grid-template-columns:repeat(1,1fr)}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video{height:260px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video .text{padding-bottom:40px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video h2{margin:0}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_featured_video .video h2:before{height:40px;margin-bottom:15px;width:40px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group{padding:40px 0 35px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group.top-level .tab-nav{margin-left:18px;margin-right:18px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group.top-level .tab-nav .tab{border-bottom-width:5px;font-size:1.8rem;letter-spacing:-.09px;line-height:22px;margin-right:30px;padding-bottom:15px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group.top-level .tab-nav .tab:last-child{margin-right:18px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content{margin-left:18px;margin-right:18px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .desktop-view{display:none}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view{display:block}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item{background-color:#f6f6f6;padding:30px 28px 16px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item .item-category,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item .item-subcategory{color:#142546;font-size:1.2rem;letter-spacing:1.11px;line-height:15px;margin-bottom:6px;text-transform:uppercase}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item h3{font-weight:600;line-height:23px;max-width:calc(100% - 18px)}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item .inner{width:100%}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item .item-links{margin:32px 0 0}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item .fcfile_actions,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item .patient-education-link,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item .patient-education-video{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:50%;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.35);box-shadow:0 1px 5px 0 rgba(0,0,0,.35);display:-webkit-box;display:-ms-flexbox;display:flex;height:25px;justify-content:center;width:25px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item .fcfile_actions>*,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item .patient-education-link>*,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .item .patient-education-video>*{height:10px;width:10px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .splide__pagination{background-color:hsla(0,0%,95%,.97);bottom:auto;-webkit-box-shadow:3px 2px 4px 0 rgba(0,0,0,.11);box-shadow:3px 2px 4px 0 rgba(0,0,0,.11);left:auto;padding-bottom:20px;padding-top:20px;position:relative;-webkit-transform:none;-ms-transform:none;transform:none;width:100%}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .splide__pagination .splide__pagination__page{background-color:rgba(20,37,70,.34)!important;border:none!important;height:6px;margin:3px!important;padding:0!important;width:6px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .splide__pagination .splide__pagination__page:hover{opacity:1}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .splide__pagination .splide__pagination__page.is-active{background-color:#142546!important;opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .mobile-view .splide__pagination:before{color:#142546;content:attr(data-count);font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.24px;line-height:14px;position:absolute;right:20px;top:20px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .tab-panel{height:337px;padding:20px 5px 0 17px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .tab-panel .ps__rail-y,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .tab-panel .ps__rail-y .ps__thumb-y{width:3px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .tab-panel[data-tab=events] .event{padding:16px 16px 20px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .tab-panel[data-tab=ambassadors] li{aspect-ratio:unset;padding:64px 18px 25px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .container .tab-group .tab-content .tab-panel[data-tab=ambassadors] li h3{font-size:17px;margin-bottom:15px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_quote{display:block}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_quote_image{width:100%}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_quote_text .quote{line-height:12px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_quote_text .inner{border-left:1px solid hsla(0,0%,100%,.2);margin:30px 10.9375%;padding:3px 0 3px 20px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_quote_text h2{border-bottom:none;margin-bottom:0;padding-bottom:0}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories{margin-bottom:30px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .grid{height:363px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content{margin:0 10.9375%;max-width:none;padding-bottom:75px;padding-left:0;width:auto}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content .textContainerDiv,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content h3{max-width:none}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content h3{font-size:1.7rem;line-height:23px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content .textContainerDiv{display:none!important}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content .readmore{font-size:1rem;font-weight:600;line-height:14px;position:relative;text-decoration:none}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .story-block .content .readmore:after{speak:none;color:#fff;content:"";font-family:FontAwesome;font-size:9px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-top:10px;position:absolute;text-transform:none;top:50%;-webkit-transform:translateY(-50%) rotate(270deg);-ms-transform:translateY(-50%) rotate(270deg);transform:translateY(-50%) rotate(270deg)}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_stories .related-stories .rel-stories-controls{bottom:19px}body[screen=xs] .fc-item.tmpl-custom-physicians .authored-post-container .splide__slide,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide{height:58.75vw}body[screen=xs] .fc-item.tmpl-custom-physicians .authored-post-container .splide__slide .text .content,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide .text .content{padding:0 16px 26px}body[screen=xs] .fc-item.tmpl-custom-physicians .authored-post-container #physician-videos[data-total="2"] .splide__arrows,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos #physician-videos[data-total="2"] .splide__arrows{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}body[screen=xs] .fc-item.tmpl-custom-physicians .authored-post-container{margin-bottom:25px}body[screen=xs] .fc-item.tmpl-custom-physicians .authored-post-container .splide__slide .text .content h3{margin:11px 0 15px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos{margin-bottom:40px;margin-top:40px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide .text .content h3{margin:0}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_videos .splide__slide .text .content h3:before{height:30px;margin-bottom:10px;width:30px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content{background-color:transparent;height:auto}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel{background-color:transparent;display:none;height:auto;position:relative}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel.open{display:block}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel:not([data-tab=patient-education]){background-color:#fff;height:310.5px;padding:30px 18px 13px 26px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery:not(:first-of-type){margin-top:25px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block{height:194px;padding:0 16px 37px;width:250px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block.gallery-video:not(:first-of-type):before{height:calc(100% - 61px)}body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block .title{font-size:14px;line-height:18px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block .expand{height:89px;padding-bottom:20px;padding-left:40px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block .expand h3{font-size:14px;line-height:18px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block .expand:before{bottom:20px;left:18px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block .video-icon{height:30px;margin-bottom:10px;width:30px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block:first-of-type{height:194px;width:257px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block:not(:first-of-type) .video-icon{top:75px;-webkit-transform:-50%,0;-ms-transform:-50%,0;transform:-50%,0}body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block:not(:first-of-type) .expand,body[screen=xs] .fc-item.tmpl-custom-physicians .field_media_gallery .media-block:not(:first-of-type) .title{height:61px}@media screen and (max-width:450px){body[screen=xs] .fc-item.tmpl-custom-physicians.alternate-banner h1{font-size:2.8rem;line-height:1.35}}.tab-panel[data-tab=research] .research-list{padding-bottom:20px}.tab-panel[data-tab=research] h3{font-size:2rem;font-weight:600;line-height:27px;margin:0 0 10px}.tab-panel[data-tab=research] .field_research_types{margin-bottom:40px}.tab-panel[data-tab=research] .field_research_types h3{margin-bottom:30px}.tab-panel[data-tab=research] .field_research_types .wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:35px}.tab-panel[data-tab=research] .field_research_types .wrapper .chart-wrapper{position:relative;width:213px}.tab-panel[data-tab=research] .field_research_types .wrapper .chart-wrapper .text{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:121px}.tab-panel[data-tab=research] .field_research_types .wrapper .chart-wrapper .text h3{color:#575a5b;font-family:Open Sans;font-size:4.8rem;font-weight:600;line-height:57px;margin:0;text-align:center}.tab-panel[data-tab=research] .field_research_types .wrapper .chart-wrapper .text p{color:#707275;font-family:Open Sans;font-size:1.5rem;font-weight:600;line-height:20px;margin:-4px 0 0;text-align:center}.tab-panel[data-tab=research] .field_research_types .wrapper #chart{height:213px!important;width:213px!important}.tab-panel[data-tab=research] .field_research_types .wrapper .type-list{gap:15px;margin:0;padding:0;width:calc(100% - 248px)}.tab-panel[data-tab=research] .field_research_types .wrapper .type-list li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #ededed;border-radius:2px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;margin:0;max-width:190px;padding:8px 10px}.tab-panel[data-tab=research] .field_research_types .wrapper .type-list li .dot{-ms-flex-negative:0;border-radius:100%;flex-shrink:0;height:10px;width:10px}.tab-panel[data-tab=research] .field_research_types .wrapper .type-list li .number{-ms-flex-negative:0;color:#575a5b;flex-shrink:0;font-size:2rem;font-weight:600;line-height:30px}.tab-panel[data-tab=research] .field_research_types .wrapper .type-list li .text{-ms-flex-negative:1;color:#707275;flex-shrink:1;font-size:1.5rem;font-weight:600;line-height:20px}.tab-panel[data-tab=research] .field_recent_research_work{margin-bottom:35px}.tab-panel[data-tab=research] .field_recent_research_work ul{gap:6px;margin:0;padding:0}.tab-panel[data-tab=research] .field_recent_research_work li{background-color:#fff;border:1px solid #ededed;border-radius:2px;list-style:none;margin:0;padding:20px;width:100%}.tab-panel[data-tab=research] .field_recent_research_work li h4{font-size:1.7rem;font-weight:400;line-height:25px;margin:0 0 2px}.tab-panel[data-tab=research] .field_recent_research_work li h4 a{color:#142546;text-decoration:none}.tab-panel[data-tab=research] .field_recent_research_work li h4 a:hover{text-decoration:underline}.tab-panel[data-tab=research] .field_recent_research_work li p{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;margin:9px 0;overflow:hidden;text-overflow:ellipsis}.tab-panel[data-tab=research] .field_recent_research_work li>a{color:#142546;font-size:1.2rem;line-height:17px}.tab-panel[data-tab=research] .field_research_highlights{margin-bottom:50px}.tab-panel[data-tab=research] .field_research_highlights ul{gap:6px;margin:0;padding:0}.tab-panel[data-tab=research] .field_research_highlights li{background-color:#fff;border:1px solid #ededed;border-radius:2px;list-style:none;margin:0;padding:17px 19px;width:calc(33.333% - 4px)}.tab-panel[data-tab=research] .field_research_highlights li h4{font-size:1.7rem;font-weight:400;line-height:25px;margin:0 0 2px}.tab-panel[data-tab=research] .field_research_highlights li h4 a{color:#142546;text-decoration:none}.tab-panel[data-tab=research] .field_research_highlights li h4 a:hover{text-decoration:underline}.tab-panel[data-tab=research] .field_research_highlights li p{-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;margin:7px 0 12px;overflow:hidden;text-overflow:ellipsis}.tab-panel[data-tab=research] .field_research_highlights li>a{color:#142546;font-size:1.2rem;line-height:17px}.publications-lightbox{background-color:#fafafa;-webkit-box-shadow:2px -1px 7px 0 #49000045;box-shadow:2px -1px 7px 0 #49000045;max-height:100%;overflow-y:scroll;padding:45px 73px}.publications-lightbox h3{font-size:2rem;font-weight:600;line-height:27px}.publications-lightbox>*{color:#000;font-family:Open Sans}.publications-lightbox p{font-size:1.4rem;line-height:23px}.publications-lightbox::-webkit-scrollbar-track{background:rgba(20,37,70,.22);border-radius:10px}.publications-lightbox::-webkit-scrollbar-thumb{background-color:rgba(20,37,70,.37);border-radius:10px}.publications-lightbox::-webkit-scrollbar{right:10px;width:7px}.type-id-3 #lyqbox .content-wrapper.active,.type-id-3 #lyqbox .content-wrapper.active .content.html{height:100%;overflow:hidden}.type-id-3 #lyqbox .content-wrapper.active .content.html .html-container{height:90vh}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] h3,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] h3{font-size:1.7rem;line-height:25px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_highlights,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_highlights{margin-bottom:35px}body[screen=sm] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_highlights li,body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_highlights li{padding:20px;width:100%}body[screen=sm] .tab-panel[data-tab=research] .field_research_types{margin-bottom:35px}body[screen=sm] .tab-panel[data-tab=research] .field_research_types .wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:35px;padding-left:0}body[screen=sm] .tab-panel[data-tab=research] .field_research_types .wrapper .chart-wrapper{margin:0 auto;position:relative;width:213px}body[screen=sm] .tab-panel[data-tab=research] .field_research_types .wrapper .type-list{-webkit-box-pack:center;-ms-flex-pack:center;gap:15px;justify-content:center;margin:0;padding:0;width:100%}body[screen=sm] .tab-panel[data-tab=research] .field_research_types .wrapper .type-list li{max-width:216px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research]{background-color:#fafafa!important;overflow:hidden}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .research-list{height:100%;max-height:100%}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_types{margin-bottom:35px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_types .wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;padding-left:0}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_types .wrapper .chart-wrapper{margin:0 auto;position:relative;width:213px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_types .wrapper .type-list{-webkit-box-pack:center;-ms-flex-pack:center;gap:5px;justify-content:center;margin:0;padding:0;width:100%}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_types .wrapper .type-list li{max-width:none;width:100%}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_types .wrapper .type-list li .dot{-ms-flex-negative:0;border-radius:100%;flex-shrink:0;height:10px;width:10px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_types .wrapper .type-list li .number{color:#575a5b;font-size:1.5rem;font-weight:600;line-height:25px}body[screen=xs] .fc-item.tmpl-custom-physicians .field_phy_profile_tabs .tab-content .tab-panel[data-tab=research] .field_research_types .wrapper .type-list li .text{color:#707275;font-size:1.3rem}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner [class^=group],.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner [class^=section]{font-family:Open Sans,sans-serif;max-width:100%}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-lg,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-md,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-sm,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-xs{height:300px;position:absolute;right:22%;top:60px;-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);width:300px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-lg img,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-md img,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-sm img,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-xs img{border-radius:50%;margin-left:24px;max-width:300px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-lg:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-md:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-sm:before,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-xs:before{background:-webkit-gradient(linear,left top,right top,color-stop(0,#f47421),to(#ffde17));background:linear-gradient(90deg,#f47421,#ffde17);border-radius:50%;content:"";height:271px;left:147px;-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:source-out;mask-composite:subtract;padding:2px;position:absolute;top:122px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:271px;z-index:1}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-2{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1{background-image:url(/templates/lyquix/images/mountain-background.jpg);background-size:100% 100%;height:370px;max-width:100%;overflow:hidden;position:relative}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1 h1{color:#fff;font-family:Open Sans,sans-serif;font-size:4rem;font-weight:300;margin-top:120px;max-width:640px;padding-left:13%}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1 .breadcrumb{display:none}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3{margin:80px 0 0}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .blkgroup.blk9-lg,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .blkgroup.blk9-xl{width:900px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .group-3 .text-container{margin:0}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .group-3 .text-container .text-section{margin-bottom:20px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .group-3 .text-container .text-section~h2{font-family:Open Sans,sans-serif;font-size:2rem;font-weight:600;margin:50px 0 15px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .show-more{font-size:17px;line-height:1.6;margin:0!important;max-height:326.5px;max-width:700px;overflow:hidden}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .show-more *{color:#142546;font-family:Open Sans,sans-serif!important}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .show-more-toggle{color:#142546;cursor:pointer;display:block;font-family:Open Sans,sans-serif;font-size:12px;font-weight:600;line-height:18px;margin-left:18px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .show-more-toggle.open:before{background-image:url(/templates/lyquix/images/close-icon.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:12px;left:0;margin-top:2px;position:absolute;width:12px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .show-more-toggle.closed:before{background-image:url(/templates/lyquix/images/physician-icons/plus-expand_blue.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:12px;left:0;margin-top:2px;position:absolute;width:12px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group{border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);height:auto!important;margin:0 auto 0 0;width:700px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-nav{background-color:#f9f6f6;height:360px;padding-top:36px;width:33.333%}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-nav .tab{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:20px;padding:10px 15px;position:relative}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-nav .tab.open{background-color:#fff}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-nav .tab.open:before{background-color:#142546}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-nav .tab.open:after{content:"";font-family:FontAwesome;font-size:9px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:11px;text-transform:none;top:50%;-webkit-transform:translateY(-50%) rotate(270deg);-ms-transform:translateY(-50%) rotate(270deg);transform:translateY(-50%) rotate(270deg)}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-nav .tab:before{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-nav .tab:hover{text-decoration:underline}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content{color:#142546;font-family:Open Sans,sans-serif;font-size:1.6rem;letter-spacing:0;line-height:22px;position:absolute;right:20px;width:66.666%}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content h3{font-size:1.7rem;font-weight:600;letter-spacing:0;line-height:22px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content .tab-panel{opacity:0;padding:9px 15px 36px 0;position:absolute;top:-330px;-webkit-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;width:90%}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content .tab-panel:before{background-size:contain;content:"";height:65px;left:26px;position:absolute;top:26px;width:65px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content .tab-panel .label{font-weight:600}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content .tab-panel .label:before{background-repeat:no-repeat;background-size:contain;content:"";display:block;float:left;height:60px;margin:-10px 12px 0 0;width:60px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content .tab-panel.open{opacity:1;visibility:visible}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content .tab-panel .custom-tab-text,.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content .tab-panel ul{clear:both;max-height:290px;overflow-x:hidden;overflow-y:auto;padding-left:92px;width:360px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content .tab-panel.field_phy_education .label:before{background-image:url(/templates/lyquix/images/physician-icons/profile-education.svg)}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content .tab-panel.field_phy_titles_certifications .label:before{background-image:url(/templates/lyquix/images/physician-icons/profile-titles.svg)}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content .tab-panel.field_phy_hospital_affiliations .label:before{background-image:url(/templates/lyquix/images/physician-icons/profile-associations.svg)}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .professional-profile.tab-group .tab-content .tab-panel.field_phy_professional_associations .label:before{background-image:url(/templates/lyquix/images/physician-icons/profile-contractor.svg)}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .accordion-group{display:none;width:100%}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .accordion-group .accordion{height:auto}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .accordion-group .accordion-header{font-size:1.4rem;font-weight:600;margin-top:16px;padding-left:5%}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .accordion-group .accordion-header:hover{text-decoration:none}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .accordion-group .accordion-content{color:#142546;margin-left:15%}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .module.mod_lyquix_banners{display:none}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar{margin:0;position:absolute;right:-22%;top:0;width:260px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .field_phy_rel_locations{border:none}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar>h2{font-size:14px;font-weight:400;letter-spacing:1.13px;margin-top:1.4rem;opacity:.7;text-transform:uppercase}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar>h3{font-size:1.35rem;font-weight:600;line-height:18px;opacity:.5;text-transform:uppercase}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group{width:100%}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content{border:1px solid #f2f2f2}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .tab-panel{border:none}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .tab-panel img{border-radius:50%;height:40px!important;margin:10px 0 0 10px;width:40px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .tab-panel .text a{display:block;margin:-61px 0 0 67px;text-decoration:none}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .tab-panel .text a h3{font-family:Open Sans,sans-serif;font-size:1.5rem;font-weight:700}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .tab-panel .text a[href*="maps.google.com"]{margin:0}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .tab-panel .text .view-address-toggle{cursor:pointer;display:block;font-size:1.05rem;margin:-10px 0 0 67px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .tab-panel .text .loc-address{margin:10px 0 0 10px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .tab-panel .text .loc-address .directions{display:none}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .tab-panel .text .loc-address .address{font-family:Open Sans,sans-serif;font-size:1.4rem;line-height:23px;margin:-12px 0 0 59px;width:149px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .tab-panel .text .loc-address .hide-address-toggle{cursor:pointer;font-size:1.05rem;margin-left:60px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .rel-physician-card{border:1px solid #ededed;padding:0 12px 3px 0;position:relative;width:calc(100% + 20px)}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .rel-physician-card a{display:block}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .rel-physician-card img{height:64px;margin:0 10px -10px 0;width:64px}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .rel-physician-card h2{display:inline-block;font-size:1.4rem;font-weight:700;margin-top:18px;position:absolute}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-nav{color:#142546;font-family:Open Sans,sans-serif;font-size:13px;font-weight:600;letter-spacing:1px;line-height:18px;margin-top:30px;text-transform:uppercase}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab{cursor:pointer;display:inline-block;font-family:Open Sans,sans-serif;font-size:1.35rem;margin:5px 10px 0 0;opacity:.5;padding-bottom:6px;width:auto}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab.open{border-bottom:4px solid #142546;opacity:.7}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-panel.open{display:block}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-panel.closed{display:none}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content{padding-bottom:16px;width:calc(100% + 20px)}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .fc_addressint_map_canvas{display:none}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content .tab-panel .text a h3{letter-spacing:0}.type-alias-physician-assistants-nurse-practitioners .row.bottom{border-top:none}@media screen and (min-width:1280px) and (max-width:1380px){.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-2{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-4{display:none}}body[screen=lg] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3,body[screen=lg] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3.blkgroup.blk12-lg{width:1040px}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1{height:370px}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1 h1{margin-top:120px;padding-left:10%}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1 .field_headshot_photo{right:11%;top:60px;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1 .field_headshot_photo+h1{max-width:560px}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-2{-webkit-box-pack:right;-ms-flex-pack:right;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:right;margin:0 10% 0 0;width:70%}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3{margin-left:0}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .show-more{max-height:326.5px;width:518px}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .show-more-toggle:before{left:24px;margin-top:2px}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .blkgroup.blk9-lg,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .group-3 .text-container .text-section{width:auto}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .professional-profile.tab-group{margin-left:0;width:560px}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .professional-profile.tab-group .tab-content{right:-290px;width:100%}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .professional-profile.tab-group .tab-content .tab-panel{margin-left:-65px;width:50%}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .professional-profile.tab-group .tab-content .tab-panel .custom-tab-text,body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .professional-profile.tab-group .tab-content .tab-panel ul{margin-top:0;max-height:290px;overflow-x:hidden;overflow-y:auto;width:300px}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar{left:630px;margin-right:0;width:260px}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .rel-physician-card{width:260px}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .rel-physician-card h2{margin-top:20px}body[screen=md] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-4{display:none}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-lg,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-md,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-sm,body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo.blkgroup.blk3-xs{right:10px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-4{display:none}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1{height:370px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-2{margin-left:50px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo{left:56%;top:30px!important;-webkit-transform:scale(.6)!important;-ms-transform:scale(.6)!important;transform:scale(.6)!important}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo img{max-width:200px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .field_headshot_photo+h1{margin-top:110px;max-width:430px;padding-left:9%}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3{margin-left:0}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .show-more *{font-size:17px!important;max-height:326.5px;max-width:60%}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .group-3 .text-container .text-section~h2{font-size:1.6rem}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .blkgroup.blk9-lg{width:auto}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .show-more-toggle{display:block;font-size:12px;margin-left:18px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .show-more-toggle:before{height:12px;left:18px!important;margin-top:3px;width:12px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .professional-profile.tab-group{display:none}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar{left:370px;margin-right:5px;width:195px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar h3{font-size:1.4rem;margin-left:7px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .rel-physician-card{width:186px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .rel-physician-card h2{font-size:13px;line-height:16px;margin-top:16px;width:56%}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .related-locations.tab-group{width:calc(100% + 20px)}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .related-locations.tab-group .tab-nav .tab{color:#142546;letter-spacing:normal;margin-right:10px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .related-locations.tab-group .tab-content{width:100%}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .related-locations.tab-group .tab-panel{min-height:60px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .related-locations.tab-group .tab-content .tab-panel .text a{margin-top:-64px;max-width:115px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .related-locations.tab-group .tab-content .tab-panel .text a h3{font-size:13px;line-height:16px;margin-left:2px;margin-top:13px;max-width:85px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .related-locations.tab-group .tab-content .address{max-width:180px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group{display:block;width:322px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group .accordion{-webkit-box-shadow:-1px 2px 3px 0 rgba(0,0,0,.14);box-shadow:-1px 2px 3px 0 rgba(0,0,0,.14);height:auto}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group .accordion.closed{height:58px!important}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group .accordion .accordion-header{font-size:1.5rem;font-weight:600;margin-left:5px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group .accordion .accordion-header:before{right:18px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group .accordion .accordion-header:hover{text-decoration:none}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group .accordion .accordion-content{color:#142546;font-family:Open Sans,sans-serif;margin-left:31px;width:280px}body[screen=sm] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group .accordion .accordion-content li:before{content:"•";left:18px;position:absolute}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1{height:350px}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1 .group-2{margin:0 auto;max-width:410px}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1 .field_headshot_photo{left:8px;position:absolute;top:5px}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1 .field_headshot_photo img{margin-left:8px;margin-top:8px;padding:0;width:66px!important}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1 .field_headshot_photo:before{height:82px;left:auto;top:auto;-webkit-transform:none;-ms-transform:none;transform:none;width:82px}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-1 h1{line-height:1.4;margin:112px 0 20px 10px}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-2{max-width:250px}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3{margin:40px 0 0}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .group-3 .text-container .text-section{margin:0 auto;max-width:250px}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .group-3 .text-container .text-section~h2{font-size:1.6rem;margin-left:0}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .show-more{font-size:17px;line-height:1.5;margin-left:0!important;max-height:326.5px}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .show-more-toggle{margin:14px 0 0}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .show-more-toggle:before{float:left;left:0;margin-right:5px;position:relative}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .section-3 .blkgroup.blk9-lg{width:auto}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .professional-profile.tab-group{display:none}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group{display:block}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group .accordion{-webkit-box-shadow:-1px 2px 3px 0 rgba(0,0,0,.14);box-shadow:-1px 2px 3px 0 rgba(0,0,0,.14);height:auto;margin-bottom:5px}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group .accordion.closed{height:58px!important}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .accordion-group .accordion .accordion-content{margin-left:5%}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .blk9-lg.blk5-md.blk6-sm.blk4-xs.blkgroup.text-section{float:none}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .blk9-lg.blk5-md.blk6-sm.blk4-xs.blkgroup.text-section h2:first-child{margin-top:70px}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar{margin-top:70px;position:relative;right:0;width:100%}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar>h2{font-size:17px;font-weight:600;letter-spacing:.6px;opacity:1;text-transform:none}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar>h3{color:#142546;font-size:1.6rem;font-weight:600;opacity:1;text-transform:none}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-content a{max-width:150px}body[screen=xs] .fc-item.tmpl-custom-physicians-assistant-nurse-practitioner .physician-surgeon-sidebar .related-locations.tab-group .tab-nav .tab{font-size:17px;letter-spacing:0;opacity:1;text-transform:none}.fc-item.tmpl-custom-programs .group-4 .blk6.blkgroup{position:relative}.fc-item.tmpl-custom-programs .field_pro_physicians:after,.fc-item.tmpl-custom-programs .field_pro_physicians:before{content:" ";display:table}.fc-item.tmpl-custom-programs .field_pro_physicians:after{clear:both}body[screen=lg] .fc-item.tmpl-custom-programs .description{margin-right:75px}body[screen=xs] .group-5 .field_rel_specialties ul{margin:0 auto;width:314px}body[screen=xs] .group-7 .custom{width:300px}@media screen and (max-width:320px){.fc-item.tmpl-custom-programs .group-3{margin:0 5px}.fc-item.tmpl-custom-programs .group-4 h2,.fc-item.tmpl-custom-programs .group-5 h2{margin:40px 5px 0}.fc-item.tmpl-custom-programs .group-4 h2.accordion-link-bottom,.fc-item.tmpl-custom-programs .group-5 h2.accordion-link-bottom{margin:40px 0 0}.fc-item.tmpl-custom-programs .group-4 .field_pro_conditions,.fc-item.tmpl-custom-programs .group-4 .field_pro_treatments,.fc-item.tmpl-custom-programs .group-5 .field_pro_conditions,.fc-item.tmpl-custom-programs .group-5 .field_pro_treatments{margin:0 5px}.fc-item.tmpl-custom-programs .group-4 .field_pro_conditions ul,.fc-item.tmpl-custom-programs .group-4 .field_pro_treatments ul,.fc-item.tmpl-custom-programs .group-5 .field_pro_conditions ul,.fc-item.tmpl-custom-programs .group-5 .field_pro_treatments ul{margin-left:67px}}.fc-item.tmpl-custom-regions{overflow:hidden}.fc-item.tmpl-custom-regions .group-1{text-align:left}.fc-item.tmpl-custom-regions .container{max-width:1167px}.fc-item.tmpl-custom-regions .field_region_middle_banner{line-height:0}.fc-item.tmpl-custom-regions .field_region_middle_banner img{display:block;width:100%}.fc-item.tmpl-custom-regions .field_region_form,.fc-item.tmpl-custom-regions .field_region_rel_locations,.fc-item.tmpl-custom-regions .field_regions_rel_stories{margin:50px auto}.fc-item.tmpl-custom-regions .field_regions_rel_stories .story-block.filter-events .text h4{display:none}.fc-item.tmpl-custom-regions .field_regions_rel_stories .grid .story-block .text .textContainerDiv{display:block}.fc-item.tmpl-custom-regions .field_regions_rel_stories h2{margin-top:0}.fc-item.tmpl-custom-regions .advanced_rel_physicians{margin:50px 0}.fc-item.tmpl-custom-regions .advanced_rel_physicians h2{margin-top:0}.fc-item.tmpl-custom-regions .advanced_rel_physicians .region-select{display:none}.fc-item.tmpl-custom-regions .advanced_rel_physicians .rel-phy-filter.locations{margin-left:auto;margin-right:0}.fc-item.tmpl-custom-regions .advanced_rel_physicians .rel-phy-filter.locations,.fc-item.tmpl-custom-regions .advanced_rel_physicians .specialty-filter{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:174px}.fc-item.tmpl-custom-regions .advanced_rel_physicians .misc-filters{margin-left:0}.fc-item.tmpl-custom-regions .advanced_rel_physicians #rel-phy-filter button:not(.rel-phy-filters-misc-toggle),.fc-item.tmpl-custom-regions .advanced_rel_physicians .ccb-physicians>li .button-yellow{background-color:#f7d53b!important}.fc-item.tmpl-custom-regions .field_region_ad_ribbon{background-color:#f2f2f2;border-bottom:1px solid hsla(217,6%,54%,.18);border-top:1px solid hsla(217,6%,54%,.18);padding:36px 0}.fc-item.tmpl-custom-regions .field_region_ad_ribbon .image{padding:0 5.655%}.field_region_form .formResponsive{background-color:#f2f2f2;position:relative}.field_region_form .formResponsive .formRed{margin:0;padding:1.5rem}.field_region_form .formResponsive fieldset{border:0;margin:0;padding:60px 6.204%;width:calc(100% - 476px)}.field_region_form .formResponsive:before{background-image:url(/templates/lyquix/images/yoga-form-lady.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:" ";display:block;height:100%;position:absolute;right:0;top:0;width:476px}.field_region_form .formResponsive .rsform-block{margin:0 0 24.5px}.field_region_form .formResponsive .rsform-block .formBody{display:block;float:none;width:100%}.field_region_form .formResponsive .rsform-block input[type=text]{-webkit-box-sizing:border-box;box-sizing:border-box;color:#36393b;float:none;font-family:Open Sans;font-size:16px;height:34px;letter-spacing:.3px;line-height:22px;margin-bottom:4.5px;padding:6px 15px;width:100%}.field_region_form .formResponsive .rsform-block input[type=text].rsform-error{border-color:#b94a48}.field_region_form .formResponsive .rsform-block .formValidation span{margin:0}.field_region_form .formResponsive .rsform-block .formControlLabel{color:#142546;display:inline-block;font-family:Open Sans;font-size:17px;font-weight:600;letter-spacing:0;line-height:23px;margin-bottom:7px;padding-top:0;width:100%}.field_region_form .formResponsive .rsform-block .formControlLabel .formRequired{display:none}.field_region_form .formResponsive .rsform-block input[type=checkbox]{-ms-flex-negative:0;flex-shrink:0;float:none;margin:0 14px 0 0}.field_region_form .formResponsive .rsform-block .formDescription{display:none}.field_region_form .formResponsive .rsform-block .formValidation{display:initial}.field_region_form .formResponsive .rsform-block.rsform-block-physicians .formBody label,.field_region_form .formResponsive .rsform-block.rsform-block-specialties .formBody label{-ms-flex-line-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-content:center;align-items:center;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;font-size:17px;font-weight:400;letter-spacing:0;line-height:25px;margin-bottom:12px;margin-top:0}.field_region_form .formResponsive .rsform-block.rsform-block-physicians .formBody label:last-of-type,.field_region_form .formResponsive .rsform-block.rsform-block-specialties .formBody label:last-of-type{margin-bottom:0}.field_region_form .formResponsive .rsform-block.rsform-block-updateconsent .formBody label{color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:23px;margin-bottom:12px}.field_region_form .formResponsive .rsform-block.rsform-block-updateconsent .formBody label input{margin-right:16px}.field_region_form .formResponsive .rsform-block.rsform-block-updateconsent .formBody label:last-of-type{margin-bottom:0}.field_region_form .formResponsive .rsform-block.rsform-block-phone input[type=text]{width:123px}.field_region_form .formResponsive .rsform-block.rsform-block-homezipcode input[type=text]{width:80px}body[screen=lg] .fc-item.tmpl-custom-regions .formResponsive{margin-right:0}body[screen=lg] .fc-item.tmpl-custom-regions .formResponsive .rsform-block{margin:0 0 11px}body[screen=md] .fc-item.tmpl-custom-regions .field_region_ad_ribbon{padding:21.75px 0 18.75px}body[screen=md] .fc-item.tmpl-custom-regions .field_region_ad_ribbon .container .image{padding:0 8.333%}body[screen=md] .fc-item.tmpl-custom-regions .field_region_ad_ribbon img{display:block;margin:0 auto;width:78%}body[screen=md] .fc-item.tmpl-custom-regions .group-3>.container{width:83.333%}body[screen=md] .fc-item.tmpl-custom-regions .advanced_rel_physicians{margin:35px 0}body[screen=md] .fc-item.tmpl-custom-regions .advanced_rel_locations,body[screen=md] .fc-item.tmpl-custom-regions .field_region_form,body[screen=md] .fc-item.tmpl-custom-regions .field_regions_rel_stories,body[screen=md] .fc-item.tmpl-custom-regions .field_tab_section{margin:35px auto}body[screen=md] .fc-item.tmpl-custom-regions .field_region_form .container{width:83.333%}body[screen=md] .fc-item.tmpl-custom-regions .field_region_form form:before{width:282px}body[screen=md] .fc-item.tmpl-custom-regions .field_region_form form fieldset{padding:42px 5.243% 40px;width:calc(100% - 282px)}body[screen=sm] .fc-item.tmpl-custom-regions .field_region_ad_ribbon{padding:14.5px 0 12.5px}body[screen=sm] .fc-item.tmpl-custom-regions .field_region_ad_ribbon .container .image{padding:0 9.375%}body[screen=sm] .fc-item.tmpl-custom-regions .field_region_ad_ribbon img{display:block;margin:0 auto;width:80%}body[screen=sm] .group-3>.container{width:81.25%}body[screen=sm] .group-3 .advanced_rel_physicians{margin:35px 0}body[screen=sm] .group-3 .advanced_rel_locations,body[screen=sm] .group-3 .field_region_form,body[screen=sm] .group-3 .field_regions_rel_stories,body[screen=sm] .group-3 .field_tab_section{margin:35px auto}body[screen=sm] .group-3 .field_region_form .container{width:81.25%}body[screen=sm] .group-3 .field_region_form form:before{display:none}body[screen=sm] .group-3 .field_region_form form fieldset{padding:42px 6.346% 40px;width:100%}body[screen=xs] .fc-item.tmpl-custom-regions .group-3>.container{width:78.125%}body[screen=xs] .fc-item.tmpl-custom-regions .field_regions_rel_stories,body[screen=xs] .fc-item.tmpl-custom-regions .field_tab_section{margin:25px auto}body[screen=xs] .fc-item.tmpl-custom-regions .advanced_rel_physicians h2,body[screen=xs] .fc-item.tmpl-custom-regions .field_region_form h2,body[screen=xs] .fc-item.tmpl-custom-regions .field_regions_rel_stories h2{margin-left:0;margin-right:0}body[screen=xs] .fc-item.tmpl-custom-regions .advanced_rel_physicians{position:relative}body[screen=xs] .fc-item.tmpl-custom-regions .advanced_rel_physicians #rel-phy-filter{background-color:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;height:auto;position:absolute;right:0;top:4.5px}body[screen=xs] .fc-item.tmpl-custom-regions .advanced_rel_physicians #rel-phy-filter .phy-filter-xs .specialty-filter{width:auto}body[screen=xs] .fc-item.tmpl-custom-regions .advanced_rel_physicians #rel-phy-filter .rel-phy-filter.misc-filters{border-left:none;width:auto}body[screen=xs] .fc-item.tmpl-custom-regions .advanced_rel_physicians #rel-phy-filter .rel-phy-filter.misc-filters .rel-phy-filters-misc-toggle{height:17px;width:17px}body[screen=xs] .fc-item.tmpl-custom-regions .advanced_rel_locations,body[screen=xs] .fc-item.tmpl-custom-regions .field_region_form{margin:35px auto}body[screen=xs] .fc-item.tmpl-custom-regions .advanced_rel_physicians{margin-top:25px}body[screen=xs] .fc-item.tmpl-custom-regions .field_region_ad_ribbon{border:0;padding:0}body[screen=xs] .fc-item.tmpl-custom-regions .field_region_ad_ribbon .container .image{line-height:0;padding:0}body[screen=xs] .fc-item.tmpl-custom-regions .field_region_ad_ribbon img{width:100%}body[screen=xs] .fc-item.tmpl-custom-regions .field_region_form .container{width:78.125%}body[screen=xs] .fc-item.tmpl-custom-regions .field_region_form .formResponsive{margin:0;width:100%}body[screen=xs] .fc-item.tmpl-custom-regions .field_region_form .formResponsive .rsform-block .formControlLabel{font-size:15px;letter-spacing:0;line-height:20px}body[screen=xs] .fc-item.tmpl-custom-regions .field_region_form .formResponsive .rsform-block input[type=text],body[screen=xs] .fc-item.tmpl-custom-regions .field_region_form .formResponsive .rsform-block select,body[screen=xs] .fc-item.tmpl-custom-regions .field_region_form .formResponsive .rsform-block textarea{width:100%!important}body[screen=xs] .fc-item.tmpl-custom-regions .field_region_form form{background-color:transparent}body[screen=xs] .fc-item.tmpl-custom-regions .field_region_form form:before{display:none}body[screen=xs] .fc-item.tmpl-custom-regions .field_region_form form fieldset{min-width:0;padding:0;width:100%}body[screen=xs].type-id-38.filters-open .row.main{position:relative;z-index:99}body[screen=sm] .item-catid-2.mobile-filter-open,body[screen=xs] .item-catid-2.mobile-filter-open{height:100vh;overflow:hidden;position:fixed}.type-id-38 .row.main{padding-bottom:0!important}.type-id-38 .bottom-1{display:none}.tmpl-custom-services{color:#142546;overflow:hidden}.tmpl-custom-services .section-2{min-height:605px;padding-top:70px;position:relative}.tmpl-custom-services .section-2:before{background:linear-gradient(153.43deg,#f2f2f2,hsla(0,0%,95%,0) 83.33%),linear-gradient(230.51deg,hsla(0,0%,95%,0) 25.93%,#f2f2f2);content:"";height:100%;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw}.tmpl-custom-services .group-2 wbr{display:none}.tmpl-custom-services .group-2 .field_services_images{grid-column-gap:5px;grid-row-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(2,1fr);grid-template-rows:330px 200px;position:absolute;right:0;top:0;width:45.3125%}.tmpl-custom-services .group-2 .field_services_images img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.tmpl-custom-services .group-2 .field_services_images img:first-of-type{grid-area:1/1/2/3}.tmpl-custom-services .group-2 .field_services_images img:nth-of-type(2){grid-area:2/1/3/2}.tmpl-custom-services .group-2 .field_services_images img:nth-of-type(3){grid-area:2/2/3/3}.tmpl-custom-services .group-2 .field_services_images .story-video:before{background-image:url(/templates/lyquix/images/video-icons/play-button-nat.svg);background-size:cover;content:"";cursor:pointer;display:block;height:90px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90px}.tmpl-custom-services .group-2 .field_services_images.single-image img:first-of-type{grid-area:1/1/3/3}.tmpl-custom-services .group-2 .field_services_images:hover .story-video:before{background-image:url(/templates/lyquix/images/video-icons/play-button-hover.svg)}.tmpl-custom-services .group-2 .services-header-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.tmpl-custom-services .group-2 .services-header-inner h1{font-family:Open Sans,sans-serif;font-size:4.2rem;font-weight:300;line-height:1.357;margin:0 0 12px}.tmpl-custom-services .group-2 .services-header-left{max-width:52.5%;padding-bottom:20px}.tmpl-custom-services .group-2 .description,.tmpl-custom-services .group-2 .field_intro_text,.tmpl-custom-services .group-2 p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.7rem;line-height:1.47;margin:0 0 10px}.tmpl-custom-services .group-2 .description~.show-less,.tmpl-custom-services .group-2 .description~.show-more,.tmpl-custom-services .group-2 .field_intro_text~.show-less,.tmpl-custom-services .group-2 .field_intro_text~.show-more,.tmpl-custom-services .group-2 p~.show-less,.tmpl-custom-services .group-2 p~.show-more{color:#142546;display:block;font-family:Open Sans,sans-serif;font-size:12px;font-weight:600;text-decoration:none}.tmpl-custom-services .group-2 .description~.show-less:before,.tmpl-custom-services .group-2 .description~.show-more:before,.tmpl-custom-services .group-2 .field_intro_text~.show-less:before,.tmpl-custom-services .group-2 .field_intro_text~.show-more:before,.tmpl-custom-services .group-2 p~.show-less:before,.tmpl-custom-services .group-2 p~.show-more:before{background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:10px;margin-right:5px;width:10px}.tmpl-custom-services .group-2 .description~.show-more,.tmpl-custom-services .group-2 .field_intro_text~.show-more,.tmpl-custom-services .group-2 p~.show-more{margin-right:14px;margin-top:14px}.tmpl-custom-services .group-2 .description~.show-more:before,.tmpl-custom-services .group-2 .field_intro_text~.show-more:before,.tmpl-custom-services .group-2 p~.show-more:before{background-image:url(/templates/lyquix/images/physician-icons/plus-expand_blue.svg)}.tmpl-custom-services .group-2 .description~.show-less:before,.tmpl-custom-services .group-2 .field_intro_text~.show-less:before,.tmpl-custom-services .group-2 p~.show-less:before{background-image:url(/templates/lyquix/images/close-icon.svg)}.tmpl-custom-services .group-2 .button-yellow{font-size:1.1rem;font-weight:900;letter-spacing:.48px;margin-left:0;margin-top:30px}.tmpl-custom-services .group-3 .description p{font-family:Open Sans,sans-serif;font-size:17px;line-height:25px}.tmpl-custom-services .group-4 .info-group{clear:both}.tmpl-custom-services .group-4 .description{margin-top:35px}.tmpl-custom-services .group-4 .description *{font-family:Open Sans,sans-serif}.tmpl-custom-services .group-4 .description :first-of-type{margin-top:0}.tmpl-custom-services .group-4 .description :last-of-type{margin-bottom:0}.tmpl-custom-services .group-4 .description p{color:#142546;font-size:17px;line-height:25px}.tmpl-custom-services .group-4 .services-tabs-heading{margin:35px 0 0}.tmpl-custom-services .group-4 .accordion-group{padding-top:18px}.tmpl-custom-services .group-4 .accordion-group .accordion{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.145),-1px 0 3px rgba(0,0,0,.153);box-shadow:0 2px 4px rgba(0,0,0,.145),-1px 0 3px rgba(0,0,0,.153);padding-top:2px}.tmpl-custom-services .group-4 .accordion-group .accordion.closed{height:60px!important}.tmpl-custom-services .group-4 .accordion-group .accordion .accordion-header{font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px;margin-top:20px;padding-left:20px}.tmpl-custom-services .group-4 .accordion-group .accordion .accordion-header>div{width:70%}.tmpl-custom-services .group-4 .accordion-group .accordion .accordion-header:before{margin-right:8px}.tmpl-custom-services .group-4 .accordion-group .accordion .accordion-content{font-family:Open Sans,sans-serif;padding:0 20px}.tmpl-custom-services .group-4 .accordion-group .accordion .accordion-content h2{font-size:12px;font-weight:700;line-height:18px}.tmpl-custom-services .group-4 .accordion-group .accordion .accordion-content p{color:#142546}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content{margin-top:19px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:flex-start;margin-bottom:6px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters>span{background-image:url(/templates/lyquix/images/icons/filter.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:20px;margin-right:8px;width:20px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .count-flag{background-color:#ededed;color:#142546;font-family:Open Sans,sans-serif;font-size:9px;font-weight:700;letter-spacing:.6px;line-height:12px;padding:6px 10px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown{background:#fff;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper{margin:0 auto;position:relative;width:83.75%}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .filter-dropdown{display:block!important;position:relative}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .search{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:80px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .search .button-yellow{border-radius:0 5px 5px 0;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0;width:42px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .search .button-yellow:before{speak:none;content:"";font-family:FontAwesome;font-size:1.6rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .dropdown-wrapper-inner-filters{left:0;position:absolute;top:20px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters{position:absolute;top:126px;width:100%}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters>span{display:none}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .office-filter,.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .specialty-filter{border-bottom:1px solid #142546;margin-bottom:20px;padding-bottom:6px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .office-filter ul,.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .specialty-filter ul{list-style:none;padding-left:10px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .office-filter ul li,.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .specialty-filter ul li{color:#142546;cursor:pointer;font-size:1.2rem;font-weight:600;line-height:17px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .office-filter:after,.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .specialty-filter:after{background-image:url(/templates/lyquix/images/arrowdown.svg);background-size:cover;content:"";display:block;float:right;height:6px;margin-top:-14px;width:10px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .office-filter .specialty-filter-toggle .filter-selection,.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .specialty-filter .specialty-filter-toggle .filter-selection{display:inline-block}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .close-filter{background-image:url(/templates/lyquix/images/icons/filter-close-xs.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;height:14px;margin-top:20px;position:absolute;right:0;top:0;width:14px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .confirm{background-color:#ffd04e;border:1px solid hsla(0,0%,100%,0);border-radius:5px;bottom:0;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);color:#36393b;cursor:pointer;font-size:1.1rem;font-weight:700;left:0;letter-spacing:.48px;line-height:13px;margin:0 auto 10px;padding:8.5px 0 7.5px;position:absolute;right:0;text-align:center;width:180px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .related-pt{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;text-decoration:none}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .related-pt img{border-radius:50%;display:block;font-family:"object-fit:cover;";height:40px;margin-right:8px;-o-object-fit:cover;object-fit:cover;width:40px}.tmpl-custom-services .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .related-pt span{color:#142546;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px}.tmpl-custom-services .group-4 .tab-group{position:relative}.tmpl-custom-services .group-4 .tab-group.hide-image:after{display:none}.tmpl-custom-services .group-4 .tab-group .tab-nav .tab{cursor:pointer;padding-right:70px;position:relative;word-break:normal}.tmpl-custom-services .group-4 .tab-group .tab-nav .tab:after{position:absolute;right:0}.tmpl-custom-services .group-4 .tab-group .tab-content{overflow-y:auto}.tmpl-custom-services .group-4 .tab-group .tab-content .closed{display:none}.tmpl-custom-services .group-4 .tab-group .tab-content .open{display:block}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy]{background-color:#fafafa;margin-left:0;width:100%}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-bottom:1px solid #e4e4e4;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:63px;justify-content:flex-start;width:100%}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:1px solid #e4e4e4;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin-left:34px;padding-right:8%;width:60.25%}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input{border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.2);color:#142546;display:inline-block;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;height:30px;line-height:17px;padding:0 0 0 10px;width:65%}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input::-webkit-input-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input::-moz-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input:-ms-input-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input::-ms-input-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input::placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input::ms-input-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search button{border-radius:0 4px 4px 0;display:inline-block;height:28px;margin:0;padding:0;width:34px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search button:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:1.6rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:1px solid #e4e4e4;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin-left:19px;padding-right:20px;position:relative;width:18%}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;align-items:center;border-bottom:1px solid #142546;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;height:22px;justify-content:space-between;padding-bottom:5px;position:relative}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-toggle:after{background-image:url(/templates/lyquix/images/arrowdown.svg);background-size:cover;content:"";height:6px;right:0;width:10px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-dropdown{padding-left:10px;position:absolute;right:0;top:61px;width:200px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-dropdown ul{background:#fff;border:1px solid #e4e4e4;list-style:none;margin:0;padding:0}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-dropdown ul li{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px;padding:10px;text-align:left}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-dropdown ul li:hover{background-color:#f2f2f2}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin-left:19px;padding-right:20px;position:relative;width:18%}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;align-items:center;border-bottom:1px solid #142546;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;height:22px;justify-content:space-between;padding-bottom:5px;position:relative}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-toggle:after{background-image:url(/templates/lyquix/images/arrowdown.svg);background-size:cover;content:"";height:6px;right:0;width:10px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-dropdown{padding-left:10px;position:absolute;right:0;top:61px;width:200px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-dropdown ul{background:#fff;border:1px solid #e4e4e4;list-style:none;margin:0;padding:0}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-dropdown ul li{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px;padding:10px;text-align:left}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-dropdown ul li:hover{background-color:#f2f2f2}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters{display:none}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .count-flag{background-color:#ededed;border-radius:2px;color:#142546;font-family:Open Sans,sans-serif;font-size:9px;letter-spacing:.6px;line-height:12px;margin-left:34px;margin-top:16px;padding:6px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list{-webkit-column-gap:14px;-moz-column-gap:14px;column-gap:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:34px;padding-top:20px;row-gap:14px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #ededed;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px;text-decoration:none;width:calc(33.333% - 14px)}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt:hover{text-decoration:underline}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt img{border-radius:50%;display:block;font-family:"object-fit: cover";height:40px;margin-right:11px;-o-object-fit:cover;object-fit:cover;width:40px}.tmpl-custom-services .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt span{font-family:Open Sans,sans-serif;font-size:15px;font-weight:700;line-height:20px;word-break:normal}.tmpl-custom-services .group-4 .advanced_rel_locations{clear:both}.tmpl-custom-services .group-4 .advanced_rel_locations>h2{font-size:17px;line-height:23.15px;margin-top:40px}.tmpl-custom-services .group-4 .advanced_rel_locations.filter-open{z-index:999}.tmpl-custom-services .group-5>.make-an-appointment{background:-webkit-gradient(linear,left bottom,left top,from(#101e37),to(#405378));background:linear-gradient(1turn,#101e37,#405378);height:69px;margin:50px calc(50% - 50vw) 0}.tmpl-custom-services .group-5>.make-an-appointment>div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;justify-content:center;padding:0 4%}.tmpl-custom-services .group-5>.make-an-appointment>div h2{color:#fff;font-size:14px;line-height:26px;margin:0 10px 0 0}.tmpl-custom-services .group-5>.make-an-appointment>div a{font-size:11px;font-weight:900;max-width:200px;padding:6px 10px;width:50%}body[screen=xs] .tmpl-custom-services .container{margin-left:10.9375%;margin-right:10.9375%;max-width:none}body[screen=xs] .tmpl-custom-services .section-2{min-height:auto;padding-top:35px}body[screen=xs] .tmpl-custom-services .group-2 .services-header-left{max-width:none}body[screen=xs] .tmpl-custom-services .group-2 .services-header-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px}body[screen=xs] .tmpl-custom-services .group-2 .field_services_images{grid-template-rows:144px 110px;position:relative;width:calc(100% + 10.9375vw)}body[screen=xs] .tmpl-custom-services .group-2 .button-yellow{color:#1e2022;font-size:11px;font-weight:900;margin:15px 0 0;padding:8px 28.5px}body[screen=xs] .tmpl-custom-services .group-2 .description~.show-less,body[screen=xs] .tmpl-custom-services .group-2 .description~.show-more,body[screen=xs] .tmpl-custom-services .group-2 .field_intro_text~.show-less,body[screen=xs] .tmpl-custom-services .group-2 .field_intro_text~.show-more{margin-top:10px}body[screen=xs] .tmpl-custom-services .tab-group{display:none}body[screen=xs] .tmpl-custom-services .advanced_rel_locations{margin-bottom:0}body[screen=sm] .tmpl-custom-services .group-2 .services-header-inner h1,body[screen=xs] .tmpl-custom-services .group-2 .services-header-inner h1{font-size:4rem}body[screen=sm] .tmpl-custom-services .group-2 .services-header-inner .description p,body[screen=xs] .tmpl-custom-services .group-2 .services-header-inner .description p{font-size:1.4rem}body[screen=sm] .tmpl-custom-services .group-2 .services-header-inner .field_services_images .story-video:before,body[screen=xs] .tmpl-custom-services .group-2 .services-header-inner .field_services_images .story-video:before{height:45px;width:45px}body[screen=sm] .tmpl-custom-services .container{margin-inline:8.333%;max-width:none}body[screen=sm] .tmpl-custom-services .section-2{min-height:350px;padding-top:32px}body[screen=sm] .tmpl-custom-services .section-2 .field_services_images{grid-template-rows:144px 136px}body[screen=sm] .tmpl-custom-services .section-3 .description,body[screen=sm] .tmpl-custom-services .section-3 .services-tabs-heading{margin-top:35px}body[screen=sm] .tmpl-custom-services .tab-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;margin-top:18px}body[screen=sm] .tmpl-custom-services .tab-group:before{font-size:20px;line-height:27px;margin-bottom:18px;width:100%}body[screen=sm] .tmpl-custom-services .tab-group>div{-webkit-box-flex:1;-ms-flex:1;flex:1}body[screen=sm] .tmpl-custom-services .tab-group .tab-nav{-webkit-box-flex:0;background:#f2f2f2;border-bottom:1px solid hsla(217,6%,54%,.178);border-left:1px solid hsla(217,6%,54%,.178);border-radius:1px 0 1px 1px;border-top:1px solid hsla(217,6%,54%,.178);-ms-flex:0 0 33%;flex:0 0 33%;height:654px;margin:0;padding-right:0;padding-top:50px}body[screen=sm] .tmpl-custom-services .tab-group .tab-nav .tab{font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin-left:22px;min-height:40px;padding:10px 70px 10px 8px}body[screen=sm] .tmpl-custom-services .tab-group .tab-nav .tab.open{background:#fff;border-left:4px solid #142546;font-weight:600}body[screen=sm] .tmpl-custom-services .tab-group .tab-nav .tab.open:after{background-image:url(/templates/lyquix/images/icons/arrow-blue-right-bold.svg);background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;float:right;height:100%;margin-right:8px;position:absolute;top:0;width:4px}body[screen=sm] .tmpl-custom-services .tab-group .tab-content{border-bottom:1px solid hsla(217,6%,54%,.178);border-radius:1px 1px 1px 0;border-right:1px solid hsla(217,6%,54%,.178);border-top:1px solid hsla(217,6%,54%,.178);height:654px}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel{font-family:Open Sans,sans-serif;height:100%;margin-left:40px;padding-top:50px;width:64%}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search{margin-left:20px}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-toggle.open{background:#f2f2f2 url(/templates/lyquix/images/icons/filter-close-xs.svg) no-repeat center 60%/60%}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);display:none}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .count-flag{margin-left:20px}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list{-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;padding-left:20px;padding-right:20px;row-gap:8px}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt{padding:16px 2px 16px 12px;width:calc(50% - 8px)}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt span{font-size:14px}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search{border-right:0}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter,body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter{display:none}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #e4e4e4;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding:0 20px}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters>span{background-image:url(/templates/lyquix/images/icons/filter.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:20px;width:20px}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown{background:#fff;padding-bottom:20px;position:absolute;right:7px;top:130px;width:314px;z-index:10000}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .office-filter,body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .specialty-filter{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:20px;width:200px}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .office-filter .office-filter-toggle,body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .office-filter .specialty-filter-toggle,body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .specialty-filter .office-filter-toggle,body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .specialty-filter .specialty-filter-toggle{width:200px}body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .office-filter .office-filter-dropdown,body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .office-filter .specialty-filter-dropdown,body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .specialty-filter .office-filter-dropdown,body[screen=sm] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .specialty-filter .specialty-filter-dropdown{left:0;padding:0;position:relative;right:0;top:0}body[screen=sm] .tmpl-custom-services .accordion-group{display:none}body[screen=sm] .tmpl-custom-services .advanced_rel_locations>h2{font-size:20px;margin-top:35px}body[screen=sm] .tmpl-custom-services .group-5>.make-an-appointment{height:90px;margin-top:60px}body[screen=sm] .tmpl-custom-services .group-5>.make-an-appointment h2{font-size:17px;line-height:23.15px;margin-right:35px}body[screen=md] .tmpl-custom-services .container{margin-left:8.9375%;margin-right:8.9375%;max-width:none}body[screen=md] .tmpl-custom-services .section-2{min-height:422px;padding-top:34px}body[screen=md] .tmpl-custom-services .section-2 .field_services_images{grid-template-rows:250px 133px}body[screen=md] .tmpl-custom-services .section-3 .description,body[screen=md] .tmpl-custom-services .section-3 .services-tabs-heading{margin-top:35px}body[screen=md] .tmpl-custom-services .tab-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;margin-top:18px;overflow:hidden}body[screen=md] .tmpl-custom-services .tab-group:after{background:url(/templates/lyquix/images/services-tab-img.png);background-size:cover;content:"";display:block;height:652px;position:absolute;right:calc(44% + 36px);top:1px;width:430px;z-index:1}body[screen=md] .tmpl-custom-services .tab-group:before{font-size:20px;line-height:27px;margin-bottom:18px;width:100%}body[screen=md] .tmpl-custom-services .tab-group>div{-webkit-box-flex:1;-ms-flex:1;flex:1}body[screen=md] .tmpl-custom-services .tab-group .tab-nav{-webkit-box-flex:0;background:#f2f2f2;border-bottom:1px solid hsla(217,6%,54%,.178);border-left:1px solid hsla(217,6%,54%,.178);border-radius:1px 0 1px 1px;border-top:1px solid hsla(217,6%,54%,.178);-ms-flex:0 0 33%;flex:0 0 33%;height:654px;margin:0;opacity:.97;padding-right:0;padding-top:50px;z-index:2}body[screen=md] .tmpl-custom-services .tab-group .tab-nav .tab{font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin-left:22px;padding:12px 70px 12px 8px}body[screen=md] .tmpl-custom-services .tab-group .tab-nav .tab.open{background:#fff;border-left:4px solid #142546;font-weight:600}body[screen=md] .tmpl-custom-services .tab-group .tab-nav .tab.open:after{background-image:url(/templates/lyquix/images/icons/arrow-blue-right-bold.svg);background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;float:right;height:100%;margin-right:12px;position:absolute;top:0;width:4px}body[screen=md] .tmpl-custom-services .tab-group .tab-content{border-bottom:1px solid hsla(217,6%,54%,.178);border-radius:1px 1px 1px 0;border-right:1px solid hsla(217,6%,54%,.178);border-top:1px solid hsla(217,6%,54%,.178);height:654px}body[screen=md] .tmpl-custom-services .tab-group .tab-content .tab-panel{font-family:Open Sans,sans-serif;height:100%;margin-left:36%;padding-top:50px;width:60%}body[screen=md] .tmpl-custom-services .tab-group .tab-content .tab-panel h2{font-size:20px;line-height:27.24px}body[screen=md] .tmpl-custom-services .tab-group .tab-content .tab-panel p{font-size:17px;line-height:25px}body[screen=md] .tmpl-custom-services .tab-group .tab-content .tab-panel p:last-child,body[screen=md] .tmpl-custom-services .tab-group .tab-content .tab-panel p:last-of-type{margin-bottom:0}body[screen=md] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .count-flag,body[screen=md] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search{margin-left:20px}body[screen=md] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list{padding-left:20px}body[screen=md] .tmpl-custom-services .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt{padding:16px 2px 16px 12px}body[screen=md] .tmpl-custom-services .accordion-group{display:none}body[screen=md] .tmpl-custom-services .advanced_rel_locations>h2{font-size:20px;margin-bottom:18px;margin-top:35px}body[screen=md] .tmpl-custom-services .group-5>.make-an-appointment{height:100px;margin-top:60px}body[screen=md] .tmpl-custom-services .group-5>.make-an-appointment>div h2{font-size:17px;line-height:23.15px;margin-right:72px}body[screen=lg] .tmpl-custom-services .section-3 .description,body[screen=lg] .tmpl-custom-services .section-3 .services-tabs-heading{margin-top:50px}body[screen=lg] .tmpl-custom-services .tab-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;margin-top:18px}body[screen=lg] .tmpl-custom-services .tab-group:after{background:url(/templates/lyquix/images/services-tab-img.png);background-size:cover;content:"";display:block;height:652px;position:absolute;right:calc(44% + 36px);top:1px;width:430px;z-index:1}body[screen=lg] .tmpl-custom-services .tab-group:before{font-size:20px;line-height:27px;margin-bottom:18px;width:100%}body[screen=lg] .tmpl-custom-services .tab-group>div{-webkit-box-flex:1;-ms-flex:1;flex:1}body[screen=lg] .tmpl-custom-services .tab-group .tab-nav{-webkit-box-flex:0;background:#f2f2f2;border-bottom:1px solid hsla(217,6%,54%,.178);border-left:1px solid hsla(217,6%,54%,.178);border-radius:1px 0 1px 1px;border-top:1px solid hsla(217,6%,54%,.178);-ms-flex:0 0 33%;flex:0 0 33%;height:654px;margin:0;opacity:.97;padding-right:0;padding-top:50px;z-index:2}body[screen=lg] .tmpl-custom-services .tab-group .tab-nav .tab{font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin-left:38px;padding:12px 70px 12px 8px}body[screen=lg] .tmpl-custom-services .tab-group .tab-nav .tab.open{background:#fff;border-left:4px solid #142546;font-weight:600}body[screen=lg] .tmpl-custom-services .tab-group .tab-nav .tab.open:after{background-image:url(/templates/lyquix/images/icons/arrow-blue-right-bold.svg);background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;float:right;height:100%;margin-right:12px;top:0;width:4px}body[screen=lg] .tmpl-custom-services .tab-group .tab-content{border-bottom:1px solid hsla(217,6%,54%,.178);border-radius:1px 1px 1px 0;border-right:1px solid hsla(217,6%,54%,.178);border-top:1px solid hsla(217,6%,54%,.178);height:654px}body[screen=lg] .tmpl-custom-services .tab-group .tab-content .tab-panel{font-family:Open Sans,sans-serif;height:100%;margin-left:36%;padding-top:50px;width:60%}body[screen=lg] .tmpl-custom-services .tab-group .tab-content .tab-panel h2{font-size:20px;line-height:27.24px}body[screen=lg] .tmpl-custom-services .tab-group .tab-content .tab-panel p{font-size:17px;line-height:25px;margin-bottom:12px}body[screen=lg] .tmpl-custom-services .tab-group .tab-content .tab-panel p:last-child,body[screen=lg] .tmpl-custom-services .tab-group .tab-content .tab-panel p:last-of-type{margin-bottom:0}body[screen=lg] .tmpl-custom-services .accordion-group{display:none}body[screen=lg] .tmpl-custom-services .advanced_rel_locations>h2{font-size:20px;margin-bottom:18px;margin-top:50px}body[screen=lg] .tmpl-custom-services .group-5>.make-an-appointment{height:100px;margin-top:70px}body[screen=lg] .tmpl-custom-services .group-5>.make-an-appointment>div h2{font-size:17px;line-height:23.15px;margin-right:72px}.tmpl-custom-services .advanced_rel_locations .office-list .list li:before{background-image:url(/templates/lyquix/images/location-icons/filter-office-color.svg)!important}body[screen=lg].type-alias-service .fc-item.tmpl-custom-services .container{max-width:1080px}@media screen and (min-width:1600px){body[screen=lg].type-alias-program .fc-item.tmpl-custom-programs .container,body[screen=lg].type-alias-program .fc-item.tmpl-custom-services .container,body[screen=lg].type-alias-service .fc-item.tmpl-custom-programs .container,body[screen=lg].type-alias-service .fc-item.tmpl-custom-services .container{max-width:1280px}body[screen=lg].type-alias-program .group-2.readmore-open,body[screen=lg].type-alias-service .group-2.readmore-open{padding-bottom:93px}body[screen=lg].type-alias-program .group-2 .button-yellow,body[screen=lg].type-alias-service .group-2 .button-yellow{padding:18px 50px}}.fc-item.tmpl-custom-specialties h1{padding-bottom:5px;padding-left:50px;position:relative}.fc-item.tmpl-custom-specialties h1 div{left:0;position:absolute}.fc-item.tmpl-custom-specialties .related-treatment-block .blk6{position:relative}.fc-item.tmpl-custom-specialties .related-treatment-block .blk6 .close-button:before,.fc-item.tmpl-custom-specialties .related-treatment-block .blk6 .open-button:before{top:auto}.fc-item.tmpl-custom-specialties .accordion.body-part{margin:0;padding-bottom:0;width:90%}.fc-item.tmpl-custom-specialties .accordion-2 ul,.fc-item.tmpl-custom-specialties .accordion.body-part ul{margin-left:39px}.fc-item.tmpl-custom-specialties .group-1,.fc-item.tmpl-custom-specialties .group-2,.fc-item.tmpl-custom-specialties .group-3,.fc-item.tmpl-custom-specialties .group-4,.fc-item.tmpl-custom-specialties .group-5,.fc-item.tmpl-custom-specialties .group-6{clear:both}.fc-item.tmpl-custom-specialties .group-1:after,.fc-item.tmpl-custom-specialties .group-1:before,.fc-item.tmpl-custom-specialties .group-2:after,.fc-item.tmpl-custom-specialties .group-2:before,.fc-item.tmpl-custom-specialties .group-3:after,.fc-item.tmpl-custom-specialties .group-3:before,.fc-item.tmpl-custom-specialties .group-4:after,.fc-item.tmpl-custom-specialties .group-4:before,.fc-item.tmpl-custom-specialties .group-5:after,.fc-item.tmpl-custom-specialties .group-5:before,.fc-item.tmpl-custom-specialties .group-6:after,.fc-item.tmpl-custom-specialties .group-6:before{content:" ";display:table}.fc-item.tmpl-custom-specialties .group-1:after,.fc-item.tmpl-custom-specialties .group-2:after,.fc-item.tmpl-custom-specialties .group-3:after,.fc-item.tmpl-custom-specialties .group-4:after,.fc-item.tmpl-custom-specialties .group-5:after,.fc-item.tmpl-custom-specialties .group-6:after{clear:both}.fc-item.tmpl-custom-specialties .field_edu_active{margin:0 auto}.fc-item.tmpl-custom-specialties .field_edu_active iframe{border:0;height:600px;width:300px}.fc-item.tmpl-custom-specialties .surgery-op{float:left;height:auto;margin:3px;width:154px}.fc-item.tmpl-custom-specialties .grid-blog-series-0,.fc-item.tmpl-custom-specialties .grid-blog-series-1,.fc-item.tmpl-custom-specialties .grid-blog-series-2,.fc-item.tmpl-custom-specialties .grid-blog-series-3,.fc-item.tmpl-custom-specialties .grid-blog-series-4,.fc-item.tmpl-custom-specialties .grid-blog-series-5,.fc-item.tmpl-custom-specialties .grid-blog-series-6,.fc-item.tmpl-custom-specialties .grid-blog-series-7{margin-top:20px}.fc-item.tmpl-custom-specialties .field_rel_video_collection{position:relative}.fc-item.tmpl-custom-specialties .field_rel_video_collection .main-container{border-radius:2px;height:475px;line-height:0;margin:0;overflow:hidden;padding:0;position:relative}.fc-item.tmpl-custom-specialties .field_rel_video_collection .text-container{background-color:rgba(31,35,51,.9);-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font-family:Open Sans,sans-serif;font-size:18px;height:100%;left:0;line-height:24px;padding:77px 44px;position:absolute;top:0;width:418px}.fc-item.tmpl-custom-specialties .field_rel_video_collection .text-container .button-yellow{margin-left:0;margin-top:55px}.fc-item.tmpl-custom-specialties.item-general-orthopaedics .sub-menu-tabs li[data-href="#conditions-treatments"],.row.fixed-items-container .sub-menu-tabs li[data-href="#conditions-treatments"]{display:none}body[screen=lg] .fc-item.tmpl-custom-specialties .group-3 .description{margin-right:75px}body[screen=sm] .fc-item.tmpl-custom-specialties .field_edu_active{float:right;margin:0 10px 5px}body[screen=md] .fc-item.tmpl-custom-specialties .field_rel_video_collection .text-container,body[screen=sm] .fc-item.tmpl-custom-specialties .field_rel_video_collection .text-container{padding:50px 20px;width:50%}body[screen=xs] .fc-item.tmpl-custom-specialties .ccb-programs li{float:none;margin:2px auto}body[screen=xs] .fc-item.tmpl-custom-specialties .field_spe_stories{border-bottom:1px solid #d4d4d4;margin-bottom:15px;padding-bottom:45px}body[screen=xs] .fc-item.tmpl-custom-specialties .field_spe_stories .all-stories-link{margin-top:22px}body[screen=xs] .fc-item.tmpl-custom-specialties .field_rel_video_collection .main-container{height:291px}body[screen=xs] .fc-item.tmpl-custom-specialties .field_rel_video_collection .text-container{bottom:0;font-size:1.65rem;height:225px;line-height:23px;padding:30px 20px;top:auto;width:100%}body[screen=xs] .fc-item.tmpl-custom-specialties .field_rel_video_collection .text-container .button-yellow{margin-top:17px}@media screen and (max-width:320px){.fc-item.tmpl-custom-specialties .group-2,.fc-item.tmpl-custom-specialties .group-3,.fc-item.tmpl-custom-specialties .group-5{margin:0 5px}.fc-item.tmpl-custom-specialties .group-4 h2{margin:2.505rem 5px 10px}.fc-item.tmpl-custom-specialties .group-4 .field_spe_conditions,.fc-item.tmpl-custom-specialties .group-4 .field_spe_treatments{margin:0 5px}.fc-item.tmpl-custom-specialties .group-4 h2.accordion-link-bottom{margin:40px 5px 0!important;width:310px}.fc-item.tmpl-custom-specialties .group-6 h2{margin:2.505rem 5px 10px}}.fc-item.tmpl-custom-conditions .group-1:after,.fc-item.tmpl-custom-conditions .group-1:before,.fc-item.tmpl-custom-conditions .group-2:after,.fc-item.tmpl-custom-conditions .group-2:before,.fc-item.tmpl-custom-conditions .group-3:after,.fc-item.tmpl-custom-conditions .group-3:before,.fc-item.tmpl-custom-conditions .group-4:after,.fc-item.tmpl-custom-conditions .group-4:before,.fc-item.tmpl-custom-treatments .group-1:after,.fc-item.tmpl-custom-treatments .group-1:before,.fc-item.tmpl-custom-treatments .group-2:after,.fc-item.tmpl-custom-treatments .group-2:before,.fc-item.tmpl-custom-treatments .group-3:after,.fc-item.tmpl-custom-treatments .group-3:before,.fc-item.tmpl-custom-treatments .group-4:after,.fc-item.tmpl-custom-treatments .group-4:before{content:" ";display:table}.fc-item.tmpl-custom-conditions .group-1:after,.fc-item.tmpl-custom-conditions .group-2:after,.fc-item.tmpl-custom-conditions .group-3:after,.fc-item.tmpl-custom-conditions .group-4:after,.fc-item.tmpl-custom-treatments .group-1:after,.fc-item.tmpl-custom-treatments .group-2:after,.fc-item.tmpl-custom-treatments .group-3:after,.fc-item.tmpl-custom-treatments .group-4:after{clear:both}.fc-item.tmpl-custom-conditions .group-3,.fc-item.tmpl-custom-treatments .group-3{padding-bottom:40px}.fc-item.tmpl-custom-conditions .group-3 .blk8,.fc-item.tmpl-custom-treatments .group-3 .blk8{position:relative}body[screen=lg] .fc-item.tmpl-custom-conditions .description,body[screen=lg] .fc-item.tmpl-custom-treatments .description{margin-right:75px}@media screen and (max-width:320px){.fc-item.tmpl-custom-conditions .description,.fc-item.tmpl-custom-treatments .description{margin:0 5px}}.item-urgent-care{overflow:hidden}.item-urgent-care .breadcrumb{display:none}.item-urgent-care .description h1{border-bottom:0;font-size:4.2rem;font-weight:300;line-height:57px;margin-top:40px;padding-bottom:0}.item-urgent-care .description p{color:#142546;font-family:Open Sans;font-size:17px;letter-spacing:0;line-height:25px}.item-urgent-care .description ul li{color:#142546;font-family:Open Sans;font-size:16px;letter-spacing:0;line-height:22px}.item-urgent-care .description h2{color:#142546;font-family:Open Sans;font-size:20px;font-weight:600;letter-spacing:0;line-height:27px}.item-urgent-care .description .main-text{-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:42px}.item-urgent-care .description h2.subtitle{-webkit-font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"onum" 0,"pnum" 1,"dlig" 0,"tnum" 0,"lnum" 0;font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"onum" 0,"pnum" 1,"dlig" 0,"tnum" 0,"lnum" 0;color:#09101e;font-family:Open Sans;font-size:27px;font-weight:400;letter-spacing:1.68px;line-height:42px;text-transform:uppercase}.item-urgent-care .description h2.subtitle .highlight{background-color:rgba(255,222,0,.61)}.item-urgent-care .description .right-column{margin-top:40px}.item-urgent-care .description .right-column .subtitle{margin-top:0}.item-urgent-care .description .right-column .image{margin-top:33px;position:relative}.item-urgent-care .description .right-column .image .text{bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 39px 55px 30px;position:absolute;width:100%}.item-urgent-care .description .right-column .image .text h2{color:#fff;font-family:Open Sans;font-size:27px;font-weight:400;letter-spacing:1.51px;line-height:42px;margin:0 0 18px;text-transform:uppercase}.item-urgent-care .description .right-column .image .text p{color:#fff;font-family:Open Sans;font-size:17px;letter-spacing:0;line-height:27px;margin:0}.item-urgent-care .description .right-column .image .text>*{color:#fff}.item-urgent-care .description .field_eve_content .flex-container{border:1px solid #d6d6d6;border-radius:1px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:22px 0 42px}.item-urgent-care .description .field_eve_content .flex-container .box{border-right:1px solid #d6d6d6;width:50%}.item-urgent-care .description .field_eve_content .flex-container .box .title{background-color:hsla(0,0%,97%,.97);border-bottom:1px solid hsla(0,0%,87%,.97);padding:12px 28px 9px}.item-urgent-care .description .field_eve_content .flex-container .box .title h2{font-size:16px;font-weight:600;letter-spacing:0;line-height:22px;margin:0}.item-urgent-care .description .field_eve_content .flex-container .box .content{padding:16px 18px 34px}.item-urgent-care .description .field_eve_content .flex-container .box .content ul{margin:0}.item-urgent-care .description .field_eve_content .flex-container .box .content ul li:first-of-type{margin-top:0}.item-urgent-care .description .field_eve_content .flex-container .box .content ul li:last-of-type{margin-bottom:0}.item-urgent-care .description .mid-banner{margin:0 0 17px;padding:85px 0 92px;position:relative;width:100%}.item-urgent-care .description .mid-banner:before{background-image:url(/templates/lyquix/images/urgentcare-lp-midbanner.jpg);background-position:top;background-size:cover;content:" ";display:block;height:100%;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw}.item-urgent-care .description .mid-banner h2{color:#fff;font-family:Open Sans;font-size:27px;font-weight:400;letter-spacing:1.51px;line-height:42px;margin:0;position:relative;text-transform:uppercase;width:445px;z-index:1}.item-urgent-care .field_rel_locations .ccb-locations{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:16px -3px 15px}.item-urgent-care .field_rel_locations .ccb-locations li{-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;margin:3px;width:calc(25% - 6px)}.item-urgent-care .field_rel_locations .ccb-locations li .image{line-height:0;position:relative}.item-urgent-care .field_rel_locations .ccb-locations li .image a{padding-bottom:0;position:relative}.item-urgent-care .field_rel_locations .ccb-locations li .image a:before{background:-webkit-gradient(linear,left bottom,left top,from(rgba(9,13,35,.86)),to(rgba(9,18,35,0)));background:linear-gradient(0deg,rgba(9,13,35,.86),rgba(9,18,35,0));content:" ";display:block;height:100%;position:absolute;width:100%;z-index:1}.item-urgent-care .field_rel_locations .ccb-locations li .image img{display:block;position:relative;width:100%;z-index:0}.item-urgent-care .field_rel_locations .ccb-locations li .image h3{bottom:12px;color:#fff;font-size:17px;font-weight:600;left:9px;letter-spacing:0;line-height:25px;margin:0;max-width:calc(100% - 18px);position:absolute;z-index:2}.item-urgent-care .field_rel_locations .ccb-locations li .text{padding:12px 10.5px 30px}.item-urgent-care .field_rel_locations .ccb-locations li .text .field{margin:12px 0}.item-urgent-care .field_rel_locations .ccb-locations li .text .field:first-of-type{margin-top:0}.item-urgent-care .field_rel_locations .ccb-locations li .text .field:last-of-type{margin-bottom:22px}.item-urgent-care .field_rel_locations .ccb-locations li .text p{font-size:1.4rem;letter-spacing:0;line-height:23px;margin:0}.item-urgent-care .field_rel_locations .ccb-locations li .text p,.item-urgent-care .field_rel_locations .ccb-locations li .text p strong{-webkit-font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"onum" 0,"pnum" 1,"dlig" 0,"tnum" 0,"lnum" 0;font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"onum" 0,"pnum" 1,"dlig" 0,"tnum" 0,"lnum" 0}.item-urgent-care .field_rel_locations .ccb-locations li .text p.red{color:#d12300}.item-urgent-care .field_rel_locations .ccb-locations li .text .field_hours,.item-urgent-care .field_rel_locations .ccb-locations li .text .field_phone{display:-webkit-box;display:-ms-flexbox;display:flex}.item-urgent-care .field_rel_locations .ccb-locations li .text .field_hours p{font-weight:600}.item-urgent-care .field_rel_locations .ccb-locations li .text .field_hours br:nth-of-type(odd){display:none}.item-urgent-care .field_rel_locations .ccb-locations li .text .field_hours p .days{clear:left}.item-urgent-care .field_rel_locations .ccb-locations li .text .field_hours .days,.item-urgent-care .field_rel_locations .ccb-locations li .text .field_hours .hours{display:inline}.item-urgent-care .field_rel_locations .ccb-locations li .text .field_hours .hours{font-weight:400}.item-urgent-care .field_rel_locations .ccb-locations li .text .field_hours .hours:before{content:" ";display:inline}.item-urgent-care .field_rel_locations .ccb-locations li .text .button{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:11px;font-weight:900;letter-spacing:.48px;line-height:13px;padding:7.5px 38px 6.5px;width:172px}.item-urgent-care .field_rel_locations .ccb-locations li:nth-of-type(3) .text .field_hours p{color:#d12300}body[screen=md] .item-urgent-care .description .main-text{padding-right:0;width:430px}body[screen=md] .item-urgent-care .description .flex-container .box .title{padding:12px 11px 9px}body[screen=md] .item-urgent-care .description .right-column{float:right;width:263px}body[screen=md] .item-urgent-care .description .right-column .image .text{padding:0 22px 30px}body[screen=md] .item-urgent-care .description .mid-banner h2{margin:0 auto 0 44px}body[screen=md] .item-urgent-care .description .ccb-locations li{width:calc(33.333% - 6px)}body[screen=sm] .item-urgent-care .description h2.subtitle,body[screen=xs] .item-urgent-care .description h2.subtitle{font-size:22px;letter-spacing:1.23px;line-height:34px}body[screen=sm] .item-urgent-care .description .main-text,body[screen=xs] .item-urgent-care .description .main-text{padding-right:0}body[screen=sm] .item-urgent-care .description .mobile-banner,body[screen=xs] .item-urgent-care .description .mobile-banner{line-height:0;position:relative}body[screen=sm] .item-urgent-care .description .mobile-banner img,body[screen=xs] .item-urgent-care .description .mobile-banner img{width:100%}body[screen=sm] .item-urgent-care .description .mobile-banner .text,body[screen=xs] .item-urgent-care .description .mobile-banner .text{bottom:19px;left:25px;position:absolute;width:314px}body[screen=sm] .item-urgent-care .description .mobile-banner .text h2,body[screen=xs] .item-urgent-care .description .mobile-banner .text h2{color:#fff;font-family:Open Sans;font-size:22px;font-weight:400;letter-spacing:1.23px;line-height:34px;margin:0 0 6px;text-transform:uppercase}body[screen=sm] .item-urgent-care .description .mobile-banner .text p,body[screen=xs] .item-urgent-care .description .mobile-banner .text p{color:#fff;font-family:Open Sans;font-size:17px;letter-spacing:0;line-height:27px;margin:0}body[screen=sm] .item-urgent-care .description h1{border-bottom:0;font-size:4.2rem;line-height:57px;margin-left:0;margin-right:0;margin-top:33px;padding-bottom:0}body[screen=sm] .item-urgent-care .description .main-text{float:none;margin-left:auto;margin-right:auto}body[screen=sm] .item-urgent-care .description .ccb-locations li{width:calc(50% - 6px)}body[screen=xs] .item-urgent-care .description{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;max-width:300px;padding:0}body[screen=xs] .item-urgent-care .description .container{max-width:300px}body[screen=xs] .item-urgent-care .description .container>*,body[screen=xs] .item-urgent-care .description>*{float:none}body[screen=xs] .item-urgent-care .description h1{border-bottom:0;font-size:4rem;line-height:50px;margin-left:0;margin-right:0;margin-top:26px;padding-bottom:0}body[screen=xs] .item-urgent-care .description .main-text{float:none;margin-left:auto;margin-right:auto}body[screen=xs] .item-urgent-care .description .field_eve_content .flex-container{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:22px 0 42px}body[screen=xs] .item-urgent-care .description .field_eve_content .flex-container .box{border-right:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}body[screen=xs] .item-urgent-care .description .field_eve_content .flex-container .box:last-of-type{border-top:1px solid hsla(0,0%,87%,.97)}body[screen=xs] .item-urgent-care .description .field_eve_content .flex-container .box ul li{font-size:1.4rem;line-height:22px}body[screen=xs] .item-urgent-care .description .field_eve_content .flex-container .box .title{padding:12px 20px 9px}body[screen=xs] .item-urgent-care .description .field_eve_content .flex-container .box .content{padding:14px 20px 20px}body[screen=xs] .item-urgent-care .description .ccb-locations{margin-bottom:0}body[screen=xs] .item-urgent-care .description .ccb-locations li{margin:3px 0;width:100%}body[screen=xs] .item-urgent-care .description .ccb-locations li .image h3{bottom:11px;left:20px;width:calc(100% - 40px)}body[screen=xs] .item-urgent-care .description .mobile-banner{line-height:0;position:relative}body[screen=xs] .item-urgent-care .description .mobile-banner img{width:100%}body[screen=xs] .item-urgent-care .description .mobile-banner .text{bottom:25px;left:20px;position:absolute;width:calc(100% - 40px)}.fc-item.tmpl-custom-video-collections .group-3{margin:0 0 55px}.fc-item.tmpl-custom-video-collections .group-3 .button-yellow{margin:5px 0}.fc-item.tmpl-custom-video-collections .group-4{margin-top:45px}.fc-item.tmpl-custom-video-collections .field_rel_videos{list-style:none;margin:0;padding:0}.fc-item.tmpl-custom-video-collections .field_rel_videos li{display:block;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 24px;width:100%}.fc-item.tmpl-custom-video-collections .field_rel_videos li .lyqbox-item{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;width:314px}.fc-item.tmpl-custom-video-collections .field_rel_videos li .lyqbox-item img{border-radius:2px}.fc-item.tmpl-custom-video-collections .field_rel_videos li .vid-gal-right-column{width:calc(100% - 314px)}.fc-item.tmpl-custom-video-collections .field_rel_videos li h2{font-size:1.5rem;line-height:1.333;margin:5px 0 12px}.fc-item.tmpl-custom-video-collections .field_rel_videos li .title-overlay h3 a{color:#bac0cb!important;text-decoration:none}.fc-item.tmpl-custom-video-collections .field_rel_videos li h2 a{text-decoration:none}.fc-item.tmpl-custom-video-collections .field_rel_videos li .button-yellow{margin:0}.fc-item.tmpl-custom-video-collections .lyqbox-item{position:relative}.fc-item.tmpl-custom-video-collections .lyqbox-item .title-overlay{background-color:rgba(9,18,35,.9);bottom:0;height:65px;left:0;position:absolute;text-align:left;text-decoration:none;-webkit-transition:all 1s;transition:all 1s;width:100%;z-index:1}.fc-item.tmpl-custom-video-collections .lyqbox-item .title-overlay h3{border:0;color:#bac0cb;font-family:EB Garamond,serif;font-size:1.7rem;font-weight:400;height:40px;letter-spacing:.5px;line-height:2.1rem;margin:14px;overflow:hidden;text-align:left}.fc-item.tmpl-custom-video-collections .lyqbox-item .video-icon{right:22px;top:22px}.fc-item.tmpl-custom-video-collections .lyqbox-item:hover .title-overlay{height:215px}.fc-item.tmpl-custom-video-collections .lyqbox-item:hover .title-overlay h3{border-bottom:1px solid hsla(0,0%,100%,.27);margin-bottom:0;padding-bottom:24px}.fc-item.tmpl-custom-video-collections .vid-gal-right-column{padding-left:30px}.fc-item.tmpl-custom-video-collections .vid-gal-right-column .field_intro_text p{color:#777;font-size:1.5rem;line-height:1.533;margin:0}body[screen=sm] .fc-item.tmpl-custom-video-collections .group-4{margin-top:22.5px}body[screen=xs] .fc-item.tmpl-custom-video-collections .lyqbox-item,body[screen=xs] .fc-item.tmpl-custom-video-collections .vid-gal-right-column{width:100%}body[screen=xs] .fc-item.tmpl-custom-video-collections .lyqbox-item img,body[screen=xs] .fc-item.tmpl-custom-video-collections .vid-gal-right-column img{border-radius:0}body[screen=xs] .fc-item.tmpl-custom-video-collections .vid-gal-right-column{padding-left:0}body[screen=xs] .fc-item.tmpl-custom-video-collections .vid-gal-right-column .field_intro_text p{margin-top:8px}body[screen=xs] .fc-item.tmpl-custom-video-collections .field_rel_videos li{border-bottom:1px solid #e3e3e7;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 20px;padding-bottom:22px}body[screen=xs] .fc-item.tmpl-custom-video-collections .field_rel_videos li .lyqbox-item .video-icon{height:58px;right:calc(50% - 29px);top:calc(50% - 29px);width:58px}.item-virtual .online-scheduling{background-image:url(/templates/lyquix/images/rothman-appt-online_LG.jpg);background-position:50%;background-size:cover;border-radius:3px;margin:20px 0 12px;position:relative}.item-virtual .online-scheduling:before{background:-webkit-gradient(linear,left top,right top,from(#252934),to(#616674));background:linear-gradient(90deg,#252934,#616674);content:" ";display:block;height:100%;left:0;mix-blend-mode:multiply;position:absolute;top:0;width:100%}.item-virtual .online-scheduling>*{position:relative;z-index:2}.item-virtual .online-scheduling h3,.item-virtual .online-scheduling p{color:#fff}.item-virtual .online-scheduling h3{margin:0}.item-virtual .online-scheduling p{font-family:Open Sans,sans-serif;line-height:22px;margin:12px 0 35px}.item-virtual .online-scheduling .wrapper{padding:50px 40px;width:639px}.item-virtual .flex-container{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:30px}.item-virtual .flex-container>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.item-virtual .flex-container .text{margin-right:46px;padding:28px 0 30px;width:calc(72.893% - 46px)}.item-virtual .flex-container .testimonials{width:37.107%}.item-virtual .flex-container .testimonials .testimonial{background-color:#09101e;background-repeat:no-repeat;background-size:cover;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;overflow:hidden;padding:12px 35px 40px 18px;position:relative;width:100%}.item-virtual .flex-container .testimonials .testimonial.active{display:block}.item-virtual .flex-container .testimonials .testimonial:before{background-position:50%;background-size:421px;content:" ";display:block;-webkit-filter:blur(2px);filter:blur(2px);height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.item-virtual .flex-container .testimonials .testimonial:first-of-type{background-image:url(/images/rothman-virtual-testimonial_back1.jpg)}.item-virtual .flex-container .testimonials .testimonial:nth-of-type(2){background-image:url(/images/rothman-virtual-testimonial_back2.jpg)}.item-virtual .flex-container .testimonials .testimonial:nth-of-type(3){background-image:url(/images/Jan.jpg)}.item-virtual .flex-container .testimonials .testimonial:nth-of-type(4){background-image:url(/images/Jim.jpg)}.item-virtual .flex-container .testimonials .testimonial:after{background-color:#09101e;border-radius:100%;content:" ";display:block;height:556px;left:-135px;opacity:.85;position:absolute;top:26px;width:556px}.item-virtual .flex-container .testimonials .testimonial *>{position:relative;z-index:2}.item-virtual .flex-container .testimonials .testimonial .image{border:1px solid #f7d539;border-radius:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px;width:79px}.item-virtual .flex-container .testimonials .testimonial .image img{border-radius:100%;display:block;width:65px}.item-virtual .flex-container .testimonials .testimonial p{color:#fff;font-family:Open Sans,sans-serif;font-size:14px;font-style:italic;letter-spacing:0;line-height:20px;margin-left:7px}.item-virtual .field_eve_content{margin-top:40px}.item-virtual .field_eve_content h3{color:#09101e;font-size:1.5rem;line-height:22px;margin:0 0 3px}.item-virtual .field_eve_content p{margin:0 0 20px 20px}.item-virtual .field_eve_content .accordion-container:first-child{border-top:1px solid #eee}.item-virtual .field_eve_content .accordion-container:last-child h3:first-of-type{margin-bottom:20px}.item-virtual .accordion-container .accordion-link{margin:20px 0 22px}.item-virtual .accordion-container .accordion-link:before{top:18.5px}.item-virtual .field_right_column_bottom,.item-virtual .field_right_column_top{display:none}body[screen=md] .item-virtual h1{margin-top:26px}body[screen=sm] .item-virtual h1{margin-top:12px}body[screen=sm] .item-virtual .online-scheduling{background-image:url(/templates/lyquix/images/rothman-appt-online_SM.jpg)}body[screen=sm] .item-virtual .online-scheduling p{line-height:20px;margin:6px 0 20px}body[screen=sm] .item-virtual .online-scheduling .wrapper{padding:36px 30px 40px;width:443px}body[screen=sm] .item-virtual .flex-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body[screen=sm] .item-virtual .flex-container .text{margin-right:24px;padding:13px 0 0;width:calc(59.779% - 24px)}body[screen=sm] .item-virtual .flex-container .text p:first-of-type{margin-top:0}body[screen=sm] .item-virtual .flex-container .text p:last-of-type{margin-bottom:0}body[screen=sm] .item-virtual .flex-container .testimonials{width:40.221%}body[screen=sm] .item-virtual .flex-container .testimonials .testimonial{padding:14px 20px 30px 15px}body[screen=sm] .item-virtual .flex-container .testimonials .testimonial .image{margin-bottom:14px;width:55px}body[screen=sm] .item-virtual .flex-container .testimonials .testimonial .image img{width:45px}body[screen=sm] .item-virtual .flex-container .testimonials .testimonial p{margin:0}body[screen=sm] .item-virtual .group-7{padding:0}body[screen=xs] .item-virtual h1{margin:12px 0 5px!important}body[screen=xs] .item-virtual .online-scheduling{background-image:url(/templates/lyquix/images/rothman-appt-online_XS.jpg)}body[screen=xs] .item-virtual .online-scheduling p{line-height:20px;margin:6px 0 20px}body[screen=xs] .item-virtual .online-scheduling .wrapper{padding:33px 22px 40px;width:auto}body[screen=xs] .item-virtual .flex-container{-ms-flex-wrap:wrap;flex-wrap:wrap}body[screen=xs] .item-virtual .flex-container .text{margin-right:0;padding:0 0 20px;width:100%}body[screen=xs] .item-virtual .flex-container .text p:first-of-type{margin-top:0}body[screen=xs] .item-virtual .flex-container .text p:last-of-type{margin-bottom:0}body[screen=xs] .item-virtual .flex-container .testimonials{width:100%}body[screen=xs] .item-virtual .flex-container .testimonials .testimonial{padding:14px 20px 30px 15px}body[screen=xs] .item-virtual .flex-container .testimonials .testimonial .image{margin-bottom:14px;width:55px}body[screen=xs] .item-virtual .flex-container .testimonials .testimonial .image img{width:45px}body[screen=xs] .item-virtual .flex-container .testimonials .testimonial p{margin:0;max-width:260px}body[screen=xs] .item-virtual .field_eve_content{margin-top:25px}body[screen=xs] .item-virtual .field_eve_content h2{margin:11px 0 13px;padding-right:32px}body[screen=xs] .item-virtual .field_eve_content h2:before{height:27px;top:14px;width:27px}body[screen=xs] .item-virtual .field_eve_content h3{margin:0 0 4px}body[screen=xs] .item-virtual .field_eve_content p{margin:0 0 15px 20px}body[screen=xs] .item-virtual .field_eve_content .accordion-container:last-child h3:first-of-type{margin-bottom:15px}body[screen=xs] .item-virtual .group-7{padding:0}.fc-item.item-your-visit .section-1{max-width:1017px}.fc-item.item-your-visit .group-1{text-align:left}.fc-item.item-your-visit .group-1 h1{font-size:42px;font-weight:300;line-height:57px;margin:90px 0 48px}.fc-item.item-your-visit .group-2{padding-bottom:60px}.fc-item.item-your-visit .field_flexible_tabs .tab-nav{border-bottom:1px solid hsla(217,6%,54%,.19);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:50px}.fc-item.item-your-visit .field_flexible_tabs .tab-nav .tab{color:#142546;font-family:Open Sans;font-size:17px;font-weight:600;line-height:25px;margin-right:65px;padding-bottom:17px;position:relative}.fc-item.item-your-visit .field_flexible_tabs .tab-nav .tab:before{background-color:transparent;bottom:0;content:" ";display:block;height:5px;position:absolute;width:100%}.fc-item.item-your-visit .field_flexible_tabs .tab-nav .tab:hover{cursor:pointer}.fc-item.item-your-visit .field_flexible_tabs .tab-nav .tab.open:before{background-color:#142546}.fc-item.item-your-visit .field_flexible_tabs .tab-nav .tab:last-of-type{margin-right:0}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel.closed{display:none}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel.open{display:block}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel:first-of-type .images,.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel:nth-of-type(2) .images{border-bottom:1px solid hsla(217,6%,54%,.19)}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel .images{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -7px;padding-bottom:51px}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel .images .image{background:linear-gradient(153.43deg,#f2f2f2,hsla(0,0%,95%,0) 83.33%),linear-gradient(230.51deg,hsla(0,0%,95%,0) 25.93%,#f2f2f2);border:1px solid hsla(217,6%,54%,.18);line-height:0;margin:7px;min-height:309px;overflow:hidden;padding:33px 108px 33px 34px;position:relative;z-index:0}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel .images .image .teaser-overlay{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(20,37,70,.82);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .5s,visibility .5s;transition:opacity .5s,visibility .5s;visibility:hidden;width:100%;z-index:2}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel .images .image .teaser-overlay:before{background:#142546;border-radius:100%;content:" ";display:block;height:32.625vw;left:-21px;opacity:.81;position:absolute;top:-7px;width:172%;z-index:1}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel .images .image .button-yellow{background:#f7d53b!important;-webkit-box-shadow:none;box-shadow:none;color:#1e2022;font-size:11px;letter-spacing:.478;line-height:13px;padding:18px 20px;position:relative;text-align:center;z-index:2}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel .images .image h2{color:#142546;font-family:Open Sans;font-size:20px;font-style:normal;font-weight:600;line-height:27px;margin:0;position:relative;z-index:1}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel .images .image img{bottom:0;display:block;position:absolute;right:0;width:90.819%;z-index:0}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel .images .image:hover .teaser-overlay{opacity:1;visibility:visible}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel .images .image{width:calc(33.333% - 14px)}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel .content{margin-bottom:29px}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel .content:last-of-type{border-bottom:1px solid hsla(217,6%,54%,.19);margin-bottom:0;padding-bottom:41px}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel h3{color:#142546;font-size:15px;font-style:normal;font-weight:700;line-height:20px;margin:0 0 10px}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel p{margin:10px 0}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel a:not(.button-yellow),.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel p,.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel ul li{color:#142546;font-family:Open Sans;font-size:16px;font-weight:400;line-height:22px}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel a:not(.button-yellow){text-decoration:underline}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel>.button-yellow{background:#f7d539!important;-webkit-box-shadow:none;box-shadow:none;color:#36393b;font-size:12px;font-weight:900;line-height:14px;margin:17px 0 0;padding:18px 20px}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel:last-of-type .images .image:first-of-type{min-height:306px;padding:72px 102px 0 397px;width:calc(100% - 14px)}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel:last-of-type .images .image:first-of-type img{bottom:0;left:0;top:auto;width:306px}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel:last-of-type .images .image:first-of-type h2{margin:0 0 28px}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel:last-of-type .images .image:first-of-type ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:38px;margin-left:20px;max-height:211.5px;padding:0}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel:last-of-type .images .image:first-of-type ul li{margin:0 11px 4.5px 0;width:253px}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel:last-of-type .images .image:first-of-type .button-yellow{background:#f7d53b!important;color:#1e2022;font-size:11px;letter-spacing:.478px;line-height:13px;margin:0;padding:8px 24.5px}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel:last-of-type .images .image:nth-of-type(n+2){padding-left:34px;padding-top:33px;width:calc(50% - 14px)}.fc-item.item-your-visit .field_flexible_tabs .tab-content .tab-panel:last-of-type .images .image:nth-of-type(n+2) img{width:59.698%}.type-alias-your-visit .bottom-1{display:none}@media screen and (max-width:1599px){body[screen=lg] .fc-item.item-your-visit .section-1{max-width:943px}body[screen=lg] .fc-item.item-your-visit .tab-content .tab-panel .images[data-count="1"] .image:first-of-type{padding-right:68px}body[screen=lg] .fc-item.item-your-visit .tab-content .tab-panel .images[data-count="1"] .image:first-of-type img{width:32.415%}body[screen=lg] .fc-item.item-your-visit .tab-content .tab-panel .images[data-count="1"] .image:first-of-type ul li{width:233px}}body[screen=md] .fc-item.item-your-visit .section-1{max-width:83.229%}body[screen=md] .fc-item.item-your-visit .group-2{padding-bottom:30px}body[screen=md] .fc-item.item-your-visit .tab-nav{margin-bottom:40px}body[screen=md] .fc-item.item-your-visit .tab-content .tab-panel .images{padding-bottom:40px}body[screen=md] .fc-item.item-your-visit .tab-content .tab-panel .images .image{padding:33px 40px 0 30px}body[screen=md] .fc-item.item-your-visit .tab-content .tab-panel .images .image img{width:100%}body[screen=md] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type{padding-left:280px;padding-right:86px}body[screen=md] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type img{width:272px}body[screen=md] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type ul{max-height:264px;padding-left:22px}body[screen=md] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type ul li{width:210px}body[screen=sm] .fc-item.item-your-visit .section-1{max-width:81.25%}body[screen=sm] .fc-item.item-your-visit .group-1 h1{font-size:4rem;line-height:50px;margin:50px 0 30px}body[screen=sm] .fc-item.item-your-visit .group-2{padding-bottom:30px}body[screen=sm] .fc-item.item-your-visit .tab-nav{margin-bottom:24px}body[screen=sm] .fc-item.item-your-visit .tab-nav .tab{font-size:1.5rem;line-height:20px;margin-right:38px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel .images{padding-bottom:24px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel .images .image h2{font-size:17px;line-height:23px;margin-bottom:14px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel .images .image .button-yellow{-webkit-box-shadow:none;box-shadow:none;font-size:1.2rem;line-height:14px;margin:0;padding:8px 16px 7px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel .images .image .button-yellow.sm-show{display:inline-block}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel .images .image{min-height:209px;padding:25px 20px 0}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel .images .image img{width:70.414%}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel .content h3{font-size:1.4rem;line-height:18px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel .content a:not(.button-yellow),body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel .content p,body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel .content ul li{font-size:1.4rem;line-height:20px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel .content:last-of-type{padding-bottom:26px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel>.button-yellow{padding:8px 20px 7px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type{min-height:310px;padding:35px 66px 42px 186px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type h2{margin:0 0 6px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type img{width:170px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type ul{-webkit-columns:initial;-moz-columns:initial;columns:initial;display:block;margin:0 0 12px;max-height:none;overflow:hidden;padding-left:22px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type .toggle-show-more{color:#677287;display:block;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:21px;margin-top:12px;padding-left:15px;position:relative}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type .toggle-show-more:before{background-image:url(/templates/lyquix/images/icons/plus-icon-blue.svg);background-size:100%;content:" ";display:block;height:7px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:7px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type .button-yellow{margin-top:26px}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type ul li{font-size:1.4rem;line-height:20px;width:auto}body[screen=sm] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:nth-of-type(n+2){padding:25px 20px 0}body[screen=xs] .fc-item.item-your-visit .section-1{max-width:78.125%}body[screen=xs] .fc-item.item-your-visit .group-1 h1{font-size:4rem;line-height:50px;margin:40px 0 20px}body[screen=xs] .fc-item.item-your-visit .group-2{padding-bottom:20px}body[screen=xs] .fc-item.item-your-visit .tab-nav{margin-bottom:16px}body[screen=xs] .fc-item.item-your-visit .tab-nav .tab{font-size:1.4rem;line-height:20px;margin-right:22px}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .images{padding-bottom:24px}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .images .image h2{font-size:17px;line-height:23px;margin-bottom:14px}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .images .image .button-yellow{-webkit-box-shadow:none;box-shadow:none;font-size:1.2rem;line-height:14px;margin:0;padding:8px 16px 7px}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .images .image .button-yellow.xs-show{display:inline-block}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .images .image{margin:0 0 6px;min-height:145px;padding:25px 71px 0 20px;width:100%}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .images .image:last-of-type{margin-bottom:0}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .images .image img{height:122px;width:auto}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type{min-height:310px;padding:25px 20px 35px;width:100%}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type h2{margin:0 0 6px}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type img{bottom:0;font-family:"object-fit:cover;object-position: top left;";height:auto;left:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:top right;object-position:top right;right:0;top:auto;-webkit-transform:scaleX(-100%);-ms-transform:scaleX(-100%);transform:scaleX(-100%);width:158px}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type ul{-webkit-columns:initial;-moz-columns:initial;columns:initial;display:block;margin:0 0 12px;max-height:none;overflow:hidden;padding-left:22px;position:relative;z-index:1}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type .toggle-show-more{color:#677287;display:block;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:21px;margin-top:12px;padding-left:15px;position:relative;z-index:1}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type .toggle-show-more:before{background-image:url(/templates/lyquix/images/icons/plus-icon-blue.svg);background-size:100%;content:" ";display:block;height:7px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:7px}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type .button-yellow{margin-top:26px}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:first-of-type ul li{font-size:1.4rem;line-height:20px;width:auto}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:nth-of-type(n+2){min-height:165px;padding:25px 20px 0;width:100%}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel:last-of-type .images .image:nth-of-type(n+2) img{height:122px;width:auto}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .content h3{font-size:1.4rem;line-height:18px}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .content a:not(.button-yellow),body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .content p,body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .content ul li{font-size:1.4rem;line-height:20px}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel .content:last-of-type{padding-bottom:26px}body[screen=xs] .fc-item.item-your-visit .tab-content .tab-panel>.button-yellow{padding:8px 20px 7px}ul.breadcrumb{border-bottom:0;margin-bottom:0}.item-request-your-medical-records .common-patient-resources{overflow:hidden}.item-request-your-medical-records .common-patient-resources:before{top:0!important}body[screen=sm] .item-request-your-medical-records .common-patient-resources{overflow:hidden}body[screen=sm] .item-request-your-medical-records .common-patient-resources:before{top:64px!important}body[screen=xs] .item-request-your-medical-records .common-patient-resources{overflow:hidden}body[screen=xs] .item-request-your-medical-records .common-patient-resources:before{top:20px!important}body[screen=xs] .call-out-section{padding:25px 20px}.emergency-message,.item-disability-and-fmla-forms .common-patient-resources,.item-request-your-medical-records .common-patient-resources{display:-webkit-box;display:-ms-flexbox;display:flex}.emergency-message{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#ffe7e8;border-radius:2px;color:#bb0f17;-ms-flex-direction:row;flex-direction:row;font-family:Open Sans,sans-serif;font-size:1.7rem;font-weight:600;gap:20px;line-height:1.47;margin-block:18px;padding:12px 20px}.emergency-message p{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}.emergency-message:before{background-image:url(/templates/lyquix/images/icons/icon-alert-red.svg);background-repeat:no-repeat;background-size:100%;content:"";height:22px;width:21px}.call-out-section{background-color:#1d3463;font-family:Open Sans,sans-serif;padding:50px 70px}.call-out-section h3{font-size:2rem;font-weight:600;line-height:1.35;margin-top:0}.call-out-section p{font-size:1.5rem;line-height:1.466}.call-out-section>*{color:#fff}.item-billing .common-patient-resources .emergency,.item-disability-and-fmla-forms .common-patient-resources .emergency,.item-patient-resources .common-patient-resources .emergency,.item-request-your-medical-records .common-patient-resources .emergency,.make-an-appointment .emergency{background-color:#f2f2f2;border-radius:2px;border-top:3px solid red;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.13);box-shadow:0 2px 4px 0 rgba(0,0,0,.13);padding:11px 0 9px;text-align:center}.item-billing .common-patient-resources .emergency p,.item-disability-and-fmla-forms .common-patient-resources .emergency p,.item-patient-resources .common-patient-resources .emergency p,.item-request-your-medical-records .common-patient-resources .emergency p,.make-an-appointment .emergency p{color:#09101e;font-family:Open Sans,sans-serif;font-size:1.5rem;line-height:22px;margin:0}.item-billing .common-patient-resources .boxes,.item-disability-and-fmla-forms .common-patient-resources .boxes,.item-patient-resources .common-patient-resources .boxes,.item-request-your-medical-records .common-patient-resources .boxes,.make-an-appointment .boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.item-billing .common-patient-resources .boxes.hide,.item-disability-and-fmla-forms .common-patient-resources .boxes.hide,.item-patient-resources .common-patient-resources .boxes.hide,.item-request-your-medical-records .common-patient-resources .boxes.hide,.make-an-appointment .boxes.hide{display:none}.item-billing .common-patient-resources .boxes>div,.item-disability-and-fmla-forms .common-patient-resources .boxes>div,.item-patient-resources .common-patient-resources .boxes>div,.item-request-your-medical-records .common-patient-resources .boxes>div,.make-an-appointment .boxes>div{background-image:url(/templates/lyquix/images/rothman-appt-online-wide.jpg);background-size:cover;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:6px;position:relative}.item-billing .common-patient-resources .boxes>div:before,.item-disability-and-fmla-forms .common-patient-resources .boxes>div:before,.item-patient-resources .common-patient-resources .boxes>div:before,.item-request-your-medical-records .common-patient-resources .boxes>div:before,.make-an-appointment .boxes>div:before{background:-webkit-gradient(linear,right top,left top,color-stop(0,#616674),to(#252934));background:linear-gradient(270deg,#616674,#252934);content:" ";display:block;height:100%;left:0;mix-blend-mode:multiply;position:absolute;top:0;width:100%;z-index:1}.item-billing .common-patient-resources .boxes>div:nth-of-type(-1n+3),.item-disability-and-fmla-forms .common-patient-resources .boxes>div:nth-of-type(-1n+3),.item-patient-resources .common-patient-resources .boxes>div:nth-of-type(-1n+3),.item-request-your-medical-records .common-patient-resources .boxes>div:nth-of-type(-1n+3),.make-an-appointment .boxes>div:nth-of-type(-1n+3){padding:45px 60px 54px 30px;position:relative;width:100%}.item-billing .common-patient-resources .boxes>div h3,.item-disability-and-fmla-forms .common-patient-resources .boxes>div h3,.item-patient-resources .common-patient-resources .boxes>div h3,.item-request-your-medical-records .common-patient-resources .boxes>div h3,.make-an-appointment .boxes>div h3{font-size:1.75rem;font-weight:600;line-height:29px;margin:0 0 8px}.item-billing .common-patient-resources .boxes>div ul,.item-disability-and-fmla-forms .common-patient-resources .boxes>div ul,.item-patient-resources .common-patient-resources .boxes>div ul,.item-request-your-medical-records .common-patient-resources .boxes>div ul,.make-an-appointment .boxes>div ul{margin:0;z-index:3}.item-billing .common-patient-resources .boxes>div ul li,.item-disability-and-fmla-forms .common-patient-resources .boxes>div ul li,.item-patient-resources .common-patient-resources .boxes>div ul li,.item-request-your-medical-records .common-patient-resources .boxes>div ul li,.make-an-appointment .boxes>div ul li{line-height:22px;margin:5px 0}.item-billing .common-patient-resources .boxes>div ul li:first-of-type,.item-disability-and-fmla-forms .common-patient-resources .boxes>div ul li:first-of-type,.item-patient-resources .common-patient-resources .boxes>div ul li:first-of-type,.item-request-your-medical-records .common-patient-resources .boxes>div ul li:first-of-type,.make-an-appointment .boxes>div ul li:first-of-type{margin-top:0}.item-billing .common-patient-resources .boxes>div ul li:last-of-type,.item-disability-and-fmla-forms .common-patient-resources .boxes>div ul li:last-of-type,.item-patient-resources .common-patient-resources .boxes>div ul li:last-of-type,.item-request-your-medical-records .common-patient-resources .boxes>div ul li:last-of-type,.make-an-appointment .boxes>div ul li:last-of-type{margin-bottom:0}.item-billing .common-patient-resources .boxes>div *,.item-disability-and-fmla-forms .common-patient-resources .boxes>div *,.item-patient-resources .common-patient-resources .boxes>div *,.item-request-your-medical-records .common-patient-resources .boxes>div *,.make-an-appointment .boxes>div *{position:relative;z-index:2}.item-billing .common-patient-resources .boxes>div :not(a),.item-disability-and-fmla-forms .common-patient-resources .boxes>div :not(a),.item-patient-resources .common-patient-resources .boxes>div :not(a),.item-request-your-medical-records .common-patient-resources .boxes>div :not(a),.make-an-appointment .boxes>div :not(a){color:#fff;font-family:Open Sans,sans-serif}.item-billing .common-patient-resources .boxes>div .link,.item-disability-and-fmla-forms .common-patient-resources .boxes>div .link,.item-patient-resources .common-patient-resources .boxes>div .link,.item-request-your-medical-records .common-patient-resources .boxes>div .link,.make-an-appointment .boxes>div .link{position:relative}.item-billing .common-patient-resources .boxes>div .link ul,.item-disability-and-fmla-forms .common-patient-resources .boxes>div .link ul,.item-patient-resources .common-patient-resources .boxes>div .link ul,.item-request-your-medical-records .common-patient-resources .boxes>div .link ul,.make-an-appointment .boxes>div .link ul{background-color:#fff;border-radius:0 0 4px 4px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);box-shadow:0 1px 3px 0 rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;display:none;left:0;margin:0;padding:16px 49px 24px;position:absolute;top:55px;width:254px}.item-billing .common-patient-resources .boxes>div .link ul li,.item-disability-and-fmla-forms .common-patient-resources .boxes>div .link ul li,.item-patient-resources .common-patient-resources .boxes>div .link ul li,.item-request-your-medical-records .common-patient-resources .boxes>div .link ul li,.make-an-appointment .boxes>div .link ul li{font-size:15px;letter-spacing:0;line-height:22px}.item-billing .common-patient-resources .boxes>div .link ul li a,.item-disability-and-fmla-forms .common-patient-resources .boxes>div .link ul li a,.item-patient-resources .common-patient-resources .boxes>div .link ul li a,.item-request-your-medical-records .common-patient-resources .boxes>div .link ul li a,.make-an-appointment .boxes>div .link ul li a{color:#09101e}.item-billing .common-patient-resources .boxes>div .link.open .button.yellow,.item-disability-and-fmla-forms .common-patient-resources .boxes>div .link.open .button.yellow,.item-patient-resources .common-patient-resources .boxes>div .link.open .button.yellow,.item-request-your-medical-records .common-patient-resources .boxes>div .link.open .button.yellow,.make-an-appointment .boxes>div .link.open .button.yellow{border-radius:4px 4px 0 0}.item-billing .common-patient-resources .boxes>div .link.open ul,.item-disability-and-fmla-forms .common-patient-resources .boxes>div .link.open ul,.item-patient-resources .common-patient-resources .boxes>div .link.open ul,.item-request-your-medical-records .common-patient-resources .boxes>div .link.open ul,.make-an-appointment .boxes>div .link.open ul{display:block}.item-billing .common-patient-resources .boxes>div h4,.item-disability-and-fmla-forms .common-patient-resources .boxes>div h4,.item-patient-resources .common-patient-resources .boxes>div h4,.item-request-your-medical-records .common-patient-resources .boxes>div h4,.make-an-appointment .boxes>div h4{color:#f7d539;font-family:Roboto;font-size:11px;font-weight:900;letter-spacing:.8px;line-height:13px;margin:0;text-transform:uppercase}.item-billing .common-patient-resources .boxes>div:last-of-type h3,.item-disability-and-fmla-forms .common-patient-resources .boxes>div:last-of-type h3,.item-patient-resources .common-patient-resources .boxes>div:last-of-type h3,.item-request-your-medical-records .common-patient-resources .boxes>div:last-of-type h3,.make-an-appointment .boxes>div:last-of-type h3{margin:0}.item-billing .common-patient-resources .boxes>div:last-of-type h4,.item-disability-and-fmla-forms .common-patient-resources .boxes>div:last-of-type h4,.item-patient-resources .common-patient-resources .boxes>div:last-of-type h4,.item-request-your-medical-records .common-patient-resources .boxes>div:last-of-type h4,.make-an-appointment .boxes>div:last-of-type h4{margin:1px 0 13px}.item-billing .common-patient-resources .boxes>div .button.yellow .zd,.item-disability-and-fmla-forms .common-patient-resources .boxes>div .button.yellow .zd,.item-patient-resources .common-patient-resources .boxes>div .button.yellow .zd,.item-request-your-medical-records .common-patient-resources .boxes>div .button.yellow .zd,.make-an-appointment .boxes>div .button.yellow .zd{font-size:10px;font-weight:500;letter-spacing:.82px;line-height:15px;text-transform:none}.item-billing .common-patient-resources .boxes>div.zoc-doc-active .button.yellow,.item-disability-and-fmla-forms .common-patient-resources .boxes>div.zoc-doc-active .button.yellow,.item-patient-resources .common-patient-resources .boxes>div.zoc-doc-active .button.yellow,.item-request-your-medical-records .common-patient-resources .boxes>div.zoc-doc-active .button.yellow,.make-an-appointment .boxes>div.zoc-doc-active .button.yellow{padding:13px 0 11px}.item-billing .common-patient-resources .boxes>div.zoc-doc-active .button.yellow .zd,.item-billing .common-patient-resources .boxes>div.zoc-doc-active .button.yellow br,.item-disability-and-fmla-forms .common-patient-resources .boxes>div.zoc-doc-active .button.yellow .zd,.item-disability-and-fmla-forms .common-patient-resources .boxes>div.zoc-doc-active .button.yellow br,.item-patient-resources .common-patient-resources .boxes>div.zoc-doc-active .button.yellow .zd,.item-patient-resources .common-patient-resources .boxes>div.zoc-doc-active .button.yellow br,.item-request-your-medical-records .common-patient-resources .boxes>div.zoc-doc-active .button.yellow .zd,.item-request-your-medical-records .common-patient-resources .boxes>div.zoc-doc-active .button.yellow br,.make-an-appointment .boxes>div.zoc-doc-active .button.yellow .zd,.make-an-appointment .boxes>div.zoc-doc-active .button.yellow br{display:block}.item-billing .common-patient-resources .boxes.generic,.item-disability-and-fmla-forms .common-patient-resources .boxes.generic,.item-patient-resources .common-patient-resources .boxes.generic,.item-request-your-medical-records .common-patient-resources .boxes.generic,.make-an-appointment .boxes.generic{margin-bottom:6px}.item-billing .common-patient-resources .boxes.generic>div.box,.item-disability-and-fmla-forms .common-patient-resources .boxes.generic>div.box,.item-patient-resources .common-patient-resources .boxes.generic>div.box,.item-request-your-medical-records .common-patient-resources .boxes.generic>div.box,.make-an-appointment .boxes.generic>div.box{border-radius:3px 0 0 3px;margin:0;padding-top:65px;width:calc(100% - 337px)}.item-billing .common-patient-resources .boxes.generic>div.box ul li,.item-disability-and-fmla-forms .common-patient-resources .boxes.generic>div.box ul li,.item-patient-resources .common-patient-resources .boxes.generic>div.box ul li,.item-request-your-medical-records .common-patient-resources .boxes.generic>div.box ul li,.make-an-appointment .boxes.generic>div.box ul li{margin-bottom:22px}.item-billing .common-patient-resources .boxes.generic>div.links,.item-disability-and-fmla-forms .common-patient-resources .boxes.generic>div.links,.item-patient-resources .common-patient-resources .boxes.generic>div.links,.item-request-your-medical-records .common-patient-resources .boxes.generic>div.links,.make-an-appointment .boxes.generic>div.links{background-color:#09101e;background-image:none;border-radius:0 3px 3px 0;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:47px 38px 48px;width:337px}.item-billing .common-patient-resources .boxes.generic>div.links ul,.item-disability-and-fmla-forms .common-patient-resources .boxes.generic>div.links ul,.item-patient-resources .common-patient-resources .boxes.generic>div.links ul,.item-request-your-medical-records .common-patient-resources .boxes.generic>div.links ul,.make-an-appointment .boxes.generic>div.links ul{margin:0;padding:0}.item-billing .common-patient-resources .boxes.generic>div.links ul li,.item-disability-and-fmla-forms .common-patient-resources .boxes.generic>div.links ul li,.item-patient-resources .common-patient-resources .boxes.generic>div.links ul li,.item-request-your-medical-records .common-patient-resources .boxes.generic>div.links ul li,.make-an-appointment .boxes.generic>div.links ul li{list-style:none;margin-bottom:20px;margin-top:0;padding:0}.item-billing .common-patient-resources .boxes.generic>div.links ul li .button.yellow,.item-disability-and-fmla-forms .common-patient-resources .boxes.generic>div.links ul li .button.yellow,.item-patient-resources .common-patient-resources .boxes.generic>div.links ul li .button.yellow,.item-request-your-medical-records .common-patient-resources .boxes.generic>div.links ul li .button.yellow,.make-an-appointment .boxes.generic>div.links ul li .button.yellow{margin:0;width:100%}.item-billing .common-patient-resources .boxes.generic>div.links ul li:last-of-type,.item-disability-and-fmla-forms .common-patient-resources .boxes.generic>div.links ul li:last-of-type,.item-patient-resources .common-patient-resources .boxes.generic>div.links ul li:last-of-type,.item-request-your-medical-records .common-patient-resources .boxes.generic>div.links ul li:last-of-type,.make-an-appointment .boxes.generic>div.links ul li:last-of-type{margin-bottom:0}.item-billing .common-patient-resources .zoc-doc,.item-disability-and-fmla-forms .common-patient-resources .zoc-doc,.item-patient-resources .common-patient-resources .zoc-doc,.item-request-your-medical-records .common-patient-resources .zoc-doc,.make-an-appointment .zoc-doc{padding:22px 30px 27px}.item-billing .common-patient-resources .phone-number,.item-disability-and-fmla-forms .common-patient-resources .phone-number,.item-patient-resources .common-patient-resources .phone-number,.item-request-your-medical-records .common-patient-resources .phone-number,.make-an-appointment .phone-number{padding:16px 30px 17px}.item-billing .common-patient-resources .phone-number,.item-billing .common-patient-resources .zoc-doc,.item-disability-and-fmla-forms .common-patient-resources .phone-number,.item-disability-and-fmla-forms .common-patient-resources .zoc-doc,.item-patient-resources .common-patient-resources .phone-number,.item-patient-resources .common-patient-resources .zoc-doc,.item-request-your-medical-records .common-patient-resources .phone-number,.item-request-your-medical-records .common-patient-resources .zoc-doc,.make-an-appointment .phone-number,.make-an-appointment .zoc-doc{background-color:#f2f2f2;border-radius:3px;color:#09101e;font-family:Open Sans,sans-serif;font-size:1.5rem;line-height:22px;margin-bottom:6px}.item-billing .common-patient-resources .phone-number a,.item-billing .common-patient-resources .zoc-doc a,.item-disability-and-fmla-forms .common-patient-resources .phone-number a,.item-disability-and-fmla-forms .common-patient-resources .zoc-doc a,.item-patient-resources .common-patient-resources .phone-number a,.item-patient-resources .common-patient-resources .zoc-doc a,.item-request-your-medical-records .common-patient-resources .phone-number a,.item-request-your-medical-records .common-patient-resources .zoc-doc a,.make-an-appointment .phone-number a,.make-an-appointment .zoc-doc a{color:#09101e}.item-billing .common-patient-resources .phone-number ul,.item-billing .common-patient-resources .zoc-doc ul,.item-disability-and-fmla-forms .common-patient-resources .phone-number ul,.item-disability-and-fmla-forms .common-patient-resources .zoc-doc ul,.item-patient-resources .common-patient-resources .phone-number ul,.item-patient-resources .common-patient-resources .zoc-doc ul,.item-request-your-medical-records .common-patient-resources .phone-number ul,.item-request-your-medical-records .common-patient-resources .zoc-doc ul,.make-an-appointment .phone-number ul,.make-an-appointment .zoc-doc ul{margin:0}.item-billing .common-patient-resources .phone-number h3,.item-billing .common-patient-resources .zoc-doc h3,.item-disability-and-fmla-forms .common-patient-resources .phone-number h3,.item-disability-and-fmla-forms .common-patient-resources .zoc-doc h3,.item-patient-resources .common-patient-resources .phone-number h3,.item-patient-resources .common-patient-resources .zoc-doc h3,.item-request-your-medical-records .common-patient-resources .phone-number h3,.item-request-your-medical-records .common-patient-resources .zoc-doc h3,.make-an-appointment .phone-number h3,.make-an-appointment .zoc-doc h3{font-weight:600;margin:0 0 8px}.item-billing .common-patient-resources .phone-number p,.item-billing .common-patient-resources .zoc-doc p,.item-disability-and-fmla-forms .common-patient-resources .phone-number p,.item-disability-and-fmla-forms .common-patient-resources .zoc-doc p,.item-patient-resources .common-patient-resources .phone-number p,.item-patient-resources .common-patient-resources .zoc-doc p,.item-request-your-medical-records .common-patient-resources .phone-number p,.item-request-your-medical-records .common-patient-resources .zoc-doc p,.make-an-appointment .phone-number p,.make-an-appointment .zoc-doc p{margin:0}.item-billing .common-patient-resources .semibold,.item-disability-and-fmla-forms .common-patient-resources .semibold,.item-patient-resources .common-patient-resources .semibold,.item-request-your-medical-records .common-patient-resources .semibold,.make-an-appointment .semibold{color:#09101e;font-family:Open Sans,sans-serif;font-size:1.75rem;font-weight:600;line-height:26px;margin:31px 0 15px}.item-billing .common-patient-resources .button.yellow,.item-disability-and-fmla-forms .common-patient-resources .button.yellow,.item-patient-resources .common-patient-resources .button.yellow,.item-request-your-medical-records .common-patient-resources .button.yellow,.make-an-appointment .button.yellow{background-color:#ffd04e!important;border:1px solid hsla(0,0%,100%,0);border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:content-box;box-sizing:content-box;color:#36393b;cursor:pointer;display:inline-block;display:block;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;line-height:1.7rem;margin:30px 0 0;padding:18px 0;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:all .5s;transition:all .5s;width:252px}.item-billing .common-patient-resources .button.yellow *,.item-disability-and-fmla-forms .common-patient-resources .button.yellow *,.item-patient-resources .common-patient-resources .button.yellow *,.item-request-your-medical-records .common-patient-resources .button.yellow *,.make-an-appointment .button.yellow *{color:#36393b;text-decoration:none}.item-billing .common-patient-resources .button.yellow:hover,.item-disability-and-fmla-forms .common-patient-resources .button.yellow:hover,.item-patient-resources .common-patient-resources .button.yellow:hover,.item-request-your-medical-records .common-patient-resources .button.yellow:hover,.make-an-appointment .button.yellow:hover{-webkit-box-shadow:none;box-shadow:none;color:rgba(54,57,59,.7)}.item-billing .common-patient-resources .button.yellow:hover *,.item-disability-and-fmla-forms .common-patient-resources .button.yellow:hover *,.item-patient-resources .common-patient-resources .button.yellow:hover *,.item-request-your-medical-records .common-patient-resources .button.yellow:hover *,.make-an-appointment .button.yellow:hover *{color:rgba(54,57,59,.7)}.item-billing .common-patient-resources .button.yellow:active,.item-disability-and-fmla-forms .common-patient-resources .button.yellow:active,.item-patient-resources .common-patient-resources .button.yellow:active,.item-request-your-medical-records .common-patient-resources .button.yellow:active,.make-an-appointment .button.yellow:active{background-color:#f4c84d;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.15);box-shadow:inset 0 1px 3px rgba(0,0,0,.15);color:rgba(54,57,59,.55)}.item-billing .common-patient-resources .button.yellow:active *,.item-disability-and-fmla-forms .common-patient-resources .button.yellow:active *,.item-patient-resources .common-patient-resources .button.yellow:active *,.item-request-your-medical-records .common-patient-resources .button.yellow:active *,.make-an-appointment .button.yellow:active *{color:rgba(54,57,59,.55)}.item-billing .common-patient-resources .buttons h2,.item-disability-and-fmla-forms .common-patient-resources .buttons h2,.item-patient-resources .common-patient-resources .buttons h2,.item-request-your-medical-records .common-patient-resources .buttons h2,.make-an-appointment .buttons h2{margin:50px 0 20px}.item-billing .common-patient-resources .buttons p,.item-disability-and-fmla-forms .common-patient-resources .buttons p,.item-patient-resources .common-patient-resources .buttons p,.item-request-your-medical-records .common-patient-resources .buttons p,.make-an-appointment .buttons p{color:#09101e;font-family:Open Sans,sans-serif}.item-billing .common-patient-resources .buttons .make-an-appointment-buttons,.item-disability-and-fmla-forms .common-patient-resources .buttons .make-an-appointment-buttons,.item-patient-resources .common-patient-resources .buttons .make-an-appointment-buttons,.item-request-your-medical-records .common-patient-resources .buttons .make-an-appointment-buttons,.make-an-appointment .buttons .make-an-appointment-buttons{display:grid;gap:10px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);margin-bottom:61px;padding-top:0}.item-billing .common-patient-resources .buttons .make-an-appointment-buttons:after,.item-disability-and-fmla-forms .common-patient-resources .buttons .make-an-appointment-buttons:after,.item-patient-resources .common-patient-resources .buttons .make-an-appointment-buttons:after,.item-request-your-medical-records .common-patient-resources .buttons .make-an-appointment-buttons:after,.make-an-appointment .buttons .make-an-appointment-buttons:after{display:none}.item-billing .common-patient-resources .buttons .make-an-appointment-buttons li,.item-disability-and-fmla-forms .common-patient-resources .buttons .make-an-appointment-buttons li,.item-patient-resources .common-patient-resources .buttons .make-an-appointment-buttons li,.item-request-your-medical-records .common-patient-resources .buttons .make-an-appointment-buttons li,.make-an-appointment .buttons .make-an-appointment-buttons li{margin:0;width:100%}.item-billing .common-patient-resources .buttons .make-an-appointment-buttons li a,.item-disability-and-fmla-forms .common-patient-resources .buttons .make-an-appointment-buttons li a,.item-patient-resources .common-patient-resources .buttons .make-an-appointment-buttons li a,.item-request-your-medical-records .common-patient-resources .buttons .make-an-appointment-buttons li a,.make-an-appointment .buttons .make-an-appointment-buttons li a{text-wrap:balance;display:block;margin:0;padding-inline:10px;width:auto}.item-billing .common-patient-resources .no-show-policy,.item-disability-and-fmla-forms .common-patient-resources .no-show-policy,.item-patient-resources .common-patient-resources .no-show-policy,.item-request-your-medical-records .common-patient-resources .no-show-policy,.make-an-appointment .no-show-policy{background:#1d3463;color:#fff;margin-bottom:50px;padding:50px 70px}.item-billing .common-patient-resources .no-show-policy h2,.item-disability-and-fmla-forms .common-patient-resources .no-show-policy h2,.item-patient-resources .common-patient-resources .no-show-policy h2,.item-request-your-medical-records .common-patient-resources .no-show-policy h2,.make-an-appointment .no-show-policy h2{color:#fff;font-size:20px;font-weight:600;line-height:27px;margin-bottom:10px;margin-top:0}.item-billing .common-patient-resources .no-show-policy p,.item-disability-and-fmla-forms .common-patient-resources .no-show-policy p,.item-patient-resources .common-patient-resources .no-show-policy p,.item-request-your-medical-records .common-patient-resources .no-show-policy p,.make-an-appointment .no-show-policy p{font-family:Open Sans;font-size:15px;font-weight:400;line-height:22px;margin-top:0}.item-billing .common-patient-resources .no-show-policy p:last-of-type,.item-disability-and-fmla-forms .common-patient-resources .no-show-policy p:last-of-type,.item-patient-resources .common-patient-resources .no-show-policy p:last-of-type,.item-request-your-medical-records .common-patient-resources .no-show-policy p:last-of-type,.make-an-appointment .no-show-policy p:last-of-type{margin-bottom:0}.item-billing .common-patient-resources .no-show-policy ol,.item-disability-and-fmla-forms .common-patient-resources .no-show-policy ol,.item-patient-resources .common-patient-resources .no-show-policy ol,.item-request-your-medical-records .common-patient-resources .no-show-policy ol,.make-an-appointment .no-show-policy ol{font-family:Open Sans;font-size:15px;font-weight:400;line-height:22px;list-style-position:inside;padding-left:20px}.item-billing .common-patient-resources .no-show-policy ol li,.item-disability-and-fmla-forms .common-patient-resources .no-show-policy ol li,.item-patient-resources .common-patient-resources .no-show-policy ol li,.item-request-your-medical-records .common-patient-resources .no-show-policy ol li,.make-an-appointment .no-show-policy ol li{list-style-position:outside}.item-billing .common-patient-resources .no-show-policy ol span,.item-disability-and-fmla-forms .common-patient-resources .no-show-policy ol span,.item-patient-resources .common-patient-resources .no-show-policy ol span,.item-request-your-medical-records .common-patient-resources .no-show-policy ol span,.make-an-appointment .no-show-policy ol span{margin-left:0!important}.make-an-appointment>div ul.os-list{list-style:none;padding:0}.make-an-appointment>div ul.os-list li{margin:0}body[screen=md] .make-an-appointment .buttons h2{margin-top:40px}body[screen=sm] .make-an-appointment .emergency{padding:9px 10px 7px}body[screen=sm] .make-an-appointment .semibold{margin:22px 0 12px}body[screen=sm] .make-an-appointment .boxes>div{margin-bottom:6px;padding:35px 74px 42px 30px;width:100%}body[screen=sm] .make-an-appointment .boxes.generic>div.box{border-radius:3px 0 0 3px;margin:0;padding-top:36px;width:calc(100% - 267px)}body[screen=sm] .make-an-appointment .boxes.generic>div.box ul li{margin-bottom:0}body[screen=sm] .make-an-appointment .boxes.generic>div.links{background-color:#09101e;background-image:none;border-radius:0 3px 3px 0;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:40px 30px;width:267px}body[screen=sm] .make-an-appointment .boxes.generic>div.links ul{margin:0;padding:0}body[screen=sm] .make-an-appointment .boxes.generic>div.links ul li{list-style:none;margin-bottom:12px;margin-top:0;padding:0}body[screen=sm] .make-an-appointment .boxes.generic>div.links ul li .button.yellow{margin:0;width:100%}body[screen=sm] .make-an-appointment .boxes.generic>div.links ul li:last-of-type{margin-bottom:0}body[screen=sm] .make-an-appointment .buttons h2{margin:35px 0 14px}body[screen=sm] .make-an-appointment .buttons .make-an-appointment-buttons{margin-bottom:0}body[screen=sm] .make-an-appointment .emergency,body[screen=xs] .make-an-appointment .emergency{border-top:3px solid red;padding:9px 20px 7px}body[screen=sm] .make-an-appointment .emergency p,body[screen=xs] .make-an-appointment .emergency p{color:#09101e;font-family:Open Sans,sans-serif;font-size:1.4rem;line-height:18px;margin:0}body[screen=sm] .make-an-appointment .semibold,body[screen=xs] .make-an-appointment .semibold{font-size:1.6rem;line-height:23px}body[screen=sm] .make-an-appointment .boxes>div,body[screen=xs] .make-an-appointment .boxes>div{margin-bottom:6px;width:100%}body[screen=sm] .make-an-appointment .boxes>div:first-of-type,body[screen=xs] .make-an-appointment .boxes>div:first-of-type{margin-right:0}body[screen=sm] .make-an-appointment .boxes>div h3,body[screen=xs] .make-an-appointment .boxes>div h3{margin:0 0 7px}body[screen=sm] .make-an-appointment .boxes>div ul li,body[screen=xs] .make-an-appointment .boxes>div ul li{font-size:1.5rem;line-height:19px}body[screen=sm] .make-an-appointment .boxes>div .link ul,body[screen=xs] .make-an-appointment .boxes>div .link ul{padding:16px 42px 24px;top:44px;width:220px}body[screen=sm] .make-an-appointment .boxes>div:nth-of-type(2) h3,body[screen=xs] .make-an-appointment .boxes>div:nth-of-type(2) h3{margin-bottom:1px}body[screen=sm] .make-an-appointment .boxes>div:nth-of-type(2) h4,body[screen=xs] .make-an-appointment .boxes>div:nth-of-type(2) h4{margin-bottom:12px}body[screen=sm] .make-an-appointment .boxes>div.zoc-doc-active .button.yellow,body[screen=xs] .make-an-appointment .boxes>div.zoc-doc-active .button.yellow{padding:8px 0 6px}body[screen=sm] .make-an-appointment .button.yellow,body[screen=xs] .make-an-appointment .button.yellow{font-size:1.2rem;line-height:14px;margin:22px 0 0;padding:14px 0;width:218px}body[screen=sm] .make-an-appointment .buttons h2,body[screen=xs] .make-an-appointment .buttons h2{margin:35px 0 14px}body[screen=sm] .make-an-appointment .buttons .make-an-appointment-buttons,body[screen=xs] .make-an-appointment .buttons .make-an-appointment-buttons{margin-bottom:0}body[screen=sm] .make-an-appointment .buttons .make-an-appointment-buttons li a,body[screen=xs] .make-an-appointment .buttons .make-an-appointment-buttons li a{font-size:1.2rem;line-height:14px;padding-block:14px}body[screen=sm] .make-an-appointment .urgent-care.two-columns,body[screen=xs] .make-an-appointment .urgent-care.two-columns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body[screen=sm] .make-an-appointment .urgent-care.two-columns:after,body[screen=xs] .make-an-appointment .urgent-care.two-columns:after{content:normal}body[screen=sm] .make-an-appointment .urgent-care.two-columns>div,body[screen=xs] .make-an-appointment .urgent-care.two-columns>div{padding:35px 30px 42px!important}body[screen=sm] .make-an-appointment .urgent-care.two-columns .text,body[screen=xs] .make-an-appointment .urgent-care.two-columns .text{margin:0;padding:0;width:100%}body[screen=sm] .make-an-appointment .urgent-care.two-columns .text ul,body[screen=xs] .make-an-appointment .urgent-care.two-columns .text ul{width:100%}body[screen=sm] .make-an-appointment .no-show-policy,body[screen=xs] .make-an-appointment .no-show-policy{margin-bottom:25px;padding:35px}body[screen=sm] .make-an-appointment .no-show-policy h2,body[screen=xs] .make-an-appointment .no-show-policy h2{font-size:18px;line-height:22px}body[screen=sm] .make-an-appointment .no-show-policy p,body[screen=xs] .make-an-appointment .no-show-policy p{font-size:15px;line-height:20px}body[screen=sm] .make-an-appointment .no-show-policy ol,body[screen=xs] .make-an-appointment .no-show-policy ol{line-height:20px}body[screen=sm] .make-an-appointment .no-show-policy ol span,body[screen=xs] .make-an-appointment .no-show-policy ol span{margin-left:10px}body[screen=xs] .make-an-appointment .emergency{padding:9px 10px 7px}body[screen=xs] .make-an-appointment .boxes>div{background-image:url(/templates/lyquix/images/rothman-call-XS-2.jpg);padding:35px 20px 42px}body[screen=xs] .make-an-appointment .boxes.generic>div.box{border-radius:3px 3px 0 0;margin:0;padding:36px 20px 44px;width:100%}body[screen=xs] .make-an-appointment .boxes.generic>div.box ul li{margin-bottom:0}body[screen=xs] .make-an-appointment .boxes.generic>div.links{background-color:#09101e;background-image:none;border-radius:0 0 3px 3px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:20px;width:100%}body[screen=xs] .make-an-appointment .boxes.generic>div.links ul{margin:0;padding:0}body[screen=xs] .make-an-appointment .boxes.generic>div.links ul li{list-style:none;margin-bottom:8px;margin-top:0;padding:0}body[screen=xs] .make-an-appointment .boxes.generic>div.links ul li .button.yellow{margin:0;width:100%}body[screen=xs] .make-an-appointment .boxes.generic>div.links ul li:last-of-type{margin-bottom:0}body[screen=xs] .make-an-appointment .phone-number{padding:14px 20px 17px}body[screen=xs] .make-an-appointment .buttons .make-an-appointment-buttons{gap:15px;grid-template-columns:1fr;margin-bottom:16px;padding-bottom:0}body[screen=xs] .make-an-appointment .urgent-care.two-columns .hurt-app-card .flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}body[screen=xs] .make-an-appointment .urgent-care.two-columns .hurt-app-card .image{position:static}.msedge .make-an-appointment .boxes>div:before,.msie .make-an-appointment .boxes>div:before{background:-webkit-gradient(linear,left top,right top,from(rgba(13,16,25,.92)),to(rgba(11,15,24,.55)))!important;background:linear-gradient(90deg,rgba(13,16,25,.92),rgba(11,15,24,.55))!important}.appointment-alert{background-color:#d12300;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;padding:13px 36px;position:fixed;top:136px;width:100%;z-index:3}.appointment-alert p{color:#fff;font-family:Open Sans;font-size:15px;font-weight:700;letter-spacing:0;line-height:22px;margin:0}body.menu-collapsed .appointment-alert{top:58px;z-index:4}body[screen=md] .appointment-alert{top:134px}body[screen=md] .appointment-alert p{max-width:calc(100% - 319px)}body[screen=md].menu-collapsed .appointment-alert{top:58px}body[screen=sm] .appointment-alert{padding:12px 30px;position:fixed;top:89px}body[screen=sm] .appointment-alert p{font-size:14px;font-weight:700;letter-spacing:-.2px;line-height:18px;text-align:center}body[screen=xs] .emergency-message{font-size:1.4rem}body[screen=xs] .appointment-alert{padding:12px 13px;position:fixed;top:87px}body[screen=xs] .appointment-alert p{font-size:14px;font-weight:700;letter-spacing:-.2px;line-height:18px;text-align:center}.item-billing .common-patient-resources,.item-disability-and-fmla-forms .common-patient-resources,.item-patient-resources .common-patient-resources,.item-request-your-medical-records .common-patient-resources,.make-an-appointment .urgent-care{-webkit-box-pack:end;-ms-flex-pack:end;background-color:#f2f2f2;border:1px solid #e9e9e9;border-radius:2px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.13);box-shadow:0 1px 3px 0 rgba(0,0,0,.13);justify-content:flex-end;margin-top:20px;position:relative;z-index:0}.item-billing .common-patient-resources.hide,.item-disability-and-fmla-forms .common-patient-resources.hide,.item-patient-resources .common-patient-resources.hide,.item-request-your-medical-records .common-patient-resources.hide,.make-an-appointment .urgent-care.hide{display:none!important}.item-billing .common-patient-resources:before,.item-disability-and-fmla-forms .common-patient-resources:before,.item-patient-resources .common-patient-resources:before,.item-request-your-medical-records .common-patient-resources:before,.make-an-appointment .urgent-care:before{background-image:url(/templates/lyquix/images/appt-urgentcare.png);background-size:100% auto;content:" ";display:block;height:100%;left:115px;position:absolute;top:0;width:290px;z-index:1}.item-billing .common-patient-resources.sans-bg-image:before,.item-disability-and-fmla-forms .common-patient-resources.sans-bg-image:before,.item-patient-resources .common-patient-resources.sans-bg-image:before,.item-request-your-medical-records .common-patient-resources.sans-bg-image:before,.make-an-appointment .urgent-care.sans-bg-image:before{content:normal}.item-billing .common-patient-resources p,.item-disability-and-fmla-forms .common-patient-resources p,.item-patient-resources .common-patient-resources p,.item-request-your-medical-records .common-patient-resources p,.make-an-appointment .urgent-care p{color:#142544;font-family:Open Sans,sans-serif;font-size:1.5rem;line-height:22px;margin:0}.item-billing .common-patient-resources.two-columns,.item-disability-and-fmla-forms .common-patient-resources.two-columns,.item-patient-resources .common-patient-resources.two-columns,.item-request-your-medical-records .common-patient-resources.two-columns,.make-an-appointment .urgent-care.two-columns{background-color:#fff;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;gap:12px}.item-billing .common-patient-resources.two-columns ul,.item-disability-and-fmla-forms .common-patient-resources.two-columns ul,.item-patient-resources .common-patient-resources.two-columns ul,.item-request-your-medical-records .common-patient-resources.two-columns ul,.make-an-appointment .urgent-care.two-columns ul{margin:0}.item-billing .common-patient-resources.two-columns h2,.item-disability-and-fmla-forms .common-patient-resources.two-columns h2,.item-patient-resources .common-patient-resources.two-columns h2,.item-request-your-medical-records .common-patient-resources.two-columns h2,.make-an-appointment .urgent-care.two-columns h2{margin:0 0 10px}.item-billing .common-patient-resources.two-columns>div,.item-disability-and-fmla-forms .common-patient-resources.two-columns>div,.item-patient-resources .common-patient-resources.two-columns>div,.item-request-your-medical-records .common-patient-resources.two-columns>div,.make-an-appointment .urgent-care.two-columns>div{-webkit-box-flex:1;background-color:#f2f2f2;border:1px solid #e9e9e9;border-radius:2px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.13);box-shadow:0 1px 3px 0 rgba(0,0,0,.13);-ms-flex:1 1 calc(50% - 6px);flex:1 1 calc(50% - 6px);margin:0;padding:35px 26px}.item-billing .common-patient-resources .hurt-app-card .inner,.item-disability-and-fmla-forms .common-patient-resources .hurt-app-card .inner,.item-patient-resources .common-patient-resources .hurt-app-card .inner,.item-request-your-medical-records .common-patient-resources .hurt-app-card .inner,.make-an-appointment .urgent-care .hurt-app-card .inner{position:relative}.item-billing .common-patient-resources .hurt-app-card .text,.item-disability-and-fmla-forms .common-patient-resources .hurt-app-card .text,.item-patient-resources .common-patient-resources .hurt-app-card .text,.item-request-your-medical-records .common-patient-resources .hurt-app-card .text,.make-an-appointment .urgent-care .hurt-app-card .text{margin:0;padding:0;width:100%}.item-billing .common-patient-resources .hurt-app-card .image,.item-disability-and-fmla-forms .common-patient-resources .hurt-app-card .image,.item-patient-resources .common-patient-resources .hurt-app-card .image,.item-request-your-medical-records .common-patient-resources .hurt-app-card .image,.make-an-appointment .urgent-care .hurt-app-card .image{bottom:0;height:66px;position:absolute;right:0;width:204px}.item-billing .common-patient-resources .hurt-app-card .image img,.item-disability-and-fmla-forms .common-patient-resources .hurt-app-card .image img,.item-patient-resources .common-patient-resources .hurt-app-card .image img,.item-request-your-medical-records .common-patient-resources .hurt-app-card .image img,.make-an-appointment .urgent-care .hurt-app-card .image img{height:auto;max-width:100%;width:100%}.item-billing .common-patient-resources.bill-pay,.item-disability-and-fmla-forms .common-patient-resources.bill-pay,.item-patient-resources .common-patient-resources.bill-pay,.item-request-your-medical-records .common-patient-resources.bill-pay,.make-an-appointment .urgent-care.bill-pay{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.item-billing .common-patient-resources.bill-pay .text,.item-disability-and-fmla-forms .common-patient-resources.bill-pay .text,.item-patient-resources .common-patient-resources.bill-pay .text,.item-request-your-medical-records .common-patient-resources.bill-pay .text,.make-an-appointment .urgent-care.bill-pay .text{margin-left:118px;margin-right:0}.item-billing .common-patient-resources.bill-pay:before,.item-disability-and-fmla-forms .common-patient-resources.bill-pay:before,.item-patient-resources .common-patient-resources.bill-pay:before,.item-request-your-medical-records .common-patient-resources.bill-pay:before,.make-an-appointment .urgent-care.bill-pay:before{left:auto;right:115px}.item-billing .common-patient-resources.bill-pay:before,.item-billing .common-patient-resources.combo:before,.item-disability-and-fmla-forms .common-patient-resources.bill-pay:before,.item-disability-and-fmla-forms .common-patient-resources.combo:before,.item-patient-resources .common-patient-resources.bill-pay:before,.item-patient-resources .common-patient-resources.combo:before,.item-request-your-medical-records .common-patient-resources.bill-pay:before,.item-request-your-medical-records .common-patient-resources.combo:before,.make-an-appointment .urgent-care.bill-pay:before,.make-an-appointment .urgent-care.combo:before{background-image:url(/templates/lyquix/images/payyourbill.png);background-position-y:-50px;background-repeat:no-repeat}.item-billing .common-patient-resources .text,.item-disability-and-fmla-forms .common-patient-resources .text,.item-patient-resources .common-patient-resources .text,.item-request-your-medical-records .common-patient-resources .text,.make-an-appointment .urgent-care .text{-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:118px;padding:39px 0;width:404px}.item-billing .common-patient-resources .text h3,.item-disability-and-fmla-forms .common-patient-resources .text h3,.item-patient-resources .common-patient-resources .text h3,.item-request-your-medical-records .common-patient-resources .text h3,.make-an-appointment .urgent-care .text h3{font-size:17.5px;font-weight:600;letter-spacing:0;line-height:26px;margin:0}.item-billing .common-patient-resources .text ul,.item-disability-and-fmla-forms .common-patient-resources .text ul,.item-patient-resources .common-patient-resources .text ul,.item-request-your-medical-records .common-patient-resources .text ul,.make-an-appointment .urgent-care .text ul{margin:6px 0 26px;padding-left:0}.item-billing .common-patient-resources .text ul li,.item-disability-and-fmla-forms .common-patient-resources .text ul li,.item-patient-resources .common-patient-resources .text ul li,.item-request-your-medical-records .common-patient-resources .text ul li,.make-an-appointment .urgent-care .text ul li{color:#09101e;font-family:Open Sans,sans-serif;font-size:15px;letter-spacing:0;line-height:19px;list-style:none;padding-left:38px;position:relative}.item-billing .common-patient-resources .text ul li:before,.item-disability-and-fmla-forms .common-patient-resources .text ul li:before,.item-patient-resources .common-patient-resources .text ul li:before,.item-request-your-medical-records .common-patient-resources .text ul li:before,.make-an-appointment .urgent-care .text ul li:before{background-color:#6d6d6d;border-radius:5px;content:" ";display:block;height:5px;left:13px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:5px}.item-billing .common-patient-resources .text .button,.item-disability-and-fmla-forms .common-patient-resources .text .button,.item-patient-resources .common-patient-resources .text .button,.item-request-your-medical-records .common-patient-resources .text .button,.make-an-appointment .urgent-care .text .button{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;font-size:1.2rem;line-height:14px;margin-right:23px;margin-top:0;padding:13px 25px 12px;width:267px}.item-billing .common-patient-resources .text a:not(.button),.item-disability-and-fmla-forms .common-patient-resources .text a:not(.button),.item-patient-resources .common-patient-resources .text a:not(.button),.item-request-your-medical-records .common-patient-resources .text a:not(.button),.make-an-appointment .urgent-care .text a:not(.button){color:#09101e;display:inline-block;font-family:Open Sans}body[screen=sm] .item-billing .common-patient-resources,body[screen=sm] .item-disability-and-fmla-forms .common-patient-resources,body[screen=sm] .item-patient-resources .common-patient-resources,body[screen=sm] .item-request-your-medical-records .common-patient-resources,body[screen=sm] .make-an-appointment .urgent-care,body[screen=sm] .urgent-care{overflow:hidden}body[screen=sm] .item-billing .common-patient-resources:before,body[screen=sm] .item-disability-and-fmla-forms .common-patient-resources:before,body[screen=sm] .item-patient-resources .common-patient-resources:before,body[screen=sm] .item-request-your-medical-records .common-patient-resources:before,body[screen=sm] .make-an-appointment .urgent-care:before,body[screen=sm] .urgent-care:before{background-position-y:-13px;left:-11px;width:252px}body[screen=sm] .item-billing .common-patient-resources .text,body[screen=sm] .item-disability-and-fmla-forms .common-patient-resources .text,body[screen=sm] .item-patient-resources .common-patient-resources .text,body[screen=sm] .item-request-your-medical-records .common-patient-resources .text,body[screen=sm] .make-an-appointment .urgent-care .text,body[screen=sm] .urgent-care .text{margin-right:37px;padding:20px 0 26px;width:357px}body[screen=sm] .item-billing .common-patient-resources .text ul,body[screen=sm] .item-disability-and-fmla-forms .common-patient-resources .text ul,body[screen=sm] .item-patient-resources .common-patient-resources .text ul,body[screen=sm] .item-request-your-medical-records .common-patient-resources .text ul,body[screen=sm] .make-an-appointment .urgent-care .text ul,body[screen=sm] .urgent-care .text ul{margin:6px 0 20px;padding-left:0;width:339px}body[screen=sm] .item-billing .common-patient-resources .text .button,body[screen=sm] .item-disability-and-fmla-forms .common-patient-resources .text .button,body[screen=sm] .item-patient-resources .common-patient-resources .text .button,body[screen=sm] .item-request-your-medical-records .common-patient-resources .text .button,body[screen=sm] .make-an-appointment .urgent-care .text .button,body[screen=sm] .urgent-care .text .button{margin-right:20px;margin-top:0;padding-left:20px;padding-right:20px;width:257px}body[screen=sm] .item-billing .common-patient-resources.bill-pay .text,body[screen=sm] .item-disability-and-fmla-forms .common-patient-resources.bill-pay .text,body[screen=sm] .item-patient-resources .common-patient-resources.bill-pay .text,body[screen=sm] .item-request-your-medical-records .common-patient-resources.bill-pay .text,body[screen=sm] .make-an-appointment .urgent-care.bill-pay .text,body[screen=sm] .urgent-care.bill-pay .text{margin-left:37px;margin-right:0}body[screen=sm] .item-billing .common-patient-resources.bill-pay:before,body[screen=sm] .item-disability-and-fmla-forms .common-patient-resources.bill-pay:before,body[screen=sm] .item-patient-resources .common-patient-resources.bill-pay:before,body[screen=sm] .item-request-your-medical-records .common-patient-resources.bill-pay:before,body[screen=sm] .make-an-appointment .urgent-care.bill-pay:before,body[screen=sm] .urgent-care.bill-pay:before{left:auto;right:-11px}body[screen=xs] .item-billing .common-patient-resources,body[screen=xs] .item-disability-and-fmla-forms .common-patient-resources,body[screen=xs] .item-patient-resources .common-patient-resources,body[screen=xs] .item-request-your-medical-records .common-patient-resources,body[screen=xs] .make-an-appointment .urgent-care,body[screen=xs] .urgent-care{overflow:hidden}body[screen=xs] .item-billing .common-patient-resources:before,body[screen=xs] .item-disability-and-fmla-forms .common-patient-resources:before,body[screen=xs] .item-patient-resources .common-patient-resources:before,body[screen=xs] .item-request-your-medical-records .common-patient-resources:before,body[screen=xs] .make-an-appointment .urgent-care:before,body[screen=xs] .urgent-care:before{background-size:auto 100%;height:calc(100% - 16px);right:-62px;top:16px;width:252px}body[screen=xs] .item-billing .common-patient-resources.bill-pay:before,body[screen=xs] .item-billing .common-patient-resources.combo:before,body[screen=xs] .item-disability-and-fmla-forms .common-patient-resources.bill-pay:before,body[screen=xs] .item-disability-and-fmla-forms .common-patient-resources.combo:before,body[screen=xs] .item-patient-resources .common-patient-resources.bill-pay:before,body[screen=xs] .item-patient-resources .common-patient-resources.combo:before,body[screen=xs] .item-request-your-medical-records .common-patient-resources.bill-pay:before,body[screen=xs] .item-request-your-medical-records .common-patient-resources.combo:before,body[screen=xs] .make-an-appointment .urgent-care.bill-pay:before,body[screen=xs] .make-an-appointment .urgent-care.combo:before,body[screen=xs] .urgent-care.bill-pay:before,body[screen=xs] .urgent-care.combo:before{background-position-y:0}body[screen=xs] .item-billing .common-patient-resources:after,body[screen=xs] .item-disability-and-fmla-forms .common-patient-resources:after,body[screen=xs] .item-patient-resources .common-patient-resources:after,body[screen=xs] .item-request-your-medical-records .common-patient-resources:after,body[screen=xs] .make-an-appointment .urgent-care:after,body[screen=xs] .urgent-care:after{background:linear-gradient(214.28deg,hsla(0,0%,95%,0),hsla(0,0%,95%,.7) 43.31%,hsla(0,0%,95%,.8));content:" ";display:block;height:calc(100% - 16px);position:absolute;right:0;top:16px;width:252px;z-index:1}body[screen=xs] .item-billing .common-patient-resources .text,body[screen=xs] .item-disability-and-fmla-forms .common-patient-resources .text,body[screen=xs] .item-patient-resources .common-patient-resources .text,body[screen=xs] .item-request-your-medical-records .common-patient-resources .text,body[screen=xs] .make-an-appointment .urgent-care .text,body[screen=xs] .urgent-care .text{-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:0;margin-right:0;padding:36px 23px 44px 20px;position:relative;width:100%;z-index:2}body[screen=xs] .item-billing .common-patient-resources .text ul,body[screen=xs] .item-disability-and-fmla-forms .common-patient-resources .text ul,body[screen=xs] .item-patient-resources .common-patient-resources .text ul,body[screen=xs] .item-request-your-medical-records .common-patient-resources .text ul,body[screen=xs] .make-an-appointment .urgent-care .text ul,body[screen=xs] .urgent-care .text ul{margin:6px 0 25px;padding-left:0;width:218px}body[screen=xs] .item-billing .common-patient-resources .text .button,body[screen=xs] .item-disability-and-fmla-forms .common-patient-resources .text .button,body[screen=xs] .item-patient-resources .common-patient-resources .text .button,body[screen=xs] .item-request-your-medical-records .common-patient-resources .text .button,body[screen=xs] .make-an-appointment .urgent-care .text .button,body[screen=xs] .urgent-care .text .button{margin-right:0;margin-top:0;padding-left:20px;padding-right:20px;width:257px}body[screen=xs] .item-billing .common-patient-resources .text a:not(.button),body[screen=xs] .item-disability-and-fmla-forms .common-patient-resources .text a:not(.button),body[screen=xs] .item-patient-resources .common-patient-resources .text a:not(.button),body[screen=xs] .item-request-your-medical-records .common-patient-resources .text a:not(.button),body[screen=xs] .make-an-appointment .urgent-care .text a:not(.button),body[screen=xs] .urgent-care .text a:not(.button){display:block;margin-top:12px}.phone-number-block{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f2f2f2;border:1px solid #e9e9e9;border-radius:2px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.13);box-shadow:0 1px 3px 0 rgba(0,0,0,.13);justify-content:flex-end;margin-bottom:15px;margin-top:20px;min-height:278px;padding:49px 0 45px;position:relative;z-index:0}.phone-number-block.hide{display:none!important}.phone-number-block:before{background-image:url(/templates/lyquix/images/pmr-banners-03-09.png);background-position:bottom;background-repeat:no-repeat;background-size:100%;bottom:0;content:" ";display:block;height:100%;left:0;position:absolute;width:290px;z-index:1}.phone-number-block .text{-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:65px;padding:0;width:487px}.phone-number-block .text h1{font-family:Open Sans;font-size:42px;font-weight:300;letter-spacing:0;line-height:57px;margin:0 0 10px}.phone-number-block .text h1 a{color:#142546;text-decoration:none}.phone-number-block .text h1 a:hover{text-decoration:underline}.phone-number-block .text ul{margin:0}.phone-number-block .text p,.phone-number-block .text ul li{color:#142546;font-family:Open Sans;font-size:1.5rem;letter-spacing:0;line-height:22px;margin:0}.phone-number-block .text .button-row{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:15px}.phone-number-block .text .additional-links{-ms-flex-item-align:center;align-self:center;color:#091223;margin-left:24px;margin-top:26px}.phone-number-block .text .additional-links a{color:#091223;font-family:Open Sans;font-size:1.5rem;font-weight:400;line-height:19px}body[screen=sm] .make-an-appointment .phone-number-block{min-height:239px;overflow:hidden}body[screen=sm] .make-an-appointment .phone-number-block:before{left:0;width:205px}body[screen=sm] .make-an-appointment .phone-number-block .text{margin-right:37px;padding:0;width:357px}body[screen=sm] .make-an-appointment .phone-number-block .text h1{font-size:38px;font-weight:300;letter-spacing:0;line-height:45px}body[screen=sm] .make-an-appointment .phone-number-block .text .additional-links{margin-left:0;margin-top:24px}body[screen=sm] .make-an-appointment .phone-number-block{padding:25px 0 20px}body[screen=xs] .make-an-appointment .phone-number-block{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-height:301px;overflow:hidden;padding:25px 20px}body[screen=xs] .make-an-appointment .phone-number-block:before{background-repeat:no-repeat;background-size:auto 100%;height:158px;left:auto;right:0;top:auto;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);width:158px}body[screen=xs] .make-an-appointment .phone-number-block .text{-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:0;padding:0;position:relative;width:100%;z-index:2}body[screen=xs] .make-an-appointment .phone-number-block .text h1{font-size:17.5px;font-weight:600;letter-spacing:0;line-height:26px;margin-bottom:6px}body[screen=xs] .make-an-appointment .phone-number-block .text p{font-size:1.5rem;line-height:21px}body[screen=xs] .make-an-appointment .phone-number-block .text .button.yellow{font-size:11px;letter-spacing:.478px;line-height:13px;padding:8px 24.5px;width:auto}body[screen=xs] .make-an-appointment .phone-number-block .text .button-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0}body[screen=xs] .make-an-appointment .phone-number-block .text .additional-links{margin-left:0;margin-top:24px}body[screen=xs] .make-an-appointment .phone-number-block .text .additional-links a.no-show-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.item-1475 .make-an-appointment [data-button=im],.item-1475 .make-an-appointment [data-button=mri],.item-1475 .make-an-appointment [data-button=oihc],.item-2367 .make-an-appointment [data-button=im],.item-2367 .make-an-appointment [data-button=mri],.item-2367 .make-an-appointment [data-button=oihc]{display:none!important}.fc-item.tmpl-custom-programs-new .group-3{padding-top:4.3rem}.fc-item.tmpl-custom-programs-new .group-4 .blk6.blkgroup{position:relative}.fc-item.tmpl-custom-programs-new .field_additional_content :first-child{margin-top:70px}.fc-item.tmpl-custom-programs-new .field_additional_content p{color:#142546;font-family:Open Sans,sans-serif;font-size:17px;line-height:25px;margin-top:0}.fc-item.tmpl-custom-programs-new .field_spe_body_parts .your-specialty-areas{margin-bottom:0!important}.fc-item.tmpl-custom-programs-new .field_pro_physicians:after,.fc-item.tmpl-custom-programs-new .field_pro_physicians:before{content:" ";display:table}.fc-item.tmpl-custom-programs-new .field_pro_physicians:after{clear:both}body[screen=lg] .fc-item.tmpl-custom-programs-new .description{margin-right:75px}body[screen=md] .fc-item.tmpl-custom-programs-new .field_additional_content :first-child{margin-top:60px}body[screen=sm] .fc-item.tmpl-custom-programs-new .field_additional_content :first-child,body[screen=xs] .fc-item.tmpl-custom-programs-new .field_additional_content :first-child{margin-top:40px}body[screen=sm] .fc-item.tmpl-custom-programs-new .field_additional_content p,body[screen=xs] .fc-item.tmpl-custom-programs-new .field_additional_content p{font-size:14px;line-height:23px}body[screen=xs] .fc-item.tmpl-custom-programs-new .field_spe_body_parts .your-specialty-areas{margin-bottom:0}body[screen=xs] .fc-item.tmpl-custom-programs-new .group-5 .field_rel_specialties ul{margin:0 auto;width:314px}body[screen=xs] .fc-item.tmpl-custom-programs-new .group-7 .custom{width:300px}@media screen and (max-width:320px){.fc-item.tmpl-custom-programs-new .group-3{margin:0 5px}.fc-item.tmpl-custom-programs-new .group-4 h2,.fc-item.tmpl-custom-programs-new .group-5 h2{margin:40px 5px 0}.fc-item.tmpl-custom-programs-new .group-4 h2.accordion-link-bottom,.fc-item.tmpl-custom-programs-new .group-5 h2.accordion-link-bottom{margin:40px 0 0}.fc-item.tmpl-custom-programs-new .group-4 .field_pro_conditions,.fc-item.tmpl-custom-programs-new .group-4 .field_pro_treatments,.fc-item.tmpl-custom-programs-new .group-5 .field_pro_conditions,.fc-item.tmpl-custom-programs-new .group-5 .field_pro_treatments{margin:0 5px}.fc-item.tmpl-custom-programs-new .group-4 .field_pro_conditions ul,.fc-item.tmpl-custom-programs-new .group-4 .field_pro_treatments ul,.fc-item.tmpl-custom-programs-new .group-5 .field_pro_conditions ul,.fc-item.tmpl-custom-programs-new .group-5 .field_pro_treatments ul{margin-left:67px}}.tmpl-custom-programs-new{color:#142546;overflow:hidden}.tmpl-custom-programs-new .section-2{min-height:605px;padding-top:70px;position:relative}.tmpl-custom-programs-new .section-2:before{background:linear-gradient(153.43deg,#f2f2f2,hsla(0,0%,95%,0) 83.33%),linear-gradient(230.51deg,hsla(0,0%,95%,0) 25.93%,#f2f2f2);content:"";height:100%;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100vw}.tmpl-custom-programs-new .group-2 wbr{display:none}.tmpl-custom-programs-new .group-2 .field_services_images{grid-column-gap:5px;grid-row-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(2,1fr);grid-template-rows:330px 200px;position:absolute;right:0;top:0;width:45.3125%}.tmpl-custom-programs-new .group-2 .field_services_images img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.tmpl-custom-programs-new .group-2 .field_services_images img:first-of-type{grid-area:1/1/2/3}.tmpl-custom-programs-new .group-2 .field_services_images img:nth-of-type(2){grid-area:2/1/3/2}.tmpl-custom-programs-new .group-2 .field_services_images img:nth-of-type(3){grid-area:2/2/3/3}.tmpl-custom-programs-new .group-2 .field_services_images .story-video:before{background-image:url(/templates/lyquix/images/video-icons/play-button-nat.svg);background-size:cover;content:"";cursor:pointer;display:block;height:90px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90px}.tmpl-custom-programs-new .group-2 .field_services_images.single-image img:first-of-type{grid-area:1/1/3/3}.tmpl-custom-programs-new .group-2 .field_services_images:hover .story-video:before{background-image:url(/templates/lyquix/images/video-icons/play-button-hover.svg)}.tmpl-custom-programs-new .group-2 .services-header-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.tmpl-custom-programs-new .group-2 .services-header-inner h1{font-family:Open Sans,sans-serif;font-size:4.2rem;font-weight:300;line-height:1.357;margin:0 0 12px}.tmpl-custom-programs-new .group-2 .services-header-left{max-width:52.5%;padding-bottom:20px}.tmpl-custom-programs-new .group-2 .description,.tmpl-custom-programs-new .group-2 .field_intro_text,.tmpl-custom-programs-new .group-2 p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.7rem;line-height:1.47;margin:0 0 10px}.tmpl-custom-programs-new .group-2 .description~.show-less,.tmpl-custom-programs-new .group-2 .description~.show-more,.tmpl-custom-programs-new .group-2 .field_intro_text~.show-less,.tmpl-custom-programs-new .group-2 .field_intro_text~.show-more,.tmpl-custom-programs-new .group-2 p~.show-less,.tmpl-custom-programs-new .group-2 p~.show-more{color:#142546;display:block;font-family:Open Sans,sans-serif;font-size:12px;font-weight:600;text-decoration:none}.tmpl-custom-programs-new .group-2 .description~.show-less:before,.tmpl-custom-programs-new .group-2 .description~.show-more:before,.tmpl-custom-programs-new .group-2 .field_intro_text~.show-less:before,.tmpl-custom-programs-new .group-2 .field_intro_text~.show-more:before,.tmpl-custom-programs-new .group-2 p~.show-less:before,.tmpl-custom-programs-new .group-2 p~.show-more:before{background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:10px;margin-right:5px;width:10px}.tmpl-custom-programs-new .group-2 .description~.show-more,.tmpl-custom-programs-new .group-2 .field_intro_text~.show-more,.tmpl-custom-programs-new .group-2 p~.show-more{margin-right:14px;margin-top:14px}.tmpl-custom-programs-new .group-2 .description~.show-more:before,.tmpl-custom-programs-new .group-2 .field_intro_text~.show-more:before,.tmpl-custom-programs-new .group-2 p~.show-more:before{background-image:url(/templates/lyquix/images/physician-icons/plus-expand_blue.svg)}.tmpl-custom-programs-new .group-2 .description~.show-less:before,.tmpl-custom-programs-new .group-2 .field_intro_text~.show-less:before,.tmpl-custom-programs-new .group-2 p~.show-less:before{background-image:url(/templates/lyquix/images/close-icon.svg)}.tmpl-custom-programs-new .group-2 .button-yellow{font-size:1.1rem;font-weight:900;letter-spacing:.48px;margin-left:0;margin-top:30px}.tmpl-custom-programs-new .group-3 .description p{font-family:Open Sans,sans-serif;font-size:17px;line-height:25px}.tmpl-custom-programs-new .group-4 .info-group{clear:both}.tmpl-custom-programs-new .group-4 .description{margin-top:35px}.tmpl-custom-programs-new .group-4 .description *{font-family:Open Sans,sans-serif}.tmpl-custom-programs-new .group-4 .description :first-of-type{margin-top:0}.tmpl-custom-programs-new .group-4 .description :last-of-type{margin-bottom:0}.tmpl-custom-programs-new .group-4 .description p{color:#142546;font-size:17px;line-height:25px}.tmpl-custom-programs-new .group-4 .services-tabs-heading{margin:35px 0 0}.tmpl-custom-programs-new .group-4 .accordion-group{padding-top:18px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.145),-1px 0 3px rgba(0,0,0,.153);box-shadow:0 2px 4px rgba(0,0,0,.145),-1px 0 3px rgba(0,0,0,.153);padding-top:2px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.closed{height:60px!important}.tmpl-custom-programs-new .group-4 .accordion-group .accordion .accordion-header{font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px;margin-top:20px;padding-left:20px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion .accordion-header>div{width:70%}.tmpl-custom-programs-new .group-4 .accordion-group .accordion .accordion-header:before{margin-right:8px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion .accordion-content{font-family:Open Sans,sans-serif;padding:0 20px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion .accordion-content h2{font-size:12px;font-weight:700;line-height:18px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion .accordion-content p{color:#142546}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content{margin-top:19px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:flex-start;margin-bottom:6px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters>span{background-image:url(/templates/lyquix/images/icons/filter.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:20px;margin-right:8px;width:20px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .count-flag{background-color:#ededed;color:#142546;font-family:Open Sans,sans-serif;font-size:9px;font-weight:700;letter-spacing:.6px;line-height:12px;padding:6px 10px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown{background:#fff;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper{margin:0 auto;position:relative;width:83.75%}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .filter-dropdown{display:block!important;position:relative}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .search{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:80px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .search .button-yellow{border-radius:0 5px 5px 0;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0;width:42px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .search .button-yellow:before{speak:none;content:"";font-family:FontAwesome;font-size:1.6rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .dropdown-wrapper-inner-filters{left:0;position:absolute;top:20px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters{position:absolute;top:126px;width:100%}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters>span{display:none}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .office-filter,.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .specialty-filter{border-bottom:1px solid #142546;margin-bottom:20px;padding-bottom:6px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .office-filter ul,.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .specialty-filter ul{list-style:none;padding-left:10px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .office-filter ul li,.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .specialty-filter ul li{color:#142546;cursor:pointer;font-size:1.2rem;font-weight:600;line-height:17px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .office-filter:after,.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .specialty-filter:after{background-image:url(/templates/lyquix/images/arrowdown.svg);background-size:cover;content:"";display:block;float:right;height:6px;margin-top:-14px;width:10px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .office-filter .specialty-filter-toggle .filter-selection,.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .dropdown-wrapper .mobile-filters .specialty-filter .specialty-filter-toggle .filter-selection{display:inline-block}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .close-filter{background-image:url(/templates/lyquix/images/icons/filter-close-xs.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;height:14px;margin-top:20px;position:absolute;right:0;top:0;width:14px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .mobile-filters .filter-dropdown .confirm{background-color:#ffd04e;border:1px solid hsla(0,0%,100%,0);border-radius:5px;bottom:0;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);color:#36393b;cursor:pointer;font-size:1.1rem;font-weight:700;left:0;letter-spacing:.48px;line-height:13px;margin:0 auto 10px;padding:8.5px 0 7.5px;position:absolute;right:0;text-align:center;width:180px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .related-pt{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;text-decoration:none}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .related-pt img{border-radius:50%;display:block;font-family:"object-fit:cover;";height:40px;margin-right:8px;-o-object-fit:cover;object-fit:cover;width:40px}.tmpl-custom-programs-new .group-4 .accordion-group .accordion.physical-therapists-accordion .accordion-content .related-pt span{color:#142546;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px}.tmpl-custom-programs-new .group-4 .tab-group{position:relative}.tmpl-custom-programs-new .group-4 .tab-group.hide-image:after{display:none}.tmpl-custom-programs-new .group-4 .tab-group .tab-nav .tab{cursor:pointer;padding-right:70px;position:relative;word-break:normal}.tmpl-custom-programs-new .group-4 .tab-group .tab-nav .tab:after{position:absolute;right:0}.tmpl-custom-programs-new .group-4 .tab-group .tab-content{overflow-y:auto}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .closed{display:none}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .open{display:block}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy]{background-color:#fafafa;margin-left:0;width:100%}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-bottom:1px solid #e4e4e4;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:63px;justify-content:flex-start;width:100%}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:1px solid #e4e4e4;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin-left:34px;padding-right:8%;width:60.25%}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input{border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.2);color:#142546;display:inline-block;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;height:30px;line-height:17px;padding:0 0 0 10px;width:65%}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input::-webkit-input-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input::-moz-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input:-ms-input-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input::-ms-input-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input::placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search input::ms-input-placeholder{color:#142546;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search button{border-radius:0 4px 4px 0;display:inline-block;height:28px;margin:0;padding:0;width:34px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search button:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:1.6rem!important;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;text-transform:none;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:1px solid #e4e4e4;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin-left:19px;padding-right:20px;position:relative;width:18%}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;align-items:center;border-bottom:1px solid #142546;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;height:22px;justify-content:space-between;padding-bottom:5px;position:relative}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-toggle:after{background-image:url(/templates/lyquix/images/arrowdown.svg);background-size:cover;content:"";height:6px;right:0;width:10px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-dropdown{padding-left:10px;position:absolute;right:0;top:61px;width:200px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-dropdown ul{background:#fff;border:1px solid #e4e4e4;list-style:none;margin:0;padding:0}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-dropdown ul li{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px;padding:10px;text-align:left}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter .specialty-filter-dropdown ul li:hover{background-color:#f2f2f2}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin-left:19px;padding-right:20px;position:relative;width:18%}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;align-items:center;border-bottom:1px solid #142546;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;height:22px;justify-content:space-between;padding-bottom:5px;position:relative}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-toggle:after{background-image:url(/templates/lyquix/images/arrowdown.svg);background-size:cover;content:"";height:6px;right:0;width:10px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-dropdown{padding-left:10px;position:absolute;right:0;top:61px;width:200px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-dropdown ul{background:#fff;border:1px solid #e4e4e4;list-style:none;margin:0;padding:0}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-dropdown ul li{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:17px;padding:10px;text-align:left}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter .office-filter-dropdown ul li:hover{background-color:#f2f2f2}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters{display:none}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .count-flag{background-color:#ededed;border-radius:2px;color:#142546;font-family:Open Sans,sans-serif;font-size:9px;letter-spacing:.6px;line-height:12px;margin-left:34px;margin-top:16px;padding:6px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list{-webkit-column-gap:14px;-moz-column-gap:14px;column-gap:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:34px;padding-top:20px;row-gap:14px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #ededed;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px;text-decoration:none;width:calc(33.333% - 14px)}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt:hover{text-decoration:underline}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt img{border-radius:50%;display:block;font-family:"object-fit: cover";height:40px;margin-right:11px;-o-object-fit:cover;object-fit:cover;width:40px}.tmpl-custom-programs-new .group-4 .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt span{font-family:Open Sans,sans-serif;font-size:15px;font-weight:700;line-height:20px;word-break:normal}.tmpl-custom-programs-new .group-4 .advanced_rel_locations{clear:both}.tmpl-custom-programs-new .group-4 .advanced_rel_locations>h2{font-size:17px;line-height:23.15px;margin-top:40px}.tmpl-custom-programs-new .group-4 .advanced_rel_locations.filter-open{z-index:999}.tmpl-custom-programs-new .group-5>.make-an-appointment{background:-webkit-gradient(linear,left bottom,left top,from(#101e37),to(#405378));background:linear-gradient(1turn,#101e37,#405378);height:69px;margin:50px calc(50% - 50vw) 0}.tmpl-custom-programs-new .group-5>.make-an-appointment>div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;justify-content:center;padding:0 4%}.tmpl-custom-programs-new .group-5>.make-an-appointment>div h2{color:#fff;font-size:14px;line-height:26px;margin:0 10px 0 0}.tmpl-custom-programs-new .group-5>.make-an-appointment>div a{font-size:11px;font-weight:900;max-width:200px;padding:6px 10px;width:50%}body[screen=xs] .tmpl-custom-programs-new .container{margin-left:10.9375%;margin-right:10.9375%;max-width:none}body[screen=xs] .tmpl-custom-programs-new .section-2{min-height:auto;padding-top:35px}body[screen=xs] .tmpl-custom-programs-new .group-2 .services-header-left{max-width:none}body[screen=xs] .tmpl-custom-programs-new .group-2 .services-header-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px}body[screen=xs] .tmpl-custom-programs-new .group-2 .field_services_images{grid-template-rows:144px 110px;position:relative;width:calc(100% + 10.9375vw)}body[screen=xs] .tmpl-custom-programs-new .group-2 .button-yellow{color:#1e2022;font-size:11px;font-weight:900;margin:15px 0 0;padding:8px 28.5px}body[screen=xs] .tmpl-custom-programs-new .group-2 .description~.show-less,body[screen=xs] .tmpl-custom-programs-new .group-2 .description~.show-more,body[screen=xs] .tmpl-custom-programs-new .group-2 .field_intro_text~.show-less,body[screen=xs] .tmpl-custom-programs-new .group-2 .field_intro_text~.show-more{margin-top:10px}body[screen=xs] .tmpl-custom-programs-new .tab-group{display:none}body[screen=xs] .tmpl-custom-programs-new .advanced_rel_locations{margin-bottom:0}body[screen=sm] .tmpl-custom-programs-new .group-2 .services-header-inner h1,body[screen=xs] .tmpl-custom-programs-new .group-2 .services-header-inner h1{font-size:4rem}body[screen=sm] .tmpl-custom-programs-new .group-2 .services-header-inner .description p,body[screen=xs] .tmpl-custom-programs-new .group-2 .services-header-inner .description p{font-size:1.4rem}body[screen=sm] .tmpl-custom-programs-new .group-2 .services-header-inner .field_services_images .story-video:before,body[screen=xs] .tmpl-custom-programs-new .group-2 .services-header-inner .field_services_images .story-video:before{height:45px;width:45px}body[screen=sm] .tmpl-custom-programs-new .container{margin-inline:8.333%;max-width:none}body[screen=sm] .tmpl-custom-programs-new .section-2{min-height:350px;padding-top:32px}body[screen=sm] .tmpl-custom-programs-new .section-2 .field_services_images{grid-template-rows:144px 136px}body[screen=sm] .tmpl-custom-programs-new .section-3 .description,body[screen=sm] .tmpl-custom-programs-new .section-3 .services-tabs-heading{margin-top:35px}body[screen=sm] .tmpl-custom-programs-new .tab-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;margin-top:18px}body[screen=sm] .tmpl-custom-programs-new .tab-group:before{font-size:20px;line-height:27px;margin-bottom:18px;width:100%}body[screen=sm] .tmpl-custom-programs-new .tab-group>div{-webkit-box-flex:1;-ms-flex:1;flex:1}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-nav{-webkit-box-flex:0;background:#f2f2f2;border-bottom:1px solid hsla(217,6%,54%,.178);border-left:1px solid hsla(217,6%,54%,.178);border-radius:1px 0 1px 1px;border-top:1px solid hsla(217,6%,54%,.178);-ms-flex:0 0 33%;flex:0 0 33%;height:654px;margin:0;padding-right:0;padding-top:50px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-nav .tab{font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin-left:22px;min-height:40px;padding:10px 70px 10px 8px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-nav .tab.open{background:#fff;border-left:4px solid #142546;font-weight:600}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-nav .tab.open:after{background-image:url(/templates/lyquix/images/icons/arrow-blue-right-bold.svg);background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;float:right;height:100%;margin-right:8px;position:absolute;top:0;width:4px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content{border-bottom:1px solid hsla(217,6%,54%,.178);border-radius:1px 1px 1px 0;border-right:1px solid hsla(217,6%,54%,.178);border-top:1px solid hsla(217,6%,54%,.178);height:654px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel{font-family:Open Sans,sans-serif;height:100%;margin-left:40px;padding-top:50px;width:64%}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search{margin-left:20px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-toggle.open{background:#f2f2f2 url(/templates/lyquix/images/icons/filter-close-xs.svg) no-repeat center 60%/60%}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);display:none}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .count-flag{margin-left:20px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list{-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;padding-left:20px;padding-right:20px;row-gap:8px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt{padding:16px 2px 16px 12px;width:calc(50% - 8px)}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt span{font-size:14px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search{border-right:0}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .office-filter,body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .specialty-filter{display:none}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #e4e4e4;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding:0 20px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters>span{background-image:url(/templates/lyquix/images/icons/filter.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:20px;width:20px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown{background:#fff;padding-bottom:20px;position:absolute;right:7px;top:130px;width:314px;z-index:10000}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .office-filter,body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .specialty-filter{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:20px;width:200px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .office-filter .office-filter-toggle,body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .office-filter .specialty-filter-toggle,body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .specialty-filter .office-filter-toggle,body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .specialty-filter .specialty-filter-toggle{width:200px}body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .office-filter .office-filter-dropdown,body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .office-filter .specialty-filter-dropdown,body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .specialty-filter .office-filter-dropdown,body[screen=sm] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .mobile-filters .filter-dropdown .specialty-filter .specialty-filter-dropdown{left:0;padding:0;position:relative;right:0;top:0}body[screen=sm] .tmpl-custom-programs-new .accordion-group{display:none}body[screen=sm] .tmpl-custom-programs-new .advanced_rel_locations>h2{font-size:20px;margin-top:35px}body[screen=sm] .tmpl-custom-programs-new .group-5>.make-an-appointment{height:90px;margin-top:60px}body[screen=sm] .tmpl-custom-programs-new .group-5>.make-an-appointment h2{font-size:17px;line-height:23.15px;margin-right:35px}body[screen=md] .tmpl-custom-programs-new .container{margin-left:8.9375%;margin-right:8.9375%;max-width:none}body[screen=md] .tmpl-custom-programs-new .section-2{min-height:422px;padding-top:34px}body[screen=md] .tmpl-custom-programs-new .section-2 .field_services_images{grid-template-rows:250px 133px}body[screen=md] .tmpl-custom-programs-new .section-3 .description,body[screen=md] .tmpl-custom-programs-new .section-3 .services-tabs-heading{margin-top:35px}body[screen=md] .tmpl-custom-programs-new .tab-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;margin-top:18px;overflow:hidden}body[screen=md] .tmpl-custom-programs-new .tab-group:after{background:url(/templates/lyquix/images/services-tab-img.png);background-size:cover;content:"";display:block;height:652px;position:absolute;right:calc(44% + 36px);top:1px;width:430px;z-index:1}body[screen=md] .tmpl-custom-programs-new .tab-group:before{font-size:20px;line-height:27px;margin-bottom:18px;width:100%}body[screen=md] .tmpl-custom-programs-new .tab-group>div{-webkit-box-flex:1;-ms-flex:1;flex:1}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-nav{-webkit-box-flex:0;background:#f2f2f2;border-bottom:1px solid hsla(217,6%,54%,.178);border-left:1px solid hsla(217,6%,54%,.178);border-radius:1px 0 1px 1px;border-top:1px solid hsla(217,6%,54%,.178);-ms-flex:0 0 33%;flex:0 0 33%;height:654px;margin:0;opacity:.97;padding-right:0;padding-top:50px;z-index:2}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-nav .tab{font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin-left:22px;padding:12px 70px 12px 8px}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-nav .tab.open{background:#fff;border-left:4px solid #142546;font-weight:600}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-nav .tab.open:after{background-image:url(/templates/lyquix/images/icons/arrow-blue-right-bold.svg);background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;float:right;height:100%;margin-right:12px;position:absolute;top:0;width:4px}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-content{border-bottom:1px solid hsla(217,6%,54%,.178);border-radius:1px 1px 1px 0;border-right:1px solid hsla(217,6%,54%,.178);border-top:1px solid hsla(217,6%,54%,.178);height:654px}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel{font-family:Open Sans,sans-serif;height:100%;margin-left:36%;padding-top:50px;width:60%}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel h2{font-size:20px;line-height:27.24px}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel p{font-size:17px;line-height:25px}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel p:last-child,body[screen=md] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel p:last-of-type{margin-bottom:0}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .count-flag,body[screen=md] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .filters .search{margin-left:20px}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list{padding-left:20px}body[screen=md] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel[data-tab=physical-therapy] .pt-list .related-pt{padding:16px 2px 16px 12px}body[screen=md] .tmpl-custom-programs-new .accordion-group{display:none}body[screen=md] .tmpl-custom-programs-new .advanced_rel_locations>h2{font-size:20px;margin-bottom:18px;margin-top:35px}body[screen=md] .tmpl-custom-programs-new .group-5>.make-an-appointment{height:100px;margin-top:60px}body[screen=md] .tmpl-custom-programs-new .group-5>.make-an-appointment>div h2{font-size:17px;line-height:23.15px;margin-right:72px}body[screen=lg] .tmpl-custom-programs-new .section-3 .description,body[screen=lg] .tmpl-custom-programs-new .section-3 .services-tabs-heading{margin-top:50px}body[screen=lg] .tmpl-custom-programs-new .tab-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;margin-top:18px}body[screen=lg] .tmpl-custom-programs-new .tab-group:after{background:url(/templates/lyquix/images/services-tab-img.png);background-size:cover;content:"";display:block;height:652px;position:absolute;right:calc(44% + 36px);top:1px;width:430px;z-index:1}body[screen=lg] .tmpl-custom-programs-new .tab-group:before{font-size:20px;line-height:27px;margin-bottom:18px;width:100%}body[screen=lg] .tmpl-custom-programs-new .tab-group>div{-webkit-box-flex:1;-ms-flex:1;flex:1}body[screen=lg] .tmpl-custom-programs-new .tab-group .tab-nav{-webkit-box-flex:0;background:#f2f2f2;border-bottom:1px solid hsla(217,6%,54%,.178);border-left:1px solid hsla(217,6%,54%,.178);border-radius:1px 0 1px 1px;border-top:1px solid hsla(217,6%,54%,.178);-ms-flex:0 0 33%;flex:0 0 33%;height:654px;margin:0;opacity:.97;padding-right:0;padding-top:50px;z-index:2}body[screen=lg] .tmpl-custom-programs-new .tab-group .tab-nav .tab{font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin-left:38px;padding:12px 70px 12px 8px}body[screen=lg] .tmpl-custom-programs-new .tab-group .tab-nav .tab.open{background:#fff;border-left:4px solid #142546;font-weight:600}body[screen=lg] .tmpl-custom-programs-new .tab-group .tab-nav .tab.open:after{background-image:url(/templates/lyquix/images/icons/arrow-blue-right-bold.svg);background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;float:right;height:100%;margin-right:12px;top:0;width:4px}body[screen=lg] .tmpl-custom-programs-new .tab-group .tab-content{border-bottom:1px solid hsla(217,6%,54%,.178);border-radius:1px 1px 1px 0;border-right:1px solid hsla(217,6%,54%,.178);border-top:1px solid hsla(217,6%,54%,.178);height:654px}body[screen=lg] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel{font-family:Open Sans,sans-serif;height:100%;margin-left:36%;padding-top:50px;width:60%}body[screen=lg] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel h2{font-size:20px;line-height:27.24px}body[screen=lg] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel p{font-size:17px;line-height:25px;margin-bottom:12px}body[screen=lg] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel p:last-child,body[screen=lg] .tmpl-custom-programs-new .tab-group .tab-content .tab-panel p:last-of-type{margin-bottom:0}body[screen=lg] .tmpl-custom-programs-new .accordion-group{display:none}body[screen=lg] .tmpl-custom-programs-new .advanced_rel_locations>h2{font-size:20px;margin-bottom:18px;margin-top:50px}body[screen=lg] .tmpl-custom-programs-new .group-5>.make-an-appointment{height:100px;margin-top:70px}body[screen=lg] .tmpl-custom-programs-new .group-5>.make-an-appointment>div h2{font-size:17px;line-height:23.15px;margin-right:72px}body[screen=lg].type-alias-program .fc-item.tmpl-custom-programs-new .container{max-width:1080px}@media screen and (min-width:1600px){body[screen=lg].type-alias-program .fc-item.tmpl-custom-programs-new .container{max-width:1280px}body[screen=lg].type-alias-program .group-2.readmore-open{padding-bottom:93px}body[screen=lg].type-alias-program .group-2 .button-yellow{padding:18px 50px}}body[screen=lg] .tmpl-custom-services .tab-group:after,body[screen=md] .tmpl-custom-services .tab-group:after{background-repeat:no-repeat}body[screen=lg] .tmpl-custom-services .tab-group[data-image="1"]:after,body[screen=md] .tmpl-custom-services .tab-group[data-image="1"]:after{background-image:url(/templates/lyquix/images/tabgroup-imgs/1.png)}body[screen=lg] .tmpl-custom-services .tab-group[data-image="2"]:after,body[screen=md] .tmpl-custom-services .tab-group[data-image="2"]:after{background-image:url(/templates/lyquix/images/tabgroup-imgs/2.png)}body[screen=lg] .tmpl-custom-services .tab-group[data-image="3"]:after,body[screen=md] .tmpl-custom-services .tab-group[data-image="3"]:after{background-image:url(/templates/lyquix/images/tabgroup-imgs/3.png)}body[screen=lg] .tmpl-custom-services .tab-group[data-image="4"]:after,body[screen=md] .tmpl-custom-services .tab-group[data-image="4"]:after{background-image:url(/templates/lyquix/images/tabgroup-imgs/4.png)}body[screen=lg] .tmpl-custom-services .tab-group[data-image="5"]:after,body[screen=md] .tmpl-custom-services .tab-group[data-image="5"]:after{background-image:url(/templates/lyquix/images/tabgroup-imgs/5.png)}body[screen=lg] .tmpl-custom-services .tab-group[data-image="6"]:after,body[screen=md] .tmpl-custom-services .tab-group[data-image="6"]:after{background-image:url(/templates/lyquix/images/tabgroup-imgs/6.png);background-position-x:-16px}body[screen=lg] .tmpl-custom-services .tab-group[data-image="7"]:after,body[screen=md] .tmpl-custom-services .tab-group[data-image="7"]:after{background-image:url(/templates/lyquix/images/tabgroup-imgs/7.png)}body[screen=lg] .tmpl-custom-services .tab-group[data-image="8"]:after,body[screen=md] .tmpl-custom-services .tab-group[data-image="8"]:after{background-image:url(/templates/lyquix/images/tabgroup-imgs/8.png)}#lyqbox .content-wrapper .content{margin:auto}.lyqbox-item{cursor:pointer;display:inline-block;float:left;line-height:0;margin:1px}#lyqbox{background-color:rgba(0,0,0,.8);color:#fff;height:100%;left:0;opacity:0;position:fixed;top:0;-webkit-transition:visibility 0s linear .5s,opacity .5s linear;transition:visibility 0s linear .5s,opacity .5s linear;visibility:hidden;width:100%;z-index:9999}#lyqbox.open{opacity:1;-webkit-transition-delay:0s;transition-delay:0s;visibility:visible}#lyqbox .content-wrapper{left:50%;margin:0;opacity:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:opacity .5s;transition:opacity .5s}#lyqbox .content-wrapper.active{-webkit-box-pack:center;-ms-flex-pack:center;height:100%;justify-content:center}#lyqbox .content-wrapper .content{margin:0 auto;max-height:90vh;min-height:unset;min-width:75%;position:relative;z-index:1}#lyqbox .content-wrapper .content.image{min-height:90vh}#lyqbox .content-wrapper .content.image img{bottom:0;left:0;margin:auto;max-height:90%;max-width:90%;position:absolute;right:0;top:0;z-index:0}#lyqbox .content-wrapper .content.video{padding:0}#lyqbox .content-wrapper .content .video-container{height:auto;padding-bottom:0}#lyqbox .content-wrapper .content .video-container iframe{height:90vh;position:static;width:90vw}#lyqbox .content-wrapper .info{bottom:10px;left:10px;position:absolute}#lyqbox .content-wrapper.active{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;z-index:2}#lyqbox .close{background-color:none;height:20px;right:10px;top:10px;width:20px}#lyqbox .close:after{background-color:#fff;border:1px solid #d6d6d6;border-radius:15px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.35);box-shadow:0 1px 3px rgba(0,0,0,.35);-webkit-box-sizing:border-box;box-sizing:border-box;color:#000;content:"";display:block;font-family:IonIcons;font-size:1.6rem;height:20px;line-height:2rem;text-align:center;-webkit-transition:all .5s;transition:all .5s;width:20px}#lyqbox .close:hover:after{border:1px solid hsla(0,0%,59%,.3);-webkit-box-shadow:none;box-shadow:none;opacity:.7}#lyqbox .prev{display:block;left:45px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:3}#lyqbox .prev:hover{cursor:pointer}#lyqbox .prev:after{speak:none;content:"";font-family:IonIcons;font-size:16px;font-size:3.8rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}#lyqbox .next{display:block;position:absolute;right:45px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:3}#lyqbox .next:hover{cursor:pointer}#lyqbox .next:after{speak:none;content:"";font-family:IonIcons;font-size:16px;font-size:3.8rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}#lyqbox .counter{bottom:10px;position:absolute;right:10px}#lyqbox .hide{display:none}body[screen=sm] #lyqbox .content-wrapper .content.image,body[screen=xs] #lyqbox .content-wrapper .content.image{min-width:75vw}.lightbox-overlay{background-color:#0b1425;height:100%;opacity:.35;position:fixed;top:0;width:100%;z-index:10}.make-an-appointment-lightbox{background-color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);height:100vh;max-width:640px;position:fixed;right:0;top:0;z-index:99999}.make-an-appointment-lightbox .inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.make-an-appointment-lightbox .close-x{background-image:url(/templates/lyquix/images/icons/filter-close-xs.svg);background-size:cover;cursor:pointer;height:14px;position:absolute;right:20px;top:20px;width:14px}.make-an-appointment-lightbox .h1{color:#142546;font-family:Open Sans,sans-serif;font-size:4.2rem;font-weight:300;letter-spacing:0;line-height:57px;margin:0 0 22px}.make-an-appointment-lightbox .lightbox-wrapper{padding-top:40px}.make-an-appointment-lightbox .cmn-container-wrapper,.make-an-appointment-lightbox .heading-wrapper{padding-left:40px;padding-right:60px}.make-an-appointment-lightbox .cmn-container-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-top:25px}.make-an-appointment-lightbox .heading-wrapper{border-bottom:1px solid #ededed}.make-an-appointment-lightbox .headshot-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-bottom:27px}.make-an-appointment-lightbox .headshot-row:after{background-color:#ededed;content:"";height:1px}.make-an-appointment-lightbox .headshot{border-radius:50%;display:block;line-height:0;margin-right:12px;width:41px}.make-an-appointment-lightbox .phy-name{font-size:1.5rem;letter-spacing:0;line-height:22px;margin:0}.make-an-appointment-lightbox .cmn-container{border:1px solid #ededed;border-radius:2px;margin-bottom:6px;padding:18px 35px}.make-an-appointment-lightbox .cmn-container.call a{color:inherit!important;display:inline!important;text-decoration:none}.make-an-appointment-lightbox .cmn-container .heading-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.make-an-appointment-lightbox .cmn-container h3{font-size:1.7rem;font-weight:600;letter-spacing:0;line-height:27px;margin:0;text-decoration:underline}.make-an-appointment-lightbox .cmn-container h3 a{color:inherit}.make-an-appointment-lightbox .cmn-container h3.toggle-callback-links{cursor:pointer}.make-an-appointment-lightbox .cmn-container ul{list-style:none;margin:0;padding:0 0 0 20px}.make-an-appointment-lightbox .cmn-container ul.callback-list{max-height:0;overflow:hidden;-webkit-transition:max-height .5s ease;transition:max-height .5s ease}.make-an-appointment-lightbox .cmn-container.open h3{text-decoration:none}.make-an-appointment-lightbox .cmn-container.open .callback-list{max-height:1000px}.make-an-appointment-lightbox .cmn-container li,.make-an-appointment-lightbox .cmn-container p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.5rem;letter-spacing:0;line-height:22px;margin:0}.make-an-appointment-lightbox .cmn-container li a,.make-an-appointment-lightbox .cmn-container p a{color:inherit}.make-an-appointment-lightbox .cmn-container li:not(:last-child){margin-bottom:6px}.make-an-appointment-lightbox .cmn-container .details-circle{cursor:pointer;height:15px;position:relative;width:15px}.make-an-appointment-lightbox .cmn-container .details-circle:after,.make-an-appointment-lightbox .cmn-container .details-circle:before{background-size:cover;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.make-an-appointment-lightbox .cmn-container .details-circle:before{background-image:url(/templates/lyquix/images/icons/info-circle.svg)}.make-an-appointment-lightbox .cmn-container .details-circle:after{background-image:url(/templates/lyquix/images/icons/info-x-circle.svg);opacity:0}.make-an-appointment-lightbox .cmn-container .details-circle .tool-tip{background-color:#fff;border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:17px;opacity:0;padding:12px 14px;position:absolute;right:-13px;top:24px;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;visibility:hidden;width:235px}.make-an-appointment-lightbox .cmn-container .details-circle .tool-tip:before{border-color:transparent transparent #fff #fff;border-style:solid;border-width:6px;-webkit-box-shadow:-3px 3px 3px 0 rgba(0,0,0,.15);box-shadow:-3px 3px 3px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:0;position:absolute;right:0;top:0;-webkit-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:0}.make-an-appointment-lightbox .cmn-container.tool-tip-open .details-circle:before{opacity:0}.make-an-appointment-lightbox .cmn-container.tool-tip-open .details-circle:after{opacity:1}.make-an-appointment-lightbox .cmn-container.tool-tip-open .tool-tip{opacity:1;visibility:visible;z-index:1}.make-an-appointment-lightbox .alert-bottom{background-color:#d12300;margin-top:auto;padding:12px 60px 18px 40px}.make-an-appointment-lightbox .alert-bottom p{color:#fff;font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:-.2px;line-height:18px;margin:0}body[screen=md] .make-an-appointment-lightbox .lightbox-wrapper{padding-top:26px}body[screen=sm] .make-an-appointment-lightbox .heading-wrapper,body[screen=xs] .make-an-appointment-lightbox .heading-wrapper{border-bottom:none}body[screen=sm] .make-an-appointment-lightbox .h1,body[screen=xs] .make-an-appointment-lightbox .h1{font-size:4rem;font-weight:300;letter-spacing:.44px;line-height:50px;margin-bottom:12px}body[screen=sm] .make-an-appointment-lightbox .headshot-row,body[screen=xs] .make-an-appointment-lightbox .headshot-row{padding-bottom:0}body[screen=sm] .make-an-appointment-lightbox .headshot,body[screen=xs] .make-an-appointment-lightbox .headshot{margin-right:10px;width:36px}body[screen=sm] .make-an-appointment-lightbox .cmn-container-wrapper,body[screen=xs] .make-an-appointment-lightbox .cmn-container-wrapper{padding-top:20px}body[screen=sm] .make-an-appointment-lightbox .cmn-container,body[screen=xs] .make-an-appointment-lightbox .cmn-container{padding:18px 20px}body[screen=sm] .make-an-appointment-lightbox .alert-bottom,body[screen=xs] .make-an-appointment-lightbox .alert-bottom{padding-bottom:12px;padding-top:12px}body[screen=sm] .make-an-appointment-lightbox{max-width:395px}body[screen=sm] .make-an-appointment-lightbox .close-x{right:26px}body[screen=sm] .make-an-appointment-lightbox .lightbox-wrapper{padding-top:32px}body[screen=sm] .make-an-appointment-lightbox .alert-bottom,body[screen=sm] .make-an-appointment-lightbox .cmn-container-wrapper,body[screen=sm] .make-an-appointment-lightbox .heading-wrapper{padding-left:40px;padding-right:40px}body[screen=xs] .make-an-appointment-lightbox{max-width:none;width:100%}body[screen=xs] .make-an-appointment-lightbox .close-x{right:8.125vw}body[screen=xs] .make-an-appointment-lightbox .lightbox-wrapper{padding-top:32px}body[screen=xs] .make-an-appointment-lightbox .cmn-container-wrapper,body[screen=xs] .make-an-appointment-lightbox .heading-wrapper{padding-left:8.125vw;padding-right:8.125vw}body[screen=xs] .make-an-appointment-lightbox .cmn-container ul{padding-left:15px}body[screen=xs] .make-an-appointment-lightbox .alert-bottom{margin-top:auto;padding-left:4.0625vw;padding-right:4.0625vw}body[regions=outside-region] .make-an-appointment-lightbox .cmn-container{margin-bottom:0!important}body[regions=outside-region] .make-an-appointment-lightbox .cmn-container.call,body[regions=outside-region] .make-an-appointment-lightbox .cmn-container.online-scheduling,body[regions=outside-region] .make-an-appointment-lightbox .cmn-container.request-callback{display:none}body[regions=outside-region] .make-an-appointment-lightbox .cmn-container .select-region-message{border:none;padding:0}body[regions=outside-region] .make-an-appointment-lightbox .cmn-container .select-region-message h2{margin:20px 0}body.type-alias-my-rothman-story .make-an-appointment-lightbox .cmn-container.large .text{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}body.type-alias-my-rothman-story .make-an-appointment-lightbox .cmn-container.large .details-circle{display:block!important}body.type-alias-my-rothman-story .make-an-appointment-lightbox .cmn-container h2{font-size:1.7rem;font-weight:600;letter-spacing:0;line-height:27px;margin:0;text-decoration:underline}body.type-alias-my-rothman-story .make-an-appointment-lightbox .cmn-container h2 a{color:inherit}body.type-alias-my-rothman-story .make-an-appointment-lightbox .cmn-container p{display:none}@media print{.accordion-link-bottom:before,.accordion-link:before,.all-stories-link,.breadcrumb *,.chat-button,.custom-direction,.field_main_image,.field_media_gallery,.field_phy_videos,.field_right_column,.field_spe_programs .button-yellow,.ie-div-position-customer-chat,.right-column,.story-video,.sub-menu-tabs,.zocdoc-popup{display:none!important}.container{width:960px!important}body{background-color:transparent;background-image:none;padding-top:0!important}h1{min-height:120px;padding-right:170px;position:relative}h1:after{content:url(/templates/lyquix/images/RI_Logo_Stacked_Standard_print.png);position:absolute;right:0;top:0}.accordion-2:not(.open),.accordion:not(.open){height:auto!important;padding-bottom:35px!important}.related-stories *{background-color:transparent;background-image:none;height:auto!important;list-style:disc;margin:0!important;padding:0!important;position:static!important;width:auto!important}.related-stories .grid .story-block{display:list-item;list-style-type:disc;margin-left:1.3em}.related-stories .grid .story-block .event-icon,.related-stories .grid .story-block .image,.related-stories .grid .story-block .textContainerDiv{display:none}.ccb-locations li,.ccb-physicians li,.ccb-services li,.physician{page-break-inside:avoid!important}}.two-column-right{text-align:center}.two-column-right .custom,.two-column-right .mod_lyquix_banners{margin:0 auto 5px;width:300px}body[screen=sm] .two-column-right .custom,body[screen=sm] .two-column-right .mod_lyquix_banners{float:left;margin:0 10px 5px}.appointment-form{background:-webkit-gradient(linear,left top,left bottom,from(#405378),to(#101e37));background:linear-gradient(180deg,#405378,#101e37);border-radius:2px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5);margin:0 auto;padding:43px 29px 40px}.appointment-form h2{border-bottom:1px solid hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.9);font-size:1.4rem;font-weight:600;letter-spacing:.91px;line-height:16px;margin:0 0 17px;padding-bottom:7px;text-align:left;text-transform:uppercase}.appointment-form select{background-color:#fefefe;border:0;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.2);color:#36393b;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:600;line-height:15px;margin:0;padding:12.5px;width:100%}.appointment-form table td{background-color:transparent;border:0;color:#36393b;font-size:1.5rem;font-weight:300;line-height:19px;padding:0 5px 7px 0}.appointment-form table td input[type=text],.appointment-form table td select{background-color:#fbfbfb;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.18);box-shadow:inset 0 1px 3px rgba(0,0,0,.18);height:29px;padding:0 10px;width:140px}.appointment-form table td:first-child{width:75px}.appointment-form .submit-container{position:relative}.appointment-form .submit-container input[type=button]{background-color:#999!important;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff!important;margin:5px 0 0;width:100%}.appointment-form .submit-container input[type=button]:hover{background-color:#ccc!important}.appointment-form .submit-container .button-yellow{border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0 0;width:100%!important}.appointment-form .submit-container .button-notification{color:#fff;padding-top:13px}body{background-color:#091223}.row.bottom,.row.main{background-color:#fff}.row.main{padding-bottom:80px}.fc-item .group-1{text-align:center}.fc-item .field,.fc-item .group-1,.fc-item .group-2,.fc-item .group-3,.fc-item .group-4,.fc-item .group-5,.fc-item .group-6,.fc-item .group-7{position:relative}.fc-item .group-1:after,.fc-item .group-1:before,.fc-item .group-2:after,.fc-item .group-2:before,.fc-item .group-3:after,.fc-item .group-3:before,.fc-item .group-4:after,.fc-item .group-4:before,.fc-item .group-5:after,.fc-item .group-5:before,.fc-item .group-6:after,.fc-item .group-6:before,.fc-item .group-7:after,.fc-item .group-7:before{content:" ";display:table}.fc-item .group-1:after,.fc-item .group-2:after,.fc-item .group-3:after,.fc-item .group-4:after,.fc-item .group-5:after,.fc-item .group-6:after,.fc-item .group-7:after{clear:both}.text-cursor-pointer:hover{cursor:pointer}span.highlight{background-color:#ffe7a5}.fc-category h1{border-bottom:1px solid #ededed;padding-bottom:3px}.bottom-3{background:-webkit-gradient(linear,left top,left bottom,color-stop(5.26%,#465a80),color-stop(98.49%,#1d3463));background:linear-gradient(180deg,#465a80 5.26%,#1d3463 98.49%);padding:38px 0 37px;text-align:center}.bottom-3 a,.bottom-3 h3{display:inline-block}.bottom-3 h3{color:#fff;font-size:2rem;line-height:1.35;margin:0 40px 0 0}.bottom-3 p{color:hsla(0,0%,100%,.57);font-family:Open Sans,sans-serif;font-size:1.6rem;line-height:1.375;margin:9px 0 25px}.bottom-3 a{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;width:189px}.overlaid{-webkit-filter:blur(5px);filter:blur(5px);-webkit-transition:-webkit-filter .5s linear;transition:-webkit-filter .5s linear;transition:filter .5s linear;transition:filter .5s linear,-webkit-filter .5s linear}.banners .banner .video-icon{z-index:5}.banners .video-icon{bottom:0;left:0;margin:auto;right:0;top:0}.alertBox{background-color:rgba(0,0,0,.5);bottom:0;left:0;opacity:1;position:fixed;right:0;top:0;-webkit-transition:opacity .5s,visibility .5s;transition:opacity .5s,visibility .5s;visibility:visible;z-index:11}.alertBox.closed{opacity:0;visibility:hidden}.alertBox .alertContent{margin:20% auto;max-height:300px;position:relative;width:480px}.alertBox .alertContent h2{margin-top:10px}.alertBox .alertContent .search_close_button{position:absolute;right:-30px;top:-30px}.alertBox .alertContent .search_close_button:before{speak:none;font-size:16px;font-size:1.3rem;font-style:normal;font-variant:normal;font-weight:400;left:4px;line-height:1;text-transform:none;top:2px}.alertBox .alertContent .alertText{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5);max-height:260px;min-height:200px;overflow-y:auto;padding:20px}.alertBox .alertContent .button-yellow{margin:5px 0;position:absolute;right:0;width:218px}.no-non-op-message,.no-surgeon-message{margin-left:20px;padding:10px}#florida-modal{border:none;border-radius:8px;padding:0}#florida-modal .content-wrapper{background:#fff;margin:0;max-width:672px;padding:35px 20px;text-align:center}#florida-modal .content-wrapper .close{background-image:url(/templates/lyquix/images/icons/close-x-thin-grey.svg);cursor:pointer;height:14px;position:absolute;right:10px;top:10px;-webkit-transition:.3s;transition:.3s;width:14px}#florida-modal .content-wrapper .close:hover{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg)}#florida-modal .content-wrapper h2{color:#1d3463;font-size:17px;font-weight:700;line-height:23px;margin-bottom:5px;margin-top:0}#florida-modal .content-wrapper p{color:#142546;font-family:Open Sans;font-size:14px;font-weight:400;line-height:24px;margin-bottom:16px;margin-top:0}#florida-modal .content-wrapper .button-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;gap:12px;justify-content:center}#florida-modal .content-wrapper .button-wrapper a{margin:0}#florida-modal::-webkit-backdrop{background:rgba(20,37,70,.75)}#florida-modal::backdrop{background:rgba(20,37,70,.75)}body[screen=lg] #florida-modal .content-wrapper{padding:40px 20px}body[screen=lg] #florida-modal .content-wrapper .close{right:15px;top:15px}body[screen=lg] #florida-modal .content-wrapper h2{font-size:22px;line-height:34px}body[screen=lg] #florida-modal .content-wrapper p{font-size:15px;margin-bottom:30px}body[screen=lg] .banners .video-icon,body[screen=md] .banners .video-icon{height:150px;width:150px}body[screen=xs] .fc-item.item-make-an-appointment .group-7{margin-top:15px}body[screen=xs] .alertBox .alertContent{width:300px}body[screen=xs] .alertBox .alertContent .search_close_button{right:0;top:-30px}.item-weekend-walk-in-center .infobox{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;margin-right:20px;width:calc(33.333% - 15px)}.item-weekend-walk-in-center .infobox:last-child{margin-right:0}.item-weekend-walk-in-center .location-info{margin-bottom:20px}.item-weekend-walk-in-center .location-info .address{border-right:0;min-height:125px;padding:0 0 20px;text-align:center}.item-weekend-walk-in-center .location-info .address h2{margin-bottom:60px;margin-top:0}.item-weekend-walk-in-center .location-info .address p{margin:0 auto;max-width:200px;text-align:center}.item-weekend-walk-in-center .location-info .phone-numbers{background:url(/templates/lyquix/images/contact-us-icons/phone-01.svg) no-repeat center 50px;border-right:1px solid #ededed;min-height:125px;padding:0 0 20px;text-align:center}.item-weekend-walk-in-center .location-info .phone-numbers h2{margin-bottom:60px;margin-top:0}.item-weekend-walk-in-center .location-info .phone-numbers p{margin:0 auto;max-width:200px;text-align:center}.item-weekend-walk-in-center .location-info .emergency-hours{background:url(/templates/lyquix/images/contact-us-icons/hours-clockicon-02.svg) no-repeat center 50px;border-right:1px solid #ededed;min-height:125px;padding:0 0 20px;text-align:center}.item-weekend-walk-in-center .location-info .emergency-hours h2{margin-bottom:60px;margin-top:0}.item-weekend-walk-in-center .location-info .emergency-hours p{margin:0 auto;max-width:200px;text-align:center}.item-weekend-walk-in-center .location-info .address,.item-weekend-walk-in-center .location-info .emergency-hours,.item-weekend-walk-in-center .location-info .phone-numbers{border-bottom:1px solid #ededed;float:left;width:319px}body[screen=md] .item-weekend-walk-in-center .location-info .address,body[screen=md] .item-weekend-walk-in-center .location-info .emergency-hours,body[screen=md] .item-weekend-walk-in-center .location-info .phone-numbers,body[screen=sm] .item-weekend-walk-in-center .location-info .address,body[screen=sm] .item-weekend-walk-in-center .location-info .emergency-hours,body[screen=sm] .item-weekend-walk-in-center .location-info .phone-numbers{width:212px}body[screen=xs] .bottom-3{padding:33px 0 30px}body[screen=xs] .bottom-3 .text{margin:0 auto;width:200px}body[screen=xs] .bottom-3 h3{margin-right:0}body[screen=xs] .bottom-3 p{display:inline-block;font-size:1.4rem;margin:6px 0 26px;width:196px}body[screen=xs] .item-weekend-walk-in-center .infobox{float:none;margin-right:0;width:100%}body[screen=xs] .item-weekend-walk-in-center .location-info .loc_box_xs{background-position:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:80px;text-align:left;width:100%}body[screen=xs] .item-weekend-walk-in-center .location-info .loc_box_xs h2{margin-bottom:0;margin-right:0;text-align:left}body[screen=xs] .item-weekend-walk-in-center .location-info .loc_box_xs .address{text-align:left}body[screen=xs] .item-weekend-walk-in-center .location-info .address{background-position:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:80px;text-align:left;width:100%}body[screen=xs] .item-weekend-walk-in-center .location-info .address h2{margin-bottom:0;margin-right:0;text-align:left}body[screen=xs] .item-weekend-walk-in-center .location-info .address .address{text-align:left}body[screen=xs] .item-weekend-walk-in-center .location-info .phone-numbers{background-position:10px 20px;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:80px;text-align:left;width:100%}body[screen=xs] .item-weekend-walk-in-center .location-info .phone-numbers h2{margin-bottom:0;margin-right:0;text-align:left}body[screen=xs] .item-weekend-walk-in-center .location-info .phone-numbers .address{text-align:left}body[screen=xs] .item-weekend-walk-in-center .location-info .emergency-hours{background-position:10px 20px;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:80px;text-align:left;width:100%}body[screen=xs] .item-weekend-walk-in-center .location-info .emergency-hours h2{margin-bottom:0;margin-right:0;text-align:left}body[screen=xs] .item-weekend-walk-in-center .location-info .emergency-hours .address{text-align:left}.item-atlanticare91 .group-1 .partner-logo,.item-kennedy-hospital .group-1 .partner-logo,.item-riddle-hospital90 .group-1 .partner-logo,.item-rothman-institute-capital-health .group-1 .partner-logo{left:84px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:369px}.item-atlanticare91 .group-3 .partner-logo,.item-kennedy-hospital .group-3 .partner-logo,.item-riddle-hospital90 .group-3 .partner-logo,.item-rothman-institute-capital-health .group-3 .partner-logo{display:none}body[screen=md] .item-atlanticare91 .group-1 .partner-logo,body[screen=md] .item-kennedy-hospital .group-1 .partner-logo,body[screen=md] .item-riddle-hospital90 .group-1 .partner-logo,body[screen=md] .item-rothman-institute-capital-health .group-1 .partner-logo{left:61px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:278px}body[screen=md] .item-atlanticare91 .group-3 .partner-logo,body[screen=md] .item-kennedy-hospital .group-3 .partner-logo,body[screen=md] .item-riddle-hospital90 .group-3 .partner-logo,body[screen=md] .item-rothman-institute-capital-health .group-3 .partner-logo,body[screen=sm] .item-atlanticare91 .group-1 .partner-logo,body[screen=sm] .item-kennedy-hospital .group-1 .partner-logo,body[screen=sm] .item-riddle-hospital90 .group-1 .partner-logo,body[screen=sm] .item-rothman-institute-capital-health .group-1 .partner-logo,body[screen=xs] .item-atlanticare91 .group-1 .partner-logo,body[screen=xs] .item-kennedy-hospital .group-1 .partner-logo,body[screen=xs] .item-riddle-hospital90 .group-1 .partner-logo,body[screen=xs] .item-rothman-institute-capital-health .group-1 .partner-logo{display:none}body[screen=sm] .item-atlanticare91 .group-3 .partner-logo,body[screen=sm] .item-kennedy-hospital .group-3 .partner-logo,body[screen=sm] .item-riddle-hospital90 .group-3 .partner-logo,body[screen=sm] .item-rothman-institute-capital-health .group-3 .partner-logo,body[screen=xs] .item-atlanticare91 .group-3 .partner-logo,body[screen=xs] .item-kennedy-hospital .group-3 .partner-logo,body[screen=xs] .item-riddle-hospital90 .group-3 .partner-logo,body[screen=xs] .item-rothman-institute-capital-health .group-3 .partner-logo{border:1px solid #e0e0e0;display:block;float:left;margin-bottom:11px;margin-right:20px}body[screen=sm] .item-atlanticare91 .group-3 .partner-logo,body[screen=sm] .item-kennedy-hospital .group-3 .partner-logo,body[screen=sm] .item-riddle-hospital90 .group-3 .partner-logo,body[screen=sm] .item-rothman-institute-capital-health .group-3 .partner-logo{width:250px}body[screen=xs] .item-atlanticare91 .group-3 .partner-logo,body[screen=xs] .item-riddle-hospital90 .group-3 .partner-logo{width:100%}.item-community-partners .description img{width:auto}.search-button-submit{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;height:40px;margin:0 0 0 6px;padding:0;width:81px}.search-button-submit:before{speak:none;content:"";font-family:FontAwesome;font-size:16px;font-size:2.3rem!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.search-button-submit:hover{margin:0 0 0 5px;padding:0}.search_container{opacity:1!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transform-origin:unset!important;-ms-transform-origin:unset!important;transform-origin:unset!important}.custom-component #search-form{display:none}.autocomplete-suggestions{border:0;-webkit-box-shadow:1px 4px 3px rgba(50,50,50,.2);box-shadow:1px 4px 3px rgba(50,50,50,.2);display:none!important}.autocomplete-suggestions .autocomplete-suggestion{font-family:Open Sans,sans-serif}.search-text-box-wrapper{background-color:transparent;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;clear:both;padding:0;position:relative;width:auto}.search-text-box-wrapper,.search-text-box-wrapper .yxt-SearchBar-container{border:0;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);margin-top:5px}.search-text-box-wrapper .yxt-SearchBar-container{border-radius:4px}.search-text-box-wrapper .loading{display:block;display:none!important;position:absolute;right:50px;top:0}.search-text-box-wrapper input[type=text]{border-radius:4px 0 0 4px;border-right:1px solid #dcdcdc;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Roboto,sans-serif;font-size:1.2rem;height:auto;line-height:15px;padding:6.5px 18px 7.5px 10px;width:237.5px}.search-text-box-wrapper input[type=text]::-ms-clear{display:none}.search-text-box-wrapper button[type=button]{background-color:transparent!important;border-radius:0 4px 4px 0;-webkit-box-shadow:none;box-shadow:none;left:562px;margin:0;padding:0;position:absolute;top:12px}.search-text-box-wrapper button[type=submit]{background-color:#fff!important;background-image:url(/templates/lyquix/images/rothman-search.svg);background-position:50%;background-repeat:no-repeat;background-size:14px;border-radius:0 4px 4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;height:29px;margin:0;padding:0;width:42.5px}.search-text-box-wrapper button[type=submit]:hover{border:0}.search-text-box-wrapper button[type=submit] svg{display:none}.search-text-box-wrapper .yxt-GeoLocationFilter-container,.search-text-box-wrapper .yxt-SearchBar-container{background-color:transparent;overflow:visible}.search-text-box-wrapper .yxt-GeoLocationFilter-container .js-yext-query,.search-text-box-wrapper .yxt-SearchBar-container .js-yext-query{background-color:#fff}.search-text-box-wrapper .yxt-GeoLocationFilter-container .yxt-SearchBar-autocomplete,.search-text-box-wrapper .yxt-SearchBar-container .yxt-SearchBar-autocomplete{background-color:#fff;left:0;position:absolute;top:29px}.search-text-box-wrapper .yxt-GeoLocationFilter-container button[type=submit],.search-text-box-wrapper .yxt-SearchBar-container button[type=submit]{position:relative}.search-text-box-wrapper .yxt-GeoLocationFilter-container button[type=submit] .js-yxt-AnimatedForward,.search-text-box-wrapper .yxt-GeoLocationFilter-container button[type=submit] .js-yxt-AnimatedReverse,.search-text-box-wrapper .yxt-SearchBar-container button[type=submit] .js-yxt-AnimatedForward,.search-text-box-wrapper .yxt-SearchBar-container button[type=submit] .js-yxt-AnimatedReverse{left:50%;line-height:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.search-text-box-wrapper.show-loading .loading{display:block}.auto-suggest-box{background-color:#fff;border-radius:0 0 3px 3px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.2);-webkit-box-sizing:border-box;box-sizing:border-box;display:none!important;font-family:Open Sans,sans-serif;height:auto;left:-5px;max-height:calc(100vh - 288px);overflow-y:scroll;position:absolute;top:39px;width:285px;z-index:5}.auto-suggest-box.active{display:block!important}.auto-suggest-box .all{border-bottom:1px solid #f0f0f1;display:block;margin:0 13px;padding:10px 0}.auto-suggest-box #search-ny-notice{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:-webkit-gradient(linear,left top,right top,from(rgba(250,164,26,.15)),to(rgba(244,116,33,.15)));background:linear-gradient(90deg,rgba(250,164,26,.15),rgba(244,116,33,.15));border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;font-family:Open Sans,sans-serif;padding:15px;width:100%}.auto-suggest-box #search-ny-notice span{color:#142546;display:block;font-size:12px;font-weight:600;line-height:17px;margin-bottom:4px;text-align:left}.auto-suggest-box #search-ny-notice a{color:#4b5268;font-size:12px;font-weight:400;line-height:17px;text-align:left;text-decoration-line:underline;text-decoration-style:solid;-webkit-transition:.3s;transition:.3s}.auto-suggest-box #search-ny-notice a:hover{color:#142546}.auto-suggest-box.ny-visible #search-ny-notice{display:-webkit-box;display:-ms-flexbox;display:flex}.auto-suggest-box>p{margin:0;padding:10px 15px}.auto-suggest-box h3{font-size:1.3rem}.auto-suggest-box h2{font-size:1.4rem;margin:0 13px;padding:10px 0}.auto-suggest-box ul{list-style:none;margin:0;padding:0}.auto-suggest-box ul li{margin:0;padding:4px 13px}.auto-suggest-box ul li:hover{background-color:hsla(40,57%,85%,.3)}.auto-suggest-box ul li>img{border-radius:20px;display:block;float:left;height:30px;margin-right:10px;width:30px}.auto-suggest-box ul li>div{float:left;width:calc(100% - 40px)}.auto-suggest-box ul li .icon{float:left;height:30px;margin:3px 10px 0 0;position:relative;width:30px}.auto-suggest-box ul li .icon-document,.auto-suggest-box ul li .icon-form{background-position:inherit;background-size:contain}.auto-suggest-box ul li .title{color:#666;display:block;float:left;font-size:1.3rem;letter-spacing:.48px;line-height:1.8rem;text-decoration:none;width:100%}.auto-suggest-box ul li .title:hover{text-decoration:underline}.auto-suggest-box ul li .details{color:#666;display:block;float:left;font-size:1.3rem;font-weight:300;letter-spacing:.48px;line-height:1.8rem}.menu-collapsed .auto-suggest-box{left:auto;max-height:calc(100vh - 213px);right:-19px;top:39px;width:304px}.row.main{position:relative}.row.main .search_position_fixer{display:none;margin-top:110px;position:absolute;width:100%;z-index:3}.row.main .search_position_fixer #scalable-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;width:682px;z-index:10}.row.main .search_position_fixer .search_container{border-radius:5px;display:none;font-family:Open Sans,sans-serif;opacity:1;position:relative;-webkit-transition:opacity 1s,-webkit-transform .5s;transition:opacity 1s,-webkit-transform .5s;transition:transform .5s,opacity 1s;transition:transform .5s,opacity 1s,-webkit-transform .5s;width:100%;z-index:10}.row.main .search_position_fixer .search_container .search_close_button{position:absolute;right:-25px;top:-25px}.row.main .search_position_fixer .search_container .search_close_button:before{speak:none;font-size:16px;font-size:1.3rem;font-style:normal;font-variant:normal;font-weight:400;left:4px;line-height:1;text-transform:none;top:2px}.com_finder .finder{margin-top:40px}.com_finder .finder fieldset.word{border:0;margin:0;padding:0;position:relative}.com_finder .finder div#search-results>h2{font-size:1.4rem;margin:12px 0 0}.com_finder .finder div#search-results>p{color:#c5c5c5;margin:0}.com_finder .finder ul.search-results{list-style:none}.com_finder .finder ul.search-results li{border-bottom:1px solid #ededed;padding-bottom:30px}.com_finder .finder ul.search-results .small,.com_finder .finder ul.search-results ul.breadcrumb li,ul.breadcrumb .com_finder .finder ul.search-results li{font-size:inherit;font-style:italic;margin-top:17px}.com_finder .finder .search-text-box-wrapper{background-color:#efe1c4;border-radius:3px;border-radius:5px;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 2px 2px rgba(0,0,0,.1);-webkit-box-shadow:0 0 13px rgba(0,0,0,.5);box-shadow:0 0 13px rgba(0,0,0,.5);-webkit-box-sizing:border-box;box-sizing:border-box;clear:both;height:60px;margin-top:12px;padding:10px;position:relative;width:694px}.com_finder .finder .search-text-box-wrapper input[type=text]{border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;height:40px;width:587px}.com_finder .finder .search-text-box-wrapper button[type=submit]{background-color:#ffd04e!important;background-size:21px;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;height:40px;margin:0 0 0 6px;padding:0;width:81px}.com_finder .finder .search-text-box-wrapper button[type=submit]:after{font-size:2.3rem}.overlay{background:url(/templates/lyquix/images/repeatingpattern.png) repeat;display:none;height:100%;left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity .25s;transition:opacity .25s;width:100%;z-index:2}.overlay.close{opacity:0}body[screen=md] .row.main .search_position_fixer{margin-top:110px}body[screen=sm] .auto-suggest-box{right:auto}body[screen=sm].menu-collapsed .auto-suggest-box{left:0;max-height:calc(100vh - 126px);overflow:scroll;top:38px;width:280px}body[screen=sm] .row.main .search_position_fixer .search_container{width:640px}body[screen=sm].com_finder .finder .search-text-box-wrapper{width:100%}body[screen=sm].com_finder .finder .search-text-box-wrapper .auto-suggest-box,body[screen=sm].com_finder .finder .search-text-box-wrapper input[type=text]{width:532px}body[screen=sm] .search_position_fixer{margin:4px 0 4px 14px}body[screen=sm] .search_position_fixer .yxt-SearchBar-container{margin:0}body[screen=xs] .auto-suggest-box{right:auto}body[screen=xs].menu-collapsed .auto-suggest-box{left:14px;max-height:calc(100vh - 132px);overflow:scroll;top:39px;width:280px}body[screen=xs] .row.main .search_position_fixer{margin-top:40px}body[screen=xs] .row.main .search_position_fixer #scalable-wrapper{width:291px}body[screen=xs] .row.main .search_position_fixer .search_container .search_close_button{right:0;top:-30px}body[screen=xs] .row.main .search_position_fixer .search_container .search-text-box-wrapper input[type=text]{width:240px}body[screen=xs].com_finder .finder .search-text-box-wrapper{height:40px;padding:5px;width:100%}body[screen=xs].com_finder .finder .search-text-box-wrapper input[type=text]{height:30px;width:268px}body[screen=xs].com_finder .finder .search-text-box-wrapper button[type=submit]{height:30px;width:35px}body[screen=xs].com_finder .finder .search-text-box-wrapper .auto-suggest-box{left:5px;top:35px;width:268px}body[screen=xs].com_finder .finder .search-text-box-wrapper .loading{right:50px;top:5px}body.mobile .search_container input[type=text]::-webkit-input-placeholder{line-height:22px!important}.pagination-wrapper .pagination{font-size:1.6rem;letter-spacing:0;line-height:22px;list-style:none;padding:0}.pagination-wrapper .pagination .page-item{font-family:Open Sans,sans-serif;font-size:1.6rem;letter-spacing:0;line-height:22px;margin:0 5px;padding:5px 10px;text-align:center}.pagination-wrapper .pagination .page-item a{color:#142546;text-decoration:none}.pagination-wrapper .pagination .page-item.active{background-color:#ededed}.pagination-wrapper .pagination .page-item.active a{font-weight:700}.pagination-wrapper .pagination .page-item#next-page a,.pagination-wrapper .pagination .page-item#previous-page a,.pagination-wrapper .pagination .page-item.current-page a{cursor:pointer}.pagination-wrapper .paginate-control{margin-bottom:0;position:relative}.pagination-wrapper .paginate-control.menu-opener{margin-right:10px;width:90px}.pagination-wrapper .paginate-control .dropdown{background-color:#fff;border-radius:0 2px 0 0;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);height:auto;left:auto;list-style:none;margin:0;padding:10px 0;position:absolute;right:0;width:100%;z-index:2}.pagination-wrapper .paginate-control .dropdown li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans,sans-serif;font-size:1.2rem;height:28px;letter-spacing:0;line-height:17px;margin:0;padding-left:10px}.pagination-wrapper .paginate-control .dropdown li:hover{text-decoration:underline}.pagination-wrapper .paginate-control .dropdown:before{background-color:inherit;content:"";display:block;height:10px;position:absolute;right:10px;top:-4px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:10px}.pagination-wrapper .paginate-control .dropdown.close{opacity:0;-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s;visibility:hidden}.pagination-wrapper .view-all{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1.2rem;letter-spacing:0;line-height:17px;padding:8px 0 8px 10px;position:relative}.pagination-wrapper .view-all:before{background-color:#ededed;content:"";height:100%;left:0;position:absolute;top:0;width:1px}.pagination-wrapper .view-all:hover{text-decoration:underline}.cat-physicians .pagination-wrapper{margin-top:40px}.cat-physicians .section-3.no-physicians .pagination-wrapper{display:none}body[screen=md] .cat-physicians .pagination-wrapper{margin-top:35px}body[screen=sm] .cat-physicians .pagination-wrapper,body[screen=xs] .cat-physicians .pagination-wrapper{margin-top:25px}@media only screen and (max-width:800px){.cat-physicians .pagination-wrapper nav{width:100%}.cat-physicians .pagination-wrapper .page-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:5px 8px}.cat-physicians .paginate-control-wrapper{margin:0 auto}}@media only screen and (max-width:959px){.cat-physicians .pagination-wrapper .page-item{padding:5px 8px}}#rel-phy-filter{background-color:#fff;border:1px solid #e4e4e4;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);display:-webkit-box;display:-ms-flexbox;display:flex;height:62px;position:relative}#rel-phy-filter.disabled{pointer-events:none}.rel-phy-filter input[type=text]{background-color:#f9f9f9;border-radius:4px 0 0 4px;-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);font-size:1.2rem;height:30px;width:calc(100% - 44px)}.rel-phy-filter.search{border-right:1px solid #e4e4e4;padding:16px 0}.rel-phy-filter.search .search_query-wrapper{padding:0 20px}.rel-phy-filter.region-select{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 20px}.rel-phy-filter.region-select .radio-wrapper{border-bottom:none;padding:0}.rel-phy-filter.region-select .input-group{display:-webkit-box;display:-ms-flexbox;display:flex}.rel-phy-filter.region-select .input-group.everywhere{margin-left:12px}.rel-phy-filter.region-select label{white-space:nowrap}.rel-phy-filter.specialty{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #e4e4e4;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;padding:0 20px}.rel-phy-filter.specialty .menu-opener{margin-bottom:0;width:100%}.rel-phy-filter.specialty .dropdown{left:auto;right:0;top:45px}.rel-phy-filter.specialty .dropdown:after{left:auto;right:29px}.rel-phy-filter.locations{border-left:1px solid #e4e4e4;padding:16px 20px;width:45%}.rel-phy-filter.locations .phy-loc-filter-dropdown{left:auto;right:calc(100% + 30px);top:0}.rel-phy-filter.locations .menu-opener{margin-bottom:0}.rel-phy-filter.misc-filters{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #e4e4e4;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;padding:0 20px;position:relative}.rel-phy-filter.misc-filters .rel-phy-filters-misc-toggle{background-size:cover;background:transparent url(/templates/lyquix/images/icons/filter.svg) no-repeat center 70%/70%!important;border:none;border-radius:initial;-webkit-box-shadow:none;box-shadow:none;height:28px;margin:0;padding:0;-webkit-transition:none;transition:none;width:28px}.rel-phy-filter.misc-filters .rel-phy-filters-misc-toggle:focus{outline:none}.rel-phy-filter.misc-filters .misc-filters-dropdown{background-color:#fff;border-radius:0 2px 0 0;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);left:auto;opacity:0;padding:30px 26px 20px;position:absolute;right:6px;top:70%;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;visibility:hidden;width:314px;z-index:-1}.rel-phy-filter.misc-filters .misc-filters-dropdown:after{left:auto;right:24px}.rel-phy-filter.misc-filters .sort-pref .miles-from{width:82px}.rel-phy-filter .phy-loc-filter-dropdown .left-column-and-map-wrapper .left-column{-webkit-box-ordinal-group:3;-ms-flex-order:2;background-color:#fff;order:2}.rel-phy-filter .phy-loc-filter-dropdown .left-column-and-map-wrapper .left-column:after{background-color:inherit;content:"";display:block;height:10px;position:absolute;right:22px;top:-4px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:10px}.rel-phy-filter .phy-loc-filter-dropdown .map{height:552px;width:315px}.rel-phy-filter .phy-loc-filter-dropdown:after{content:normal}.rel-phy-filter .language-filter .dropdown{top:52px}body.type-alias-condition #rel-phy-filter .rel-phy-filter.specialty,body.type-alias-condition #rel-phy-filter .specialty-filter,body.type-alias-program #rel-phy-filter .rel-phy-filter.specialty,body.type-alias-program #rel-phy-filter .specialty-filter,body.type-alias-specialty #rel-phy-filter .rel-phy-filter.specialty,body.type-alias-specialty #rel-phy-filter .specialty-filter,body.type-alias-treatment #rel-phy-filter .rel-phy-filter.specialty,body.type-alias-treatment #rel-phy-filter .specialty-filter{display:none!important}body.type-alias-location .filter-applied[data-filter=regional]{display:none}body.type-alias-location #rel-phy-filter .location-filter,body.type-alias-location #rel-phy-filter .phy-filter-xs .tab-nav,body.type-alias-location #rel-phy-filter .rel-phy-filter.locations,body.type-alias-location #rel-phy-filter .rel-phy-filter.region-select,body.type-alias-location #rel-phy-filter .sort-filter,body.type-alias-location .ccb-physicians li.physician .region{display:none!important}body.filters-open #rel-phy-filter .rel-phy-filter.misc-filters .rel-phy-filters-misc-toggle{background:#f2f2f2 url(/templates/lyquix/images/icons/filter-close-xs.svg) no-repeat center 40%/40%!important}body.filters-open #rel-phy-filter .rel-phy-filter.misc-filters .misc-filters-dropdown{opacity:1;visibility:visible;z-index:1}body.type-alias-ambassador-story .advanced_rel_physicians .filter-bar-phy,body.type-alias-ambassador-story .advanced_rel_physicians .filters-summary-wrapper,body.type-alias-event .advanced_rel_physicians .filter-bar-phy,body.type-alias-event .advanced_rel_physicians .filters-summary-wrapper,body.type-alias-news .advanced_rel_physicians .filter-bar-phy,body.type-alias-news .advanced_rel_physicians .filters-summary-wrapper,body.type-alias-page .advanced_rel_physicians .filter-bar-phy,body.type-alias-page .advanced_rel_physicians .filters-summary-wrapper,body.type-alias-physician .advanced_rel_physicians .filter-bar-phy,body.type-alias-physician .advanced_rel_physicians .filters-summary-wrapper,body.type-alias-video .advanced_rel_physicians .filter-bar-phy,body.type-alias-video .advanced_rel_physicians .filters-summary-wrapper{display:none!important}body.type-alias-ambassador-story .advanced_rel_physicians .outer,body.type-alias-event .advanced_rel_physicians .outer,body.type-alias-news .advanced_rel_physicians .outer,body.type-alias-page .advanced_rel_physicians .outer,body.type-alias-physician .advanced_rel_physicians .outer,body.type-alias-video .advanced_rel_physicians .outer{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;padding:0}body.type-alias-ambassador-story .advanced_rel_physicians .scroll,body.type-alias-event .advanced_rel_physicians .scroll,body.type-alias-news .advanced_rel_physicians .scroll,body.type-alias-page .advanced_rel_physicians .scroll,body.type-alias-physician .advanced_rel_physicians .scroll,body.type-alias-video .advanced_rel_physicians .scroll{max-height:none;overflow-y:auto}body.type-alias-ambassador-story .ccb-physicians,body.type-alias-event .ccb-physicians,body.type-alias-news .ccb-physicians,body.type-alias-page .ccb-physicians,body.type-alias-physician .ccb-physicians,body.type-alias-video .ccb-physicians{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin:0 -7px}body.type-alias-physician .physician .phy-group-2 h3{border-bottom:none!important}body.type-alias-physician .physician .button-row,body.type-alias-physician .physician .region{display:none!important}body.type-alias-physician .physician:before:not(.tmpl-custom-physicians .physician:before){content:""}body.type-alias-specialty .advanced_rel_physicians .surgical-filter{display:none!important}body[screen=sm].type-alias-physician .ccb-physicians{margin:0 -2.5px}body[screen=xs].type-alias-physician .ccb-physicians li.physician{-webkit-box-align:center;-ms-flex-align:center;align-items:center}body[screen=xs].type-alias-physician .ccb-physicians li.physician h3{margin-bottom:0;padding-bottom:0}body[regions=outside-region] .rel-phy-filter.region-select{opacity:.5;pointer-events:none}.advanced_rel_physicians .non-surgical-heading,.advanced_rel_physicians .surgical-heading{margin:0 auto;width:calc(100% - 72px)}.advanced_rel_physicians .filters-summary-wrapper{margin:0 auto;padding-bottom:10px;padding-top:17px;width:calc(100% - 72px)}.advanced_rel_physicians .filter-message{margin:0 auto;width:calc(100% - 58px)}.advanced_rel_physicians .ccb-physicians,.advanced_rel_physicians .outside-region-items-list{margin:-7px auto 0;width:calc(100% - 58px)}.advanced_rel_physicians .outer{background-color:#fafafa;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);padding-right:6px}.advanced_rel_physicians .scroll{max-height:600px;overflow-y:scroll}.advanced_rel_physicians .scroll::-webkit-scrollbar{width:7px}.advanced_rel_physicians .scroll::-webkit-scrollbar-track{background:rgba(20,37,70,.22);border-radius:3.5px;margin:15px 0 60px}.advanced_rel_physicians .scroll::-webkit-scrollbar-thumb{background:rgba(20,37,70,.57);border-radius:3.5px}.advanced_rel_physicians .scroll.no-physicians li.physician .region,.advanced_rel_physicians .scroll.show-regions li.physician .region{display:block}.advanced_rel_physicians .scroll.no-physicians .non-surgical-heading,.advanced_rel_physicians .scroll.no-physicians .surgical-heading,.advanced_rel_physicians .scroll.show-regions .non-surgical-heading,.advanced_rel_physicians .scroll.show-regions .surgical-heading{display:none}body[screen=md] .rel-phy-filter input[type=text]{width:calc(100% - 44px)}body[screen=md] .rel-phy-filter.search .search_query-wrapper{padding:0 14px}body[screen=md] .rel-phy-filter.region-select{padding:16px 14px}body[screen=md] .rel-phy-filter.locations{padding:14px 17px;width:35%}body[screen=md] .rel-phy-filter.locations .phy-loc-filter-dropdown{right:453px}body[screen=md] .rel-phy-filter.locations .phy-loc-filter-dropdown .left-column-and-map-wrapper .left-column:after{right:84px}body[screen=md] .rel-phy-filter.locations .phy-loc-filter-dropdown .map{height:326px;width:315px}body[screen=md] .rel-phy-filter.misc-filters{padding:0 14px}body[screen=md] .rel-phy-filter.misc-filters .misc-filters-dropdown:after{right:18px}body[screen=md] .advanced_rel_physicians .filters-summary-wrapper,body[screen=md] .advanced_rel_physicians .non-surgical-heading,body[screen=md] .advanced_rel_physicians .surgical-heading{width:calc(100% - 28px)}body[screen=md] .advanced_rel_physicians .ccb-physicians{width:calc(100% - 14px)}body[screen=sm] .rel-phy-filter input[type=text]{width:calc(100% - 36px)}body[screen=sm] .rel-phy-filter .submit-button{width:34px}body[screen=sm] .rel-phy-filter.region-select{padding:16px 14px}body[screen=sm] .rel-phy-filter .region-filter{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;justify-content:center}body[screen=sm] .rel-phy-filter .region-filter .input-group.everywhere{margin:8px 0 0}body[screen=sm] .rel-phy-filter.locations .phy-loc-filter-dropdown{right:7px}body[screen=sm] .rel-phy-filter.locations .phy-loc-filter-dropdown .map{height:326px;width:315px}body[screen=sm] .rel-phy-filter .phy-loc-filter-dropdown{right:0}body[screen=sm] .rel-phy-filter .phy-loc-filter-dropdown .map{width:243px}body[screen=sm] .rel-phy-filter.misc-filters{padding:0 14px}body[screen=sm] .rel-phy-filter.misc-filters .misc-filters-dropdown{padding:30px 26px 36px}body[screen=sm] .rel-phy-filter.misc-filters .misc-filters-dropdown:after{right:18px}body[screen=sm] .advanced_rel_physicians .filters-summary-wrapper,body[screen=sm] .advanced_rel_physicians .non-surgical-heading,body[screen=sm] .advanced_rel_physicians .surgical-heading{width:calc(100% - 36px)}body[screen=sm] .advanced_rel_physicians .ccb-physicians{margin:2.5px auto;width:calc(100% - 34.5px)}body[screen=xs] #rel-phy-filter{height:38px}body[screen=xs] #rel-phy-filter .rel-phy-filters-misc-toggle{background-size:100%!important;height:18px;width:18px}body[screen=xs] #rel-phy-filter .sort-pref{padding-top:19px}body[screen=xs] #rel-phy-filter .sort-pref .row.alphabetically{margin-bottom:16px}body[screen=xs] #rel-phy-filter .sort-pref .row.distance{margin-bottom:4px}body[screen=xs] .advanced_rel_physicians .outer{padding-right:12px}body[screen=xs] .advanced_rel_physicians .scroll{max-height:295px}body[screen=xs] .advanced_rel_physicians .non-surgical-heading,body[screen=xs] .advanced_rel_physicians .surgical-heading{padding:12px;width:calc(100% - 24px)}body[screen=xs] .advanced_rel_physicians .ccb-physicians,body[screen=xs] .advanced_rel_physicians .filters-summary-wrapper,body[screen=xs] .advanced_rel_physicians .outside-region-items-list{width:calc(100% - 24px)}body[screen=xs].filters-open .phy-filter-xs{opacity:1;visibility:visible;z-index:1000}body[screen=xs] .rel-phy-filter.region-select{padding:16px 12px;width:85%}body[screen=xs] .rel-phy-filter.misc-filters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;justify-content:center;padding:0;width:15%}body[screen=xs] .rel-phy-filter.misc-filters .open .misc-filters-dropdown{height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}body.msie-11 .rel-phy-filter.region-select{display:block;padding-top:25px}body.msie-11 .rel-phy-filter.misc-filters{display:block;padding-top:15px}body.msie-11 .advanced_rel_physicians li.physician .phy-group-1{max-height:100px}body.msie-11 .cat-physicians .section-2 li.physicians .group-1{max-height:150px}html{scroll-behavior:smooth}.type-alias-my-rothman-story main.row,.type-alias-wsiyc main.row{background:#f2f2f2;padding-bottom:78px}.type-alias-my-rothman-story #lyqbox,.type-alias-wsiyc #lyqbox{z-index:99999999}body[screen=sm].type-alias-my-rothman-story{padding-bottom:58px}body[screen=xs].type-alias-my-rothman-story{padding-bottom:25px}.cat-ambassadors .section-1,.tmpl-custom-myrothmanstory .section-1,.tmpl-custom-wsiyc .section-1{-ms-flex-line-pack:justify;align-content:space-between;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.266),1px 0 4px 2px rgba(0,0,0,.086);box-shadow:0 2px 4px rgba(0,0,0,.266),1px 0 4px 2px rgba(0,0,0,.086);margin-bottom:0;min-height:495px;overflow:hidden;padding-block:120px;position:relative;z-index:0}.cat-ambassadors .section-1 .group-1,.tmpl-custom-myrothmanstory .section-1 .group-1,.tmpl-custom-wsiyc .section-1 .group-1{position:unset;text-align:left;width:43.296%}.cat-ambassadors .section-1 .banner-content,.tmpl-custom-myrothmanstory .section-1 .banner-content,.tmpl-custom-wsiyc .section-1 .banner-content{position:relative;z-index:1}.cat-ambassadors .section-1 .banner-content .button-yellow,.tmpl-custom-myrothmanstory .section-1 .banner-content .button-yellow,.tmpl-custom-wsiyc .section-1 .banner-content .button-yellow{font-size:1.1rem;line-height:1.1718;margin:0;padding:18px 42px}.cat-ambassadors .section-1:before,.tmpl-custom-myrothmanstory .section-1:before,.tmpl-custom-wsiyc .section-1:before{background:linear-gradient(145.77deg,#142546 11.63%,#060709 85.67%),#fff;background-repeat:no-repeat;background-size:cover;content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.cat-ambassadors .section-1 .section-2,.tmpl-custom-myrothmanstory .section-1 .section-2,.tmpl-custom-wsiyc .section-1 .section-2{z-index:3}.cat-ambassadors .section-1 .section-2:after,.tmpl-custom-myrothmanstory .section-1 .section-2:after,.tmpl-custom-wsiyc .section-1 .section-2:after{background:linear-gradient(236.72deg,rgba(47,59,83,.83) -31.77%,#101c34 27.01%,#030c1c 107.56%);border-radius:100%;content:" ";display:block;height:92.5vw;mix-blend-mode:normal;opacity:1;position:absolute;right:47.531vw;top:-10vw;width:94.5vw}.cat-ambassadors .section-1 h1,.tmpl-custom-myrothmanstory .section-1 h1,.tmpl-custom-wsiyc .section-1 h1{border-bottom:0;color:#fff;font-family:Betm,sans-serif;font-size:6rem;letter-spacing:0;line-height:1.357;margin-bottom:15px;margin-top:0;padding-bottom:0;width:100%}.cat-ambassadors .section-1 h1 .bromarkers,.tmpl-custom-myrothmanstory .section-1 h1 .bromarkers,.tmpl-custom-wsiyc .section-1 h1 .bromarkers{color:#faa719;font-weight:400;margin-left:10px}.cat-ambassadors .section-1 p,.tmpl-custom-myrothmanstory .section-1 p,.tmpl-custom-wsiyc .section-1 p{color:#fff;font-family:Open Sans;font-size:1.5rem;font-style:normal;font-weight:400;line-height:25px;margin:0 0 30px}.cat-ambassadors .group-2 .body-intro-text-container,.cat-ambassadors .group-2 .description,.tmpl-custom-myrothmanstory .group-2 .body-intro-text-container,.tmpl-custom-myrothmanstory .group-2 .description,.tmpl-custom-wsiyc .group-2 .body-intro-text-container,.tmpl-custom-wsiyc .group-2 .description{margin:50px auto 0;max-width:1170px}.cat-ambassadors .group-2 .body-intro-text-container p,.cat-ambassadors .group-2 .description p,.tmpl-custom-myrothmanstory .group-2 .body-intro-text-container p,.tmpl-custom-myrothmanstory .group-2 .description p,.tmpl-custom-wsiyc .group-2 .body-intro-text-container p,.tmpl-custom-wsiyc .group-2 .description p{color:#142546;font-family:Open Sans,sans-serif;font-size:17px;font-weight:400;line-height:25px;margin:0;width:81.25%}.cat-ambassadors .field_ambassador_stories_video_banner,.tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner,.tmpl-custom-wsiyc .field_ambassador_stories_video_banner{height:100%;position:absolute;right:0;top:0;width:65.625vw;z-index:0}.cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide,.tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner .video-banner-slide,.tmpl-custom-wsiyc .field_ambassador_stories_video_banner .video-banner-slide{height:100%;opacity:0;position:absolute;-webkit-transition:visibility .5s,opacity .5s;transition:visibility .5s,opacity .5s;visibility:hidden;width:100%;z-index:0}.cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide .play-button,.tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner .video-banner-slide .play-button,.tmpl-custom-wsiyc .field_ambassador_stories_video_banner .video-banner-slide .play-button{background-image:url(/templates/lyquix/images/video-icons/play-button-nat.svg);background-size:cover;cursor:pointer;height:90px;position:absolute;right:44.285%;top:50%;-webkit-transform:translate(-25%,-50%);-ms-transform:translate(-25%,-50%);transform:translate(-25%,-50%);width:90px;z-index:2}.cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide .play-button[data-lyqbox-type=video][data-lyqbox-url=""],.tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner .video-banner-slide .play-button[data-lyqbox-type=video][data-lyqbox-url=""],.tmpl-custom-wsiyc .field_ambassador_stories_video_banner .video-banner-slide .play-button[data-lyqbox-type=video][data-lyqbox-url=""]{display:none}.cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide.active,.tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner .video-banner-slide.active,.tmpl-custom-wsiyc .field_ambassador_stories_video_banner .video-banner-slide.active{opacity:1;visibility:visible}.cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide .img-tall,.cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide .img-wide,.tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner .video-banner-slide .img-tall,.tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner .video-banner-slide .img-wide,.tmpl-custom-wsiyc .field_ambassador_stories_video_banner .video-banner-slide .img-tall,.tmpl-custom-wsiyc .field_ambassador_stories_video_banner .video-banner-slide .img-wide{position:relative;z-index:-1}.cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide .img-wide,.tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner .video-banner-slide .img-wide,.tmpl-custom-wsiyc .field_ambassador_stories_video_banner .video-banner-slide .img-wide{height:100%;width:100%}.cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide img,.tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner .video-banner-slide img,.tmpl-custom-wsiyc .field_ambassador_stories_video_banner .video-banner-slide img{height:100%!important;max-height:none;-o-object-fit:cover;object-fit:cover;width:100%}.cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide:before,.tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner .video-banner-slide:before,.tmpl-custom-wsiyc .field_ambassador_stories_video_banner .video-banner-slide:before{background:linear-gradient(80.01deg,rgba(9,13,35,.859) 11.58%,rgba(9,18,35,0) 44.49%),linear-gradient(22.18deg,rgba(9,13,35,.859) 17.73%,rgba(24,36,62,.739) 52.79%,rgba(9,18,35,0) 91.23%);content:" ";display:block;height:100%;left:0;mix-blend-mode:normal;opacity:.67;position:absolute;top:0;width:100%;z-index:0}.cat-ambassadors .grid-container,.tmpl-custom-myrothmanstory .grid-container,.tmpl-custom-wsiyc .grid-container{margin:20px auto 0;max-width:1080px;padding-top:86px}.cat-ambassadors .grid-container .pagenumbers,.tmpl-custom-myrothmanstory .grid-container .pagenumbers,.tmpl-custom-wsiyc .grid-container .pagenumbers{padding-top:38px}.cat-ambassadors .rel-stories-controls,.tmpl-custom-myrothmanstory .rel-stories-controls,.tmpl-custom-wsiyc .rel-stories-controls{bottom:40px;position:absolute;right:40px;z-index:1}.cat-ambassadors .rel-stories-controls .buttons,.tmpl-custom-myrothmanstory .rel-stories-controls .buttons,.tmpl-custom-wsiyc .rel-stories-controls .buttons{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;margin-bottom:18px}.cat-ambassadors .rel-stories-controls .buttons>div,.tmpl-custom-myrothmanstory .rel-stories-controls .buttons>div,.tmpl-custom-wsiyc .rel-stories-controls .buttons>div{background-position:50%;background-repeat:no-repeat;background-size:14px;border:1px solid #8992a2;cursor:pointer;height:34px;width:42.5px}.cat-ambassadors .rel-stories-controls .buttons>div.fake-hover,.tmpl-custom-myrothmanstory .rel-stories-controls .buttons>div.fake-hover,.tmpl-custom-wsiyc .rel-stories-controls .buttons>div.fake-hover{border:1px solid #fff}.cat-ambassadors .rel-stories-controls .buttons>div.fake-hover-alt,.tmpl-custom-myrothmanstory .rel-stories-controls .buttons>div.fake-hover-alt,.tmpl-custom-wsiyc .rel-stories-controls .buttons>div.fake-hover-alt{opacity:.5}.cat-ambassadors .rel-stories-controls .buttons .prev,.tmpl-custom-myrothmanstory .rel-stories-controls .buttons .prev,.tmpl-custom-wsiyc .rel-stories-controls .buttons .prev{background-image:url(/templates/lyquix/images/icons/story-arrow-left-white.svg);border-radius:16px 0 0 16px;border-right-width:.5px}.cat-ambassadors .rel-stories-controls .buttons .next,.tmpl-custom-myrothmanstory .rel-stories-controls .buttons .next,.tmpl-custom-wsiyc .rel-stories-controls .buttons .next{background-image:url(/templates/lyquix/images/icons/story-arrow-right-white.svg);border-left-width:.5px;border-radius:0 16px 16px 0}.cat-ambassadors .rel-stories-controls .summary,.tmpl-custom-myrothmanstory .rel-stories-controls .summary,.tmpl-custom-wsiyc .rel-stories-controls .summary{color:#fff;font-family:Open Sans;font-size:13px;font-weight:300;letter-spacing:1.21px;line-height:18px;text-transform:uppercase}.cat-ambassadors .rel-stories-controls .tabs,.tmpl-custom-myrothmanstory .rel-stories-controls .tabs,.tmpl-custom-wsiyc .rel-stories-controls .tabs{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;margin-top:12px}.cat-ambassadors .rel-stories-controls .summary,.tmpl-custom-myrothmanstory .rel-stories-controls .summary,.tmpl-custom-wsiyc .rel-stories-controls .summary{text-align:right}.cat-ambassadors .rel-stories-controls .tab,.tmpl-custom-myrothmanstory .rel-stories-controls .tab,.tmpl-custom-wsiyc .rel-stories-controls .tab{background-color:hsla(0,0%,100%,.34);border:1px;display:block;height:4px;margin-right:4px;width:25px}.cat-ambassadors .rel-stories-controls .tab.active,.tmpl-custom-myrothmanstory .rel-stories-controls .tab.active,.tmpl-custom-wsiyc .rel-stories-controls .tab.active{background-color:#fff}.cat-ambassadors .rel-stories-controls .tab:last-of-type,.tmpl-custom-myrothmanstory .rel-stories-controls .tab:last-of-type,.tmpl-custom-wsiyc .rel-stories-controls .tab:last-of-type{margin-right:0}.tmpl-custom-myrothmanstory .grid,.tmpl-custom-wsiyc .grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -3px}.tmpl-custom-myrothmanstory .grid .story-block,.tmpl-custom-wsiyc .grid .story-block{background-color:#142546;height:358px;left:auto;margin:3px;overflow:visible;position:relative;top:auto;width:calc(50% - 6px)}.tmpl-custom-myrothmanstory .grid .story-block .text,.tmpl-custom-wsiyc .grid .story-block .text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.tmpl-custom-myrothmanstory .grid .story-block .content,.tmpl-custom-wsiyc .grid .story-block .content{grid-column-gap:6px;display:grid;grid-template-columns:repeat(4,1fr)}.tmpl-custom-myrothmanstory .grid .story-block .content .inner,.tmpl-custom-wsiyc .grid .story-block .content .inner{grid-column:1/-1}.tmpl-custom-myrothmanstory .grid .story-block img,.tmpl-custom-wsiyc .grid .story-block img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.tmpl-custom-myrothmanstory .grid .story-block .text,.tmpl-custom-wsiyc .grid .story-block .text{padding-bottom:65px}.tmpl-custom-myrothmanstory .grid .story-block .content,.tmpl-custom-wsiyc .grid .story-block .content{grid-template-columns:repeat(8,1fr)}.tmpl-custom-myrothmanstory .grid .story-block .content .inner,.tmpl-custom-wsiyc .grid .story-block .content .inner{grid-area:1/2/2/7}.tmpl-custom-myrothmanstory .grid .story-block .teaser p,.tmpl-custom-wsiyc .grid .story-block .teaser p{color:hsla(0,0%,100%,.7);display:none;font-family:Open Sans,sans-serif;font-size:1.5rem;line-height:1.6;margin:10px 0}.tmpl-custom-myrothmanstory .grid .story-block .text p,.tmpl-custom-wsiyc .grid .story-block .text p{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;display:none!important;overflow:hidden}.tmpl-custom-myrothmanstory .grid:nth-of-type(n+2) .text,.tmpl-custom-wsiyc .grid:nth-of-type(n+2) .text{padding-bottom:36px}.tmpl-custom-myrothmanstory .grid:nth-of-type(n+6) .content .inner,.tmpl-custom-wsiyc .grid:nth-of-type(n+6) .content .inner{padding-left:28px;padding-right:28px}.tmpl-custom-myrothmanstory #pagination,.tmpl-custom-wsiyc #pagination{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:-12px}.tmpl-custom-myrothmanstory #pagination a,.tmpl-custom-myrothmanstory #pagination button,.tmpl-custom-wsiyc #pagination a,.tmpl-custom-wsiyc #pagination button{background-color:#ededed!important;border:none;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;color:#142546;font-family:Open Sans,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.375;margin:12px;padding:5px 10px;text-transform:none}.tmpl-custom-myrothmanstory #pagination a:not(.active),.tmpl-custom-myrothmanstory #pagination button:not(.active),.tmpl-custom-wsiyc #pagination a:not(.active),.tmpl-custom-wsiyc #pagination button:not(.active){background-color:transparent!important}.tmpl-custom-myrothmanstory #pagination a.active,.tmpl-custom-myrothmanstory #pagination button.active,.tmpl-custom-wsiyc #pagination a.active,.tmpl-custom-wsiyc #pagination button.active{font-weight:700}.tmpl-custom-myrothmanstory #pagination a.view-all,.tmpl-custom-myrothmanstory #pagination button.view-all,.tmpl-custom-wsiyc #pagination a.view-all,.tmpl-custom-wsiyc #pagination button.view-all{background-color:transparent!important;text-decoration:underline}.tmpl-custom-myrothmanstory .share-your-rothman-story,.tmpl-custom-wsiyc .share-your-rothman-story{background-color:#fff;border-radius:1px;height:auto!important;margin:42px auto 0;max-width:724px;overflow:hidden;padding:46px 40px;-webkit-transition:height .5s;transition:height .5s;width:52.656%}.tmpl-custom-myrothmanstory .share-your-rothman-story.closed,.tmpl-custom-wsiyc .share-your-rothman-story.closed{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.tmpl-custom-myrothmanstory .share-your-rothman-story h2,.tmpl-custom-wsiyc .share-your-rothman-story h2{border-bottom:0;color:#142546;font-family:Open Sans,sans-serif;font-size:2rem;font-weight:600;letter-spacing:0;line-height:27px;margin:0 auto 10px;text-align:center}.tmpl-custom-myrothmanstory .share-your-rothman-story p,.tmpl-custom-wsiyc .share-your-rothman-story p{color:#142546;display:block;font-family:Open Sans,sans-serif;font-size:1.5rem;letter-spacing:0;line-height:24px;margin:0 auto;opacity:.7;padding:0;text-align:center}.tmpl-custom-myrothmanstory .share-your-rothman-story .button-row,.tmpl-custom-wsiyc .share-your-rothman-story .button-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:26px}.tmpl-custom-myrothmanstory .share-your-rothman-story .button-row a.button-yellow,.tmpl-custom-wsiyc .share-your-rothman-story .button-row a.button-yellow{font-size:1.1rem}.tmpl-custom-myrothmanstory .share-your-rothman-story a.button-yellow.share-story,.tmpl-custom-wsiyc .share-your-rothman-story a.button-yellow.share-story{background-color:#f8f8f8!important}body[screen=lg] .tmpl-custom-myrothmanstory .group-2 .body-intro-text-container,body[screen=lg] .tmpl-custom-myrothmanstory .group-2 .description,body[screen=lg] .tmpl-custom-wsiyc .group-2 .body-intro-text-container,body[screen=lg] .tmpl-custom-wsiyc .group-2 .description{width:1080px}body[screen=lg] .tmpl-custom-myrothmanstory .group-2 .grid-container,body[screen=lg] .tmpl-custom-wsiyc .group-2 .grid-container{margin-top:0;padding-top:40px}body[screen=lg] .tmpl-custom-myrothmanstory .grid .story-block .content,body[screen=lg] .tmpl-custom-wsiyc .grid .story-block .content{padding-left:0;padding-right:0;padding-top:0}body[screen=md] .story-block .text .textContainerDiv{display:none!important}body[screen=md] .cat-ambassadors .grid-container,body[screen=md] .cat-ambassadors .section-1 .section-2,body[screen=md] .tmpl-custom-myrothmanstory .grid-container,body[screen=md] .tmpl-custom-myrothmanstory .section-1 .section-2,body[screen=md] .tmpl-custom-wsiyc .grid-container,body[screen=md] .tmpl-custom-wsiyc .section-1 .section-2{margin:0 8.3333%;max-width:none}body[screen=md] .tmpl-custom-myrothmanstory .group-2 .body-intro-text-container,body[screen=md] .tmpl-custom-wsiyc .group-2 .body-intro-text-container{margin:50px 8.333% 0;width:auto}body[screen=md] .tmpl-custom-myrothmanstory .group-2 .body-intro-text-container p,body[screen=md] .tmpl-custom-wsiyc .group-2 .body-intro-text-container p{width:100%}body[screen=md] .tmpl-custom-myrothmanstory .story-block .text .content,body[screen=md] .tmpl-custom-wsiyc .story-block .text .content{padding:0}body[screen=md] .tmpl-custom-myrothmanstory .story-block .text .content .inner,body[screen=md] .tmpl-custom-wsiyc .story-block .text .content .inner{padding-left:20px;padding-right:20px}body[screen=md] .tmpl-custom-myrothmanstory .story-block .text,body[screen=md] .tmpl-custom-wsiyc .story-block .text{padding-bottom:20px}body[screen=md] .tmpl-custom-myrothmanstory .story-block .content,body[screen=md] .tmpl-custom-wsiyc .story-block .content{grid-template-columns:repeat(10,1fr)}body[screen=md] .tmpl-custom-myrothmanstory .story-block .content .inner,body[screen=md] .tmpl-custom-wsiyc .story-block .content .inner{grid-area:1/2/2/10}body[screen=md] .tmpl-custom-myrothmanstory .share-your-rothman-story,body[screen=md] .tmpl-custom-wsiyc .share-your-rothman-story{width:66.145%}body[screen=sm] .cat-ambassadors .section-1,body[screen=sm] .tmpl-custom-myrothmanstory .section-1,body[screen=sm] .tmpl-custom-wsiyc .section-1,body[screen=xs] .cat-ambassadors .section-1,body[screen=xs] .tmpl-custom-myrothmanstory .section-1,body[screen=xs] .tmpl-custom-wsiyc .section-1{min-height:auto}body[screen=sm] .cat-ambassadors .section-1 h1,body[screen=sm] .tmpl-custom-myrothmanstory .section-1 h1,body[screen=sm] .tmpl-custom-wsiyc .section-1 h1,body[screen=xs] .cat-ambassadors .section-1 h1,body[screen=xs] .tmpl-custom-myrothmanstory .section-1 h1,body[screen=xs] .tmpl-custom-wsiyc .section-1 h1{font-size:4rem;letter-spacing:.44px;line-height:1.25;margin:0 0 10px}body[screen=sm] .cat-ambassadors .section-1 p,body[screen=sm] .tmpl-custom-myrothmanstory .section-1 p,body[screen=sm] .tmpl-custom-wsiyc .section-1 p,body[screen=xs] .cat-ambassadors .section-1 p,body[screen=xs] .tmpl-custom-myrothmanstory .section-1 p,body[screen=xs] .tmpl-custom-wsiyc .section-1 p{font-size:1.4rem;line-height:1.2857}body[screen=sm] .cat-ambassadors .section-1 .button-yellow,body[screen=sm] .tmpl-custom-myrothmanstory .section-1 .button-yellow,body[screen=sm] .tmpl-custom-wsiyc .section-1 .button-yellow,body[screen=xs] .cat-ambassadors .section-1 .button-yellow,body[screen=xs] .tmpl-custom-myrothmanstory .section-1 .button-yellow,body[screen=xs] .tmpl-custom-wsiyc .section-1 .button-yellow{padding:8px 17px}body[screen=sm] .cat-ambassadors .section-1 .section-2:after,body[screen=sm] .tmpl-custom-myrothmanstory .section-1 .section-2:after,body[screen=sm] .tmpl-custom-wsiyc .section-1 .section-2:after,body[screen=xs] .cat-ambassadors .section-1 .section-2:after,body[screen=xs] .tmpl-custom-myrothmanstory .section-1 .section-2:after,body[screen=xs] .tmpl-custom-wsiyc .section-1 .section-2:after{content:normal}body[screen=sm] .cat-ambassadors .section-1 .group-1,body[screen=sm] .tmpl-custom-myrothmanstory .section-1 .group-1,body[screen=sm] .tmpl-custom-wsiyc .section-1 .group-1,body[screen=xs] .cat-ambassadors .section-1 .group-1,body[screen=xs] .tmpl-custom-myrothmanstory .section-1 .group-1,body[screen=xs] .tmpl-custom-wsiyc .section-1 .group-1{width:100%}body[screen=sm] .cat-ambassadors .field_ambassador_stories_video_banner,body[screen=sm] .tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner,body[screen=sm] .tmpl-custom-wsiyc .field_ambassador_stories_video_banner,body[screen=xs] .cat-ambassadors .field_ambassador_stories_video_banner,body[screen=xs] .tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner,body[screen=xs] .tmpl-custom-wsiyc .field_ambassador_stories_video_banner{position:relative}body[screen=sm] .cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide .play-button,body[screen=sm] .tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner .video-banner-slide .play-button,body[screen=sm] .tmpl-custom-wsiyc .field_ambassador_stories_video_banner .video-banner-slide .play-button,body[screen=xs] .cat-ambassadors .field_ambassador_stories_video_banner .video-banner-slide .play-button,body[screen=xs] .tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner .video-banner-slide .play-button,body[screen=xs] .tmpl-custom-wsiyc .field_ambassador_stories_video_banner .video-banner-slide .play-button{height:40px;left:50%;right:unset;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:40px}body[screen=sm] .tmpl-custom-myrothmanstory .grid-container,body[screen=sm] .tmpl-custom-wsiyc .grid-container,body[screen=xs] .tmpl-custom-myrothmanstory .grid-container,body[screen=xs] .tmpl-custom-wsiyc .grid-container{padding-top:80px}body[screen=sm] .cat-ambassadors .section-1,body[screen=sm] .tmpl-custom-myrothmanstory .section-1,body[screen=sm] .tmpl-custom-wsiyc .section-1{padding-block:0}body[screen=sm] .cat-ambassadors .section-1 .group-1,body[screen=sm] .tmpl-custom-myrothmanstory .section-1 .group-1,body[screen=sm] .tmpl-custom-wsiyc .section-1 .group-1{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}body[screen=sm] .cat-ambassadors .banner-content,body[screen=sm] .tmpl-custom-myrothmanstory .banner-content,body[screen=sm] .tmpl-custom-wsiyc .banner-content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:9.375%;margin-right:8.125%;padding-bottom:65px;padding-top:60px}body[screen=sm] .cat-ambassadors .field_ambassador_stories_video_banner,body[screen=sm] .tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner,body[screen=sm] .tmpl-custom-wsiyc .field_ambassador_stories_video_banner{min-height:435px;width:42.187%}body[screen=sm] .cat-ambassadors .rel-stories-controls,body[screen=sm] .tmpl-custom-myrothmanstory .rel-stories-controls,body[screen=sm] .tmpl-custom-wsiyc .rel-stories-controls{bottom:33px;right:33px}body[screen=sm] .tmpl-custom-myrothmanstory .group-2 .body-intro-text-container,body[screen=sm] .tmpl-custom-wsiyc .group-2 .body-intro-text-container{margin:50px 9.375% 0;width:auto}body[screen=sm] .tmpl-custom-myrothmanstory .group-2 .body-intro-text-container p,body[screen=sm] .tmpl-custom-wsiyc .group-2 .body-intro-text-container p{width:100%}body[screen=sm] .tmpl-custom-myrothmanstory .grid-container,body[screen=sm] .tmpl-custom-wsiyc .grid-container{margin-left:9.375%;margin-right:9.375%;margin-top:0;padding-top:40px}body[screen=sm] .tmpl-custom-myrothmanstory .grid .story-block,body[screen=sm] .tmpl-custom-wsiyc .grid .story-block{aspect-ratio:1/1;height:auto;width:calc(50% - 6px)}body[screen=sm] .tmpl-custom-myrothmanstory .grid .story-block .text,body[screen=sm] .tmpl-custom-wsiyc .grid .story-block .text{padding-bottom:45px}body[screen=sm] .tmpl-custom-myrothmanstory .grid .story-block .content,body[screen=sm] .tmpl-custom-wsiyc .grid .story-block .content{grid-template-columns:repeat(8,1fr);margin:0;padding:0}body[screen=sm] .tmpl-custom-myrothmanstory .grid .story-block .content .inner,body[screen=sm] .tmpl-custom-wsiyc .grid .story-block .content .inner{grid-area:1/2/2/8;padding:0}body[screen=sm] .tmpl-custom-myrothmanstory .grid .story-block .content .teaser p,body[screen=sm] .tmpl-custom-wsiyc .grid .story-block .content .teaser p{display:none}body[screen=sm] .tmpl-custom-myrothmanstory .share-your-rothman-story,body[screen=sm] .tmpl-custom-wsiyc .share-your-rothman-story{margin-left:calc(9.375% - 3px);margin-right:calc(9.375% - 3px);max-width:none;width:auto}body[screen=xs] .cat-ambassadors .section-1,body[screen=xs] .tmpl-custom-myrothmanstory .section-1,body[screen=xs] .tmpl-custom-wsiyc .section-1{padding-bottom:0;padding-top:40px}body[screen=xs] .cat-ambassadors .section-1 .banner-content,body[screen=xs] .tmpl-custom-myrothmanstory .section-1 .banner-content,body[screen=xs] .tmpl-custom-wsiyc .section-1 .banner-content{margin-left:10.9375%;margin-right:10.9375%;padding-bottom:38px}body[screen=xs] .cat-ambassadors .section-1 h1:before,body[screen=xs] .tmpl-custom-myrothmanstory .section-1 h1:before,body[screen=xs] .tmpl-custom-wsiyc .section-1 h1:before{background-image:url(/templates/lyquix/images/lp/lp-ambassador-text-xs.svg)}body[screen=xs] .cat-ambassadors .field_ambassador_stories_video_banner,body[screen=xs] .tmpl-custom-myrothmanstory .field_ambassador_stories_video_banner,body[screen=xs] .tmpl-custom-wsiyc .field_ambassador_stories_video_banner{height:66.562vw;width:100%}body[screen=xs] .cat-ambassadors .rel-stories-controls,body[screen=xs] .tmpl-custom-myrothmanstory .rel-stories-controls,body[screen=xs] .tmpl-custom-wsiyc .rel-stories-controls{bottom:12px;right:16px}body[screen=xs] .cat-ambassadors .rel-stories-controls .buttons,body[screen=xs] .tmpl-custom-myrothmanstory .rel-stories-controls .buttons,body[screen=xs] .tmpl-custom-wsiyc .rel-stories-controls .buttons{margin-bottom:0}body[screen=xs] .cat-ambassadors .rel-stories-controls .buttons>div,body[screen=xs] .tmpl-custom-myrothmanstory .rel-stories-controls .buttons>div,body[screen=xs] .tmpl-custom-wsiyc .rel-stories-controls .buttons>div{height:26px;width:26px}body[screen=xs] .cat-ambassadors .rel-stories-controls .buttons .next,body[screen=xs] .cat-ambassadors .rel-stories-controls .buttons .prev,body[screen=xs] .tmpl-custom-myrothmanstory .rel-stories-controls .buttons .next,body[screen=xs] .tmpl-custom-myrothmanstory .rel-stories-controls .buttons .prev,body[screen=xs] .tmpl-custom-wsiyc .rel-stories-controls .buttons .next,body[screen=xs] .tmpl-custom-wsiyc .rel-stories-controls .buttons .prev{width:40px}body[screen=xs] .cat-ambassadors .rel-stories-controls .buttons .summary,body[screen=xs] .tmpl-custom-myrothmanstory .rel-stories-controls .buttons .summary,body[screen=xs] .tmpl-custom-wsiyc .rel-stories-controls .buttons .summary{-ms-flex-line-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-content:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:10px;font-weight:600;justify-content:center;line-height:18px;text-align:center;width:36px}body[screen=xs] .cat-ambassadors .rel-stories-controls .tabs,body[screen=xs] .tmpl-custom-myrothmanstory .rel-stories-controls .tabs,body[screen=xs] .tmpl-custom-wsiyc .rel-stories-controls .tabs{display:none}body[screen=xs] .tmpl-custom-myrothmanstory .group-2 .body-intro-text-container,body[screen=xs] .tmpl-custom-myrothmanstory .group-2 .description,body[screen=xs] .tmpl-custom-wsiyc .group-2 .body-intro-text-container,body[screen=xs] .tmpl-custom-wsiyc .group-2 .description{margin:50px 10.9375% 0;width:auto}body[screen=xs] .tmpl-custom-myrothmanstory .group-2 .body-intro-text-container p,body[screen=xs] .tmpl-custom-myrothmanstory .group-2 .description p,body[screen=xs] .tmpl-custom-wsiyc .group-2 .body-intro-text-container p,body[screen=xs] .tmpl-custom-wsiyc .group-2 .description p{width:100%}body[screen=xs] .tmpl-custom-myrothmanstory .grid-container,body[screen=xs] .tmpl-custom-wsiyc .grid-container{margin-left:10.9375%;margin-right:10.9375%;margin-top:0;padding-top:40px}body[screen=xs] .tmpl-custom-myrothmanstory .grid-container .grid,body[screen=xs] .tmpl-custom-wsiyc .grid-container .grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}body[screen=xs] .tmpl-custom-myrothmanstory .grid-container .story-block,body[screen=xs] .tmpl-custom-wsiyc .grid-container .story-block{aspect-ratio:3/2;height:auto;width:100%}body[screen=xs] .tmpl-custom-myrothmanstory .grid-container .story-block .text,body[screen=xs] .tmpl-custom-wsiyc .grid-container .story-block .text{padding-bottom:28px}body[screen=xs] .tmpl-custom-myrothmanstory .grid-container .story-block .content,body[screen=xs] .tmpl-custom-wsiyc .grid-container .story-block .content{padding-top:0}body[screen=xs] .tmpl-custom-myrothmanstory .grid-container .story-block .content .inner,body[screen=xs] .tmpl-custom-wsiyc .grid-container .story-block .content .inner{grid-column:1/-1;padding:0 16px}body[screen=xs] .tmpl-custom-myrothmanstory .grid-container .story-block h2,body[screen=xs] .tmpl-custom-wsiyc .grid-container .story-block h2{margin:0 0 6px}body[screen=xs] .tmpl-custom-myrothmanstory .grid-container .story-block .teaser p,body[screen=xs] .tmpl-custom-wsiyc .grid-container .story-block .teaser p{display:none;font-size:1.4rem;margin:0 0 15px}body[screen=xs] .tmpl-custom-myrothmanstory .share-your-rothman-story,body[screen=xs] .tmpl-custom-wsiyc .share-your-rothman-story{margin-left:calc(10.9375% - 3px);margin-right:calc(10.9375% - 3px);padding:35px 20px;width:auto}body[screen=xs] .tmpl-custom-myrothmanstory .share-your-rothman-story a.button-yellow,body[screen=xs] .tmpl-custom-wsiyc .share-your-rothman-story a.button-yellow{padding:18px 30px}@media screen and (max-width:1599px){body[screen=lg] .cat-ambassadors .section-1 .section-2,body[screen=lg] .tmpl-custom-myrothmanstory .section-1 .section-2,body[screen=lg] .tmpl-custom-wsiyc .section-1 .section-2{margin:0 auto;max-width:1080px}}@media screen and (min-width:1600px){body[screen=lg] .cat-ambassadors .section-1,body[screen=lg] .tmpl-custom-myrothmanstory .section-1,body[screen=lg] .tmpl-custom-wsiyc .section-1{min-height:645px;padding-block:169px}body[screen=lg] .cat-ambassadors .section-1 .section-2,body[screen=lg] .tmpl-custom-myrothmanstory .section-1 .section-2,body[screen=lg] .tmpl-custom-wsiyc .section-1 .section-2{margin:0 auto;max-width:none;width:84.492%}body[screen=lg] .cat-ambassadors .rel-stories-controls,body[screen=lg] .tmpl-custom-myrothmanstory .rel-stories-controls,body[screen=lg] .tmpl-custom-wsiyc .rel-stories-controls{right:7.754vw}body[screen=lg] .tmpl-custom-myrothmanstory .group-2 .body-intro-text-container,body[screen=lg] .tmpl-custom-myrothmanstory .group-2 .description,body[screen=lg] .tmpl-custom-wsiyc .group-2 .body-intro-text-container,body[screen=lg] .tmpl-custom-wsiyc .group-2 .description{margin:50px auto 0;width:1170px!important}body[screen=lg] .tmpl-custom-myrothmanstory .grid-container,body[screen=lg] .tmpl-custom-wsiyc .grid-container{margin:0 auto;max-width:1170px;padding-top:40px;width:100%}}.form-container{height:100vh;position:fixed;right:0;top:0;width:100%;z-index:9999}.form-container .rsform>p{color:#142546;font-family:Open Sans;font-size:1.6rem;line-height:22px}.form-container .forms{background-color:#fff;height:100vh;margin:0 0 0 auto;overflow-y:scroll;padding:90px 61px 35px 41px;position:fixed;right:0;top:0;width:640px}.form-container .forms .close{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);display:block;height:14px;position:absolute;right:26px;top:26px;width:14px}.form-container .forms .close:hover{cursor:pointer}.form-container .forms .the-form .close-button{display:none}.form-container .forms .connect-me .rsform-block-dob input{width:120px}.form-container .forms .connect-me .rsform-block-phone input{width:207px}.form-container .forms .connect-me .rsform-block-previouslyseen .formControls label{display:block;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:400;line-height:22px;width:100%}.form-container .forms .connect-me .rsform-block-previouslyseen .formControls input{height:9px;margin-left:0;width:9px}.form-container:before{background:#0b1425;content:" ";display:block;height:100%;mix-blend-mode:normal;opacity:.35;position:fixed;right:0;top:0;width:100%}.form-container .rsform form{margin-right:0}.form-container .rsform form h2{font-size:42px;line-height:57px}.form-container .rsform form .rsform-block{margin-left:0;margin-right:0}.form-container .rsform form .rsform-block label{color:#142546;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:600;line-height:22px}body[screen=sm] .form-container .rsform form h2{font-size:40px;font-weight:300;line-height:50px;margin-bottom:13px;margin-top:0}body[screen=sm] .form-container .forms{padding:65px 41px 35px;width:395px}body[screen=sm] .form-container .forms .formResponsive input[type=text]{height:30px}body[screen=sm] .form-container .forms .formResponsive input[type=submit]{font-size:1.1rem;line-height:13px}body[screen=sm] .form-container .forms .rsform-block{margin-bottom:3px}.tmpl-custom-about-us .field_about_us_banner{background:#fafafa;margin-top:0}.tmpl-custom-about-us .field_about_us_banner.field{margin-bottom:0}.tmpl-custom-about-us .field_about_us_banner h1{font-size:4.2rem;font-weight:300;line-height:1.357;margin:0 0 20px}.tmpl-custom-about-us .field_about_us_banner .about-us-banner-image{text-align:left;width:51.171%}.tmpl-custom-about-us .field_about_us_banner .about-us-banner-image img{display:block;height:100%!important;-o-object-fit:cover;object-fit:cover;width:100%}.tmpl-custom-about-us .field_about_us_banner .about-us-banner-content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:10.156%;padding:120px 0 100px 9.765%}.tmpl-custom-about-us .field_about_us_banner .about-us-banner-content>*{text-align:initial}.tmpl-custom-about-us .field_about_us_banner .about-us-banner-content p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:400;line-height:1.5;margin:0 0 20px;text-align:left}.tmpl-custom-about-us .field_about_us_banner .about-us-banner-content .button-yellow{font-size:1.1rem;line-height:1.181;margin:0;padding:8px 25px}body[screen=md] .tmpl-custom-about-us .field_about_us_banner .about-us-banner-content{padding-bottom:56px;padding-top:56px}body[screen=sm] .tmpl-custom-about-us .field_about_us_banner .about-us-banner-image img{height:100%!important;-o-object-fit:cover;object-fit:cover}body[screen=sm] .tmpl-custom-about-us .field_about_us_banner .about-us-banner-content{margin-right:6.25%;padding-bottom:40px;padding-left:55px;padding-top:30px}body[screen=sm] .tmpl-custom-about-us .field_about_us_banner,body[screen=xs] .tmpl-custom-about-us .field_about_us_banner{margin-top:0}body[screen=sm] .tmpl-custom-about-us .field_about_us_banner .about-us-banner-content h1,body[screen=xs] .tmpl-custom-about-us .field_about_us_banner .about-us-banner-content h1{margin-bottom:4px}body[screen=sm] .tmpl-custom-about-us .field_about_us_banner .about-us-banner-content p,body[screen=xs] .tmpl-custom-about-us .field_about_us_banner .about-us-banner-content p{margin-bottom:15px}body[screen=xs] .tmpl-custom-about-us .field_about_us_banner{background-color:#fff}body[screen=xs] .tmpl-custom-about-us .field_about_us_banner .about-us-banner-content,body[screen=xs] .tmpl-custom-about-us .field_about_us_banner .about-us-banner-image{width:100%}body[screen=xs] .tmpl-custom-about-us .field_about_us_banner .about-us-banner-content{margin-inline:10.625%;padding:40px 0}.type-alias-about-us main{padding-bottom:0!important}.type-alias-about-us .row.bottom .bottom-1{display:none}.tmpl-custom-about-us .about-us-page-container{margin:0 auto;max-width:1080px}.tmpl-custom-about-us h2{font-size:2rem;line-height:1.35;text-align:left}.tmpl-custom-about-us .field{margin-bottom:75px}.tmpl-custom-about-us .field .bottom-row a,.tmpl-custom-about-us .field .header-row a{color:#142546;font-family:Open Sans,sans-serif;font-size:1.7rem;line-height:1.47}.tmpl-custom-about-us .recent-news-grid{gap:6px}.tmpl-custom-about-us .field_about_us_patient_resources_cards{margin-bottom:76px}.tmpl-custom-about-us .field_about_us_patient_resources_cards h2{margin:0 0 20px}.tmpl-custom-about-us .your-visit-teasers{text-align:left}.tmpl-custom-about-us .your-visit-teasers .header-row a{color:#142546;font-family:Open Sans,sans-serif;font-size:1.7rem;line-height:1.47}.tmpl-custom-about-us .your-visit-teasers .flex-container{gap:6px}.tmpl-custom-about-us .your-visit-teasers .teaser{-webkit-box-flex:1;background:linear-gradient(153.43deg,#f2f2f2,hsla(0,0%,95%,0) 83.33%),linear-gradient(230.51deg,hsla(0,0%,95%,0) 25.93%,#f2f2f2);border:1px solid hsla(217,6%,54%,.18);-ms-flex:1;flex:1;padding:30px 28px 103px;position:relative}.tmpl-custom-about-us .your-visit-teasers .teaser h3{font-size:17px;font-weight:600;letter-spacing:0;line-height:25px;margin:0}.tmpl-custom-about-us .your-visit-teasers .teaser p{color:#142546;font-family:Open Sans,sans-serif;font-size:14px;line-height:21px;margin:11px 0 19px}.tmpl-custom-about-us .your-visit-teasers .teaser .button-yellow{background-color:#f7d53b!important;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.199);box-shadow:0 1px 3px rgba(0,0,0,.199);font-size:11px;font-weight:900;letter-spacing:.478261px;line-height:13px;margin:0;padding:7px 20px 8px;text-align:center}.tmpl-custom-about-us .your-visit-teasers .teaser .image{bottom:0;line-height:0;position:absolute;right:0;width:155px}.tmpl-custom-about-us .your-visit-teasers .teaser .image img{display:block;width:100%}.tmpl-custom-about-us .group-3{background:linear-gradient(153.43deg,#f2f2f2,hsla(0,0%,95%,0) 83.33%),linear-gradient(230.51deg,hsla(0,0%,95%,0) 25.93%,#f2f2f2)}.tmpl-custom-about-us .share-your-rothman-story{height:unset!important;padding:74px 0 64px;position:relative}.tmpl-custom-about-us .share-your-rothman-story .text{padding-left:43.728%;padding-right:7.302%}.tmpl-custom-about-us .share-your-rothman-story .text:before{background-image:url(/templates/lyquix/images/story-form.png);background-position:50%;background-repeat:no-repeat;background-size:100%;content:" ";display:block;height:100%;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:481px}.tmpl-custom-about-us .share-your-rothman-story .share-button-container{display:inline-block;margin:0 auto;position:relative;text-align:center;top:-7px;width:265px}.tmpl-custom-about-us .share-your-rothman-story .share-button-container a{display:block;padding:11px 24px 9px;text-decoration:none}.tmpl-custom-about-us .share-your-rothman-story.closed .the-form{border:0}.tmpl-custom-about-us .form-container{height:100vh;position:fixed;right:0;top:0;width:100%;z-index:9999}.tmpl-custom-about-us .form-container .forms{background-color:#fff;height:100vh;margin:0 0 0 auto;overflow-y:scroll;padding:90px 61px 35px 41px;position:fixed;right:0;top:0;width:640px}.tmpl-custom-about-us .form-container .forms .close{background-image:url(/templates/lyquix/images/icons/close-x-thin.svg);display:block;height:14px;position:absolute;right:26px;top:26px;width:14px}.tmpl-custom-about-us .form-container .forms .close:hover{cursor:pointer}.tmpl-custom-about-us .form-container:before{background:#0b1425;content:" ";display:block;height:100%;mix-blend-mode:normal;opacity:.35;position:fixed;right:0;top:0;width:100%}.tmpl-custom-about-us .form-container .rsform form{margin-right:0}.tmpl-custom-about-us .form-container .rsform form h2{font-size:42px;line-height:57px;margin:0 0 10px}.tmpl-custom-about-us .form-container .rsform form .rsform-block{margin-left:0;margin-right:0}.tmpl-custom-about-us .form-container .rsform form .rsform-block label{color:#142546;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:600;line-height:22px}.tmpl-custom-about-us .share-your-rothman-story .inner{position:relative}.tmpl-custom-about-us .share-your-rothman-story h1{border-bottom:0;color:#142546;font-family:Open Sans,sans-serif;font-size:4.2rem;font-weight:300;letter-spacing:0;line-height:57px;margin:0 auto 22px}.tmpl-custom-about-us .share-your-rothman-story p{color:#142546;display:block;font-family:Open Sans;font-size:15px;letter-spacing:0;line-height:24px;margin:0 auto;opacity:.7;padding:0;text-align:center;width:401px}.tmpl-custom-about-us .share-your-rothman-story a{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;font-size:1.1rem;height:48px;line-height:13px;margin:0;padding:16px 0 18px;text-align:center;text-decoration:none;width:235px}.tmpl-custom-about-us .share-your-rothman-story .the-form{margin:0 auto;overflow:hidden;position:relative;-webkit-transition:margin-top .5s;transition:margin-top .5s}.tmpl-custom-about-us .share-your-rothman-story .the-form form fieldset{border:0}.tmpl-custom-about-us .share-your-rothman-story .the-form form fieldset .formBody{width:100%}.tmpl-custom-about-us .share-your-rothman-story .the-form form #g-recaptcha-580{min-height:78px}.tmpl-custom-about-us .share-your-rothman-story .the-form .close-button:before{top:32px}.tmpl-custom-about-us .share-your-rothman-story.closed{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}@media screen and (max-width:1599px){body[screen=lg] .share-your-rothman-story .text{padding-left:42.314%;padding-right:5.093%}body[screen=lg] .share-your-rothman-story .text:before{left:auto;right:62.65%}}body[screen=md] .tmpl-custom-about-us .about-us-page-container{margin-inline:8.333%}body[screen=md] .tmpl-custom-about-us .share-your-rothman-story{padding:39px 0 36px}body[screen=md] .tmpl-custom-about-us .share-your-rothman-story .text{padding-left:40.225%;padding-right:5.013%}body[screen=md] .tmpl-custom-about-us .share-your-rothman-story .text h1{margin-bottom:28px}body[screen=md] .tmpl-custom-about-us .share-your-rothman-story .text:before{background-image:url(/templates/lyquix/images/story-form-md.png);background-position:bottom;left:auto;right:56.979%;width:413px}body[screen=sm] .tmpl-custom-about-us .about-us-page-container{margin-inline:6.25%}body[screen=sm] .tmpl-custom-about-us .your-visit-teasers .flex-container{margin:0}body[screen=sm] .tmpl-custom-about-us .your-visit-teasers .flex-container .teaser{padding:25px 20px 35px;width:100%}body[screen=sm] .tmpl-custom-about-us .your-visit-teasers .flex-container .teaser p{font-size:12px;line-height:17px}body[screen=sm] .tmpl-custom-about-us .share-your-rothman-story{padding:40px 0 33px}body[screen=sm] .tmpl-custom-about-us .share-your-rothman-story .text{padding-left:33.154%;padding-right:0}body[screen=sm] .tmpl-custom-about-us .share-your-rothman-story .text h1{font-size:3.5rem;letter-spacing:.44px;line-height:50px;margin-bottom:20px}body[screen=sm] .tmpl-custom-about-us .share-your-rothman-story .text .button-yellow{border:0;height:auto;padding:9px 0 7px}body[screen=sm] .tmpl-custom-about-us .share-your-rothman-story .text:before{background-position:bottom;background-size:cover;left:auto;right:66.656%;width:279px}body[screen=md] .tmpl-custom-about-us .share-your-rothman-story,body[screen=sm] .tmpl-custom-about-us .share-your-rothman-story{width:100%}body[screen=md] .tmpl-custom-about-us .share-your-rothman-story .share-button-container,body[screen=sm] .tmpl-custom-about-us .share-your-rothman-story .share-button-container{width:220px}body[screen=md] .tmpl-custom-about-us .share-your-rothman-story p,body[screen=sm] .tmpl-custom-about-us .share-your-rothman-story p{width:300px}body[screen=sm] .tmpl-custom-about-us .field_about_us_patient_resources_cards{margin:0 0 35px}body[screen=sm] .tmpl-custom-about-us .field_about_us_patient_resources_cards .your-visit-teasers .teaser-flex-container{margin-bottom:20px}body[screen=sm] .tmpl-custom-about-us .field_about_us_patient_resources_cards .your-visit-teasers .teaser{min-height:280px}body[screen=xs] .tmpl-custom-about-us .field_about_us_patient_resources_cards{margin:0 0 24px}body[screen=xs] .tmpl-custom-about-us .about-us-page-container{margin-inline:10.625%}body[screen=xs] .tmpl-custom-about-us .your-visit-teasers{margin-left:0}body[screen=xs] .tmpl-custom-about-us .your-visit-teasers h2{margin:0 0 10px}body[screen=xs] .tmpl-custom-about-us .your-visit-teasers .teaser-flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}body[screen=xs] .tmpl-custom-about-us .your-visit-teasers .teaser-flex-container .teaser{background:none;border:none;margin:6px 0;padding:0;width:100%}body[screen=xs] .tmpl-custom-about-us .your-visit-teasers .teaser-flex-container .teaser h3{font-size:1.7rem;font-weight:700;line-height:1.285}body[screen=xs] .tmpl-custom-about-us .your-visit-teasers .teaser-flex-container .teaser p{font-size:1.2rem;line-height:1.416;margin:0 0 20px}body[screen=xs] .tmpl-custom-about-us .your-visit-teasers .teaser-flex-container .teaser .image{display:none}body[screen=xs] .tmpl-custom-about-us .share-your-rothman-story{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:48.75vw;max-height:250px;min-height:156px;padding:21px 0 20px;position:relative;width:100%}body[screen=xs] .tmpl-custom-about-us .share-your-rothman-story.container{margin:0 auto;max-width:78.75%}body[screen=xs] .tmpl-custom-about-us .share-your-rothman-story .about-us-page-container{margin-inline:0}body[screen=xs] .tmpl-custom-about-us .share-your-rothman-story .text{padding-left:0;padding-right:40%}body[screen=xs] .tmpl-custom-about-us .share-your-rothman-story .text h1{font-size:17.5px;font-weight:600;letter-spacing:0;line-height:26px;margin-bottom:8px;margin-left:0;width:100%}body[screen=xs] .tmpl-custom-about-us .share-your-rothman-story .text .button-yellow{border:0;height:auto;padding:9px 0 7px;width:162px}body[screen=xs] .tmpl-custom-about-us .share-your-rothman-story .text:before{background-position:100% 100%;background-size:100%;bottom:0;left:auto;max-width:54%;min-width:200px;right:-30px;top:auto;-webkit-transform:none;-ms-transform:none;transform:none}.about-us-two-column .flex-container{gap:6.206%}.about-us-two-column .content-column{padding-left:70px;text-align:left;width:62.844%}.about-us-two-column .toggle-show-more{color:#142546;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:0;line-height:1.416;margin-top:10px;padding-left:15px;position:relative}.about-us-two-column .toggle-show-more:before{content:url(/templates/lyquix/images/physician-icons/plus-expand_blue.svg);left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.about-us-two-column .image-column{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;gap:6px}.about-us-two-column .image-column img{-o-object-fit:cover;object-fit:cover;width:100%}.about-us-two-column h2{margin:0 0 32px}.about-us-two-column p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.7rem;line-height:1.47;margin:0 0 12px;text-align:left}body[screen=sm] .field_about_us_two_column{margin-bottom:35px;margin-top:0}body[screen=sm] .field_about_us_two_column .about-us-two-column .content-column{padding-left:0;width:58.5%}body[screen=sm] .field_about_us_two_column .about-us-two-column .content-column h2{margin-bottom:28px}body[screen=xs] .field_about_us_two_column{margin-bottom:20px;margin-top:0}body[screen=xs] .about-us-two-column .about-us-page-container>.flex-container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}body[screen=xs] .about-us-two-column h2{margin:0 0 15px}body[screen=xs] .about-us-two-column .image-column img{max-height:174px}body[screen=xs] .about-us-two-column .image-column img:last-child{display:none}body[screen=xs] .about-us-two-column .content-column .text{margin-bottom:10px;margin-top:25px}body[screen=xs] .about-us-two-column .content-column,body[screen=xs] .about-us-two-column .image-column{padding-left:0;padding-right:0;width:100%}body:not([screen=xs]) .field_about_us_two_column .content-column .text{height:auto!important}body:not([screen=xs]) .field_about_us_two_column .content-column .toggle-show-more{display:none}.about-us-logo-group h2{margin:0 0 20px;text-align:left}.about-us-logo-group .logo-group-wrapper{gap:6px}.about-us-logo-group .logo-item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex-positive:1;align-items:center;background:radial-gradient(#132240,#080f1c);display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;justify-content:center;padding:20px;position:relative}.about-us-logo-group .logo-item--bg{height:100%;left:0;position:absolute;top:0;width:100%}.about-us-logo-group .logo-item--bg img{height:100%!important;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.about-us-logo-group .logo-item--icon img{height:125px!important;width:auto!important}.about-us-logo-group .logo-item--icon.adventhealth:before{background-image:url(/templates/lyquix/images/ttbt/advent-health-logo.png);background-repeat:no-repeat;background-size:contain;bottom:10px;content:"";height:22px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:160px}body[screen=md] .about-us-logo-group .logo-item--icon img{height:100px!important}body[screen=sm] .field_about_us_logos_group{margin-bottom:35px;margin-top:0}body[screen=sm] .about-us-logo-group .logo-item--icon img{height:70px!important}body[screen=sm] .about-us-logo-group .logo-item--icon.adventhealth:before{height:15px;width:113px}body[screen=xs] .field_about_us_logos_group{margin:0 0 30px}body[screen=xs] .about-us-logo-group .logo-item--icon img{height:70px!important}body[screen=xs] .about-us-logo-group .logo-item--icon.adventhealth:before{bottom:4px;height:12px;width:82px}.field_about_us_recent_news .header-row{margin-bottom:20px}.field_about_us_recent_news .header-row h2{margin:0}.field_about_us_recent_news .recent-news-grid{gap:6px}.field_about_us_recent_news .recent-news-grid .news-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.field_about_us_recent_news .recent-news-grid .news-block:after{background:linear-gradient(22.18deg,rgba(9,13,35,.86),rgba(24,36,62,.74) 47.69%,rgba(9,18,35,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.field_about_us_recent_news .recent-news-grid .news-block hr{background-color:hsla(0,0%,100%,.13);margin:18px 0 12px}.field_about_us_recent_news .recent-news-grid .news-block .text{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:auto;padding-bottom:50px;padding-left:40px;padding-right:40px;position:relative;text-align:left;z-index:1}.field_about_us_recent_news .recent-news-grid .news-block .text .description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.field_about_us_recent_news .recent-news-grid .news-block img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.field_about_us_recent_news .recent-news-grid .news-block h3{color:#fff;font-size:2rem;font-weight:600;line-height:1.35;margin:0 0 6px}.field_about_us_recent_news .recent-news-grid .news-block h4{color:hsla(0,0%,100%,.7);font-size:1.2rem;font-weight:400;line-height:1.416;margin:0}.field_about_us_recent_news .recent-news-grid .news-block p{color:hsla(0,0%,100%,.7);font-family:Open Sans,sans-serif;font-size:1.5rem;line-height:1.6;margin:0}.field_about_us_recent_news .recent-news-grid .news-block p a{color:inherit;font-size:inherit}.field_about_us_recent_news .recent-news-grid .news-block .read-more{color:#fff;font-family:Open Sans,sans-serif;font-size:1.2rem;line-height:1.416}.field_about_us_recent_news .recent-news-grid .news-block:first-child{min-height:442px;width:100%}.field_about_us_recent_news .recent-news-grid .news-block:first-child .content{max-width:53.5%}.field_about_us_recent_news .recent-news-grid .news-block:not(:first-child){-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:356px}.field_about_us_recent_news .recent-news-grid .news-block:not(:first-child) h3{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.5rem;line-height:1.333;overflow:hidden}.field_about_us_recent_news .recent-news-grid .news-block:not(:first-child) h4{margin-bottom:10px}.field_about_us_recent_news .bottom-row,.field_about_us_recent_news .recent-news-grid .news-block:not(:first-child) .description,.field_about_us_recent_news .recent-news-grid .news-block:not(:first-child) hr{display:none}.field_about_us_recent_news .bottom-row a{color:#142546;font-family:Open Sans,sans-serif;font-size:1.7rem;line-height:1.47;text-align:left}body[screen=sm] .field_about_us_recent_news{margin-bottom:35px}body[screen=sm] .field_about_us_recent_news .recent-news-grid,body[screen=xs] .field_about_us_recent_news .recent-news-grid{margin-bottom:16px}body[screen=sm] .field_about_us_recent_news .recent-news-grid .news-block hr,body[screen=xs] .field_about_us_recent_news .recent-news-grid .news-block hr{display:none}body[screen=sm] .field_about_us_recent_news .recent-news-grid .news-block .content,body[screen=xs] .field_about_us_recent_news .recent-news-grid .news-block .content{max-width:100%}body[screen=sm] .field_about_us_recent_news .recent-news-grid .news-block:first-child,body[screen=xs] .field_about_us_recent_news .recent-news-grid .news-block:first-child{min-height:auto}body[screen=sm] .field_about_us_recent_news .recent-news-grid .news-block:first-child .text,body[screen=xs] .field_about_us_recent_news .recent-news-grid .news-block:first-child .text{padding:28px}body[screen=sm] .field_about_us_recent_news .recent-news-grid .news-block:not(:first-child),body[screen=xs] .field_about_us_recent_news .recent-news-grid .news-block:not(:first-child){min-height:auto}body[screen=sm] .field_about_us_recent_news .recent-news-grid .news-block:not(:first-child) .content h3,body[screen=xs] .field_about_us_recent_news .recent-news-grid .news-block:not(:first-child) .content h3{font-size:1.5rem}body[screen=sm] .field_about_us_recent_news .recent-news-grid .news-block:not(:first-child) .text,body[screen=xs] .field_about_us_recent_news .recent-news-grid .news-block:not(:first-child) .text{padding:15px}body[screen=xs] .field_about_us_recent_news{margin:0 0 30px}body[screen=xs] .field_about_us_recent_news .bottom-row{display:-webkit-box;display:-ms-flexbox;display:flex}body[screen=xs] .field_about_us_recent_news .recent-news-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body[screen=xs] .field_about_us_recent_news .recent-news-grid .news-block{aspect-ratio:1/1;min-height:auto!important}body[screen=xs] .field_about_us_recent_news .recent-news-grid .news-block .text{padding:15px}body[screen=xs] .field_about_us_recent_news .recent-news-grid .news-block .text .description{display:none}.field_about_us_tabs{background:#fafafa;padding-top:50px}.field_about_us_tabs .tab-group .tab-nav{border-bottom:1px solid rgba(20,37,70,.25);gap:50px}.field_about_us_tabs .tab-group .tab-nav h2{margin:0;padding-bottom:6px}.field_about_us_tabs .tab-group .tab-nav .tab{border-bottom:4px solid transparent;cursor:pointer}.field_about_us_tabs .tab-group .tab-nav .tab.open{border-bottom-color:#142546}.field_about_us_tabs .tab-group .tab-nav .tab.closed h2{color:rgba(20,37,70,.65)}.field_about_us_tabs .tab-group .tab-panel{padding-top:40px;text-align:left}.field_about_us_tabs .tab-group .tab-panel h2{margin:0 0 12px}.field_about_us_tabs .tab-group .tab-panel p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.7rem;line-height:1.47}.field_about_us_tabs .tab-group .tab-panel.open{opacity:1;visibility:visible}.field_about_us_tabs .tab-group .tab-panel.closed{display:none;opacity:0;visibility:hidden}.field_about_us_tabs .tab-group .tab-panel.leadership{position:relative}.field_about_us_tabs .tab-group .tab-panel .scrollable{max-height:507px;overflow-y:auto}.field_about_us_tabs .tab-group .tab-content--image{width:42%}.field_about_us_tabs .tab-group .tab-content--image img{display:block;-o-object-fit:cover;object-fit:cover}.field_about_us_tabs .tab-group .tab-content--image.bottom-padding{padding-bottom:40px}.field_about_us_tabs .tab-group .tab-content--text{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px 40px}.field_about_us_tabs .tab-group .tab-content--text h2{margin:0 0 18px}.field_about_us_tabs .tab-group .leadership-item{background-color:#fff;margin-bottom:8px;padding:40px 70px}.field_about_us_tabs .tab-group .leadership-item--headshot{border-radius:50%;height:126px;margin-right:40px;overflow:hidden;width:126px}.field_about_us_tabs .tab-group .leadership-item--headshot img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.field_about_us_tabs .tab-group .leadership-item .title{font-size:1;font-weight:600;margin:0 0 3px}.field_about_us_tabs .tab-group .leadership-item .name{margin:0 0 17px}.field_about_us_tabs .tab-group .leadership-item .bio p{margin:0 0 7px}.field_about_us_tabs .tab-group .leadership-item--content{-webkit-box-flex:1;-ms-flex:1;flex:1}.field_about_us_tabs .tab-group .leadership-item--links a{color:#142546;font-family:Open Sans,sans-serif}.field_about_us_tabs .accordion-group .accordion{background-color:#fff;border-bottom:none;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15),-1px 0 3px 0 rgba(0,0,0,.15);margin-bottom:5px;padding:0 15px}.field_about_us_tabs .accordion-group .accordion .accordion-heading{margin:0}.field_about_us_tabs .accordion-group .accordion .accordion-heading h2{margin:0;padding:20px 0}.field_about_us_tabs .accordion-group .accordion .accordion-content h2{font-size:1.7rem;margin:0 0 10px}.field_about_us_tabs .accordion-group .accordion .accordion-content p{color:#142546;font-family:Open Sans,sans-serif;font-size:1.4rem;line-height:1.47;margin:0 0 8px;text-align:left}.field_about_us_tabs .accordion-group .accordion .accordion-content .leadership-item{border-top:1px solid #d5d5d5;margin-bottom:15px;padding-top:15px}.field_about_us_tabs .accordion-group .accordion .accordion-content .leadership-item--links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px}.field_about_us_tabs .accordion-group .accordion .accordion-content .leadership-item--links a{color:#142546;font-family:Open Sans,sans-serif}.field_about_us_tabs .accordion-group .accordion .accordion-content .leadership-item--headshot{border-radius:50%;height:50px;margin-bottom:10px;overflow:hidden;width:50px}.field_about_us_tabs .accordion-group .accordion .accordion-content .leadership-item--headshot img{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}body[screen=lg] .field_about_us_tabs .tab-group .tab-content .flex-container,body[screen=md] .field_about_us_tabs .tab-group .tab-content .flex-container{height:507px}body[screen=lg] .field_about_us_tabs .tab-group .tab-content--image a,body[screen=md] .field_about_us_tabs .tab-group .tab-content--image a{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}body[screen=lg] .field_about_us_tabs .tab-group .tab-content--image a img,body[screen=md] .field_about_us_tabs .tab-group .tab-content--image a img{height:100%;max-height:507px}body[screen=md] .field_about_us_tabs .tab-group .leadership-item,body[screen=sm] .field_about_us_tabs .tab-group .leadership-item{padding:40px}body[screen=md] .field_about_us_tabs .tab-group .leadership-item--headshot,body[screen=sm] .field_about_us_tabs .tab-group .leadership-item--headshot{margin-right:20px}body[screen=sm] .field_about_us_tabs{margin-bottom:35px;margin-top:0;padding-bottom:30px;padding-top:35px}body[screen=sm] .field_about_us_tabs .tab-nav{gap:24px}body[screen=sm] .field_about_us_tabs .tab-content--image{display:none}body[screen=sm] .field_about_us_tabs .tab-content--text{padding:0}body[screen=sm] .field_about_us_tabs .tab-group .leadership-item--headshot{height:80px;width:80px}body[screen=xs] .field_about_us_tabs{margin:0 0 25px;padding:35px 0}.field.field_about_us_regions_teaser_and_map{margin:60px 0}.field.field_about_us_regions_teaser_and_map .about-us-regions-teaser-wrapper{background-color:#fafafa}.field.field_about_us_regions_teaser_and_map h2{margin:0 0 20px}.about-us-regions-teaser-wrapper .regions-list{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:25px}.about-us-regions-teaser-wrapper .regions-list .region-teaser{margin-bottom:20px}.about-us-regions-teaser-wrapper .regions-list .region-teaser--img{margin-right:28px;width:218px}.about-us-regions-teaser-wrapper .regions-list .region-teaser--img img{height:100%;width:100%}.about-us-regions-teaser-wrapper .regions-list .region-teaser--content{-webkit-box-flex:1;-ms-flex:1;flex:1}.about-us-regions-teaser-wrapper .regions-list .region-teaser--content *{text-align:initial}.about-us-regions-teaser-wrapper .regions-list .region-teaser--content h3{font-size:1.7rem;font-weight:600;line-height:1.47;margin:0 0 8px}.about-us-regions-teaser-wrapper .regions-list .region-teaser--text p{font-family:Open Sans,sans-serif;font-size:1.4rem;line-height:1.6;margin:8px 0}.about-us-regions-teaser-wrapper .regions-list .region-teaser--link a{color:#142546;font-family:Open Sans,sans-serif;font-size:1.4rem}.about-us-regions-teaser-wrapper .map-wrapper{position:relative;width:37%}.about-us-regions-teaser-wrapper .map-wrapper #regions-teaser-map{height:100%;left:0;position:absolute;top:0;width:100%}.about-us-regions-teaser-wrapper .map-wrapper #regions-teaser-map .gmnoprint{display:none!important}.about-us-regions-teaser-wrapper .map-wrapper #find-your-region-button{background-image:url(/templates/lyquix/images/about-us/find-your-region.png);background-size:cover;bottom:10px;cursor:pointer;height:36px;position:absolute;right:5px;width:141px}body[screen=md] .field_about_us_regions_teaser_and_map .region-teaser--img{width:187px}body[screen=sm] .field_about_us_regions_teaser_and_map{margin-bottom:35px;margin-top:0}body[screen=sm] .field_about_us_regions_teaser_and_map .about-us-regions-teaser-wrapper .regions-list .region-teaser{margin-bottom:10px}body[screen=sm] .field_about_us_regions_teaser_and_map .about-us-regions-teaser-wrapper .regions-list .region-teaser,body[screen=xs] .field_about_us_regions_teaser_and_map .about-us-regions-teaser-wrapper .regions-list .region-teaser{margin-bottom:15px}body[screen=sm] .field_about_us_regions_teaser_and_map .about-us-regions-teaser-wrapper .regions-list .region-teaser--img,body[screen=xs] .field_about_us_regions_teaser_and_map .about-us-regions-teaser-wrapper .regions-list .region-teaser--img{display:none}body[screen=xs] .field_about_us_regions_teaser_and_map{margin:0 0 30px}body[screen=xs] .field_about_us_regions_teaser_and_map .about-us-regions-teaser-wrapper{background-color:transparent}body[screen=xs] .field_about_us_regions_teaser_and_map .about-us-regions-teaser-wrapper .regions-list{margin-right:0;padding:0;width:100%}body[screen=xs] .field_about_us_regions_teaser_and_map .about-us-regions-teaser-wrapper .map-wrapper{height:440px;width:100%}body[screen=xs] .field_about_us_regions_teaser_and_map .about-us-regions-teaser-wrapper .map-wrapper #find-your-region-button{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.type-alias-about-us .field_about_us_infographic,.type-alias-your-mobility .field_about_us_infographic{background-color:#f2f3f6;margin-bottom:0}.type-alias-about-us .about-us-page-container #infographic-slider,.type-alias-your-mobility .about-us-page-container #infographic-slider{display:none}.type-alias-about-us .about-us-page-container .infographic-container,.type-alias-your-mobility .about-us-page-container .infographic-container{display:-webkit-box;display:-ms-flexbox;display:flex}.type-alias-about-us .about-us-page-container .infographic-title,.type-alias-your-mobility .about-us-page-container .infographic-title{display:block}.type-alias-about-us .about-us-page-container.full-width,.type-alias-your-mobility .about-us-page-container.full-width{margin:0;margin-inline:0!important;max-width:100%}.type-alias-about-us .about-us-page-container.full-width about-us-page-container,.type-alias-your-mobility .about-us-page-container.full-width about-us-page-container{margin-inline:0!important}.type-alias-about-us .about-us-page-container.full-width #infographic-slider,.type-alias-your-mobility .about-us-page-container.full-width #infographic-slider{display:block}.type-alias-about-us .about-us-page-container.full-width .infographic-container,.type-alias-about-us .about-us-page-container.full-width .infographic-title,.type-alias-your-mobility .about-us-page-container.full-width .infographic-container,.type-alias-your-mobility .about-us-page-container.full-width .infographic-title{display:none}.type-alias-about-us .infographic-title,.type-alias-your-mobility .infographic-title{color:#1d3463;font-family:Open Sans;font-size:20px;font-weight:600;line-height:27px;margin-bottom:0;padding-top:60px;text-align:center}.type-alias-about-us .infographic-title .label,.type-alias-your-mobility .infographic-title .label{display:none}.type-alias-about-us .infographic-container,.type-alias-your-mobility .infographic-container{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Open Sans;justify-content:space-between;margin-bottom:0;padding-bottom:70px;padding-top:60px;row-gap:50px}.type-alias-about-us .infographic-container .infographic-item,.type-alias-your-mobility .infographic-container .infographic-item{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;width:33%}.type-alias-about-us .infographic-container .infographic-item .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item .infographic-image{background-position:50%;background-repeat:no-repeat;background-size:103%;height:95px;min-width:95px;-webkit-transition:background .5s ease;transition:background .5s ease;width:95px}.type-alias-about-us .infographic-container .infographic-item .infographic-data,.type-alias-your-mobility .infographic-container .infographic-item .infographic-data{margin-left:20px}.type-alias-about-us .infographic-container .infographic-item .infographic-data .infographic-number,.type-alias-your-mobility .infographic-container .infographic-item .infographic-data .infographic-number{color:#1d3463;font-size:30px;font-weight:600;line-height:45px;text-align:left;white-space:nowrap}.type-alias-about-us .infographic-container .infographic-item .infographic-data .infographic-number:after,.type-alias-your-mobility .infographic-container .infographic-item .infographic-data .infographic-number:after{background:-webkit-gradient(linear,left top,right top,from(#faa41a),to(#f47421));background:linear-gradient(90deg,#faa41a 0,#f47421);content:"";display:block;height:2px;width:41px}.type-alias-about-us .infographic-container .infographic-item .infographic-data .infographic-text,.type-alias-your-mobility .infographic-container .infographic-item .infographic-data .infographic-text{color:#1d3463;font-size:17px;font-weight:400;line-height:25px;margin-top:5px;position:relative;text-align:left}.type-alias-about-us .infographic-container .infographic-item .infographic-data .infographic-text span,.type-alias-your-mobility .infographic-container .infographic-item .infographic-data .infographic-text span{display:inline}.type-alias-about-us .infographic-container .infographic-item .infographic-data .infographic-text svg,.type-alias-your-mobility .infographic-container .infographic-item .infographic-data .infographic-text svg{display:inline;margin-left:8px;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.type-alias-about-us .infographic-container .infographic-item:hover .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item:hover .infographic-image{background-size:100%}.type-alias-about-us .infographic-container .infographic-item:hover .infographic-text svg,.type-alias-your-mobility .infographic-container .infographic-item:hover .infographic-text svg{opacity:1}.type-alias-about-us .infographic-container .infographic-item:hover .infographic-text:after,.type-alias-your-mobility .infographic-container .infographic-item:hover .infographic-text:after{background-image:url(/templates/lyquix/images/about-us/arrow-right.svg);display:block;height:10px;width:14px}.type-alias-about-us .infographic-container .infographic-item.subspecialties .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.subspecialties .infographic-image{background-image:url(/templates/lyquix/images/about-us/subspecialties.svg)}.type-alias-about-us .infographic-container .infographic-item.subspecialties:hover .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.subspecialties:hover .infographic-image{background-image:url(/templates/lyquix/images/about-us/subspecialties-orange.svg)}.type-alias-about-us .infographic-container .infographic-item.office .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.office .infographic-image{background-image:url(/templates/lyquix/images/about-us/office.svg)}.type-alias-about-us .infographic-container .infographic-item.office:hover .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.office:hover .infographic-image{background-image:url(/templates/lyquix/images/about-us/office-orange.svg)}.type-alias-about-us .infographic-container .infographic-item.physician .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.physician .infographic-image{background-image:url(/templates/lyquix/images/about-us/physician.svg)}.type-alias-about-us .infographic-container .infographic-item.physician:hover .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.physician:hover .infographic-image{background-image:url(/templates/lyquix/images/about-us/physician-orange.svg)}.type-alias-about-us .infographic-container .infographic-item.service .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.service .infographic-image{background-image:url(/templates/lyquix/images/about-us/service.svg)}.type-alias-about-us .infographic-container .infographic-item.service:hover .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.service:hover .infographic-image{background-image:url(/templates/lyquix/images/about-us/service-orange.svg)}.type-alias-about-us .infographic-container .infographic-item.surgical .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.surgical .infographic-image{background-image:url(/templates/lyquix/images/about-us/surgical.svg)}.type-alias-about-us .infographic-container .infographic-item.surgical:hover .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.surgical:hover .infographic-image{background-image:url(/templates/lyquix/images/about-us/surgical-orange.svg)}.type-alias-about-us .infographic-container .infographic-item.patients .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.patients .infographic-image{background-image:url(/templates/lyquix/images/about-us/patients.svg)}.type-alias-about-us .infographic-container .infographic-item.patients:hover .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.patients:hover .infographic-image{background-image:url(/templates/lyquix/images/about-us/patients-orange.svg)}.type-alias-about-us .infographic-container .infographic-item.research .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.research .infographic-image{background-image:url(/templates/lyquix/images/about-us/research.svg)}.type-alias-about-us .infographic-container .infographic-item.research:hover .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.research:hover .infographic-image{background-image:url(/templates/lyquix/images/about-us/research-orange.svg)}.type-alias-about-us .infographic-container .infographic-item.centers .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.centers .infographic-image{background-image:url(/templates/lyquix/images/about-us/centers.svg)}.type-alias-about-us .infographic-container .infographic-item.centers:hover .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.centers:hover .infographic-image{background-image:url(/templates/lyquix/images/about-us/centers-orange.svg)}.type-alias-about-us .infographic-container .infographic-item.fellows .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.fellows .infographic-image{background-image:url(/templates/lyquix/images/about-us/fellows.svg)}.type-alias-about-us .infographic-container .infographic-item.fellows:hover .infographic-image,.type-alias-your-mobility .infographic-container .infographic-item.fellows:hover .infographic-image{background-image:url(/templates/lyquix/images/about-us/fellows-orange.svg)}.type-alias-about-us #infographic-slider,.type-alias-your-mobility #infographic-slider{display:none}.type-alias-about-us #infographic-slider .slider-close,.type-alias-your-mobility #infographic-slider .slider-close{background-image:url(/templates/lyquix/images/about-us/close.svg);background-position:50%;background-size:cover;cursor:pointer;height:29px;position:absolute;right:30px;top:30px;width:29px;z-index:99}.type-alias-about-us #infographic-slider .splide__slide,.type-alias-your-mobility #infographic-slider .splide__slide{width:100vw}.type-alias-about-us #infographic-slider .infographic-slide,.type-alias-your-mobility #infographic-slider .infographic-slide{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Open Sans;gap:86px;height:507px;justify-content:space-between;padding:58px 0}.type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-image,.type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-image{-ms-flex-line-pack:center;-webkit-box-pack:center;-ms-flex-pack:center;align-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;max-width:50%;width:100%}.type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-image img,.type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-image img{max-height:100%;max-width:100%}.type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-data,.type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-data{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;justify-content:center;max-width:432px;width:100%}.type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-number,.type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-number{font-size:48px;font-weight:600;line-height:60px;text-align:left;white-space:nowrap}.type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-number:after,.type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-number:after{background:-webkit-gradient(linear,left top,right top,from(#faa41a),to(#f47421));background:linear-gradient(90deg,#faa41a 0,#f47421);content:"";display:block;height:2px;margin-top:5px;width:50px}.type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-text,.type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-text{font-size:17px;font-weight:600;line-height:25px;margin-top:5px;text-align:left}.type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-description,.type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-description{font-size:17px;font-weight:400;line-height:25px;margin-bottom:15px;margin-top:5px;text-align:left}.type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-link,.type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-link{color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;font-weight:600;line-height:23px;text-align:left;text-decoration:none}.type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-link:after,.type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-link:after{background-image:url(/templates/lyquix/images/icons/arrow-blue-right.svg);background-repeat:no-repeat;content:"";display:block;height:10px;margin-left:8px;margin-top:7px;-webkit-transition:.3s;transition:.3s;width:14px}.type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-link:hover:after,.type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-data .infographic-slide-link:hover:after{margin-left:11px}.type-alias-about-us #infographic-slider .controls,.type-alias-your-mobility #infographic-slider .controls{background:-webkit-gradient(linear,left top,right top,from(#f4ebd6),to(#f3e0d7));background:linear-gradient(90deg,#f4ebd6,#f3e0d7);bottom:0;width:100%}.type-alias-about-us #infographic-slider .controls .nav-wrapper,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:45px;justify-content:center;padding:25px 0;position:relative}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination{-webkit-box-pack:center;-ms-flex-pack:center;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:38px;justify-content:center;left:unset;position:relative;-webkit-transform:none;-ms-transform:none;transform:none;width:auto}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page{background-color:#fff!important;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid transparent;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;height:48px;margin:0;opacity:1;-webkit-transition:.5s;transition:.5s;width:48px}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.is-active,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.is-active{background-color:transparent;border:1px solid #ffd04e;-webkit-box-shadow:none;box-shadow:none;margin:0;-webkit-transform:none;-ms-transform:none;transform:none}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page:hover,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page:hover{border:1px solid #ffd04e;margin:0;padding:0}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-1,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-1{background-image:url(/templates/lyquix/images/about-us/subspecialties.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-1.is-active,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-1.is-active{background-image:url(/templates/lyquix/images/about-us/subspecialties-orange.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-2,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-2{background-image:url(/templates/lyquix/images/about-us/office.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-2.is-active,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-2.is-active{background-image:url(/templates/lyquix/images/about-us/office-orange.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-3,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-3{background-image:url(/templates/lyquix/images/about-us/physician.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-3.is-active,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-3.is-active{background-image:url(/templates/lyquix/images/about-us/physician-orange.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-4,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-4{background-image:url(/templates/lyquix/images/about-us/service.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-4.is-active,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-4.is-active{background-image:url(/templates/lyquix/images/about-us/service-orange.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-5,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-5{background-image:url(/templates/lyquix/images/about-us/surgical.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-5.is-active,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-5.is-active{background-image:url(/templates/lyquix/images/about-us/surgical-orange.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-6,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-6{background-image:url(/templates/lyquix/images/about-us/patients.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-6.is-active,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-6.is-active{background-image:url(/templates/lyquix/images/about-us/patients-orange.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-7,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-7{background-image:url(/templates/lyquix/images/about-us/research.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-7.is-active,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-7.is-active{background-image:url(/templates/lyquix/images/about-us/research-orange.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-8,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-8{background-image:url(/templates/lyquix/images/about-us/centers.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-8.is-active,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-8.is-active{background-image:url(/templates/lyquix/images/about-us/centers-orange.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-9,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-9{background-image:url(/templates/lyquix/images/about-us/fellows.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-9.is-active,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page.pagination-item-9.is-active{background-image:url(/templates/lyquix/images/about-us/fellows-orange.svg)}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__arrows,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__arrows{-ms-flex-line-pack:center;align-content:center;bottom:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:90px;position:relative;right:unset;z-index:9}.type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__arrows .splide__arrow.is-hidden,.type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__arrows .splide__arrow.is-hidden{background-image:none;border-color:rgba(20,37,70,.3);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);cursor:default}.type-alias-about-us .field.field_infographic-title,.type-alias-your-mobility .field.field_infographic-title{display:none}body[screen=md].type-alias-about-us #infographic-slider .infographic-slide,body[screen=md].type-alias-your-mobility #infographic-slider .infographic-slide{height:547px}body[screen=md].type-alias-about-us #infographic-slider .controls .nav-wrapper,body[screen=md].type-alias-your-mobility #infographic-slider .controls .nav-wrapper{gap:35px}body[screen=md].type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination,body[screen=md].type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination{gap:28px}body[screen=sm].type-alias-about-us .infographic-title,body[screen=sm].type-alias-your-mobility .infographic-title{padding-top:40px}body[screen=sm].type-alias-about-us .infographic-container,body[screen=sm].type-alias-your-mobility .infographic-container{padding-bottom:40px;padding-top:35px;row-gap:40px}body[screen=sm].type-alias-about-us .infographic-container .infographic-item,body[screen=sm].type-alias-your-mobility .infographic-container .infographic-item{width:50%}body[screen=sm].type-alias-about-us .infographic-container .infographic-item .infographic-image,body[screen=sm].type-alias-your-mobility .infographic-container .infographic-item .infographic-image{height:70px;min-width:70px;width:70px}body[screen=sm].type-alias-about-us .infographic-container .infographic-item .infographic-data,body[screen=sm].type-alias-your-mobility .infographic-container .infographic-item .infographic-data{margin-left:10px}body[screen=sm].type-alias-about-us .infographic-container .infographic-item .infographic-data .infographic-number,body[screen=sm].type-alias-your-mobility .infographic-container .infographic-item .infographic-data .infographic-number{font-size:24px;line-height:34px}body[screen=sm].type-alias-about-us .infographic-container .infographic-item .infographic-data .infographic-text,body[screen=sm].type-alias-your-mobility .infographic-container .infographic-item .infographic-data .infographic-text{font-size:14px;line-height:23px}body[screen=sm].type-alias-about-us .infographic-container .infographic-item .infographic-data .infographic-text svg,body[screen=sm].type-alias-your-mobility .infographic-container .infographic-item .infographic-data .infographic-text svg{display:inline}body[screen=sm].type-alias-about-us #infographic-slider .infographic-slide,body[screen=sm].type-alias-your-mobility #infographic-slider .infographic-slide{gap:55px;height:572px}body[screen=sm].type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-image img,body[screen=sm].type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-image img{max-height:271px;-o-object-fit:cover;object-fit:cover}body[screen=sm].type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination,body[screen=sm].type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:15px}body[screen=sm].type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__arrows,body[screen=sm].type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__arrows{display:none}body[screen=xs].type-alias-about-us .infographic-title,body[screen=xs].type-alias-your-mobility .infographic-title{font-size:20px;line-height:27px;padding-top:40px}body[screen=xs].type-alias-about-us .infographic-container,body[screen=xs].type-alias-your-mobility .infographic-container{padding-bottom:40px;padding-top:35px;row-gap:30px}body[screen=xs].type-alias-about-us .infographic-container .infographic-item,body[screen=xs].type-alias-your-mobility .infographic-container .infographic-item{width:100%}body[screen=xs].type-alias-about-us .infographic-container .infographic-item .infographic-image,body[screen=xs].type-alias-your-mobility .infographic-container .infographic-item .infographic-image{height:70px;min-width:70px;width:70px}body[screen=xs].type-alias-about-us .infographic-container .infographic-item .infographic-data,body[screen=xs].type-alias-your-mobility .infographic-container .infographic-item .infographic-data{margin-left:10px}body[screen=xs].type-alias-about-us .infographic-container .infographic-item .infographic-data .infographic-number,body[screen=xs].type-alias-your-mobility .infographic-container .infographic-item .infographic-data .infographic-number{font-size:24px;line-height:34px}body[screen=xs].type-alias-about-us .infographic-container .infographic-item .infographic-data .infographic-text,body[screen=xs].type-alias-your-mobility .infographic-container .infographic-item .infographic-data .infographic-text{font-size:14px;line-height:23px}body[screen=xs].type-alias-about-us .infographic-container .infographic-item .infographic-data .infographic-text svg,body[screen=xs].type-alias-your-mobility .infographic-container .infographic-item .infographic-data .infographic-text svg{display:inline}body[screen=xs].type-alias-about-us #infographic-slider .slider-close,body[screen=xs].type-alias-your-mobility #infographic-slider .slider-close{right:15px;top:15px}body[screen=xs].type-alias-about-us #infographic-slider .infographic-slide,body[screen=xs].type-alias-your-mobility #infographic-slider .infographic-slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:10px;height:auto;padding:40px 0}body[screen=xs].type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-image,body[screen=xs].type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-image{max-width:100%}body[screen=xs].type-alias-about-us #infographic-slider .infographic-slide .infographic-slide-image img,body[screen=xs].type-alias-your-mobility #infographic-slider .infographic-slide .infographic-slide-image img{max-height:247px}body[screen=xs].type-alias-about-us #infographic-slider .controls,body[screen=xs].type-alias-your-mobility #infographic-slider .controls{overflow-x:auto;width:100%}body[screen=xs].type-alias-about-us #infographic-slider .controls .nav-wrapper,body[screen=xs].type-alias-your-mobility #infographic-slider .controls .nav-wrapper{min-width:550px}body[screen=xs].type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination,body[screen=xs].type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination{-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:15px;justify-content:flex-start;width:100%}body[screen=xs].type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page,body[screen=xs].type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__pagination .splide__pagination__page{min-width:48px}body[screen=xs].type-alias-about-us #infographic-slider .controls .nav-wrapper .splide__arrows,body[screen=xs].type-alias-your-mobility #infographic-slider .controls .nav-wrapper .splide__arrows{display:none}.cat-leadership .leadership-banner{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:440px}.cat-leadership .leadership-banner .cat-image{max-width:50%;width:100%}.cat-leadership .leadership-banner .cat-image img{max-height:440px;-o-object-fit:cover;object-fit:cover;width:100%}.cat-leadership .leadership-banner .banner-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-line-pack:center;align-content:center;background:#fafafa;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;max-width:50%;width:100%}.cat-leadership .leadership-banner .banner-content h1{border-bottom:none;font-family:Open Sans;font-size:42px;font-weight:300;line-height:57px;margin-bottom:20px;margin-top:0;max-width:400px;padding-bottom:0}.cat-leadership .leadership-banner .banner-content .cat-description{font-family:Open Sans;font-size:14px;font-weight:400;line-height:21px;max-width:400px}.cat-leadership .leadership-banner .banner-content .cat-description p{margin:0}.cat-leadership .leadership-wrapper{margin:0 auto;max-width:1080px}.cat-leadership .leadership-heading{color:#1d3463;font-family:Open Sans;font-size:20px;font-weight:600;line-height:27px;margin-bottom:20px;margin-top:70px;text-align:left}.cat-leadership .leadership-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px 0}.cat-leadership .leadership-items .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;border-radius:2px;color:#142546;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;font-family:Open Sans;justify-content:flex-start;padding:18px;text-align:center;-webkit-transition:.3s;transition:.3s;width:25%}.cat-leadership .leadership-items .item:hover{background:#f5f5f5}.cat-leadership .leadership-items .item:hover .leader-buttons{opacity:1}.cat-leadership .leadership-items .item .item-image{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:relative}.cat-leadership .leadership-items .item .item-image img:first-of-type{border-radius:300px;cursor:pointer;height:132px;-o-object-fit:cover;object-fit:cover;width:132px}.cat-leadership .leadership-items .item .item-image .ribbon{bottom:0;cursor:pointer;left:0;margin:0 auto;position:absolute;right:0}.cat-leadership .leadership-items .item .item-name{cursor:pointer;font-size:15px;font-weight:700;line-height:20px;margin-bottom:10px;text-align:center;width:100%}.cat-leadership .leadership-items .item .item-title{border-top:1px solid #dcdcdc;cursor:pointer;font-size:14px;font-weight:400;line-height:20px;margin-bottom:10px;padding-top:5px;width:100%}.cat-leadership .leadership-items .item .item-description{display:none}.cat-leadership .leadership-items .item .leader-buttons{gap:0 15px;margin-top:10px;opacity:0;-webkit-transition:.3s;transition:.3s}.cat-leadership .leadership-items .item .leader-buttons,.cat-leadership .leadership-items .item .leader-buttons .bio{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.cat-leadership .leadership-items .item .leader-buttons .bio{color:#1e2022;cursor:pointer;font-size:12px;font-weight:400;letter-spacing:.11px;line-height:20px;text-align:left;text-decoration-line:underline;text-decoration-style:solid;text-underline-position:from-font}.cat-leadership .leadership-items .item .leader-buttons .bio img{height:20px;margin-right:8px;width:20px}.cat-leadership .leadership-items .item .leader-buttons .leader-link{font-size:12px;font-weight:400;letter-spacing:.2px;line-height:20px;text-align:left;text-decoration-line:underline;text-decoration-style:solid;text-underline-position:from-font}.cat-leadership .leadership-items .item .leader-buttons .leader-link a{color:#1e2022;display:-webkit-box;display:-ms-flexbox;display:flex}.cat-leadership .leadership-items .item .leader-buttons .leader-link a:before{background-image:url(/templates/lyquix/images/about-us/physician-profile.svg);content:"";display:block;height:20px;margin-right:8px;width:21px}.cat-leadership .lightbox{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:right;-ms-flex-pack:right;align-items:flex-start;background:rgba(20,37,70,.3);display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100dvh - 136px);height:calc(100vh - 136px);justify-content:right;left:0;position:fixed;top:136px;width:100%;z-index:1000}.cat-leadership .lightbox .lightbox-content{background-color:#1d3463;border-radius:2px;color:#fff;font-family:Open Sans;height:100%;max-height:100%;max-width:430px;overflow:auto;padding:80px 40px 20px}.cat-leadership .lightbox .lightbox-content .item-image{margin-bottom:20px;position:relative;text-align:center}.cat-leadership .lightbox .lightbox-content .item-image img:first-of-type{border-radius:300px;height:174px;width:174px}.cat-leadership .lightbox .lightbox-content .item-image .ribbon{bottom:0;left:0;margin:0 auto;position:absolute;right:0;width:130px}.cat-leadership .lightbox .lightbox-content .item-name{color:#fff;font-size:42px;font-weight:300;line-height:57px;margin-bottom:6px;margin-top:0;text-align:left}.cat-leadership .lightbox .lightbox-content .item-title{font-size:15px;font-weight:600;line-height:20px;margin-bottom:15px;text-align:left}.cat-leadership .lightbox .lightbox-content .item-description{font-size:14px;font-weight:400;line-height:21px;margin-bottom:35px;text-align:left}.cat-leadership .lightbox .lightbox-content .leader-link a{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:400;letter-spacing:.11px;line-height:19px;text-decoration:none;-webkit-transition:.3s;transition:.3s}.cat-leadership .lightbox .lightbox-content .leader-link a:hover{text-decoration:underline}.cat-leadership .lightbox .lightbox-content .leader-link a:before{background-image:url(/templates/lyquix/images/about-us/physician-profile.svg);content:"";display:block;height:20px;margin-right:8px;width:21px}.cat-leadership .lightbox .bio{display:none}.cat-leadership .lightbox .lightbox-close{background-image:url(/templates/lyquix/images/about-us/lightbox-close.svg);cursor:pointer;height:30px;position:absolute;right:20px;top:20px;width:30px}body.lightbox-open{overflow:hidden}body.menu-collapsed .cat-leadership .lightbox{height:calc(100dvh - 58px);height:calc(100vh - 58px);top:58px}body[screen=md] .cat-leadership .leadership-banner .cat-image{max-width:42%}body[screen=md] .cat-leadership .leadership-banner .banner-content{max-width:58%}body[screen=md] .cat-leadership .leadership-wrapper{margin-inline:8.333%}body[screen=md] .cat-leadership .leadership-wrapper .leadership-items .item{width:33.33%}body[screen=sm].menu-collapsed .lightbox{top:89px}body[screen=sm] .cat-leadership .leadership-banner{max-height:unset}body[screen=sm] .cat-leadership .leadership-banner .cat-image{max-width:50%}body[screen=sm] .cat-leadership .leadership-banner .cat-image img{height:100%;max-height:100%}body[screen=sm] .cat-leadership .leadership-banner .banner-content{max-width:50%;padding:48px 39px}body[screen=sm] .cat-leadership .leadership-wrapper{margin-inline:36px}body[screen=sm] .cat-leadership .leadership-wrapper .leadership-items .item{width:50%}body[screen=xs].menu-collapsed .lightbox{top:87px}body[screen=xs] .cat-leadership .leadership-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;max-height:unset}body[screen=xs] .cat-leadership .leadership-banner .cat-image{height:225px;max-width:100%}body[screen=xs] .cat-leadership .leadership-banner .cat-image img{height:225px}body[screen=xs] .cat-leadership .leadership-banner .banner-content{max-width:100%;padding:40px 34px}body[screen=xs] .cat-leadership .leadership-banner .banner-content .cat-description,body[screen=xs] .cat-leadership .leadership-banner .banner-content h1{max-width:unset}body[screen=xs] .cat-leadership .leadership-banner .banner-content h1{margin-bottom:5px}body[screen=xs] .cat-leadership .leadership-wrapper{margin-inline:10.625%}body[screen=xs] .cat-leadership .leadership-wrapper .leadership-items .item{background:#f5f5f5;width:100%}body[screen=xs] .cat-leadership .leadership-wrapper .leadership-items .item .item-title{margin-bottom:0}body[screen=xs] .cat-leadership .leadership-wrapper .leadership-items .item .leader-buttons{display:none}body[screen=sm] .cat-leadership .lightbox,body[screen=xs] .cat-leadership .lightbox{height:100%}body[screen=sm] .cat-leadership .lightbox .lightbox-content,body[screen=xs] .cat-leadership .lightbox .lightbox-content{max-width:100%;padding:80px 40px 135px;width:100%}body[screen=sm] .cat-leadership .leadership-heading,body[screen=xs] .cat-leadership .leadership-heading{margin-top:35px}.tmpl-custom-tbtt{--section-margin-bottom:70px}.tmpl-custom-tbtt .description,.tmpl-custom-tbtt .section-1{margin-bottom:var(--section-margin-bottom)}.tmpl-custom-tbtt .description{color:#142546;font-family:Open Sans,sans-serif;font-size:17px;font-weight:400;line-height:1.47}.tmpl-custom-tbtt section.field:not(.field_tbtt_cta){margin-bottom:var(--section-margin-bottom)}.tmpl-custom-tbtt section.field:not(.field_tbtt_cta)+h2{margin-bottom:24px}.tmpl-custom-tbtt h2{font-size:2rem;font-weight:600;line-height:1.35}.tmpl-custom-tbtt h1,.tmpl-custom-tbtt h2{margin-top:0;margin-inline:0}body[screen=lg] .tmpl-custom-tbtt .container{margin-inline:auto;max-width:1080px}body[screen=lg] .tmpl-custom-tbtt .description{max-width:943px}body[screen=md] .tmpl-custom-tbtt .container{margin-inline:8.9375%;max-width:none}body[screen=sm] .tmpl-custom-tbtt,body[screen=xs] .tmpl-custom-tbtt{--section-margin-bottom:34px}body[screen=sm] .tmpl-custom-tbtt .description,body[screen=xs] .tmpl-custom-tbtt .description{font-size:1.4rem}body[screen=sm] .tmpl-custom-tbtt h2,body[screen=xs] .tmpl-custom-tbtt h2{font-size:1.7rem}body[screen=sm] .tmpl-custom-tbtt .container{margin-inline:8.333%;max-width:none}body[screen=xs] .tmpl-custom-tbtt .container{margin-inline:10.9375%;max-width:none}.type-alias-tbtt .row.main{padding-bottom:0}.four-col-media-gallery.splide p{color:#142546;font-family:Open Sans,sans-serif;font-size:17px;font-weight:400;line-height:25px}.four-col-media-gallery.splide .grid-item{text-wrap:pretty;background-color:#fff;margin:0}.four-col-media-gallery.splide .grid-item img{display:block;height:auto;width:100%}.four-col-media-gallery.splide .grid-item__thumbnail{position:relative}.four-col-media-gallery.splide .grid-item .video-icon{--webkit-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.four-col-media-gallery.splide .grid-item__bottom{color:#142546;font-family:Open Sans,sans-serif;font-size:1.6rem;font-weight:600;line-height:1.47;padding:15px 18px}.four-col-media-gallery.splide .grid-item__bottom a,.four-col-media-gallery.splide .grid-item__bottom a:link,.four-col-media-gallery.splide .grid-item__bottom a:visited{color:#142546}.four-col-media-gallery.splide .splide__track{padding-bottom:50px}.four-col-media-gallery.splide .splide__arrows{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;position:absolute}.four-col-media-gallery.splide .splide__arrow{background-color:transparent!important;background-position:50%;background-repeat:no-repeat;background-size:14px;border:1px solid rgba(20,37,70,.3);-webkit-box-shadow:none;box-shadow:none;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;height:34px;margin:0;opacity:1;padding:0!important;position:static;-webkit-transform:none;-ms-transform:none;transform:none;width:42.5px}.four-col-media-gallery.splide .splide__arrow svg{display:none}.four-col-media-gallery.splide .splide__arrow--prev{background-image:url(/templates/lyquix/images/icons/arrow-blue-left.svg);border-radius:16px 0 0 16px;border-right-width:.5px}.four-col-media-gallery.splide .splide__arrow--next{background-image:url(/templates/lyquix/images/icons/arrow-blue-right.svg);border-left-width:.5px;border-radius:0 16px 16px 0}.four-col-media-gallery.splide .splide__arrow[disabled]{opacity:.5;pointer-events:none}body[screen=sm] .grid-item .video-icon,body[screen=xs] .grid-item .video-icon{height:40px;width:40px}body[screen=sm] .grid-item__bottom,body[screen=xs] .grid-item__bottom{font-size:1.4rem}body[screen=sm] .four-col-media-gallery.splide .splide__arrows .splide__arrow,body[screen=xs] .four-col-media-gallery.splide .splide__arrows .splide__arrow{background-size:11px;height:26px;width:32.5px}.field_tbtt_partners{--gap:6px;--total-width:calc(100% + 24px)}.field_tbtt_partners .partner-list{--container-width:calc(var(--total-width) - var(--gap)*3);gap:var(--gap);list-style:none;margin:0;padding:0}.field_tbtt_partners .partner-list--item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:radial-gradient(156.7% 118.85% at 85.87% 67.73%,#132240 0,#080f1c 100%);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:0;min-height:205px;position:relative}.field_tbtt_partners .partner-list--item:nth-child(-n+3){-webkit-box-flex:0;-ms-flex:0 0 calc(var(--container-width)/3 - var(--gap));flex:0 0 calc(var(--container-width)/3 - var(--gap))}.field_tbtt_partners .partner-list--item:nth-child(n+4){-webkit-box-flex:0;-ms-flex:0 0 calc(var(--container-width)/4 - var(--gap));flex:0 0 calc(var(--container-width)/4 - var(--gap))}.field_tbtt_partners .partner-list--item img{display:block;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain;width:50%}.field_tbtt_partners .partner-list--item.adventhealth:before{background-image:url(/templates/lyquix/images/ttbt/advent-health-logo.png);background-repeat:no-repeat;background-size:contain;bottom:10px;content:"";height:22px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:160px}body[screen=sm] .field_tbtt_partners .partner-list--item{-webkit-box-flex:0;-ms-flex:0 0 calc(var(--container-width)/3 - var(--gap));flex:0 0 calc(var(--container-width)/3 - var(--gap));min-height:150px;padding-block:20px}body[screen=sm] .field_tbtt_partners .partner-list--item:nth-last-child(-n+2){-webkit-box-flex:0;-ms-flex:0 0 calc(var(--container-width)/2 - var(--gap));flex:0 0 calc(var(--container-width)/2 - var(--gap))}body[screen=sm] .field_tbtt_partners .partner-list--item:nth-last-child(-n+2) img{width:35%}body[screen=sm] .field_tbtt_partners .partner-list--item.adventhealth:before{height:15px;width:113px}body[screen=xs] .field_tbtt_partners .partner-list--item{min-height:105px}body[screen=xs] .field_tbtt_partners .partner-list--item img{padding:10px}body[screen=xs] .field_tbtt_partners .partner-list--item:not(:last-child){-webkit-box-flex:0;-ms-flex:0 0 calc(var(--container-width)/2 - var(--gap));flex:0 0 calc(var(--container-width)/2 - var(--gap))}body[screen=xs] .field_tbtt_partners .partner-list--item:not(:last-child) img{width:60%}body[screen=xs] .field_tbtt_partners .partner-list--item:last-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}body[screen=xs] .field_tbtt_partners .partner-list--item:last-child img{width:30%}body[screen=xs] .field_tbtt_partners .partner-list--item.adventhealth:before{bottom:4px;height:12px;width:82px}.field_tbtt_sweepstakes_image .sweepstakes-list{grid-column-gap:6px;grid-row-gap:6px;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;list-style:none;margin:0;padding:0}.field_tbtt_sweepstakes_image .sweepstakes-list--item{border:1px solid hsla(217,6%,54%,.18);margin:0;position:relative}.field_tbtt_sweepstakes_image .sweepstakes-list--item img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.field_tbtt_sweepstakes_image .sweepstakes-list--item__bottom{-webkit-box-pack:center;-ms-flex-pack:center;background-color:#f2f2f2;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:30px 15px}.field_tbtt_sweepstakes_image .sweepstakes-list--item .button-yellow{margin:0}body[screen=sm] .field_tbtt_sweepstakes_image .sweepstakes-list--item__bottom,body[screen=xs] .field_tbtt_sweepstakes_image .sweepstakes-list--item__bottom{padding-block:20px}body[screen=xs] .field_tbtt_sweepstakes_image .sweepstakes-list{grid-template-columns:repeat(1,1fr)}.field_tbtt_cta{background-color:#f2f2f2;padding-top:40px}.field_tbtt_cta .cta--image{width:40%}.field_tbtt_cta .cta--image img{display:block;height:auto;width:100%}.field_tbtt_cta .inner{padding-inline:40px}.field_tbtt_cta .cta--content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin-left:8%;max-width:580px}.field_tbtt_cta .cta--content h2{color:#142546;font-size:4.2rem;font-weight:300;line-height:1.2;margin:0 0 28px}.field_tbtt_cta .cta--content .button-yellow{margin:0;max-width:250px}body[screen=sm] .field_tbtt_cta h2,body[screen=xs] .field_tbtt_cta h2{font-size:1.75rem;font-weight:600;margin-bottom:6px}body[screen=xs] .field_tbtt_cta{padding-block:20px}body[screen=xs] .field_tbtt_cta .container{margin:0}body[screen=xs] .field_tbtt_cta .inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-direction:row-reverse;flex-direction:row-reverse;justify-content:space-between;padding-inline:0}body[screen=xs] .field_tbtt_cta .cta--content{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;margin-left:0;position:relative;-webkit-transform:translateX(8%);-ms-transform:translateX(8%);transform:translateX(8%);width:60%}body[screen=xs] .field_tbtt_cta .cta--image{-ms-flex-item-align:end;align-self:flex-end;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}body[screen=xs] .field_tbtt_cta .button-yellow{font-size:1.1rem;padding-inline:20px;width:195px}.type-alias-wsiyc .description p{width:100%!important}.type-alias-wsiyc .four-col-media-gallery .grid-item__bottom{background-color:#fff}.type-alias-wsiyc .four-col-media-gallery .splide.splide__arrow{background-color:#fff!important}.type-alias-wsiyc .four-col-media-gallery .video-icon{height:30px;width:30px}.type-alias-wsiyc .ccb-locations>li a,.type-alias-wsiyc .field.field_related_specialties_lp li,.type-alias-wsiyc .phone-number-block{background-color:#fff}.type-alias-wsiyc .bromarkers[data-title="Greater New York"],.type-alias-wsiyc .bromarkers[data-title="Greater Philadelphia"]{display:block}.type-alias-wsiyc .wsiyc-link{color:#142546;display:inline-block;font-family:Open Sans,sans-serif;margin-top:15px}body[screen=sm].type-alias-wsiyc .group-2,body[screen=xs].type-alias-wsiyc .group-2{margin-left:10.9375%;margin-right:10.9375%}@font-face{font-family:Bromarkers;font-style:normal;font-weight:400;src:url(/templates/lyquix/fonts/bromarkers/Bromarkers.otf) format("opentype"),url(/templates/lyquix/fonts/bromarkers/BromarkersRegular.ttf) format("truetype"),url(/templates/lyquix/fonts/bromarkers/BromarkersRegular.woff) format("woff")}@font-face{font-family:Betm;font-style:normal;font-weight:400;src:url(/templates/lyquix/fonts/betm/Betm.otf) format("opentype")}@font-face{font-family:Betm;font-style:normal;font-weight:100;src:url(/templates/lyquix/fonts/betm/Betm\ Thin.otf) format("opentype")}@font-face{font-family:Betm;font-style:normal;font-weight:300;src:url(/templates/lyquix/fonts/betm/Betm\ Light.otf) format("opentype")}@font-face{font-family:Betm;font-style:normal;font-weight:400;src:url(/templates/lyquix/fonts/betm/Betm\ Regular.otf) format("opentype")}@font-face{font-family:Betm;font-style:normal;font-weight:500;src:url(/templates/lyquix/fonts/betm/Betm\ Medium.otf) format("opentype")}@font-face{font-family:Betm;font-style:normal;font-weight:700;src:url(/templates/lyquix/fonts/betm/Betm\ Bold.otf) format("opentype")}@font-face{font-family:Betm;font-style:normal;font-weight:900;src:url(/templates/lyquix/fonts/betm/Betm\ Black.otf) format("opentype")}.bromarkers{font-family:Bromarkers,sans-serif}:root{--alert-ribbon-bg:#bb0f17;--alert-ribbon-text:#fff;--alert-ribbong-bg-secondary:rgba(255,209,81,.15)}.sitewide-alert{background-color:var(--alert-ribbon-bg);left:0;position:fixed;width:100%;z-index:98}.sitewide-alert ol li,.sitewide-alert p,.sitewide-alert ul li{color:#fff;font-family:Open Sans,sans-serif;font-size:1.7rem;line-height:1.47;margin:0}.sitewide-alert ol li a,.sitewide-alert p a,.sitewide-alert ul li a{color:inherit!important}.sitewide-alert .alert-exclamation{background-color:var(--alert-ribbong-bg-secondary);display:grid;min-height:60px;place-items:center;width:53px}.sitewide-alert .alert-exclamation:before{background-image:url(/templates/lyquix/images/icons/icon-alert.svg);background-size:cover;content:"";display:block;height:22px;width:22px}.sitewide-alert[data-splide-alerts=multiple] .alert-exclamation{min-height:95px}.sitewide-alert .splide-alerts{padding:22px 25px;width:calc(100% - 53px)}.sitewide-alert .splide__list{display:-webkit-box;display:-ms-flexbox;display:flex}.sitewide-alert .splide__track{max-width:80%}.sitewide-alert .splide__pagination{bottom:25px;counter-reset:pagination-num;gap:8px;left:unset;position:static;position:absolute;right:130px;-webkit-transform:none;-ms-transform:none;transform:none;width:auto}.sitewide-alert .splide__pagination__page{--webkit-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent!important;border:none;-webkit-box-shadow:none;box-shadow:none;color:#fff;counter-increment:pagination-num;font-size:1.7rem;margin:0;opacity:.5;padding:7px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.sitewide-alert .splide__pagination__page.is-active,.sitewide-alert .splide__pagination__page:hover{color:#fff;opacity:1}.sitewide-alert .splide__pagination__page:before{content:counter(pagination-num)}.sitewide-alert .splide__arrows{bottom:25px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:14px;position:absolute;right:25px}.sitewide-alert .splide__arrow{--webkit-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none!important;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;height:auto;margin:0;opacity:1;outline:none;padding:7px;position:static;-webkit-transform:none;-ms-transform:none;transform:none;width:auto}.sitewide-alert .splide__arrow,.sitewide-alert .splide__arrow:hover{background-color:transparent!important}.sitewide-alert .splide__arrow:before{background-size:cover;content:"";display:block;height:12px;width:22px}.sitewide-alert .splide__arrow[disabled]{opacity:.5}.sitewide-alert .splide__arrow--next:before{background-image:url(/templates/lyquix/images/icons/arrow-white-next.svg)}.sitewide-alert .splide__arrow--prev:before{background-image:url(/templates/lyquix/images/icons/arrow-white-prev.svg)}.sitewide-alert .splide__arrow svg{display:none}.sitewide-alert #dismiss-alerts{--webkit-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent!important;background-image:url(/templates/lyquix/images/icons/close-x-white.svg);background-repeat:no-repeat;background-size:contain;border:none;-webkit-box-shadow:none;box-shadow:none;height:14px;outline:none;padding:0;position:absolute;right:25px;top:18px;width:14px}.sitewide-alert.closed{display:none;visibility:hidden}body.catid-3 .sitewide-alert{left:unset;right:0;width:calc(100% - 314px)}body[screen=xs].catid-3 .sitewide-alert{width:calc(100% - 280px)}@media (max-width:479px){body[screen=xs].catid-3 .sitewide-alert{-webkit-transform:translateY(65px);-ms-transform:translateY(65px);transform:translateY(65px);width:100%}}body[screen=sm] .sitewide-alert ol li,body[screen=sm] .sitewide-alert p,body[screen=sm] .sitewide-alert ul li,body[screen=xs] .sitewide-alert ol li,body[screen=xs] .sitewide-alert p,body[screen=xs] .sitewide-alert ul li{font-size:1.4rem}body[screen=sm] .sitewide-alert .splide-alerts,body[screen=xs] .sitewide-alert .splide-alerts{padding:12px}body[screen=sm] .sitewide-alert[data-splide-alerts=multiple] .splide-alerts,body[screen=xs] .sitewide-alert[data-splide-alerts=multiple] .splide-alerts{padding-bottom:40px}body[screen=sm] .sitewide-alert .splide__arrows,body[screen=sm] .sitewide-alert .splide__pagination,body[screen=xs] .sitewide-alert .splide__arrows,body[screen=xs] .sitewide-alert .splide__pagination{bottom:15px}.hurt-app .close{display:none}.hurt-app.locations,.hurt-app.services{background:#f2f2f2;border:1px #e9e9e9;border-radius:2px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.13);box-shadow:0 1px 3px 0 rgba(0,0,0,.13);margin:50px 0;padding:40px 68px 40px 46px}.hurt-app.locations .flex-container,.hurt-app.services .flex-container{gap:75px}.hurt-app.locations .flex-container .image,.hurt-app.services .flex-container .image{display:grid;place-items:center;width:356px}.hurt-app.locations .flex-container .text,.hurt-app.services .flex-container .text{-webkit-box-flex:1;-ms-flex:1;flex:1}.hurt-app.locations .flex-container .text h2,.hurt-app.services .flex-container .text h2{margin:0 0 10px}.hurt-app.locations .flex-container .text p,.hurt-app.services .flex-container .text p{margin-top:0}.hurt-app.locations .flex-container .text p,.hurt-app.locations .flex-container .text ul li,.hurt-app.services .flex-container .text p,.hurt-app.services .flex-container .text ul li{color:#142546;font-family:Open Sans;font-size:1.7rem;line-height:25px}.hurt-app.locations .flex-container .text ul,.hurt-app.services .flex-container .text ul{margin-bottom:26px}.hurt-app.locations .flex-container .text a,.hurt-app.services .flex-container .text a{margin:0}.hurt-app.locations-category{background-color:#fff;bottom:140px;-webkit-filter:drop-shadow(-1px 0 3px rgba(0,0,0,.15)) drop-shadow(0 2px 4px rgba(0,0,0,.15));filter:drop-shadow(-1px 0 3px rgba(0,0,0,.15)) drop-shadow(0 2px 4px rgba(0,0,0,.15));position:absolute;right:20px;width:280px;z-index:98}.hurt-app.locations-category.hide{display:none!important}.hurt-app.locations-category .eyebrow-text{display:none}.hurt-app.locations-category .close{background:rgba(11,20,37,.4) url(/templates/lyquix/images/icons/x-close.svg) no-repeat 50%/10px!important;border-radius:100%;cursor:pointer;display:block;height:22px;position:absolute;right:5px;top:5px;width:22px}.hurt-app.locations-category .image{width:100%}.hurt-app.locations-category .text{background-color:#f2f2f2;padding:14px 18px 20px 26px;width:100%}.hurt-app.locations-category .text h2{color:#142546;font-family:Open Sans;font-size:17px;font-weight:600;line-height:25px;margin:0 0 8px}.hurt-app.locations-category .text p{color:#142546;font-family:Open Sans;font-size:14px;font-weight:400;line-height:23px;margin:0 0 15px}.hurt-app.locations-category .text ul{display:none}body[screen=md] .tmpl-custom-services .hurt-app.services .flex-container{gap:35px}body[screen=md] .tmpl-custom-services .hurt-app.services .image{width:250px}body[screen=sm] .tmpl-custom-locations .hurt-app.services,body[screen=sm] .tmpl-custom-services .hurt-app.services,body[screen=xs] .tmpl-custom-locations .hurt-app.services,body[screen=xs] .tmpl-custom-services .hurt-app.services{padding:35px 20px}body[screen=sm] .tmpl-custom-locations .hurt-app.services .flex-container,body[screen=sm] .tmpl-custom-services .hurt-app.services .flex-container,body[screen=xs] .tmpl-custom-locations .hurt-app.services .flex-container,body[screen=xs] .tmpl-custom-services .hurt-app.services .flex-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}body[screen=sm] .tmpl-custom-locations .hurt-app.services .flex-container .image,body[screen=sm] .tmpl-custom-services .hurt-app.services .flex-container .image,body[screen=xs] .tmpl-custom-locations .hurt-app.services .flex-container .image,body[screen=xs] .tmpl-custom-services .hurt-app.services .flex-container .image{margin:0 auto;max-width:100%;width:450px}.tmpl-custom-patient-resources .hurt-app{border:1px solid #e5e5e5;border-radius:6px;padding:30px 28px}.tmpl-custom-patient-resources .hurt-app p,.tmpl-custom-patient-resources .hurt-app ul li{font-size:1.5rem;line-height:1.26}.tmpl-custom-patient-resources .hurt-app ul{padding-left:1em}.tmpl-custom-patient-resources .hurt-app .custom{position:relative}.tmpl-custom-patient-resources .hurt-app .flex-container .image{bottom:0;position:absolute;right:0;width:230px}.tmpl-custom-patient-resources .hurt-app .flex-container .image img{height:auto;max-width:100%;width:100%}.tmpl-custom-patient-resources .hurt-app .flex-container .text{width:100%!important}.tmpl-custom-patient-resources .hurt-app .flex-container .text a.button-yellow{margin-block:25px}body[screen=lg] .tmpl-custom-patient-resources .hurt-app.services{margin-left:7.761%}body[screen=sm] .tmpl-custom-patient-resources .hurt-app.services{margin-left:26px;padding:15px}body[screen=sm] .tmpl-custom-patient-resources .hurt-app.services h2,body[screen=xs] .tmpl-custom-patient-resources .hurt-app.services h2{text-wrap:balance}body[screen=sm] .tmpl-custom-patient-resources .hurt-app.services p,body[screen=sm] .tmpl-custom-patient-resources .hurt-app.services ul li,body[screen=xs] .tmpl-custom-patient-resources .hurt-app.services p,body[screen=xs] .tmpl-custom-patient-resources .hurt-app.services ul li{font-size:1.4rem}body[screen=sm] .tmpl-custom-patient-resources .hurt-app.services .flex-container,body[screen=xs] .tmpl-custom-patient-resources .hurt-app.services .flex-container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:0}body[screen=sm] .tmpl-custom-patient-resources .hurt-app.services .image,body[screen=xs] .tmpl-custom-patient-resources .hurt-app.services .image{position:static;width:150px}body[screen=xs] .tmpl-custom-patient-resources .hurt-app.services{padding:10px 12px}body[screen=xs] .hurt-app.locations-category{right:33px;width:254px}.tmpl-custom-services .tab-group .tab-content .tab-panel.sans-bg{background-color:#fff;margin-left:0!important;padding-inline:4%!important;position:relative;width:auto!important;z-index:10}.fl-elbow-physicians-list.ccb-physicians-styles{background-color:#fff;padding-bottom:40px}.fl-elbow-physicians-list.ccb-physicians-styles li{max-width:258px;min-width:158px;width:calc(50% - 14px)!important}.fl-elbow-physicians-list.ccb-physicians-styles li p{font-size:1.2rem;letter-spacing:0;line-height:16px}
/*# sourceMappingURL=styles.min.css.map */

