.latest-podcast .plyr--audio .plyr__controls{height:30px;overflow:hidden;background-color:#f4f4f4;border-radius:15px;padding:0 10px}.latest-podcast .plyr--audio .plyr__controls .plyr__controls__item.plyr__time.plyr__time--current{padding-right:0}.latest-podcast .plyr--audio .plyr__controls .plyr__time+.plyr__time:before{margin-right:0}.latest-podcast .plyr--audio .plyr__controls .plyr__volume .plyr__control svg{width:15px;height:15px}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:4px;padding:calc(var(--plyr-control-spacing,10px)*0.4);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:12px;height:var(--plyr-control-icon-size,12px);pointer-events:none;width:12px;width:var(--plyr-control-icon-size,12px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-width:var(--plyr-menu-arrow-size,4px);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*0.7 - var(--plyr-menu-arrow-size,4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px)*0.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing,10px)*0.7/1.5) calc(var(--plyr-control-spacing,10px)*0.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing,10px)*0.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing,10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px)*0.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px)*0.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px)*0.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px)*0.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing,10px)*0.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing,10px)*0.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px)*0.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px + 2);margin-right:calc(var(--plyr-control-spacing,10px)*0.7*-1 + 2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px)*0.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:0 0;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;background-image:linear-gradient(90deg,currentColor,transparent 0);background-image:linear-gradient(90deg,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height,13px)/2*-1 - var(--plyr-range-track-height,5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*0.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*0.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*0.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-0.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-0.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height,5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 0,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 0,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 0,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:5px;padding:var(--plyr-control-spacing,5px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.plyr--youtube iframe{top:-50%!important;height:200%!important}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#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:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img{display:block;max-width:100%;max-height:100%}*,:after,:before{box-sizing:border-box}*{margin:0}body,html{height:100%}body{color:#222;font:400 16px Arial,Helvetica,sans-serif}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}@media only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-device-pixel-ratio:1.25),only screen and (min-resolution:1.25dppx),only screen and (min-resolution:200dpi){html{-webkit-font-smoothing:subpixel-antialiased}}[ng-app=srPhoenix],[ui-view]{height:100%}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}.container{max-width:1200px;margin:0 auto;padding:0 15px;box-sizing:border-box}.container_width_col-10{max-width:970px;padding:0}.container_narrow{max-width:670px;padding:0}.container_medium{max-width:710px;padding:0}.container_wide{max-width:870px;padding:0}.wrapper_bg_muted{background:#f8f8f8}@media only screen and (max-width:1024px){.wrapper_bg_muted{background:#fff}}.row{width:auto;margin-left:-30px;zoom:1}.row:after,.row:before{content:"";display:table}.row:after{clear:both}@media only screen and (max-width:1024px){.row{margin-left:0}}@media only screen and (max-width:1024px){.row_reorderable{display:table}}.col-1{width:8.3333333333333%}.col-2{width:16.66666666666667%}.col-3{width:25%}.col-4{width:33.33333333333333%}.col-5{width:41.66666666666667%}.col-6{width:50%}.col-7{width:58.33333333333333%}.col-8{width:66.66666666666667%}.col-9{width:75%}.col-10{width:83.33333333333333%}.col-11{width:91.66666666666667%}.col-12{width:100%}[class^=col-]{float:left;padding-left:2.5%;box-sizing:border-box}@media only screen and (max-width:1024px){[class^=col-]{float:none;padding-left:0;width:100%}}.col_center{float:none;margin:0 auto}.col_push_top{display:table-header-group}.col_push_bottom{display:table-footer-group}.col_preserve-width{min-height:1px}@media only screen and (max-width:1024px){.col_preserve-width{min-height:1px}}@media only screen and (max-width:1024px){.col_hide_mobile{display:none}}@media only screen and (min-width:1025px){.col_hide_medium{display:none}}@media only screen and (min-width:1200px){.col_hide_desktop{display:none}}@font-face{font-family:icomoon;src:url(assets/icons/icomoon/icomoon.eot?a9f6q0);src:url(assets/icons/icomoon/icomoon.eot?a9f6q0#iefix) format("embedded-opentype"),url(assets/icons/icomoon/icomoon.ttf?a9f6q0) format("truetype"),url(assets/icons/icomoon/icomoon.woff?a9f6q0) format("woff"),url(assets/icons/icomoon/icomoon.svg?a9f6q0#icomoon) format("svg");font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{display:inline-block;vertical-align:middle;font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-podcast:before{content:""}.icon-play-circle:before{content:""}.icon-facebook:before{content:""}.icon-linked-in-1:before{content:""}.icon-linked-in-2:before{content:""}.icon-twitter:before{content:""}.icon-youtube:before{content:""}.icon-alert-1:before{content:""}.icon-alert-1-outline:before{content:""}.icon-angle-down:before{content:""}.icon-angle-left:before{content:""}.icon-angle-right:before{content:""}.icon-angle-up:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up:before{content:""}.icon-bar-graph-1:before{content:""}.icon-bar-graph-2:before{content:""}.icon-bar-graph-3:before{content:""}.icon-book:before{content:""}.icon-bookmark:before{content:""}.icon-bookmark-outline:before{content:""}.icon-calendar:before{content:""}.icon-caret-down:before{content:""}.icon-caret-left:before{content:""}.icon-caret-right:before{content:""}.icon-caret-up:before{content:""}.icon-check-1:before{content:""}.icon-check-2:before{content:""}.icon-clock-1:before{content:""}.icon-clock-2:before{content:""}.icon-close:before{content:""}.icon-cogs:before{content:""}.icon-credit-card:before{content:""}.icon-cvv:before{content:""}.icon-detail-view:before{content:""}.icon-download:before{content:""}.icon-dropdown-1:before{content:""}.icon-email-2:before{content:""}.icon-email:before{content:""}.icon-error-1:before{content:""}.icon-error-1-outline:before{content:""}.icon-fax:before{content:""}.icon-filter-1:before{content:""}.icon-font-size-1:before{content:""}.icon-font-size-1-large:before{content:""}.icon-font-size-1-medium:before{content:""}.icon-font-size-1-small:before{content:""}.icon-font-size-2:before{content:""}.icon-font-size-2-large:before{content:""}.icon-font-size-2-medium:before{content:""}.icon-font-size-2-small:before{content:""}.icon-font-size-minus:before{content:""}.icon-font-size-plus:before{content:""}.icon-form-resizer:before{content:""}.icon-globe:before{content:""}.icon-glossary-1:before{content:""}.icon-glossary-2:before{content:""}.icon-grid:before{content:""}.icon-info-1:before{content:""}.icon-info-1-outline:before{content:""}.icon-info-2:before{content:""}.icon-info-2-outline:before{content:""}.icon-info-3:before{content:""}.icon-info-3-outline:before{content:""}.icon-light-bulb:before{content:""}.icon-line-graph-1:before{content:""}.icon-line-graph-2:before{content:""}.icon-line-graph-3:before{content:""}.icon-list:before{content:""}.icon-loading:before{content:""}.icon-location-pin:before{content:""}.icon-lock:before{content:""}.icon-minus-circle:before{content:""}.icon-minus-circle-outline:before{content:""}.icon-minus:before{content:""}.icon-notification:before{content:""}.icon-people:before{content:""}.icon-phone-1:before{content:""}.icon-pie-chart-1:before{content:""}.icon-pie-chart-2:before{content:""}.icon-plus-circle:before{content:""}.icon-plus-circle-outline:before{content:""}.icon-plus:before{content:""}.icon-printer:before{content:""}.icon-question-1:before{content:""}.icon-question-1-outline:before{content:""}.icon-quiz:before{content:""}.icon-quote-left:before{content:""}.icon-search:before{content:""}.icon-success-1:before{content:""}.icon-success-1-outline:before{content:""}.icon-team:before{content:""}.icon-user-1:before{content:""}.icon-user-2:before{content:""}.icon-warning:before{content:""}.link.link_inherited{color:inherit}.link.link_inherited:active,.link.link_inherited:hover,.link.link_inherited:link,.link.link_inherited:visited{text-decoration:inherit;color:inherit}.link{color:#086abf}.link:hover{color:#00559f}.link:active{color:#004480}.link__icon{margin-right:8px;font-size:20px}.link__text:hover{text-decoration:underline}.link__back-to-home{font-size:16px;margin:10px;color:#0d3e6f}.link__back-to-home:hover{color:#0d3e6f;text-decoration:underline}.link_no-underline,.link_no-underline .link__text{text-decoration:none}.link_fixed-color:active,.link_fixed-color:hover{color:inherit}.link_uppercase{padding:0 10px;text-transform:uppercase}.link_wrapper{text-decoration:none;color:inherit}.link_wrapper:active,.link_wrapper:hover,.link_wrapper:link,.link_wrapper:visited{color:inherit}.link_icon_right .link__icon{margin-right:0;margin-left:.3125em;font-size:1.5625em}.link_icon_left .link__icon{margin-left:0;margin-right:.3125em;font-size:1.5625em;vertical-align:-.24em}.select{position:relative;cursor:pointer;border:1px solid #d9d9d9;font:500 18px Archivo Narrow,sans-serif;font-size:16px;color:#222;line-height:17px;width:100%;background:#f8f8f8;border-radius:1px;box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.2);-moz-box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.2);box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.2);outline:none;letter-spacing:-.17px;padding:12px 26px 12px 13px}.select:after{position:absolute;top:13px;right:15px;content:"\f0dc";font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.select__item-group{margin-top:5px}.select__item-group:first-child{margin-top:0}.select__item-group-title{font:600 18px Archivo Narrow,sans-serif;font-size:13px;margin-bottom:3px}.select__control{display:none}.select__current-item{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.select__items{display:none;position:absolute;right:-1px;left:-1px;top:100%;background:#f8f8f8;z-index:1;border:1px solid #ddd;max-height:200px;overflow-y:auto}.select_nolimit .select__items{max-height:none}@media only screen and (max-width:1024px){.select_nolimit .select__items{max-height:200px}}.select__item{display:block;padding:7px 13px}.select__item:hover,.select__item_active{background:#e4e4e4}.select_background_white,.select_background_white .select__items{background:#fff}.select_background_white .select__current-item{color:#6d6e70}.select_expanded .select__items{display:block}.select_disabled{background-color:#ebebe4}.select_type_hover .select__items{background:#fff;position:absolute;right:37px;left:-1px;top:-1px;padding:7px 9px 7px 30px}.select_type_hover .select__item{font-size:12px;margin-left:-17px;padding:2px 0 2px 17px}.select_type_hover .select__item_active{background:0 0}.select_type_hover .select__item_active:before{content:" ";display:inline-block;height:8px;width:17px;background:url(assets/img/select/select__checkmark.png) no-repeat;background-size:contain;margin-left:-17px;vertical-align:middle}.select_type_hover .select__item:hover{background:0 0}h1{font:600 18px Archivo Narrow,sans-serif;font-size:44px;line-height:44px}h2{font:700 18px Archivo Narrow,sans-serif;font-size:32px;line-height:32px}h3{font:700 18px Archivo Narrow,sans-serif;font-size:26px;line-height:26px;font-weight:700}h4{font:700 18px Archivo Narrow,sans-serif;font-size:18px;line-height:18px}h5{font:400 16px Arial,Helvetica,sans-serif;font-size:19px;line-height:19px}h6{font:700 18px Archivo Narrow,sans-serif;font-size:16px;line-height:16px}a{color:#086abf}a:hover{color:#00559f}a:active{color:#004480}.publication-icon{display:inline-block;background-image:url(assets/img/publication-icon/publication-icon_theme_blue.svg);background-size:contain;background-repeat:no-repeat;height:2.5em;width:2.125em}.publication-icon_theme_green{background-image:url(assets/img/publication-icon/publication-icon_theme_green.svg)}.publication-icon_theme_lgreen{background-image:url(assets/img/publication-icon/publication-icon_theme_lgreen.svg)}.publication-icon_theme_bar-green{background-image:url(assets/img/publication-icon/publication-icon_theme_bar-green.svg)}.publication-icon_theme_maroon{background-image:url(assets/img/publication-icon/publication-icon_theme_maroon.svg)}.publication-icon_theme_wdblue{background-image:url(assets/img/publication-icon/publication-icon_theme_wdblue.svg)}.publication-icon_theme_teal-blue{background-image:url(assets/img/publication-icon/publication-icon_theme_teal-blue.svg)}.publication-icon_theme_purple{background-image:url(assets/img/publication-icon/publication-icon_theme_purple.svg)}.publication-icon_theme_brown{background-image:url(assets/img/publication-icon/publication-icon_theme_brown.svg)}.publication-icon_theme_blue{background-image:url(assets/img/publication-icon/publication-icon_theme_blue.svg)}.publication-icon_theme_sky{background-image:url(assets/img/publication-icon/publication-icon_theme_sky.svg)}.publication-icon_theme_sr-team{background-image:url(assets/img/publication-icon/publication-icon_theme_sr-team.svg)}.publication-icon_theme_sps-blue{background-image:url(assets/img/publication-icon/publication-icon_theme_sps-blue.svg)}.publication-icon_theme_gold{background-image:url(assets/img/publication-icon/publication-icon_theme_gold.svg)}.publication-icon_theme_gold-alt{background-image:url(assets/img/publication-icon/publication-icon_theme_gold-alt.svg)}.publication-icon_theme_orange{background-image:url(assets/img/publication-icon/publication-icon_theme_orange.svg)}.publication-icon_theme_mccall{background-image:url(assets/img/publication-icon/publication-icon_theme_mccall.svg)}.publication-icon_theme_blue-bill{background-image:url(assets/img/publication-icon/publication-icon_theme_blue-bill.svg)}.publication-icon_theme_sps{height:2.25em;width:2em;background-image:url(assets/img/publication-icon/publication-icon_theme_sps.svg)}.publication-icon_theme_cho{height:2.25em;width:2em;background-image:url(assets/img/publication-icon/publication-icon_theme_cho.svg)}.publication-icon_theme_pwp{height:2.25em;width:2em;background-image:url(assets/img/publication-icon/publication-icon_theme_pwp.svg)}.publication-icon_theme_alliance{height:2.25em;width:2em;background-image:url(assets/img/publication-icon/publication-icon_theme_alliance.svg)}.publication-icon_theme_radio{height:2.8125em;width:2em;background-image:url(assets/img/publication-icon/publication-icon_theme_radio.svg)}.publication-icon_theme_grey{height:2.25em;width:2em;background-image:url(assets/img/publication-icon/publication-icon_theme_grey.svg)}.publication-icon_size_small{height:36px;width:31px}.ajax-loader{height:32px;width:32px;display:inline-block;background:url(assets/img/ajax-loader/ajax-loader.gif);-webkit-background-size:cover;background-size:cover;vertical-align:middle}.ajax-loader_size_small{height:16px;width:16px}.ajax-loader_size_medium{height:24px;width:24px}.flat-button{position:relative;display:inline-block;text-align:center;color:#fff;font:500 18px Archivo Narrow,sans-serif;font-size:16px;line-height:22px;padding:10px 14px;background:#00559f;border-radius:3px;border:1px solid #00559f}.flat-button:active,.flat-button:hover,.flat-button:link,.flat-button:visited{color:#fff;text-decoration:none}.flat-button_full-width{width:100%}.flat-button__icon:before{font-size:1.25em}.flat-button__icon_pull-right{right:.58333em}.flat-button__icon_pull-left{left:10px}.flat-button__icon_vcenter{position:absolute;top:50%;transform:translateY(-50%)}.flat-button_size_xlarge,.flat-button_size_xlarge-responsive{font:700 18px Archivo Narrow,sans-serif;font-size:24px;line-height:1.25;padding:14px 18px}@media only screen and (max-width:1024px){.flat-button_size_xlarge-responsive{padding:12px 16px;font-size:22px}}@media only screen and (max-width:768px){.flat-button_size_xlarge-responsive{padding:10px 14px;font-size:18px}}@media only screen and (max-width:375px){.flat-button_size_xlarge-responsive{padding:8px 12px;font-size:16px}}.flat-button_size_large{font:600 18px Archivo Narrow,sans-serif;padding:11px 26px;font-size:18px;line-height:1.3}.flat-button_size_medium{line-height:22px;padding:6px 10px}.flat-button_size_medium,.flat-button_size_medium-big{font:700 18px Archivo Narrow,sans-serif;font-size:16px}.flat-button_size_medium-big{line-height:1.375;padding:8px 10px}.flat-button_size_small{font:600 18px Archivo Narrow,sans-serif;font-size:14px;line-height:24px;padding:2px 8px}.flat-button_size_big{padding:12px 14px;font:700 18px Archivo Narrow,sans-serif;font-size:20px;line-height:26px}.flat-button_size_huge{padding:16px 29px;font:700 18px Archivo Narrow,sans-serif;font-size:28px;line-height:1.14}@media only screen and (max-width:1024px){.flat-button_size_huge{padding:14px 27px;font-size:24px}}@media only screen and (max-width:768px){.flat-button_size_huge{padding:12px 24px;font-size:22px}}@media only screen and (max-width:375px){.flat-button_size_huge{padding:10px 20px;font-size:20px}}.flat-button_direction_left{padding-left:36px}.flat-button_direction_right{padding-right:2.20833em}.flat-button_roundish{border-radius:.33333em}.flat-button_direction_left{padding-left:44px}.flat-button_direction_right{text-align:left;padding-right:44px}.flat-button_theme_blue{border:1px solid #00559f;background-color:#00559f}.flat-button_theme_blue:hover{background:#003c71;border-color:#003c71}.flat-button_theme_blue:active{background:#002f58;border-color:#002f58}.flat-button_theme_blue:disabled,.flat-button_theme_blue:disabled:hover{background:#00559f;border-color:#00559f;opacity:.55}.flat-button_theme_lblue{border:1px solid #0f75ce;background-color:#0f75ce}.flat-button_theme_lblue:hover{background:#0c5da3;border-color:#0c5da3}.flat-button_theme_lblue:active{background:#0a4f8b;border-color:#0a4f8b}.flat-button_theme_lblue:disabled,.flat-button_theme_lblue:disabled:hover{background:#0f75ce;border-color:#0f75ce;opacity:.55}.flat-button_theme_llblue{border:1px solid #1da1f2;background-color:#1da1f2}.flat-button_theme_llblue:hover{background:#0c89d5;border-color:#0c89d5}.flat-button_theme_llblue:active{background:#0b79bd;border-color:#0b79bd}.flat-button_theme_llblue:disabled,.flat-button_theme_llblue:disabled:hover{background:#1da1f2;border-color:#1da1f2;opacity:.55}.flat-button_theme_green{border:1px solid #36832a;background-color:#36832a}.flat-button_theme_green:hover{background:#28601f;border-color:#28601f}.flat-button_theme_green:active{background:#204d19;border-color:#204d19}.flat-button_theme_green:disabled,.flat-button_theme_green:disabled:hover{background:#36832a;border-color:#36832a;opacity:.55}.flat-button_theme_bar-green{border:1px solid #36832a;background-color:#36832a}.flat-button_theme_bar-green:hover{background:#28601f;border-color:#28601f}.flat-button_theme_bar-green:active{background:#204d19;border-color:#204d19}.flat-button_theme_bar-green:disabled,.flat-button_theme_bar-green:disabled:hover{background:#36832a;border-color:#36832a;opacity:.55}.flat-button_theme_yellow-green{border:1px solid #88ba09;background-color:#88ba09}.flat-button_theme_yellow-green:hover{background:#688e07;border-color:#688e07}.flat-button_theme_yellow-green:active{background:#567606;border-color:#567606}.flat-button_theme_yellow-green:disabled,.flat-button_theme_yellow-green:disabled:hover{background:#88ba09;border-color:#88ba09;opacity:.55}.flat-button_theme_link{border:1px solid #086abf;background-color:#086abf}.flat-button_theme_link:hover{background:#065293;border-color:#065293}.flat-button_theme_link:active{background:#05447a;border-color:#05447a}.flat-button_theme_link:disabled,.flat-button_theme_link:disabled:hover{background:#086abf;border-color:#086abf;opacity:.55}.flat-button_theme_orange{border:1px solid #d86600;background-color:#d86600}.flat-button_theme_orange:hover{background:#aa5000;border-color:#aa5000}.flat-button_theme_orange:active{background:#914400;border-color:#914400}.flat-button_theme_orange:disabled,.flat-button_theme_orange:disabled:hover{background:#d86600;border-color:#d86600;opacity:.55}.flat-button_theme_mccall{border:1px solid #000;background-color:#000}.flat-button_theme_mccall:active,.flat-button_theme_mccall:hover{background:#000;border-color:#000}.flat-button_theme_mccall:disabled,.flat-button_theme_mccall:disabled:hover{background:#000;border-color:#000;opacity:.55}.flat-button_theme_blue-bill{border:1px solid #005e8f;background-color:#005e8f}.flat-button_theme_blue-bill:hover{background:#004061;border-color:#004061}.flat-button_theme_blue-bill:active{background:#002f48;border-color:#002f48}.flat-button_theme_blue-bill:disabled,.flat-button_theme_blue-bill:disabled:hover{background:#005e8f;border-color:#005e8f;opacity:.55}.flat-button_theme_gray{border:1px solid #eee;background-color:#eee}.flat-button_theme_gray:hover{background:#d7d7d7;border-color:#d7d7d7}.flat-button_theme_gray:active{background:#cacaca;border-color:#cacaca}.flat-button_theme_gray:disabled,.flat-button_theme_gray:disabled:hover{background:#eee;border-color:#eee;opacity:.55}.flat-button_theme_dark-gray{border:1px solid #666;background-color:#666}.flat-button_theme_dark-gray:hover{background:#4f4f4f;border-color:#4f4f4f}.flat-button_theme_dark-gray:active{background:#424242;border-color:#424242}.flat-button_theme_dark-gray:disabled,.flat-button_theme_dark-gray:disabled:hover{background:#666;border-color:#666;opacity:.55}.flat-button_accented{font-weight:700}.flat-button_no-bg{background:0 0;border:1px solid #00559f}.flat-button_no-bg:active,.flat-button_no-bg:hover,.flat-button_no-bg:link,.flat-button_no-bg:visited{color:#00559f}.flat-button_no-bg.flat-button_theme_blue{border:1px solid #00559f}.flat-button_no-bg.flat-button_theme_blue:active,.flat-button_no-bg.flat-button_theme_blue:hover,.flat-button_no-bg.flat-button_theme_blue:link,.flat-button_no-bg.flat-button_theme_blue:visited{color:#00559f}.flat-button_no-bg.flat-button_theme_blue:hover{border-color:#003c71;color:#fff}.flat-button_no-bg.flat-button_theme_blue:active{border-color:#002f58;color:#fff}.flat-button_no-bg.flat-button_theme_lblue{border:1px solid #0f75ce}.flat-button_no-bg.flat-button_theme_lblue:active,.flat-button_no-bg.flat-button_theme_lblue:hover,.flat-button_no-bg.flat-button_theme_lblue:link,.flat-button_no-bg.flat-button_theme_lblue:visited{color:#0f75ce}.flat-button_no-bg.flat-button_theme_lblue:hover{border-color:#0c5da3;color:#fff}.flat-button_no-bg.flat-button_theme_lblue:active{border-color:#0a4f8b;color:#fff}.flat-button_no-bg.flat-button_theme_llblue{border:1px solid #1da1f2}.flat-button_no-bg.flat-button_theme_llblue:active,.flat-button_no-bg.flat-button_theme_llblue:hover,.flat-button_no-bg.flat-button_theme_llblue:link,.flat-button_no-bg.flat-button_theme_llblue:visited{color:#1da1f2}.flat-button_no-bg.flat-button_theme_llblue:hover{border-color:#0c89d5;color:#fff}.flat-button_no-bg.flat-button_theme_llblue:active{border-color:#0b79bd;color:#fff}.flat-button_no-bg.flat-button_theme_green{border:1px solid #36832a}.flat-button_no-bg.flat-button_theme_green:active,.flat-button_no-bg.flat-button_theme_green:hover,.flat-button_no-bg.flat-button_theme_green:link,.flat-button_no-bg.flat-button_theme_green:visited{color:#36832a}.flat-button_no-bg.flat-button_theme_green:hover{border-color:#28601f;color:#fff}.flat-button_no-bg.flat-button_theme_green:active{border-color:#204d19;color:#fff}.flat-button_no-bg.flat-button_theme_bar-green{border:1px solid #36832a}.flat-button_no-bg.flat-button_theme_bar-green:active,.flat-button_no-bg.flat-button_theme_bar-green:hover,.flat-button_no-bg.flat-button_theme_bar-green:link,.flat-button_no-bg.flat-button_theme_bar-green:visited{color:#36832a}.flat-button_no-bg.flat-button_theme_bar-green:hover{border-color:#28601f;color:#fff}.flat-button_no-bg.flat-button_theme_bar-green:active{border-color:#204d19;color:#fff}.flat-button_no-bg.flat-button_theme_yellow-green{border:1px solid #88ba09}.flat-button_no-bg.flat-button_theme_yellow-green:active,.flat-button_no-bg.flat-button_theme_yellow-green:hover,.flat-button_no-bg.flat-button_theme_yellow-green:link,.flat-button_no-bg.flat-button_theme_yellow-green:visited{color:#88ba09}.flat-button_no-bg.flat-button_theme_yellow-green:hover{border-color:#688e07;color:#fff}.flat-button_no-bg.flat-button_theme_yellow-green:active{border-color:#567606;color:#fff}.flat-button_no-bg.flat-button_theme_link{border:1px solid #086abf}.flat-button_no-bg.flat-button_theme_link:active,.flat-button_no-bg.flat-button_theme_link:hover,.flat-button_no-bg.flat-button_theme_link:link,.flat-button_no-bg.flat-button_theme_link:visited{color:#086abf}.flat-button_no-bg.flat-button_theme_link:hover{border-color:#065293;color:#fff}.flat-button_no-bg.flat-button_theme_link:active{border-color:#05447a;color:#fff}.flat-button_no-bg.flat-button_theme_orange{border:1px solid #d86600}.flat-button_no-bg.flat-button_theme_orange:active,.flat-button_no-bg.flat-button_theme_orange:hover,.flat-button_no-bg.flat-button_theme_orange:link,.flat-button_no-bg.flat-button_theme_orange:visited{color:#d86600}.flat-button_no-bg.flat-button_theme_orange:hover{border-color:#aa5000;color:#fff}.flat-button_no-bg.flat-button_theme_orange:active{border-color:#914400;color:#fff}.flat-button_no-bg.flat-button_theme_mccall{border:1px solid #000}.flat-button_no-bg.flat-button_theme_mccall:active,.flat-button_no-bg.flat-button_theme_mccall:hover,.flat-button_no-bg.flat-button_theme_mccall:link,.flat-button_no-bg.flat-button_theme_mccall:visited{color:#000}.flat-button_no-bg.flat-button_theme_mccall:active,.flat-button_no-bg.flat-button_theme_mccall:hover{border-color:#000;color:#fff}.flat-button_no-bg.flat-button_theme_blue-bill{border:1px solid #005e8f}.flat-button_no-bg.flat-button_theme_blue-bill:active,.flat-button_no-bg.flat-button_theme_blue-bill:hover,.flat-button_no-bg.flat-button_theme_blue-bill:link,.flat-button_no-bg.flat-button_theme_blue-bill:visited{color:#005e8f}.flat-button_no-bg.flat-button_theme_blue-bill:hover{border-color:#004061;color:#fff}.flat-button_no-bg.flat-button_theme_blue-bill:active{border-color:#002f48;color:#fff}.flat-button_no-bg.flat-button_theme_gray{border:1px solid #eee}.flat-button_no-bg.flat-button_theme_gray:active,.flat-button_no-bg.flat-button_theme_gray:hover,.flat-button_no-bg.flat-button_theme_gray:link,.flat-button_no-bg.flat-button_theme_gray:visited{color:#eee}.flat-button_no-bg.flat-button_theme_gray:hover{border-color:#d7d7d7;color:#fff}.flat-button_no-bg.flat-button_theme_gray:active{border-color:#cacaca;color:#fff}.flat-button_no-bg.flat-button_theme_dark-gray{border:1px solid #666}.flat-button_no-bg.flat-button_theme_dark-gray:active,.flat-button_no-bg.flat-button_theme_dark-gray:hover,.flat-button_no-bg.flat-button_theme_dark-gray:link,.flat-button_no-bg.flat-button_theme_dark-gray:visited{color:#666}.flat-button_no-bg.flat-button_theme_dark-gray:hover{border-color:#4f4f4f;color:#fff}.flat-button_no-bg.flat-button_theme_dark-gray:active{border-color:#424242;color:#fff}.flat-button_pull-left{margin-left:0}.flat-button_link-color,.flat-button_link-color:active,.flat-button_link-color:hover,.flat-button_link-color:link,.flat-button_link-color:visited{color:#086abf}.trm-button{border-radius:5px;background-color:#0d3e6f;font-family:Arial,Helvetica,sans-serif;color:#fff;text-align:center;line-height:normal;cursor:pointer;transition:.3s}.trm-button:active,.trm-button:hover,.trm-button:link,.trm-button:visited{color:#fff;text-decoration:none}.trm-button_size_large{padding:10px 20px;font-size:20px}@media only screen and (max-width:520px){.trm-button_size_large{font-size:16px;font-weight:400}}.trm-button:hover{background:#3575ad}.section-title{font:700 18px Archivo Narrow,sans-serif;font-size:18px;line-height:22px;text-transform:uppercase;padding-bottom:8px;border-bottom:2px solid #ccc}@media only screen and (max-width:375px){.section-title{font-size:16px;line-height:1}}.section-title_fill{font:600 18px Archivo Narrow,sans-serif;font-size:16px;line-height:24px;padding:8px 0 8px 16px;border:none;background:#eee}.section-title_large{font-size:26px;line-height:30px;text-transform:none}.section-title_larger{font-size:32px;line-height:36px;padding-bottom:10px}.section-title_solid{border-bottom-color:#111;border-bottom-width:1px}.section-title_no-uppercase{text-transform:none}.section-title_no-border{padding-bottom:0;border-bottom:none}.goto-link{text-decoration:none}.goto-link__text{display:inline-block;vertical-align:middle}.goto-link__icon{font-size:25px}.goto-link:hover{text-decoration:none}.post-label{font:700 18px Archivo Narrow,sans-serif;font-size:inherit;line-height:1.17;text-transform:uppercase;display:inline-block;border-radius:9999px;padding:.16667em .58333em}.post-label_theme_orange{color:#fff;background:#ee830c}.post-label_theme_blue{color:#fff;background:#004480}.article-item{font:400 16px Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;zoom:1}.article-item:after,.article-item:before{content:"";display:table}.article-item:after{clear:both}.article-item__thumbnail{display:inline-block;border:1px solid #ccc;margin-bottom:13px}.article-item__labels{font-size:12px;line-height:16px;margin-bottom:6px}.article-item__label{margin-left:2px}.article-item__label:first-child{margin-left:0}.article-item__title{color:#111;display:inline-block;font:700 18px Archivo Narrow,sans-serif;font-size:20px;line-height:1.2;margin-bottom:6px;text-decoration:none}.article-item__title:hover{text-decoration:underline}.article-item__pub{display:block;font-size:13px;line-height:16px;margin-bottom:4px}.article-item__meta{font-size:13px;line-height:16px;margin-top:8px;margin-bottom:6px}.article-item__excerpt{min-width:250px;min-height:100px}@media only screen and (max-width:1024px){.article-item__excerpt{min-width:auto;min-height:auto}}@media only screen and (max-width:375px){.article-item__excerpt{display:none}}.article-item__more{font-weight:700}@media only screen and (max-width:375px){.article-item__more{display:none}}.article-item_large{font-size:18px;line-height:24px}@media only screen and (max-width:1024px){.article-item_large{font-size:16px;line-height:22px}}@media only screen and (max-width:768px){.article-item_large{font-size:18px;line-height:24px;padding-top:0;border-top:none}}@media only screen and (max-width:375px){.article-item_large{font-size:16px;line-height:22px}}.article-item_large .article-item__title{font-size:30px;margin-bottom:10px}@media only screen and (max-width:1024px){.article-item_large .article-item__title{font-size:22px}}@media only screen and (max-width:768px){.article-item_large .article-item__title{font-size:30px}}.article-item_large .article-item__meta{margin-bottom:9px}.article-item_large .article-item__excerpt,.article-item_large .article-item__more{display:block}.article-item_responsive-side .article-item__thumbnail{position:relative}@media only screen and (max-width:1024px){.article-item_responsive-side .article-item__thumbnail{float:left;width:calc(33.33333% - 12px);margin-right:12px}}@media only screen and (max-width:768px){.article-item_responsive-side .article-item__thumbnail{overflow:hidden;height:100px}.article-item_responsive-side .article-item__thumbnail-img{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);max-width:none}}@media only screen and (max-width:1024px){.article-item_responsive-side .article-item__details{float:left;width:63.18841%}}@media only screen and (max-width:768px){.article-item_responsive-side .article-item__excerpt,.article-item_responsive-side .article-item__more{display:none}}.page-header{width:100%;color:#fff;background:linear-gradient(0deg,#004a75,#002f58);padding:19px 0 17px}@media only screen and (max-width:768px){.page-header{padding:15px 3px 13px}}.page-header__inner-wrapper{display:table;width:100%;margin-left:auto;margin-right:auto;max-width:1170px}.page-header__inner{display:table-row}.page-header__title{display:table-cell;font:700 18px Archivo Narrow,sans-serif;font-size:28px;line-height:32px;text-transform:uppercase}@media only screen and (max-width:768px){.page-header__title{font-size:24px;line-height:28px}}.page-header__nav{display:none;vertical-align:top;padding-top:12px;width:230px}.page-header__back{font:600 18px Archivo Narrow,sans-serif;text-decoration:none;font-size:14px;line-height:20px}.page-header__back:active,.page-header__back:hover,.page-header__back:link,.page-header__back:visited{color:#fff}.page-header__back-icon{font-size:18px;margin-right:5px}.page-header__back-caption:hover{text-decoration:underline}.page-header__breadcrumbs{display:table-cell;font-size:14px;line-height:20px;text-align:right;vertical-align:middle;white-space:nowrap;padding-left:50px}@media only screen and (max-width:768px){.page-header__breadcrumbs{display:none}}.page-header_has-back .page-header__nav-section{float:left;width:16.23932%;padding-top:12px;padding-left:1px}.page-header_has-back .page-header__title-section{position:relative;float:left;width:80.34188%;margin-left:3.4188%}.page-header_theme_blue{background:linear-gradient(270deg,#093b54,#106691)}.page-header_theme_dblue{background:linear-gradient(270deg,#004480,#00213d)}.page-header_theme_teal-blue,.page-header_theme_wdblue{background:linear-gradient(270deg,#6d6e70,#006895)}.page-header_theme_purple{background:linear-gradient(270deg,#6d6e70,#1b1464)}.page-header_theme_brown{background:linear-gradient(270deg,#929497,#663813)}.page-header_theme_maroon{background:linear-gradient(270deg,#c0775e,#a22c22)}.page-header_theme_lgreen{background:linear-gradient(270deg,#bcac84,#448131)}.page-header_theme_bar-green,.page-header_theme_green{background:linear-gradient(270deg,#448131,#174613)}.page-header_theme_sky{background:linear-gradient(270deg,#71c2ec,#017dbc)}.page-header_theme_alliance,.page-header_theme_yellow{background:linear-gradient(270deg,#004480,#e7ba21)}.page-header_theme_aqua{background:linear-gradient(270deg,#6d6e70,#00a8a3)}.page-header_theme_sps-blue,.page-header_theme_sr-team{background:linear-gradient(270deg,#6d6e70,#00559f)}.page-header_theme_grey{background:linear-gradient(270deg,#5577ba,#4e5460)}.page-header_theme_gold{background:linear-gradient(270deg,#004480,#e8b103)}.page-header_theme_gold-alt{background:linear-gradient(270deg,#004480,#2b2b2b)}.page-header_theme_orange{background:linear-gradient(270deg,#c25700,#d86600)}.page-header_theme_mccall{background:linear-gradient(270deg,#000,#000)}.page-header_theme_blue-bill{background:linear-gradient(270deg,#004b72,#005e8f)}.page-header_theme_single-analyst{background:linear-gradient(270deg,#004480,#00213d)}.page-header_style_collapsed{background:0 0;color:#000;padding-bottom:0}.page-header_style_collapsed .page-header__title{display:none}.page-header_style_collapsed .page-header__breadcrumbs{vertical-align:bottom}.page-header_style_spatious{padding:0}@media only screen and (max-width:768px){.page-header_style_spatious{display:block}}.page-header_style_spatious .page-header__nav{display:table-cell}@media only screen and (max-width:768px){.page-header_style_spatious .page-header__nav{display:block}}.page-header_style_spatious .page-header__title{padding:27px 0;text-transform:none;font-size:40px;line-height:46px}@media only screen and (max-width:768px){.page-header_style_spatious .page-header__title{display:block;margin:0;padding:10px 0}}@media only screen and (max-width:768px){.page-header_hide_xsmall{display:none}}.page-header.hidden{display:none}.page-intro{background:#f4f4f4;padding:30px 15px 32px;border-bottom:1px solid #ccc}.page-intro__container{margin-left:auto;margin-right:auto;max-width:1170px}.page-intro__text{font:500 18px Archivo Narrow,sans-serif;font-size:18px;line-height:1.56}@media only screen and (max-width:1199px){.page-intro__text{font-size:16px;line-height:1.5}}.page-intro._no-display{display:none}@media only screen and (max-width:1199px){.page-intro{padding:16px 15px 20px}}@media only screen and (max-width:768px){.page-sidebar .mobile-center{text-align:center}}.page-sidebar__block-holder{display:block;margin-bottom:30px;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 1px 1px 0 rgba(0,0,0,.1)}.page-sidebar__block-holder:last-child{margin-bottom:0}.page-sidebar__block{background:#fff;padding:20px 15px 32px;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 1px 1px 0 rgba(0,0,0,.1);border:1px solid #ccc}.page-sidebar__block__container{margin-left:auto;margin-right:auto;max-width:1170px}.page-sidebar__block__title{font:700 18px Archivo Narrow,sans-serif;font-size:18px;line-height:1.56;text-transform:capitalize;display:block}@media only screen and (max-width:1199px){.page-sidebar__block__title{font-size:16px;line-height:1.5}}.page-sidebar__block__stock{padding:8px 0;overflow:hidden;border-bottom:1px solid #ddd}.page-sidebar__block__stock:last-child{border-bottom:none;padding-bottom:0}.page-sidebar__block__stock .arrow{float:left;padding-top:7px;margin-right:5px}.page-sidebar__block__stock .arrow>*{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent}.page-sidebar__block__stock .arrow__up{border-bottom:8px solid green}.page-sidebar__block__stock .arrow__down{border-top:8px solid red}.page-sidebar__block__stock__title{font:600 18px Archivo Narrow,sans-serif;font-size:18px;line-height:1.56;text-transform:capitalize;float:left}@media only screen and (max-width:1199px){.page-sidebar__block__stock__title{font-size:16px;line-height:1.5}}.page-sidebar__block__stock__data{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:1.56;text-transform:capitalize;clear:left}@media only screen and (max-width:1199px){.page-sidebar__block__stock__data{font-size:14px;line-height:1.5}}.page-sidebar__block__stock__data__price{float:left}.page-sidebar__block__stock__data__change{float:right}.page-sidebar__block__stock__data__up{color:green}.page-sidebar__block__stock__data__down{color:#e70817}.page-sidebar__block__date{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:1.56;float:right;display:none}@media only screen and (max-width:1199px){.page-sidebar__block__date{font-size:14px;line-height:1.5}}.page-sidebar__block__text{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:1.56}.page-sidebar__block__text>*{margin-bottom:10px}.page-sidebar__block__text>:last-child{margin-bottom:0}@media only screen and (max-width:1199px){.page-sidebar__block__text{font-size:14px;line-height:1.5}}.page-sidebar__block__footnote{font:400 16px Arial,Helvetica,sans-serif;font-size:12px;font-style:italic}@media only screen and (max-width:1199px){.page-sidebar__block__footnote{font-size:11px}}@media only screen and (max-width:1199px){.page-sidebar__block{padding:16px 15px 20px}}.page-sidebar__block.read-more{box-shadow:none;border:none;padding:0}.page-sidebar__block.read-more .page-sidebar__block__title{box-shadow:inset 0 -1px 0 0 #111}.article-item-meta__item{display:inline-block;margin-right:3px}.article-item-meta__item_accent{font:600 18px Archivo Narrow,sans-serif;font-size:inherit}.article-item-meta__date{font-size:.93333em;line-height:1.29}.article-item-meta__item-value_accented{font:500 18px Archivo Narrow,sans-serif;font-size:inherit}.article-item-meta__item-value_accented_bold{font:600 18px Archivo Narrow,sans-serif;font-size:inherit}.article-item-meta__item-value_accented_bolder{font:700 18px Archivo Narrow,sans-serif;font-size:inherit}.article-item-meta__item-value_uppercase{text-transform:uppercase}.article-item-meta__item-value_italicized{font-style:italic}.article-item-meta_separated .article-item-meta__item{display:block;margin-bottom:3px}.article-item-meta_separated .article-item-meta__marker{margin-right:7px}.page-breadcrumbs__breadcrumb{display:inline-block;color:#fff;text-decoration:underline}.page-breadcrumbs__breadcrumb_active{opacity:.7;text-decoration:none}.page-breadcrumbs__breadcrumb:last-child{margin-right:0}.page-breadcrumbs__breadcrumb:last-child:after{display:none}.page-breadcrumbs__splitter{display:inline-block;margin:0 6px}.page-breadcrumbs_style_light .page-breadcrumbs__breadcrumb{color:#086abf}.page-breadcrumbs_style_light .page-breadcrumbs__breadcrumb:after,.page-breadcrumbs_style_light .page-breadcrumbs__breadcrumb_active{color:#111}.button_type_link{background:0 0;border:none;-webkit-appearance:none}.button_type_link .button__caption:hover{text-decoration:underline}.button_type_link .button__icon{font-size:1.42857em;padding-right:6px}.text-content{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;color:#222;zoom:1}.text-content>:first-child{margin-top:0}.text-content>:last-child{margin-bottom:0}.text-content p{margin-bottom:20px;line-height:1.5}.text-content p:last-child{margin:0}.text-content p .footnote{font-size:15px;color:#58595b;display:block}.text-content .author,.text-content .headline{font-family:Helvetica,Arial,sans-serif}.text-content .author{color:#868585;font-weight:700}.text-content .table{overflow-x:auto;margin-bottom:1.25em}@media only screen and (max-width:1024px){.text-content .table{margin-bottom:.625em}}.text-content .text-section{margin-bottom:20px}.text-content .clearfix{zoom:1}.text-content .clearfix:after,.text-content .clearfix:before{content:"";display:table}.text-content .clearfix:after{clear:both}.text-content hr{margin-bottom:30px}.text-content .note{padding:36px;background:#eee;margin-bottom:20px;clear:both}@media only screen and (max-width:1024px){.text-content .note{padding:18px}}.text-content .note_type_feedback{background-color:#fdecb5}.text-content .note_type_yellow{background-color:#fbf7d2}.text-content .section-title{margin-top:40px;margin-bottom:26px}.text-content .section-title:first-child{margin-top:0}.text-content .investment-glossary-section{margin-top:40px}.text-content .investment-glossary-section:first-child{margin-top:0}.text-content .section-header{font:700 18px Archivo Narrow,sans-serif;font-size:17px;letter-spacing:.89px;text-transform:uppercase;border-bottom:1px solid #ddd;padding-bottom:6px;margin-bottom:20px}.text-content .pull-quote{font:700 400 16px Arial,Helvetica,sans-serif;font-size:23px;margin-left:40px;margin-bottom:20px}.text-content .pull-quote p{line-height:1.3}.text-content .pull-quote p:first-child:before{content:"\201C"}.text-content .pull-quote p:last-child:after{content:"\201D"}.text-content .bulletted{color:#00559f}.text-content .bullet-img{display:inline-block;vertical-align:middle;width:auto!important;margin-right:3px}.text-content h1{font:700 18px Archivo Narrow,sans-serif;font-size:30px}.text-content h2{font:700 18px Archivo Narrow,sans-serif;font-size:29px;margin-bottom:20px}.text-content h3{font:700 18px Archivo Narrow,sans-serif;font-size:23px;margin-bottom:20px;letter-spacing:.35px}.text-content h4{font:700 18px Archivo Narrow,sans-serif;font-size:20px;margin-bottom:15px}.text-content h5{font:600 18px Archivo Narrow,sans-serif;font-size:16px;margin-bottom:10px}.text-content ol,.text-content ul{padding-left:40px}.text-content ol li,.text-content ul li{margin-bottom:20px}.text-content a{word-wrap:break-word}.text-content blockquote{font:300 18px Archivo Narrow,sans-serif;font-size:16px;border-left:8px solid #aaa;color:#111;padding-left:16px;margin-bottom:20px;margin-left:40px}@media only screen and (max-width:768px){.text-content blockquote{margin-left:10px}}.text-content img[class*=wp-image]{margin-bottom:20px}@media only screen and (max-width:1024px){.text-content img{width:100%!important;height:auto!important}}.text-content .table-wrap{overflow:auto;width:100%;margin-bottom:20px}.text-content .article-action-box{margin-bottom:20px;font-weight:700}.text-content .article-action-box__title{color:#fff;padding:5px 19px;background:#00579f}.text-content .article-action-box__content{padding:19px;background:#e5edf4}.text-content_single-post{color:#111;font-size:16px}.text-content_single-post h1,.text-content_single-post h2,.text-content_single-post h3,.text-content_single-post h4,.text-content_single-post h5,.text-content_single-post h6{margin-top:0;margin-bottom:26px}.text-content_single-post h1._underlined,.text-content_single-post h2._underlined,.text-content_single-post h3._underlined,.text-content_single-post h4._underlined,.text-content_single-post h5._underlined,.text-content_single-post h6._underlined{border-bottom:1px solid #111;padding-bottom:.25em}.text-content_single-post h1{margin-bottom:2.25em;font-size:2.5em;line-height:1.1}.text-content_single-post h2{font-size:1.625em;line-height:1.23;margin-bottom:1em;margin-top:1.38462em}.text-content_single-post h3{font:500 18px Archivo Narrow,sans-serif;font-size:1.625em;line-height:1.23;margin-bottom:1em;margin-top:1.38462em}.text-content_single-post h4{font-size:1.375em;line-height:1.27;margin-top:1.63636em;margin-bottom:1.18182em}.text-content_single-post h5{font-size:1.125em;line-height:1.22;margin-bottom:1.44444em;margin-top:2em;font-weight:700}.text-content_single-post p{color:#111;margin-bottom:1.25em}.text-content_single-post blockquote{margin-bottom:2.25em;font:400 16px Arial,Helvetica,sans-serif;font-size:inherit;line-height:1.625}.text-content_single-post .note{margin-bottom:36px;padding:24px 26px}.text-content_single-post .note .section-header{font-size:18px;line-height:1.22;letter-spacing:normal;border-color:#ccc}.text-content_single-post .note_about-author,.text-content_single-post .note p:last-child{margin-bottom:0}.text-content_single-post .note_about-author .section-header{font:500 18px Archivo Narrow,sans-serif;font-size:18px;line-height:1.44}.text-content_single-post .note_about-author p{margin-bottom:20px;font-size:16px;line-height:1.5}.text-content_single-post .note_about-author p:last-child{margin-bottom:0}.text-content_single-post .note_about-author p.link{margin-top:20px}.text-content_single-post .bulletted{color:#00559f}.text-content_single-post .bulletted img{display:inline-block}.text-content_single-post>:last-child{margin-bottom:0}.text-content .table table{margin-left:auto;margin-right:auto}.text-content .table_regular{margin-bottom:20px}.text-content .table_regular td,.text-content .table_regular th{font-size:12px;padding:12px 17px;border:1px solid #ddd;border-collapse:collapse}@media only screen and (max-width:1024px){.text-content .table_regular td,.text-content .table_regular th{padding:6px 8px}}.text-content .table_regular th{font:700 18px Archivo Narrow,sans-serif;font-size:10px;text-align:left}.text-content .table_regular .thead{background:#eee}.text-content .table_regular .thead_theme_light{background:#f8f8f8}.text-content .table_regular.table_align_left{float:left}.text-content .table_regular.table_align_right{float:right}.text-content .table_regular.txt-small td,.text-content .table_regular.txt-small th{padding:3px;border:1px solid #ddd;border-collapse:collapse}.text-content .table_regular[align=center] td,.text-content .table_regular[align=center] th{border:none}.text-content .table_with-total h2{margin-bottom:0;color:#000;text-decoration:underline;line-height:1.75}.text-content .table_with-total p{margin-bottom:14px;font-size:14px}.text-content .table_with-total .table-after{margin-bottom:30px;margin-top:10px;font-size:11px;line-height:1.45}.text-content .table_with-total table{font-size:12px;line-height:1.5;border-color:#aeafb1;border-style:solid;border-width:1px 0}.text-content .table_with-total table td{padding:5px;vertical-align:top;border-color:#aeafb1;border-style:solid;border-width:0 1px}.text-content .table_with-total table td span{color:#000;font-size:14px;font-weight:700}.text-content .table_with-total table tr:nth-child(2n){background-color:#eee}.text-content .table_with-total table .thead td{padding:3px;background-color:#0a579d;color:#fff;font-weight:700;text-align:left;vertical-align:middle}.text-content .table_with-total table .tfoot td{background:#e7e7e8;text-align:right;color:#6c6c6c;font-size:11px}.text-content .table_with-total table .tfoot td span{color:#000;font-size:18px}.text-content .table_rich h2{margin-bottom:0;margin-top:0;color:#000;text-decoration:underline;line-height:1.3}.text-content .table_rich p{margin-bottom:14px;font-size:14px}.text-content .table_rich .table-after{margin-bottom:20px;margin-top:10px;font-size:11px;line-height:1.45}.text-content .table_rich table{font-size:12px;line-height:1.5}.text-content .table_rich table th{padding:3px;background-color:#0a579d;color:#fff;font-weight:700;text-align:left;vertical-align:middle}.text-content .table_rich table td{padding:3px;vertical-align:top}.text-content .table_rich table td span{color:#000;font-size:14px;font-weight:700}.text-content .table_rich table td:first-child{color:#6c6c6c}.text-content .table_rich table tr:nth-child(2n){background-color:#eee}.text-content .table_gray{margin-bottom:20px}.text-content .table_gray table{font-size:12px;line-height:1.5}.text-content .table_gray table th{padding:3px;background-color:#ccc;color:#000;font-weight:700;text-align:left;vertical-align:middle}.text-content .table_gray table td{padding:3px;vertical-align:top}.text-content .table_gray table td span.muted{color:#6c6c6c}.text-content .table_gray table td span.accent{display:block;color:#000;font-size:14px;font-weight:700}.text-content .table_gray table tr:nth-child(2n){background-color:#eee}.text-content .table-spacer{display:none}@media only screen and (max-width:768px){.text-content .hide-on-mobile{display:none}}.text-content .faq-answer{margin-bottom:20px;padding-left:23px;position:relative;font-size:17px;line-height:1.59}.text-content .faq-answer:before{content:"A:";font-weight:700;float:left;margin-left:-23px}.text-content .wp-caption{margin-bottom:20px}.text-content .wp-caption .wp-caption-text{padding-top:8px;line-height:1.54;border-top:1px solid #999;font:600 18px Archivo Narrow,sans-serif;text-align:left;font-size:13px}.text-content .wp-caption img{margin-bottom:10px}@media only screen and (max-width:768px){.text-content .wp-caption{width:auto!important;max-width:320px;height:auto!important;font-size:12px;margin-left:auto!important;margin-right:auto!important;float:none!important}}.text-content .alignleft{float:left;margin-right:20px}.text-content .aligncenter{display:block;margin-left:auto;margin-right:auto}.text-content .alignright{float:right;margin-left:20px}.text-content .section-heading{color:#00569e;text-align:center}.text-content .article-sidebar{width:40%;float:right;padding:20px;background:#eee;margin:20px 0 20px 20px}@media only screen and (max-width:768px){.text-content .article-sidebar{float:none;width:100%;margin-left:0}}.text-content_theme_blue .article-action-box__title{background:#00579f}.text-content_theme_blue .article-action-box__content{background:#e5edf4}.text-content_theme_blue .table_rich table th,.text-content_theme_blue .table_with-total table .thead td{background-color:#00579f}.text-content_theme_blue .section-heading{color:#00579f;text-align:center}.text-content_theme_blue .note-header{background-color:#00579f}.text-content_theme_blue .note-body{background-color:#e5edf4}.text-content_theme_teal-blue .article-action-box__title{background:#006895}.text-content_theme_teal-blue .article-action-box__content{background:#e5edf4}.text-content_theme_teal-blue .table_rich table th,.text-content_theme_teal-blue .table_with-total table .thead td{background-color:#006895}.text-content_theme_teal-blue .section-heading{color:#006895;text-align:center}.text-content_theme_teal-blue .note-header{background-color:#006895}.text-content_theme_teal-blue .note-body{background-color:#e5edf4}.text-content_theme_wdblue .article-action-box__title{background:#13497a}.text-content_theme_wdblue .article-action-box__content{background:#eef6fc}.text-content_theme_wdblue .table_rich table th,.text-content_theme_wdblue .table_with-total table .thead td{background-color:#13497a}.text-content_theme_wdblue .section-heading{color:#13497a;text-align:center}.text-content_theme_wdblue .note-header{background-color:#13497a}.text-content_theme_wdblue .note-body{background-color:#eef6fc}.text-content_theme_purple .article-action-box__title{background:#1b1464}.text-content_theme_purple .article-action-box__content{background:#e5edf4}.text-content_theme_purple .table_rich table th,.text-content_theme_purple .table_with-total table .thead td{background-color:#1b1464}.text-content_theme_purple .section-heading{color:#1b1464;text-align:center}.text-content_theme_purple .note-header{background-color:#1b1464}.text-content_theme_purple .note-body{background-color:#e5edf4}.text-content_theme_brown .article-action-box__title{background:#68390d}.text-content_theme_brown .article-action-box__content{background:#eee0d3}.text-content_theme_brown .table_rich table th,.text-content_theme_brown .table_with-total table .thead td{background-color:#68390d}.text-content_theme_brown .section-heading{color:#68390d;text-align:center}.text-content_theme_brown .note-header{background-color:#68390d}.text-content_theme_brown .note-body{background-color:#eee0d3}.text-content_theme_lgreen .article-action-box__title{background:#144712}.text-content_theme_lgreen .article-action-box__content{background:#ebf1ea}.text-content_theme_lgreen .table_rich table th,.text-content_theme_lgreen .table_with-total table .thead td{background-color:#144712}.text-content_theme_lgreen .section-heading{color:#144712;text-align:center}.text-content_theme_lgreen .note-header{background-color:#144712}.text-content_theme_lgreen .note-body{background-color:#ebf1ea}.text-content_theme_green .article-action-box__title{background:#144712}.text-content_theme_green .article-action-box__content{background:#ebf1ea}.text-content_theme_green .table_rich table th,.text-content_theme_green .table_with-total table .thead td{background-color:#144712}.text-content_theme_green .section-heading{color:#144712;text-align:center}.text-content_theme_green .note-header{background-color:#144712}.text-content_theme_green .note-body{background-color:#ebf1ea}.text-content_theme_bar-green .article-action-box__title{background:#144712}.text-content_theme_bar-green .article-action-box__content{background:#ebf1ea}.text-content_theme_bar-green .table_rich table th,.text-content_theme_bar-green .table_with-total table .thead td{background-color:#144712}.text-content_theme_bar-green .section-heading{color:#144712;text-align:center}.text-content_theme_bar-green .note-header{background-color:#144712}.text-content_theme_bar-green .note-body{background-color:#ebf1ea}.text-content_theme_maroon .article-action-box__title{background:#a13022}.text-content_theme_maroon .article-action-box__content{background:#f6e0de}.text-content_theme_maroon .table_rich table th,.text-content_theme_maroon .table_with-total table .thead td{background-color:#a13022}.text-content_theme_maroon .section-heading{color:#a13022;text-align:center}.text-content_theme_maroon .note-header{background-color:#a13022}.text-content_theme_maroon .note-body{background-color:#f6e0de}.text-content_theme_sky .article-action-box__title{background:#0688cb}.text-content_theme_sky .article-action-box__content{background:#e5f6fe}.text-content_theme_sky .table_rich table th,.text-content_theme_sky .table_with-total table .thead td{background-color:#0688cb}.text-content_theme_sky .section-heading{color:#0688cb;text-align:center}.text-content_theme_sky .note-header{background-color:#0688cb}.text-content_theme_sky .note-body{background-color:#e5f6fe}.text-content_theme_yellow .article-action-box__title{background:#e7ba21}.text-content_theme_yellow .article-action-box__content{background:#eee0d3}.text-content_theme_yellow .table_rich table th,.text-content_theme_yellow .table_with-total table .thead td{background-color:#e7ba21}.text-content_theme_yellow .section-heading{color:#e7ba21;text-align:center}.text-content_theme_yellow .note-header{background-color:#e7ba21}.text-content_theme_yellow .note-body{background-color:#eee0d3}.text-content_theme_alliance .article-action-box__title{background:#e7ba21}.text-content_theme_alliance .article-action-box__content{background:#eee0d3}.text-content_theme_alliance .table_rich table th,.text-content_theme_alliance .table_with-total table .thead td{background-color:#e7ba21}.text-content_theme_alliance .section-heading{color:#e7ba21;text-align:center}.text-content_theme_alliance .note-header{background-color:#e7ba21}.text-content_theme_alliance .note-body{background-color:#eee0d3}.text-content_theme_aqua .article-action-box__title{background:#0688cb}.text-content_theme_aqua .article-action-box__content{background:#e5f6fe}.text-content_theme_aqua .table_rich table th,.text-content_theme_aqua .table_with-total table .thead td{background-color:#0688cb}.text-content_theme_aqua .section-heading{color:#0688cb;text-align:center}.text-content_theme_aqua .note-header{background-color:#0688cb}.text-content_theme_aqua .note-body{background-color:#e5f6fe}.text-content_theme_sr-team .article-action-box__title{background:#00579f}.text-content_theme_sr-team .article-action-box__content{background:#e5edf4}.text-content_theme_sr-team .table_rich table th,.text-content_theme_sr-team .table_with-total table .thead td{background-color:#00579f}.text-content_theme_sr-team .section-heading{color:#00579f;text-align:center}.text-content_theme_sr-team .note-header{background-color:#00579f}.text-content_theme_sr-team .note-body{background-color:#e5edf4}.text-content_theme_sps-blue .article-action-box__title{background:#00579f}.text-content_theme_sps-blue .article-action-box__content{background:#e5edf4}.text-content_theme_sps-blue .table_rich table th,.text-content_theme_sps-blue .table_with-total table .thead td{background-color:#00579f}.text-content_theme_sps-blue .section-heading{color:#00579f;text-align:center}.text-content_theme_sps-blue .note-header{background-color:#00579f}.text-content_theme_sps-blue .note-body{background-color:#e5edf4}.text-content_theme_grey .article-action-box__title{background:#4e5460}.text-content_theme_grey .article-action-box__content{background:#b8c3d8}.text-content_theme_grey .table_rich table th,.text-content_theme_grey .table_with-total table .thead td{background-color:#4e5460}.text-content_theme_grey .section-heading{color:#4e5460;text-align:center}.text-content_theme_grey .note-header{background-color:#4e5460}.text-content_theme_grey .note-body{background-color:#b8c3d8}.text-content_theme_gold .article-action-box__title{background:#e8b103}.text-content_theme_gold .article-action-box__content{background:#eee0d3}.text-content_theme_gold .table_rich table th,.text-content_theme_gold .table_with-total table .thead td{background-color:#e8b103}.text-content_theme_gold .section-heading{color:#e8b103;text-align:center}.text-content_theme_gold .note-header{background-color:#e8b103}.text-content_theme_gold .note-body{background-color:#eee0d3}.text-content_theme_gold-alt .article-action-box__title{background:#2b2b2b}.text-content_theme_gold-alt .article-action-box__content{background:#eee0d3}.text-content_theme_gold-alt .table_rich table th,.text-content_theme_gold-alt .table_with-total table .thead td{background-color:#2b2b2b}.text-content_theme_gold-alt .section-heading{color:#2b2b2b;text-align:center}.text-content_theme_gold-alt .note-header{background-color:#2b2b2b}.text-content_theme_gold-alt .note-body{background-color:#eee0d3}.text-content_theme_orange .article-action-box__title{background:#d86600}.text-content_theme_orange .article-action-box__content{background:#eee0d3}.text-content_theme_orange .table_rich table th,.text-content_theme_orange .table_with-total table .thead td{background-color:#d86600}.text-content_theme_orange .section-heading{color:#d86600;text-align:center}.text-content_theme_orange .note-header{background-color:#d86600}.text-content_theme_orange .note-body{background-color:#eee0d3}.text-content_theme_mccall .article-action-box__title{background:#000}.text-content_theme_mccall .article-action-box__content{background:#e4e6e6}.text-content_theme_mccall .table_rich table th,.text-content_theme_mccall .table_with-total table .thead td{background-color:#000}.text-content_theme_mccall .section-heading{color:#000;text-align:center}.text-content_theme_mccall .note-header{background-color:#000}.text-content_theme_mccall .note-body{background-color:#e4e6e6}.text-content_theme_blue-bill .article-action-box__title{background:#005e8f}.text-content_theme_blue-bill .article-action-box__content{background:#e5edf4}.text-content_theme_blue-bill .table_rich table th,.text-content_theme_blue-bill .table_with-total table .thead td{background-color:#005e8f}.text-content_theme_blue-bill .section-heading{color:#005e8f;text-align:center}.text-content_theme_blue-bill .note-header{background-color:#005e8f}.text-content_theme_blue-bill .note-body{background-color:#e5edf4}@media only screen and (max-width:1024px){.text-content{font-size:16px}}@media print{.text-content .note,.text-content blockquote,.text-content h1,.text-content h2,.text-content h3,.text-content h4,.text-content h5,.text-content h6,.text-content img[class*=wp-image],.text-content ol,.text-content p,.text-content table,.text-content ul{margin-bottom:10px}.text-content hr{margin-bottom:15px}}@media only screen and (max-width:1024px){.text-content_newswire .note,.text-content_newswire blockquote,.text-content_newswire h1,.text-content_newswire h2,.text-content_newswire h3,.text-content_newswire h4,.text-content_newswire h5,.text-content_newswire h6,.text-content_newswire img[class*=wp-image],.text-content_newswire ol,.text-content_newswire p,.text-content_newswire table,.text-content_newswire ul{margin-bottom:10px}.text-content_newswire hr{margin-bottom:15px}}.text-content_spatious ol li,.text-content_spatious p,.text-content_spatious ul li{margin-bottom:26px}.text-content_generic>:first-child{margin-top:0}.text-content_generic h1{margin:26px 0;font-size:32px;line-height:1.125}.text-content:after,.text-content:before{content:"";display:table}.text-content:after{clear:both}@media only screen and (max-width:1024px){.text-content_no-responsive-img-scale>img{max-width:100%;max-height:300px;width:auto!important;display:block;clear:both}}@media only screen and (max-width:768px){.text-content_no-responsive-img-scale>img{max-height:270px}}@media only screen and (max-width:375px){.text-content_no-responsive-img-scale>img{max-height:200px}}.text-content .content-image{max-width:100%}.text-content .otnotice-content{padding-bottom:1rem;overflow-x:auto}.text-content .otnotice-content table{border-collapse:collapse;overflow-x:auto}.text-content .otnotice-content td,.text-content .otnotice-content th{border:1px solid #ddd}.text-content .otnotice-content table{margin:20px 0}.text-content .otnotice-content td,.text-content .otnotice-content th{padding:10px}.text-content .otnotice-content ul{padding:10px;list-style-type:none}@media(min-width:640px){.text-content .otnotice-content table{float:left}.text-content .otnotice-content table~table td,.text-content .otnotice-content table~table th{border-left:0}.text-content .otnotice-content table~table tr:first-child th:first-child,.text-content .otnotice-content table~table tr:not(:first-child) th{display:none}}.social-share{font-size:48px;zoom:1}.social-share:after,.social-share:before{content:"";display:table}.social-share:after{clear:both}.social-share__item{float:left;height:1em;width:1em;position:relative;display:inline-block;color:#fff;background:#000;border-radius:50%;text-align:center}.social-share__item-icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:25px}.social-share__item:active,.social-share__item:hover,.social-share__item:link{color:#fff}.social-share__item_type_facebook{background:#454e97}.social-share__item_type_facebook:hover{background:#4d57a9}.social-share__item_type_facebook:active{background:#353c74}.social-share__item_type_twitter{background:#1b78d0}.social-share__item_type_twitter:hover{background:#2285e2}.social-share__item_type_twitter:active{background:#155ea3}.social-share__item_type_linkedin{background:#2a6cb2}.social-share__item_type_linkedin:hover{background:#2f79c7}.social-share__item_type_linkedin:active{background:#205389}.social-share__item_type_email{background:#505050}.social-share__item_type_email:hover{background:#5d5d5d}.social-share__item_type_email:active{background:#373737}.social-share_vertical{width:1em}.social-share_vertical .social-share__item{margin-top:8px}.social-share_vertical .social-share__item:first-child{margin-top:0}.unordered-list{list-style:none;padding:0 0 0 2em}.unordered-list__item{margin-top:.857em;position:relative}.unordered-list__item:before{display:inline-block;vertical-align:middle;font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:-1.36364em;top:0;content:"";color:#448131;font-size:1.57143em}.unordered-list__item:first-child{margin-top:0}.unordered-list_type_angle-right .unordered-list__item:before{display:inline-block;vertical-align:middle;font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:-1.57895em;top:.05263em;content:"";color:#111;font-size:1.35714em}.unordered-list_type_checkmark{padding-left:1.8em}.unordered-list_type_checkmark .unordered-list__item{margin-top:.25em}.unordered-list_type_checkmark .unordered-list__item:before{display:inline-block;vertical-align:middle;font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:1.10526em;width:1.10526em;left:-1.63158em;top:-.10526em;content:"";background:0 0;text-align:center;padding:6px 0;font-size:1.1875em}.unordered-list_type_checkmark .unordered-list__item:first-child{margin-top:0}.link-button{background:0 0;color:#086abf;border:none;cursor:pointer;text-decoration:underline;padding:0;text-align:left}.link-button__icon{top:1px;position:relative;margin-right:8px}.info-icon,.info-icon:before{display:inline-block;vertical-align:middle}.info-icon:before{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";cursor:pointer}.modal-holder{z-index:500}.modal-holder__inner{position:relative;height:100%}.modal-holder__backcover{position:absolute;left:0;right:0;top:0;bottom:0;opacity:.3;background-color:#000}.checkbox{cursor:pointer}.checkbox__label{cursor:pointer;display:inline-block;user-select:none;width:100%}.checkbox__label-text{display:inline-block;vertical-align:top;padding-top:.0625em;width:calc(100% - 2.125em)}.checkbox__input{display:none}.checkbox__input+.checkbox__label:before{content:"";display:inline-block;vertical-align:text-top;height:1.5em;width:1.5em;background-image:url(assets/img/checkbox_blue.png);background-size:cover;margin-right:.625em}.checkbox__input[aria-checked=true]+.checkbox__label{background:#eee}.checkbox__input[aria-checked=true]+.checkbox__label:before{background-position:1.5em 0}.checkbox_outlined .checkbox__label{padding:.5em}.tag{cursor:pointer;display:inline-block;padding:2px 8px 3px;text-align:center;font:500 18px Archivo Narrow,sans-serif;font-size:12px;line-height:14px;color:#fff;background-color:#086abf;border-radius:100px;transition:background-color .1s ease-in-out;text-transform:capitalize}.tag:hover{color:#fff;background-color:#00559f}.tag_no-interact{cursor:default;transition:none}.tag_no-interact,.tag_no-interact:hover{background-color:#086abf}.tag_size_larger{padding:2px 11px 3px;line-height:18px}.control-group__title{position:relative;cursor:pointer;user-select:none;font:600 18px Archivo Narrow,sans-serif;font-size:18px;line-height:24px;padding-bottom:8px;border-bottom:1px solid #ccc;color:#111}.control-group__title:after{vertical-align:middle;font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;position:absolute;content:"";right:0;font-size:25px}.control-group__content{display:none}.control-group_expanded .control-group__title{color:#086abf;margin-bottom:16px}.control-group_expanded .control-group__title:after{content:""}.control-group_expanded .control-group__content{display:block}.contact-customer-service-button{user-select:none;cursor:pointer;font:700 18px Archivo Narrow,sans-serif;font-size:16px;line-height:22px;padding:11px 20px;display:inline-block;color:#fff;background:linear-gradient(45deg,#086abf,#00559f);border-radius:9px 9px 0 0}@media only screen and (max-width:768px){.contact-customer-service-button{font-size:14px;padding:8px 20px}}.contact-customer-service-button__icon{position:relative;top:-1px;margin-right:12px;font-size:20px}.contact-customer-service-form{box-shadow:0 0 16px 0 rgba(0,0,0,.2)}.contact-customer-service-form__header{position:relative;user-select:none;font:700 18px Archivo Narrow,sans-serif;font-size:16px;line-height:22px;padding:11px 20px;color:#fff;background:linear-gradient(45deg,#086abf,#00559f);border-radius:9px 9px 0 0}.contact-customer-service-form__header-icon{margin-right:7px;font-size:23px;vertical-align:-5px}.contact-customer-service-form__dismiss{cursor:pointer;position:absolute;right:9px;top:9px;font-size:26px}.contact-customer-service-form__body{background:#fff;padding:14px 20px 22px}.contact-customer-service-form__error-message{font-size:14px;line-height:14px;padding:4px 2px;min-height:24px;max-height:24px;white-space:nowrap;color:#d23528}.contact-customer-service-form__error-message .icon{font-size:1.1em;line-height:1em;vertical-align:top}.contact-customer-service-form__note{margin-bottom:17px}.contact-customer-service-form__field{margin-bottom:6px}.contact-customer-service-form__submit{margin-top:10px;font-weight:700}.feedback-slider{padding:36px 0 10px;overflow:hidden;position:relative}@media only screen and (max-width:1024px){.feedback-slider{padding:20px 0 40px}}@media only screen and (max-width:768px){.feedback-slider{padding:0}}.feedback-slider__slider{width:165.8858%;margin:0 -32.9429%}@media only screen and (max-width:480px){.feedback-slider__slider{width:auto;margin:0}}.feedback-slider_gray{background:#f8f8f8}.feedback-slider_gray:before{left:0;background:linear-gradient(90deg,#f8f8f8,hsla(0,0%,97.3%,0))}.feedback-slider_gray:after{right:0;background:linear-gradient(270deg,#f8f8f8,hsla(0,0%,97.3%,0))}@media only screen and (min-width:1200px){.feedback-slider:after,.feedback-slider:before{content:"";position:absolute;top:0;bottom:0;width:29.28258%;z-index:5;pointer-events:none}}@media only screen and (min-width:1200px) and (max-width:480px){.feedback-slider:after,.feedback-slider:before{display:none}}@media only screen and (min-width:1200px){.feedback-slider:before{left:0;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.feedback-slider:after{right:0;background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0))}}.feedback-slider .carousel.feedback{display:flex;flex-direction:column;align-items:center;height:100%;overflow:hidden;border-radius:.5em;position:relative;padding-bottom:40px;margin:auto}.feedback-slider .carousel.feedback .slide-container{display:flex;flex-direction:row;align-items:flex-start;width:1400px;height:auto;overflow-x:hidden;overflow-y:hidden;margin:0;text-align:center}@media only screen and (max-width:1199px){.feedback-slider .carousel.feedback .slide-container{width:100vw}}.feedback-slider .carousel.feedback .slide-container .slide{display:flex;flex-direction:column;position:relative;align-items:center;max-width:1400px;color:#222;font:400 16px Arial,Helvetica,sans-serif;font-size:20px;line-height:1.4;text-align:center;margin-bottom:40px}@media only screen and (max-width:1199px){.feedback-slider .carousel.feedback .slide-container .slide{min-width:300px;width:90vw;margin:0 auto 20px}}.feedback-slider .carousel.feedback .slide-container .slide .content-container:before{vertical-align:middle;font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"";color:#bbb;background-size:cover;margin-bottom:13px;font-size:33px}.feedback-slider .carousel.feedback .slide-container .slide .title{margin-bottom:20px}.feedback-slider .carousel.feedback .slide-container .slide .content{font-weight:700}.feedback-slider .carousel.feedback .controls-container{display:flex;width:100%;flex-direction:row;justify-content:center}.feedback-slider .carousel.feedback .controls-container .dot{cursor:pointer;height:10px;width:10px;border-radius:50%;border:1px solid #086abf;margin:0 7px;background-color:#fff}.feedback-slider .carousel.feedback .controls-container .dot.active{background:#086abf}.font-resizer__icon{padding-right:4px;font-size:28px;color:#555}.font-resizer-switch{user-select:none;display:inline-block;vertical-align:middle}.font-resizer-switch__icon{margin:0 2px;background-color:#fff;border-radius:3px;cursor:pointer;display:inline-block;vertical-align:top;padding:4px 6px;font-size:24px;color:#086abf;border:1px solid #086abf}.font-resizer-switch__icon_disabled{background:#ddd;cursor:default}.bottom-alert{position:relative;text-align:center;background:#ee830c;padding:7px 0}@media only screen and (max-width:768px){.bottom-alert{padding:9px 0}}.bottom-alert-close{position:absolute;top:0;right:20px;color:#fff}.bottom-alert-close:hover{color:#fff}.bottom-alert-close__icon{font-size:24px;line-height:40px}.bottom-alert__link{display:inline-block;text-decoration:none;color:#fff}.bottom-alert__link:hover{color:#fff}.bottom-alert__icon{margin:0 8px;font-size:24px}@media only screen and (max-width:768px){.bottom-alert__icon{display:inline-block;vertical-align:top;margin:0 5px 0 8px}}.bottom-alert__text{display:inline-block;text-align:left;vertical-align:middle;font:500 18px Archivo Narrow,sans-serif;font-size:16px;line-height:1.375}@media only screen and (max-width:768px){.bottom-alert__text{width:calc(76.81159% - 10px)}}.search-result-item{zoom:1;display:block;text-decoration:none}.search-result-item:after,.search-result-item:before{content:"";display:table}.search-result-item:after{clear:both}.search-result-item__title{display:inline-block;margin-bottom:4px;font-size:22px;line-height:26px;text-decoration:none;transition:color .1s ease-in-out}.search-result-item__dscr{line-height:22px;color:#000}.call-today{font:400 16px Arial,Helvetica,sans-serif;color:#111;text-align:center}.call-today:before{display:inline-block;content:"";width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #086abf}.call-today__title{font:700 18px Archivo Narrow,sans-serif;font-size:32px;margin-top:26px}.call-today__description{font-size:26px;line-height:32px;margin-bottom:23px}.call-today__number{color:#004480;font-size:36px;margin-bottom:3px}@media only screen and (max-width:375px){.call-today__number{font-size:30px}}.call-today__footnote{font-size:20px;line-height:28px}.markered-text{position:relative;display:inline-block;background:url(assets/img/markered-text/markered-text_blue.svg);background-size:cover;width:9.38889em;height:2.97222em;font:700 18px Archivo Narrow,sans-serif;font-size:inherit;line-height:1.11111em;text-align:center}.markered-text__content{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0}.markered-text_yellow{background-image:url(assets/img/markered-text/markered-text_yellow.svg)}.square-gauge{width:12.5em}.square-gauge__ticks{zoom:1}.square-gauge__ticks:after,.square-gauge__ticks:before{content:"";display:table}.square-gauge__ticks:after{clear:both}.square-gauge__tick{display:block;float:left;margin-left:.5em;background:#ee830c;height:1.125em;width:1.125em;opacity:.15}.square-gauge__tick_active{opacity:1}.square-gauge__tick:first-child{margin-left:0}.square-gauge__legend{font:700 18px Archivo Narrow,sans-serif;font-size:.8125em;line-height:1.0625em;margin-top:.25em;zoom:1}.square-gauge__legend:after,.square-gauge__legend:before{content:"";display:table}.square-gauge__legend:after{clear:both}.square-gauge__legend-item_left{float:left}.square-gauge__legend-item_right{float:right}.square-gauge__legend-item i{font-size:1.125em;vertical-align:-3px}.square-gauge_theme_orange .square-gauge__tick{background:#ee830c}.square-gauge_theme_green .square-gauge__tick{background:#5ca646}.square-gauge_theme_gradient .square-gauge__tick_1{background:#5fb856}.square-gauge_theme_gradient .square-gauge__tick_2{background:#7eba46}.square-gauge_theme_gradient .square-gauge__tick_3{background:#95b800}.square-gauge_theme_gradient .square-gauge__tick_4{background:#aebb00}.square-gauge_theme_gradient .square-gauge__tick_5{background:#cfc400}.square-gauge_theme_gradient .square-gauge__tick_6{background:#ffc500}.square-gauge_theme_gradient .square-gauge__tick_7{background:#f9a100}.square-gauge_theme_gradient .square-gauge__tick_8{background:#f27c00}.composite-container{zoom:1}.composite-container:after,.composite-container:before{content:"";display:table}.composite-container:after{clear:both}.composite-container__inner{margin:0 auto}.composite-container_width_full>.composite-container__inner{max-width:none}.composite-container_width_narrow>.composite-container__inner{max-width:700px;padding:0 15px}.composite-container_width_medium>.composite-container__inner{max-width:740px;padding:0 15px}.composite-container_width_medium-wide>.composite-container__inner{max-width:800px;padding:0 15px}.composite-container_width_medium-wide-special>.composite-container__inner{max-width:840px;padding:0 15px}.composite-container_width_wide>.composite-container__inner{max-width:900px;padding:0 15px}.composite-container_width_special-1>.composite-container__inner{max-width:1160px;padding:0 15px}.composite-container_width_special-2>.composite-container__inner{max-width:1170px;padding:0 15px}.composite-container_width_special-3>.composite-container__inner{max-width:1180px;padding:0 15px}.composite-container_width_regular>.composite-container__inner{max-width:1200px;padding:0 15px}.composite-container_no-center>.composite-container__inner{margin:0}.composite-container_no-side-padding>.composite-container__inner{padding-left:0;padding-right:0}.composite-container_gradient_bottom-edgy{background:url(assets/img/composite-container/composite-container_bottom-gradient-edgy.svg);background-position:bottom;background-size:contain;background-repeat:no-repeat}.composite-container_gradient_bottom-angle{background:url(assets/img/composite-container/composite-container_bottom-gradient-angle.svg);background-position:bottom;background-size:contain;background-repeat:no-repeat;background-color:#f7f7f7}.composite-container_padded_bottom{padding-bottom:80px}@media only screen and (max-width:1024px){.composite-container_padded_bottom{padding-bottom:40px}}.composite-container_padded_bottom-medium{padding-bottom:40px}@media only screen and (max-width:1024px){.composite-container_padded_bottom-medium{padding-bottom:20px}}.composite-container_padded_bottom-small{padding-bottom:20px}@media only screen and (max-width:1024px){.composite-container_padded_bottom-small{padding-bottom:10px}}.composite-container_padded-bottom_large{padding-bottom:80px}@media only screen and (max-width:1024px){.composite-container_padded-bottom_large{padding-bottom:40px}}.composite-container_padded-bottom_medium-large{padding-bottom:60px}@media only screen and (max-width:1024px){.composite-container_padded-bottom_medium-large{padding-bottom:30px}}.composite-container_padded-bottom_medium{padding-bottom:40px}@media only screen and (max-width:1024px){.composite-container_padded-bottom_medium{padding-bottom:20px}}.composite-container_padded-bottom_small{padding-bottom:20px}@media only screen and (max-width:1024px){.composite-container_padded-bottom_small{padding-bottom:10px}}.composite-container_padded-top_large{padding-top:80px}@media only screen and (max-width:1024px){.composite-container_padded-top_large{padding-top:40px}}.composite-container_padded-top_medium-large{padding-top:60px}@media only screen and (max-width:1024px){.composite-container_padded-top_medium-large{padding-top:30px}}.composite-container_padded-top_medium{padding-top:40px}@media only screen and (max-width:1024px){.composite-container_padded-top_medium{padding-top:20px}}.composite-container_padded-top_small{padding-top:20px}@media only screen and (max-width:1024px){.composite-container_padded-top_small{padding-top:10px}}.composite-container_margin-bottom_large{margin-bottom:80px}@media only screen and (max-width:1024px){.composite-container_margin-bottom_large{margin-bottom:40px}}.composite-container_margin-bottom_medium{margin-bottom:40px}@media only screen and (max-width:1024px){.composite-container_margin-bottom_medium{margin-bottom:20px}}.composite-container_margin-bottom_small{margin-bottom:20px}@media only screen and (max-width:1024px){.composite-container_margin-bottom_small{margin-bottom:10px}}.composite-container_margin-top_large{margin-top:80px}@media only screen and (max-width:1024px){.composite-container_margin-top_large{margin-top:40px}}.composite-container_margin-top_medium{margin-top:40px}@media only screen and (max-width:1024px){.composite-container_margin-top_medium{margin-top:20px}}.composite-container_margin-top_small{margin-top:20px}@media only screen and (max-width:1024px){.composite-container_margin-top_small{margin-top:10px}}.composite-container_wrapper-bg{position:relative}.composite-container_wrapper-bg_gray-0{background:#f8f8f8}.composite-container_wrapper-bg_gray-1_offset:before{width:100%;content:" ";background:#f4f4f4;position:absolute;left:0;top:-40px;height:200px;z-index:-1}.composite-container_content-bg_gray-0>.composite-container__inner{background:#f8f8f8}@media only screen and (max-width:1024px){.composite-container_no-responsive-padding>.composite-container__inner{padding-left:0;padding-right:0}}@media only screen and (max-width:768px){.composite-container_no-responsive-bottom-padding_small{padding-bottom:0}}.composite-container_article{background-color:#f7f7f7}.utility-wrapper_center{text-align:center}.small-markered-text{position:relative;display:inline-block;background:url(assets/img/small-markered-text/small-markered-text_blue.svg);background-size:cover;width:6.05em;height:2.8em;font:600 18px Archivo Narrow,sans-serif;font-size:inherit;line-height:1.4;text-align:center}.small-markered-text__content{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0}.small-markered-text__icon{margin-right:.2em}.small-markered-text_yellow{background-image:url(assets/img/small-markered-text/small-markered-text_yellow.svg)}.composite-date{font-size:inherit}.composite-date_uppercase{text-transform:uppercase}.composite-date__clock-icon{margin:0 3px;vertical-align:-1px;font-size:.92857em}.publication-label{font:700 18px Archivo Narrow,sans-serif;font-size:1em;line-height:1.29}.publication-label:active,.publication-label:hover,.publication-label:link,.publication-label:visited{text-decoration:none}.publication-label_theme_blue{color:#00559f}.publication-label_theme_blue:active,.publication-label_theme_blue:hover{color:#003a6c}.publication-label_theme_teal-blue{color:#006895}.publication-label_theme_teal-blue:active,.publication-label_theme_teal-blue:hover{color:#004462}.publication-label_theme_wdblue{color:#006895}.publication-label_theme_wdblue:active,.publication-label_theme_wdblue:hover{color:#004462}.publication-label_theme_purple{color:#1b1464}.publication-label_theme_purple:active,.publication-label_theme_purple:hover{color:#100c3a}.publication-label_theme_brown{color:#663813}.publication-label_theme_brown:active,.publication-label_theme_brown:hover{color:#3b200b}.publication-label_theme_maroon{color:#a22c22}.publication-label_theme_maroon:active,.publication-label_theme_maroon:hover{color:#782119}.publication-label_theme_lgreen{color:#448131}.publication-label_theme_lgreen:active,.publication-label_theme_lgreen:hover{color:#315c23}.publication-label_theme_green{color:#174613}.publication-label_theme_green:active,.publication-label_theme_green:hover{color:#0a1e08}.publication-label_theme_bar-green{color:#174613}.publication-label_theme_bar-green:active,.publication-label_theme_bar-green:hover{color:#0a1e08}.publication-label_theme_sky{color:#017dbc}.publication-label_theme_sky:active,.publication-label_theme_sky:hover{color:#015b89}.publication-label_theme_yellow{color:#e7ba21}.publication-label_theme_yellow:active,.publication-label_theme_yellow:hover{color:#c09915}.publication-label_theme_alliance{color:#e7ba21}.publication-label_theme_alliance:active,.publication-label_theme_alliance:hover{color:#c09915}.publication-label_theme_aqua{color:#00a8a3}.publication-label_theme_aqua:active,.publication-label_theme_aqua:hover{color:#007572}.publication-label_theme_sr-team{color:#00559f}.publication-label_theme_sr-team:active,.publication-label_theme_sr-team:hover{color:#003a6c}.publication-label_theme_sps-blue{color:#00559f}.publication-label_theme_sps-blue:active,.publication-label_theme_sps-blue:hover{color:#003a6c}.publication-label_theme_grey{color:#4e5460}.publication-label_theme_grey:active,.publication-label_theme_grey:hover{color:#373b44}.publication-label_theme_gold{color:#e8b103}.publication-label_theme_gold:active,.publication-label_theme_gold:hover{color:#b68b02}.publication-label_theme_gold-alt{color:#2b2b2b}.publication-label_theme_gold-alt:active,.publication-label_theme_gold-alt:hover{color:#121212}.publication-label_theme_orange{color:#d86600}.publication-label_theme_orange:active,.publication-label_theme_orange:hover{color:#a54e00}.publication-label_theme_mccall,.publication-label_theme_mccall:active,.publication-label_theme_mccall:hover{color:#000}.publication-label_theme_blue-bill{color:#005e8f}.publication-label_theme_blue-bill:active,.publication-label_theme_blue-bill:hover{color:#003c5c}.article-feed-item__labels{font-size:12px;margin-bottom:5px}@media only screen and (max-width:768px){.article-feed-item__labels{margin-bottom:10px}}.article-feed-item__publications{font-size:16px;line-height:18px;margin-bottom:5px}.article-feed-item__publication-item{display:inline-block;margin-left:5px}.article-feed-item__publication-item:first-child{margin-left:0}.article-feed-item__title{font:700 18px Archivo Narrow,sans-serif;font-size:25px;line-height:1.2;margin-bottom:2px}.article-feed-item__title:active,.article-feed-item__title:hover,.article-feed-item__title:link,.article-feed-item__title:visited{text-decoration:none;color:#111}.article-feed-item__title:hover{text-decoration:underline}.article-feed-item__meta{font-size:15px;margin-bottom:5px;color:#555;margin-top:20px}.article-feed-item__excerpt{font-size:16px;line-height:1.3125}.article-feed-item__excerpt span{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.article-feed-item__thumbnail-wrapper{display:block;float:right;margin-top:5px;max-width:160px;margin-left:20px}@media only screen and (max-width:375px){.article-feed-item__thumbnail-wrapper{float:none;max-width:none;margin:0 0 10px}}.article-feed-item__thumbnail{height:auto;width:100%}.article-feed-item__content-labels{margin-top:5px;font-size:13px;line-height:1.23}.article-feed-item_sidebar__link:hover{background-color:#f1f8fc;border:1px solid #0d3e6f}.article-feed-item_sidebar__link{display:block;border:1px solid #fff;margin-top:5px;padding:4px 10px;border-radius:6px}.article-feed-item_sidebar__link_active{background-color:#f1f8fc}.article-feed-item_sidebar__link_active,.article-feed-item_sidebar__link_active:hover{border:1px transparent;border-left:6px solid #0d3e6f}.article-feed-item_sidebar__title{font-weight:400;color:#0d3e6f!important;font-size:16px;text-decoration:none;font-family:Arial,Helvetica,sans-serif}.article-feed-item_sidebar__title_active{color:#333!important}.article-feed-item_sidebar__date{font-family:Arial,Helvetica,sans-serif;font-weight:400;color:#555;font-size:16px;text-decoration:none}.article-feed-item_sidebar:last-child{box-shadow:none;padding-bottom:0}.article-feed-item_sidebar__publication{font-style:italic}.article-feed-item_sidebar__no-results{background-color:#e6ffab;padding:5px 10px;color:#a12f22;font-weight:700}.article-feed-item_sidebar a{font-weight:400;color:#0d3e6f!important;font-size:16px;text-decoration:none;border-radius:6px}.subscription-label{font-size:.92857em;line-height:1.23;text-transform:uppercase;color:#555}.subscription-label__icon{vertical-align:-1px}.video-content-label{font:700 18px Archivo Narrow,sans-serif;font-size:inherit;color:#d80202;text-transform:uppercase}.video-content-label__icon{font-size:.92308em;margin-right:5px;vertical-align:-1px}.embossed-button{display:inline-block;font:700 18px Archivo Narrow,sans-serif;font-size:16px;line-height:1.25;text-align:center;border-radius:4px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.2)),#119fe4;color:#fff;padding:12px 20px;margin-top:20px}.embossed-button:hover{background:linear-gradient(180deg,transparent,rgba(0,0,0,.2)),#12a6ed}.embossed-button:active{background:linear-gradient(180deg,transparent,rgba(0,0,0,.2)),#1098db}.embossed-button:active,.embossed-button:hover,.embossed-button:link,.embossed-button:visited{color:#fff;text-decoration:none}.learn-more_link{position:relative;display:inline-block;text-align:center;color:#000;font:500 18px Archivo Narrow,sans-serif;font-size:16px;line-height:22px;padding:10px 14px;background:#88ba09;border-radius:3px;border:1px solid #88ba09;width:100%;text-decoration:none}.learn-more_link:hover{color:#fff;background-color:#688e07}.quote-wrapper{min-height:60px;background-color:#fff}@media only screen and (max-width:768px){.quote-wrapper{background-color:#f4f4f4}}.quote-container{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:none}@media only screen and (min-width:1025px){.quote-container{width:1170px;max-width:1200px;min-height:60px;margin:10px auto;justify-content:space-around}}@media only screen and (min-width:769px){.quote-container{max-width:100%;margin:0 auto;padding:15px 10px;justify-content:space-around}}@media only screen and (max-width:768px){.quote-container{justify-content:flex-start;background-color:#f4f4f4;max-width:100%;padding:10px;overflow-x:scroll}}.quote-container .quote-item{display:block;max-width:230px}@media only screen and (max-width:768px){.quote-container .quote-item{background-color:#fff;border-radius:6px;margin-left:10px;padding:8px 10px}}.quote-container .quote-item__ticker{color:#00559f;font-family:700 18px,Archivo Narrow,sans-serif;margin-left:5px;font-weight:700}.quote-container .quote-item__price{white-space:nowrap;margin-left:5px;font-weight:500}.quote-container .quote-item__price-change{white-space:nowrap;font-weight:600;margin-left:5px;font-size:.95em}.quote-container .quote-item__price-change_positive{color:#4e8e41}.quote-container .quote-item__price-change_negative{color:#be3428}.quote-container .quote-item.loading{min-width:160px}.quote-container .quote-item .skeleton{height:1em;margin-right:2%;display:inline-block;position:relative;border-radius:4px;overflow:hidden;background-color:#f4f4f4}.quote-container .quote-item .skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));animation:shimmer 1.5s infinite;content:""}@keyframes shimmer{to{transform:translateX(100%)}}.flex-col{display:flex;width:100%;margin:40px auto;justify-content:center}.flex-col__container{display:flex;justify-content:space-between;width:100%;max-width:1200px}@media only screen and (max-width:768px){.flex-col__container{flex-direction:column;padding:0 15px}}@media only screen and (max-width:320px){.flex-col__container{padding:0}}.flex-col__container .inner-container{display:flex;flex-direction:column;text-align:center;background-color:#fafafa;height:inherit;width:32%;margin:0;padding:45px 30px}@media only screen and (max-width:768px){.flex-col__container .inner-container{width:100%;margin:15px auto auto 0;padding:20px 20px 30px;text-align:left}}@media only screen and (max-width:320px){.flex-col__container .inner-container{padding:15px}}.flex-col__container .inner-container .title{font:500 28px Archivo Narrow,sans-serif;color:#0d3e6f}@media only screen and (max-width:768px){.flex-col__container .inner-container .title{text-align:center}}.flex-col__container .inner-container .text{color:#333;padding-top:30px;line-height:1.5}@media only screen and (max-width:768px){.flex-col__container .inner-container .text{padding-top:20px;text-align:center}}@media only screen and (max-width:768px){.flex-col__container .inner-container:first-child{margin:0 auto auto 0}}.back-to-top{display:inline;position:fixed;text-align:center;bottom:30px;right:30px;min-width:60px;min-height:60px;transition:background-color .3s,opacity .5s,visibility .5s;opacity:1;visibility:visible;z-index:1000}@media only screen and (max-width:768px){.back-to-top{display:none}}.back-to-top__btn{border-radius:10px;border:transparent;background-color:#8ad5dd;padding:14px 16px 16px;transition:.3s}.back-to-top__btn:hover{background-color:#25b7d3;cursor:pointer}.back-to-top__btn:hover>.back-to-top__text{opacity:1;visibility:visible}.back-to-top__text{margin:-20px;top:-5px;left:10px;text-align:center;position:absolute;opacity:0;visibility:hidden;font-family:Arial,Helvetica,sans-serif;font-size:16px;transition:.3s}.back-to-top__icon{color:#fff;font-size:26px}.hide{opacity:0;visibility:hidden}.loader{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;padding:40px 0;position:absolute;width:100%;z-index:500}.follow-menu__title{font:600 18px Archivo Narrow,sans-serif;display:inline-block;font-size:13px;color:#222;vertical-align:middle;margin-right:15px}@media only screen and (max-width:1024px){.follow-menu__title{display:block;margin-bottom:15px;margin-right:0}}.follow-menu__item{color:#aaa;font-size:20px;display:inline-block;vertical-align:middle;margin-right:12px;transition:.3s}.follow-menu__item:last-child{margin-right:0}.follow-menu__item:hover{color:#3575ad}.follow-menu__item:active,.follow-menu__item:hover,.follow-menu__item:link,.follow-menu__item:visited{text-decoration:none}.footer{font-family:Arial,Helvetica,sans-serif;position:relative;width:100%;padding:30px 0;border-top:1px solid #bbb;background:#f8f8f8;box-sizing:border-box;height:auto}.footer a{text-decoration:none}@media only screen and (max-width:1024px){.footer{height:auto}}@media only screen and (max-width:768px){.footer{padding:20px 0}}.footer__container{display:flex;max-width:1200px;margin:0 auto}.footer__column{display:flex;flex-direction:column}.footer__row{display:flex;flex-direction:row}@media(max-width:960px){.footer__row{display:flex;flex-direction:column}}.footer__grid-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}@media only screen and (max-width:1024px){.footer__grid-container{grid-template-columns:1fr 1fr}}@media only screen and (max-width:520px){.footer__grid-container{display:flex;flex-direction:column}}.footer__item-container{padding:20px}.footer__item-container img{display:inline-block;max-height:15px}@media only screen and (max-width:768px){.footer__item-container{padding:15px 20px}}.footer__item{font-size:16px;color:#111;padding:0 0 8px}@media only screen and (max-width:768px){.footer__item :nth-last-child(2){padding-left:0}}.footer__heading{font-size:17px;font-weight:600}.footer__contact{padding-bottom:4px}.footer__text{font-size:16px;color:#111;padding-bottom:20px;line-height:20px}.footer__text:last-child{padding-bottom:0}.footer__item-link,.footer__item-link__border{color:#0d3e6f;text-decoration:none}.footer__item-link__border{padding:0 15px;border-right:2px solid #bbb}.footer__item-link__border:first-child{padding-left:0}.footer__item-link__border:last-child{border:none}@media(max-width:960px){.footer__item-link__border{margin:5px 0;border-right:none;padding:0}.footer__item-link__border:last-child{margin-bottom:0}}.footer__item-link:hover,.footer__item-link__border:hover{color:#3575ad}.footer__item-phone{transition:.3s}.footer__item-phone:hover{color:#3575ad}.footer__login{padding-bottom:0}.footer__social-share{padding-top:20px;zoom:1}.footer__social-share:after,.footer__social-share:before{content:"";display:table}.footer__social-share:after{clear:both}.footer__item:last-child{margin:0;border:none}.footer-horizontal-menu{font:400 16px Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;zoom:1}.footer-horizontal-menu:after,.footer-horizontal-menu:before{content:"";display:table}.footer-horizontal-menu:after{clear:both}.footer-horizontal-menu__item{display:inline-block;float:left}.footer-horizontal-menu__item:before{content:"|";margin-left:10px;padding-right:10px}.footer-horizontal-menu__item:first-child:before{display:none}.header{background:#fff;display:flex;position:sticky;z-index:600;width:100%;height:65px;box-shadow:0 3px 3px 0 hsla(0,0%,84.3%,.93)}@media only screen and (max-width:1199px){.header{margin-top:0;display:flex;align-items:center}}.header a{text-decoration:none}.header__container{display:flex;flex-direction:row;width:100%;max-width:1200px;height:auto;margin:0 auto;justify-content:center}@media only screen and (max-width:1199px){.header__container{justify-content:space-between;align-items:center;padding:0 20px}}@media only screen and (max-width:768px){.header__container{margin:0 8px;align-items:center;height:64px;padding:0}}.header__inner-container{display:flex;align-items:center;width:100%;max-width:1200px;justify-content:space-between}@media only screen and (max-width:1199px){.header__inner-container.desktop{display:none}}.header__menu{display:flex}.header__menu_desktop{display:flex;height:100%;align-items:center}@media only screen and (max-width:1199px){.header__menu_desktop{display:none}}.header__menu_mobile{display:none}@media only screen and (max-width:1199px){.header__menu_mobile{display:flex;position:absolute;left:-500px;top:-20px;padding:30px;width:80vw;max-width:450px;height:120vh;background-color:#d7d7d7;z-index:999}}.header__menu-slide-back{display:flex;flex-direction:column;position:absolute;-webkit-animation:slideBack .5s forwards;-webkit-animation-delay:0s;animation:slideBack .5s forwards;animation-delay:0s}.header__menu-expanded{display:flex;border-radius:0 0 5px 0;flex-direction:column;position:fixed;-webkit-animation:slide .5s forwards;-webkit-animation-delay:0s;animation:slide .5s forwards;animation-delay:0s}@-webkit-keyframes slide{0%{left:-500px}to{left:0}}@keyframes slide{0%{left:-500px}to{left:0}}@-webkit-keyframes slideBack{0%{left:0}to{left:-500px}}@keyframes slideBack{0%{left:0}to{left:-500px}}.header__login{display:flex;align-items:center;justify-content:center;max-width:150px;max-height:32px;margin-left:10px;background-color:#0d3e6f;border:1px solid #0d3e6f;color:#fff;border-radius:5px;text-align:center;padding:8px 50px;font-size:16px;font-weight:700;font-family:Arial,Helvetica,sans-serif;transition:.3s}.header__login:hover{border:1px solid #3575ad;background-color:#3575ad;color:#fff}@media only screen and (max-width:1199px){.header__login{padding:8px 0;margin:10px 0}}.header__logo{width:375px;margin:0}@media only screen and (max-width:1199px){.header__logo{display:none}}.header__logo_mobile{display:none;width:150px}@media only screen and (max-width:1199px){.header__logo_mobile{display:block}}.header__hidden{display:none}.header__search{display:flex;flex-direction:row;font-size:small;color:#b3c2d0;width:250px;margin:0 20px;border-bottom:1px solid #b3c2d0;align-items:center;transition:.3s}@media only screen and (max-width:1199px){.header__search{display:none}}.header__search:hover{border-bottom:1px solid #23394e}.header .search-input{color:#757575;border:none;font-size:16px;padding:8px 12px 8px 4px;width:100%}.header .search-input:focus-visible{outline:none}@media only screen and (max-width:1199px){.header__search-menu{display:none}}.header__mobile_search{display:none}@media only screen and (max-width:1199px){.header__mobile_search{display:block}}.header__mobile_menu-header{display:flex;justify-content:space-between;align-items:center}.header input:focus::placeholder{color:transparent}.header__menu-item-container{display:flex;height:100%}.header__menu-item{display:flex;padding:0 6px}.header__menu-item.mobile{display:none}.header__menu-item.is-active{display:flex}.header__menu-item svg{fill:#0d3e6e}.header__menu-item.active-link,.header__menu-item .active-link{background-color:#a6abb2;color:#fff;fill:#fff}.header__menu-item.active-link:hover,.header__menu-item .active-link:hover{background-color:#a6abb2}.header__menu-item:hover{background-color:#eef1f6}@media only screen and (max-width:1199px){.header__menu-item{margin:8px 0}}@media only screen and (min-width:1200px){.header__menu-item{height:100%;justify-content:center;margin:auto 6px}}.header__menu-item_link{color:#0d3e6f;font-size:16px;width:max-content}.header__menu-item.row{width:100%;align-items:center}.header__menu-item.row p{margin-left:20px}.header__menu-item.column{flex-direction:column;align-items:center}.header__menu-item.button{padding:0}.header__menu-item_icon,.header__menu-item_icon.home svg{width:25px;height:25px;outline:none}.header__menu-item_icon.home path,.header__menu-item_icon.home svg{fill:#0d3e6e}@media only screen and (max-width:1199px){.header__menu-item_icon{margin-right:20px}}.header-menu-toggle{display:none;cursor:pointer;float:left;font:600 18px Archivo Narrow,sans-serif;line-height:60px;color:#555;user-select:none}@media only screen and (max-width:1199px){.header-menu-toggle{display:block}}@media only screen and (max-width:1024px){.header-menu-toggle{margin-left:12px;line-height:50px}}.header-menu-toggle .hamburger-icon{position:relative;top:2px;display:inline-block;margin:6px 5px 6px 0}@media only screen and (max-width:1024px){.header-menu-toggle .hamburger-icon{transform:scale(1.5)}}.header-menu-toggle .hamburger-icon__item{display:block;width:16px;height:2px;background-color:currentColor;transition:opacity .3s ease-in-out}@media only screen and (max-width:1024px){.header-menu-toggle .hamburger-icon__item{margin:1px 0}}.header-menu-toggle .hamburger-icon:before{top:-4px}.header-menu-toggle .hamburger-icon:after,.header-menu-toggle .hamburger-icon:before{content:"";width:16px;height:2px;position:absolute;left:0;background-color:currentColor;display:block;transition:transform .3s ease-in-out}.header-menu-toggle .hamburger-icon:after{bottom:-4px}.header-menu-toggle.is-active,.header-menu-toggle:hover{color:#086abf}.header-menu-toggle.is-active .hamburger-icon__item{margin:0;opacity:0}.header-menu-toggle.is-active .hamburger-icon:before{transform:translateY(4px) rotate(45deg)}.header-menu-toggle.is-active .hamburger-icon:after{transform:translateY(-4px) rotate(-45deg)}.menu{font-size:16px}.menu .menu__body{display:none}.menu-item,.menu.menu_expanded .menu__body{display:block}.menu-item{font:600 18px Archivo Narrow,sans-serif;font-size:16px;line-height:22px;color:#444;cursor:pointer;user-select:none;background:#fff;border:none}.menu-item,.menu-item__title-wrapper{position:relative}.menu-item__title-wrapper:hover{color:#00559f}.menu-item__title-wrapper:active{color:#004480}@media only screen and (max-width:768px){.menu-item{float:none;border-bottom:1px solid #e4e4e4}}.menu-item_has-subitems{display:flex}.menu-item_has-subitems .menu-item__title-wrapper{padding-right:15px}.menu-item__submenu{display:none}.menu-item__dropdown{position:absolute;min-width:100%;top:calc(100% + 4px);padding-left:0}@media only screen and (max-width:768px){.menu-item__dropdown{position:static;min-width:0}}.menu-item__dropdown li{list-style-type:none}.menu-item__dropdown-icon{font-size:24px;cursor:inherit}@media only screen and (max-width:768px){.menu-item__dropdown-icon{margin:0 0 0 auto}}.menu-item__title{display:inline-block;padding:19px 12px 15px 15px;text-decoration:none}.menu-item__title:active,.menu-item__title:hover,.menu-item__title:link,.menu-item__title:visited{text-decoration:none;color:inherit}@media only screen and (max-width:768px){.menu-item__title{display:block;padding:13px 15px}}.menu-item_expanded{border-bottom:4px solid #0f75ce;color:#0f75ce}@media only screen and (max-width:768px){.menu-item_expanded .menu-item__title-wrapper{box-shadow:0 2px 5px 0 rgba(0,0,0,.2)}}.menu-item_expanded:active,.menu-item_expanded:hover{color:#0f75ce}@media only screen and (max-width:768px){.menu-item_expanded{border-bottom:1px solid #e4e4e4}}.menu-item_expanded .menu-item__title{padding-bottom:15px}.menu-item_expanded .menu-item__submenu{display:block}.menu-item_submenu_sticky{position:relative}.menu-item__small-text{font-size:12px}.menu-search{position:relative}.menu-search__icon{position:relative;margin-right:2px;font-size:24px}@media only screen and (max-width:1024px){.menu-search__icon{font-size:40px}}@media only screen and (max-width:768px){.menu-search{position:static}}.menu-search__title{display:block;height:60px;text-decoration:none;color:#666;background:0 0;border:0;padding-right:9px;padding-left:5px}.menu-search__title:hover{color:#00559f}@media only screen and (max-width:1024px){.menu-search__title{height:50px}}@media only screen and (max-width:768px){.menu-search__title{padding-left:12px;padding-right:12px}}.menu-search__title-text{position:relative;display:inline-block;font:600 18px Archivo Narrow,sans-serif}@media only screen and (max-width:768px){.menu-search__title-text{display:none}}.menu-search__search-panel{display:none;position:absolute;top:100%;border-top:1px solid #bbb;right:0;padding:18px;background:#f4f4f4;width:410px;box-shadow:0 3px 7px -3px rgba(0,0,0,.65)}@media only screen and (max-width:768px){.menu-search__search-panel{width:auto;left:0;right:0}}.menu-search_expanded{background:#f4f4f4}.menu-search_expanded .menu-search__title{color:#999}.menu-search_expanded .menu-search__search-panel{display:block}.search-field{position:relative}.search-field_size_large .search-field__query{padding:15px 60px 15px 15px;line-height:16px}.search-field_submit_icon .search-field__button{color:#555;font-size:24px;line-height:1;right:4px}.search-field .search-field__query{padding-right:50px}.search-field__button{font:600 18px Archivo Narrow,sans-serif;font-size:16px;border:none;color:#222;background:0 0;-webkit-appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;position:absolute;top:50%;transform:translatey(-50%);right:-10px}.search-field__button-icon{position:relative;left:-8px;font-size:22px}.cs-header{font-size:13px;line-height:16px;text-align:right;padding:7px 0;background:#ebebeb}@media only screen and (max-width:768px){.cs-header{display:none}}.cs-header__item{display:inline-block;margin-left:20px}.cs-header__item:first-child{margin-left:0}.cs-header__item_bold{font-weight:700}.cs-header__item_uppercase{text-transform:uppercase}.logo-header{background:#ebebeb;padding:10px 0 9px}.logo-header__container{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.logo-header__container__left__logo-img{height:48px}@media only screen and (max-width:1024px){.logo-header__container__left__logo-img{height:32px}}.logo-header__container__right{text-align:right}.logo-header__container__right__logo-img{height:48px}@media only screen and (max-width:1024px){.logo-header__container__right__logo-img{height:32px}}.dropdown{box-shadow:0 0 16px 0 rgba(0,0,0,.2)}@media only screen and (max-width:768px){.dropdown{box-shadow:none}}.dropdown__item{background:#fff}.dropdown__item:hover{background:#f4f4f4}.dropdown-item{display:block;padding:13px 12px;font-weight:500;text-decoration:none;color:#00559f;white-space:nowrap}.heading-box{padding:23px 29px 22px;text-align:center;background:url(assets/img/heading-box/heading-box__bg.jpg) no-repeat;background-size:cover}@media only screen and (max-width:1024px){.heading-box{padding:10px 12px}}.heading-box.heading-box_theme_blue{background-image:url(assets/img/heading-box/heading-box__bg_theme_blue.jpg)}.heading-box.heading-box_theme_yellow{background-image:url(assets/img/heading-box/heading-box__bg_theme_yellow.jpg)}.heading-box.heading-box_theme_green{background-image:url(assets/img/heading-box/heading-box__bg_theme_green.jpg)}.heading-box.heading-box_theme_lgreen{background-image:url(assets/img/heading-box/heading-box__bg_theme_lgreen.jpg)}.heading-box.heading-box_theme_brown{background-image:url(assets/img/heading-box/heading-box__bg_theme_brown.jpg)}.heading-box.heading-box_theme_maroon{background-image:url(assets/img/heading-box/heading-box__bg_theme_maroon.jpg)}.heading-box.heading-box_theme_aqua,.heading-box.heading-box_theme_sky{background-image:url(assets/img/heading-box/heading-box__bg_theme_aqua.jpg)}.heading-box.heading-box_theme_alliance{background-image:url(assets/img/heading-box/heading-box__bg_theme_alliance.jpg)}.heading-box_type_graphic{padding:21px 29px 14px}.heading-box_type_graphic .heading-box__heading{height:65px;width:341px;margin:0 auto;background-size:cover}@media only screen and (max-width:768px){.heading-box_type_graphic .heading-box__heading{width:272px;height:52px}}.heading-box_graphic_pal .heading-box__heading{background-image:url(assets/img/heading-box/pal-logo.png)}.heading-box_fixed-height .heading-box__heading,.heading-box_fixed-height .heading-box__subheading{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.heading-box__heading{font:700 18px Archivo Narrow,sans-serif;color:#fff;margin:0;letter-spacing:-1.4px;text-transform:capitalize;font-size:44px}@media only screen and (max-width:1024px){.heading-box__heading{font-size:28px;line-height:40px}}.heading-box__subheading{font:600 18px Archivo Narrow,sans-serif;color:#fff;text-transform:uppercase;font-size:10px;letter-spacing:.5px;line-height:13px}.heading-box_has-subheading{padding:15px 29px 17px}.heading-box_has-subheading .heading-box__heading{line-height:55px}@media only screen and (max-width:1024px){.heading-box_has-subheading .heading-box__heading{font-size:28px;letter-spacing:-.8px;line-height:32px}}@media only screen and (max-width:1024px){.heading-box_has-subheading .heading-box__subheading{letter-spacing:.3px;line-height:13px}}@media only screen and (max-width:1024px){.heading-box_has-subheading{padding:10px 29px 5px}}.nav-back:hover{color:#666}.nav-back:hover .nav-back__text{text-decoration:underline}.nav-back{display:inline-block;font:700 18px Archivo Narrow,sans-serif;color:#999;padding:18px 18px 18px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.nav-back__icon{font-size:12px}.nav-back__text{font-size:14px}.nav-back:active{color:#222}.nav-back:active .nav-back__text{text-decoration:underline}.nav-back__icon,.nav-back__text{vertical-align:middle}@media only screen and (max-width:1024px){.nav-back{display:inline-block;padding:18px 18px 18px 0}}.page{position:relative;height:100%}.page__content-wrapper{min-height:100%;height:auto!important;height:100%;margin:0 auto -530px}@media only screen and (max-width:1024px){.page__content-wrapper{margin-bottom:0}}.page__inner{margin-top:45px}.page__glossary-index{display:block;position:-webkit-sticky;position:sticky;top:0;z-index:99}.page__to-top{position:fixed;right:25px;bottom:25px}@media only screen and (max-width:1024px){.page__to-top{right:10px;bottom:50px}}.page__modal-holder{position:fixed;top:59px;left:0;right:0;bottom:0}@media only screen and (max-width:1024px){.page__modal-holder{top:49px}}.page__contact-customer-service-button{position:fixed;z-index:10;right:20px;bottom:0}@media only screen and (max-width:768px){.page__contact-customer-service-button{right:12px}}.page__contact-customer-service-form{max-width:370px;position:fixed;right:20px;bottom:0}@media only screen and (max-width:768px){.page__contact-customer-service-form{right:12px}}.page_theme_blue .page__column_bordered_top{border-top-color:#00559f}.page_theme_teal-blue .page__column_bordered_top,.page_theme_wdblue .page__column_bordered_top{border-top-color:#006895}.page_theme_purple .page__column_bordered_top{border-top-color:#1b1464}.page_theme_brown .page__column_bordered_top{border-top-color:#663813}.page_theme_maroon .page__column_bordered_top{border-top-color:#a22c22}.page_theme_lgreen .page__column_bordered_top{border-top-color:#448131}.page_theme_bar-green .page__column_bordered_top,.page_theme_green .page__column_bordered_top{border-top-color:#174613}.page_theme_sky .page__column_bordered_top{border-top-color:#017dbc}.page_theme_alliance .page__column_bordered_top,.page_theme_yellow .page__column_bordered_top{border-top-color:#e7ba21}.page_theme_aqua .page__column_bordered_top{border-top-color:#00a8a3}.page_theme_sps-blue .page__column_bordered_top,.page_theme_sr-team .page__column_bordered_top{border-top-color:#00559f}.page_theme_grey .page__column_bordered_top{border-top-color:#4e5460}.page_theme_gold .page__column_bordered_top{border-top-color:#e8b103}.page_theme_gold-alt .page__column_bordered_top{border-top-color:#2b2b2b}.page_theme_orange .page__column_bordered_top{border-top-color:#d86600}.page_theme_mccall .page__column_bordered_top{border-top-color:#000}.page_theme_blue-bill .page__column_bordered_top{border-top-color:#005e8f}.screenreader-text{position:absolute;left:-999px;width:1px;height:1px;top:auto}.screenreader-text:focus{color:#00559f;display:inline-block;height:auto;width:auto;position:static;margin:auto}.page-notice{padding:9px 0 11px;text-align:center;color:#fff;font:500 18px Archivo Narrow,sans-serif;font-size:14px}.page-notice__text-icon{font-size:12px}@media only screen and (max-width:1024px){.page-notice{font-size:12px}}.page-notice_theme_gray{color:#222;background:#eee}.page-notice_theme_blue{background:#00559f}.page-notice_theme_teal-blue,.page-notice_theme_wdblue{background:#006895}.page-notice_theme_purple{background:#1b1464}.page-notice_theme_brown{background:#663813}.page-notice_theme_maroon{background:#a22c22}.page-notice_theme_lgreen{background:#448131}.page-notice_theme_bar-green,.page-notice_theme_green{background:#174613}.page-notice_theme_sky{background:#017dbc}.page-notice_theme_alliance,.page-notice_theme_yellow{background:#e7ba21}.page-notice_theme_aqua{background:#00a8a3}.page-notice_theme_sps-blue,.page-notice_theme_sr-team{background:#00559f}.page-notice_theme_grey{background:#4e5460}.page-notice_theme_gold{background:#e8b103}.page-notice_theme_gold-alt{background:#2b2b2b}.page-notice_theme_orange{background:#d86600}.page-notice_theme_mccall{background:#000}.page-notice_theme_blue-bill{background:#005e8f}.to-top{display:inline-block;color:#999;padding:7px 14px;background:#fff;border:1px solid #999;cursor:pointer;border-radius:1px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.to-top__wrap{display:block;position:relative}.to-top__text{font:700 18px Archivo Narrow,sans-serif;font-size:14px;margin-right:3px}.to-top__icon{font-size:12px}.to-top__icon,.to-top__text{vertical-align:middle}.to-top:hover{color:#222;border-color:#222}.to-top:hover .to-top__text{text-decoration:underline}.to-top:active{color:#fff;background:#222;border-color:#222}.to-top:active .to-top__text{text-decoration:underline}.stansberry-premium-services{border-top:1px solid #ccc;background:#f4f4f4;padding:40px 0 32px}.stansberry-premium-services__holder{zoom:1}.stansberry-premium-services__holder:after,.stansberry-premium-services__holder:before{content:"";display:table}.stansberry-premium-services__holder:after{clear:both}.stansberry-premium-services__list{display:block;float:left;width:25.7265%;padding-left:2.5641%;border-left:1px solid #ccc;margin-left:2.47863%}@media only screen and (max-width:768px){.stansberry-premium-services__list{float:none;width:auto;padding-left:0;margin-left:0;border-left:0;margin-top:20px}}.stansberry-premium-services__list_span_2{width:46.23932%}@media only screen and (max-width:768px){.stansberry-premium-services__list_span_2{width:auto}}.stansberry-premium-services__list:first-child{width:23.07692%;margin-left:0;border-left:none;padding-left:0}@media only screen and (max-width:768px){.stansberry-premium-services__list:first-child{width:auto;margin-top:0}}.stansberry-premium-services__title{font:700 18px Archivo Narrow,sans-serif;text-transform:uppercase;font-size:14px;line-height:20px;margin-bottom:30px}.stansberry-premium-services-list__title{font:600 18px Archivo Narrow,sans-serif;font-size:16px;line-height:24px;margin-bottom:15px;padding-bottom:4px;border-bottom:1px solid #aaa}.stansberry-premium-services-list__columns{zoom:1}.stansberry-premium-services-list__columns:after,.stansberry-premium-services-list__columns:before{content:"";display:table}.stansberry-premium-services-list__columns:after{clear:both}.stansberry-premium-services-list__column{float:left;list-style:none;padding:0;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0}@media only screen and (max-width:768px){.stansberry-premium-services-list__column{float:none}}.stansberry-premium-services-list__column_half{width:47%;margin-left:3%}@media only screen and (max-width:768px){.stansberry-premium-services-list__column_half{width:auto;margin-left:0}}.stansberry-premium-services-list__column_half:first-child{margin-left:0}.stansberry-premium-services-list__column-item{line-height:24px;margin-bottom:10px;letter-spacing:-.1px}.home-featured{text-align:center;background:#eee;padding:15px 0 36px}.home-featured__title{font:700 18px Archivo Narrow,sans-serif;font-size:40px;line-height:46px;color:#003766;margin-top:34px;margin-bottom:10px}.home-featured__subtitle{font:400 16px Arial,Helvetica,sans-serif;font-size:22px;line-height:30px;margin-bottom:40px}.home-featured__icons{margin-bottom:65px}.home-featured__stats{margin-bottom:16px}.home-featured-icons{text-align:center}.home-featured-icons__icon{height:44px;width:38px;display:inline-block;margin-left:20px}.home-featured-icons__icon:first-child{margin-left:0}.home-featured-stat{color:#003766;text-align:center}@media only screen and (max-width:1024px){.home-featured-stat{padding:10px 0}}@media only screen and (max-width:375px){.home-featured-stat{padding:6px 0}}.home-featured-stat__title{font:700 18px Archivo Narrow,sans-serif;font-size:40px;line-height:48px}@media only screen and (max-width:375px){.home-featured-stat__title{font-size:32px}}.home-featured-stat__description{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:24px}@media only screen and (max-width:375px){.home-featured-stat__description{font-size:16px}}.products-services-callout{padding-top:14px;border-top:1px solid #ccc}.products-services-callout__text{max-width:1070px;text-align:center;font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;padding-right:10px;margin:0 auto}@media only screen and (max-width:768px){.products-services-callout__text{text-align:left}}@media only screen and (max-width:375px){.products-services-callout__text{font-size:14px}}.home-page-layout__home-featured{margin-bottom:21px}.home-page-layout__portfolio-solutions-callout{margin-bottom:40px}@media only screen and (max-width:1024px){.home-page-layout__portfolio-solutions-callout{margin-bottom:60px}}@media only screen and (max-width:768px){.home-page-layout__portfolio-solutions-callout{margin-bottom:0}}.home-page-layout__feedback-slider{margin-bottom:64px}@media only screen and (max-width:768px){.home-page-layout__feedback-slider{display:none}}.home-page-layout__investor-resources{margin-top:20px;margin-bottom:60px}@media only screen and (max-width:1024px){.home-page-layout__investor-resources{margin-bottom:40px}}@media only screen and (max-width:768px){.home-page-layout__investor-resources{margin-top:10px;margin-bottom:30px}}@media only screen and (max-width:375px){.home-page-layout__investor-resources{margin-bottom:20px}}.home-page-layout__news-grid{margin-top:30px;margin-bottom:53px}@media only screen and (max-width:768px){.home-page-layout__news-grid{margin-bottom:0}}.home-page-layout__show-more{margin-top:40px}@media only screen and (max-width:768px){.home-page-layout__show-more{margin-top:30px}}.home-page-layout .content-title-wrapper{display:flex;flex-direction:column;width:100%;background-color:#eff2f7;padding:40px 40px 20px;text-align:center;margin:auto}@media only screen and (max-width:768px){.home-page-layout .content-title-wrapper{display:none}}.home-page-layout .content-title-wrapper .content-title-filler{position:relative;top:-20px;width:100%;max-width:1200px;height:100%;margin:auto;content:"";border-top:1px solid #d7d7d7}.home-page-layout .content-title-wrapper .content-title{max-width:800px;margin:auto;z-index:10;font-size:36px;font-style:italic;color:#0d3e6f;padding:0 40px;background-color:#eff2f7}.portfolio-solutions-callout{overflow:hidden;position:relative;padding-top:40px;color:#111;background:linear-gradient(0deg,#eee,hsla(0,0%,93.3%,0))}@media only screen and (max-width:768px){.portfolio-solutions-callout{padding-top:19px;padding-bottom:150px}}.portfolio-solutions-callout:before{content:"";display:block;position:absolute;z-index:10;left:0;bottom:19px;width:0;height:0;border-color:transparent transparent #fff;border-style:solid;border-width:0 0 105px 2880px}@media only screen and (max-width:768px){.portfolio-solutions-callout:before{bottom:190px}}.portfolio-solutions-callout:after{content:"";display:block;position:absolute;z-index:10;left:0;right:0;bottom:0;height:19px;background:#fff}@media only screen and (max-width:768px){.portfolio-solutions-callout:after{height:190px}}.portfolio-solutions-callout__container{position:relative}.portfolio-solutions-callout__title{color:#003766;text-align:center;font:700 18px Archivo Narrow,sans-serif;font-size:40px;line-height:1.15;margin-bottom:4px}@media only screen and (max-width:1024px){.portfolio-solutions-callout__title{font-size:32px}}@media only screen and (max-width:768px){.portfolio-solutions-callout__title{padding:0 20px;font-size:36px}}@media only screen and (max-width:375px){.portfolio-solutions-callout__title{padding:0;font-size:30px}}.portfolio-solutions-callout__subtitle{text-align:center;font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:1.4;margin-bottom:43px}@media only screen and (max-width:768px){.portfolio-solutions-callout__subtitle{margin-bottom:27px}}@media only screen and (max-width:375px){.portfolio-solutions-callout__subtitle{font-size:16px}}.portfolio-solutions-callout__feature-wrapper{position:relative;max-width:923px;margin:0 auto}@media only screen and (max-width:768px){.portfolio-solutions-callout__feature-wrapper{padding-bottom:205px}}@media only screen and (max-width:375px){.portfolio-solutions-callout__feature-wrapper{padding-bottom:40%}}.portfolio-solutions-callout__features{margin-bottom:31px}.portfolio-solutions-callout__action-button{margin-bottom:155px}@media only screen and (max-width:1024px){.portfolio-solutions-callout__action-button{margin-bottom:85px}}@media only screen and (max-width:768px){.portfolio-solutions-callout__action-button{position:absolute;z-index:20;bottom:-100px;left:50%;margin-bottom:0;white-space:nowrap;transform:translate(-50%)}}@media only screen and (max-width:375px){.portfolio-solutions-callout__action-button{bottom:-110px}}.portfolio-solutions-callout__demo-image{width:545px;position:absolute;z-index:11;bottom:0;right:10px}@media only screen and (max-width:1024px){.portfolio-solutions-callout__demo-image{width:424px}}@media only screen and (max-width:768px){.portfolio-solutions-callout__demo-image{right:auto;left:50%;bottom:0;width:350px;transform:translate(-50%)}}@media only screen and (max-width:375px){.portfolio-solutions-callout__demo-image{bottom:-50px}}.portfolio-solutions-callout-features{max-width:58%;font:700 18px Archivo Narrow,sans-serif;font-size:16px;line-height:24px;padding:0;list-style:none}@media only screen and (max-width:1024px){.portfolio-solutions-callout-features{max-width:54%}}@media only screen and (max-width:768px){.portfolio-solutions-callout-features{max-width:none}}.portfolio-solutions-callout-features__item{position:relative;margin-bottom:8px;padding-left:32px}.portfolio-solutions-callout-features__item:before{vertical-align:bottom;display:inline-block;content:"";height:26px;width:26px;margin-right:6px;background:url(assets/img/check_2.svg);background-size:17px 15px;background-repeat:no-repeat;background-position:50%;left:0;position:absolute}.feedback-slider-item{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:1.4;text-align:center}@media only screen and (max-width:480px){.feedback-slider-item{padding:0 15px}}.feedback-slider-item:before{vertical-align:middle;font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"";color:#bbb;background-size:cover;margin-bottom:13px;font-size:33px}.feedback-slider-item__copy p{margin-bottom:20px}.feedback-slider-item__copy>:last-child{margin-bottom:0}.resource-item{text-align:center}@media only screen and (max-width:1024px){.resource-item{text-align:left}}@media only screen and (max-width:768px){.resource-item{position:relative;padding-top:0;text-align:left;border-bottom:1px solid #e4e4e4}.resource-item:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);font-family:icomoon!important;font-size:32px;color:#004480}}@media only screen and (max-width:768px) and (max-width:375px){.resource-item:after{font-size:28px}}@media only screen and (max-width:768px){.resource-item_no-collapsed-border{border-bottom:0}}.resource-item__headline{color:inherit;text-decoration:none}@media only screen and (max-width:768px){.resource-item__headline{display:block;position:relative;z-index:1}}.resource-item__icon{display:inline-block;color:#004480;font-size:41px}@media only screen and (max-width:1024px){.resource-item__icon{margin-right:6px}}@media only screen and (max-width:768px){.resource-item__icon{display:inline-block;vertical-align:-2px;line-height:46px;margin-right:5px;font-size:34px}}@media only screen and (max-width:375px){.resource-item__icon{font-size:28px;vertical-align:-1px;line-height:44px}}.resource-item__title{font:700 18px Archivo Narrow,sans-serif;font-size:26px;line-height:30px;margin-bottom:14px;color:#004480}@media only screen and (max-width:1024px){.resource-item__title{display:inline-block}}@media only screen and (max-width:375px){.resource-item__title{font-size:20px;line-height:28px}}.resource-item__text{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;margin-bottom:19px;height:144px}@media only screen and (max-width:1024px){.resource-item__text{margin-bottom:10px;height:auto;max-width:650px}}@media only screen and (max-width:768px){.resource-item__text{max-width:auto;display:none}}@media(max-width:1107px){.resource-item__link{padding-top:8px}}@media only screen and (max-width:1024px){.resource-item__link{padding-top:0;margin-bottom:10px}}@media only screen and (max-width:768px){.resource-item__link{display:none}}.resource-item__book-title{min-height:72px}@media(max-width:1138px){.resource-item__book-title{min-height:96px}}@media only screen and (max-width:1024px){.resource-item__book-title{min-height:48px;min-width:auto}}@media only screen and (max-width:768px){.resource-item__book-title{min-height:72px}}@media(max-width:540px){.resource-item__book-title{min-height:96px}}@media only screen and (max-width:480px){.resource-item__book-title{min-height:auto}}.banner-block{color:#fff;background:#003766;padding:22px 20px 26px;text-align:center}@media only screen and (max-width:1024px){.banner-block{margin-top:35px}}@media only screen and (max-width:375px){.banner-block{margin-top:20px}}.banner-block__title{font:700 18px Archivo Narrow,sans-serif;font-size:22px;line-height:26px;margin-bottom:10px}.banner-block__text{font:400 16px Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;margin-bottom:20px}.banner-block_width-constrained{display:inline-block;max-width:295px}.free-account-invitation{text-align:center;border:15px solid #e6e6e6;background:#fff}.free-account-invitation__title{font:700 18px Archivo Narrow,sans-serif;font-size:26px;line-height:30px;margin-bottom:8px}.free-account-invitation__inner{border:1px solid #ddd;padding:30px 30px 35px}@media only screen and (max-width:768px){.free-account-invitation__inner{padding:25px 20px 30px}}.free-account-invitation__accent{position:relative}.free-account-invitation__accent:after{position:absolute;content:"";background:url(assets/img/underline.svg);height:7px;width:72px;bottom:-2px;left:-5px}.free-account-invitation__description{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:1.33;margin-bottom:27px}@media only screen and (max-width:375px){.free-account-invitation__description{font-size:16px;margin-bottom:20px}}.free-account-invitation__action-button-wrapper{display:inline-block;position:relative}.free-account-invitation__action-button{width:259px}@media only screen and (max-width:375px){.free-account-invitation__action-button{width:auto}}.free-account-invitation__arrow-accent{position:absolute;right:-59px;bottom:13px;height:56px;width:47px}@media only screen and (max-width:768px){.free-account-invitation__arrow-accent{display:none}}.free-account-invitation_neutral .free-account-invitation__accent{color:#3768c9}.free-account-invitation_neutral .free-account-invitation__accent:after{display:none}.news-grid{zoom:1}.news-grid:after,.news-grid:before{content:"";display:table}.news-grid:after{clear:both}.news-grid__title{margin-bottom:30px}.news-grid__featured{float:left;width:34.18803%;padding-right:30px}@media only screen and (max-width:768px){.news-grid__featured{float:none;width:auto;padding-right:0;margin-bottom:30px}}@media only screen and (max-width:375px){.news-grid__featured{padding-bottom:0}}@media only screen and (max-width:375px){.news-grid__featured .article-item_large{padding-top:0;border-top:0}}.news-grid__minor-container{float:left;width:65.81197%;padding-left:30px;border-left:1px solid #ccc}@media only screen and (max-width:768px){.news-grid__minor-container{float:none;width:auto;padding-left:0;border-top:1px solid #ccc;border-left:none;padding-top:20px}}.news-grid__row{padding:30px 0 0;margin-top:30px;border-top:1px solid #ccc;zoom:1}@media only screen and (max-width:768px){.news-grid__row{margin-top:20px;padding-top:20px}}.news-grid__row:after,.news-grid__row:before{content:"";display:table}.news-grid__row:after{clear:both}.news-grid__row:first-child{border-top:none;margin-top:0;padding:0}.news-grid__column{float:left;width:48.64865%;margin-left:2.7027%}@media only screen and (max-width:768px){.news-grid__column{float:none;width:auto;margin-left:0;margin-top:20px;border-top:1px solid #ccc;padding-top:20px}}.news-grid__column:first-child{margin-left:0}@media only screen and (max-width:768px){.news-grid__column:first-child{margin-top:0;border-top:0;padding-top:0}}.news-list__item{display:block;padding-top:20px;margin-top:20px;border-top:1px solid #ccc}.news-list__item:first-child{padding-top:0;border:0}.news-list__item_banner{padding-top:0;text-align:center;margin:30px 0;border:none}@media only screen and (max-width:768px){.news-list__item_banner{margin:20px 0}}.news-list__item_banner+.news-list__item{margin-top:0;padding-top:0;border:0}.news-list__item_borderless{padding-top:0;border:none;margin:30px 0}.news-list__item_borderless+.news-list__item{margin-top:0;padding-top:0;border:0}.news-list__banner{display:inline-block;max-width:100%;width:726px;height:90px;background:#eee}.more-research{display:flex;zoom:1}@media only screen and (max-width:768px){.more-research{flex-direction:column}}.more-research__section-title{margin-bottom:20px}@media only screen and (max-width:768px){.more-research__section-title{display:none}}.more-research__content{float:left;width:65.81197%}@media only screen and (max-width:768px){.more-research__content{float:none;width:auto}}.more-research__sidebar{float:right;margin-left:5.55556%;width:28.63248%}.more-research__sidebar-item{display:block;margin-bottom:30px}@media only screen and (max-width:768px){.more-research__sidebar{float:none;width:auto;margin-left:0;margin-top:30px}}.more-research__ad{width:300px;position:-webkit-sticky;position:sticky;top:69px;text-align:center}@media only screen and (max-width:768px){.more-research__ad{position:static;top:auto}}.more-research__show-more{margin-top:40px}@media only screen and (max-width:768px){.more-research__show-more{margin-top:30px}}.more-research:after,.more-research:before{content:"";display:table}.more-research:after{clear:both}.home-hero{overflow:hidden;background:linear-gradient(45deg,#005180,#002647);color:#fff;padding:40px 0 74px;position:relative;pointer-events:none}@media only screen and (max-width:768px){.home-hero{padding-top:24px;padding-bottom:18px}}.home-hero__inner{position:relative}.home-hero__inner:before{position:absolute;height:560px;width:500px;content:"";background-image:url(assets/img/banner-logo_white.svg);background-repeat:no-repeat;background-size:cover;right:-29.888888%;top:24px;opacity:.1;z-index:1}@media only screen and (max-width:768px){.home-hero__inner:before{right:auto;left:36%;top:50%;margin-top:9px}}.home-hero__callout{float:left;padding:27px 80px 17px 16px;border-right:1px solid hsla(0,0%,100%,.5);width:57.26496%}@media only screen and (max-width:1024px){.home-hero__callout{padding-right:30px}}@media only screen and (max-width:768px){.home-hero__callout{float:none;width:auto;padding:0;text-align:center;border:0}}.home-hero__cta{float:left;width:42.73504%;text-align:center}@media only screen and (max-width:768px){.home-hero__cta{float:none;width:auto}}.home-hero__title{font:700 18px Archivo Narrow,sans-serif;font-size:40px;line-height:1.15;margin-bottom:10px}@media only screen and (max-width:1024px){.home-hero__title{font-size:28px}}@media only screen and (max-width:768px){.home-hero__title{font-size:36px}}@media only screen and (max-width:375px){.home-hero__title{font-size:28px}}.home-hero__subtitle{font:400 16px Arial,Helvetica,sans-serif;font-size:22px;line-height:1.36}@media only screen and (max-width:1024px){.home-hero__subtitle{padding:0 20px;font-size:16px}}@media only screen and (max-width:768px){.home-hero__subtitle{font-size:22px;line-height:1.2}}@media only screen and (max-width:375px){.home-hero__subtitle{font-size:16px}}.home-hero__cta-inner{max-width:370px;margin:0 auto;padding:52px 0}@media only screen and (max-width:1024px){.home-hero__cta-inner{padding:36px 0}}@media only screen and (max-width:768px){.home-hero__cta-inner{padding:30px 0}}.home-hero__cta-text{font:500 18px Archivo Narrow,sans-serif;font-size:28px;line-height:1.14;margin-bottom:20px}@media only screen and (max-width:1024px){.home-hero__cta-text{font-size:20px}}@media only screen and (max-width:768px){.home-hero__cta-text{display:none}}.home-hero__cta-button-wrapper{position:relative;z-index:2;display:inline-block;pointer-events:all}.home-hero__cta-button-wrapper:after{content:"";display:inline-block;position:absolute;background:url(assets/img/arrow_white.svg) no-repeat;background-size:100% auto;height:64px;width:26px;right:-35px;bottom:25px}@media only screen and (max-width:1024px){.home-hero__cta-button-wrapper:after{width:20px;height:49px;right:-27px;bottom:15px}}@media only screen and (max-width:768px){.home-hero__cta-button-wrapper:after{display:none}}.home-hero:before{content:"";display:block;position:absolute;z-index:10;left:0;bottom:0;width:0;height:0;border-color:transparent transparent #eee;border-style:solid;border-width:0 0 105px 2880px}.solid-sidebar-block{position:relative;color:#fff;background:linear-gradient(315deg,#00559f,#003766)}.solid-sidebar-block__title{font:700 18px Archivo Narrow,sans-serif;font-size:1.25rem;line-height:1.2;margin-bottom:18px;padding-bottom:5px;border-bottom:1px solid #fff}.solid-sidebar-block__title-icon{font-size:30px;margin-left:8px;line-height:1.25rem}.solid-sidebar-block__content{font:300 18px Archivo Narrow,sans-serif;font-size:15px;line-height:1.33}.solid-sidebar-block__content>*{margin-bottom:10px}.solid-sidebar-block__content>:last-child{margin-bottom:0}.solid-sidebar-block__cta{width:100%;margin-top:1.25rem;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.2),inset 1px 0 0 0 hsla(0,0%,100%,.2),0 1px 1px 0 rgba(0,0,0,.3)}.solid-sidebar-block__bg{position:relative;background-size:cover}.solid-sidebar-block__bg .embossed-button{background:#00559f}.solid-sidebar-block__overlay{background-color:rgba(0,0,0,.75)}.solid-sidebar-block__wrapper{padding:1rem 1.25rem}.post-feed-widget{border:1px solid #ccc}.post-feed-widget__heading{position:relative;font:500 16px proxima-nova,Times,serif;font-size:26px;line-height:32px;color:#fff;padding:8px 15px;background-color:#004480}.post-feed-widget__content{padding:5px 15px 15px}.post-feed-widget__item-list{border-bottom:1px solid #ddd;margin-bottom:15px}.post-feed-widget__item{padding:8px 0;border-bottom:1px solid #ddd}.post-feed-widget__item:last-child{border:0}.post-feed-widget__item-link{display:block;font:700 18px proxima-nova,Times,serif;text-decoration:none}.post-feed-widget__item-link-icon{font-size:28px;vertical-align:-7px;left:-5px;position:relative}.education-content-highlight{position:relative}.education-content-highlight:hover .education-content-highlight__wrapper:before{background:rgba(0,0,0,.7)}.education-content-highlight__wrapper{background-color:#fafafa;background-size:cover;border-radius:4px}.education-content-highlight__wrapper:before{content:"";border-radius:4px;transition:background-color .1s linear;position:absolute;display:block;background:rgba(0,0,0,.5);left:0;right:0;bottom:0;top:0}.education-content-highlight__body{position:relative;display:block;padding:24px 30px;text-decoration:none;color:#fff}.education-content-highlight__body:hover{color:#fff;text-decoration:none}@media only screen and (max-width:768px){.education-content-highlight__body{padding:12px 20px}}.education-content-highlight__publication{font:700 18px Archivo Narrow,sans-serif;font-size:14px;line-height:1.29;margin-bottom:4px}.education-content-highlight__title{font:700 18px Archivo Narrow,sans-serif;font-size:24px;line-height:1.25;margin-bottom:8px}.education-content-highlight__description{margin-bottom:10px}.education-content-highlight__date{font-size:14px;margin-bottom:6px}.marketing-takeover_position_sidebar-after,.marketing-takeover_position_sidebar-before{margin-bottom:30px;border:1px solid rgba(0,0,0,.1)}.terminal-banner__content{display:flex;justify-content:center;align-items:center;height:124px;width:100%}@media only screen and (max-width:1024px){.terminal-banner__content{text-align:center;flex-direction:column}}.terminal-banner__title{font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif}@media only screen and (max-width:768px){.terminal-banner__title{padding:0 25px}}.terminal-banner__button{display:flex;padding-left:35px}@media only screen and (max-width:1024px){.terminal-banner__button{padding:8px 0}}.terminal-banner__terminal-green{background-color:#13976f;color:#fff}.terminal-banner__terminal-beige{background-color:#d6c38a;color:#0d3e6f}.title-lg{font-size:46px}@media only screen and (max-width:768px){.title-lg{font-size:36px}}@media only screen and (max-width:520px){.title-lg{font-size:28px}}.title-sm{font-size:36px}@media only screen and (max-width:768px){.title-sm{text-align:center;font-size:28px}}@media only screen and (max-width:520px){.title-sm{text-align:center;font-size:20px}}.terminal-hero{width:100%;color:#fff;padding:50px 0;background:linear-gradient(-180deg,#3575ad 1%,#000);margin:auto}.terminal-hero.products-layout{max-width:1200px;margin-bottom:40px}@media only screen and (max-width:768px){.terminal-hero.products-layout{width:auto;margin:0 15px 25px}}.terminal-hero.our-company-layout{margin-bottom:40px}@media only screen and (max-width:768px){.terminal-hero{padding:35px 20px}}.terminal-hero .link{cursor:pointer}.terminal-hero .no-link{pointer-events:none}.terminal-hero__home-layout{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;max-width:1200px;width:100%}@media only screen and (max-width:768px){.terminal-hero__home-layout{margin-top:0}}.terminal-hero__home-layout .title{font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;display:flex;text-align:center;height:auto;font-size:32px;font-weight:500;line-height:1.3;margin-bottom:10px;padding:0 50px}@media only screen and (max-width:520px){.terminal-hero__home-layout .title{padding:0;font-size:28px;margin-bottom:0}}.terminal-hero__home-layout .card{width:245px}@media only screen and (max-width:768px){.terminal-hero__home-layout .card{margin-top:40px;width:260px}}.terminal-hero__home-layout .card a{display:flex;flex-direction:column;justify-content:center;text-align:center;text-decoration:none;align-items:center}.terminal-hero__home-layout .card a:hover>.text{color:#d7d7d7}.terminal-hero__home-layout .card a:hover>img{filter:invert(77%) sepia(90%) saturate(1%) hue-rotate(351deg) brightness(96%) contrast(90%)}.terminal-hero__home-layout .card img{height:50px;width:50px;margin-bottom:20px;filter:invert(88%) sepia(9%) saturate(1235%) hue-rotate(4deg) brightness(88%) contrast(94%)}.terminal-hero__home-layout .card .text{color:#d6c38a;font-size:20px;display:flex;text-align:center;height:auto;font-family:Arial,Helvetica,sans-serif;font-weight:500;line-height:1.3;margin-bottom:10px}@media only screen and (max-width:768px){.terminal-hero__home-layout .card .text{font-size:18px}}.terminal-hero__home-layout .card:nth-last-child(2){width:300px}.terminal-hero__home-layout .card-container{display:flex;flex-direction:row;justify-content:space-between;width:100%;max-width:1200px;margin-top:60px}@media only screen and (max-width:1024px){.terminal-hero__home-layout .card-container{margin-top:40px}}@media only screen and (max-width:520px){.terminal-hero__home-layout .card-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:0}}.terminal-hero__home-layout .learn-more{font-family:Arial,Helvetica,sans-serif;font-size:16px;color:#d7d7d7}.terminal-hero__products-layout{display:flex;flex-direction:column;margin:0 auto 10px;text-align:center}.terminal-hero__products-layout .container{display:flex;flex-direction:column;max-width:1100px;height:100%;text-align:center;margin:auto;align-items:center}@media only screen and (max-width:768px){.terminal-hero__products-layout .container{padding:0}}.terminal-hero__products-layout .title{font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-weight:600;font-size:46px;margin:0 auto 30px}@media only screen and (max-width:768px){.terminal-hero__products-layout .title{font-size:30px;margin-bottom:20px}}.terminal-hero__products-layout .text{font-size:28px;font-weight:600;max-width:800px;font-family:Arial,Helvetica,sans-serif;font-style:italic}@media only screen and (max-width:768px){.terminal-hero__products-layout .text{max-width:550px;font-weight:500;font-size:20px}}.terminal-hero__products-layout .link{font-size:20px;text-decoration:none;background-color:#fff;color:#0d3e6f;padding:10px 80px;border-radius:4px;box-shadow:3px 3px 3px hsla(0,0%,43.9%,.89);margin-top:30px;max-width:400px}@media only screen and (max-width:768px){.terminal-hero__products-layout .link{width:80%;padding:10px 40px}}.terminal-hero__products-layout .link:hover{background-color:#e6e6e6}.terminal-hero__products-layout .link:active{background-color:#ccc}.terminal-hero__our-company-layout{max-width:1200px;margin:auto}.terminal-hero__our-company-layout .inner-container{display:grid;width:100%;grid-template-columns:46% 12% 42%;grid-template-rows:60px 1fr}@media only screen and (max-width:1199px){.terminal-hero__our-company-layout .inner-container{width:auto;margin:0 40px}}@media only screen and (max-width:768px){.terminal-hero__our-company-layout .inner-container{display:flex;flex-direction:column;margin:0}}.terminal-hero__our-company-layout .title{font-size:42px;font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-weight:500;grid-column:1;grid-row:1}@media only screen and (max-width:768px){.terminal-hero__our-company-layout .title{margin-left:15px}}.terminal-hero__our-company-layout .text{display:flex;align-items:center;color:#d6c38a;font-size:32px;font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-weight:500;grid-column:1;grid-row:2}@media only screen and (max-width:768px){.terminal-hero__our-company-layout .text{font-size:22px;margin:20px 0 20px 15px}}.terminal-hero__our-company-layout .list{grid-column:3;grid-row:2;background:radial-gradient(#fff,#d4dee8);border-radius:6px;color:#333;padding:35px}@media only screen and (max-width:768px){.terminal-hero__our-company-layout .list{padding:25px}}.terminal-hero__our-company-layout .list p{margin-bottom:25px;font-size:20px;text-align:center}@media only screen and (max-width:1024px) and (min-height:500px){.terminal-hero__our-company-layout .list ul{padding:0 0 0 20px}}@media only screen and (max-width:768px){.terminal-hero__our-company-layout .list ul{padding:0}}.terminal-hero__our-company-layout .list .list-item{margin:20px 20px 25px;position:relative;max-width:350px}@media only screen and (max-width:768px){.terminal-hero__our-company-layout .list .list-item{margin:0 25px 15px 0;max-width:100%;left:25px}}.terminal-hero__our-company-layout .list .list-item:last-child{margin-bottom:10px}.team-grid{padding-top:40px}@media only screen and (max-width:480px){.team-grid{padding-top:30px}}.team-grid__title{text-align:center;font:700 18px Archivo Narrow,sans-serif;font-size:32px;line-height:36px;margin-bottom:40px}@media only screen and (max-width:480px){.team-grid__title{margin-bottom:30px}}.team-grid__holder{zoom:1}.team-grid__holder:after,.team-grid__holder:before{content:"";display:table}.team-grid__holder:after{clear:both}@media only screen and (max-width:480px){.team-grid__holder{padding:0 5px}}.team-grid__row{display:flex;margin-top:28px;zoom:1}.team-grid__row:first-child{margin-top:0}.team-grid__row:after,.team-grid__row:before{content:"";display:table}.team-grid__row:after{clear:both}.team-grid__item{float:left;width:24.10256%;margin-left:1.19658%;margin-bottom:28px}.team-grid__item:first-child{margin-left:0}.team-grid__item:nth-child(4n+5){clear:left;margin-left:0}@media only screen and (max-width:1024px){.team-grid__item{width:32.39437%;margin-left:1.40845%}.team-grid__item:nth-child(4n+5){clear:none;margin-left:1.40845%}.team-grid__item:nth-child(3n+4){clear:left;margin-left:0}}@media only screen and (max-width:768px){.team-grid__item{width:49.05149%;margin-left:1.89702%}.team-grid__item:nth-child(3n+4),.team-grid__item:nth-child(4n+5){clear:none;margin-left:1.89702%}.team-grid__item:nth-child(2n+3){clear:left;margin-left:0}}@media only screen and (max-width:480px){.team-grid__item{float:none;width:100%;margin-bottom:10px}.team-grid__item,.team-grid__item:nth-child(2n+3),.team-grid__item:nth-child(3n+4),.team-grid__item:nth-child(4n+5){clear:none;margin-left:0}}.team-grid__item:hover{box-shadow:0 3px 10px 0 rgba(0,0,0,.4)}.team-grid-item{color:#fff}.team-grid-item__anchor{text-decoration:none;color:inherit}.team-grid-item__anchor:active,.team-grid-item__anchor:hover,.team-grid-item__anchor:link,.team-grid-item__anchor:visited{color:inherit}.team-grid-item__photo{display:block}.team-grid-item__name{font:400 16px Arial,Helvetica,sans-serif;font-size:22px;line-height:26px;margin-bottom:6px}@media only screen and (max-width:480px){.team-grid-item__name{position:relative;padding-right:30px}.team-grid-item__name:after{display:inline-block;vertical-align:middle;font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:-3px;top:0;content:"";font-size:26px}}.team-grid-item__description{font:400 16px Arial,Helvetica,sans-serif;font-size:14px;line-height:20px}.team-grid-item__info{background:#444;padding:12px 15px;height:160px}@media only screen and (max-width:480px){.team-grid-item__info{height:auto;padding-bottom:26px}}.team-grid-item:hover .team-grid-item__photo{filter:grayscale(100%)}.team-grid-item:hover .team-grid-item__name{text-decoration:underline}.team-grid-item:hover .team-grid-item__info{background-color:#004480}.team-member-layout a{text-decoration:none}.team-member-layout__info-column{float:left;width:16.23932%;margin-top:-84px}@media only screen and (max-width:1024px){.team-member-layout__info-column{float:none;margin-top:0;display:block;width:100%}}.team-member-layout__content-column{float:left;width:60.68376%;margin-left:3.4188%}@media only screen and (max-width:1024px){.team-member-layout__content-column{float:none;margin:20px auto 0;padding-top:30px;border-top:1px solid #ccc;width:100%}}.team-member-layout__misc-column{float:left;width:14.52991%;margin-left:5.12821%}.team-member-layout__column-title{font:600 18px Archivo Narrow,sans-serif;font-size:18px;line-height:22px;margin-bottom:8px}.team-member-layout__info{padding-top:44px;margin-left:auto;margin-right:auto;max-width:1170px;zoom:1}@media only screen and (max-width:375px){.team-member-layout__info{padding-top:0}}.team-member-layout__info:after,.team-member-layout__info:before{content:"";display:table}.team-member-layout__info:after{clear:both}.team-member-layout__back{display:block;margin:40px auto 0;width:170px}.team-member-layout__more-team{padding:24px 30px;border:1px solid #ccc;max-width:330px;margin:44px auto 0}@media only screen and (max-width:768px){.team-member-layout__more-team{padding:20px;max-width:none}}.more-team__title{font:700 18px Archivo Narrow,sans-serif;font-size:18px;line-height:26px;margin-bottom:12px}.more-team__items{padding:0;list-style:none}.more-team__item{font-size:18px;line-height:26px;margin-top:16px}@media only screen and (max-width:768px){.more-team__item{margin-top:10px}}.more-team__item:first-child{margin-top:0}.team-member-info{font:400 16px Arial,Helvetica,sans-serif;color:#111}@media only screen and (max-width:1024px){.team-member-info__basic-wrapper{width:190px;margin:0 auto;text-align:center}}@media only screen and (max-width:375px){.team-member-info__basic-wrapper{width:auto;margin:0 -15px;text-align:left}}.team-member-info__photo-wrapper{width:100%;border-radius:50%;border:1px solid #ccc;overflow:hidden;margin:0 auto 11px}@media only screen and (max-width:375px){.team-member-info__photo-wrapper{border-radius:0;border:0;margin-bottom:0}}.team-member-info__photo{width:100%;height:auto}@media only screen and (max-width:375px){.team-member-info__photo_square{display:none}}.team-member-info__photo_full{display:none}@media only screen and (max-width:375px){.team-member-info__photo_full{display:block}}@media only screen and (max-width:375px){.team-member-info__details{color:#fff;background:linear-gradient(315deg,#004480,#00213d);padding:14px 15px 18px}}.team-member-info__name{font:600 18px Archivo Narrow,sans-serif;font-size:20px;line-height:24px;margin-bottom:1px}@media only screen and (max-width:375px){.team-member-info__name{font:700 18px Archivo Narrow,sans-serif;font-size:28px;line-height:1.21}}.team-member-info__title{font-size:16px;line-height:1.5}@media only screen and (max-width:375px){.team-member-info__title{line-height:1.375}}.team-member-info__block{display:block;padding-top:24px;margin-top:24px;border-top:1px solid #ccc}@media only screen and (max-width:768px){.team-member-info__block{padding-top:20px;margin-top:20px}.team-member-info__block:first-child{margin-top:24px;padding-top:20px}}@media only screen and (max-width:375px){.team-member-info__block:first-child{margin-top:24px;padding-top:0;border-top:0}}.team-member-info-block__position{margin-bottom:15px}.team-member-info-block__icon{margin:0 auto;font-size:13px;vertical-align:middle}.team-member-info-block__title{font:600 18px Archivo Narrow,sans-serif;font-size:18px;margin-bottom:15px}.team-member-info-block__content p{font-size:16px;line-height:22px;margin-bottom:10px}.team-member-info-block__content :last-child{margin-bottom:0}.team-member-info-block_centered{text-align:center}.team-member-info-block-title{margin-top:20px;display:table;width:100%}.team-member-info-block-title__icon{vertical-align:middle}.team-member-info-block-title__icon-wrapper{display:table-cell;vertical-align:middle;width:1%;white-space:nowrap;padding-right:10px;font-size:16px}@media only screen and (max-width:375px){.team-member-info-block-title__icon-wrapper{font-size:13px}}.team-member-info-block-title__text{display:table-cell;vertical-align:middle;font:600 18px Archivo Narrow,sans-serif;font-size:18px}.contributor-article-card{display:flex;flex-direction:column;width:100%;padding:20px;background-color:#fff;margin:10px 0;border-radius:5px;box-shadow:3px 5px hsla(0,0%,84.3%,.34901960784313724);border:2px solid #fff}.contributor-article-card__heading-section{display:flex;flex-direction:row;justify-content:space-between}.contributor-article-card__publication{display:flex;flex-direction:row;align-items:center}.contributor-article-card__icon{font-size:8px;margin-right:5px}.contributor-article-card__publication-title{text-decoration:none}.contributor-article-card__publication-title:hover{color:#333;text-decoration:underline}.contributor-article-card__article-title{margin-top:5px;text-decoration:none}.contributor-article-card__article-title:hover{color:#333;text-decoration:underline}.contributor-article-card__is-paid{padding-left:10px;margin-bottom:2px;color:#666}.contributor-article-card__excerpt{margin:10px 0}.contributor-modal{background:rgba(0,0,0,.6);position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;height:100%;width:100%;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.contributor-modal,.contributor-modal__block{display:flex;justify-content:center;align-items:center}.contributor-modal__block{position:relative;border-radius:5px;max-width:1024px;max-height:750px;height:auto;width:auto;background-color:#f1f8fc;flex-direction:row}@media only screen and (max-width:1024px){.contributor-modal__block{height:90%;width:90%}}@media only screen and (max-width:768px){.contributor-modal__block{margin-top:20px;flex-direction:column}}@media only screen and (max-height:740px){.contributor-modal__block{height:80%}}.contributor-modal__analyst-image-section{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:33%;height:100%;padding:20px;border-radius:5px 0 0 5px}@media only screen and (max-width:768px){.contributor-modal__analyst-image-section{border:1px solid #d7d7d7;border-radius:5px 5px 0 0;flex-direction:row;width:100%;max-height:150px}}.contributor-modal__name-section{font-weight:700}@media only screen and (max-width:768px){.contributor-modal__name-section{margin-left:10px;text-align:left;width:90%}}.contributor-modal__position{font-weight:lighter}@media only screen and (max-width:768px){.contributor-modal__position{display:none}}.contributor-modal__position-mobile{font-weight:700}.contributor-modal__publications{margin-top:40px;text-align:left;line-height:1.3em}@media only screen and (max-width:768px){.contributor-modal__publications{display:none}}.contributor-modal__hide-on-desktop{display:none}@media only screen and (max-width:768px){.contributor-modal__hide-on-desktop{display:contents}}.contributor-modal__analyst-main-info-section{background-color:#fff;border-radius:0 5px 5px 0;width:100%;max-height:750px;height:100%;padding:40px;overflow:scroll}.contributor-modal__analyst-main-info-section p{margin-bottom:15px;line-height:1.3em}.contributor-modal__analyst-main-info-section p a{color:#0d3e6f;text-decoration:none}@media only screen and (max-width:768px){.contributor-modal__analyst-main-info-section{border-radius:0 0 5px 5px;padding:20px;overflow:scroll}}.contributor-modal__heading{margin:0 0 10px}@media only screen and (max-width:768px){.contributor-modal__heading{font-size:16px!important;margin-top:10px;font-weight:700;font-family:Arial,Helvetica,sans-serif!important}}.contributor-modal__close{font-size:20px;position:absolute;top:15px;right:15px;background:0 0;border:none}.modal-show{display:contents}.modal-hide{display:none}.contributor-bio{display:flex;flex-direction:column;justify-content:center;max-width:1200px;height:auto;margin:auto auto 20px}@media only screen and (max-width:768px){.contributor-bio{max-width:600px}}.contributor-bio__block{display:flex;flex-direction:row;height:240px}@media only screen and (max-width:768px){.contributor-bio__block{position:relative;flex-direction:column;height:auto}}.contributor-bio__heading{padding:20px 0}@media only screen and (max-width:1024px){.contributor-bio__heading{text-align:center}}.contributor-bio__analyst-image-section{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f1f8fc;border:1px solid #d7d7d7;border-radius:5px 0 0 5px;width:450px;padding:20px}@media only screen and (max-width:768px){.contributor-bio__analyst-image-section{border-radius:5px 5px 0 0;flex-direction:row;width:auto;align-items:left}}.contributor-bio__name{font-weight:700}@media only screen and (max-width:768px){.contributor-bio__name{margin-left:10px;width:90%}}.contributor-bio__main-info-section{border:1px solid #fff;border-radius:0 5px 5px 0;background-color:#fff;position:relative;width:100%}@media only screen and (max-width:768px){.contributor-bio__main-info-section{border-radius:0 0 5px 5px;position:static}}.contributor-bio__info-section{padding:20px}@media only screen and (max-width:768px){.contributor-bio__info-section{min-height:150px}}.contributor-bio__analyst-info{align-items:center;display:flex;flex-direction:row;font-weight:700;justify-content:space-between}@media only screen and (max-width:768px){.contributor-bio__soical-links{position:absolute;top:20px;right:20px}}.contributor-bio__link{font-size:22px;margin-left:15px;color:#0d3e6f!important}.contributor-bio__publications{width:95%;margin:5px 0}@media only screen and (max-width:768px){.contributor-bio__publications{width:auto}}.contributor-bio__description{-webkit-line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:5px 0 30px;width:95%;line-height:1.2em}@media only screen and (max-width:768px){.contributor-bio__description{width:auto}}.contributor-bio__full-link{position:absolute;bottom:20px;right:20px}.contributor-bio__full-link:hover{color:#086abf}.contributor-content-card{background-color:#fff;border-radius:5px;box-shadow:3px 5px hsla(0,0%,84.3%,.34901960784313724);position:relative;width:100%;height:auto;border:1px solid #eef1f6;max-width:340px}.contributor-content-card:hover{cursor:pointer;border:1px solid #0d3e6f}.contributor-content-card__image{width:100%;border-top-left-radius:5px;border-top-right-radius:5px;background-color:#0d3e6f}.contributor-content-card__image img{width:100%;height:100%;border-top-left-radius:5px;border-top-right-radius:5px}.contributor-content-card__image-fixed{height:166px}.contributor-content-card__info{min-height:160px;padding:20px}.contributor-content-card__title{-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#000;margin-bottom:10px;text-decoration:none}.contributor-content-card__date{color:#909090!important}.contributor-content-card__description{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#909090;margin-top:10px;margin-bottom:20px}.contributor-content-card__btn-link{background-color:#686262;color:#fff;border:0;font-size:13px;font-family:ArialMT,Arial,sans-serif;position:absolute;padding:5px;left:20px;bottom:20px;width:100px;transition:.3s;text-align:center;text-decoration:none}.contributor-content-card__btn-link:hover{color:#fff;background-color:#868181}.contributor-content-card__play-all{position:absolute;right:20px;bottom:25px;font-size:13px;font-family:ArialMT,Arial,sans-serif;color:#0d3e6f;width:75px;text-align:right}.contributor-content-card__play-all-text{padding-left:7px}.contributor-content__container{width:100%}.contributor-content__heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px 0;width:100%}@media only screen and (max-width:1024px){.contributor-content__heading{text-align:center;flex-direction:column}}.contributor-content__feed{width:100%;margin-bottom:15px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:30px 15px}@media(max-width:960px){.contributor-content__feed{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width:768px){.contributor-content__feed{grid-template-columns:1fr 1fr}}@media only screen and (max-width:480px){.contributor-content__feed{grid-template-columns:1fr;display:flex;flex-direction:column;justify-content:center;align-items:center}}.contributor-large-bio{display:flex;justify-content:center;align-items:center;height:100%;margin-bottom:20px}.contributor-large-bio__container{background-color:#f1f8fc;border-radius:6px;max-width:1200px;width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;position:relative;box-shadow:3px 5px hsla(0,0%,84.3%,.34901960784313724)}@media only screen and (max-width:768px){.contributor-large-bio__container{margin-top:20px;flex-direction:column}}.contributor-large-bio__analyst-image-section{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:33%;background-color:#f1f8fc;padding:20px;border-radius:5px 0 0 5px}@media only screen and (max-width:768px){.contributor-large-bio__analyst-image-section{border:1px solid #d7d7d7;border-radius:5px 5px 0 0;flex-direction:row;width:100%;max-height:150px}}.contributor-large-bio__name-section{font-weight:700}@media only screen and (max-width:768px){.contributor-large-bio__name-section{margin-left:10px;text-align:left;width:90%}}.contributor-large-bio__position{font-weight:500}@media only screen and (max-width:768px){.contributor-large-bio__position{display:none}}.contributor-large-bio__position-mobile{font-weight:700}.contributor-large-bio__publications{margin-top:35px;text-align:left;line-height:1.3em}@media only screen and (max-width:768px){.contributor-large-bio__publications{display:none}}.contributor-large-bio__hide-on-desktop{display:none}@media only screen and (max-width:768px){.contributor-large-bio__hide-on-desktop{display:contents}}.contributor-large-bio__analyst-main-info-section{background:#fff;border-radius:0 5px 5px 0;width:100%;padding:20px}.contributor-large-bio__analyst-main-info-section p{margin-bottom:15px;line-height:1.3em}.contributor-large-bio__analyst-main-info-section p a{color:#0d3e6f;text-decoration:none}@media only screen and (max-width:768px){.contributor-large-bio__analyst-main-info-section{border-radius:0 0 5px 5px;padding:20px;overflow:scroll}}.contributor-large-bio__social-links{position:absolute;top:20px;right:20px}.contributor-large-bio__heading{margin:0 0 10px}@media only screen and (max-width:768px){.contributor-large-bio__heading{font-size:16px!important;margin-top:10px;font-weight:700;font-family:Arial,Helvetica,sans-serif!important}}.contributor-publication-card{box-shadow:3px 5px hsla(0,0%,84.3%,.34901960784313724);max-width:404px;height:auto;padding:20px;background-color:#fff;margin:10px 10px 10px 0;border-radius:5px;border:1px solid #fff;border-left:4px solid #00559f;cursor:pointer}.contributor-publication-card_theme_blue{border-left-color:#00559f}.contributor-publication-card_theme_teal-blue,.contributor-publication-card_theme_wdblue{border-left-color:#006895}.contributor-publication-card_theme_purple{border-left-color:#1b1464}.contributor-publication-card_theme_brown{border-left-color:#663813}.contributor-publication-card_theme_maroon{border-left-color:#a22c22}.contributor-publication-card_theme_lgreen{border-left-color:#448131}.contributor-publication-card_theme_bar-green,.contributor-publication-card_theme_green{border-left-color:#174613}.contributor-publication-card_theme_sky{border-left-color:#017dbc}.contributor-publication-card_theme_alliance,.contributor-publication-card_theme_yellow{border-left-color:#e7ba21}.contributor-publication-card_theme_aqua{border-left-color:#00a8a3}.contributor-publication-card_theme_sps-blue,.contributor-publication-card_theme_sr-team{border-left-color:#00559f}.contributor-publication-card_theme_grey{border-left-color:#4e5460}.contributor-publication-card_theme_gold{border-left-color:#e8b103}.contributor-publication-card_theme_gold-alt{border-left-color:#2b2b2b}.contributor-publication-card_theme_orange{border-left-color:#d86600}.contributor-publication-card_theme_mccall{border-left-color:#000}.contributor-publication-card_theme_blue-bill{border-left-color:#005e8f}@media only screen and (max-width:768px){.contributor-publication-card{max-width:100%;margin-right:0}}.contributor-publication-card__heading{display:flex;flex-direction:row;justify-content:space-between}.contributor-publication-card__title{font-weight:700}.contributor-publication-card__arrow-icon{color:#1a7592}.contributor-publication-card__desciption{padding:10px 0 20px}.contributor-publication-card__btn-link{display:flex;justify-content:center;border:1px solid #0d3e6f;padding:5px 20px;border-radius:5px;text-decoration:none;max-width:125px;margin:auto;color:#000;transition:.03s}.contributor-publication-card__btn-link:hover{background-color:#0d3e6f;color:#fff}.active-pub{border-top:1px solid #0d3e6f;border-right:1px solid #0d3e6f;border-bottom:1px solid #0d3e6f}.active-pub:hover{cursor:default}.expand-card{display:contents}.collapse-card{display:none}.contributor-publication-feed{max-width:1200px;height:auto;margin:20px 0}.contributor-publication-feed__heading{padding:20px 0}@media only screen and (max-width:1024px){.contributor-publication-feed__heading{text-align:center}}.contributor-publication-feed__content{display:flex;flex-direction:row}@media only screen and (max-width:768px){.contributor-publication-feed__content{flex-direction:column}}.contributor-publication-feed__publication-section{width:50%}@media only screen and (max-width:768px){.contributor-publication-feed__publication-section{width:100%}}.contributor-publication-feed__article-section{width:100%;margin-left:10px}@media only screen and (max-width:768px){.contributor-publication-feed__article-section{display:none}}.contributor-publication-feed__no-articles{text-align:center;padding:40px 0}.contributor-publication-feed__article-loader{min-height:700px}.contributor-team{margin-bottom:20px}.contributor-team__heading{display:flex;flex-direction:row;padding:20px 0;width:100%}@media only screen and (max-width:1024px){.contributor-team__heading{justify-content:center}}.contributor-team__container{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:30px 15px}@media only screen and (max-width:1024px){.contributor-team__container{grid-template-columns:1fr 1fr 1fr 1fr}}@media only screen and (max-width:768px){.contributor-team__container{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width:480px){.contributor-team__container{grid-template-columns:1fr 1fr}}@media only screen and (max-width:375px){.contributor-team__container{grid-template-columns:1fr}}.contributor-team__team-member{text-decoration:none;text-align:center;margin:20px 0}.contributor-team__team-member a{text-decoration:none}.contributor-team__team-member:hover img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.contributor-team__img{max-width:160px;width:100%;border-radius:50%;overflow:hidden;margin:0 auto 11px}.contributor-team__name{padding-top:10px;font-size:16px;color:#0d3e6f}.contributor-team__position{padding-top:10px}.contributor-32{font-size:32px}.contributor-28,.contributor-32{font-family:Archivo Narrow,sans-serif;color:#666}.contributor-28{font-size:28px}.contributor-26{font-size:26px;font-family:Archivo Narrow,sans-serif;color:#333}@media only screen and (max-width:768px){.contributor-26{font-size:18px}}.contributor-18{font-size:18px;font-family:Archivo Narrow,sans-serif;color:#333}.contributor-16{font-size:16px;line-height:1.2em}.contributor-14,.contributor-16{font-family:Arial,Helvetica,sans-serif;color:#333}.contributor-14{font-size:14px}.contributor-link{text-decoration:none;color:#0d3e6f;cursor:pointer}.contributor-link:hover{text-decoration:underline}.contributor-img-wrapper{max-width:160px;border-radius:50%;overflow:hidden;margin:0 auto 5px}@media only screen and (max-width:768px){.contributor-img-wrapper{width:25%;margin:0}}.contributor-social-links{font-size:24px;margin-left:10px;color:#0d3e6f}.gray-bg{background-color:#eef1f6}.back-to-team__container{display:flex;flex-direction:column;justify-content:center;max-width:1230px;margin:auto;padding:30px 15px 10px}@media only screen and (max-width:1024px){.back-to-team__container{padding-left:15px}}.contributor-icon{font-size:15px}.contributor-loader{padding:40px 0;width:100%;display:flex;justify-content:center}.contributor__one-line{-webkit-line-clamp:1}.contributor__two-line{-webkit-line-clamp:2}.contributor__three-line{-webkit-line-clamp:3}.contributor-subscribe__input{border-radius:6px;width:100%;margin:5px 0 10px;border:1px solid #797979;padding:10px}.contributor-subscribe__input:focus{outline:1px solid #0d3e6f}.contributor-subscribe__btn-container{display:flex;flex-direction:row;justify-content:center;text-align:center}@media only screen and (max-width:1024px){.contributor-subscribe__btn-container{flex-direction:column}}@media only screen and (max-width:768px){.contributor-subscribe__btn-container{flex-direction:row}}@media only screen and (max-width:375px){.contributor-subscribe__btn-container{flex-direction:column}}.contributor-subscribe__subscribe-now{background-color:transparent;border:1px solid #797979;padding:5px 20px;border-radius:5px;text-decoration:none;color:#797979;margin:5px 5px 0}.contributor-subscribe__subscribe-now:enabled{border:1px solid #0d3e6f;color:#0d3e6f}.contributor-subscribe__subscribe-now:enabled:active{background-color:#0d3e6f;color:#fff}@media only screen and (max-width:1024px){.contributor-subscribe__subscribe-now{margin-left:0;margin-right:0}}@media only screen and (max-width:768px){.contributor-subscribe__subscribe-now{margin:5px 5px 0}}@media only screen and (max-width:375px){.contributor-subscribe__subscribe-now{margin-left:0;margin-right:0}}.contributor-subscribe__learn-more{border:1px solid #0d3e6f;padding:5px 20px;border-radius:5px;text-decoration:none;color:#0d3e6f;margin:5px 5px 0}.contributor-subscribe__learn-more:hover{background-color:#0d3e6f;color:#fff}@media only screen and (max-width:1024px){.contributor-subscribe__learn-more{margin-left:0;margin-right:0}}@media only screen and (max-width:768px){.contributor-subscribe__learn-more{margin:5px 5px 0}}@media only screen and (max-width:375px){.contributor-subscribe__learn-more{margin-left:0;margin-right:0}}.about-layout__content{max-width:710px;margin:48px auto 0}.about-layout__content_wider{max-width:770px}.about-layout__meet-the-team-background{position:relative;height:126px;background:linear-gradient(180deg,hsla(0,0%,93.3%,0),#eee)}.about-layout__meet-the-team-background:after{content:"";background:url(assets/img/meet-the-team__bottom-bg.svg);background-size:cover;position:absolute;left:0;right:0;bottom:0;height:100%}.about-layout__meet-the-team{position:relative;max-width:730px;margin:-80px auto 0}.download-callout__container{display:flex;flex-direction:row;background:linear-gradient(#edf1f5,#f9f9f9);justify-content:center;justify-items:center;margin:auto;max-width:1200px;padding:60px;align-items:center}@media(max-width:960px){.download-callout__container{padding:40px}}@media only screen and (max-width:520px){.download-callout__container{display:grid;grid-template-columns:60% 40%;grid-template-rows:80% 20%;padding:20px 20px 30px}}@media only screen and (max-width:320px){.download-callout__container{padding:15px}}.download-callout__body{display:flex;flex-direction:column;margin:auto 0 auto 50px}@media only screen and (max-width:520px){.download-callout__body{grid-column:1;grid-row:1;padding-left:10px;margin:auto 0}}@media only screen and (max-width:320px){.download-callout__body{padding-top:15px}}.download-callout__title{font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-weight:500;font-size:36px;line-height:normal;color:#0d3e6f;margin-bottom:6px}@media only screen and (max-width:768px){.download-callout__title{font-size:28px}}@media only screen and (max-width:520px){.download-callout__title{font-size:22px}}.download-callout__description{color:#333;font-family:Arial,Helvetica,sans-serif;font-size:20px;padding:10px 0}@media only screen and (max-width:520px){.download-callout__description{font-size:18px}}.download-callout__action-button{text-decoration:none;text-align:center;background-color:#0d3e6f;font-family:Arial,Helvetica,sans-serif;color:#fff;padding:8px 0;border-radius:5px;border:1px solid #0d3e6f;font-size:18px;font-weight:600;transition:.2s;width:180px;margin-top:40px}.download-callout__action-button:hover{color:#fff;background-color:#3575ad}@media only screen and (max-width:768px){.download-callout__action-button{margin-top:25px}}@media only screen and (max-width:520px){.download-callout__action-button{font-weight:500;grid-column:1/2;grid-row:2;margin-left:35%}}.download-callout__featured-image{width:172px;max-height:100%}@media only screen and (max-width:768px){.download-callout__featured-image{grid-column:2;grid-row:1;padding-right:10px;margin-left:10px;width:142px}}@media only screen and (max-width:320px){.download-callout__featured-image{padding-right:0}}.meet-the-team__team-members{margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:1170px;zoom:1}.meet-the-team__team-members:after,.meet-the-team__team-members:before{content:"";display:table}.meet-the-team__team-members:after{clear:both}.meet-the-team__team-member{float:left;height:110px;width:110px;border-radius:50%;border:1px solid #ccc;overflow:hidden;margin-left:6.16438%}.meet-the-team__team-member:first-child{margin-left:0}.meet-the-team__action-button{display:block;width:176px;margin:0;padding:11px 36px 11px 16px}.meet-the-team-banner{width:100%;background-color:#fff}.meet-the-team-banner__container{display:flex;flex-direction:column;margin:auto;max-width:1200px;position:relative;height:270px;padding:30px 60px}@media only screen and (max-width:768px){.meet-the-team-banner__container{height:auto;padding:0}}.meet-the-team-banner__background{position:absolute;left:0;right:0;top:0;bottom:0;background-size:cover;background-position:50%}@media only screen and (max-width:768px){.meet-the-team-banner__background_desktop{display:none}}.meet-the-team-banner__background_mobile{display:none;background-position:100%;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width:768px){.meet-the-team-banner__background_mobile{display:block}}.meet-the-team-banner__inner{position:relative;max-width:500px;margin-bottom:20px}@media only screen and (max-width:768px){.meet-the-team-banner__inner{max-width:100%;display:flex;flex-direction:column;align-items:center;background-color:#fafafa;padding:20px 20px 30px;margin-bottom:0}}.meet-the-team-banner__text{color:#0d3e6f;font-family:Arial,Helvetica,sans-serif;font-weight:600;font-size:28px;line-height:normal;text-align:left}@media(max-width:960px){.meet-the-team-banner__text{max-width:400px}}@media only screen and (max-width:768px){.meet-the-team-banner__text{font-size:20px;text-align:center;max-width:700px}}.meet-the-team-banner__cta{display:block;text-decoration:none;text-align:center;background-color:#0d3e6f;font-family:Arial,Helvetica,sans-serif;color:#fff;padding:8px 0;border-radius:5px;border:1px solid #0d3e6f;font-size:18px;font-weight:600;transition:.2s;width:180px;margin-top:40px}@media only screen and (max-width:768px){.meet-the-team-banner__cta{margin-top:20px;font-weight:500}}.meet-the-team-banner__cta:hover{color:#fff;background-color:#3575ad}.faq-list__title{text-transform:none;margin-bottom:28px;border-bottom:0}.faq-list-section__title{color:#222;font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-weight:500;font-size:36px;margin-bottom:23px}@media only screen and (max-width:768px){.faq-list-section__title{font-size:28px}}.faq-list-section__items{list-style:none;padding:0;margin:0}.faq-list-section__item{margin-top:10px;border-top:1px solid #ccc;padding-top:10px}.faq-list-section__item:first-child{margin-top:0;border-top:none;padding-top:0}.faq-list-section__item:last-child{border-bottom:1px solid #ccc;padding-bottom:10px}.faq-list-section-item{padding-left:16px}.faq-list-section-item__question{background-color:#fff;text-align:inherit;width:100%;border:none;color:#0d3e6f;position:relative;padding:10px 59px 10px 0;font-weight:400;font-size:20px;line-height:28px;cursor:pointer}.faq-list-section-item__question:after{position:absolute;right:10px;top:10px;content:"";color:#0d3e6f;display:inline-block;vertical-align:middle;font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px}.faq-list-section-item__answer{display:none;margin-top:20px;padding-bottom:20px;padding-right:59px}.faq-list-section-item_expanded .faq-list-section-item__question:after{content:""}.faq-list-section-item_expanded .faq-list-section-item__answer{display:block}.contact-us-grid{display:flex;flex-direction:column}.contact-us-grid .text-content{margin-bottom:40px}.contact-us-grid-detail-column__title{font:700 18px Archivo Narrow,sans-serif;font-size:18px;line-height:26px;border-bottom:1px solid #ccc;padding-bottom:7px;margin-bottom:12px}.contact-us-grid-detail-column__address-part{display:inline-block;width:160px}@media only screen and (max-width:375px){.contact-us-grid-detail-column__address-part{display:block;margin-top:14px}.contact-us-grid-detail-column__address-part:first-child{margin-top:0}}.contact-us-grid-detail-column__content{margin-bottom:40px}.contact-us-grid-detail-column__title-icon{font-size:20px;margin-right:3px;vertical-align:sub}.contact-page{display:flex;flex-direction:column;align-items:center;margin:auto}.contact-page .page-intro{text-align:center;width:100%}.contact-page__inner-container{display:flex;flex-direction:row;margin:40px auto;max-width:1200px}@media only screen and (max-width:1024px){.contact-page__inner-container{margin-top:0}}@media only screen and (max-width:1024px){.contact-page,.contact-page__inner-container{flex-direction:column;align-items:center}}@media only screen and (max-width:768px){.contact-page .mobile-styling{margin:auto 20px}}.contact-page__information{display:flex;flex-direction:column;width:50%}.contact-page__information.desktop{display:flex}@media only screen and (max-width:1024px){.contact-page__information.desktop{display:none}}.contact-page__information.mobile{display:flex;width:100%}@media only screen and (min-width:1025px){.contact-page__information.mobile{display:none}}.contact-page .contact-us-layout__section-title{margin-bottom:40px}@media only screen and (max-width:768px){.contact-page .contact-us-layout__section-title{margin-bottom:30px}}.contact-page .contact-us-layout__contact-form{max-width:570px}.contact-us-form__field{margin-top:24px}.contact-us-form__field-notice{margin-top:0}@media only screen and (max-width:768px){.contact-us-form__field{margin-top:15px}}.contact-us-form__field:first-child{margin-top:0}.contact-us-form__message-area{min-height:224px}.contact-us-form__submit{width:320px;margin-top:38px}@media only screen and (max-width:768px){.contact-us-form__submit{margin-top:19px}}.form-field__label{display:inline-block;font:600 18px Archivo Narrow,sans-serif;font-size:16px;line-height:19px;margin-bottom:4px}.form-field__with-error-message{margin-bottom:-8px}.form-field_size_small .form-field__label{margin-bottom:3px;font-size:14px;line-height:17px}.form-field_type_select{position:relative;z-index:1}.form-field_type_select:after{position:absolute;display:block;width:40px;text-align:center;z-index:10;content:"\25BC";color:#ccc;top:52%;right:0;transform:translateY(-50%);font-size:.75em}.hide-label{display:none}.text-input{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;display:block;width:100%;border:1px solid #ccc;border-radius:3px;padding:16px 14px;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.text-input :-moz-placeholder,.text-input :-ms-input-placeholder,.text-input ::-moz-placeholder,.text-input ::-webkit-input-placeholder{color:#555}.text-input:focus{border:1px solid #427be4;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);outline:none}.text-input._invalid,.text-input.ng-invalid.ng-touched{border-color:#d23528}.text-input._invalid:focus,.text-input.ng-invalid.ng-touched:focus{border-color:#d23528;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);outline:none}.text-input_size_small{font-size:16px;line-height:20px;padding-top:9px;padding-bottom:9px}.text-input_size_medium{font-size:16px;line-height:20px;padding-top:11px;padding-bottom:11px}.textarea-input{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;display:block;width:100%;border:1px solid #ccc;border-radius:3px;padding:17px 14px;max-width:100%;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.textarea-input :-moz-placeholder,.textarea-input :-ms-input-placeholder,.textarea-input ::-moz-placeholder,.textarea-input ::-webkit-input-placeholder{color:#555}.textarea-input:focus{border:1px solid #427be4;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);outline:none}.textarea-input.ng-invalid.ng-touched{border-color:#d23528}.textarea-input.ng-invalid.ng-touched:focus{border-color:#d23528;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);outline:none}.textarea-input_size_small{font-size:16px;line-height:20px;padding-top:9px;padding-bottom:9px}.select-box{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;width:100%;border:1px solid #ccc;border-radius:3px;padding:16px 14px;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);display:block;background-color:#fff;-webkit-appearance:unset;-moz-appearance:unset;appearance:unset}.select-box.placeholder{color:#555}.select-box:focus{border:1px solid #427be4;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);outline:none}.select-box._invalid,.select-box.ng-invalid.ng-touched{border-color:#d23528}.select-box._invalid:focus,.select-box.ng-invalid.ng-touched:focus{border-color:#d23528;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);outline:none}.select-box_size_small{font-size:16px;line-height:20px;padding-top:9px;padding-bottom:9px}.select-box_size_medium{font-size:16px;line-height:20px;padding-top:11px;padding-bottom:11px}.products-layout__title{color:#666;font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-weight:300;font-size:30px;max-width:1200px;margin:24px auto}@media only screen and (max-width:768px){.products-layout__title{margin-left:15px}}.products-layout__featured-products{margin-bottom:20px}.products-layout__section-heading{margin-bottom:42px}@media only screen and (max-width:768px){.products-layout__section-heading{margin-bottom:32px}}.products-layout__portfolio-solutions{max-width:1110px;margin:0 auto 61px}.products-layout__service-list-header{margin-bottom:42px}.products-layout__bundled-membership-list{margin:0 auto}.products-section-heading{text-align:center}.products-section-heading__title{font:700 18px Archivo Narrow,sans-serif;font-size:32px;line-height:36px;margin-bottom:18px}.products-section-heading__title:after{content:"";display:block;max-width:120px;border-bottom:1px solid #555;margin:23px auto 0}.products-section-heading__subtitle{font:400 16px Arial,Helvetica,sans-serif;font-size:20px;line-height:28px;max-width:970px;margin:0 auto 10px}.products-section-heading__footnote{font:600 18px Archivo Narrow,sans-serif;font-size:13px;line-height:16px}.portfolio-solutions-grid{zoom:1}.portfolio-solutions-grid:after,.portfolio-solutions-grid:before{content:"";display:table}.portfolio-solutions-grid:after{clear:both}.portfolio-solutions-grid__item{float:left;margin-left:1.08108%;width:32.61261%}@media only screen and (max-width:768px){.portfolio-solutions-grid__item{width:100%;float:none;margin-left:0;margin-bottom:20px}}.portfolio-solutions-grid__item:first-child{margin-left:0}.portfolio-solution{border-radius:0 0 6px 6px;clip-path:polygon(-5px 25px,25px -5px,101% -5px,101% 101%,-5px 101%)}.portfolio-solution__title{text-align:center;padding:12px 0;font:700 18px Archivo Narrow,sans-serif;font-size:24px;line-height:26px;color:#fff;background:#00559f}.portfolio-solution__icon{display:inline-block;vertical-align:middle;font-size:17px;margin-right:4px}.portfolio-solution__content{padding:20px 24px;border:1px solid #ccc;border-top:none;background:#fff}@media only screen and (max-width:768px){.portfolio-solution__content{padding-bottom:30px}}.portfolio-solution__description{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:22px;text-align:center;margin-bottom:22px}.portfolio-solution__action-button{display:block;width:200px;margin:0 auto}@media only screen and (max-width:768px){.portfolio-solution__action-button{width:181px}}.portfolio-solution__footnote{background:#eee;border:1px solid #ccc;border-top:none;margin-top:-1px;padding:11px 24px 13px;border-radius:0 0 6px 6px}.portfolio-solution__features-heading,.portfolio-solution__footnote{font:600 18px Archivo Narrow,sans-serif;font-size:13px;line-height:16px}.portfolio-solution__features-heading{text-transform:uppercase;border-bottom:1px solid #ccc;padding-bottom:5px;margin-bottom:14px}.portfolio-solution_shadow{box-shadow:0 1px 4px 0 rgba(0,0,0,.25)}.portfolio-solution__feature-list{font-size:14px;line-height:20px}.portfolio-solution__details{margin-top:22px}@media only screen and (max-width:375px){.portfolio-solution__details{display:none}.portfolio-solution__details_important{display:block}}.portfolio-solution_no-footnote .portfolio-solution__content{border-radius:0 0 6px 6px}.portfolio-solution_theme_darker .portfolio-solution__title{background:#004480}.portfolio-solution_theme_darkest .portfolio-solution__title{background:#003766}.service-list-header{padding:0 20px;zoom:1}@media only screen and (max-width:768px){.service-list-header{padding:0 15px}}.service-list-header:after,.service-list-header:before{content:"";display:table}.service-list-header:after{clear:both}.service-list-header__title{font:700 18px Archivo Narrow,sans-serif;font-size:32px;line-height:36px;margin-bottom:5px}.service-list-header__filter-text{font:400 16px Arial,Helvetica,sans-serif;font-size:20px;line-height:28px;max-width:740px;text-align:left}@media only screen and (max-width:768px){.service-list-header__filter-text{margin-bottom:32px;font-size:18px;line-height:1.44}}.service-list-header__filters{position:relative;padding-right:310px;zoom:1}@media only screen and (max-width:768px){.service-list-header__filters{padding-right:0;text-align:center}}.service-list-header__filters:after,.service-list-header__filters:before{content:"";display:table}.service-list-header__filters:after{clear:both}.service-list-header__filter{position:absolute;right:6px;top:50%;transform:translateY(-50%)}@media only screen and (max-width:768px){.service-list-header__filter{position:relative;top:auto;right:auto;transform:none}}.service-list-item{display:block;width:100%;background:#fff}.service-list-item__icon{display:inline-block;vertical-align:middle;margin-right:8px;font-size:16px}.service-list-item__title{display:inline-block;vertical-align:middle;width:calc(100% - 42px)}.service-list-item__content{display:table;width:100%}@media only screen and (max-width:768px){.service-list-item__content{display:flex;flex-wrap:wrap;padding:18px}}.service-list-item__action,.service-list-item__description,.service-list-item__notice,.service-list-item__title-wrapper{padding:19px 0;display:table-cell;vertical-align:middle}@media only screen and (max-width:768px){.service-list-item__action,.service-list-item__description,.service-list-item__notice,.service-list-item__title-wrapper{display:block;padding:0}}.service-list-item__title-wrapper{order:1;padding-left:25px;width:32.11009%;font:700 18px Archivo Narrow,sans-serif;font-size:17px;line-height:22px}@media only screen and (max-width:768px){.service-list-item__title-wrapper{padding:0;width:auto;margin-bottom:10px;flex-basis:calc(100% - 50px)}}.service-list-item__description{font:400 16px Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;width:34.86239%;padding-left:22px;padding-right:22px}@media only screen and (max-width:768px){.service-list-item__description{order:3;width:100%;padding:0;margin-bottom:14px}}.service-list-item__notice{font:600 18px Archivo Narrow,sans-serif;font-size:13px;line-height:16px;padding-left:19px;width:19.26606%}@media only screen and (max-width:768px){.service-list-item__notice{order:4;padding:0;width:auto}}.service-list-item__action{width:13.76147%;text-align:center}@media only screen and (max-width:1024px){.service-list-item__action{text-align:right;padding-right:30px;font-size:32px;line-height:1}}@media only screen and (max-width:768px){.service-list-item__action{width:50px;order:2;margin-left:auto;padding:0;font-size:28px}}.service-list-item__action-link{display:inline-block}@media only screen and (max-width:1024px){.service-list-item__action-link_desktop{display:none}}.service-list-item__action-link_mobile{display:none}@media only screen and (max-width:1024px){.service-list-item__action-link_mobile{display:inline-block}}.service-list-item__tag{display:none;background:#eee;border-radius:11px;font:500 18px Archivo Narrow,sans-serif;font-size:12px;line-height:1.17;padding:2px 8px 3px}@media only screen and (max-width:768px){.service-list-item__tag{display:inline-block;order:5;margin-left:auto;align-self:flex-end}}@media only screen and (max-width:768px){.service-list-item_no-notice{flex-direction:column}}@media only screen and (max-width:768px){.service-list-item_no-notice .service-list-item__content{padding-bottom:24px}}@media only screen and (max-width:768px){.service-list-item_no-notice .service-list-item__title-wrapper{width:auto}}.service-list-item_no-notice .service-list-item__notice{display:none}.service-list-item_no-notice .service-list-item__description{width:47.00855%}@media only screen and (max-width:768px){.service-list-item_no-notice .service-list-item__description{order:2;width:auto;margin-bottom:20px}}.service-list-item_no-notice .service-list-item__action{width:20.51282%;padding-left:30px;padding-right:19px}@media only screen and (max-width:768px){.service-list-item_no-notice .service-list-item__action{order:3;width:auto;padding:0;margin:0 auto}}.service-list-item_no-notice .service-list-item__tag{display:none}.service-list-item_dummy .service-list-item__title-wrapper{width:100%}.service-list-item_dummy .service-list-item__action,.service-list-item_dummy .service-list-item__description,.service-list-item_dummy .service-list-item__notice{display:none}.service-list__section{margin-bottom:50px}@media only screen and (max-width:768px){.service-list__section{margin-bottom:20px}}.service-list__section:last-child{margin-bottom:0}.service-list-section{box-shadow:0 1px 4px 0 rgba(0,0,0,.25)}.service-list-section__title{position:relative;font:500 18px Archivo Narrow,sans-serif;font-size:26px;line-height:32px;color:#fff;padding:8px 30px 12px;background-color:#004480}.service-list-section__content{background:#f8f8f8;padding:30px}@media only screen and (max-width:768px){.service-list-section__content{padding:20px 15px}}.service-list-section__description{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:24px;margin-bottom:16px;max-width:960px}.service-list-section__footnote{font:500 18px Archivo Narrow,sans-serif;font-size:13px;line-height:17px}.service-list-section__items{margin-top:30px}@media only screen and (max-width:768px){.service-list-section__items{margin-top:20px}}.service-list-section__items:first-child{margin-top:0}.service-list-section__item{position:relative;background:#fff;border:1px solid #ddd;margin-bottom:2px;transition:all .1s;top:0}@media only screen and (max-width:768px){.service-list-section__item{margin-bottom:4px}}.service-list-section__item:not(.service-list-section__item_dummy){cursor:pointer}.service-list-section__item:not(.service-list-section__item_dummy):before{content:"";display:block;position:absolute;left:0;top:0;bottom:0;width:8px;background:#086abf;opacity:0}.service-list-section__item:not(.service-list-section__item_dummy):hover{box-shadow:0 2px 8px 0 rgba(0,0,0,.25);z-index:5;top:-1px}.service-list-section__item:not(.service-list-section__item_dummy):hover:before{opacity:1}.service-list-section__item:last-child{margin-bottom:0}.bundled-membership{border-radius:0 0 6px 6px;box-shadow:0 1px 4px 0 rgba(0,0,0,.25)}.bundled-membership__heading{font:700 18px Archivo Narrow,sans-serif;font-size:14px;line-height:20px;padding:4px 24px}.bundled-membership__content{padding:23px 24px 24px}.bundled-membership__icon{display:inline-block;margin-right:12px;font-size:19px;float:left}.bundled-membership__icon-wrapper{display:table-cell;vertical-align:top}.bundled-membership__title{display:table;font:700 18px Archivo Narrow,sans-serif;font-size:18px;line-height:22px;margin-bottom:14px}.bundled-membership__title-text{display:table-cell;vertical-align:middle}.bundled-membership__description{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;margin-bottom:14px}.bundled-membership__note{font:700 18px Archivo Narrow,sans-serif;font-size:14px;line-height:20px;margin-bottom:12px}.bundled-membership__contact-cta{font:600 18px Archivo Narrow,sans-serif;font-size:18px;line-height:26px}.bundled-membership__contact-phone{font:700 18px Archivo Narrow,sans-serif;font-size:22px;line-height:30px;color:#004480;margin-top:4px}.bundled-membership_theme_blue .bundled-membership__heading{color:#000;background-color:#106691}.bundled-membership_theme_brown .bundled-membership__heading{color:#000;background-color:#663813}.bundled-membership_theme_maroon .bundled-membership__heading{color:#000;background-color:#a22c22}.bundled-membership_theme_lgreen .bundled-membership__heading{color:#000;background-color:#448131}.bundled-membership_theme_green .bundled-membership__heading{color:#000;background-color:#174613}.bundled-membership_theme_sky .bundled-membership__heading{color:#000;background-color:#017dbc}.bundled-membership_theme_sps-blue .bundled-membership__heading,.bundled-membership_theme_sps .bundled-membership__heading{color:#000;background-color:#106691}.bundled-membership_theme_cho .bundled-membership__heading{color:#000;background-color:#00a8a3}.bundled-membership_theme_pwp .bundled-membership__heading{color:#000;background-color:#552e8f}.bundled-membership_theme_alliance .bundled-membership__heading{color:#000;background-color:#d6a812}.bundled-membership_theme_radio .bundled-membership__heading{color:#000;background-color:#106691}.bundled-membership-list{display:flex;justify-content:center;zoom:1}.bundled-membership-list:after,.bundled-membership-list:before{content:"";display:table}.bundled-membership-list:after{clear:both}@media only screen and (max-width:768px){.bundled-membership-list{flex-direction:column}}.bundled-membership-list__item{width:31.57895%;margin-left:2.63158%;margin-right:2.63158%}@media only screen and (max-width:768px){.bundled-membership-list__item{float:none;width:100%;margin-left:0;margin-top:20px}}.bundled-membership-list__item:first-child{margin-left:0;margin-top:0}.featured-products{position:relative;padding-bottom:70px}.featured-products__background{margin-bottom:-500px;z-index:0}@media only screen and (max-width:768px){.featured-products__background{margin-bottom:-605px}}@media only screen and (max-width:375px){.featured-products__background{margin-bottom:-615px}}.featured-products__content{position:relative;max-width:1600px;margin:40px auto 0;z-index:5;padding:0 15px}@media only screen and (max-width:768px){.featured-products__content{margin-top:26px}}.featured-products__heading{max-width:870px;margin:0 auto}.featured-products__grid{margin-top:50px}@media only screen and (max-width:768px){.featured-products__grid{margin-top:30px}}.featured-products__bottom-gradient{position:absolute;background:url(assets/img/composite-container/composite-container_bottom-gradient-edgy.svg);background-position:bottom;background-size:cover;bottom:0;left:0;right:0;height:260px;z-index:0}.featured-products-background{position:relative;height:500px;background:url(assets/img/featured-products-heading/featured-products-bg_desktop.jpg) bottom no-repeat;background-size:cover}@media only screen and (max-width:768px){.featured-products-background{height:605px;background-image:url(assets/img/featured-products-heading/featured-products-bg_tablet.jpg)}}@media only screen and (max-width:375px){.featured-products-background{height:615px;background-image:url(assets/img/featured-products-heading/featured-products-bg_mobile.jpg)}}.featured-products-heading{text-align:center;color:#fff}.featured-products-heading__title{font:700 18px Archivo Narrow,sans-serif;font-size:40px;line-height:46px}.featured-products-heading__subtitle{font:400 16px Arial,Helvetica,sans-serif;font-size:22px;line-height:28px;margin-top:10px}.featured-products-heading__footnote{font:500 18px Archivo Narrow,sans-serif;font-size:13px;line-height:17px;margin-top:12px}.service-list-item-volatility-box__caption{font:600 18px Archivo Narrow,sans-serif;font-size:13px;line-height:17px;margin-bottom:3px}.service-list-item-volatility-box__gauge{display:block;font-size:8px;margin-right:7px;margin-bottom:3px}.service-list-item-volatility-box__text-value{display:block;text-transform:uppercase;font:700 18px Archivo Narrow,sans-serif;font-size:13px;line-height:17px;color:#666}.product-flex{display:flex;justify-content:center;margin-top:50px}@media only screen and (max-width:1199px){.product-flex{flex-wrap:wrap}}@media only screen and (max-width:768px){.product-flex{flex-direction:column}}.product-flex__item{width:25%;padding:0 10px;margin:0 20px;clip-path:polygon(-5px 40px,40px -5px,101% -5px,101% 101%,-5px 101%)}@media only screen and (max-width:1199px){.product-flex__item{margin-bottom:20px;width:50%}}@media only screen and (max-width:768px){.product-flex__item{width:100%;margin-left:0}}.product-flex__item:first-child{margin-left:0}.product-flex__title{text-align:center;padding:12px 0;font:700 18px Archivo Narrow,sans-serif;font-size:24px;line-height:26px;color:#fff;background:#00559f}.product-flex__icon{display:inline-block;vertical-align:middle;font-size:17px;margin-right:4px}.product-flex__content{padding:20px 24px;border:1px solid #ccc;border-top:none;background:#fff}@media only screen and (max-width:768px){.product-flex__content{padding-bottom:30px}}.product-flex__description{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:22px;text-align:center;margin-bottom:22px}.product-flex__action-button{display:block;width:200px;margin:0 auto}@media only screen and (max-width:768px){.product-flex__action-button{width:181px}}.product-flex__footnote{background:#eee;border:1px solid #ccc;border-top:none;margin-top:-1px;padding:11px 24px 13px;border-radius:0 0 6px 6px}.product-flex__features-heading,.product-flex__footnote{font:600 18px Archivo Narrow,sans-serif;font-size:13px;line-height:16px}.product-flex__features-heading{text-transform:uppercase;border-bottom:1px solid #ccc;padding-bottom:5px;margin-bottom:14px}.product-flex_shadow{box-shadow:0 1px 4px 0 rgba(0,0,0,.25)}.product-flex__feature-list{font-size:14px;line-height:20px}.product-flex__details{margin-top:22px}@media only screen and (max-width:375px){.product-flex__details{display:none}.product-flex__details_important{display:block}}.product-flex_no-footnote .product-flex__content{border-radius:0 0 6px 6px}.product-flex_theme_darker .product-flex__title{background:#004480}.product-flex_theme_darkest .product-flex__title{background:#003766}.filter-services-modal{width:330px;position:absolute;top:0;right:0;bottom:0;background:#fff;overflow:hidden}@media only screen and (max-width:375px){.filter-services-modal{left:0;width:auto}}.filter-services-modal__title{position:relative;font:700 18px Archivo Narrow,sans-serif;font-size:18px;line-height:22px;background:#eee;padding:14px 20px 12px;border-bottom:1px solid #ccc}.filter-services-modal__dismiss{display:inline-block;position:absolute;right:15px;top:8px;cursor:pointer;color:#555;font-size:34px}.filter-services-modal__body{position:absolute;padding:20px;top:49px;bottom:66px;right:0;left:0;overflow-x:auto}.filter-services-modal__filter-wrapper{padding-bottom:48px}.filter-services-modal__filter-group{margin-bottom:21px}.filter-services-modal__footer{box-shadow:0 -48px 27px 0 hsla(0,0%,100%,.9);text-align:center;position:absolute;background:#fff;bottom:0;height:66px;left:0;right:0;padding:0 20px 22px}.filter-services-modal__clear{display:none;font:700 18px Archivo Narrow,sans-serif;font-size:14px;line-height:20px}.filter-services-modal_filtered .filter-services-modal__body{bottom:106px}.filter-services-modal_filtered .filter-services-modal__apply{margin-bottom:16px}.filter-services-modal_filtered .filter-services-modal__footer{height:106px}.filter-services-modal_filtered .filter-services-modal__clear{display:inline-block}.publication-product-header{color:#fff;background:linear-gradient(315deg,#004480,#00213d)}.publication-product-header__inner{padding:36px 15px;position:relative;margin-left:auto;margin-right:auto;max-width:1170px;zoom:1}@media only screen and (max-width:768px){.publication-product-header__inner{padding-top:30px}}.publication-product-header__inner:after,.publication-product-header__inner:before{content:"";display:table}.publication-product-header__inner:after{clear:both}.publication-product-header__intro{float:left;width:63.67521%;border-right:1px solid #fff;padding-right:74px;padding-top:20px;padding-bottom:12px;position:relative}@media only screen and (max-width:1024px){.publication-product-header__intro{width:57.35043%;padding-right:37px}}@media only screen and (max-width:768px){.publication-product-header__intro{float:none;width:auto;border-right:0;border-bottom:1px solid #fff;padding-right:0;padding-bottom:34px;margin-bottom:28px;padding-top:0}}.publication-product-header__cta{float:left;position:absolute;top:50%;transform:translateY(-50%);width:36.32479%;right:0;padding-left:3.4188%}@media only screen and (max-width:1024px){.publication-product-header__cta{width:42.64957%}}@media only screen and (max-width:768px){.publication-product-header__cta{float:none;position:static;top:auto;transform:none;width:auto;right:auto;padding-left:0;text-align:center}}.publication-product-header__cta-title{font:700 18px Archivo Narrow,sans-serif;font-size:32px;line-height:36px;margin-bottom:7px}.publication-product-header__cta-description{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;margin-bottom:20px}.publication-product-header__cta-description-call{color:#ffc500}.publication-product-header__cta-description_phone{font:700 18px Archivo Narrow,sans-serif;font-size:20px;margin-bottom:11px;margin-top:13px;line-height:27px}.publication-product-header__cta-button-wrapper{display:inline-block;position:relative}.publication-product-header__cta-button-wrapper:after{content:"";display:inline-block;position:absolute;background:url(assets/img/arrow_white.svg);height:64px;width:26px;right:-76px;bottom:-14px;transform:rotate(40deg);transform-origin:100% 0}@media only screen and (max-width:1024px){.publication-product-header__cta-button-wrapper:after{display:none}}@media only screen and (max-width:768px){.publication-product-header__cta-button-wrapper:after{display:inline-block}}@media only screen and (max-width:375px){.publication-product-header__cta-button-wrapper:after{display:none}}.publication-product-header__cta-number{font-size:32px}.publication-product-header__logo{max-width:445px;height:auto;margin-bottom:20px}@media only screen and (max-width:768px){.publication-product-header__logo{max-width:100%;margin-bottom:13px}}.publication-product-header__title{font:300 18px Archivo Narrow,sans-serif;font-size:40px;line-height:1.15;margin-bottom:10px}@media only screen and (max-width:768px){.publication-product-header__title{font-size:36px;line-height:1.11}}.publication-product-header__subtext{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:1.333}.publication-product-header__back{padding:2px 0;position:absolute;top:-23px;font:700 18px Archivo Narrow,sans-serif;font-size:14px;line-height:20px;color:#fff;text-decoration:none}.single-product-layout__header{margin-bottom:44px}@media only screen and (max-width:768px){.single-product-layout__header{margin-bottom:22px}}.single-product-layout__about-product{margin-bottom:60px}.single-product-layout__product-shot{margin-bottom:40px}.single-product-layout__profit-presentation{margin-bottom:52px}.single-product-layout__feedback-slider{margin-bottom:50px}.single-product-layout__copy-title{font:700 18px Archivo Narrow,sans-serif;font-size:40px;line-height:46px;margin-bottom:30px}@media only screen and (max-width:768px){.single-product-layout__copy-title{text-align:center}}.single-product-layout__copy-container{margin-bottom:43px}.profit-item-indicator{text-align:center}.profit-item-indicator__bar{position:relative;display:inline-block;width:20px;height:10px;background:#000}.profit-item-indicator__bar-overlay{position:absolute;right:0;bottom:0;left:0;background:rgba(17,159,228,.6)}.about-product__inner{margin-left:auto;margin-right:auto;max-width:1170px;zoom:1}.about-product__inner:after,.about-product__inner:before{content:"";display:table}.about-product__inner:after{clear:both}.about-product__content{float:left;width:65.81197%}@media only screen and (max-width:1024px){.about-product__content{float:none;width:auto}}.about-product__sidebar{float:left;width:26.49573%;margin-left:5.12821%}@media only screen and (max-width:1024px){.about-product__sidebar{display:none}}.about-product__heading{font:700 18px Archivo Narrow,sans-serif;font-size:32px;line-height:36px;margin-bottom:10px}.about-product__copy{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:26px;margin-bottom:40px}@media only screen and (max-width:1024px){.about-product__copy{margin-bottom:20px}}.about-product__overview{margin-bottom:30px}.about-product__about-editorial_mobile{display:none;margin-bottom:30px}@media only screen and (max-width:1024px){.about-product__about-editorial_mobile{display:block}}.overview-table__heading{font:700 18px Archivo Narrow,sans-serif;font-size:22px;line-height:26px;color:#fff;padding:11px 14px 9px;background:#004480}.overview-table__body{display:table;width:100%;border-left:1px solid #ccc;border-right:1px solid #ccc}@media only screen and (max-width:768px){.overview-table__body{display:block}}.overview-table__row{display:table-row}@media only screen and (max-width:768px){.overview-table__row{display:block;border-bottom:1px solid #ccc;padding:12px 14px}}.overview-table__description,.overview-table__position{min-width:14.28571%;font:400 16px Arial,Helvetica,sans-serif}.overview-table__description{border-left:1px solid #ccc}.overview-table__description,.overview-table__position{display:table-cell;color:#000;font-size:16px;line-height:24px;padding:12px 14px;border-bottom:1px solid #ccc}@media only screen and (max-width:768px){.overview-table__description,.overview-table__position{padding:0;display:block;border-left:0;border-right:0;border-bottom:0;margin-top:4px}.overview-table__description:first-child,.overview-table__position:first-child{margin-top:0}}.portfolio-snapshot{padding:20px 24px 18px;background:#f4f4f4;color:#111}@media only screen and (max-width:768px){.portfolio-snapshot{padding:16px 15px 15px}}.portfolio-snapshot__title{font:700 18px Archivo Narrow,sans-serif;font-size:22px;line-height:26px;margin-bottom:11px}@media only screen and (max-width:768px){.portfolio-snapshot__title{margin-bottom:20px}}.portfolio-snapshot__footnote{font:500 18px Archivo Narrow,sans-serif;font-size:13px;line-height:17px;margin-top:13px}@media only screen and (max-width:768px){.portfolio-snapshot__footnote{margin-top:16px}}.portfolio-snapshot__metrics{zoom:1}.portfolio-snapshot__metrics:after,.portfolio-snapshot__metrics:before{content:"";display:table}.portfolio-snapshot__metrics:after{clear:both}.portfolio-snapshot__metric{float:left;width:31.30194%;margin-left:3.04709%}@media only screen and (max-width:768px){.portfolio-snapshot__metric{float:none;width:auto;margin-left:0;margin-top:22px}}.portfolio-snapshot__metric:first-child{margin-left:0;margin-top:0}.portfolio-snapshot_col_2 .portfolio-snapshot__metric{width:48.47645%}@media only screen and (max-width:768px){.portfolio-snapshot_col_2 .portfolio-snapshot__metric{width:auto}}.portfolio-snapshot-metric__title{font:700 18px Archivo Narrow,sans-serif;font-size:14px;line-height:20px;padding-bottom:4px;border-bottom:1px solid #ccc;margin-bottom:6px}.portfolio-snapshot-metric__description{font:300 18px Archivo Narrow,sans-serif;color:#000;font-size:24px;line-height:30px}.portfolio-snapshot-metric__description_large{font-size:40px;line-height:48px}.portfolio-snapshot-metric__gauge{margin-top:8px;font-size:16px}.about-editorial__team{margin-bottom:30px}@media only screen and (max-width:1024px){.about-editorial__team{margin-bottom:20px}}.about-editorial__editor-info{margin-top:20px}@media only screen and (max-width:1024px){.about-editorial__editor-info{margin-top:10px}}.about-editorial__editor-info:first-child{margin-top:0}.about-editorial__section-title{padding-bottom:4px;font:700 18px Archivo Narrow,sans-serif;font-size:14px;line-height:20px;margin-bottom:12px;border-bottom:1px solid #ccc}.about-editorial__section-title_large{padding-bottom:8px;font-size:20px;line-height:24px}.about-editorial__section-copy{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:24px}.about-editorial__section-copy_gap-after{margin-bottom:32px}@media only screen and (max-width:1024px){.about-editorial__section-copy_gap-after{margin-bottom:20px}}.editor-info{zoom:1}.editor-info:after,.editor-info:before{content:"";display:table}.editor-info:after{clear:both}.editor-info__shot-wrapper{float:left;overflow:hidden;height:64px;width:64px;border:1px solid #ccc;border-radius:50%;margin-right:10px}.editor-info__profile{float:left;width:calc(100% - 74px);padding-top:7px}.editor-info__title{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:24px}.editor-info__name{font:700 18px Archivo Narrow,sans-serif;font-size:16px;line-height:26px}.product-shot__inner{position:relative;zoom:1}.product-shot__inner:after,.product-shot__inner:before{content:"";display:table}.product-shot__inner:after{clear:both}.product-shot__image-wrapper{padding-left:7.69231%;padding-right:5.81197%;text-align:right;max-width:56.49573%}@media only screen and (max-width:768px){.product-shot__image-wrapper{padding:0;max-width:none;text-align:center}}.product-shot__image{display:inline-block;max-height:276px}.product-shot__quote-block{position:absolute;top:50%;right:6.83761%;transform:translateY(-50%);padding-left:15px;border-left:4px solid #111;width:36.66667%}@media only screen and (max-width:1024px){.product-shot__quote-block{right:0;width:43.50427%}}@media only screen and (max-width:768px){.product-shot__quote-block{position:static;top:auto;right:auto;transform:none;padding-left:0;border-left:0;width:auto;border-top:3px solid #111;padding-top:12px;margin-top:20px;text-align:center}}.product-shot__quote{font:700 18px Archivo Narrow,sans-serif;font-size:22px;line-height:28px;margin-bottom:14px}.product-shot__quote-author{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:24px}.profit-presentation{font:400 16px Arial,Helvetica,sans-serif;text-align:center}.profit-presentation__inner{zoom:1}.profit-presentation__inner:after,.profit-presentation__inner:before{content:"";display:table}.profit-presentation__inner:after{clear:both}.profit-presentation__title{font-size:22px;line-height:30px;margin-bottom:8px}.profit-presentation__note{font:500 18px Archivo Narrow,sans-serif;font-size:13px;line-height:16px;margin-bottom:60px}.profit-holder{zoom:1}.profit-holder:after,.profit-holder:before{content:"";display:table}.profit-holder:after{clear:both}@media only screen and (max-width:768px){.profit-holder{display:flex;flex-wrap:wrap}}.profit-holder__item{float:left;width:14.52991%;margin-left:2.5641%}@media only screen and (max-width:768px){.profit-holder__item{float:none;width:33.33333333333333%;margin-left:0;margin-bottom:36px;padding:0 10px}}@media only screen and (max-width:480px){.profit-holder__item{width:50%}}.profit-holder__item:first-child{margin-left:0}.profit-item__indicator{margin-bottom:5px}.profit-item__percentile{font:700 18px Archivo Narrow,sans-serif;font-size:30px;line-height:1;color:#1994d1}.profit-item__note{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:22px}.single-product-trial-cta__inner{text-align:center;margin-left:auto;margin-right:auto;max-width:1170px}.single-product-trial-cta__button-wrapper{display:inline-block;position:relative;margin-bottom:24px}.single-product-trial-cta__button-wrapper:before{content:"";background:url(assets/img/arrow_product-page.svg) no-repeat;background-size:contain;display:block;position:absolute;width:70px;height:54px;left:-52px;top:40px}@media only screen and (max-width:1024px){.single-product-trial-cta__button-wrapper:before{display:none}}.single-product-trial-cta__button{padding-left:39px;padding-right:39px}.single-product-trial-cta__subtext{font:400 16px Arial,Helvetica,sans-serif;font-size:20px;line-height:20px}@media only screen and (max-width:1024px){.single-product-trial-cta__subtext{display:inline-block;width:calc(100% - 44px);vertical-align:top}}@media only screen and (max-width:1024px){.single-product-trial-cta__subtext-wrapper{max-width:261px;margin:0 auto}}.single-product-trial-cta__subtext-wrapper:before{display:none;content:"";height:45px;width:36px;background-image:url(assets/img/arrow-new_up.svg);background-size:cover}@media only screen and (max-width:1024px){.single-product-trial-cta__subtext-wrapper:before{display:inline-block}}.testimonials-layout__member-testimonials{padding-top:40px;margin-bottom:64px}.testimonials-layout__free-account-invitation{max-width:830px;margin:0 auto}.featured-testimonial{text-align:center;background:linear-gradient(315deg,rgba(20,133,162,.9),rgba(0,68,128,.9));padding:30px 15px 56px;color:#fff;position:relative}.featured-testimonial__quote{font:300 18px Archivo Narrow,sans-serif;font-size:40px;line-height:1.15;max-width:870px;margin:0 auto}@media only screen and (max-width:768px){.featured-testimonial__quote{font-size:36px;line-height:1.11}}.featured-testimonial__author{font:500 18px Archivo Narrow,sans-serif;font-size:18px;line-height:26px;margin-top:20px}.featured-testimonial:after{position:absolute;content:"";background-image:url(assets/img/featured-testimonial/featured-testimonial__bottom-bg_gray.svg);background-repeat:no-repeat;background-size:cover;bottom:-1px;left:0;right:0;height:100px;z-index:2}.featured-testimonial_transition_white.featured-testimonial:after{background-image:url(assets/img/featured-testimonial/featured-testimonial__bottom-bg_white.svg)}.video-testimonials{padding:40px 15px 21px;position:relative}.video-testimonials__inner{position:relative;z-index:5;margin-left:auto;margin-right:auto;max-width:1170px}.video-testimonials__title{font:700 18px Archivo Narrow,sans-serif;font-size:32px;line-height:36px;margin-bottom:30px}.video-testimonials__holder{zoom:1}.video-testimonials__holder:after,.video-testimonials__holder:before{content:"";display:table}.video-testimonials__holder:after{clear:both}.video-testimonials__testimonial{float:left;width:31.62393%;padding:0 1.7094%;margin-left:2.5641%}@media only screen and (max-width:768px){.video-testimonials__testimonial{float:none;width:100%;margin-left:0;padding:0;margin-top:20px}.video-testimonials__testimonial:first-child{margin-top:0}}.video-testimonials__testimonial:first-child{margin-left:0}.video-testimonial__video-wrapper{position:relative;padding-top:56.25%;height:0}.video-testimonial__video{position:absolute;left:0;top:0;height:100%;width:100%}.video-testimonial__title{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:24px;margin-top:10px}.member-testimonials__title{font:700 18px Archivo Narrow,sans-serif;font-size:32px;line-height:36px;margin-bottom:43px}@media only screen and (max-width:768px){.member-testimonials__title{margin-bottom:30px}}.member-testimonials__inner{margin-left:auto;margin-right:auto;max-width:1170px}.member-testimonials__holder{padding:0 20px;zoom:1}.member-testimonials__holder:after,.member-testimonials__holder:before{content:"";display:table}.member-testimonials__holder:after{clear:both}@media only screen and (max-width:768px){.member-testimonials__holder{padding:0}}.member-testimonials__video-holder{padding:0 20px;display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:60px}@media only screen and (max-width:768px){.member-testimonials__video-holder{padding:0}}.member-testimonials__testimonial{float:left;width:46.0177%;margin-left:6.19469%}@media only screen and (max-width:768px){.member-testimonials__testimonial{float:none;width:100%;margin-left:0;margin-top:36px}.member-testimonials__testimonial:first-child{margin-top:0}}.member-testimonials__testimonial_quote-only{border-bottom:1px solid #ccc;border-top:1px solid #ccc;padding:30px 0 40px;width:100%}@media only screen and (max-width:768px){.member-testimonials__testimonial_quote-only{padding:20px 0 30px}}.member-testimonials__testimonial_margined{margin-top:16px;margin-bottom:16px}.member-testimonials__testimonial_margined:first-child{margin-top:16px}.member-testimonials__testimonial:first-child{margin-left:0}.member-testimonials__video-testimonial{line-height:24px;width:330px;height:184px;margin:30px auto 0}@media only screen and (min-width:1200px){.member-testimonials__video-testimonial{margin:30px 0 0}}@media only screen and (min-width:1200px){.member-testimonials__video-testimonial_include-margin{margin:30px auto 0}}.member-testimonial{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:26px}.member-testimonial__quote{margin-bottom:20px}.member-testimonial__quote:before{content:"“";display:inline}.member-testimonial__quote:after{content:"”";display:inline}.member-testimonial__author{padding-left:30px}.member-testimonial_quote-only{font:700 18px Archivo Narrow,sans-serif;font-size:32px;line-height:36px;text-align:center}.member-testimonial_quote-only:before{vertical-align:middle;font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"";color:#003766;opacity:.3;font-size:33px}.member-testimonial_quote-only .member-testimonial__quote{max-width:870px;margin:0 auto;color:#003766;opacity:.8}.member-testimonial_quote-only .member-testimonial__quote:after,.member-testimonial_quote-only .member-testimonial__quote:before{display:none}@media only screen and (max-width:768px){.member-testimonial_quote-only .member-testimonial__quote{font-size:26px;line-height:1.15;padding:0 20px}}.investor-resources-layout__market-watch{border-bottom:1px solid #ccc;margin-bottom:21px}@media only screen and (max-width:768px){.investor-resources-layout__market-watch{margin-bottom:0}}.investor-resources-layout__investor-resources{margin-bottom:61px}.investor-resources-layout__from-education-center{margin-top:23px;margin-bottom:70px}.investor-resources-layout__featured-books{padding-top:32px;margin-bottom:86px}.investor-resources-layout__free-account-invitation{max-width:830px;margin:0 auto 32px}.investor-menu{color:#fff;background:#00559f}@media only screen and (max-width:768px){.investor-menu{display:none}}.investor-menu__inner{margin-left:auto;margin-right:auto;max-width:1170px;zoom:1}.investor-menu__inner:after,.investor-menu__inner:before{content:"";display:table}.investor-menu__inner:after{clear:both}.investor-menu__item{float:left}.investor-menu-item{font:400 16px Arial,Helvetica,sans-serif;color:inherit;font-size:16px;line-height:22px;padding:11px 20px 11px 14px}.investor-menu-item:hover{background:#0063b9}.investor-menu-item:active,.investor-menu-item:hover,.investor-menu-item:link{text-decoration:none;color:#fff}.investor-menu-item__icon{margin-right:7px;line-height:14px;font-size:23px;vertical-align:-5px}.investor-menu-item_active,.investor-menu-item_active:hover{background:#003766}.market-watch{zoom:1}.market-watch:after,.market-watch:before{content:"";display:table}.market-watch:after{clear:both}.market-watch__inner{position:relative;margin-left:auto;margin-right:auto;max-width:1170px;zoom:1}.market-watch__inner:after,.market-watch__inner:before{content:"";display:table}.market-watch__inner:after{clear:both}.market-watch__title{font:400 16px Arial,Helvetica,sans-serif;width:11.53846%;font-size:18px;line-height:24px;position:absolute;left:0;top:50%;transform:translateY(-50%)}@media only screen and (max-width:1024px){.market-watch__title{display:none}}@media only screen and (min-width:1025px){.market-watch__title{padding-left:12px}}.market-watch__holder{float:right;position:relative;width:88.46154%;padding:10px 17px}@media only screen and (max-width:1024px){.market-watch__holder{width:100%}}@media only screen and (max-width:768px){.market-watch__holder{padding:10px 0}}.market-watch__holder .owl-prev{left:0}.market-watch__holder .owl-next,.market-watch__holder .owl-prev{position:absolute;top:50%;transform:translateY(-50%);font-size:24px;line-height:24px}.market-watch__holder .owl-next{right:0}.market-watch__holder .active:first-of-type .market-watch__item{border-left:none}.market-watch__item{padding-left:22px;border-left:1px solid #ccc;margin-left:-2px}@media only screen and (max-width:768px){.market-watch__item{padding-left:11px}}.market-watch .owl-item.active+.owl-item.active{border-left:2px solid #fff}.market-watch-item{font-size:13px;line-height:16px}.market-watch-item__descriptors{display:inline-block;width:61%}.market-watch-item__chart{display:inline-block;vertical-align:bottom;background:grey;height:28px;margin-left:5%;width:28.5%;padding-right:5%}.market-watch-item__info-row{margin-top:8px}.market-watch-item__info-row_small{font-size:12px}.market-watch-item__info-row:first-child{margin-top:0}.market-watch-item__info-block{display:inline-block;margin-left:6px}.market-watch-item__info-block_accented{font-weight:700}.market-watch-item__info-block:first-child{margin-left:0}.stock-ticker_positive{color:#4e8e41}.stock-ticker_negative{color:#be3428}.featured-books__title{font-size:20px;margin-bottom:20px}.featured-books__container{zoom:1}.featured-books__container:after,.featured-books__container:before{content:"";display:table}.featured-books__container:after{clear:both}.featured-books__book{display:block;float:left;width:14.52991%;margin-left:2.5641%;padding-bottom:20px}.featured-books__book:first-child{margin-left:0}@media only screen and (max-width:1024px){.featured-books__book{width:31.62393%}.featured-books__book:nth-child(5n+5){clear:none;margin-left:2.5641%}.featured-books__book:nth-child(4n+4){clear:left;margin-left:0}}@media only screen and (max-width:480px){.featured-books__book{width:100%;margin-left:0}.featured-books__book:nth-child(2n+3){clear:left;margin-left:0}}.featured-book{box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}.tradestops-banner{position:relative;overflow:hidden;color:#fff}.tradestops-banner__top-border{width:102%;max-width:none;height:auto;margin-bottom:-2px;margin-left:-1%}@media only screen and (max-width:768px){.tradestops-banner__top-border_desktop{display:none}}.tradestops-banner__top-border_mobile{display:none}@media only screen and (max-width:768px){.tradestops-banner__top-border_mobile{display:block}}.tradestops-banner__body{position:relative;background:#003766;padding-top:24px;padding-bottom:40px}@media only screen and (max-width:768px){.tradestops-banner__body{padding-top:15px}}.tradestops-banner__body:after{position:absolute;display:block;content:"";background:linear-gradient(180deg,rgba(0,55,102,0),#003766);height:70px;bottom:0;left:0;right:0}.tradestops-banner__inner{position:relative;margin-left:auto;margin-right:auto;max-width:1170px}.tradestops-banner__content{display:flex;padding-left:4.46429%;z-index:5;position:relative;zoom:1}.tradestops-banner__content:after,.tradestops-banner__content:before{content:"";display:table}.tradestops-banner__content:after{clear:both}@media only screen and (max-width:768px){.tradestops-banner__content{padding:0 25px}}.tradestops-banner__features{margin-left:80px;max-width:40%}@media only screen and (max-width:768px){.tradestops-banner__features{display:none}}.tradestops-banner__title{font:700 18px Archivo Narrow,sans-serif;font-size:32px;line-height:36px;margin-bottom:9px}.tradestops-banner__description{font:400 16px Arial,Helvetica,sans-serif;font-size:18px;line-height:26px;margin-bottom:28px}@media only screen and (max-width:768px){.tradestops-banner__description{display:none}}.tradestops-banner__feature-list{margin-top:20px;padding-top:19px;border-top:1px solid hsla(0,0%,100%,.5);width:55%}.tradestops-banner__feature-list.no-list{display:none}.tradestops-banner__feature-list_mobile{border:0;display:none;margin-top:0;padding-top:0}@media only screen and (max-width:768px){.tradestops-banner__feature-list_mobile{display:block}}.tradestops-banner__feature-list-wrapper{display:none;margin-top:21px;margin-bottom:31px;padding-left:14px}@media only screen and (max-width:768px){.tradestops-banner__feature-list-wrapper{display:block}}.tradestops-banner__logo{padding-right:26px;width:50%}.tradestops-banner__logo.no-list{width:100%}@media only screen and (max-width:768px){.tradestops-banner__logo.no-list{display:none}}.tradestops-banner__mobile-logo{display:none;height:45px;width:auto;margin-bottom:22px}@media only screen and (max-width:768px){.tradestops-banner__mobile-logo{display:block}}@media only screen and (max-width:768px){.tradestops-banner__cta-button_desktop{display:none}}.tradestops-banner__cta-button_mobile{width:100%;display:none}@media only screen and (max-width:768px){.tradestops-banner__cta-button_mobile{display:block}}.featured-post-widget__title{font-size:20px;margin-bottom:20px}@media only screen and (max-width:1024px){.featured-post-widget__column{margin-top:15px}.featured-post-widget__column:first-child{margin-top:0}}.glossary-index{background:#f8f8f8;border-bottom:1px solid #ccc;overflow:hidden}.glossary-index__holder{overflow:hidden;position:relative;height:41px;margin-left:auto;margin-right:auto;max-width:1170px}.glossary-index__holder-item-wrapper{white-space:nowrap;position:absolute;left:0;top:0;bottom:-30px;right:0;padding-bottom:15px;overflow:hidden;overflow-x:scroll}.glossary-index__item{display:inline-block;user-select:none;position:relative;cursor:pointer;font:600 18px Archivo Narrow,sans-serif;font-size:16px;line-height:22px;color:#086abf;width:44px;text-align:center;padding:9px 0}.glossary-index__item:hover{text-decoration:none;background:#eee}.glossary-index__item:active,.glossary-index__item:link{color:#086abf;text-decoration:none}.glossary-index__item_active{color:#fff;background:#086abf}.glossary-index__item_active:hover{color:#fff;text-decoration:none;background:#086abf}.glossary-index__item_active:active,.glossary-index__item_active:link{color:#fff;text-decoration:none}.glossary-index__item_active:before{position:absolute;content:"";display:block;border-bottom:1px solid #086abf;height:1px;bottom:-1px;left:0;right:0}.glossary-index__item_disabled,.glossary-index__item_disabled:active,.glossary-index__item_disabled:hover,.glossary-index__item_disabled:link,.glossary-index__item_disabled:visited{color:#bbb}.investment-glossary-section{margin-top:0!important}.investment-glossary-section__letter{display:flex;flex-direction:column-reverse;font:700 18px Archivo Narrow,sans-serif;font-size:40px;line-height:46px;margin-bottom:30px;height:100px}.investment-glossary-section__entry{margin-top:39px}.investment-glossary-section__entry:first-child{margin-top:0}.education-center-layout{background:linear-gradient(90deg,#fff 0,#fff 50%,#f4f4f4 0,#f4f4f4);zoom:1}@media only screen and (max-width:768px){.education-center-layout{background:#f4f4f4}}.education-center-layout:after,.education-center-layout:before{content:"";display:table}.education-center-layout:after{clear:both}.education-center-layout__container{display:flex}.education-center-layout__sidebar{position:sticky;width:24.18803%;float:left;background:#fff;padding-bottom:25px}@media only screen and (max-width:768px){.education-center-layout__sidebar{display:none}}.education-center-layout__sidebar-content{position:sticky;top:60px}@media only screen and (max-width:1024px){.education-center-layout__sidebar-content{top:50px}}.education-center-layout__view-chapters{display:inline-block;margin:25px 0 5px;font:500 18px Archivo Narrow,sans-serif;font-size:16px}.education-center-layout__content{width:75.81197%;padding-left:8.37607%;padding-top:40px;float:left;background:#f4f4f4;padding-bottom:80px;min-height:700px}@media only screen and (max-width:1024px){.education-center-layout__content{padding-top:12px;padding-left:12px}}@media only screen and (max-width:768px){.education-center-layout__content{width:100%;min-height:0;padding:0 0 40px}}@media only screen and (max-width:768px){.education-center-layout__content_no-responsive-padding{padding:0}}.education-center-layout__search{max-width:252px;margin:20px 0 26px;padding-right:12px}.education-center-layout__search-heading{margin-bottom:30px}.education-center-layout__search-load-more{margin-top:30px}.education-center-layout__mobile-chapter-nav{font:500 18px Archivo Narrow,sans-serif;font-size:18px;line-height:1.33;display:none;margin:32px -12px}@media only screen and (max-width:768px){.education-center-layout__mobile-chapter-nav{display:block}}.education-center-layout__mobile-search{display:none;margin:15px 0 30px}@media only screen and (max-width:768px){.education-center-layout__mobile-search{display:block}}.education-center-chapter-entries__item{display:block;margin-top:10px}@media only screen and (max-width:768px){.education-center-chapter-entries__item_chapter-header{margin-left:-15px;margin-right:-15px}}.education-center-chapter-entries__item:first-child{margin-top:0}.education-center-chapter-header{display:flex;flex-direction:column;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);transition:all .2s}.education-center-chapter-header:active,.education-center-chapter-header:hover,.education-center-chapter-header:link,.education-center-chapter-header:visited{color:#111;text-decoration:none}.education-center-chapter-header__heading-bar{position:relative;transition:all .2s;background:#00559f;color:#fff;text-align:center;padding:13px 0 15px}.education-center-chapter-header__heading-bar-title{font:700 18px Archivo Narrow,sans-serif;font-size:18px;line-height:1.333}.education-center-chapter-header__heading-bar-back,.education-center-chapter-header__heading-bar-cta{display:inline-block;position:absolute;font:500 18px Archivo Narrow,sans-serif;font-size:16px;line-height:1.375;color:#fff;right:15px;top:50%;transform:translateY(-50%)}@media only screen and (max-width:768px){.education-center-chapter-header__heading-bar-back,.education-center-chapter-header__heading-bar-cta{display:none}}.education-center-chapter-header__heading-bar-back{display:none;left:9px;right:auto}@media only screen and (max-width:768px){.education-center-chapter-header__heading-bar-back{display:block}}.education-center-chapter-header__content{flex:1 1 auto;position:relative;background:#fff;padding:18px 260px 22px 20px}@media only screen and (max-width:768px){.education-center-chapter-header__content{padding:16px 15px 20px}}.education-center-chapter-header__chapter-title{font:500 18px Archivo Narrow,sans-serif;font-size:26px;color:#111;transition:all .2s;line-height:1.23;margin-bottom:10px}.education-center-chapter-header__chapter-description{font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:1.375}@media only screen and (max-width:375px){.education-center-chapter-header__chapter-description{display:none}}.education-center-chapter-header__article-counter-text{position:absolute;right:22px;top:27px;font:600 18px Archivo Narrow,sans-serif;font-size:14px;line-height:1.21;color:#666}@media only screen and (max-width:768px){.education-center-chapter-header__article-counter-text{position:static;right:auto;top:auto;margin-top:19px}}.education-center-chapter-header__article-counter{margin-left:5px}.education-center-chapter-header_compact .education-center-chapter-header__icon{font-size:25px}.education-center-chapter-header_compact .education-center-chapter-header__heading-bar{padding:9px 22px;text-align:left}.education-center-chapter-header_compact .education-center-chapter-header__heading-bar-title{font-size:16px;line-height:1.375}.education-center-chapter-header_compact .education-center-chapter-header__chapter-title{font-size:24px;line-height:1.17}.education-center-chapter-header_compact .education-center-chapter-header__chapter-description{margin-bottom:auto}.education-center-chapter-header_compact .education-center-chapter-header__article-counter-text{position:static;right:auto;top:auto;margin-top:23px}.education-center-chapter-header_compact .education-center-chapter-header__content{padding:16px 20px 20px;display:flex;flex-direction:column}.education-center-chapter-header_compact:hover{box-shadow:0 2px 8px 0 rgba(0,0,0,.25)}.education-center-chapter-header_compact:hover .education-center-chapter-header__heading-bar{background:#086abf}.education-center-chapter-header_compact:hover .education-center-chapter-header__chapter-title{color:#086abf}.education-center-chapter-entry{position:relative;width:100%;padding:12px 22px 16px 20px;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);transition:all .2s}.education-center-chapter-entry:before{position:absolute;content:"";display:block;top:0;bottom:0;left:0;width:4px;background:#0f75ce}.education-center-chapter-entry__title{display:block;font:700 18px Archivo Narrow,sans-serif;font-size:18px;line-height:1.67;padding-right:40px}@media only screen and (max-width:768px){.education-center-chapter-entry__title{padding-right:68px;line-height:1.29}}.education-center-chapter-entry__tags{display:table-cell;white-space:nowrap;vertical-align:middle;text-align:right;padding-left:5px}.education-center-chapter-entry__index{display:inline-block;position:absolute;top:calc(50% - .645em);right:22px;font:600 18px Archivo Narrow,sans-serif;font-size:14px;line-height:1.29;color:#555;white-space:nowrap}.education-center-chapter-entry__icon{font-size:30px;vertical-align:-8px;margin-left:13px;position:relative;right:-7px}.education-center-chapter-entry__tag{margin-left:6px}.education-center-chapter-entry__tag:first-child{margin-left:0}.education-center-chapter-entry__description{display:inline-block;padding-right:238px;color:#111}@media only screen and (max-width:768px){.education-center-chapter-entry__description{display:none}}.education-center-chapter-entry:hover{color:#0f75ce;box-shadow:0 2px 8px 0 rgba(0,0,0,.25)}@media only screen and (max-width:768px){.education-center-chapter-entry_search{display:flex;flex-direction:column;padding-right:50px}}.education-center-chapter-entry_search .education-center-chapter-entry__index{width:40px}@media only screen and (max-width:768px){.education-center-chapter-entry_search .education-center-chapter-entry__title{order:2;display:block;line-height:1.3}.education-center-chapter-entry_search .education-center-chapter-entry__tags{order:1;display:block;text-align:left;padding-left:0;margin-bottom:5px}.education-center-chapter-entry_search .education-center-chapter-entry__index{display:block;position:absolute;top:50%;transform:translateY(-50%);right:20px}.education-center-chapter-entry_search .education-center-chapter-entry__icon{right:0}}.education-center-header{background:#f4f4f4;border-bottom:1px solid #ccc}.icon_align{display:inline-block}.icon_align_middle{vertical-align:middle}.education-center-menu{zoom:1}.education-center-menu:after,.education-center-menu:before{content:"";display:table}.education-center-menu:after{clear:both}.education-center-menu__inner{display:table;width:100%}.education-center-menu__intro-text,.education-center-menu__link{display:table-cell;vertical-align:middle}.education-center-menu__intro-text{font:500 18px Archivo Narrow,sans-serif;font-size:16px;line-height:1.5}.education-center-menu__intro-text-break{display:inline-block}.education-center-menu__search{float:left;width:585px}.education-center-menu__link{padding:9px 0}.education-center-menu__nav{display:table-cell;vertical-align:middle;padding:9px 0;text-align:right}@media only screen and (max-width:768px){.education-center-menu__nav_desktop{display:none}}.education-center-menu__nav_mobile{display:none}@media only screen and (max-width:768px){.education-center-menu__nav_mobile{display:table-cell}}.education-center-menu__item{display:inline-block;vertical-align:middle;margin-left:24px;font:500 18px Archivo Narrow,sans-serif;font-size:14px;line-height:20px;text-decoration:none;color:#555}@media only screen and (max-width:1024px){.education-center-menu__item:first-child{margin-left:0}}.education-center-menu__item:hover{color:#086abf}.education-center-menu-item{position:relative;cursor:pointer}.education-center-menu-item__submenu{display:none;cursor:default}.education-center-menu-item__icon{position:relative;top:-1px;margin-right:4px;font-size:20px}.education-center-menu-item__link-text{display:inline-block}.education-center-menu-item__subitem{margin-top:5px}.education-center-menu-item__subitem:first-child{margin-top:0}.education-center-menu-item_has-subitems>.education-center-menu-item__link-text:after{display:inline-block;vertical-align:middle;font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:20px}.education-center-menu-item_expanded>.education-center-menu-item__submenu{display:block;position:absolute;text-align:left;padding:10px;top:calc(100% + 5px);left:0;right:0;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.3)}.education-center-menu-item_expanded>.education-center-menu-item__link-text{color:#086abf}.education-center-menu-item_expanded>.education-center-menu-item__link-text:after{content:""}.education-center-search{zoom:1;position:relative}.education-center-search:after,.education-center-search:before{content:"";display:table}.education-center-search:after{clear:both}.education-center-search__icon{position:absolute;top:0;left:12px;display:block;width:24px;margin:6px 0 0;padding:0;font-size:24px;color:#444;background:0 0;border:0}.education-center-search__icon:hover{color:#086abf}.education-center-search__icon:focus{outline:none}.education-center-search__icon_close{opacity:0;visibility:hidden;right:10px;left:auto;transition:opacity .1 ease-in-out}.education-center-search__field{display:block;width:100%;height:42px;padding:0 44px;background:0 0;border:0}.education-center-search__field:focus{outline:none;border-bottom:1px solid #bbb}.education-center-search__field:focus+.education-center-search__icon_close{opacity:1;visibility:visible}.education-chapter-nav__title{font:600 18px Archivo Narrow,sans-serif;display:block;margin-bottom:9px;font-size:14px;line-height:1.43;text-transform:uppercase}.education-chapter-nav__title_active{color:#111;border-color:#111}.education-chapter-nav__list{margin-bottom:8px}.education-chapter-nav__list-item{display:block;padding:0 16px;font:500 18px Archivo Narrow,sans-serif;font-size:14px;line-height:33px;text-decoration:none}.education-chapter-nav__list-item_active{color:#111;background-color:#f4f4f4}.education-chapter-list-layout__chapter-group{margin-top:39px}.education-chapter-list-layout__chapter-group:first-child{margin-top:0}.education-center-chapter-group{zoom:1}.education-center-chapter-group:after,.education-center-chapter-group:before{content:"";display:table}.education-center-chapter-group:after{clear:both}.education-center-chapter-group__info{line-height:24px}.education-center-chapter-group__item{float:left;width:calc(25% - 15px);margin-top:20px;margin-left:20px}.education-center-chapter-group__item:nth-child(4n+1){clear:both;margin-left:0}.education-center-chapter{cursor:pointer;position:relative;padding-bottom:57px;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,.25)}.education-center-chapter__header{height:40px;padding:0 40px 0 22px;color:#fff;background:#00559f;transition:background .1s ease-in-out}.education-center-chapter__header .icon{float:right;margin-top:8px;margin-right:-24px;font-size:24px}.education-center-chapter__headline{font:700 18px Archivo Narrow,sans-serif;line-height:40px}.education-center-chapter__content{overflow:hidden;height:193px;padding:16px 24px 0 20px}.education-center-chapter__title{margin-bottom:10px;font:500 18px Archivo Narrow,sans-serif;font-size:24px;line-height:26px;color:#111;transition:color .1s ease-in-out}.education-center-chapter__dscr{font:400 16px Arial,Helvetica,sans-serif;line-height:23px}.education-center-chapter__footer{position:absolute;bottom:0;left:0;width:100%;padding:20px}.education-center-chapter:hover .education-center-chapter__header{background:#086abf}.education-center-chapter:hover .education-center-chapter__title{color:#086abf}.chapter-info{font:600 18px Archivo Narrow,sans-serif;font-size:14px;line-height:17px;color:#999}.chapter-info__text{display:inline}.chapter-info__num{display:inline;padding-left:5px}.chapter-progress{zoom:1}.chapter-progress:after,.chapter-progress:before{content:"";display:table}.chapter-progress:after{clear:both}.chapter-progress__text{float:left;width:58px;font:600 18px Archivo Narrow,sans-serif;font-size:14px;line-height:17px;text-align:left;color:#999}.chapter-progress__line{float:left;width:calc(100% - 58px);height:2px;margin-top:7px;background:#ccc}.chapter-progress__fill{height:4px;margin-top:-1px;background:linear-gradient(90deg,#ff9520,#d23528)}.chapter-complete{zoom:1;position:relative;padding:0 24px 0 0;color:#4f8e3c}.chapter-complete:after,.chapter-complete:before{content:"";display:table}.chapter-complete:after{clear:both}.chapter-complete__text{padding-right:20px;font:600 18px Archivo Narrow,sans-serif;font-size:14px;line-height:17px;text-transform:uppercase}.chapter-complete__icon{position:absolute;top:-8px;right:0;font-size:25px}.education-center-articles-list__item{border-top:1px solid #ccc}.education-center-articles-list__item:first-child{border:0}.education-center-articles-list-item{zoom:1;display:block;padding:20px 140px 20px 20px;background-color:transparent;transition:background-color .1s ease-in-out}.education-center-articles-list-item:after,.education-center-articles-list-item:before{content:"";display:table}.education-center-articles-list-item:after{clear:both}.education-center-articles-list-item__container{display:flex;justify-content:center;margin-top:40px}.education-center-articles-list-item__container-inner{display:flex;flex-direction:column;width:100%;max-width:1000px;padding:0 30px}.education-center-articles-list-item__article{max-width:1200px}.education-center-articles-list-item__text{float:left;font:700 18px Archivo Narrow,sans-serif;font-size:18px;line-height:24px;color:#000;transition:color .1s ease-in-out}.education-center-articles-list-item__icon{padding-right:25px;font-size:24px;color:#5ca646}.education-center-articles-list-item__progress{font:600 18px Archivo Narrow,sans-serif;font-size:14px;line-height:24px;color:#555}.education-center-articles-list-item__info{float:right;width:100px;margin-right:-120px;text-align:right}.education-center-articles-list-item:hover{background-color:#f4f4f4}.education-center-articles-list-item:hover .education-center-articles-list-item__text{color:#086abf}.education-center-backlink{display:flex;text-decoration:none}.education-center-backlink__icon{font-size:24px}.education-center-backlink__text,.education-center-switch-links{font:500 18px Archivo Narrow,sans-serif}.education-center-switch-links{font-size:inherit;line-height:inherit;text-align:center;zoom:1}.education-center-switch-links:after,.education-center-switch-links:before{content:"";display:table}.education-center-switch-links:after{clear:both}.education-center-switch-links__icon{font-size:24px}.education-center-switch-links__backlink,.education-center-switch-links__forwlink{display:block;padding:7px 0;text-decoration:none}.education-center-switch-links__backlink{float:left}.education-center-switch-links__forwlink{float:right}.education-center-switch-links__next-article-text{display:inline-block;vertical-align:middle;font:400 16px Arial,Helvetica,sans-serif;font-size:14px;line-height:1.43;width:230px}@media only screen and (max-width:768px){.education-center-switch-links__next-article-text_desktop{display:none}}.education-center-switch-links__next-article-text_mobile{display:none}@media only screen and (max-width:768px){.education-center-switch-links__next-article-text_mobile{display:inline-block;clear:left}}.education-center-switch-links__mobile-next-wrapper{text-align:center;margin-top:30px}.education-center-switch-links__holder{zoom:1}.education-center-switch-links__holder:after,.education-center-switch-links__holder:before{content:"";display:table}.education-center-switch-links__holder:after{clear:both}.education-center-search-result{width:870px;margin:0 auto;padding:40px 0 0}.education-center-search-result__item{padding:20px;border-bottom:1px solid #ccc}.education-center-search-result__item .search-result-item__title{font:700 18px Archivo Narrow,sans-serif;font-size:18px;line-height:24px;color:#111}.education-center-search-result__item:hover{background-color:#f4f4f4}.education-center-search-result__item:hover .search-result-item__title{color:#086abf}.education-center-load-more{display:block;width:100%;font:600 18px Archivo Narrow,sans-serif;font-size:18px;color:#086abf;line-height:1.6;padding:13px;border:none;outline:none;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);transition:all .2s}.education-center-load-more:hover{box-shadow:0 2px 8px 0 rgba(0,0,0,.25)}.education-center-load-more__icon{margin-left:5px;font-size:24px;vertical-align:-5px}.education-center-chapter-list-layout__section{margin-top:40px}.education-center-chapter-list-layout__section:first-child{margin-top:0}.education-center-chapter-list-section__title{margin-bottom:20px}.education-center-chapter-list-section__inner{display:flex;zoom:1}@media only screen and (max-width:768px){.education-center-chapter-list-section__inner{flex-wrap:wrap}}.education-center-chapter-list-section__inner:after,.education-center-chapter-list-section__inner:before{content:"";display:table}.education-center-chapter-list-section__inner:after{clear:both}.education-center-chapter-list-section__column{float:left;width:23.93162%;margin-right:1.7094%}@media only screen and (max-width:768px){.education-center-chapter-list-section__column{float:none;width:100%;margin-right:0;margin-bottom:20px}}.education-center-chapter-list-section__column_intro{width:22.22222%;margin-right:2.5641%}@media only screen and (max-width:768px){.education-center-chapter-list-section__column_intro{width:100%;margin-right:0}}@media only screen and (max-width:375px){.education-center-chapter-list-section__column_intro{display:none}}.education-center-chapter-list-section__column:last-child{margin-right:0;margin-bottom:0}.bookstore-layout__free-account-invitation{max-width:830px;margin:0 auto 32px}.bookstore-layout__price-widget{position:fixed;left:0;right:0;bottom:0;z-index:1000}.bookstore-product{zoom:1;padding:40px 70px 0 110px}.bookstore-product:after,.bookstore-product:before{content:"";display:table}.bookstore-product:after{clear:both}@media only screen and (max-width:768px){.bookstore-product{padding:40px 70px 0}}@media only screen and (max-width:480px){.bookstore-product{padding-left:0;padding-right:0}}.bookstore-product__img{float:left;width:27.27273%;margin:20px 9.09091% 20px 0;box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}@media only screen and (max-width:768px){.bookstore-product__img{float:none;width:100%;max-width:200px;margin:0 auto 30px}}.bookstore-product__dscr{float:left;width:63.63636%}@media only screen and (max-width:768px){.bookstore-product__dscr{float:none;width:100%;margin:0 0 30px}}.bookstore-price-widget{background:#f6f6f6;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);padding:8px 0}.bookstore-price-widget__inner{display:table;width:100%}.bookstore-price-widget__cta,.bookstore-price-widget__info{display:table-cell;vertical-align:middle}.bookstore-price-widget__cta{width:96px}.bookstore-price-widget__price{font:600 18px Archivo Narrow,sans-serif;font-size:16px;line-height:1.375;color:#111}.bookstore-price-widget__s-h{font-size:13px;line-height:1.23;margin-left:4px}.bookstore-price-widget__title{font:700 18px Archivo Narrow,sans-serif;font-size:16px;line-height:1.375;color:#000}.book-grid{zoom:1;padding:18px 0 40px}.book-grid:after,.book-grid:before{content:"";display:table}.book-grid:after{clear:both}.book-grid__item{float:left;display:block;margin:24px 0 0 10px;width:calc(25% - 7.5px);padding:20px;background:#fff;transition:box-shadow .1s ease-in-out}.book-grid__item:hover{position:relative;box-shadow:0 3px 8px 0 rgba(0,0,0,.25)}.book-grid__item:first-child{margin-left:0}.book-grid__item:nth-child(4n+5){clear:both;margin-left:0}@media only screen and (max-width:768px){.book-grid__item{padding:7px;width:33.33333%;margin-left:0;margin-top:18px}.book-grid__item:nth-child(4n+5){clear:none;margin-left:0}.book-grid__item:nth-child(3n+4){clear:left;margin-left:0}}@media only screen and (max-width:480px){.book-grid__item{width:100%}.book-grid__item:nth-child(3n+4),.book-grid__item:nth-child(4n+5){clear:none;margin-left:0}.book-grid__item:nth-child(2n+3){clear:left;margin-left:0}}@media only screen and (max-width:768px){.book-grid{padding-top:0}}@media only screen and (max-width:480px){.book-grid-item{border-bottom:1px solid #ccc}}.book-grid-item__img{display:block;padding-bottom:22px;border-bottom:1px solid #ccc}@media only screen and (max-width:480px){.book-grid-item__img{border-bottom:none;display:flex;justify-content:center}}.book-grid-item__img img{display:block;height:220px;width:auto;max-width:100%}@media only screen and (max-width:1024px){.book-grid-item__img img{height:190px}}@media only screen and (max-width:480px){.book-grid-item__img img{height:240px}}.book-grid-item__name{display:block;margin:10px 0 0;font-size:18px;line-height:24px;text-decoration:none}.book-grid-item__price{margin:4px 0 0;font:600 18px Archivo Narrow,sans-serif;font-size:18px;line-height:24px}.book-grid-item__link{font:500 18px Archivo Narrow,sans-serif;font-size:inherit;display:inline-block}@media only screen and (max-width:480px){.book-grid-item__link{margin-bottom:14px}}.book-grid-item_size_smaller .book-grid-item__img img{height:190px}.book-info__price{margin-top:8px;font:500 18px Archivo Narrow,sans-serif;font-size:13px;line-height:16px}.book-info__price .price{font:600 18px Archivo Narrow,sans-serif;font-size:20px;line-height:24px}.book-info__title{margin-top:10px;font:700 18px Archivo Narrow,sans-serif;font-size:40px;line-height:1.15}@media only screen and (max-width:480px){.book-info__title{font-size:26px}}.book-info__author{margin-top:10px;font-size:14px;line-height:20px}.book-info__author b{font:700 18px Archivo Narrow,sans-serif}.book-info__dscr{margin-top:20px;padding:20px 0 40px;line-height:24px;border-top:1px solid #ccc}.book-info__dscr .flat-button{width:230px;margin-top:30px}@media only screen and (max-width:768px){.book-info__dscr{margin-top:28px;border-bottom:1px solid #ccc;padding-bottom:30px}}.book-info__details .book-details__item{margin-top:20px}@media only screen and (max-width:768px){.book-info__meta{text-align:center}}@media only screen and (max-width:768px){.book-info__cta_desktop{display:none}}.book-info__cta_mobile{display:none;width:230px;margin-top:24px}@media only screen and (max-width:768px){.book-info__cta_mobile{display:inline-block}}.book-details__title{font:600 18px Archivo Narrow,sans-serif;font-size:18px;line-height:26px}.book-details__table{width:100%;margin-top:10px}.book-details__table tr{border-top:1px solid #e4e4e4}.book-details__table tr:first-child{border:0}.book-details__table tr td{line-height:44px}.book-details__table tr td:first-child{width:140px}.book-details__text{margin-top:10px;line-height:24px}.single-post-article{display:flex;flex-direction:row;padding:30px;font-family:Arial,Helvetica,sans-serif;border-radius:6px;background-color:#fff;zoom:1}@media only screen and (max-width:1024px){.single-post-article{padding:23px 15px;flex-direction:column}}@media only screen and (max-width:375px){.single-post-article{padding:23px 10px}}.single-post-article:after,.single-post-article:before{content:"";display:table}.single-post-article:after{clear:both}.single-post-article__options{position:relative;left:-8px}@media only screen and (max-width:768px){.single-post-article__options{margin-bottom:10px}}@media only screen and (max-width:1024px){.single-post-article__options_desktop{display:none}}.single-post-article__options_mobile{display:none;float:none;width:100%;margin-right:0;border-bottom:1px solid #ccc}@media only screen and (max-width:1024px){.single-post-article__options_mobile{display:block}}.single-post-article__border{border-bottom:1px solid #000;padding-bottom:20px}.single-post-article__content-wrapper{flex:1 1 600px;max-width:660px;width:100%}@media only screen and (max-width:1024px){.single-post-article__content-wrapper{max-width:100%}}.single-post-article__content-wrapper_video{display:flex;flex-direction:column;max-width:660px;width:100%}.single-post-article__content{margin-top:28px}.single-post-article__content .bottom-bordered-headline{font:500 18px Archivo Narrow,sans-serif;font-size:24px;font-weight:600;line-height:1.2em;margin:1.636em 0 1em;border-bottom:2px solid #000}.single-post-article__content .border-orange{border-color:#f08300}.single-post-article__content .border-blue{border-color:#2492cf}.single-post-article__content img{height:auto}.single-post-article__header{padding-bottom:0}@media only screen and (max-width:768px){.single-post-article__header{padding-bottom:0}}.single-post-article__footer{margin-top:40px}.single-post-article__footer-share{display:block;margin-bottom:40px}@media only screen and (max-width:768px){.single-post-article__footer-share{text-align:center}}.single-post-article__switch-links{display:block;margin-top:65px;margin-bottom:40px;font-size:18px}@media only screen and (max-width:768px){.single-post-article__switch-links{margin-top:36px;margin-bottom:43px}}.single-post-article__publication-select{border:1px solid #aaa;font-size:13px;border-radius:4px;padding:4px;color:#999}.single-post-article__sidebar-header{margin-bottom:10px;font-size:28px;font-family:Arial,Helvetica,sans-serif;color:#666}.single-post-article__sidebar{max-width:400px;width:100%;padding-left:30px}@media only screen and (max-width:1024px){.single-post-article__sidebar{float:none;width:auto;margin-left:0;margin-top:30px;padding-left:0}}.single-post-article__sidebar-item{display:block;margin-bottom:30px}.single-post-article__sidebar-item_align_center{text-align:center}.single-post-article latest-video{margin-top:40px}.single-post-article latest-video .latest-video{max-width:100%}.single-post-article__tickers-container{margin-top:20px}.single-post-article__tickers-container .ticker{margin-right:20px}.single-post-article__tickers-container .ticker:first-child{margin-left:20px}.single-post-article-header{position:relative}.single-post-article-header__tags{margin-bottom:15px}@media only screen and (max-width:768px){.single-post-article-header__tags{margin-bottom:12px}}.single-post-article-header__title{font:Archivo Narrow,sans-serif;font-weight:400;margin-top:0;margin-bottom:17px;font-size:40px;line-height:1.15;color:#333}@media only screen and (max-width:768px){.single-post-article-header__title{font-size:36px;line-height:1.11}}.single-post-article-header__meta{font-size:16px;line-height:1.43}.single-post-article-header__meta_larger{font-size:16px;line-height:1.375}.single-post-article-header__container{display:flex;flex-direction:row}@media only screen and (max-width:768px){.single-post-article-header__container{flex-direction:column}}.single-post-article-header__meta_byline{flex:1 0;font-size:16px;font-family:Arial,Helvetica,sans-serif;color:#707070}.single-post-article-header__meta_byline a.link{color:#707070;text-decoration:none}.single-post-article-header__meta_byline a.link:hover{text-decoration:underline}.single-post-article-header__meta_byline p{color:#707070;text-decoration:none}.single-post-article-header__publication{font-style:italic}.single-post-article-header__social_media{font-family:Arial,Helvetica,sans-serif;flex:0 1;flex-direction:row;min-width:140px;font-size:16px}.single-post-article-header__share,.single-post-article-share{display:flex;flex-direction:row}@media only screen and (max-width:768px){.single-post-article-share{width:100%;padding:20px 0;height:40px;border-radius:0}}.single-post-article-share-item{cursor:pointer;display:flex;width:30px;margin-right:6px;text-align:center;text-decoration:none;color:#222;border-radius:2px}@media only screen and (max-width:768px){.single-post-article-share-item{width:40px;height:40px;border-radius:0}}.single-post-article-share-item__icon{padding-left:6px;padding-right:6px;font-size:16px;line-height:18px}@media only screen and (max-width:768px){.single-post-article-share-item__icon{padding-right:0}}.single-post-article-share-item__text{cursor:default;display:inline-block;font:400 16px Arial,Helvetica,sans-serif;font-size:16px;line-height:18px;margin-right:26px}.single-post-article-options__title{margin-bottom:14px;padding-bottom:7px;font:500 18px Archivo Narrow,sans-serif;line-height:22px;border-bottom:1px solid #ccc}@media only screen and (max-width:1024px){.single-post-article-options__title{display:none}}.single-post-article-options__item{display:block;margin-bottom:4px}@media only screen and (max-width:1024px){.single-post-article-options__item{display:inline-block;margin-bottom:0}}.single-post-article-options-item{padding:6px 8px;text-decoration:none;color:#555}@media only screen and (max-width:1024px){.single-post-article-options-item{padding:10px 8px}}.single-post-article-options-item__icon{padding-right:6px;font-size:23px}.single-post-article-options-item__text{display:inline-block;vertical-align:middle}.single-post-article-tags{text-align:right}.single-post-article-tags__item{margin-right:4px}@media only screen and (max-width:768px){.single-post-article-tags{text-align:left}}.takeover{padding:1.625em 1.25em 1.25em;font:400 16px Arial,Helvetica,sans-serif;font-size:16px;color:#0e0e0e;text-align:center;position:relative;background-size:cover}.takeover__wrapper{position:relative;max-width:1170px;margin:0 auto;padding:0 20px}@media only screen and (max-width:768px){.takeover__wrapper{padding:0 10px}}.takeover__content{position:relative}.takeover__alert-title{font:700 18px Archivo Narrow,sans-serif;font-size:1.875em;line-height:1.2;letter-spacing:1px;margin-bottom:.73333em;text-transform:uppercase}.takeover__alert-icon{font-size:1.06667em;margin-right:.33333em;color:#d23528;display:inline-block;vertical-align:middle}.takeover__alert-title-text{vertical-align:middle}.takeover__superheading{font-size:1.25em;line-height:1.3;max-width:870px;margin:0 auto .55em}.takeover__headline{font:700 18px Archivo Narrow,sans-serif;font-size:4.5em;line-height:1.03;margin-bottom:.15278em}@media only screen and (max-width:768px){.takeover__headline{font-size:3.33333em;margin-bottom:.275em}}.takeover__headline_size_medium{font-size:3.125em;line-height:1.08;margin-bottom:.22em}.takeover__headline_size_small{font-size:2.5em;line-height:1.15;margin-bottom:.275em}.takeover__subhead{font-size:1.5em;line-height:1.25;max-width:870px;margin:0 auto .58333em}.takeover__date{font:600 18px Archivo Narrow,sans-serif;font-size:1.25em;line-height:1.4;margin-bottom:.95em;padding-right:1.2em}.takeover__date-title{text-transform:uppercase}.takeover__date-text,.takeover__date-title{display:inline-block;vertical-align:middle}@media only screen and (max-width:768px){.takeover__date-text{width:50%;text-align:left}}.takeover__countdown{font-size:1em;margin-bottom:2.9375em}.takeover__cta{margin-top:2.9375em;margin-bottom:2.625em}.takeover__scroll-notice{font-size:16px;line-height:1.375}.takeover__scroll-notice-icon{font-size:23px}.takeover__sheet{position:absolute;left:0;top:0;right:0;bottom:0;background:#fff;box-shadow:0 3px 8px 0 rgba(0,0,0,.3);transform:rotate(1deg)}.takeover__note{display:block;position:absolute;max-width:229px;height:auto;left:33px;bottom:23px}.takeover__note_wrapped{left:12px;bottom:-3px}@media only screen and (max-width:1024px){.takeover__note{max-width:153px}}@media only screen and (max-width:768px){.takeover__note{display:none}}@media only screen and (max-width:1024px){.takeover{font-size:15px}}@media only screen and (max-width:768px){.takeover{font-size:13px}}@media only screen and (max-width:375px){.takeover{font-size:12px}}.takeover_has-sheet .takeover__wrapper{margin:-15px auto}.takeover_has-sheet .takeover__content{padding:1.625em 0 1.25em}.takeover_lingering .takeover__cta{margin-bottom:3.5625em}.takeover_theme_dark{color:#fff;background-color:#002f58}.takeover_theme_dark .takeover__alert-icon{color:#ffc500}.takeover-countdown{display:inline-block;border:1px solid #e4e4e4;border-radius:1em;box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.5);padding:.625em .375em .5em;background-color:hsla(0,0%,100%,.7)}.takeover-countdown__slot{border-left:1px solid #ddd}.takeover-countdown__slot:first-child{border-left:0}.takeover-countdown_theme_dark{color:#fff;border:2px solid hsla(0,0%,100%,.3);background-color:rgba(0,0,0,.3)}.takeover-countdown_theme_dark .takeover-countdown__slot{border-left-color:hsla(0,0%,100%,.2)}.takeover-countdown_theme_dark .takeover-countdown__slot:first-child{border-left:0}.takeover-countdown-slot{display:inline-block;text-align:center;width:6.25em;padding:.0625em 0 .5em}.takeover-countdown-slot__value{font:300 18px Archivo Narrow,sans-serif;font-size:3.125em;line-height:1}.takeover-countdown-slot__unit{font:400 16px Arial,Helvetica,sans-serif;font-size:.875em;line-height:1.29;text-transform:uppercase;margin-top:.07143em}.search-results-layout__sections-title{margin-bottom:30px;font:700 18px Archivo Narrow,sans-serif;font-size:26px;line-height:26px}@media only screen and (max-width:768px){.search-results-layout__sections-title{margin-bottom:15px}}.search-results-layout__section-title{font:500 18px Archivo Narrow,sans-serif;line-height:24px;text-transform:none;margin-bottom:20px}@media only screen and (max-width:768px){.search-results-layout__section-title{margin-bottom:10px}}.search-results-layout__result-item{margin-top:40px}@media only screen and (max-width:768px){.search-results-layout__result-item{margin-top:30px}}.search-results-layout__result-item:first-child{margin-top:0}.search-results-layout__show-more{margin-top:40px}@media only screen and (max-width:768px){.search-results-layout__show-more{margin-top:30px}}.search-filters{margin:20px 0}.search-filters__keywords{width:50%;width:100%}.search-filters__items{display:block;height:80px}@media only screen and (max-width:1024px){.search-filters__items{height:160px}}@media only screen and (max-width:480px){.search-filters__items{height:auto;margin-bottom:10px}}.search-filters__item{width:20%;float:left;margin-left:6.66%;margin-top:10px}.search-filters__item select{height:40px;width:100%}.search-filters__item select.text-input{padding:0 0 0 10px}@media only screen and (max-width:1024px){.search-filters__item{width:45%;margin-left:10%}.search-filters__item:nth-child(odd){margin-left:0}}@media only screen and (max-width:480px){.search-filters__item{width:100%;margin-left:0;float:none}}.search-filters__item:first-child{margin-left:0}@media only screen and (max-width:768px){.not-found__content{display:flex;flex-direction:column}}.not-found__broken-logo{float:right;margin-left:20px;margin-right:30px;margin-top:20px;max-width:300px}@media only screen and (max-width:768px){.not-found__broken-logo{order:4;margin:40px auto 0}}.not-found__title{font:700 18px Archivo Narrow,sans-serif;font-size:26px;line-height:1.23;margin-bottom:26px;margin-top:0}@media only screen and (max-width:768px){.not-found__title{order:1}}.not-found__description{max-width:700px;font-size:18px;line-height:1.44;margin-bottom:40px}@media only screen and (max-width:768px){.not-found__description{order:2;margin-bottom:0}}.not-found__cta{margin:36px auto 0}@media only screen and (max-width:768px){.not-found__cta{order:3;display:block;width:100%;max-width:287px;padding:13px 0}}.sih-podcast{color:#fff}.sih-podcast__body{position:relative;background:url(assets/img/sih-icons/sih-bg.jpg);background-size:cover;background-position:bottom;padding:24px 200px 24px 30px;border-radius:4px 4px 0 0}@media only screen and (max-width:1024px){.sih-podcast__body{padding:12px 200px 15px 20px}}@media only screen and (max-width:768px){.sih-podcast__body{padding:12px 15px 20px}}.sih-podcast__logo{position:absolute;right:30px;top:24px}@media only screen and (max-width:768px){.sih-podcast__logo{right:auto;top:auto;position:static;display:block;margin-bottom:10px}}.sih-podcast__publication-title{font:700 18px Archivo Narrow,sans-serif;font-size:14px;line-height:1.29;margin-bottom:4px}@media only screen and (max-width:768px){.sih-podcast__publication-title{display:none}}.sih-podcast__title{font:700 18px Archivo Narrow,sans-serif;font-size:24px;line-height:1.25;margin-bottom:8px}.sih-podcast__date{font-size:14px;margin-bottom:6px}.sih-podcast__type-icon{margin-right:7px}.sih-podcast__type{font:700 18px Archivo Narrow,sans-serif;font-size:14px;line-height:1.29;text-transform:uppercase}.sih-podcast__footer{padding:18px 30px 24px;border-radius:0 0 4px 4px;background:#232323}@media only screen and (max-width:1024px){.sih-podcast__footer{padding:9px 15px 12px}}.sih-podcast__footer-title{font:700 18px Archivo Narrow,sans-serif;font-size:16px;line-height:1.25;margin-bottom:22px}.sih-podcast__footer-icon-row{display:flex;justify-content:space-between}.sih-podcast__footer-icon-row-item{color:#fff}@media only screen and (max-width:480px){.sih-podcast__footer-icon-row-item{font-size:29px;text-align:center}}.sih-podcast__footer-icon-row-item_splitter{display:block;width:1px;border-left:1px solid #fff}@media only screen and (max-width:1024px){.sih-podcast__footer-icon-row-item_splitter{display:none}}.sih-podcast__footer-icon-row-item-icon{margin-right:7px;vertical-align:-2px}@media only screen and (max-width:480px){.sih-podcast__footer-icon-row-item-caption{display:none}}.vendor-icon{display:inline-block;background-size:contain;background-position:50%;background-repeat:no-repeat}.vendor-icon_apple{width:1.1875em;height:1.1875em;background-image:url(assets/img/sih-icons/apple.svg)}.vendor-icon_google-play{width:1.125em;height:1.1875em;background-image:url(assets/img/sih-icons/google-play.svg)}.vendor-icon_youtube{width:1.25em;height:.875em;background-image:url(assets/img/sih-icons/youtube.svg)}.vendor-icon_soundcloud{width:1.6875em;height:1.125em;background-image:url(assets/img/sih-icons/soundcloud.svg)}.vendor-icon_stitcher{width:1.25em;height:.875em;background-image:url(assets/img/sih-icons/stitcher.svg)}.vendor-icon_spotify{width:1.1875em;height:1.1875em;background-image:url(assets/img/sih-icons/spotify.svg)}.financial-platform{display:flex;width:100%;background:linear-gradient(#1f394c,#556876);color:#fff;font-family:Arial,Helvetica,sans-serif;padding:40px 0}.financial-platform__container{align-items:center;max-width:1200px;margin:auto}.financial-platform__card,.financial-platform__container{display:flex;flex-direction:column;justify-content:center;width:100%}.financial-platform__card{padding:40px 0}@media only screen and (max-width:1199px){.financial-platform__card{display:flex;flex-direction:column;align-items:center;padding:20px 0}}@media only screen and (max-width:768px){.financial-platform__card{padding:0}}.financial-platform__card_card-one{display:flex;flex-direction:column;align-items:center;color:#d7d7d7}.financial-platform__card_card-one .title{font-size:46px;font-weight:600}@media only screen and (max-width:1199px){.financial-platform__card_card-one .title{text-align:center;padding:0 20px}}@media only screen and (max-width:1024px){.financial-platform__card_card-one .title{font-size:28px;line-height:1.4em;font-weight:400}}.financial-platform__card_card-one .heading{width:80%;text-align:center;font-size:28px;font-style:italic;padding:20px 0}@media only screen and (max-width:1199px){.financial-platform__card_card-one .heading{width:90%}}@media only screen and (max-width:1024px){.financial-platform__card_card-one .heading{font-size:18px;line-height:1.4em;padding-bottom:0}}.financial-platform__card_card-one .items-container{display:flex;margin-top:20px}@media only screen and (max-width:1199px){.financial-platform__card_card-one .items-container{margin:40px}}@media only screen and (max-width:768px){.financial-platform__card_card-one .items-container{flex-direction:row;align-items:center;margin:20px}}@media only screen and (max-width:520px){.financial-platform__card_card-one .items-container{flex-direction:column}}.financial-platform__card_card-one .items-container ul{display:flex;flex-direction:column;justify-content:center;margin:0 0 20px}.financial-platform__card_card-one .items-container .list-item{font-size:28px;margin-top:30px;color:#f2f2f2;line-height:1.3em}@media only screen and (max-width:1199px){.financial-platform__card_card-one .items-container .list-item{margin-top:15px}}@media only screen and (max-width:1024px){.financial-platform__card_card-one .items-container .list-item{font-size:18px}}@media only screen and (max-width:768px){.financial-platform__card_card-one .items-container .list-item{font-size:16px}}.financial-platform__card_card-one_image{display:flex;justify-content:right;align-items:center;width:92%}.financial-platform__card_card-one_image img{padding-left:40px;width:95%}@media only screen and (max-width:768px){.financial-platform__card_card-one_image img{margin:30px 0;max-width:100%;padding:0}}.financial-platform__card .cards-two-three-wrapper{width:100%;display:flex;flex-direction:row;position:relative;left:-30px}@media only screen and (max-width:768px){.financial-platform__card .cards-two-three-wrapper{flex-direction:column;left:0;align-items:center}}.financial-platform__card_card-two{display:flex;flex-direction:column;background-color:#fff;box-shadow:5px 5px 5px grey;border:1px solid #272727;font-family:Archivo Narrow,sans-serif;border-radius:8px;padding:30px;height:100%;left:60px;overflow-y:hidden}@media only screen and (max-width:1199px){.financial-platform__card_card-two{max-width:90vw;position:relative;top:30px;padding:10px}}@media only screen and (min-width:1025px){.financial-platform__card_card-two{position:relative;max-width:45%;top:30px}}@media only screen and (max-width:768px){.financial-platform__card_card-two{left:0;padding:10px 20px 30px}}.financial-platform__card_card-two_title{font-family:Archivo Narrow,sans-serif;font-size:42px;color:#f2f2f2;text-align:center;margin:0 auto 60px;max-width:80%}@media only screen and (max-width:1024px){.financial-platform__card_card-two_title{font-size:26px}}@media only screen and (max-width:768px){.financial-platform__card_card-two_title{width:90%;margin:0 auto}}.financial-platform__card_card-two .heading{color:#707070;font-size:36px;font-weight:600;padding:10px 0}@media only screen and (max-width:1024px){.financial-platform__card_card-two .heading{font-size:20px;font-weight:400}}.financial-platform__card_card-two img{max-height:500px}.financial-platform__card_card-three{display:flex;flex-direction:column;text-align:center;align-items:center;height:auto;width:60%;background-color:#ecf2f9;padding:40px;border-radius:8px}@media only screen and (max-width:768px){.financial-platform__card_card-three{width:100%;padding:50px 20px 40px}}.financial-platform__card_card-three .watchlist-title{color:#0d3e6f;font-size:36px;font-weight:600;padding:10px 40px;font-family:Archivo Narrow,sans-serif}@media only screen and (max-width:1024px){.financial-platform__card_card-three .watchlist-title{font-size:24px;padding:10px 0}}@media only screen and (max-width:768px){.financial-platform__card_card-three .watchlist-title{font-size:24px;padding:10px 0;font-weight:400}}.financial-platform__card_card-three .watchlist-list{text-align:left;margin-bottom:40px}@media only screen and (max-width:768px){.financial-platform__card_card-three .watchlist-list{margin-bottom:10px}}.financial-platform__card_card-three .watchlist-list .watchlist-item-container{display:flex;flex-direction:row;align-items:center;margin:30px 0 10px 60px}@media only screen and (max-width:1199px){.financial-platform__card_card-three .watchlist-list .watchlist-item-container{margin:10px 40px}}@media only screen and (max-width:1024px){.financial-platform__card_card-three .watchlist-list .watchlist-item-container{width:300px}}@media only screen and (max-width:768px){.financial-platform__card_card-three .watchlist-list .watchlist-item-container{width:auto;margin:20px 40px}}.financial-platform__card_card-three .watchlist-list .watchlist-item-container .watchlist-icon{height:36px;width:36px}.financial-platform__card_card-three .watchlist-list .watchlist-item-container .watchlist-item{color:#707070;font-size:20px;padding-left:20px;width:425px;line-height:1.3em}@media only screen and (max-width:1199px){.financial-platform__card_card-three .watchlist-list .watchlist-item-container .watchlist-item{padding:0 0 0 20px}}@media only screen and (max-width:1024px){.financial-platform__card_card-three .watchlist-list .watchlist-item-container .watchlist-item{text-align:center}}@media only screen and (max-width:768px){.financial-platform__card_card-three .watchlist-list .watchlist-item-container .watchlist-item{width:100%;font-size:16px}}.financial-platform__card_card-three .watchlist-link{text-decoration:none;position:relative;left:35%;font-size:20px;background-color:#0d3e6f;color:#fff;border-radius:4px;padding:10px 40px;margin-top:60px;transition:.3s}@media only screen and (max-width:1199px){.financial-platform__card_card-three .watchlist-link{left:0}}@media only screen and (max-width:768px){.financial-platform__card_card-three .watchlist-link{margin-top:30px}}@media only screen and (max-width:520px){.financial-platform__card_card-three .watchlist-link{font-size:16px}}.financial-platform__card_card-three .watchlist-link:hover{background-color:#104d89}.financial-platform__card_card-three .watchlist-heading{color:#333;font-size:24px;padding-bottom:10px}@media only screen and (max-width:1024px){.financial-platform__card_card-three .watchlist-heading{font-size:16px}}.financial-platform__card_card-three .watchlist-image-container{border-radius:6px;padding:10px 10px 10px 30px;background-color:#fff}.financial-platform__card_card-four{display:flex;flex-direction:column;text-align:center;align-items:center}@media only screen and (max-width:1199px){.financial-platform__card_card-four{margin:60px auto}}@media only screen and (max-width:1024px){.financial-platform__card_card-four{margin:40px 20px}}.financial-platform__card_card-four .title{font-family:Archivo Narrow,sans-serif;font-size:42px;margin-bottom:40px}@media only screen and (max-width:1024px){.financial-platform__card_card-four .title{width:90%;font-size:26px;font-weight:400;margin-bottom:30px}}.financial-platform__card_card-four ul{display:flex;flex-direction:row;max-width:800px;padding:0}@media only screen and (max-width:1024px){.financial-platform__card_card-four ul{flex-direction:column;max-width:90%}}@media only screen and (max-width:768px){.financial-platform__card_card-four ul{max-width:80%}}@media only screen and (max-width:520px){.financial-platform__card_card-four ul{max-width:90%}}.financial-platform__card_card-four ul li:first-child{margin-right:10%}@media only screen and (max-width:1024px){.financial-platform__card_card-four ul li:first-child{margin:0 auto 20px}}.financial-platform__card_card-four ul p{font-size:20px;text-align:left;line-height:1.3em}@media only screen and (max-width:768px){.financial-platform__card_card-four ul p{font-size:16px;line-height:1.4em}}.financial-platform__card_card-five{display:flex;flex-direction:column;align-items:center;margin:auto;font-family:Archivo Narrow,sans-serif;width:100%;max-width:800px}.financial-platform__card_card-five img{border-radius:6px;width:100%;max-width:90vw}.financial-platform__card_card-five .title{font-size:32px;color:#d6c38a;font-style:italic;font-weight:600;margin-bottom:40px;text-align:center}@media only screen and (max-width:1024px){.financial-platform__card_card-five .title{font-size:26px;font-weight:400;margin-bottom:20px}}.financial-platform__card_card-five .portfolio-link{text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:20px;color:#0d3e6f;background-color:#d6c38a;box-shadow:3px 3px 3px #1f394c;border-radius:8px;margin-top:40px;padding:10px 40px;transition:.3s}@media only screen and (max-width:768px){.financial-platform__card_card-five .portfolio-link{margin-top:30px}}@media only screen and (max-width:520px){.financial-platform__card_card-five .portfolio-link{font-size:16px}}.financial-platform__card_card-five .portfolio-link:hover{color:#1e3748;background-color:#d1bb7b}.terminal-slider{display:flex;flex-direction:column;align-items:center;background-color:#0d3e6f;color:#f2f2f2;font-family:Arial,Helvetica,sans-serif;overflow:hidden}.terminal-slider__main-container{width:100%;max-width:1200px}.terminal-slider__cta-title{font-size:28px;padding-bottom:20px}@media only screen and (max-width:1199px){.terminal-slider__cta-title{font-size:18px}}@media only screen and (max-width:768px){.terminal-slider__cta-title{padding-bottom:10px}}.terminal-slider__cta-text{font-size:40px;padding-bottom:20px}@media only screen and (max-width:1199px){.terminal-slider__cta-text{font-size:28px}}@media only screen and (max-width:768px){.terminal-slider__cta-text{padding-bottom:10px;margin:0 15px}}.terminal-slider__cta-footer{font-size:28px;color:#b3c2d0;font-style:italic;font-family:Arial,Helvetica,sans-serif}@media only screen and (max-width:1199px){.terminal-slider__cta-footer{font-size:20px}}@media only screen and (max-width:768px){.terminal-slider__cta-footer{font-size:16px}}.terminal-slider__container{display:flex;margin-bottom:40px;align-items:center}@media only screen and (max-width:1199px){.terminal-slider__container{flex-direction:column;align-items:center}}@media only screen and (max-width:768px){.terminal-slider__container{margin-bottom:20px}}.terminal-slider__title-container{display:grid;grid-template-columns:380px auto}@media only screen and (max-width:1199px){.terminal-slider__title-container{display:block}}.terminal-slider__title{font-size:20px;font-style:italic;font-weight:700;text-align:center;margin-top:70px}@media(max-width:960px){.terminal-slider__title{margin-top:50px}}.terminal-slider__title.desktop{display:none}@media only screen and (min-width:1200px){.terminal-slider__title.desktop{display:block}}.terminal-slider__title.mobile{display:block}@media only screen and (min-width:1200px){.terminal-slider__title.mobile{display:none}}@media only screen and (max-width:1024px){.terminal-slider__title.mobile{margin-top:40px}}@media only screen and (max-width:768px){.terminal-slider__title.mobile{font-weight:400}}.terminal-slider__sidebar{min-width:300px}@media only screen and (max-width:1199px){.terminal-slider__sidebar{margin:40px 0 0;width:auto;text-align:center}}@media only screen and (max-width:768px){.terminal-slider__sidebar{margin-top:30px}}.terminal-slider .carousel{width:100%;max-width:6000px;display:flex;flex-direction:column}@media only screen and (max-width:1199px){.terminal-slider .carousel{display:flex;flex-direction:column;align-items:center}}.terminal-slider .carousel .slide-container{display:flex;align-content:flex-start;position:relative;touch-action:pan-y;overflow:hidden;width:80%;margin-top:40px;padding-bottom:40px}@media only screen and (min-width:1200px){.terminal-slider .carousel .slide-container{margin-left:0}}@media only screen and (max-width:480px){.terminal-slider .carousel .slide-container{width:100%;margin-left:10px;padding:20px 0}}@media only screen and (min-width:1200px){.terminal-slider .carousel .slide-container:after,.terminal-slider .carousel .slide-container:before{content:"";position:absolute;top:0;bottom:0;width:12%;z-index:5;pointer-events:none}}@media only screen and (min-width:1200px) and (max-width:480px){.terminal-slider .carousel .slide-container:after,.terminal-slider .carousel .slide-container:before{display:none}}@media only screen and (min-width:1200px){.terminal-slider .carousel .slide-container:before{left:0;background:linear-gradient(90deg,#0d3e6f,rgba(13,62,111,0))}.terminal-slider .carousel .slide-container:after{right:0;background:linear-gradient(270deg,#0d3e6f,rgba(13,62,111,0))}}.terminal-slider .carousel .controls-container{display:flex;width:100%;flex-direction:row;justify-content:center;overflow:hidden}@media only screen and (max-width:1024px){.terminal-slider .carousel .controls-container{width:100%}}.terminal-slider .carousel .controls-container .dot{cursor:pointer;height:10px;width:10px;border:none;border-radius:50%;margin:0 7px;background-color:#869791}.terminal-slider .carousel .controls-container .dot.active{background-color:#fff}.terminal-slider .carousel.publications{max-width:1000px}.terminal-slider .carousel.publications .slide-container{margin-top:0;padding-top:30px;width:90%}@media only screen and (max-width:1199px){.terminal-slider .carousel.publications .slide-container{margin:auto}}@media only screen and (max-width:375px){.terminal-slider .carousel.publications .slide-container{padding-top:20px}}.terminal-slider .carousel.publications .controls-container{width:96%}.terminal-slider .carousel.publications .slide{display:flex;flex-direction:column;position:relative;align-items:center;min-width:400px;max-width:440px;height:300px;background-color:#fff;border-radius:8px;color:#000;padding:30px 20px 20px;margin-left:40px}@media only screen and (max-width:1199px){.terminal-slider .carousel.publications .slide{margin:auto}}@media only screen and (max-width:768px){.terminal-slider .carousel.publications .slide{width:auto;min-width:300px;min-height:220px;z-index:999}}@media only screen and (max-width:480px){.terminal-slider .carousel.publications .slide{margin:10px}}@media only screen and (max-width:375px){.terminal-slider .carousel.publications .slide{min-width:100px}}.terminal-slider .carousel.publications .slide .content-container{display:flex;flex-direction:column;align-items:center;height:100%}.terminal-slider .carousel.publications .slide .content-container .inner-content-container{display:flex;flex-direction:column;height:60%;align-content:center}.terminal-slider .carousel.publications .slide .content-container .title{width:50%;margin-bottom:40px}.terminal-slider .carousel.publications .slide .content-container .titleImage{width:80%;max-height:50px;margin:auto}.terminal-slider .carousel.publications .slide .content-container .content{color:#111;padding-top:20px;text-align:center;line-height:1.3em;font-size:18px;margin:auto}@media only screen and (max-width:768px){.terminal-slider .carousel.publications .slide .content-container .content{font-size:16px}}.terminal-slider .carousel.publications .slide .content-container .content-space{height:50px}.terminal-slider .carousel.publications .slide .bottom-container{display:flex;flex-direction:row;position:absolute;bottom:0;width:100%;background-color:#f2f2f2;border-radius:0 0 8px 8px;padding:20px auto}.terminal-slider .carousel.publications .slide .bottom-container .image-container{position:absolute;display:flex;align-items:center;justify-content:center;left:-45px;bottom:-40px;height:130px;width:130px;border-radius:50%;border:5px solid #0d3e6f}@media only screen and (max-width:768px){.terminal-slider .carousel.publications .slide .bottom-container .image-container{border:5px solid #0d3e6f;height:85px;width:85px;left:-10px;top:-14px}}.terminal-slider .carousel.publications .slide .bottom-container .slide-image{height:120px;width:120px;max-width:120px;border-radius:50%;border:8px solid hsla(0,0%,98%,.5)}@media only screen and (max-width:768px){.terminal-slider .carousel.publications .slide .bottom-container .slide-image{height:80px;width:80px;border:5px solid hsla(0,0%,98%,.5)}}.terminal-slider .carousel.publications .slide .bottom-container .editor{color:#111;padding:15px;font-size:20px;width:100%;text-align:center}@media only screen and (max-width:768px){.terminal-slider .carousel.publications .slide .bottom-container .editor{font-size:18px;padding-left:50px}}@media only screen and (max-width:320px){.terminal-slider .carousel.publications .slide .bottom-container .editor{padding-left:70px;font-size:16px}}.terminal-testimonials{display:flex;flex-direction:column;width:auto;max-width:1200px;align-items:center;justify-content:center;font-family:Arial,Helvetica,sans-serif;font-size:28px;background-image:linear-gradient(#fff 30%,#d7d7d7);margin:auto;border-radius:6px;overflow:hidden}@media only screen and (max-width:1199px){.terminal-testimonials{margin:0 20px;width:auto}}@media only screen and (max-width:375px){.terminal-testimonials{margin:0 15px}}.terminal-testimonials__title-container{width:100%;display:flex;flex-direction:row;align-items:center;font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif}@media only screen and (max-width:1199px){.terminal-testimonials__title-container{align-items:flex-end}}@media only screen and (max-width:768px){.terminal-testimonials__title-container{padding-bottom:20px}}.terminal-testimonials__title-container_title{display:flex;background-color:#555;width:100%;max-width:360px;color:#d6c38a;padding:12px 10px 12px 20px;border-radius:6px;font-size:24px}@media only screen and (max-width:1199px){.terminal-testimonials__title-container_title{border-radius:5px 5px 0 0}}@media only screen and (max-width:768px){.terminal-testimonials__title-container_title{font-size:16px;padding:6px 10px 6px 20px;min-width:265px}}@media only screen and (max-width:375px){.terminal-testimonials__title-container_title{position:relative;max-width:265px}}.terminal-testimonials__title-container_title-title{display:flex;justify-content:center;align-items:center;padding:10px 0}@media only screen and (max-width:768px){.terminal-testimonials__title-container_title-title{padding:6px 0}}.terminal-testimonials__title-container_quote{font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-size:70px;height:40px;margin-top:-16px;padding-right:6px}@media only screen and (max-width:768px){.terminal-testimonials__title-container_quote{font-size:40px;margin-top:-6px}}.terminal-testimonials__title-container_filler{width:100%;content:"";border-top:6px solid #d6c38a}@media only screen and (max-width:375px){.terminal-testimonials__title-container_filler{max-width:75px}}.terminal-testimonials .carousel.testimonials{height:100%;overflow:hidden;border-radius:.5em;margin-top:20px;position:relative;padding-bottom:40px}@media only screen and (max-width:768px){.terminal-testimonials .carousel.testimonials{margin-top:0}}.terminal-testimonials .carousel.testimonials .carousel-wrapper{width:1200px}@media only screen and (max-width:1199px){.terminal-testimonials .carousel.testimonials .carousel-wrapper{width:800px}}@media only screen and (max-width:768px){.terminal-testimonials .carousel.testimonials .carousel-wrapper{width:400px}}.terminal-testimonials .carousel.testimonials .slide-container{display:flex;flex-direction:row;align-items:flex-start;max-width:1200px;height:auto;overflow-x:hidden;overflow-y:hidden;margin:0;text-align:center;font-size:28px}@media only screen and (max-width:1199px){.terminal-testimonials .carousel.testimonials .slide-container{font-size:22px}}@media only screen and (max-width:768px){.terminal-testimonials .carousel.testimonials .slide-container{padding:0;font-size:14px}}.terminal-testimonials .carousel.testimonials .slide-container .slide{display:flex;flex-direction:column;position:relative;max-width:1200px;width:1200px;align-items:center;color:#000;margin:auto}@media only screen and (max-width:1199px){.terminal-testimonials .carousel.testimonials .slide-container .slide{width:800px}}@media only screen and (max-width:768px){.terminal-testimonials .carousel.testimonials .slide-container .slide{height:auto;width:80vw}}.terminal-testimonials .carousel.testimonials .slide-container .slide .content-container{display:flex;flex-direction:column;align-items:center;height:100%;margin-top:40px}@media only screen and (max-width:768px){.terminal-testimonials .carousel.testimonials .slide-container .slide .content-container{margin-top:0;padding:0}}.terminal-testimonials .carousel.testimonials .slide-container .slide .content-container .title{width:50%;margin-bottom:40px}.terminal-testimonials .carousel.testimonials .slide-container .slide .content-container .content,.terminal-testimonials .carousel.testimonials .slide-container .slide .content-container .footer-content{color:#222;font-size:28px;margin:0 20px 10px;max-width:900px}@media only screen and (max-width:768px){.terminal-testimonials .carousel.testimonials .slide-container .slide .content-container .content,.terminal-testimonials .carousel.testimonials .slide-container .slide .content-container .footer-content{font-size:16px;margin-bottom:0}}.terminal-testimonials .carousel.testimonials .controls-container{display:flex;width:100%;flex-direction:row;justify-content:center}@media only screen and (max-width:768px){.terminal-testimonials .carousel.testimonials .controls-container{margin-top:20px}}.terminal-testimonials .carousel.testimonials .controls-container .dot{cursor:pointer;height:10px;width:10px;border:none;border-radius:50%;margin:0 7px;background-color:#d6d6d6}.terminal-testimonials .carousel.testimonials .controls-container .dot.active{background-color:#869791}@font-face{font-family:Archivo Narrow;font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/archivo-narrow/archivo-narrow-latin-400-normal.woff2) format("woff2"),url(assets/fonts/archivo-narrow/archivo-narrow-all-400-normal.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Narrow;font-style:normal;font-display:swap;font-weight:500;src:url(assets/fonts/archivo-narrow/archivo-narrow-latin-500-normal.woff2) format("woff2"),url(assets/fonts/archivo-narrow/archivo-narrow-all-500-normal.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Narrow;font-style:normal;font-display:swap;font-weight:600;src:url(assets/fonts/archivo-narrow/archivo-narrow-latin-600-normal.woff2) format("woff2"),url(assets/fonts/archivo-narrow/archivo-narrow-all-600-normal.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Narrow;font-style:normal;font-display:swap;font-weight:700;src:url(assets/fonts/archivo-narrow/archivo-narrow-latin-700-normal.woff2) format("woff2"),url(assets/fonts/archivo-narrow/archivo-narrow-all-700-normal.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Narrow;font-style:italic;font-display:swap;font-weight:400;src:url(assets/fonts/archivo-narrow/archivo-narrow-latin-400-italic.woff2) format("woff2"),url(assets/fonts/archivo-narrow/archivo-narrow-all-400-italic.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Narrow;font-style:italic;font-display:swap;font-weight:500;src:url(assets/fonts/archivo-narrow/archivo-narrow-latin-500-italic.woff2) format("woff2"),url(assets/fonts/archivo-narrow/archivo-narrow-all-500-italic.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Narrow;font-style:italic;font-display:swap;font-weight:600;src:url(assets/fonts/archivo-narrow/archivo-narrow-latin-600-italic.woff2) format("woff2"),url(assets/fonts/archivo-narrow/archivo-narrow-all-600-italic.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Narrow;font-style:italic;font-display:swap;font-weight:700;src:url(assets/fonts/archivo-narrow/archivo-narrow-latin-700-italic.woff2) format("woff2"),url(assets/fonts/archivo-narrow/archivo-narrow-all-700-italic.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:300;src:url(assets/fonts/lato/lato-latin-300-normal.woff2) format("woff2"),url(assets/fonts/lato/lato-all-300-normal.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:400;src:url(assets/fonts/lato/lato-latin-400-normal.woff2) format("woff2"),url(assets/fonts/lato/lato-all-400-normal.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lato;font-style:normal;font-display:swap;font-weight:700;src:url(assets/fonts/lato/lato-latin-700-normal.woff2) format("woff2"),url(assets/fonts/lato/lato-all-700-normal.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lato;font-style:italic;font-display:swap;font-weight:300;src:url(assets/fonts/lato/lato-latin-300-italic.woff2) format("woff2"),url(assets/fonts/lato/lato-all-300-italic.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lato;font-style:italic;font-display:swap;font-weight:400;src:url(assets/fonts/lato/lato-latin-400-italic.woff2) format("woff2"),url(assets/fonts/lato/lato-all-400-italic.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Lato;font-style:italic;font-display:swap;font-weight:700;src:url(assets/fonts/lato/lato-latin-700-italic.woff2) format("woff2"),url(assets/fonts/lato/lato-all-700-italic.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.archives-video .archives-video-list{display:flex;width:100%;justify-content:space-between}@media only screen and (max-width:768px){.archives-video .archives-video-list{display:flex;flex-direction:column;align-items:center}}.archives-video .archives-video-list__text-container{max-width:70%}@media only screen and (max-width:768px){.archives-video .archives-video-list__text-container{width:90%;max-width:90%}}@media only screen and (max-width:768px){.archives-video .archives-video-list__title{width:100%;max-width:100%;margin-bottom:20px}}.archives-video .archives-video-list__excerpt{margin-top:20px}@media only screen and (max-width:768px){.archives-video .archives-video-list__excerpt{margin-bottom:20px}}.archives-video .archives-video-list__excerpt span{max-height:4em;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.archives-video .archives-video-list__link{text-decoration:none}.archives-video .archives-video-list__image{max-width:200px}.latest-content-container{padding:20px 0 40px;background-color:#eef1f6}.latest-content-container__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;column-gap:10px;align-items:stretch}.latest-content-container .content-title-wrapper{display:flex;flex-direction:column;width:100%;background-color:#eff2f7;padding:40px 40px 20px;text-align:center;margin:auto}@media only screen and (max-width:768px){.latest-content-container .content-title-wrapper{display:none}}.latest-content-container .content-title-wrapper .content-title-filler{position:relative;top:-20px;width:100%;max-width:1200px;height:100%;margin:auto;content:"";border-top:1px solid #d7d7d7}.latest-content-container .content-title-wrapper .content-title{max-width:800px;margin:auto;z-index:10;font-size:36px;font-style:italic;color:#0d3e6f;padding:0 40px;background-color:#eff2f7}@media only screen and (max-width:1199px){.latest-content-container__inner{flex-direction:column}}@media only screen and (max-width:768px){.latest-content-container{padding:20px 0 0}.latest-content-container__inner{flex-direction:column-reverse}}img[src$="common/bullet.jpg"],img[src$="icons/bullet.gif"],img[src$="images/html_icon.gif"],img[src*="images/smilies/"],img[src*=pdf_icon]{display:inline-block;height:auto!important;width:auto!important}img[src$="icons/bullet.gif"]{margin-right:3px}.market-notes-static-header{font:500 18px Archivo Narrow,sans-serif;font-size:24px;font-weight:600;line-height:1.2em;border-bottom:2px solid #2492cf;margin:1.636em 0 1em}.market-notes-static-header+h4{margin-top:0;margin-bottom:15px}.market-notes-static-header#premium-tease{border-color:#f08300}