.latest-podcast .plyr--audio .plyr__controls{background-color:#f4f4f4;border-radius:15px;height:30px;overflow:hidden;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{height:15px;width: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)*.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:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.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)*.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)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.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)*.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)*.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)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px)*.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)*.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)*.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)*.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)*.7*-1 + 2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px)*.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(to right,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__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.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)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.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:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.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)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.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 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,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{height:200%!important;top:-50%!important}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}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-height:100%;max-width:100%}*,:after,:before{box-sizing:border-box}*{margin:0}body,html{height:100%}body{color:#222;font:400 16px canada-type-gibson,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%}main{margin-top:64px}li,ul{list-style-type:none}.outlined{border:1px solid #0d3e6f;border-radius:6px;height:32px}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}.container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 15px}.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{zoom:1;margin-left:-30px;width:auto}.row:after,.row:before{content:"";display:table}.row:after{clear:both}@media only screen and (max-width:1024px){.row{margin-left:0}.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-]{box-sizing:border-box;float:left;padding-left:2.5%}@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}.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;font-style:normal;font-weight:400;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")}[class*=" icon-"],[class^=icon-]{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;vertical-align:middle}.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{color:inherit;text-decoration:inherit}.link{color:#086abf}.link:hover{color:#00559f}.link:active{color:#004480}.link__icon{font-size:20px;margin-right:8px}.link__text:hover{text-decoration:underline}.link__back-to-home{color:#0d3e6f;font-size:16px;margin:10px}.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{color:inherit;text-decoration:none}.link_wrapper:active,.link_wrapper:hover,.link_wrapper:link,.link_wrapper:visited{color:inherit}.link_icon_right .link__icon{font-size:1.5625em;margin-left:.3125em;margin-right:0}.link_icon_left .link__icon{font-size:1.5625em;margin-left:0;margin-right:.3125em;vertical-align:-.24em}.select{background:#f8f8f8;border:1px solid #d9d9d9;border-radius:1px;-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);box-sizing:border-box;color:#222;cursor:pointer;font:500 18px tiempos-headline,Georgia,serif;font-size:16px;letter-spacing:-.17px;line-height:17px;outline:none;padding:12px 26px 12px 13px;position:relative;width:100%}.select:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0dc";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:15px;text-transform:none;top:13px}.select__item-group{margin-top:5px}.select__item-group:first-child{margin-top:0}.select__item-group-title{font:600 18px tiempos-headline,Georgia,serif;font-size:13px;margin-bottom:3px}.select__control{display:none}.select__current-item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__items{background:#f8f8f8;border:1px solid #ddd;display:none;left:-1px;max-height:200px;overflow-y:auto;position:absolute;right:-1px;top:100%;z-index:1}.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;left:-1px;padding:7px 9px 7px 30px;position:absolute;right:37px;top:-1px}.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{background:url(assets/img/select/select__checkmark.png) no-repeat;background-size:contain;content:" ";display:inline-block;height:8px;margin-left:-17px;vertical-align:middle;width:17px}.select_type_hover .select__item:hover{background:0 0}h1{font:600 18px tiempos-headline,Georgia,serif;font-size:44px;line-height:44px}h2{font:700 18px tiempos-headline,Georgia,serif;font-size:32px;line-height:32px}h3{font:700 18px tiempos-headline,Georgia,serif;font-size:26px;font-weight:700;line-height:26px}h4{font:700 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:18px}h5{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:19px;line-height:19px}h6{font:700 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:16px}a{color:#086abf}a:hover{color:#00559f}a:active{color:#004480}.publication-icon{background-image:url(assets/img/publication-icon/publication-icon_theme_blue.svg);background-repeat:no-repeat;background-size:contain;display:inline-block;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{background-image:url(assets/img/publication-icon/publication-icon_theme_sps.svg);height:2.25em;width:2em}.publication-icon_theme_cho{background-image:url(assets/img/publication-icon/publication-icon_theme_cho.svg);height:2.25em;width:2em}.publication-icon_theme_pwp{background-image:url(assets/img/publication-icon/publication-icon_theme_pwp.svg);height:2.25em;width:2em}.publication-icon_theme_alliance{background-image:url(assets/img/publication-icon/publication-icon_theme_alliance.svg);height:2.25em;width:2em}.publication-icon_theme_radio{background-image:url(assets/img/publication-icon/publication-icon_theme_radio.svg);height:2.8125em;width:2em}.publication-icon_theme_grey{background-image:url(assets/img/publication-icon/publication-icon_theme_grey.svg);height:2.25em;width:2em}.publication-icon_size_small{height:36px;width:31px}.ajax-loader{background:url(assets/img/ajax-loader/ajax-loader.gif);-webkit-background-size:cover;background-size:cover;display:inline-block;height:32px;vertical-align:middle;width:32px}.ajax-loader_size_small{height:16px;width:16px}.ajax-loader_size_medium{height:24px;width:24px}.flat-button{background:#00559f;border:1px solid #00559f;border-radius:3px;color:#fff;display:inline-block;font:500 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:22px;padding:10px 14px;position:relative;text-align:center}.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 tiempos-headline,Georgia,serif;font-size:24px;line-height:1.25;padding:14px 18px}@media only screen and (max-width:1024px){.flat-button_size_xlarge-responsive{font-size:22px;padding:12px 16px}}@media only screen and (max-width:768px){.flat-button_size_xlarge-responsive{font-size:18px;padding:10px 14px}}@media only screen and (max-width:375px){.flat-button_size_xlarge-responsive{font-size:16px;padding:8px 12px}}.flat-button_size_large{font:600 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:1.3;padding:11px 26px}.flat-button_size_medium{line-height:22px;padding:6px 10px}.flat-button_size_medium,.flat-button_size_medium-big{font:700 18px tiempos-headline,Georgia,serif;font-size:16px}.flat-button_size_medium-big{line-height:1.375;padding:8px 10px}.flat-button_size_small{font:600 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:24px;padding:2px 8px}.flat-button_size_big{font:700 18px tiempos-headline,Georgia,serif;font-size:20px;line-height:26px;padding:12px 14px}.flat-button_size_huge{font:700 18px tiempos-headline,Georgia,serif;font-size:28px;line-height:1.14;padding:16px 29px}@media only screen and (max-width:1024px){.flat-button_size_huge{font-size:24px;padding:14px 27px}}@media only screen and (max-width:768px){.flat-button_size_huge{font-size:22px;padding:12px 24px}}@media only screen and (max-width:375px){.flat-button_size_huge{font-size:20px;padding:10px 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{padding-right:44px;text-align:left}.flat-button_theme_blue{background-color:#00559f;border:1px solid #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{background-color:#0f75ce;border:1px solid #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{background-color:#1da1f2;border:1px solid #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{background-color:#36832a;border:1px solid #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{background-color:#36832a;border:1px solid #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{background-color:#88ba09;border:1px solid #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{background-color:#086abf;border:1px solid #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{background-color:#d86600;border:1px solid #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{background-color:#000;border:1px solid #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{background-color:#005e8f;border:1px solid #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{background-color:#eee;border:1px solid #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{background-color:#666;border:1px solid #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{background-color:#0d3e6f;border-radius:5px;color:#fff;cursor:pointer;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;line-height:normal;text-align:center;transition:.3s}.trm-button:active,.trm-button:hover,.trm-button:link,.trm-button:visited{color:#fff;text-decoration:none}.trm-button_size_large{font-size:20px;padding:10px 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{border-bottom:2px solid #ccc;font:700 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:22px;padding-bottom:8px;text-transform:uppercase}@media only screen and (max-width:375px){.section-title{font-size:16px;line-height:1}}.section-title_fill{background:#eee;border:none;font:600 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:24px;padding:8px 0 8px 16px}.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{border-bottom:none;padding-bottom:0}.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{border-radius:9999px;display:inline-block;font:700 18px tiempos-headline,Georgia,serif;font-size:inherit;line-height:1.17;padding:.16667em .58333em;text-transform:uppercase}.post-label_theme_orange{background:#ee830c;color:#fff}.post-label_theme_blue{background:#004480;color:#fff}.article-item{zoom:1;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:14px;line-height:20px}.article-item:after,.article-item:before{content:"";display:table}.article-item:after{clear:both}.article-item__thumbnail{border:1px solid #ccc;display:inline-block;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 tiempos-headline,Georgia,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-bottom:6px;margin-top:8px}.article-item__excerpt{min-height:100px;min-width:250px}@media only screen and (max-width:1024px){.article-item__excerpt{min-height:auto;min-width: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{border-top:none;font-size:18px;line-height:24px;padding-top:0}}@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;margin-right:12px;width:calc(33.33333% - 12px)}}@media only screen and (max-width:768px){.article-item_responsive-side .article-item__thumbnail{height:100px;overflow:hidden}.article-item_responsive-side .article-item__thumbnail-img{left:50%;max-width:none;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}}@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{background:linear-gradient(0deg,#004a75,#002f58);color:#fff;padding:19px 0 17px;width:100%}@media only screen and (max-width:768px){.page-header{padding:15px 3px 13px}}.page-header__inner-wrapper{display:table;margin-left:auto;margin-right:auto;max-width:1170px;width:100%}.page-header__inner{display:table-row}.page-header__title{display:table-cell;font:700 18px tiempos-headline,Georgia,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;padding-top:12px;vertical-align:top;width:230px}.page-header__back{font:600 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:20px;text-decoration:none}.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;padding-left:50px;text-align:right;vertical-align:middle;white-space:nowrap}@media only screen and (max-width:768px){.page-header__breadcrumbs{display:none}}.page-header_has-back .page-header__nav-section{float:left;padding-left:1px;padding-top:12px;width:16.23932%}.page-header_has-back .page-header__title-section{float:left;margin-left:3.4188%;position:relative;width:80.34188%}.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{font-size:40px;line-height:46px;padding:27px 0;text-transform:none}@media only screen and (max-width:768px){.page-header_style_spatious .page-header__title{display:block;margin:0;padding:10px 0}.page-header_hide_xsmall{display:none}}.page-header.hidden{display:none}.page-intro{background:#f4f4f4;border-bottom:1px solid #ccc;padding:30px 15px 32px}.page-intro__container{margin-left:auto;margin-right:auto;max-width:1170px}.page-intro__text{font:500 18px tiempos-headline,Georgia,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{box-shadow:0 0 0 1px rgba(0,0,0,.05),0 1px 1px 0 rgba(0,0,0,.1);display:block;margin-bottom:30px}.page-sidebar__block-holder:last-child{margin-bottom:0}.page-sidebar__block{background:#fff;border:1px solid #ccc;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 1px 1px 0 rgba(0,0,0,.1);padding:20px 15px 32px}.page-sidebar__block__container{margin-left:auto;margin-right:auto;max-width:1170px}.page-sidebar__block__title{display:block;font:700 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:1.56;text-transform:capitalize}@media only screen and (max-width:1199px){.page-sidebar__block__title{font-size:16px;line-height:1.5}}.page-sidebar__block__stock{border-bottom:1px solid #ddd;overflow:hidden;padding:8px 0}.page-sidebar__block__stock:last-child{border-bottom:none;padding-bottom:0}.page-sidebar__block__stock .arrow{float:left;margin-right:5px;padding-top:7px}.page-sidebar__block__stock .arrow>*{border-left:5px solid transparent;border-right:5px solid transparent;height:0;width:0}.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{float:left;font:600 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:1.56;text-transform:capitalize}@media only screen and (max-width:1199px){.page-sidebar__block__stock__title{font-size:16px;line-height:1.5}}.page-sidebar__block__stock__data{clear:left;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.56;text-transform:capitalize}@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{display:none;float:right;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.56}@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 canada-type-gibson,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 canada-type-gibson,Arial,Helvetica,sans-serif;font-size:12px;font-style:italic}@media only screen and (max-width:1199px){.page-sidebar__block__footnote{font-size:11px}.page-sidebar__block{padding:16px 15px 20px}}.page-sidebar__block.read-more{border:none;box-shadow: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 tiempos-headline,Georgia,serif;font-size:inherit}.article-item-meta__date{font-size:.93333em;line-height:1.29}.article-item-meta__item-value_accented{font:500 18px tiempos-headline,Georgia,serif;font-size:inherit}.article-item-meta__item-value_accented_bold{font:600 18px tiempos-headline,Georgia,serif;font-size:inherit}.article-item-meta__item-value_accented_bolder{font:700 18px tiempos-headline,Georgia,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{color:#fff;display:inline-block;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{-webkit-appearance:none;background:0 0;border:none}.button_type_link .button__caption:hover{text-decoration:underline}.button_type_link .button__icon{font-size:1.42857em;padding-right:6px}.text-content{zoom:1;color:#222;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:18px}.text-content>:first-child{margin-top:0}.text-content>:last-child{margin-bottom:0}.text-content p{line-height:1.5;margin-bottom:20px}.text-content p:last-child{margin:0}.text-content p .footnote{color:#58595b;display:block;font-size:15px}.text-content .author,.text-content .headline{font-family:Helvetica,Arial,sans-serif}.text-content .author{color:#868585;font-weight:700}.text-content .table{margin-bottom:1.25em;overflow-x:auto}@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{background:#eee;clear:both;margin-bottom:20px;padding:36px}@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-bottom:26px;margin-top:40px}.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{border-bottom:1px solid #ddd;font:700 18px tiempos-headline,Georgia,serif;font-size:17px;letter-spacing:.89px;margin-bottom:20px;padding-bottom:6px;text-transform:uppercase}.text-content .pull-quote{font:700 400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:23px;margin-bottom:20px;margin-left:40px}.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;margin-right:3px;vertical-align:middle;width:auto!important}.text-content h1{font:700 18px tiempos-headline,Georgia,serif;font-size:30px}.text-content h2{font:700 18px tiempos-headline,Georgia,serif;font-size:29px;margin-bottom:20px}.text-content h3{font:700 18px tiempos-headline,Georgia,serif;font-size:23px;letter-spacing:.35px;margin-bottom:20px}.text-content h4{font:700 18px tiempos-headline,Georgia,serif;font-size:20px;margin-bottom:15px}.text-content h5{font:600 18px tiempos-headline,Georgia,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{border-left:8px solid #aaa;color:#111;font:300 18px tiempos-headline,Georgia,serif;font-size:16px;margin-bottom:20px;margin-left:40px;padding-left:16px}@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{height:auto!important;width:100%!important}}.text-content .table-wrap{margin-bottom:20px;overflow:auto;width:100%}.text-content .article-action-box{font-weight:700;margin-bottom:20px}.text-content .article-action-box__title{background:#00579f;color:#fff;padding:5px 19px}.text-content .article-action-box__content{background:#e5edf4;padding:19px}.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-bottom:26px;margin-top:0}.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{font-size:2.5em;line-height:1.1;margin-bottom:2.25em}.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 tiempos-headline,Georgia,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-bottom:1.18182em;margin-top:1.63636em}.text-content_single-post h5{font-size:1.125em;font-weight:700;line-height:1.22;margin-bottom:1.44444em;margin-top:2em}.text-content_single-post p{color:#111;margin-bottom:1.25em}.text-content_single-post blockquote{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:inherit;line-height:1.625;margin-bottom:2.25em}.text-content_single-post .note{margin-bottom:36px;padding:24px 26px}.text-content_single-post .note .section-header{border-color:#ccc;font-size:18px;letter-spacing:normal;line-height:1.22}.text-content_single-post .note p:last-child,.text-content_single-post .note_about-author{margin-bottom:0}.text-content_single-post .note_about-author .section-header{font:500 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:1.44}.text-content_single-post .note_about-author p{font-size:16px;line-height:1.5;margin-bottom:20px}.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{border:1px solid #ddd;border-collapse:collapse;font-size:12px;padding:12px 17px}@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 tiempos-headline,Georgia,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{border:1px solid #ddd;border-collapse:collapse;padding:3px}.text-content .table_regular[align=center] td,.text-content .table_regular[align=center] th{border:none}.text-content .table_with-total h2{color:#000;line-height:1.75;margin-bottom:0;text-decoration:underline}.text-content .table_with-total p{font-size:14px;margin-bottom:14px}.text-content .table_with-total .table-after{font-size:11px;line-height:1.45;margin-bottom:30px;margin-top:10px}.text-content .table_with-total table{border-color:#aeafb1;border-style:solid;border-width:1px 0;font-size:12px;line-height:1.5}.text-content .table_with-total table td{border-color:#aeafb1;border-style:solid;border-width:0 1px;padding:5px;vertical-align:top}.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{background-color:#0a579d;color:#fff;font-weight:700;padding:3px;text-align:left;vertical-align:middle}.text-content .table_with-total table .tfoot td{background:#e7e7e8;color:#6c6c6c;font-size:11px;text-align:right}.text-content .table_with-total table .tfoot td span{color:#000;font-size:18px}.text-content .table_rich h2{color:#000;line-height:1.3;margin-bottom:0;margin-top:0;text-decoration:underline}.text-content .table_rich p{font-size:14px;margin-bottom:14px}.text-content .table_rich .table-after{font-size:11px;line-height:1.45;margin-bottom:20px;margin-top:10px}.text-content .table_rich table{font-size:12px;line-height:1.5}.text-content .table_rich table th{background-color:#0a579d;color:#fff;font-weight:700;padding:3px;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{background-color:#ccc;color:#000;font-weight:700;padding:3px;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{color:#000;display:block;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{font-size:17px;line-height:1.59;margin-bottom:20px;padding-left:23px;position:relative}.text-content .faq-answer:before{content:"A:";float:left;font-weight:700;margin-left:-23px}.text-content .wp-caption{margin-bottom:20px}.text-content .wp-caption .wp-caption-text{border-top:1px solid #999;line-height:1.54;font:600 18px tiempos-headline,Georgia,serif;font-size:13px;padding-top:8px;text-align:left}.text-content .wp-caption img{margin-bottom:10px}@media only screen and (max-width:768px){.text-content .wp-caption{float:none!important;font-size:12px;height:auto!important;margin-left:auto!important;margin-right:auto!important;max-width:320px;width:auto!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{background:#eee;float:right;margin:20px 0 20px 20px;padding:20px;width:40%}@media only screen and (max-width:768px){.text-content .article-sidebar{float:none;margin-left:0;width:100%}}.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{font-size:32px;line-height:1.125;margin:26px 0}.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{clear:both;display:block;max-height:300px;max-width:100%;width:auto!important}}@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{overflow-x:auto;padding-bottom:1rem}.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{list-style-type:none;padding:10px}@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{zoom:1;font-size:48px}.social-share:after,.social-share:before{content:"";display:table}.social-share:after{clear:both}.social-share__item{background:#000;border-radius:50%;color:#fff;display:inline-block;float:left;height:1em;position:relative;text-align:center;width:1em}.social-share__item-icon{font-size:25px;left:50%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%)}.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{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#448131;content:"";display:inline-block;font-family:icomoon!important;font-size:1.57143em;font-style:normal;font-variant:normal;font-weight:400;left:-1.36364em;line-height:1;position:absolute;text-transform:none;top:0;vertical-align:middle}.unordered-list__item:first-child{margin-top:0}.unordered-list_type_angle-right .unordered-list__item:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111;content:"";display:inline-block;font-family:icomoon!important;font-size:1.35714em;font-style:normal;font-variant:normal;font-weight:400;left:-1.57895em;line-height:1;position:absolute;text-transform:none;top:.05263em;vertical-align:middle}.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{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:0 0;content:"";display:inline-block;font-family:icomoon!important;font-size:1.1875em;font-style:normal;font-variant:normal;font-weight:400;height:1.10526em;left:-1.63158em;line-height:1;padding:6px 0;text-align:center;text-transform:none;top:-.10526em;vertical-align:middle;width:1.10526em}.unordered-list_type_checkmark .unordered-list__item:first-child{margin-top:0}.link-button{background:0 0;border:none;color:#086abf;cursor:pointer;padding:0;text-align:left;text-decoration:underline}.link-button__icon{margin-right:8px;position:relative;top:1px}.info-icon,.info-icon:before{display:inline-block;vertical-align:middle}.info-icon:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";cursor:pointer;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.modal-holder{z-index:500}.modal-holder__inner{height:100%;position:relative}.modal-holder__backcover{background-color:#000;bottom:0;left:0;opacity:.3;position:absolute;right:0;top:0}.checkbox{cursor:pointer}.checkbox__label{cursor:pointer;display:inline-block;user-select:none;width:100%}.checkbox__label-text{display:inline-block;padding-top:.0625em;vertical-align:top;width:calc(100% - 2.125em)}.checkbox__input{display:none}.checkbox__input+.checkbox__label:before{background-image:url(assets/img/checkbox_blue.png);background-size:cover;content:"";display:inline-block;height:1.5em;margin-right:.625em;vertical-align:text-top;width:1.5em}.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{background-color:#086abf;border-radius:100px;color:#fff;cursor:pointer;display:inline-block;font:500 18px tiempos-headline,Georgia,serif;font-size:12px;line-height:14px;padding:2px 8px 3px;text-align:center;text-transform:capitalize;transition:background-color .1s ease-in-out}.tag:hover{background-color:#00559f;color:#fff}.tag_no-interact{cursor:default;transition:none}.tag_no-interact,.tag_no-interact:hover{background-color:#086abf}.tag_size_larger{line-height:18px;padding:2px 11px 3px}.control-group__title{border-bottom:1px solid #ccc;color:#111;cursor:pointer;font:600 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:24px;padding-bottom:8px;position:relative;user-select:none}.control-group__title:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:icomoon!important;font-size:25px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:0;text-transform:none;vertical-align:middle}.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{background:linear-gradient(45deg,#086abf,#00559f);border-radius:9px 9px 0 0;color:#fff;cursor:pointer;display:inline-block;font:700 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:22px;padding:11px 20px;user-select:none}@media only screen and (max-width:768px){.contact-customer-service-button{font-size:14px;padding:8px 20px}}.contact-customer-service-button__icon{font-size:20px;margin-right:12px;position:relative;top:-1px}.contact-customer-service-form{box-shadow:0 0 16px 0 rgba(0,0,0,.2)}.contact-customer-service-form__header{background:linear-gradient(45deg,#086abf,#00559f);border-radius:9px 9px 0 0;color:#fff;font:700 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:22px;padding:11px 20px;position:relative;user-select:none}.contact-customer-service-form__header-icon{font-size:23px;margin-right:7px;vertical-align:-5px}.contact-customer-service-form__dismiss{cursor:pointer;font-size:26px;position:absolute;right:9px;top:9px}.contact-customer-service-form__body{background:#fff;padding:14px 20px 22px}.contact-customer-service-form__error-message{color:#d23528;font-size:14px;line-height:14px;max-height:24px;min-height:24px;padding:4px 2px;white-space:nowrap}.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{font-weight:700;margin-top:10px}.feedback-slider{overflow:hidden;padding:36px 0 10px;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{margin:0 -32.9429%;width:165.8858%}@media only screen and (max-width:480px){.feedback-slider__slider{margin:0;width:auto}}.feedback-slider_gray{background:#f8f8f8}.feedback-slider_gray:before{background:linear-gradient(90deg,#f8f8f8,hsla(0,0%,97%,0));left:0}.feedback-slider_gray:after{background:linear-gradient(270deg,#f8f8f8,hsla(0,0%,97%,0));right:0}@media only screen and (min-width:1200px){.feedback-slider:after,.feedback-slider:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:29.28258%;z-index:5}}@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{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0));left:0}.feedback-slider:after{background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0));right:0}}.feedback-slider .carousel.feedback{align-items:center;border-radius:.5em;display:flex;flex-direction:column;height:100%;margin:auto;overflow:hidden;padding-bottom:40px;position:relative}.feedback-slider .carousel.feedback .slide-container{align-items:flex-start;display:flex;flex-direction:row;height:auto;margin:0;overflow-x:hidden;overflow-y:hidden;text-align:center;width:1400px}@media only screen and (max-width:1199px){.feedback-slider .carousel.feedback .slide-container{width:100vw}}.feedback-slider .carousel.feedback .slide-container .slide{align-items:center;color:#222;display:flex;flex-direction:column;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:20px;line-height:1.4;margin-bottom:40px;max-width:1400px;position:relative;text-align:center}@media only screen and (max-width:1199px){.feedback-slider .carousel.feedback .slide-container .slide{margin:0 auto 20px;min-width:300px;width:90vw}}.feedback-slider .carousel.feedback .slide-container .slide .content-container:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-size:cover;color:#bbb;content:"";display:inline-block;font-family:icomoon!important;font-size:33px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-bottom:13px;text-transform:none;vertical-align:middle}.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;flex-direction:row;justify-content:center;width:100%}.feedback-slider .carousel.feedback .controls-container .dot{background-color:#fff;border:1px solid #086abf;border-radius:50%;cursor:pointer;height:10px;margin:0 7px;width:10px}.feedback-slider .carousel.feedback .controls-container .dot.active{background:#086abf}.font-resizer__icon{color:#555;font-size:28px;padding-right:4px}.font-resizer-switch{display:inline-block;user-select:none;vertical-align:middle}.font-resizer-switch__icon{background-color:#fff;border:1px solid #086abf;border-radius:3px;color:#086abf;cursor:pointer;display:inline-block;font-size:24px;margin:0 2px;padding:4px 6px;vertical-align:top}.font-resizer-switch__icon_disabled{background:#ddd;cursor:default}.bottom-alert{background:#ee830c;padding:7px 0;position:relative;text-align:center}@media only screen and (max-width:768px){.bottom-alert{padding:9px 0}}.bottom-alert-close{color:#fff;position:absolute;right:20px;top:0}.bottom-alert-close:hover{color:#fff}.bottom-alert-close__icon{font-size:24px;line-height:40px}.bottom-alert__link{color:#fff;display:inline-block;text-decoration:none}.bottom-alert__link:hover{color:#fff}.bottom-alert__icon{font-size:24px;margin:0 8px}@media only screen and (max-width:768px){.bottom-alert__icon{display:inline-block;margin:0 5px 0 8px;vertical-align:top}}.bottom-alert__text{display:inline-block;font:500 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:1.375;text-align:left;vertical-align:middle}@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;font-size:22px;line-height:26px;margin-bottom:4px;text-decoration:none;transition:color .1s ease-in-out}.search-result-item__dscr{color:#000;line-height:22px}.call-today{color:#111;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;text-align:center}.call-today:before{border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #086abf;content:"";display:inline-block;height:0;width:0}.call-today__title{font:700 18px tiempos-headline,Georgia,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{background:url(assets/img/markered-text/markered-text_blue.svg);background-size:cover;display:inline-block;font:700 18px tiempos-headline,Georgia,serif;font-size:inherit;height:2.97222em;line-height:1.11111em;position:relative;text-align:center;width:9.38889em}.markered-text__content{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.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{background:#ee830c;display:block;float:left;height:1.125em;margin-left:.5em;opacity:.15;width:1.125em}.square-gauge__tick_active{opacity:1}.square-gauge__tick:first-child{margin-left:0}.square-gauge__legend{zoom:1;font:700 18px tiempos-headline,Georgia,serif;font-size:.8125em;line-height:1.0625em;margin-top:.25em}.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-repeat:no-repeat;background-size:contain}.composite-container_gradient_bottom-angle{background:url(assets/img/composite-container/composite-container_bottom-gradient-angle.svg);background-color:#f7f7f7;background-position:bottom;background-repeat:no-repeat;background-size:contain}.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{background:#f4f4f4;content:" ";height:200px;left:0;position:absolute;top:-40px;width:100%;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{background:url(assets/img/small-markered-text/small-markered-text_blue.svg);background-size:cover;display:inline-block;font:600 18px tiempos-headline,Georgia,serif;font-size:inherit;height:2.8em;line-height:1.4;position:relative;text-align:center;width:6.05em}.small-markered-text__content{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.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{font-size:.92857em;margin:0 3px;vertical-align:-1px}.publication-label{font:700 18px tiempos-headline,Georgia,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 tiempos-headline,Georgia,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{color:#111;text-decoration:none}.article-feed-item__title:hover{text-decoration:underline}.article-feed-item__meta{color:#555;font-size:15px;margin-bottom:5px;margin-top:20px}.article-feed-item__excerpt{font-size:16px;line-height:1.3125}.article-feed-item__excerpt span{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.article-feed-item__thumbnail-wrapper{display:block;float:right;margin-left:20px;margin-top:5px;max-width:160px}@media only screen and (max-width:375px){.article-feed-item__thumbnail-wrapper{float:none;margin:0 0 10px;max-width:none}}.article-feed-item__thumbnail{height:auto;width:100%}.article-feed-item__content-labels{font-size:13px;line-height:1.23;margin-top:5px}.article-feed-item_sidebar__link:hover{background-color:#f1f8fc;border:1px solid #0d3e6f}.article-feed-item_sidebar__link{border:1px solid #fff;border-radius:6px;display:block;margin-top:5px;padding:4px 10px}.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{color:#0d3e6f!important;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;text-decoration:none}.article-feed-item_sidebar__title_active{color:#333!important}.article-feed-item_sidebar__date{color:#555;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;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;color:#a12f22;font-weight:700;padding:5px 10px}.article-feed-item_sidebar a{border-radius:6px;color:#0d3e6f!important;font-size:16px;font-weight:400;text-decoration:none}.subscription-label{color:#555;font-size:.92857em;line-height:1.23;text-transform:uppercase}.subscription-label__icon{vertical-align:-1px}.video-content-label{color:#d80202;font:700 18px tiempos-headline,Georgia,serif;font-size:inherit;text-transform:uppercase}.video-content-label__icon{font-size:.92308em;margin-right:5px;vertical-align:-1px}.embossed-button{background:linear-gradient(180deg,transparent,rgba(0,0,0,.2)),#119fe4;border-radius:4px;color:#fff;display:inline-block;font:700 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:1.25;margin-top:20px;padding:12px 20px;text-align:center}.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{background:#88ba09;border:1px solid #88ba09;border-radius:3px;color:#000;display:inline-block;font:500 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:22px;padding:10px 14px;position:relative;text-align:center;text-decoration:none;width:100%}.learn-more_link:hover{background-color:#688e07;color:#fff}.quote-wrapper{background-color:#fff;min-height:60px}@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{justify-content:space-around;margin:10px auto;max-width:1200px;min-height:60px;width:1170px}}@media only screen and (min-width:769px){.quote-container{justify-content:space-around;margin:0 auto;max-width:100%;padding:15px 10px}}@media only screen and (max-width:768px){.quote-container{background-color:#f4f4f4;justify-content:flex-start;max-width:100%;overflow-x:scroll;padding:10px}}.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,tiempos-headline,Georgia,serif;font-weight:700;margin-left:5px}.quote-container .quote-item__price{font-weight:500;margin-left:5px;white-space:nowrap}.quote-container .quote-item__price-change{font-size:.95em;font-weight:600;margin-left:5px;white-space:nowrap}.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{background-color:#f4f4f4;border-radius:4px;display:inline-block;height:1em;margin-right:2%;overflow:hidden;position:relative}.quote-container .quote-item .skeleton:after{animation:shimmer 1.5s infinite;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));bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes shimmer{to{transform:translateX(100%)}}.flex-col{display:flex;justify-content:center;margin:40px auto;width:100%}.flex-col__container{display:flex;justify-content:space-between;max-width:1200px;width:100%}@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{background-color:#fafafa;display:flex;flex-direction:column;height:inherit;margin:0;padding:45px 30px;text-align:center;width:32%}@media only screen and (max-width:768px){.flex-col__container .inner-container{margin:15px auto auto 0;padding:20px 20px 30px;text-align:left;width:100%}}@media only screen and (max-width:320px){.flex-col__container .inner-container{padding:15px}}.flex-col__container .inner-container .title{color:#0d3e6f;font:500 28px Archivo Narrow,sans-serif}@media only screen and (max-width:768px){.flex-col__container .inner-container .title{text-align:center}}.flex-col__container .inner-container .text{color:#333;line-height:1.5;padding-top:30px}@media only screen and (max-width:768px){.flex-col__container .inner-container .text{padding-top:20px;text-align:center}.flex-col__container .inner-container:first-child{margin:0 auto auto 0}}.back-to-top{bottom:30px;display:inline;min-height:60px;min-width:60px;opacity:1;position:fixed;right:30px;text-align:center;transition:background-color .3s,opacity .5s,visibility .5s;visibility:visible;z-index:1000}@media only screen and (max-width:768px){.back-to-top{display:none}}.back-to-top__btn{background-color:#0d3e6f;border:transparent;border-radius:10px;padding:14px 16px 16px;transition:.3s}.back-to-top__btn:hover{background-color:#3575ad;cursor:pointer}.back-to-top__btn:hover>.back-to-top__text{opacity:1;visibility:visible}.back-to-top__text{font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;left:10px;margin:-20px;opacity:0;position:absolute;text-align:center;top:-5px;transition:.3s;visibility:hidden}.back-to-top__icon{color:#fff;font-size:26px}.hide{opacity:0;visibility:hidden}.loader{align-items:center;background-color:#fff;height:100vh;padding:40px 0;position:absolute;z-index:500}.footer,.loader{display:flex;justify-content:center;width:100%}.footer{background-color:#2e2e2e;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;padding-bottom:80px}.footer a{color:#fff;text-decoration:none}.footer__container-main{display:flex;flex-direction:column;max-width:1280px}@media only screen and (max-width:1199px){.footer__container-main{padding:0 40px}}@media only screen and (max-width:768px){.footer__container-main{padding:0 20px}}.footer__nav-container{align-items:center;border-bottom:1px solid #d8d8d8}.footer__container-sub{display:flex;flex-direction:row;padding:40px 0}@media only screen and (max-width:768px){.footer__container-sub{align-items:flex-start;flex-direction:column}}.footer__column-container{display:flex;flex-direction:column;margin-right:64px}@media only screen and (max-width:768px){.footer__column-container{margin-right:0}}.footer__heading{color:#fff;font-weight:600;padding-bottom:16px}.footer__item{color:#fff}.footer__item.top-nav{padding-right:70px}@media only screen and (max-width:768px){.footer__item.top-nav{padding:12px 0}}.footer__item-text{color:#fff;padding-bottom:16px}.footer__item-text:last-child{padding-bottom:0}.footer__sub-link{color:#bababa;padding-bottom:16px;text-decoration:none}.footer__logo{margin-right:80px;width:190px}@media only screen and (max-width:768px){.footer__logo{margin:0 0 20px}}.footer__logo img{width:168px}header{background-color:#fff;position:fixed;top:0;width:100%;z-index:1000}.header{background:#fff;box-shadow:0 3px 3px 0 hsla(0,0%,84%,.93);display:flex;height:64px;padding:12px 20px;position:sticky;width:100%;z-index:600}@media only screen and (max-width:1199px){.header{align-items:center;display:flex;margin-top:0;padding:24px}}.header a{text-decoration:none}.header__container{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-between;margin:0 auto;max-width:1280px;width:100%}@media only screen and (max-width:1024px){.header__container{height:30px}}.header__menu{display:flex}.header__menu_desktop{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}@media only screen and (max-width:1199px){.header__menu_desktop{display:none}}.header__menu_item-container{align-items:center;display:flex}@media only screen and (max-width:1199px){.header__menu_item-container.desktop{display:none}}.header__menu_item-container.mobile{display:none}@media only screen and (max-width:1199px){.header__menu_item-container.mobile{align-items:flex-start;display:flex;flex-direction:column;padding:20px}}.header__menu_item-container.mobile a{text-decoration:none}.header__menu_item-container__list-item{width:130px}.header__menu_item{align-items:center;color:#0d3e6f;display:flex;font-size:18px;padding:0 16px}@media only screen and (max-width:1199px){.header__menu_item{padding:0 12px 12px 0}}.header__menu_item_login{align-items:center;color:#0d3e6f;display:flex;font-size:18px;justify-content:center;padding:12px}.header__menu_mobile-container{display:none}@media only screen and (max-width:1199px){.header__menu_mobile-container{align-items:center;display:flex;flex-direction:row}.header__menu_mobile-container svg{height:1.5rem;margin-right:2rem}.header__menu_mobile-container svg.close-icon{margin-right:0}.header__menu_mobile-container.is-active{background-color:#fff;justify-content:flex-end;width:30%}}.header__menu_mobile{display:none;position:relative}.header__menu_mobile__close-container{display:none;height:100vh;opacity:0;position:absolute;top:0;width:100%}.header__menu_mobile__close-container.is-active{display:block}.header__menu_mobile.is-active{box-shadow:0 3px 3px 0 hsla(0,0%,84%,.93);display:flex;flex-direction:column;z-index:10}.header__menu-slide-back{-webkit-animation:slideBack .5s forwards;-webkit-animation-delay:0s;animation:slideBack .5s forwards;animation-delay:0s;display:flex;flex-direction:column;position:absolute}.header__menu-expanded{-webkit-animation:slide .5s forwards;-webkit-animation-delay:0s;animation:slide .5s forwards;animation-delay:0s;border-radius:0 0 5px 0;display:flex;flex-direction:column;position:fixed}@-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__sign-up{align-items:center;background-color:#0d3e6f;border:1px solid #0d3e6f;border-radius:5px;color:#fff;display:flex;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:18px;justify-content:center;margin-left:10px;max-height:32px;max-width:150px;padding:8px 10px;text-align:center;transition:.3s}.header__sign-up:hover{background-color:#3575ad;border:1px solid #3575ad;color:#fff}@media only screen and (max-width:1199px){.header__sign-up{margin:10px 0}}.header__logo{background:url(assets/img/header/header_logo.svg) no-repeat;background-size:contain;height:50px;width:200px}@media only screen and (max-width:1024px){.header__logo{height:30px;width:140px}}.header__hidden{display:none}.header input:focus::placeholder{color:transparent}.header-menu-toggle{color:#086abf;cursor:pointer;display:flex;font:600 18px tiempos-headline,Georgia,serif;line-height:60px;line-height:50px;user-select:none}@media only screen and (max-width:1199px){.header-menu-toggle{align-items:center;display:flex}}.header-menu-toggle .hamburger-icon__item{background-color:currentColor;display:block;height:2px;margin:6px 0;transition:opacity .3s ease-in-out;width:24px}.header-menu-toggle:hover{color:#086abf}.header-menu-toggle__is-active{display:none}.menu-item{background:#fff;border:none;color:#444;cursor:pointer;display:block;font:600 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:22px;user-select: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{border-bottom:1px solid #e4e4e4;float:none}}.menu-item_has-subitems{display:flex}.menu-item_has-subitems .menu-item__title-wrapper{padding-right:15px}.menu-item__submenu{display:none}.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{color:inherit;text-decoration:none}@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}.heading-box{background:url(assets/img/heading-box/heading-box__bg.jpg) no-repeat;background-size:cover;padding:23px 29px 22px;text-align:center}@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{background-size:cover;height:65px;margin:0 auto;width:341px}@media only screen and (max-width:768px){.heading-box_type_graphic .heading-box__heading{height:52px;width:272px}}.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;text-overflow:ellipsis;white-space:nowrap}.heading-box__heading{color:#fff;font:700 18px tiempos-headline,Georgia,serif;font-size:44px;letter-spacing:-1.4px;margin:0;text-transform:capitalize}@media only screen and (max-width:1024px){.heading-box__heading{font-size:28px;line-height:40px}}.heading-box__subheading{color:#fff;font:600 18px tiempos-headline,Georgia,serif;font-size:10px;letter-spacing:.5px;line-height:13px;text-transform:uppercase}.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}.heading-box_has-subheading .heading-box__subheading{letter-spacing:.3px;line-height:13px}.heading-box_has-subheading{padding:10px 29px 5px}}.nav-back:hover{color:#666}.nav-back:hover .nav-back__text{text-decoration:underline}.nav-back{color:#999;cursor:pointer;display:inline-block;font:700 18px tiempos-headline,Georgia,serif;padding:18px 18px 18px 0;-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{height:100%;position:relative}.page__content-wrapper{height:auto!important;height:100%;margin:0 auto -530px;min-height:100%}@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{bottom:25px;position:fixed;right:25px}@media only screen and (max-width:1024px){.page__to-top{bottom:50px;right:10px}}.page__modal-holder{bottom:0;left:0;position:fixed;right:0;top:59px}@media only screen and (max-width:1024px){.page__modal-holder{top:49px}}.page__contact-customer-service-button{bottom:0;position:fixed;right:20px;z-index:10}@media only screen and (max-width:768px){.page__contact-customer-service-button{right:12px}}.page__contact-customer-service-form{bottom:0;max-width:370px;position:fixed;right:20px}@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{height:1px;left:-999px;position:absolute;top:auto;width:1px}.screenreader-text:focus{color:#00559f;display:inline-block;height:auto;margin:auto;position:static;width:auto}.page-notice{color:#fff;font:500 18px tiempos-headline,Georgia,serif;font-size:14px;padding:9px 0 11px;text-align:center}.page-notice__text-icon{font-size:12px}@media only screen and (max-width:1024px){.page-notice{font-size:12px}}.page-notice_theme_gray{background:#eee;color:#222}.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{background:#fff;border:1px solid #999;border-radius:1px;color:#999;cursor:pointer;display:inline-block;padding:7px 14px;-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 tiempos-headline,Georgia,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{border-color:#222;color:#222}.to-top:hover .to-top__text{text-decoration:underline}.to-top:active{background:#222;border-color:#222;color:#fff}.to-top:active .to-top__text{text-decoration:underline}.stansberry-premium-services{background:#f4f4f4;border-top:1px solid #ccc;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{border-left:1px solid #ccc;display:block;float:left;margin-left:2.47863%;padding-left:2.5641%;width:25.7265%}@media only screen and (max-width:768px){.stansberry-premium-services__list{border-left:0;float:none;margin-left:0;margin-top:20px;padding-left:0;width:auto}}.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{border-left:none;margin-left:0;padding-left:0;width:23.07692%}@media only screen and (max-width:768px){.stansberry-premium-services__list:first-child{margin-top:0;width:auto}}.stansberry-premium-services__title{font:700 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:20px;margin-bottom:30px;text-transform:uppercase}.stansberry-premium-services-list__title{border-bottom:1px solid #aaa;font:600 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:24px;margin-bottom:15px;padding-bottom:4px}.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{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;float:left;list-style:none;padding:0}@media only screen and (max-width:768px){.stansberry-premium-services-list__column{float:none}}.stansberry-premium-services-list__column_half{margin-left:3%;width:47%}@media only screen and (max-width:768px){.stansberry-premium-services-list__column_half{margin-left:0;width:auto}}.stansberry-premium-services-list__column_half:first-child{margin-left:0}.stansberry-premium-services-list__column-item{letter-spacing:-.1px;line-height:24px;margin-bottom:10px}.home{margin:auto}.home__sign-up{display:flex;padding-top:40px}@media only screen and (max-width:1024px){.home__sign-up{width:100%}}.home__sign-up.green .contributor-subscribe__subscribe-now:enabled{background-color:#3575ad;color:#fff}.home__sign-up.green button{background-color:#388d3b}.home__sign-up.green button:hover{background-color:#235a25}.home__sign-up form{display:flex}@media only screen and (max-width:768px){.home__sign-up form{flex-direction:column}}@media only screen and (max-width:1024px){.home__sign-up form{width:100%}}.home__sign-up form.ng-touched input{height:auto}.home__sign-up form.ng-touched .contributor-subscribe__btn-container{align-items:flex-end}.home__sign-up label{display:none}@media only screen and (max-width:1024px){.home__sign-up .contributor-subscribe__signup-container{width:100%}}.home__sign-up .contributor-subscribe__signup-container input{border-radius:0;margin:0;min-width:300px}@media only screen and (max-width:1024px){.home__sign-up .contributor-subscribe__signup-container input{min-width:50px;width:100%}.home__sign-up .contributor-subscribe__btn-container{width:inherit}}.home__sign-up a,.home__sign-up button{align-items:center;background-color:#0d3e6f;border:1px solid #0d3e6f;border-radius:0;color:#fff;display:flex;font-size:1.125rem;justify-content:center;margin:0;padding:8px 10px;text-align:center;transition:.3s}.home__sign-up a:hover,.home__sign-up button:hover{background-color:#3575ad;border:1px solid #3575ad;color:#fff}@media only screen and (max-width:768px){.home__sign-up a,.home__sign-up button{font-size:.875rem;width:100%}}@media only screen and (max-width:480px){.home__sign-up a,.home__sign-up button{width:100%}}.home__sign-up .contributor-subscribe__learn-more{display:none}.home__sign-up .contributor-subscribe__subscribe-now:enabled{background-color:#388d3b;color:#fff}.home__title{font-family:tiempos-headline,Georgia,serif;font-size:4.375rem;line-height:1;padding-bottom:24px}@media only screen and (max-width:768px){.home__title{font-size:3rem}}@media only screen and (max-width:480px){.home__title{font-size:2rem}}.home__subtitle{font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:1.5rem}@media only screen and (max-width:768px){.home__subtitle{font-size:1.25rem}}.home__content{max-width:70%;padding-right:40px}@media only screen and (max-width:768px){.home__content{max-width:90%;width:90%}}@media only screen and (max-width:1024px){.home__content{padding:0 0 40px}}.home .section-title__container{margin-bottom:40px}.home .section-title__container .title{background-color:#fff;border:1px solid #e4e4e4;border-radius:40px;color:#999;font-size:.875rem;font-weight:500;line-height:2;margin:auto;padding:0 16px;position:relative;text-align:center;top:16px;width:fit-content}.home__disclaimer{font-size:.625rem;margin-top:10px;width:55%}.home__disclaimer a{text-decoration:none}@media only screen and (max-width:1024px){.home__disclaimer{width:100%}}.home-hero{margin:auto;max-width:1280px}.home-hero__container{width:100%}.home-hero__inner-container{align-items:center;display:flex;margin:auto;padding:40px 0;width:90%}@media only screen and (max-width:1024px){.home-hero__inner-container{flex-direction:column;padding:40px 0}}.home-hero__inner-container #canvas3d{display:block}.home-hero__image{max-height:620px}@media only screen and (max-width:1024px){.home-hero__image{padding-top:40px}}.home-hero__image img{max-height:620px}.home-featured{margin:auto;max-width:1280px}.home-featured__container{margin:0 auto 40px;width:90%}.home-featured__inner-container{align-items:center;display:flex;flex-direction:column;margin:auto}.home-featured__title{background-color:#fff;border:1px solid #e4e4e4;border-radius:20px;color:#999;font-size:.875rem;line-height:2;padding:0 28px;position:relative;top:16px}.home-featured__content{background-color:#f8f8f8;border:1px solid #999;border-radius:24px;display:flex;flex-direction:row;padding:40px 0}@media only screen and (max-width:1024px){.home-featured__content{padding:20px 0}}@media only screen and (max-width:1199px){.home-featured__content{display:grid;grid-auto-rows:1fr;grid-template-columns:1fr 1fr 1fr}}.home-featured__logo-container{align-items:center;display:flex;justify-content:center}.home-featured__logo{height:80px;padding:0 20px;width:190px}@media only screen and (max-width:1024px){.home-featured__logo{height:auto;width:auto}}.home-learn-from{margin:auto;max-width:1280px}.home-learn-from__container{display:flex;width:100%}.home-learn-from__inner-container{align-items:center;display:flex;margin:auto;padding:100px 0;width:90%}@media only screen and (max-width:1024px){.home-learn-from__inner-container{flex-direction:column;padding:40px 0}}.home-learn-from .home__subtitle{font-size:1.25rem}.home-learn-from__image-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}@media only screen and (max-width:520px){.home-learn-from__image-container{grid-template-columns:1fr;margin-top:40px}}.home-learn-from__image-block{max-height:300px}.home-learn-from__logo{max-width:300px}.home-learn-from__content{bottom:130px;color:#fff;left:30px;line-height:1;max-width:150px;position:relative}.home-learn-from__content__number{font-size:5.875rem;font-weight:600}.home-find-what-works{margin:auto;max-width:1280px}.home-find-what-works__container{align-items:center;display:flex;flex-direction:column;margin:0 auto 40px;max-width:1000px}.home-find-what-works__container .home__content{align-items:center;display:flex;flex-direction:column;margin-bottom:40px;max-width:100%;padding:0;text-align:center}.home-find-what-works__container .home__content .home__title{width:100%}.home-find-what-works__container .home__content .subcontent{font-size:1.125rem;margin:auto;max-width:55%}@media only screen and (max-width:768px){.home-find-what-works__container .home__content .subcontent{max-width:100%}}.home-find-what-works__container .home__sign-up a{border-radius:5px;font-weight:300;margin:auto;text-decoration:none}@media only screen and (max-width:768px){.home-find-what-works__container .home__sign-up{font-size:1rem}}.home-find-what-works__video-container{width:100%}@media only screen and (max-width:1024px){.home-find-what-works__video-container{display:none}}.home-find-what-works__video-container video{max-width:1000px;position:unset;width:100%}.home-featured-service{margin:auto;max-width:1280px}.home-featured-service__container{padding:0 40px 60px}@media only screen and (max-width:768px){.home-featured-service__container{padding:0 12px 40px}}@media only screen and (max-width:375px){.home-featured-service__container{padding:0 0 40px}}.home-featured-service__container .content{display:flex;justify-content:space-between;padding:0 20px}@media only screen and (max-width:1024px){.home-featured-service__container .content{align-items:center;flex-direction:column}}.home-featured-service__container .content .text-content{display:flex;flex-direction:column;padding-right:40px;width:55%}@media only screen and (max-width:1024px){.home-featured-service__container .content .text-content{align-items:center;padding-right:0;width:100%}}.home-featured-service__container .content .text-content img{background-image:url(public/assets/img/header/header_logo.svg);max-height:62px;max-width:400px}.home-featured-service__container .content .text-content .title{font-size:1.5rem;font-weight:600;padding:20px 0}.home-featured-service__container .content .text-content .text{padding-bottom:40px;width:90%}.home-featured-service__container .content .text-content .link{background-color:#0d3e6f;border:1px solid #235a25;border-radius:12px;padding:12px 20px;width:fit-content}.home-featured-service__container .content .text-content .link a{color:#fff;text-decoration:none}.home-featured-service__container .content .stat-content{align-items:center;border:1px solid #999;border-radius:12px;box-shadow:0 0 4px 4px #e4e4e4;display:flex;flex-direction:column;padding:20px;width:40%}@media only screen and (max-width:1024px){.home-featured-service__container .content .stat-content{margin-top:40px;width:100%}}.home-featured-service__container .content .stat-content .analyst-image{border-radius:100%;width:150px}.home-featured-service__container .content .stat-content .analyst-name{font-size:2rem;font-weight:600;padding-top:12px}@media only screen and (max-width:480px){.home-featured-service__container .content .stat-content .analyst-name{font-size:1.5rem}}.home-featured-service__container .content .stat-content .analyst-position{color:#999;font-style:italic;font-weight:500}.home-featured-service__container .content .stat-content .stats-container{display:flex;padding:20px}@media only screen and (max-width:480px){.home-featured-service__container .content .stat-content .stats-container{flex-direction:column}}.home-featured-service__container .content .stat-content .stats-container .stats{align-items:center;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width:1024px){.home-featured-service__container .content .stat-content .stats-container .stats{padding:0 16px}}.home-featured-service__container .content .stat-content .stats-container .stats .stat-title{color:#999;font-size:.875rem;text-align:center}@media only screen and (max-width:1024px){.home-featured-service__container .content .stat-content .stats-container .stats .stat-title{width:115px}}.home-featured-service__container .content .stat-content .stats-container .stats .stat-value{font-size:2rem;font-weight:600}.home-featured-service__container .content .stat-content .overview .title{font-family:gibson-semibold,Arial,Helvetica,sans-serif;font-size:1.5rem;padding-bottom:8px}.home-featured-service__container .content .stat-content .overview .overview-stat-container{display:flex;flex-direction:column}.home-featured-service__container .content .stat-content .overview .overview-stat-container .overview-stat{display:flex;flex-direction:row;padding-bottom:12px}@media only screen and (max-width:768px){.home-featured-service__container .content .stat-content .overview .overview-stat-container .overview-stat{flex-direction:column}}.home-featured-service__container .content .stat-content .overview .overview-stat-container .overview-stat .stat-title{color:#999;width:250px}.home-featured-service__container .content .stat-content .overview .overview-stat-container .overview-stat .stat-value{width:60%}.home-testimonials{margin:auto;max-width:1280px}.home-testimonials__container{margin:auto;max-width:1200px}.home-testimonials__container .home__title{text-align:center}@media only screen and (max-width:1024px){.home-testimonials__container{padding:0 40px}}@media only screen and (max-width:375px){.home-testimonials__container{padding:0}}.home-testimonials__inner-container{display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width:1024px){.home-testimonials__inner-container{display:block}}@media only screen and (max-width:768px){.home-testimonials__inner-container .testimonial-card:nth-last-child(-n+2){display:none}}.home-testimonials__inner-container .testimonial-card{background-color:#f8f8f8;background-image:url(https://assets.stansberryresearch.com/images/quote-mark.png);background-repeat:no-repeat;background-size:cover;border:1px solid #999;border-radius:12px;height:340px;margin:12px;padding:24px}@media only screen and (max-width:1024px){.home-testimonials__inner-container .testimonial-card{height:auto}}.home-testimonials__inner-container .testimonial-card .title{font-family:gibson-semibold,Arial,Helvetica,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:12px}.home-testimonials__inner-container .testimonial-card .content{font-size:1.25rem;padding-bottom:20px}.home-testimonials__inner-container .testimonial-card .name{font-family:gibson-semibold,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:700}.home-testimonials__inner-container .testimonial-card .since{font-size:.875rem}.home-everything{background:linear-gradient(-180deg,#0d3e6f 1%,#000);margin-bottom:40px;max-height:400px;overflow:hidden;width:100%}@media only screen and (max-width:480px){.home-everything{max-height:none}}.home-everything__container{display:flex;justify-content:space-around;margin:auto;max-width:1280px;padding:40px 80px}@media only screen and (max-width:520px){.home-everything__container{padding:20px 30px}}.home-everything__container .title{font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:3rem;font-weight:500;line-height:1;padding-bottom:12px}@media only screen and (max-width:1024px){.home-everything__container .title{font-size:2rem}}.home-everything__container .home__subtitle{font-size:1rem}.home-everything__container .home__content{color:#fff;width:50%}@media(max-width:960px){.home-everything__container .home__content{max-width:100%;width:100%}}.home-everything__container .home__sign-up{padding-top:20px}@media only screen and (max-width:480px){.home-everything__container input{min-width:50px;width:100%}}.home-everything__image{zoom:1.5;margin-left:60x;max-height:620px;max-width:50%;position:relative;top:-40px;transform:scale(1);-moz-transform:scale(1.5)}@media only screen and (max-width:1024px){.home-everything__image{display:none}}.home-everything__image video{max-height:300px}.home-everything__disclaimer{color:#fff;font-size:.625rem;margin:12px 0;width:80%}@media only screen and (max-width:1024px){.home-everything__disclaimer{width:100%}}.home-trending-news{margin:auto;max-width:1280px}.home-trending-news__container{margin-bottom:20px;padding:20px 60px;text-align:center}@media only screen and (max-width:520px){.home-trending-news__container{padding:20px}}.home-trending-news__container .home__content{margin:auto}.home-trending-news .home__subtitle{font-size:1.125rem;margin:auto;max-width:60%}@media only screen and (max-width:768px){.home-trending-news .home__subtitle{max-width:90%}}.home-reading{margin:auto;max-width:1280px}.home-reading__container{align-items:center;background-color:#f8f8f8;border:1px solid #e4e4e4;display:flex;flex-direction:column;margin-bottom:40px;max-width:1280px}@media only screen and (max-width:1024px){.home-reading__container{padding:0 40px}}.home-reading__title{background-color:#00559f;border-radius:30px;color:#fff;line-height:2rem;padding:0 30px;position:relative;top:16px}@media only screen and (max-width:480px){.home-reading__title{font-size:.75rem;line-height:1rem;top:-8px}}@media only screen and (max-width:375px){.home-reading__title{padding:0 15px}}.home-reading__inner-container{background-color:#fff;border:1px solid #e4e4e4;border-radius:4px;max-width:920px;padding:20px;text-align:center}.home-reading__article{text-align:left}.home-reading__article .article-logo{max-height:40px}.home-reading__article .article-title-link{color:#333;font-family:tiempos-headline,Georgia,serif;font-size:3rem;text-decoration:none}@media only screen and (max-width:768px){.home-reading__article .article-title-link{font-size:2rem}}.home-reading__article .article-title-link .article-title{margin-top:10px}.home-reading__article .article-meta-data{color:#999;margin-top:16px}.home-reading__article .article-content{max-height:350px;overflow:clip}.home-reading__gradient{background-image:linear-gradient(180deg,rgba(255,0,0,0),#fff);content:"\00a0";height:100px;max-width:890px;position:relative;top:-100px;width:100%;z-index:1000}.home-reading__sign-up-container{align-items:center;display:flex;flex-direction:column;padding:20px;position:relative;top:-75px}@media only screen and (max-width:480px){.home-reading__sign-up-container{margin-top:20px}.home-reading__sign-up-container .home__sign-up{width:100%}}.home-reading .home__subtitle{max-width:600px}.home-latest-articles{margin:auto;max-width:1280px}.home-latest-articles__container{display:flex;flex-direction:column;margin:auto;max-width:1200px;padding-bottom:40px}.home-latest-articles__card-container{display:flex;justify-content:space-around;margin:auto}@media only screen and (max-width:1199px){.home-latest-articles__card-container{display:grid;grid-template-columns:1fr 1fr}}@media only screen and (max-width:768px){.home-latest-articles__card-container{display:flex;flex-direction:column}}.home-latest-articles__card-container .article-card{background-color:#f8f8f8;margin:6px;min-height:500px;width:290px}.home-latest-articles__card-container .article-card .article-content-container{display:flex;flex-direction:column;justify-content:space-between;min-height:300px}@media only screen and (max-width:1199px){.home-latest-articles__card-container .article-card{margin:16px;padding-bottom:20px;width:auto}}@media only screen and (max-width:768px){.home-latest-articles__card-container .article-card{height:auto;width:auto}}.home-latest-articles__card-container .article-card .article-logo{height:25px}.home-latest-articles__card-container .article-card .article-title{font-size:1.5rem;font-weight:600;line-height:1;margin:10px 0}.home-latest-articles__card-container .article-card .article-date{color:#888;font-size:.875rem}.home-latest-articles__card-container .article-card .article-content{padding:12px}@media only screen and (max-width:1024px){.home-latest-articles__card-container .article-card .article-content{min-height:250px}}.home-latest-articles__card-container .article-card .article-text{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;padding-top:1rem}.home-latest-articles__card-container .article-card .link-to-article{background-color:#0d3e6f;border:1px solid #235a25;border-radius:40px;margin-left:12px;padding:6px 12px;width:fit-content}.home-latest-articles__card-container .article-card .article-title-link{color:#000;text-decoration:none}.home-latest-articles__card-container .article-card .article-link{color:#fff;text-decoration:none}.home-page-layout{margin:auto}.home-page-layout__show-more{margin-top:40px}@media only screen and (max-width:768px){.home-page-layout__show-more{margin-top:30px}}.team-grid{padding-top:40px}@media only screen and (max-width:480px){.team-grid{padding-top:30px}}.team-grid__title{font:700 18px tiempos-headline,Georgia,serif;font-size:32px;line-height:36px;margin-bottom:40px;text-align:center}@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{zoom:1;display:flex;margin-top:28px}.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;margin-bottom:28px;margin-left:1.19658%;width:24.10256%}.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{margin-left:1.40845%;width:32.39437%}.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{margin-left:1.89702%;width:49.05149%}.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;margin-bottom:10px;width:100%}.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{color:inherit;text-decoration:none}.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 canada-type-gibson,Arial,Helvetica,sans-serif;font-size:22px;line-height:26px;margin-bottom:6px}@media only screen and (max-width:480px){.team-grid-item__name{padding-right:30px;position:relative}.team-grid-item__name:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:icomoon!important;font-size:26px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:-3px;text-transform:none;top:0;vertical-align:middle}}.team-grid-item__description{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:14px;line-height:20px}.team-grid-item__description b{font-weight:600}.team-grid-item__info{background:#444;height:160px;padding:12px 15px}@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;margin-top:-84px;width:16.23932%}@media only screen and (max-width:1024px){.team-member-layout__info-column{display:block;float:none;margin-top:0;width:100%}}.team-member-layout__content-column{float:left;margin-left:3.4188%;width:60.68376%}@media only screen and (max-width:1024px){.team-member-layout__content-column{border-top:1px solid #ccc;float:none;margin:20px auto 0;padding-top:30px;width:100%}}.team-member-layout__misc-column{float:left;margin-left:5.12821%;width:14.52991%}.team-member-layout__column-title{font:600 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:22px;margin-bottom:8px}.team-member-layout__info{zoom:1;margin-left:auto;margin-right:auto;max-width:1170px;padding-top:44px}@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{border:1px solid #ccc;margin:44px auto 0;max-width:330px;padding:24px 30px}@media only screen and (max-width:768px){.team-member-layout__more-team{max-width:none;padding:20px}}.more-team__title{font:700 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:26px;margin-bottom:12px}.more-team__items{list-style:none;padding:0}.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{color:#111;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif}@media only screen and (max-width:1024px){.team-member-info__basic-wrapper{margin:0 auto;text-align:center;width:190px}}@media only screen and (max-width:375px){.team-member-info__basic-wrapper{margin:0 -15px;text-align:left;width:auto}}.team-member-info__photo-wrapper{border:1px solid #ccc;border-radius:50%;margin:0 auto 11px;overflow:hidden;width:100%}@media only screen and (max-width:375px){.team-member-info__photo-wrapper{border:0;border-radius:0;margin-bottom:0}}.team-member-info__photo{height:auto;width:100%}@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}.team-member-info__details{background:linear-gradient(315deg,#004480,#00213d);color:#fff;padding:14px 15px 18px}}.team-member-info__name{font:600 18px tiempos-headline,Georgia,serif;font-size:20px;line-height:24px;margin-bottom:1px}@media only screen and (max-width:375px){.team-member-info__name{font:700 18px tiempos-headline,Georgia,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{border-top:1px solid #ccc;display:block;margin-top:24px;padding-top:24px}@media only screen and (max-width:768px){.team-member-info__block{margin-top:20px;padding-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{border-top:0;margin-top:24px;padding-top:0}}.team-member-info-block__position{margin-bottom:15px}.team-member-info-block__icon{font-size:13px;margin:0 auto;vertical-align:middle}.team-member-info-block__title{font:600 18px tiempos-headline,Georgia,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{display:table;margin-top:20px;width:100%}.team-member-info-block-title__icon{vertical-align:middle}.team-member-info-block-title__icon-wrapper{display:table-cell;font-size:16px;padding-right:10px;vertical-align:middle;white-space:nowrap;width:1%}@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;font:600 18px tiempos-headline,Georgia,serif;font-size:18px;vertical-align:middle}.contributor-article-card{background-color:#fff;border:2px solid #fff;border-radius:5px;box-shadow:3px 5px #d7d7d759;display:flex;flex-direction:column;margin:10px 0;padding:20px;width:100%}.contributor-article-card__heading-section{display:flex;flex-direction:row;justify-content:space-between}.contributor-article-card__publication{align-items:center;display:flex;flex-direction:row}.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{color:#666;margin-bottom:2px;padding-left:10px}.contributor-article-card__excerpt{margin:10px 0}.contributor-modal{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background:rgba(0,0,0,.6);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.contributor-modal,.contributor-modal__block{align-items:center;display:flex;justify-content:center}.contributor-modal__block{background-color:#f1f8fc;border-radius:5px;flex-direction:row;height:auto;max-height:750px;max-width:1024px;position:relative;width:auto}@media only screen and (max-width:1024px){.contributor-modal__block{height:90%;width:90%}}@media only screen and (max-width:768px){.contributor-modal__block{flex-direction:column;margin-top:20px}}@media only screen and (max-height:740px){.contributor-modal__block{height:80%}}.contributor-modal__analyst-image-section{align-items:center;border-radius:5px 0 0 5px;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;text-align:center;width:33%}@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;max-height:150px;width:100%}}.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{line-height:1.3em;margin-top:40px;text-align:left}@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;height:100%;max-height:750px;overflow:scroll;padding:40px;width:100%}.contributor-modal__analyst-main-info-section p{line-height:1.3em;margin-bottom:15px}.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;overflow:scroll;padding:20px}}.contributor-modal__heading{margin:0 0 10px}@media only screen and (max-width:768px){.contributor-modal__heading{font-family:canada-type-gibson,Arial,Helvetica,sans-serif!important;font-size:16px!important;font-weight:700;margin-top:10px}}.contributor-modal__close{background:0 0;border:none;font-size:20px;position:absolute;right:15px;top:15px}.modal-show{display:contents}.modal-hide{display:none}.contributor-bio{display:flex;flex-direction:column;height:auto;justify-content:center;margin:auto auto 20px;max-width:1200px}@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{flex-direction:column;height:auto;position:relative}}.contributor-bio__heading{padding:20px 0}@media only screen and (max-width:1024px){.contributor-bio__heading{text-align:center}}.contributor-bio__analyst-image-section{align-items:center;background-color:#f1f8fc;border:1px solid #d7d7d7;border-radius:5px 0 0 5px;display:flex;flex-direction:column;justify-content:center;padding:20px;width:450px}@media only screen and (max-width:768px){.contributor-bio__analyst-image-section{align-items:left;border-radius:5px 5px 0 0;flex-direction:row;width:auto}}.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{background-color:#fff;border:1px solid #fff;border-radius:0 5px 5px 0;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;right:20px;top:20px}}.contributor-bio__link{color:#0d3e6f!important;font-size:22px;margin-left:15px}.contributor-bio__publications{margin:5px 0;width:95%}@media only screen and (max-width:768px){.contributor-bio__publications{width:auto}}.contributor-bio__description{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.2em;margin:5px 0 30px;overflow:hidden;text-overflow:ellipsis;width:95%}@media only screen and (max-width:768px){.contributor-bio__description{width:auto}}.contributor-bio__full-link{bottom:20px;position:absolute;right:20px}.contributor-bio__full-link:hover{color:#086abf}.contributor-content-card{background-color:#fff;border:1px solid #eef1f6;border-radius:5px;box-shadow:3px 5px #d7d7d759;height:auto;max-width:340px;position:relative;width:100%}.contributor-content-card:hover{border:1px solid #0d3e6f;cursor:pointer}.contributor-content-card__image{background-color:#0d3e6f;border-top-left-radius:5px;border-top-right-radius:5px;width:100%}.contributor-content-card__image img{border-top-left-radius:5px;border-top-right-radius:5px;height:100%;width:100%}.contributor-content-card__image-fixed{height:166px}.contributor-content-card__info{min-height:160px;padding:20px}.contributor-content-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;margin-bottom:10px;overflow:hidden;text-decoration:none;text-overflow:ellipsis}.contributor-content-card__date{color:#909090!important}.contributor-content-card__description{-webkit-box-orient:vertical;color:#909090;display:-webkit-box;margin-bottom:20px;margin-top:10px;overflow:hidden;text-overflow:ellipsis}.contributor-content-card__btn-link{background-color:#686262;border:0;bottom:20px;color:#fff;font-family:ArialMT,Arial,sans-serif;font-size:13px;left:20px;padding:5px;position:absolute;text-align:center;text-decoration:none;transition:.3s;width:100px}.contributor-content-card__btn-link:hover{background-color:#868181;color:#fff}.contributor-content-card__play-all{bottom:25px;color:#0d3e6f;font-family:ArialMT,Arial,sans-serif;font-size:13px;position:absolute;right:20px;text-align:right;width:75px}.contributor-content-card__play-all-text{padding-left:7px}.contributor-content__container{width:100%}.contributor-content__heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:20px 0;width:100%}@media only screen and (max-width:1024px){.contributor-content__heading{flex-direction:column;text-align:center}}.contributor-content__feed{display:grid;gap:30px 15px;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:15px;width:100%}@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{align-items:center;display:flex;flex-direction:column;grid-template-columns:1fr;justify-content:center}}.contributor-large-bio{align-items:center;display:flex;height:100%;justify-content:center;margin-bottom:20px}.contributor-large-bio__container{background-color:#f1f8fc;border-radius:6px;box-shadow:3px 5px #d7d7d759;display:flex;flex-direction:row;height:auto;justify-content:center;max-width:1200px;position:relative;width:100%}@media only screen and (max-width:768px){.contributor-large-bio__container{flex-direction:column;margin-top:20px}}.contributor-large-bio__analyst-image-section{align-items:center;background-color:#f1f8fc;border-radius:5px 0 0 5px;display:flex;flex-direction:column;justify-content:center;padding:20px;text-align:center;width:33%}@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;max-height:150px;width:100%}}.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{line-height:1.3em;margin-top:35px;text-align:left}@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;padding:20px;width:100%}.contributor-large-bio__analyst-main-info-section p{line-height:1.3em;margin-bottom:15px}.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;overflow:scroll;padding:20px}}.contributor-large-bio__social-links{position:absolute;right:20px;top:20px}.contributor-large-bio__heading{margin:0 0 10px}@media only screen and (max-width:768px){.contributor-large-bio__heading{font-family:canada-type-gibson,Arial,Helvetica,sans-serif!important;font-size:16px!important;font-weight:700;margin-top:10px}}.contributor-publication-card{background-color:#fff;border:1px solid #fff;border-left:4px solid #00559f;border-radius:5px;box-shadow:3px 5px #d7d7d759;cursor:pointer;height:auto;margin:10px 10px 10px 0;max-width:404px;padding:20px}.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{margin-right:0;max-width:100%}}.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{border:1px solid #0d3e6f;border-radius:5px;color:#000;display:flex;justify-content:center;margin:auto;max-width:125px;padding:5px 20px;text-decoration:none;transition:.03s}.contributor-publication-card__btn-link:hover{background-color:#0d3e6f;color:#fff}.active-pub{border-bottom:1px solid #0d3e6f;border-right:1px solid #0d3e6f;border-top:1px solid #0d3e6f}.active-pub:hover{cursor:default}.expand-card{display:contents}.collapse-card{display:none}.contributor-publication-feed{height:auto;margin:20px 0;max-width:1200px}.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{margin-left:10px;width:100%}@media only screen and (max-width:768px){.contributor-publication-feed__article-section{display:none}}.contributor-publication-feed__no-articles{padding:40px 0;text-align:center}.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{display:grid;gap:30px 15px;grid-template-columns:1fr 1fr 1fr 1fr 1fr;width:100%}@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{margin:20px 0;text-align:center;text-decoration:none}.contributor-team__team-member a{text-decoration:none}.contributor-team__team-member:hover img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.contributor-team__img{border-radius:50%;margin:0 auto 11px;max-width:160px;overflow:hidden;width:100%}.contributor-team__name{color:#0d3e6f;font-size:16px;padding-top:10px}.contributor-team__position{padding-top:10px}.contributor-32{font-size:32px}.contributor-28,.contributor-32{color:#666;font-family:tiempos-headline,Georgia,serif}.contributor-28{font-size:28px}.contributor-26{color:#333;font-family:tiempos-headline,Georgia,serif;font-size:26px}@media only screen and (max-width:768px){.contributor-26{font-size:18px}}.contributor-18{color:#333;font-family:tiempos-headline,Georgia,serif;font-size:18px}.contributor-16{font-size:16px;line-height:1.2em}.contributor-14,.contributor-16{color:#333;font-family:canada-type-gibson,Arial,Helvetica,sans-serif}.contributor-14{font-size:14px}.contributor-link{color:#0d3e6f;cursor:pointer;text-decoration:none}.contributor-link:hover{text-decoration:underline}.contributor-img-wrapper{border-radius:50%;margin:0 auto 5px;max-width:160px;overflow:hidden}@media only screen and (max-width:768px){.contributor-img-wrapper{margin:0;width:25%}}.contributor-social-links{color:#0d3e6f;font-size:24px;margin-left:10px}.gray-bg{background-color:#eef1f6}.back-to-team__container{display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:1230px;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{display:flex;justify-content:center;padding:40px 0;width:100%}.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:1px solid #797979;border-radius:6px;height:100%;margin:5px 0 10px;padding:10px;width:100%}.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;border-radius:5px;color:#797979;margin:5px 5px 0;padding:5px 20px;text-decoration:none}.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;border-radius:5px;color:#0d3e6f;margin:5px 5px 0;padding:5px 20px;text-decoration:none}.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{margin:48px auto 0;max-width:710px}.about-layout__content_wider{max-width:770px}.about-layout__meet-the-team-background{background:linear-gradient(180deg,hsla(0,0%,93%,0),#eee);height:126px;position:relative}.about-layout__meet-the-team-background:after{background:url(assets/img/meet-the-team__bottom-bg.svg);background-size:cover;bottom:0;content:"";height:100%;left:0;position:absolute;right:0}.about-layout__meet-the-team{margin:-80px auto 0;max-width:730px;position:relative}.download-callout__container{align-items:center;background:linear-gradient(#edf1f5,#f9f9f9);display:flex;flex-direction:row;justify-content:center;justify-items:center;margin:auto;max-width:1200px;padding:60px}@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;margin:auto 0;padding-left:10px}}@media only screen and (max-width:320px){.download-callout__body{padding-top:15px}}.download-callout__title{color:#0d3e6f;font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-size:36px;font-weight:500;line-height:normal;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:canada-type-gibson,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{background-color:#0d3e6f;border:1px solid #0d3e6f;border-radius:5px;color:#fff;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:18px;font-weight:600;margin-top:40px;padding:8px 0;text-align:center;text-decoration:none;transition:.2s;width:180px}.download-callout__action-button:hover{background-color:#3575ad;color:#fff}@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{max-height:100%;width:172px}@media only screen and (max-width:768px){.download-callout__featured-image{grid-column:2;grid-row:1;margin-left:10px;padding-right:10px;width:142px}}@media only screen and (max-width:320px){.download-callout__featured-image{padding-right:0}}.meet-the-team__team-members{zoom:1;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:1170px}.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{border:1px solid #ccc;border-radius:50%;float:left;height:110px;margin-left:6.16438%;overflow:hidden;width:110px}.meet-the-team__team-member:first-child{margin-left:0}.meet-the-team__action-button{display:block;margin:0;padding:11px 36px 11px 16px;width:176px}.meet-the-team-banner{background-color:#fff;width:100%}.meet-the-team-banner__container{display:flex;flex-direction:column;height:270px;margin:auto;max-width:1200px;padding:30px 60px;position:relative}@media only screen and (max-width:768px){.meet-the-team-banner__container{height:auto;padding:0}}.meet-the-team-banner__background{background-position:50%;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}@media only screen and (max-width:768px){.meet-the-team-banner__background_desktop{display:none}}.meet-the-team-banner__background_mobile{background-position:100%;background-repeat:no-repeat;background-size:contain;display:none}@media only screen and (max-width:768px){.meet-the-team-banner__background_mobile{display:block}}.meet-the-team-banner__inner{margin-bottom:20px;max-width:500px;position:relative}@media only screen and (max-width:768px){.meet-the-team-banner__inner{align-items:center;background-color:#fafafa;display:flex;flex-direction:column;margin-bottom:0;max-width:100%;padding:20px 20px 30px}}.meet-the-team-banner__text{color:#0d3e6f;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:28px;font-weight:600;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;max-width:700px;text-align:center}}.meet-the-team-banner__cta{background-color:#0d3e6f;border:1px solid #0d3e6f;border-radius:5px;color:#fff;display:block;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:18px;font-weight:600;margin-top:40px;padding:8px 0;text-align:center;text-decoration:none;transition:.2s;width:180px}@media only screen and (max-width:768px){.meet-the-team-banner__cta{font-weight:500;margin-top:20px}}.meet-the-team-banner__cta:hover{background-color:#3575ad;color:#fff}.faq-list__title{border-bottom:0;margin-bottom:28px;text-transform:none}.faq-list-section__title{color:#222;font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-size:36px;font-weight:500;margin-bottom:23px}@media only screen and (max-width:768px){.faq-list-section__title{font-size:28px}}.faq-list-section__items{list-style:none;margin:0;padding:0}.faq-list-section__item{border-top:1px solid #ccc;margin-top:10px;padding-top:10px}.faq-list-section__item:first-child{border-top:none;margin-top:0;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;border:none;color:#0d3e6f;cursor:pointer;font-size:20px;font-weight:400;line-height:28px;padding:10px 59px 10px 0;position:relative;text-align:inherit;width:100%}.faq-list-section-item__question:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0d3e6f;content:"";display:inline-block;font-family:icomoon!important;font-size:28px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:10px;text-transform:none;top:10px;vertical-align:middle}.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{border-bottom:1px solid #ccc;font:700 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:26px;margin-bottom:12px;padding-bottom:7px}.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{align-items:center;display:flex;flex-direction:column;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}.contact-page,.contact-page__inner-container{align-items:center;flex-direction:column}}@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{margin-top:38px;width:320px}@media only screen and (max-width:768px){.contact-us-form__submit{margin-top:19px}}.form-field__label{display:inline-block;font:600 18px tiempos-headline,Georgia,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{font-size:14px;line-height:17px;margin-bottom:3px}.form-field_type_select{position:relative;z-index:1}.form-field_type_select:after{color:#ccc;content:"\25BC";display:block;font-size:.75em;position:absolute;right:0;text-align:center;top:52%;transform:translateY(-50%);width:40px;z-index:10}.hide-label{display:none}.text-input{border:1px solid #ccc;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);display:block;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;padding:16px 14px;width:100%}.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-bottom:9px;padding-top:9px}.text-input_size_medium{font-size:16px;line-height:20px;padding-bottom:11px;padding-top:11px}.textarea-input{border:1px solid #ccc;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);display:block;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;max-width:100%;padding:17px 14px;width:100%}.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-bottom:9px;padding-top:9px}.select-box{-webkit-appearance:unset;-moz-appearance:unset;appearance:unset;background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);display:block;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;padding:16px 14px;width:100%}.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-bottom:9px;padding-top:9px}.select-box_size_medium{font-size:16px;line-height:20px;padding-bottom:11px;padding-top:11px}.products-layout__section-container{margin:100px auto 0;max-width:1280px}.products-layout__title{font-family:tiempos-headline,Georgia,serif;font-size:4.375rem;font-weight:300;margin:24px auto;max-width:1280px}@media only screen and (max-width:768px){.products-layout__title{font-size:2rem;margin-left:15px}}.products-layout__subtitle{font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:1.125rem;font-weight:400;margin:24px auto;max-width:1280px}.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{margin:0 auto 61px;max-width:1110px}.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 tiempos-headline,Georgia,serif;font-size:32px;line-height:36px;margin-bottom:18px}.products-section-heading__title:after{border-bottom:1px solid #555;content:"";display:block;margin:23px auto 0;max-width:120px}.products-section-heading__subtitle{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:20px;line-height:28px;margin:0 auto 10px;max-width:970px}.products-section-heading__footnote{font:600 18px tiempos-headline,Georgia,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{float:none;margin-bottom:20px;margin-left:0;width:100%}}.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{background:#00559f;color:#fff;font:700 18px tiempos-headline,Georgia,serif;font-size:24px;line-height:26px;padding:12px 0;text-align:center}.portfolio-solution__icon{display:inline-block;font-size:17px;margin-right:4px;vertical-align:middle}.portfolio-solution__content{background:#fff;border:1px solid #ccc;border-top:none;padding:20px 24px}@media only screen and (max-width:768px){.portfolio-solution__content{padding-bottom:30px}}.portfolio-solution__description{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;line-height:22px;margin-bottom:22px;text-align:center}.portfolio-solution__action-button{display:block;margin:0 auto;width:200px}@media only screen and (max-width:768px){.portfolio-solution__action-button{width:181px}}.portfolio-solution__footnote{background:#eee;border:1px solid #ccc;border-radius:0 0 6px 6px;border-top:none;margin-top:-1px;padding:11px 24px 13px}.portfolio-solution__features-heading,.portfolio-solution__footnote{font:600 18px tiempos-headline,Georgia,serif;font-size:13px;line-height:16px}.portfolio-solution__features-heading{border-bottom:1px solid #ccc;margin-bottom:14px;padding-bottom:5px;text-transform:uppercase}.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{zoom:1;padding:0 20px}@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 tiempos-headline,Georgia,serif;font-size:32px;line-height:36px;margin-bottom:5px}.service-list-header__filter-text{font:400 16px canada-type-gibson,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{font-size:18px;line-height:1.44;margin-bottom:32px}}.service-list-header__filters{zoom:1;padding-right:310px;position:relative}@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;right:auto;top:auto;transform:none}}.service-list-item{background:#fff;display:block;width:100%}.service-list-item__icon{display:inline-block;font-size:16px;margin-right:8px;vertical-align:middle}.service-list-item__title{display:inline-block;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;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{display:table-cell;padding:19px 0;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{font:600 18px tiempos-headline,Georgia,serif;font-size:17px;line-height:22px;order:1;padding-left:25px;width:32.11009%}@media only screen and (max-width:768px){.service-list-item__title-wrapper{flex-basis:calc(100% - 50px);margin-bottom:10px;padding:0;width:auto}}.service-list-item__description{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;padding-left:22px;padding-right:22px;width:34.86239%}@media only screen and (max-width:768px){.service-list-item__description{margin-bottom:14px;order:3;padding:0;width:100%}}.service-list-item__notice{font:600 18px tiempos-headline,Georgia,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{text-align:center;width:13.76147%}@media only screen and (max-width:1024px){.service-list-item__action{font-size:32px;line-height:1;padding-right:30px;text-align:right}}@media only screen and (max-width:768px){.service-list-item__action{font-size:28px;margin-left:auto;order:2;padding:0;width:50px}}.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{background:#eee;border-radius:11px;display:none;font:500 18px tiempos-headline,Georgia,serif;font-size:12px;line-height:1.17;padding:2px 8px 3px}@media only screen and (max-width:768px){.service-list-item__tag{align-self:flex-end;display:inline-block;margin-left:auto;order:5}.service-list-item_no-notice{flex-direction:column}.service-list-item_no-notice .service-list-item__content{padding-bottom:24px}.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{margin-bottom:20px;order:2;width:auto}}.service-list-item_no-notice .service-list-item__action{padding-left:30px;padding-right:19px;width:20.51282%}@media only screen and (max-width:768px){.service-list-item_no-notice .service-list-item__action{margin:0 auto;order:3;padding:0;width: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{background-color:#004480;color:#fff;font:500 18px tiempos-headline,Georgia,serif;font-size:26px;line-height:32px;padding:8px 30px 12px;position:relative}.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 canada-type-gibson,Arial,Helvetica,sans-serif;font-size:18px;line-height:24px;margin-bottom:16px;max-width:960px}.service-list-section__footnote{font:500 18px tiempos-headline,Georgia,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{background:#fff;border:1px solid #ddd;margin-bottom:2px;position:relative;top:0;transition:all .1s}@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{background:#086abf;bottom:0;content:"";display:block;left:0;opacity:0;position:absolute;top:0;width:8px}.service-list-section__item:not(.service-list-section__item_dummy):hover{box-shadow:0 2px 8px 0 rgba(0,0,0,.25);top:-1px;z-index:5}.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 tiempos-headline,Georgia,serif;font-size:14px;line-height:20px;padding:4px 24px}.bundled-membership__content{padding:23px 24px 24px}.bundled-membership__icon{display:inline-block;float:left;font-size:19px;margin-right:12px}.bundled-membership__icon-wrapper{display:table-cell;vertical-align:top}.bundled-membership__title{display:table;font:700 18px tiempos-headline,Georgia,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 canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;margin-bottom:14px}.bundled-membership__note{font:700 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:20px;margin-bottom:12px}.bundled-membership__contact-cta{font:600 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:26px}.bundled-membership__contact-phone{color:#004480;font:700 18px tiempos-headline,Georgia,serif;font-size:22px;line-height:30px;margin-top:4px}.bundled-membership_theme_blue .bundled-membership__heading{background-color:#106691;color:#000}.bundled-membership_theme_brown .bundled-membership__heading{background-color:#663813;color:#000}.bundled-membership_theme_maroon .bundled-membership__heading{background-color:#a22c22;color:#000}.bundled-membership_theme_lgreen .bundled-membership__heading{background-color:#448131;color:#000}.bundled-membership_theme_green .bundled-membership__heading{background-color:#174613;color:#000}.bundled-membership_theme_sky .bundled-membership__heading{background-color:#017dbc;color:#000}.bundled-membership_theme_sps .bundled-membership__heading,.bundled-membership_theme_sps-blue .bundled-membership__heading{background-color:#106691;color:#000}.bundled-membership_theme_cho .bundled-membership__heading{background-color:#00a8a3;color:#000}.bundled-membership_theme_pwp .bundled-membership__heading{background-color:#552e8f;color:#000}.bundled-membership_theme_alliance .bundled-membership__heading{background-color:#d6a812;color:#000}.bundled-membership_theme_radio .bundled-membership__heading{background-color:#106691;color:#000}.bundled-membership-list{zoom:1;display:flex;justify-content:center}.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{margin-left:2.63158%;margin-right:2.63158%;width:31.57895%}@media only screen and (max-width:768px){.bundled-membership-list__item{float:none;margin-left:0;margin-top:20px;width:100%}}.bundled-membership-list__item:first-child{margin-left:0;margin-top:0}.featured-products{padding-bottom:70px;position:relative}.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{margin:40px auto 0;max-width:1600px;padding:0 15px;position:relative;z-index:5}@media only screen and (max-width:768px){.featured-products__content{margin-top:26px}}.featured-products__heading{margin:0 auto;max-width:870px}.featured-products__grid{margin-top:50px}@media only screen and (max-width:768px){.featured-products__grid{margin-top:30px}}.featured-products__bottom-gradient{background:url(assets/img/composite-container/composite-container_bottom-gradient-edgy.svg);background-position:bottom;background-size:cover;bottom:0;height:260px;left:0;position:absolute;right:0;z-index:0}.featured-products-background{background:url(assets/img/featured-products-heading/featured-products-bg_desktop.jpg) bottom no-repeat;background-size:cover;height:500px;position:relative}@media only screen and (max-width:768px){.featured-products-background{background-image:url(assets/img/featured-products-heading/featured-products-bg_tablet.jpg);height:605px}}@media only screen and (max-width:375px){.featured-products-background{background-image:url(assets/img/featured-products-heading/featured-products-bg_mobile.jpg);height:615px}}.featured-products-heading{color:#fff;text-align:center}.featured-products-heading__title{font:700 18px tiempos-headline,Georgia,serif;font-size:40px;line-height:46px}.featured-products-heading__subtitle{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:22px;line-height:28px;margin-top:10px}.featured-products-heading__footnote{font:500 18px tiempos-headline,Georgia,serif;font-size:13px;line-height:17px;margin-top:12px}.service-list-item-volatility-box__caption{font:600 18px tiempos-headline,Georgia,serif;font-size:13px;line-height:17px;margin-bottom:3px}.service-list-item-volatility-box__gauge{display:block;font-size:8px;margin-bottom:3px;margin-right:7px}.service-list-item-volatility-box__text-value{color:#666;display:block;font:700 18px tiempos-headline,Georgia,serif;font-size:13px;line-height:17px;text-transform:uppercase}.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{clip-path:polygon(-5px 40px,40px -5px,101% -5px,101% 101%,-5px 101%);margin:0 20px;padding:0 10px;width:25%}@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{margin-left:0;width:100%}}.product-flex__item:first-child{margin-left:0}.product-flex__title{background:#00559f;color:#fff;font:700 18px tiempos-headline,Georgia,serif;font-size:24px;line-height:26px;padding:12px 0;text-align:center}.product-flex__icon{display:inline-block;font-size:17px;margin-right:4px;vertical-align:middle}.product-flex__content{background:#fff;border:1px solid #ccc;border-top:none;padding:20px 24px}@media only screen and (max-width:768px){.product-flex__content{padding-bottom:30px}}.product-flex__description{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;line-height:22px;margin-bottom:22px;text-align:center}.product-flex__action-button{display:block;margin:0 auto;width:200px}@media only screen and (max-width:768px){.product-flex__action-button{width:181px}}.product-flex__footnote{background:#eee;border:1px solid #ccc;border-radius:0 0 6px 6px;border-top:none;margin-top:-1px;padding:11px 24px 13px}.product-flex__features-heading,.product-flex__footnote{font:600 18px tiempos-headline,Georgia,serif;font-size:13px;line-height:16px}.product-flex__features-heading{border-bottom:1px solid #ccc;margin-bottom:14px;padding-bottom:5px;text-transform:uppercase}.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}.terminal-hero{background:linear-gradient(-180deg,#3575ad 1%,#000);color:#fff;margin:auto;padding:50px 0;width:100%}.terminal-hero.products-layout{margin-bottom:40px;max-width:1200px}@media only screen and (max-width:768px){.terminal-hero.products-layout{margin:0 15px 25px;width:auto}}.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{align-items:center;display:flex;flex-direction:column;justify-content: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{display:flex;font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-size:32px;font-weight:500;height:auto;line-height:1.3;margin-bottom:10px;padding:0 50px;text-align:center}@media only screen and (max-width:520px){.terminal-hero__home-layout .title{font-size:28px;margin-bottom:0;padding: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{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center;text-decoration:none}.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{filter:invert(88%) sepia(9%) saturate(1235%) hue-rotate(4deg) brightness(88%) contrast(94%);height:50px;margin-bottom:20px;width:50px}.terminal-hero__home-layout .card .text{color:#d6c38a;display:flex;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:20px;font-weight:500;height:auto;line-height:1.3;margin-bottom:10px;text-align:center}@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;margin-top:60px;max-width:1200px;width:100%}@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{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:0}}.terminal-hero__home-layout .learn-more{color:#d7d7d7;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px}.terminal-hero__products-layout{display:flex;flex-direction:column;margin:0 auto 10px;text-align:center}.terminal-hero__products-layout .container{align-items:center;display:flex;flex-direction:column;height:100%;margin:auto;max-width:1100px;text-align: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-size:46px;font-weight:600;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-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:28px;font-style:italic;font-weight:600;max-width:800px}@media only screen and (max-width:768px){.terminal-hero__products-layout .text{font-size:20px;font-weight:500;max-width:550px}}.terminal-hero__products-layout .link{background-color:#fff;border-radius:4px;box-shadow:3px 3px 3px hsla(0,0%,44%,.89);color:#0d3e6f;font-size:20px;margin-top:30px;max-width:400px;padding:10px 80px;text-decoration:none}@media only screen and (max-width:768px){.terminal-hero__products-layout .link{padding:10px 40px;width:80%}}.terminal-hero__products-layout .link:hover{background-color:#e6e6e6}.terminal-hero__products-layout .link:active{background-color:#ccc}.terminal-hero__our-company-layout{margin:auto;max-width:1200px}.terminal-hero__our-company-layout .inner-container{display:grid;grid-template-columns:46% 12% 42%;grid-template-rows:60px 1fr;width:100%}@media only screen and (max-width:1199px){.terminal-hero__our-company-layout .inner-container{margin:0 40px;width:auto}}@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-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-size:42px;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{align-items:center;color:#d6c38a;display:flex;font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;font-size:32px;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{background:radial-gradient(#fff,#d4dee8);border-radius:6px;color:#333;grid-column:3;grid-row:2;padding:35px}@media only screen and (max-width:768px){.terminal-hero__our-company-layout .list{padding:25px}}.terminal-hero__our-company-layout .list p{font-size:20px;margin-bottom:25px;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;max-width:350px;position:relative}@media only screen and (max-width:768px){.terminal-hero__our-company-layout .list .list-item{left:25px;margin:0 25px 15px 0;max-width:100%}}.terminal-hero__our-company-layout .list .list-item:last-child{margin-bottom:10px}.filter-services-modal{background:#fff;bottom:0;overflow:hidden;position:absolute;right:0;top:0;width:330px}@media only screen and (max-width:375px){.filter-services-modal{left:0;width:auto}}.filter-services-modal__title{background:#eee;border-bottom:1px solid #ccc;font:700 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:22px;padding:14px 20px 12px;position:relative}.filter-services-modal__dismiss{color:#555;cursor:pointer;display:inline-block;font-size:34px;position:absolute;right:15px;top:8px}.filter-services-modal__body{bottom:66px;left:0;overflow-x:auto;padding:20px;position:absolute;right:0;top:49px}.filter-services-modal__filter-wrapper{padding-bottom:48px}.filter-services-modal__filter-group{margin-bottom:21px}.filter-services-modal__footer{background:#fff;bottom:0;box-shadow:0 -48px 27px 0 hsla(0,0%,100%,.9);height:66px;left:0;padding:0 20px 22px;position:absolute;right:0;text-align:center}.filter-services-modal__clear{display:none;font:700 18px tiempos-headline,Georgia,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{background:linear-gradient(315deg,#004480,#00213d);color:#fff}.publication-product-header__inner{zoom:1;margin-left:auto;margin-right:auto;max-width:1170px;padding:36px 15px;position:relative}@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{border-right:1px solid #fff;float:left;padding-bottom:12px;padding-right:74px;padding-top:20px;position:relative;width:63.67521%}@media only screen and (max-width:1024px){.publication-product-header__intro{padding-right:37px;width:57.35043%}}@media only screen and (max-width:768px){.publication-product-header__intro{border-bottom:1px solid #fff;border-right:0;float:none;margin-bottom:28px;padding-bottom:34px;padding-right:0;padding-top:0;width:auto}}.publication-product-header__cta{float:left;padding-left:3.4188%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:36.32479%}@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;padding-left:0;position:static;right:auto;text-align:center;top:auto;transform:none;width:auto}}.publication-product-header__cta-title{font:700 18px tiempos-headline,Georgia,serif;font-size:32px;line-height:36px;margin-bottom:7px}.publication-product-header__cta-description{font:400 16px canada-type-gibson,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 tiempos-headline,Georgia,serif;font-size:20px;line-height:27px;margin-bottom:11px;margin-top:13px}.publication-product-header__cta-button-wrapper{display:inline-block;position:relative}.publication-product-header__cta-button-wrapper:after{background:url(assets/img/arrow_white.svg);bottom:-14px;content:"";display:inline-block;height:64px;position:absolute;right:-76px;transform:rotate(40deg);transform-origin:100% 0;width:26px}@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{height:auto;margin-bottom:20px;max-width:445px}@media only screen and (max-width:768px){.publication-product-header__logo{margin-bottom:13px;max-width:100%}}.publication-product-header__title{font:300 18px tiempos-headline,Georgia,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 canada-type-gibson,Arial,Helvetica,sans-serif;font-size:18px;line-height:1.333}.publication-product-header__back{color:#fff;font:700 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:20px;padding:2px 0;position:absolute;text-decoration:none;top:-23px}.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 tiempos-headline,Georgia,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{background:#000;display:inline-block;height:10px;position:relative;width:20px}.profit-item-indicator__bar-overlay{background:rgba(17,159,228,.6);bottom:0;left:0;position:absolute;right:0}.about-product__inner{zoom:1;margin-left:auto;margin-right:auto;max-width:1170px}.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;margin-left:5.12821%;width:26.49573%}@media only screen and (max-width:1024px){.about-product__sidebar{display:none}}.about-product__heading{font:700 18px tiempos-headline,Georgia,serif;font-size:32px;line-height:36px;margin-bottom:10px}.about-product__copy{font:400 16px canada-type-gibson,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{background:#004480;color:#fff;font:700 18px tiempos-headline,Georgia,serif;font-size:22px;line-height:26px;padding:11px 14px 9px}.overview-table__body{border-left:1px solid #ccc;border-right:1px solid #ccc;display:table;width:100%}@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{border-bottom:1px solid #ccc;display:block;padding:12px 14px}}.overview-table__description,.overview-table__position{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;min-width:14.28571%}.overview-table__description{border-left:1px solid #ccc}.overview-table__description,.overview-table__position{border-bottom:1px solid #ccc;color:#000;display:table-cell;font-size:16px;line-height:24px;padding:12px 14px}@media only screen and (max-width:768px){.overview-table__description,.overview-table__position{border-bottom:0;border-left:0;border-right:0;display:block;margin-top:4px;padding:0}.overview-table__description:first-child,.overview-table__position:first-child{margin-top:0}}.portfolio-snapshot{background:#f4f4f4;color:#111;padding:20px 24px 18px}@media only screen and (max-width:768px){.portfolio-snapshot{padding:16px 15px 15px}}.portfolio-snapshot__title{font:700 18px tiempos-headline,Georgia,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 tiempos-headline,Georgia,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;margin-left:3.04709%;width:31.30194%}@media only screen and (max-width:768px){.portfolio-snapshot__metric{float:none;margin-left:0;margin-top:22px;width:auto}}.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{border-bottom:1px solid #ccc;font:700 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:20px;margin-bottom:6px;padding-bottom:4px}.portfolio-snapshot-metric__description{color:#000;font:300 18px tiempos-headline,Georgia,serif;font-size:24px;line-height:30px}.portfolio-snapshot-metric__description_large{font-size:40px;line-height:48px}.portfolio-snapshot-metric__gauge{font-size:16px;margin-top:8px}.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{border-bottom:1px solid #ccc;font:700 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:20px;margin-bottom:12px;padding-bottom:4px}.about-editorial__section-title_large{font-size:20px;line-height:24px;padding-bottom:8px}.about-editorial__section-copy{font:400 16px canada-type-gibson,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{border:1px solid #ccc;border-radius:50%;float:left;height:64px;margin-right:10px;overflow:hidden;width:64px}.editor-info__profile{float:left;padding-top:7px;width:calc(100% - 74px)}.editor-info__title{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;line-height:24px}.editor-info__name{font:700 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:26px}.product-shot__inner{zoom:1;position:relative}.product-shot__inner:after,.product-shot__inner:before{content:"";display:table}.product-shot__inner:after{clear:both}.product-shot__image-wrapper{max-width:56.49573%;padding-left:7.69231%;padding-right:5.81197%;text-align:right}@media only screen and (max-width:768px){.product-shot__image-wrapper{max-width:none;padding:0;text-align:center}}.product-shot__image{display:inline-block;max-height:276px}.product-shot__quote-block{border-left:4px solid #111;padding-left:15px;position:absolute;right:6.83761%;top:50%;transform:translateY(-50%);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{border-left:0;border-top:3px solid #111;margin-top:20px;padding-left:0;padding-top:12px;position:static;right:auto;text-align:center;top:auto;transform:none;width:auto}}.product-shot__quote{font:700 18px tiempos-headline,Georgia,serif;font-size:22px;line-height:28px;margin-bottom:14px}.product-shot__quote-author{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;line-height:24px}.profit-presentation{font:400 16px canada-type-gibson,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 tiempos-headline,Georgia,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;margin-left:2.5641%;width:14.52991%}@media only screen and (max-width:768px){.profit-holder__item{float:none;margin-bottom:36px;margin-left:0;padding:0 10px;width:33.33333333333333%}}@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{color:#1994d1;font:700 18px tiempos-headline,Georgia,serif;font-size:30px;line-height:1}.profit-item__note{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;line-height:22px}.single-product-trial-cta__inner{margin-left:auto;margin-right:auto;max-width:1170px;text-align:center}.single-product-trial-cta__button-wrapper{display:inline-block;margin-bottom:24px;position:relative}.single-product-trial-cta__button-wrapper:before{background:url(assets/img/arrow_product-page.svg) no-repeat;background-size:contain;content:"";display:block;height:54px;left:-52px;position:absolute;top:40px;width:70px}@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 canada-type-gibson,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;vertical-align:top;width:calc(100% - 44px)}.single-product-trial-cta__subtext-wrapper{margin:0 auto;max-width:261px}}.single-product-trial-cta__subtext-wrapper:before{background-image:url(assets/img/arrow-new_up.svg);background-size:cover;content:"";display:none;height:45px;width:36px}@media only screen and (max-width:1024px){.single-product-trial-cta__subtext-wrapper:before{display:inline-block}}.testimonials-layout__member-testimonials{margin-bottom:64px;padding-top:40px}.testimonials-layout__free-account-invitation{margin:0 auto;max-width:830px}.featured-testimonial{background:linear-gradient(315deg,rgba(20,133,162,.9),rgba(0,68,128,.9));color:#fff;padding:30px 15px 56px;position:relative;text-align:center}.featured-testimonial__quote{font:300 18px tiempos-headline,Georgia,serif;font-size:40px;line-height:1.15;margin:0 auto;max-width:870px}@media only screen and (max-width:768px){.featured-testimonial__quote{font-size:36px;line-height:1.11}}.featured-testimonial__author{font:500 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:26px;margin-top:20px}.featured-testimonial:after{background-image:url(assets/img/featured-testimonial/featured-testimonial__bottom-bg_gray.svg);background-repeat:no-repeat;background-size:cover;bottom:-1px;content:"";height:100px;left:0;position:absolute;right:0;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{margin-left:auto;margin-right:auto;max-width:1170px;position:relative;z-index:5}.video-testimonials__title{font:700 18px tiempos-headline,Georgia,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;margin-left:2.5641%;padding:0 1.7094%;width:31.62393%}@media only screen and (max-width:768px){.video-testimonials__testimonial{float:none;margin-left:0;margin-top:20px;padding:0;width:100%}.video-testimonials__testimonial:first-child{margin-top:0}}.video-testimonials__testimonial:first-child{margin-left:0}.video-testimonial__video-wrapper{height:0;padding-top:56.25%;position:relative}.video-testimonial__video{height:100%;left:0;position:absolute;top:0;width:100%}.video-testimonial__title{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:18px;line-height:24px;margin-top:10px}.member-testimonials__title{font:700 18px tiempos-headline,Georgia,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{zoom:1;padding:0 20px}.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{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:60px;padding:0 20px}@media only screen and (max-width:768px){.member-testimonials__video-holder{padding:0}}.member-testimonials__testimonial{float:left;margin-left:6.19469%;width:46.0177%}@media only screen and (max-width:768px){.member-testimonials__testimonial{float:none;margin-left:0;margin-top:36px;width:100%}.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-bottom:16px;margin-top:16px}.member-testimonials__testimonial_margined:first-child{margin-top:16px}.member-testimonials__testimonial:first-child{margin-left:0}.member-testimonials__video-testimonial{height:184px;line-height:24px;margin:30px auto 0;width:330px}@media only screen and (min-width:1200px){.member-testimonials__video-testimonial{margin:30px 0 0}.member-testimonials__video-testimonial_include-margin{margin:30px auto 0}}.member-testimonial{font:400 16px canada-type-gibson,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 tiempos-headline,Georgia,serif;font-size:32px;line-height:36px;text-align:center}.member-testimonial_quote-only:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#003766;content:"";display:inline-block;font-family:icomoon!important;font-size:33px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;opacity:.3;text-transform:none;vertical-align:middle}.member-testimonial_quote-only .member-testimonial__quote{color:#003766;margin:0 auto;max-width:870px;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-bottom:70px;margin-top:23px}.investor-resources-layout__featured-books{margin-bottom:86px;padding-top:32px}.investor-resources-layout__free-account-invitation{margin:0 auto 32px;max-width:830px}.investor-menu{background:#00559f;color:#fff}@media only screen and (max-width:768px){.investor-menu{display:none}}.investor-menu__inner{zoom:1;margin-left:auto;margin-right:auto;max-width:1170px}.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{color:inherit;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;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{color:#fff;text-decoration:none}.investor-menu-item__icon{font-size:23px;line-height:14px;margin-right:7px;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{zoom:1;margin-left:auto;margin-right:auto;max-width:1170px;position:relative}.market-watch__inner:after,.market-watch__inner:before{content:"";display:table}.market-watch__inner:after{clear:both}.market-watch__title{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:18px;left:0;line-height:24px;position:absolute;top:50%;transform:translateY(-50%);width:11.53846%}@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;padding:10px 17px;position:relative;width:88.46154%}@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{font-size:24px;line-height:24px;position:absolute;top:50%;transform:translateY(-50%)}.market-watch__holder .owl-next{right:0}.market-watch__holder .active:first-of-type .market-watch__item{border-left:none}.market-watch__item{border-left:1px solid #ccc;margin-left:-2px;padding-left:22px}@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{background:gray;display:inline-block;height:28px;margin-left:5%;padding-right:5%;vertical-align:bottom;width:28.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;margin-left:2.5641%;padding-bottom:20px;width:14.52991%}.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{margin-left:0;width:100%}.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{color:#fff;overflow:hidden;position:relative}.tradestops-banner__top-border{height:auto;margin-bottom:-2px;margin-left:-1%;max-width:none;width:102%}@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{background:#003766;padding-bottom:40px;padding-top:24px;position:relative}@media only screen and (max-width:768px){.tradestops-banner__body{padding-top:15px}}.tradestops-banner__body:after{background:linear-gradient(180deg,rgba(0,55,102,0),#003766);bottom:0;content:"";display:block;height:70px;left:0;position:absolute;right:0}.tradestops-banner__inner{margin-left:auto;margin-right:auto;max-width:1170px;position:relative}.tradestops-banner__content{zoom:1;display:flex;padding-left:4.46429%;position:relative;z-index:5}.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 tiempos-headline,Georgia,serif;font-size:32px;line-height:36px;margin-bottom:9px}.tradestops-banner__description{font:400 16px canada-type-gibson,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{border-top:1px solid hsla(0,0%,100%,.5);margin-top:20px;padding-top:19px;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-bottom:31px;margin-top:21px;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;margin-bottom:22px;width:auto}@media only screen and (max-width:768px){.tradestops-banner__mobile-logo{display:block}.tradestops-banner__cta-button_desktop{display:none}}.tradestops-banner__cta-button_mobile{display:none;width:100%}@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{height:41px;margin-left:auto;margin-right:auto;max-width:1170px;overflow:hidden;position:relative}.glossary-index__holder-item-wrapper{bottom:-30px;left:0;overflow:hidden;overflow-x:scroll;padding-bottom:15px;position:absolute;right:0;top:0;white-space:nowrap}.glossary-index__item{color:#086abf;cursor:pointer;display:inline-block;font:600 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:22px;padding:9px 0;position:relative;text-align:center;user-select:none;width:44px}.glossary-index__item:hover{background:#eee;text-decoration:none}.glossary-index__item:active,.glossary-index__item:link{color:#086abf;text-decoration:none}.glossary-index__item_active{background:#086abf;color:#fff}.glossary-index__item_active:hover{background:#086abf;color:#fff;text-decoration:none}.glossary-index__item_active:active,.glossary-index__item_active:link{color:#fff;text-decoration:none}.glossary-index__item_active:before{border-bottom:1px solid #086abf;bottom:-1px;content:"";display:block;height:1px;left:0;position:absolute;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 tiempos-headline,Georgia,serif;font-size:40px;height:100px;line-height:46px;margin-bottom:30px}.investment-glossary-section__entry{margin-top:39px}.investment-glossary-section__entry:first-child{margin-top:0}.education-center-layout{zoom:1;background:linear-gradient(90deg,#fff 0,#fff 50%,#f4f4f4 0,#f4f4f4)}@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{background:#fff;float:left;padding-bottom:25px;position:sticky;width:24.18803%}@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;font:500 18px tiempos-headline,Georgia,serif;font-size:16px;margin:25px 0 5px}.education-center-layout__content{background:#f4f4f4;float:left;min-height:700px;padding-bottom:80px;padding-left:8.37607%;padding-top:40px;width:75.81197%}@media only screen and (max-width:1024px){.education-center-layout__content{padding-left:12px;padding-top:12px}}@media only screen and (max-width:768px){.education-center-layout__content{min-height:0;padding:0 0 40px;width:100%}.education-center-layout__content_no-responsive-padding{padding:0}}.education-center-layout__search{margin:20px 0 26px;max-width:252px;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{display:none;font:500 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:1.33;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{box-shadow:0 1px 4px 0 rgba(0,0,0,.25);display:flex;flex-direction:column;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{background:#00559f;color:#fff;padding:13px 0 15px;position:relative;text-align:center;transition:all .2s}.education-center-chapter-header__heading-bar-title{font:700 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:1.333}.education-center-chapter-header__heading-bar-back,.education-center-chapter-header__heading-bar-cta{color:#fff;display:inline-block;font:500 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:1.375;position:absolute;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{background:#fff;flex:1 1 auto;padding:18px 260px 22px 20px;position:relative}@media only screen and (max-width:768px){.education-center-chapter-header__content{padding:16px 15px 20px}}.education-center-chapter-header__chapter-title{color:#111;font:500 18px tiempos-headline,Georgia,serif;font-size:26px;line-height:1.23;margin-bottom:10px;transition:all .2s}.education-center-chapter-header__chapter-description{font:400 16px canada-type-gibson,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{color:#666;font:600 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:1.21;position:absolute;right:22px;top:27px}@media only screen and (max-width:768px){.education-center-chapter-header__article-counter-text{margin-top:19px;position:static;right:auto;top:auto}}.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{margin-top:23px;position:static;right:auto;top:auto}.education-center-chapter-header_compact .education-center-chapter-header__content{display:flex;flex-direction:column;padding:16px 20px 20px}.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{background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);padding:12px 22px 16px 20px;position:relative;transition:all .2s;width:100%}.education-center-chapter-entry:before{background:#0f75ce;bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:4px}.education-center-chapter-entry__title{display:block;font:700 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:1.67;padding-right:40px}@media only screen and (max-width:768px){.education-center-chapter-entry__title{line-height:1.29;padding-right:68px}}.education-center-chapter-entry__tags{display:table-cell;padding-left:5px;text-align:right;vertical-align:middle;white-space:nowrap}.education-center-chapter-entry__index{color:#555;display:inline-block;font:600 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:1.29;position:absolute;right:22px;top:calc(50% - .645em);white-space:nowrap}.education-center-chapter-entry__icon{font-size:30px;margin-left:13px;position:relative;right:-7px;vertical-align:-8px}.education-center-chapter-entry__tag{margin-left:6px}.education-center-chapter-entry__tag:first-child{margin-left:0}.education-center-chapter-entry__description{color:#111;display:inline-block;padding-right:238px}@media only screen and (max-width:768px){.education-center-chapter-entry__description{display:none}}.education-center-chapter-entry:hover{box-shadow:0 2px 8px 0 rgba(0,0,0,.25);color:#0f75ce}@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{display:block;line-height:1.3;order:2}.education-center-chapter-entry_search .education-center-chapter-entry__tags{display:block;margin-bottom:5px;order:1;padding-left:0;text-align:left}.education-center-chapter-entry_search .education-center-chapter-entry__index{display:block;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.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 tiempos-headline,Georgia,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;padding:9px 0;text-align:right;vertical-align:middle}@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{color:#555;display:inline-block;font:500 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:20px;margin-left:24px;text-decoration:none;vertical-align:middle}@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{cursor:pointer;position:relative}.education-center-menu-item__submenu{cursor:default;display:none}.education-center-menu-item__icon{font-size:20px;margin-right:4px;position:relative;top:-1px}.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{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:icomoon!important;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;vertical-align:middle}.education-center-menu-item_expanded>.education-center-menu-item__submenu{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.3);display:block;left:0;padding:10px;position:absolute;right:0;text-align:left;top:calc(100% + 5px)}.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{background:0 0;border:0;color:#444;display:block;font-size:24px;left:12px;margin:6px 0 0;padding:0;position:absolute;top:0;width:24px}.education-center-search__icon:hover{color:#086abf}.education-center-search__icon:focus{outline:none}.education-center-search__icon_close{left:auto;opacity:0;right:10px;transition:opacity .1 ease-in-out;visibility:hidden}.education-center-search__field{background:0 0;border:0;display:block;height:42px;padding:0 44px;width:100%}.education-center-search__field:focus{border-bottom:1px solid #bbb;outline:none}.education-center-search__field:focus+.education-center-search__icon_close{opacity:1;visibility:visible}.education-chapter-nav__title{display:block;font:600 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:1.43;margin-bottom:9px;text-transform:uppercase}.education-chapter-nav__title_active{border-color:#111;color:#111}.education-chapter-nav__list{margin-bottom:8px}.education-chapter-nav__list-item{display:block;font:500 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:33px;padding:0 16px;text-decoration:none}.education-chapter-nav__list-item_active{background-color:#f4f4f4;color:#111}.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;margin-left:20px;margin-top:20px;width:calc(25% - 15px)}.education-center-chapter-group__item:nth-child(4n+1){clear:both;margin-left:0}.education-center-chapter{background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);cursor:pointer;padding-bottom:57px;position:relative}.education-center-chapter__header{background:#00559f;color:#fff;height:40px;padding:0 40px 0 22px;transition:background .1s ease-in-out}.education-center-chapter__header .icon{float:right;font-size:24px;margin-right:-24px;margin-top:8px}.education-center-chapter__headline{font:700 18px tiempos-headline,Georgia,serif;line-height:40px}.education-center-chapter__content{height:193px;overflow:hidden;padding:16px 24px 0 20px}.education-center-chapter__title{color:#111;font:500 18px tiempos-headline,Georgia,serif;font-size:24px;line-height:26px;margin-bottom:10px;transition:color .1s ease-in-out}.education-center-chapter__dscr{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;line-height:23px}.education-center-chapter__footer{bottom:0;left:0;padding:20px;position:absolute;width:100%}.education-center-chapter:hover .education-center-chapter__header{background:#086abf}.education-center-chapter:hover .education-center-chapter__title{color:#086abf}.chapter-info{color:#999;font:600 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:17px}.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{color:#999;float:left;font:600 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:17px;text-align:left;width:58px}.chapter-progress__line{background:#ccc;float:left;height:2px;margin-top:7px;width:calc(100% - 58px)}.chapter-progress__fill{background:linear-gradient(90deg,#ff9520,#d23528);height:4px;margin-top:-1px}.chapter-complete{zoom:1;color:#4f8e3c;padding:0 24px 0 0;position:relative}.chapter-complete:after,.chapter-complete:before{content:"";display:table}.chapter-complete:after{clear:both}.chapter-complete__text{font:600 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:17px;padding-right:20px;text-transform:uppercase}.chapter-complete__icon{font-size:25px;position:absolute;right:0;top:-8px}.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;background-color:transparent;display:block;padding:20px 140px 20px 20px;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;max-width:1000px;padding:0 30px;width:100%}.education-center-articles-list-item__article{max-width:1200px}.education-center-articles-list-item__text{color:#000;float:left;font:700 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:24px;transition:color .1s ease-in-out}.education-center-articles-list-item__icon{color:#5ca646;font-size:24px;padding-right:25px}.education-center-articles-list-item__progress{color:#555;font:600 18px tiempos-headline,Georgia,serif;font-size:14px;line-height:24px}.education-center-articles-list-item__info{float:right;margin-right:-120px;text-align:right;width:100px}.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 tiempos-headline,Georgia,serif}.education-center-switch-links{zoom:1;font-size:inherit;line-height:inherit;text-align:center}.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;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.43;vertical-align:middle;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{clear:left;display:inline-block}}.education-center-switch-links__mobile-next-wrapper{margin-top:30px;text-align:center}.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{margin:0 auto;padding:40px 0 0;width:870px}.education-center-search-result__item{border-bottom:1px solid #ccc;padding:20px}.education-center-search-result__item .search-result-item__title{color:#111;font:700 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:24px}.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{background:#fff;border:none;box-shadow:0 1px 4px 0 rgba(0,0,0,.25);color:#086abf;display:block;font:600 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:1.6;outline:none;padding:13px;transition:all .2s;width:100%}.education-center-load-more:hover{box-shadow:0 2px 8px 0 rgba(0,0,0,.25)}.education-center-load-more__icon{font-size:24px;margin-left:5px;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{zoom:1;display:flex}@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;margin-right:1.7094%;width:23.93162%}@media only screen and (max-width:768px){.education-center-chapter-list-section__column{float:none;margin-bottom:20px;margin-right:0;width:100%}}.education-center-chapter-list-section__column_intro{margin-right:2.5641%;width:22.22222%}@media only screen and (max-width:768px){.education-center-chapter-list-section__column_intro{margin-right:0;width:100%}}@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-bottom:0;margin-right:0}.bookstore-layout__free-account-invitation{margin:0 auto 32px;max-width:830px}.bookstore-layout__price-widget{bottom:0;left:0;position:fixed;right: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{box-shadow:0 2px 4px 0 rgba(0,0,0,.5);float:left;margin:20px 9.09091% 20px 0;width:27.27273%}@media only screen and (max-width:768px){.bookstore-product__img{float:none;margin:0 auto 30px;max-width:200px;width:100%}}.bookstore-product__dscr{float:left;width:63.63636%}@media only screen and (max-width:768px){.bookstore-product__dscr{float:none;margin:0 0 30px;width:100%}}.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{color:#111;font:600 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:1.375}.bookstore-price-widget__s-h{font-size:13px;line-height:1.23;margin-left:4px}.bookstore-price-widget__title{color:#000;font:700 18px tiempos-headline,Georgia,serif;font-size:16px;line-height:1.375}.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{background:#fff;display:block;float:left;margin:24px 0 0 10px;padding:20px;transition:box-shadow .1s ease-in-out;width:calc(25% - 7.5px)}.book-grid__item:hover{box-shadow:0 3px 8px 0 rgba(0,0,0,.25);position:relative}.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{margin-left:0;margin-top:18px;padding:7px;width:33.33333%}.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{border-bottom:1px solid #ccc;display:block;padding-bottom:22px}@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;max-width:100%;width:auto}@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;font-size:18px;line-height:24px;margin:10px 0 0;text-decoration:none}.book-grid-item__price{font:600 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:24px;margin:4px 0 0}.book-grid-item__link{display:inline-block;font:500 18px tiempos-headline,Georgia,serif;font-size:inherit}@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{font:500 18px tiempos-headline,Georgia,serif;font-size:13px;line-height:16px;margin-top:8px}.book-info__price .price{font:600 18px tiempos-headline,Georgia,serif;font-size:20px;line-height:24px}.book-info__title{font:700 18px tiempos-headline,Georgia,serif;font-size:40px;line-height:1.15;margin-top:10px}@media only screen and (max-width:480px){.book-info__title{font-size:26px}}.book-info__author{font-size:14px;line-height:20px;margin-top:10px}.book-info__author b{font:700 18px tiempos-headline,Georgia,serif}.book-info__dscr{border-top:1px solid #ccc;line-height:24px;margin-top:20px;padding:20px 0 40px}.book-info__dscr .flat-button{margin-top:30px;width:230px}@media only screen and (max-width:768px){.book-info__dscr{border-bottom:1px solid #ccc;margin-top:28px;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}.book-info__cta_desktop{display:none}}.book-info__cta_mobile{display:none;margin-top:24px;width:230px}@media only screen and (max-width:768px){.book-info__cta_mobile{display:inline-block}}.book-details__title{font:600 18px tiempos-headline,Georgia,serif;font-size:18px;line-height:26px}.book-details__table{margin-top:10px;width:100%}.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{line-height:24px;margin-top:10px}.single-post-article{zoom:1;background-color:#fff;border-radius:6px;display:flex;flex-direction:row;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;padding:30px}@media only screen and (max-width:1024px){.single-post-article{flex-direction:column;padding:23px 15px}}@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{left:-8px;position:relative}@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{border-bottom:1px solid #ccc;display:none;float:none;margin-right:0;width:100%}@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{border-bottom:2px solid #000;font:500 18px tiempos-headline,Georgia,serif;font-size:24px;font-weight:600;line-height:1.2em;margin:1.636em 0 1em}.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;font-size:18px;margin-bottom:40px;margin-top:65px}@media only screen and (max-width:768px){.single-post-article__switch-links{margin-bottom:43px;margin-top:36px}}.single-post-article__publication-select{border:1px solid #aaa;border-radius:4px;color:#999;font-size:13px;padding:4px}.single-post-article__sidebar-header{color:#666;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:28px;margin-bottom:10px}.single-post-article__sidebar{max-width:400px;padding-left:30px;width:100%}@media only screen and (max-width:1024px){.single-post-article__sidebar{float:none;margin-left:0;margin-top:30px;padding-left:0;width:auto}}.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{color:#333;font:Archivo Narrow,sans-serif;font-size:40px;font-weight:400;line-height:1.15;margin-bottom:17px;margin-top:0}@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{color:#707070;flex:1 0;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px}.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{flex:0 1;flex-direction:row;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;min-width:140px}.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{border-radius:0;height:40px;padding:20px 0;width:100%}}.single-post-article-share-item{border-radius:2px;color:#222;cursor:pointer;display:flex;margin-right:6px;text-align:center;text-decoration:none;width:30px}@media only screen and (max-width:768px){.single-post-article-share-item{border-radius:0;height:40px;width:40px}}.single-post-article-share-item__icon{font-size:16px;line-height:18px;padding-left:6px;padding-right:6px}@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 canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;line-height:18px;margin-right:26px}.single-post-article-options__title{border-bottom:1px solid #ccc;font:500 18px tiempos-headline,Georgia,serif;line-height:22px;margin-bottom:14px;padding-bottom:7px}@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{color:#555;padding:6px 8px;text-decoration:none}@media only screen and (max-width:1024px){.single-post-article-options-item{padding:10px 8px}}.single-post-article-options-item__icon{font-size:23px;padding-right:6px}.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{background-size:cover;color:#0e0e0e;font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:16px;padding:1.625em 1.25em 1.25em;position:relative;text-align:center}.takeover__wrapper{margin:0 auto;max-width:1170px;padding:0 20px;position:relative}@media only screen and (max-width:768px){.takeover__wrapper{padding:0 10px}}.takeover__content{position:relative}.takeover__alert-title{font:700 18px tiempos-headline,Georgia,serif;font-size:1.875em;letter-spacing:1px;line-height:1.2;margin-bottom:.73333em;text-transform:uppercase}.takeover__alert-icon{color:#d23528;display:inline-block;font-size:1.06667em;margin-right:.33333em;vertical-align:middle}.takeover__alert-title-text{vertical-align:middle}.takeover__superheading{font-size:1.25em;line-height:1.3;margin:0 auto .55em;max-width:870px}.takeover__headline{font:700 18px tiempos-headline,Georgia,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;margin:0 auto .58333em;max-width:870px}.takeover__date{font:600 18px tiempos-headline,Georgia,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{text-align:left;width:50%}}.takeover__countdown{font-size:1em;margin-bottom:2.9375em}.takeover__cta{margin-bottom:2.625em;margin-top:2.9375em}.takeover__scroll-notice{font-size:16px;line-height:1.375}.takeover__scroll-notice-icon{font-size:23px}.takeover__sheet{background:#fff;bottom:0;box-shadow:0 3px 8px 0 rgba(0,0,0,.3);left:0;position:absolute;right:0;top:0;transform:rotate(1deg)}.takeover__note{bottom:23px;display:block;height:auto;left:33px;max-width:229px;position:absolute}.takeover__note_wrapped{bottom:-3px;left:12px}@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{background-color:#002f58;color:#fff}.takeover_theme_dark .takeover__alert-icon{color:#ffc500}.takeover-countdown{background-color:hsla(0,0%,100%,.7);border:1px solid #e4e4e4;border-radius:1em;box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.5);display:inline-block;padding:.625em .375em .5em}.takeover-countdown__slot{border-left:1px solid #ddd}.takeover-countdown__slot:first-child{border-left:0}.takeover-countdown_theme_dark{background-color:rgba(0,0,0,.3);border:2px solid hsla(0,0%,100%,.3);color:#fff}.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;padding:.0625em 0 .5em;text-align:center;width:6.25em}.takeover-countdown-slot__value{font:300 18px tiempos-headline,Georgia,serif;font-size:3.125em;line-height:1}.takeover-countdown-slot__unit{font:400 16px canada-type-gibson,Arial,Helvetica,sans-serif;font-size:.875em;line-height:1.29;margin-top:.07143em;text-transform:uppercase}.search-results-layout__sections-title{font:700 18px tiempos-headline,Georgia,serif;font-size:26px;line-height:26px;margin-bottom:30px}@media only screen and (max-width:768px){.search-results-layout__sections-title{margin-bottom:15px}}.search-results-layout__section-title{font:500 18px tiempos-headline,Georgia,serif;line-height:24px;margin-bottom:20px;text-transform:none}@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{float:left;margin-left:6.66%;margin-top:10px;width:20%}.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{margin-left:10%;width:45%}.search-filters__item:nth-child(odd){margin-left:0}}@media only screen and (max-width:480px){.search-filters__item{float:none;margin-left:0;width:100%}}.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{margin:40px auto 0;order:4}}.not-found__title{font:700 18px tiempos-headline,Georgia,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{font-size:18px;line-height:1.44;margin-bottom:40px;max-width:700px}@media only screen and (max-width:768px){.not-found__description{margin-bottom:0;order:2}}.not-found__cta{margin:36px auto 0}@media only screen and (max-width:768px){.not-found__cta{display:block;max-width:287px;order:3;padding:13px 0;width:100%}}.sih-podcast{color:#fff}.sih-podcast__body{background:url(assets/img/sih-icons/sih-bg.jpg);background-position:bottom;background-size:cover;border-radius:4px 4px 0 0;padding:24px 200px 24px 30px;position:relative}@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{display:block;margin-bottom:10px;position:static;right:auto;top:auto}}.sih-podcast__publication-title{font:700 18px tiempos-headline,Georgia,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 tiempos-headline,Georgia,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 tiempos-headline,Georgia,serif;font-size:14px;line-height:1.29;text-transform:uppercase}.sih-podcast__footer{background:#232323;border-radius:0 0 4px 4px;padding:18px 30px 24px}@media only screen and (max-width:1024px){.sih-podcast__footer{padding:9px 15px 12px}}.sih-podcast__footer-title{font:700 18px tiempos-headline,Georgia,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{border-left:1px solid #fff;display:block;width:1px}@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{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block}.vendor-icon_apple{background-image:url(assets/img/sih-icons/apple.svg);height:1.1875em;width:1.1875em}.vendor-icon_google-play{background-image:url(assets/img/sih-icons/google-play.svg);height:1.1875em;width:1.125em}.vendor-icon_youtube{background-image:url(assets/img/sih-icons/youtube.svg);height:.875em;width:1.25em}.vendor-icon_soundcloud{background-image:url(assets/img/sih-icons/soundcloud.svg);height:1.125em;width:1.6875em}.vendor-icon_stitcher{background-image:url(assets/img/sih-icons/stitcher.svg);height:.875em;width:1.25em}.vendor-icon_spotify{background-image:url(assets/img/sih-icons/spotify.svg);height:1.1875em;width:1.1875em}.financial-platform{background:linear-gradient(#1f394c,#556876);color:#fff;display:flex;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;padding:40px 0;width:100%}.financial-platform__container{align-items:center;margin:auto;max-width:1200px}.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{align-items:center;display:flex;flex-direction:column;padding:20px 0}}@media only screen and (max-width:768px){.financial-platform__card{padding:0}}.financial-platform__card_card-one{align-items:center;color:#d7d7d7;display:flex;flex-direction:column}.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{padding:0 20px;text-align:center}}@media only screen and (max-width:1024px){.financial-platform__card_card-one .title{font-size:28px;font-weight:400;line-height:1.4em}}.financial-platform__card_card-one .heading{font-size:28px;font-style:italic;padding:20px 0;text-align:center;width:80%}@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{align-items:center;flex-direction:row;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{color:#f2f2f2;font-size:28px;line-height:1.3em;margin-top:30px}@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{align-items:center;display:flex;justify-content:right;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{display:flex;flex-direction:row;left:-30px;position:relative;width:100%}@media only screen and (max-width:768px){.financial-platform__card .cards-two-three-wrapper{align-items:center;flex-direction:column;left:0}}.financial-platform__card_card-two{background-color:#fff;border:1px solid #272727;border-radius:8px;box-shadow:5px 5px 5px gray;display:flex;flex-direction:column;font-family:Archivo Narrow,sans-serif;height:100%;left:60px;overflow-y:hidden;padding:30px}@media only screen and (max-width:1199px){.financial-platform__card_card-two{max-width:90vw;padding:10px;position:relative;top:30px}}@media only screen and (min-width:1025px){.financial-platform__card_card-two{max-width:45%;position:relative;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{color:#f2f2f2;font-family:Archivo Narrow,sans-serif;font-size:42px;margin:0 auto 60px;max-width:80%;text-align:center}@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{margin:0 auto;width:90%}}.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{align-items:center;background-color:#ecf2f9;border-radius:8px;display:flex;flex-direction:column;height:auto;padding:40px;text-align:center;width:60%}@media only screen and (max-width:768px){.financial-platform__card_card-three{padding:50px 20px 40px;width:100%}}.financial-platform__card_card-three .watchlist-title{color:#0d3e6f;font-family:Archivo Narrow,sans-serif;font-size:36px;font-weight:600;padding:10px 40px}@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;font-weight:400;padding:10px 0}}.financial-platform__card_card-three .watchlist-list{margin-bottom:40px;text-align:left}@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{align-items:center;display:flex;flex-direction:row;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{margin:20px 40px;width:auto}}.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;line-height:1.3em;padding-left:20px;width:425px}@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{font-size:16px;width:100%}}.financial-platform__card_card-three .watchlist-link{background-color:#0d3e6f;border-radius:4px;color:#fff;font-size:20px;left:35%;margin-top:60px;padding:10px 40px;position:relative;text-decoration:none;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{background-color:#fff;border-radius:6px;padding:10px 10px 10px 30px}.financial-platform__card_card-four{align-items:center;display:flex;flex-direction:column;text-align: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{font-size:26px;font-weight:400;margin-bottom:30px;width:90%}}.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;line-height:1.3em;text-align:left}@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{align-items:center;display:flex;flex-direction:column;font-family:Archivo Narrow,sans-serif;margin:auto;max-width:800px;width:100%}.financial-platform__card_card-five img{border-radius:6px;max-width:90vw;width:100%}.financial-platform__card_card-five .title{color:#d6c38a;font-size:32px;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{background-color:#d6c38a;border-radius:8px;box-shadow:3px 3px 3px #1f394c;color:#0d3e6f;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:20px;margin-top:40px;padding:10px 40px;text-decoration:none;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{background-color:#d1bb7b;color:#1e3748}.terminal-slider{align-items:center;background-color:#0d3e6f;color:#f2f2f2;display:flex;flex-direction:column;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;overflow:hidden}.terminal-slider__main-container{max-width:1200px;width:100%}.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{margin:0 15px;padding-bottom:10px}}.terminal-slider__cta-footer{color:#b3c2d0;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:28px;font-style:italic}@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{align-items:center;display:flex;margin-bottom:40px}@media only screen and (max-width:1199px){.terminal-slider__container{align-items:center;flex-direction:column}}@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;margin-top:70px;text-align:center}@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;text-align:center;width:auto}}@media only screen and (max-width:768px){.terminal-slider__sidebar{margin-top:30px}}.terminal-slider .carousel{display:flex;flex-direction:column;max-width:6000px;width:100%}@media only screen and (max-width:1199px){.terminal-slider .carousel{align-items:center;display:flex;flex-direction:column}}.terminal-slider .carousel .slide-container{align-content:flex-start;display:flex;margin-top:40px;overflow:hidden;padding-bottom:40px;position:relative;touch-action:pan-y;width:80%}@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{margin-left:10px;padding:20px 0;width:100%}}@media only screen and (min-width:1200px){.terminal-slider .carousel .slide-container:after,.terminal-slider .carousel .slide-container:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:12%;z-index:5}}@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{background:linear-gradient(90deg,#0d3e6f,rgba(13,62,111,0));left:0}.terminal-slider .carousel .slide-container:after{background:linear-gradient(270deg,#0d3e6f,rgba(13,62,111,0));right:0}}.terminal-slider .carousel .controls-container{display:flex;flex-direction:row;justify-content:center;overflow:hidden;width:100%}@media only screen and (max-width:1024px){.terminal-slider .carousel .controls-container{width:100%}}.terminal-slider .carousel .controls-container .dot{background-color:#869791;border:none;border-radius:50%;cursor:pointer;height:10px;margin:0 7px;width:10px}.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{align-items:center;background-color:#fff;border-radius:8px;color:#000;display:flex;flex-direction:column;height:300px;margin-left:40px;max-width:440px;min-width:400px;padding:30px 20px 20px;position:relative}@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{min-height:220px;min-width:300px;width:auto;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{align-items:center;display:flex;flex-direction:column;height:100%}.terminal-slider .carousel.publications .slide .content-container .inner-content-container{align-content:center;display:flex;flex-direction:column;height:60%}.terminal-slider .carousel.publications .slide .content-container .title{margin-bottom:40px;width:50%}.terminal-slider .carousel.publications .slide .content-container .titleImage{margin:auto;max-height:50px;width:80%}.terminal-slider .carousel.publications .slide .content-container .content{color:#111;font-size:18px;line-height:1.3em;margin:auto;padding-top:20px;text-align:center}@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{background-color:#f2f2f2;border-radius:0 0 8px 8px;bottom:0;display:flex;flex-direction:row;padding:20px auto;position:absolute;width:100%}.terminal-slider .carousel.publications .slide .bottom-container .image-container{align-items:center;border:5px solid #0d3e6f;border-radius:50%;bottom:-40px;display:flex;height:130px;justify-content:center;left:-45px;position:absolute;width:130px}@media only screen and (max-width:768px){.terminal-slider .carousel.publications .slide .bottom-container .image-container{border:5px solid #0d3e6f;height:85px;left:-10px;top:-14px;width:85px}}.terminal-slider .carousel.publications .slide .bottom-container .slide-image{border:8px solid hsla(0,0%,98%,.5);border-radius:50%;height:120px;max-width:120px;width:120px}@media only screen and (max-width:768px){.terminal-slider .carousel.publications .slide .bottom-container .slide-image{border:5px solid hsla(0,0%,98%,.5);height:80px;width:80px}}.terminal-slider .carousel.publications .slide .bottom-container .editor{color:#111;font-size:20px;padding:15px;text-align:center;width:100%}@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{font-size:16px;padding-left:70px}}.terminal-testimonials{align-items:center;background-image:linear-gradient(#fff 30%,#d7d7d7);border-radius:6px;display:flex;flex-direction:column;font-family:canada-type-gibson,Arial,Helvetica,sans-serif;font-size:28px;justify-content:center;margin:auto;max-width:1200px;overflow:hidden;width:auto}@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{align-items:center;display:flex;flex-direction:row;font-family:ArchivoNarrow-Regular,Archivo Narrow,sans-serif;width:100%}@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{background-color:#555;border-radius:6px;color:#d6c38a;display:flex;font-size:24px;max-width:360px;padding:12px 10px 12px 20px;width:100%}@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;min-width:265px;padding:6px 10px 6px 20px}}@media only screen and (max-width:375px){.terminal-testimonials__title-container_title{max-width:265px;position:relative}}.terminal-testimonials__title-container_title-title{align-items:center;display:flex;justify-content: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{border-top:6px solid #d6c38a;content:"";width:100%}@media only screen and (max-width:375px){.terminal-testimonials__title-container_filler{max-width:75px}}.terminal-testimonials .carousel.testimonials{border-radius:.5em;height:100%;margin-top:20px;overflow:hidden;padding-bottom:40px;position:relative}@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{align-items:flex-start;display:flex;flex-direction:row;font-size:28px;height:auto;margin:0;max-width:1200px;overflow-x:hidden;overflow-y:hidden;text-align:center}@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{font-size:14px;padding:0}}.terminal-testimonials .carousel.testimonials .slide-container .slide{align-items:center;color:#000;display:flex;flex-direction:column;margin:auto;max-width:1200px;position:relative;width:1200px}@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{align-items:center;display:flex;flex-direction:column;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{margin-bottom:40px;width:50%}.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;flex-direction:row;justify-content:center;width:100%}@media only screen and (max-width:768px){.terminal-testimonials .carousel.testimonials .controls-container{margin-top:20px}}.terminal-testimonials .carousel.testimonials .controls-container .dot{background-color:#d6d6d6;border:none;border-radius:50%;cursor:pointer;height:10px;margin:0 7px;width:10px}.terminal-testimonials .carousel.testimonials .controls-container .dot.active{background-color:#869791}@font-face{font-display:swap;font-family:Archivo Narrow;font-style:normal;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-display:swap;font-family:Archivo Narrow;font-style:normal;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-display:swap;font-family:Archivo Narrow;font-style:normal;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-display:swap;font-family:Archivo Narrow;font-style:normal;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-display:swap;font-family:Archivo Narrow;font-style:italic;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-display:swap;font-family:Archivo Narrow;font-style:italic;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-display:swap;font-family:Archivo Narrow;font-style:italic;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-display:swap;font-family:Archivo Narrow;font-style:italic;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-display:swap;font-family:Lato;font-style:normal;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-display:swap;font-family:Lato;font-style:normal;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-display:swap;font-family:Lato;font-style:normal;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-display:swap;font-family:Lato;font-style:italic;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-display:swap;font-family:Lato;font-style:italic;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-display:swap;font-family:Lato;font-style:italic;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;justify-content:space-between;width:100%}@media only screen and (max-width:768px){.archives-video .archives-video-list{align-items:center;display:flex;flex-direction:column}}.archives-video .archives-video-list__text-container{max-width:70%}@media only screen and (max-width:768px){.archives-video .archives-video-list__text-container{max-width:90%;width:90%}.archives-video .archives-video-list__title{margin-bottom:20px;max-width:100%;width:100%}}.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{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;max-height:4em;overflow:hidden;text-overflow:ellipsis}.archives-video .archives-video-list__link{text-decoration:none}.archives-video .archives-video-list__image{max-width:200px}.news-list__item{border-top:1px solid #ccc;display:block;margin-top:20px;padding-top:20px}.news-list__item:first-child{border:0;padding-top:0}.news-list__item_banner{border:none;margin:30px 0;padding-top:0;text-align:center}@media only screen and (max-width:768px){.news-list__item_banner{margin:20px 0}}.news-list__item_banner+.news-list__item{border:0;margin-top:0;padding-top:0}.news-list__item_borderless{border:none;margin:30px 0;padding-top:0}.news-list__item_borderless+.news-list__item{border:0;margin-top:0;padding-top:0}.news-list__banner{background:#eee;display:inline-block;height:90px;max-width:100%;width:726px}.archives__title{border-bottom:none!important}.archives__title__container{border-bottom:1px solid grey;display:flex;justify-content:space-between}@media only screen and (max-width:768px){.archives__title__container{flex-direction:column}}.archives__search-results{font:700 18px tiempos-headline,Georgia,serif}.archives__search{display:flex}.archives__search .search-field{display:flex;margin-bottom:20px;width:100%}@media only screen and (max-width:480px){.archives__search .search-field{flex-direction:column}}.archives__search .search-field__query{border-bottom-left-radius:20px;border-top-left-radius:20px;width:85%}@media only screen and (max-width:480px){.archives__search .search-field__query{border-radius:0;width:100%}}.archives__search .search-field__button{background-color:#0f75ce;border:none;border-bottom-right-radius:20px;border-top-right-radius:20px;color:#fff;width:15%}@media only screen and (max-width:480px){.archives__search .search-field__button{border-radius:0;height:32px;margin-top:12px;width:100%}}.latest-content-container{background-color:#eef1f6;padding:20px 0 40px}.latest-content-container__inner{align-items:stretch;column-gap:10px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin:0 auto;max-width:1200px}.latest-content-container .content-title-wrapper{background-color:#eff2f7;display:flex;flex-direction:column;margin:auto;padding:40px 40px 20px;text-align:center;width:100%}@media only screen and (max-width:768px){.latest-content-container .content-title-wrapper{display:none}}.latest-content-container .content-title-wrapper .content-title-filler{border-top:1px solid #d7d7d7;content:"";height:100%;margin:auto;max-width:1200px;position:relative;top:-20px;width:100%}.latest-content-container .content-title-wrapper .content-title{background-color:#eff2f7;color:#0d3e6f;font-size:36px;font-style:italic;margin:auto;max-width:800px;padding:0 40px;z-index:10}@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{border-bottom:2px solid #2492cf;font:500 18px tiempos-headline,Georgia,serif;font-size:24px;font-weight:600;line-height:1.2em;margin:1.636em 0 1em}.market-notes-static-header+h4{margin-bottom:15px;margin-top:0}.market-notes-static-header#premium-tease{border-color:#f08300}