body,html{background-color:#eee;min-height:100%;padding:0;margin:0}.StyleGuideProvider{font-size:10px;font-family:Roboto,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#eee;color:#1c1c1c;-webkit-box-sizing:border-box;box-sizing:border-box}.StyleGuideProvider *,.StyleGuideProvider :after,.StyleGuideProvider :before{font-family:inherit;-webkit-box-sizing:inherit;box-sizing:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.StyleGuideProvider input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.StyleGuideProvider.fullScreen{height:100%}.Alert{position:relative}.Alert.alert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Alert.positive{color:#169400}.Alert.info{color:#9556b7}.Alert.critical{color:#e60278}.Alert.help{color:#404040}.Alert.help .icon{position:relative;top:-2px}.Alert.text{display:inline-block;vertical-align:middle;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.Alert.icon{vertical-align:middle;text-align:center;width:30px;height:30px;-ms-flex-negative:0;flex-shrink:0;margin-right:15px}@media only screen and (max-width:739px){.Alert.icon{vertical-align:top}}.Alert.icon svg{width:30px;height:30px}.primary .Alert.icon{opacity:.8}.Alert.close{width:30px;height:30px;-ms-flex-negative:0;flex-shrink:0;border:none;padding:0;background-color:transparent;color:currentColor;margin-left:15px;vertical-align:middle;cursor:pointer}.primary .Alert.close{opacity:.8}.secondary .Alert.close{color:#1c1c1c;opacity:.5}@media only screen and (min-width:740px){.AsidedLayout{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (min-width:740px){.AsidedLayout.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media only screen and (min-width:740px){.AsidedLayout.content{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}}@media only screen and (min-width:740px){.AsidedLayout.aside{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}@media only screen and (min-width:740px){.AsidedLayout.leftAside{padding-right:20px}}@media only screen and (min-width:740px){.AsidedLayout.rightAside{padding-left:20px}}.Autosuggest{position:relative;display:inline-block;width:100%}.Autosuggest.containerOpen{z-index:300}.Bullet{padding-bottom:12px;display:block;display:list-item;list-style-type:disc;margin-left:30px}.Bullet .root{position:relative;outline:2px solid red}.Bullet .root:after{content:"ERROR: Multiple <Text> components nested";background:red;font-weight:600;color:#fff;position:absolute;top:0;right:0;padding:0 20px}.BulletList{margin-bottom:12px}.Card{background:#fff;margin-bottom:18px}.group .Card{margin-bottom:0;-webkit-box-shadow:inset 0 -1px 0 0 #e1e1e1;box-shadow:inset 0 -1px 0 0 #e1e1e1}.group .Card:last-child{-webkit-box-shadow:none;box-shadow:none}.Card.transparent{background:none}.CardGroup{margin-bottom:0;-webkit-box-shadow:inset 0 -1px 0 0 #e1e1e1;box-shadow:inset 0 -1px 0 0 #e1e1e1}.CardGroup:last-child{-webkit-box-shadow:none;box-shadow:none}.ClearField{height:48px;border:0;padding:0 15px;background-color:transparent;color:#a8a8a8;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ClearField:hover{color:#747474}.ClearField.clearSvg{height:16px;width:16px}@media only screen and (min-width:740px){.Columns{display:-webkit-box;display:-ms-flexbox;display:flex}.Columns.columns_reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media only screen and (min-width:740px){.Column{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;padding:0 10px}.columns_flexible .Column{min-width:auto}.columns_tight .Column{padding:0 5px}.columns:not(.columns_reverse) .Column:first-child,.columns_reverse .Column:last-child{padding-left:0!important}.columns:not(.columns_reverse) .Column:last-child,.columns_reverse .Column:first-child{padding-right:0!important}}.Critical{color:#e60278}.FieldMessage{margin-bottom:24px}.FieldMessage.noMarginBottom{margin-bottom:0}.FieldMessage .messageIcon{position:relative;top:2px;margin-right:4px}.FieldMessage svg .messageIconSvg{width:14px;height:14px}@media print{.Hidden.print{display:none!important}}@media screen{.Hidden.screen{display:none!important}}@media only screen and (max-width:739px){.Hidden.mobile{display:none!important}}@media only screen and (min-width:740px){.Hidden.desktop{display:none!important}}.Highlight{border-radius:2px;display:inline-block;margin:-2px;padding:2px;background-color:rgba(30,144,255,.12)}.Highlight.secondaryText{color:#404040}.Highlight.critical{background-color:rgba(230,2,120,.12)}span.Info{color:#9556b7}Loader{width:66px;margin:66px auto;-webkit-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-duration:.25s;animation-duration:.25s}@-webkit-keyframes bounce{33%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}66%{-webkit-transform:translateY(0);transform:translateY(0)}}Loader>.ball{background-color:#d6d6d6;width:18px;height:18px;margin:0 2px}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}Loader>.ball{border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}Loader>.ball:first-child{-webkit-animation:bounce .6s -.14s infinite ease-in-out;animation:bounce .6s -.14s infinite ease-in-out}Loader>.ball:nth-child(2){-webkit-animation:bounce .6s -.07s infinite ease-in-out;animation:bounce .6s -.07s infinite ease-in-out}Loader>.ball:nth-child(3){-webkit-animation:bounce .6s 0s infinite ease-in-out;animation:bounce .6s 0s infinite ease-in-out}Loader.small{width:24px;margin:0;display:inline}@keyframes bounce{33%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}66%{-webkit-transform:translateY(0);transform:translateY(0)}}Loader.small>.ball{background-color:currentColor;width:4px;height:4px;margin:0 2px}.PageBlock .content{max-width:940px;margin:0 auto}.Paragraph{margin-bottom:12px}.Pill.static,.Pill:not(.interactive){font-size:18px;color:#404040;border-radius:15px;height:30px;line-height:30px;padding:0 15px}.Pill.interactive,.Pill.static,.Pill:not(.interactive){-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background:#eee;margin:6px 10px 6px 0}.Pill.interactive{border-radius:24px;height:48px;line-height:48px;padding:0 0 0 24px}.Pill .removeButton{margin:0;padding:0;height:46px;width:46px;color:#fff;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-shadow:none;box-shadow:none;border:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Pill .removeButton:focus{outline:none}.Pill .removeButton:focus .removeCircle{outline:none;z-index:1;-webkit-box-shadow:0 0 0 2px rgba(30,144,255,.75);box-shadow:0 0 0 2px rgba(30,144,255,.75);border-radius:2px;border-radius:12px}.Pill .removeButton:focus .removeCircle::-moz-focus-inner{border:0}.Pill .removeButton:active .removeCircle,.Pill .removeButton:hover .removeCircle{background-color:#2765cf}.Pill .removeButton:active .removeCircle{-webkit-transform:scale(.85);transform:scale(.85)}.Pill .removeCircle{background-color:#a8a8a8;height:24px;width:24px;border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-transform .2s cubic-bezier(.02,1.505,.745,1.235);transition:-webkit-transform .2s cubic-bezier(.02,1.505,.745,1.235);transition:transform .2s cubic-bezier(.02,1.505,.745,1.235);transition:transform .2s cubic-bezier(.02,1.505,.745,1.235),-webkit-transform .2s cubic-bezier(.02,1.505,.745,1.235);line-height:normal}.Pill .removeIcon{height:12px}.Pill .removeSvg{height:100%;fill:#fff}.Positive{color:#169400}.Regular{font-weight:400}.ScreenReaderOnly{position:absolute!important;clip:rect(1px,1px,1px,1px);pointer-events:none}.ScreenReaderSkipLink{color:#2765cf;font-weight:500;text-decoration:none;position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;padding:0 20px}.ScreenReaderSkipLink:hover{text-decoration:underline;cursor:pointer}.ScreenReaderSkipLink:focus{font-size:16px;line-height:30px;height:30px;left:0;width:auto;z-index:500}.ScreenReaderSkipTarget:focus{outline:none}span.Secondary{color:#747474}.Section{padding:18px 20px}@media only screen and (min-width:740px){.Section{padding-left:25px;padding-right:25px}}.Section.pullout{margin:0 -20px}@media only screen and (min-width:740px){.Section.pullout{margin:0 -25px}}.Section.slim{padding-top:0;padding-bottom:0}.Section.positive{color:#169400}.Section.positive.primary{background-color:#169400;color:#fff}.Section.positive.secondary{background-color:#f3f9f2}.Section.info{color:#9556b7}.Section.info.primary{background-color:#9556b7;color:#fff}.Section.info.secondary{background-color:#f9f6fb}.Section.critical{color:#e60278}.Section.critical.primary,.Section.critical.secondary{background-color:#fff;color:#e60278}.Section.help{color:#404040}.Section.help.primary,.Section.help.secondary{background-color:#fbfbfb;color:#404040}.Section.header{padding-top:30px;padding-bottom:30px}@media only screen and (min-width:740px){.Section.header{padding-top:42px;padding-bottom:36px}}.Section.component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:60px;padding-bottom:24px}.Strong{padding:18px 20px}@media only screen and (min-width:740px){.Strong{padding-left:25px;padding-right:25px}}.Strong.pullout{margin:0 -20px}@media only screen and (min-width:740px){.Strong.pullout{margin:0 -25px}}.Strong.slim{padding-top:0;padding-bottom:0}.Strong.positive{color:#169400}.Strong.positive.primary{background-color:#169400;color:#fff}.Strong.positive.secondary{background-color:#f3f9f2}.Strong.info{color:#9556b7}.Strong.info.primary{background-color:#9556b7;color:#fff}.Strong.info.secondary{background-color:#f9f6fb}.Strong.critical{color:#e60278}.Strong.critical.primary,.Strong.critical.secondary{background-color:#fff;color:#e60278}.Strong.help{color:#404040}.Strong.help.primary,.Strong.help.secondary{background-color:#fbfbfb;color:#404040}.Text{padding-bottom:12px;display:block}.Text .Text{position:relative;outline:2px solid red}.Text .Text:after{content:"ERROR: Multiple <Text> components nested";background:red;font-weight:600;color:#fff;position:absolute;top:0;right:0;padding:0 20px}.Text.standard{padding-bottom:6px}@media only screen and (max-width:739px){.Text.standard:not(.baseline){font-size:16px;line-height:24px;font-weight:400}}@media only screen and (min-width:740px){.Text.standard:not(.baseline){font-size:16px;line-height:24px;font-weight:400}}@media only screen and (max-width:739px){.Text.standard.baseline{font-size:16px;line-height:24px;-webkit-transform:translateY(.41em);transform:translateY(.41em);font-weight:400}}@media only screen and (min-width:740px){.Text.standard.baseline{font-size:16px;line-height:24px;-webkit-transform:translateY(.41em);transform:translateY(.41em);font-weight:400}}.Text.small{padding-bottom:6px}@media only screen and (max-width:739px){.Text.small:not(.baseline){font-size:14px;line-height:18px;font-weight:400}}@media only screen and (min-width:740px){.Text.small:not(.baseline){font-size:14px;line-height:18px;font-weight:400}}@media only screen and (max-width:739px){.Text.small.baseline{font-size:14px;line-height:18px;-webkit-transform:translateY(.30285714em);transform:translateY(.30285714em);font-weight:400}}@media only screen and (min-width:740px){.Text.small.baseline{font-size:14px;line-height:18px;-webkit-transform:translateY(.30285714em);transform:translateY(.30285714em);font-weight:400}}.Text.large{padding-bottom:6px}@media only screen and (max-width:739px){.Text.large:not(.baseline){font-size:18px;line-height:30px;font-weight:400}}@media only screen and (min-width:740px){.Text.large:not(.baseline){font-size:18px;line-height:30px;font-weight:400}}@media only screen and (max-width:739px){.Text.large.baseline{font-size:18px;line-height:30px;-webkit-transform:translateY(.49333333em);transform:translateY(.49333333em);font-weight:400}}@media only screen and (min-width:740px){.Text.large.baseline{font-size:18px;line-height:30px;-webkit-transform:translateY(.49333333em);transform:translateY(.49333333em);font-weight:400}}@media only screen and (max-width:739px){.Text.subheading:not(.baseline){font-size:18px;line-height:24px;font-weight:600}}@media only screen and (min-width:740px){.Text.subheading:not(.baseline){font-size:18px;line-height:24px;font-weight:600}}@media only screen and (max-width:739px){.Text.subheading.baseline{font-size:18px;line-height:24px;-webkit-transform:translateY(.32666667em);transform:translateY(.32666667em);font-weight:600}}@media only screen and (min-width:740px){.Text.subheading.baseline{font-size:18px;line-height:24px;-webkit-transform:translateY(.32666667em);transform:translateY(.32666667em);font-weight:600}}@media only screen and (max-width:739px){.Text.headline:not(.baseline){font-size:21px;line-height:30px;font-weight:600}}@media only screen and (min-width:740px){.Text.headline:not(.baseline){font-size:28px;line-height:36px;font-weight:600}}@media only screen and (max-width:739px){.Text.headline.baseline{font-size:21px;line-height:30px;-webkit-transform:translateY(.37428571em);transform:translateY(.37428571em);font-weight:600}}@media only screen and (min-width:740px){.Text.headline.baseline{font-size:28px;line-height:36px;-webkit-transform:translateY(.30285714em);transform:translateY(.30285714em);font-weight:600}}@media only screen and (max-width:739px){.Text.heading:not(.baseline){font-size:21px;line-height:30px;font-weight:600}}@media only screen and (min-width:740px){.Text.heading:not(.baseline){font-size:22px;line-height:30px;font-weight:600}}@media only screen and (max-width:739px){.Text.heading.baseline{font-size:21px;line-height:30px;-webkit-transform:translateY(.37428571em);transform:translateY(.37428571em);font-weight:600}}@media only screen and (min-width:740px){.Text.heading.baseline{font-size:22px;line-height:30px;-webkit-transform:translateY(.34181818em);transform:translateY(.34181818em);font-weight:600}}@media only screen and (max-width:739px){.Text.hero:not(.baseline){font-size:21px;line-height:30px;font-weight:600}}@media only screen and (min-width:740px){.Text.hero:not(.baseline){font-size:42px;line-height:48px;font-weight:400}}@media only screen and (max-width:739px){.Text.hero.baseline{font-size:21px;line-height:30px;-webkit-transform:translateY(.37428571em);transform:translateY(.37428571em);font-weight:600}}@media only screen and (min-width:740px){.Text.hero.baseline{font-size:42px;line-height:48px;-webkit-transform:translateY(.23142857em);transform:translateY(.23142857em);font-weight:400}}.Text.light{font-weight:300}.Text.raw{padding-bottom:0}.Text.bullet{display:list-item;list-style-type:disc;margin-left:30px}.Text--span{display:block}.Textarea{position:relative}.Textarea.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:24px;margin-bottom:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.Textarea.textarea{font-size:18px;line-height:48px;height:48px;width:100%;display:inline-block;height:90px;resize:vertical;overflow:auto;max-height:180px;line-height:25px;color:#404040;border:1px solid #d6d6d6;border-radius:2px;padding:12px 15px;vertical-align:top;background-color:#fff;-webkit-appearance:none;-moz-appearance:none}.rootFocus .Textarea.textarea,.Textarea.textarea:not([readonly]):not([disabled]):focus{border-color:transparent;outline:none;z-index:1;-webkit-box-shadow:0 0 0 2px rgba(30,144,255,.75);box-shadow:0 0 0 2px rgba(30,144,255,.75);border-radius:2px}.rootFocus .Textarea.textarea::-moz-focus-inner,.Textarea.textarea:not([readonly]):not([disabled]):focus::-moz-focus-inner{border:0}.invalid .Textarea.textarea,.invalid .Textarea.textarea:not([readonly]):not([disabled]):focus,.rootFocus .invalid .Textarea.textarea{border-color:transparent;-webkit-box-shadow:0 0 0 1px #e60278;box-shadow:0 0 0 1px #e60278}.Textarea.characterCount{font-size:14px;line-height:18px;-webkit-transform:translateY(.30285714em);transform:translateY(.30285714em);color:#747474;text-align:right;margin-left:10px}.Textarea.characterCount:only-child{-ms-flex-preferred-size:100%;flex-basis:100%}.Textarea.invalidCharacterCount{color:#e60278}.TextLink{color:#2765cf;font-weight:500;text-decoration:none}.TextLink:hover{text-decoration:underline;cursor:pointer}.TextLink.chevronRightSide{margin-left:4px}.TextLink.chevronLeftSide{margin-right:4px}h4{font-size:18px;line-height:1.3333;font-weight:700;margin-bottom:1em}p,ul{font-size:16px;line-height:1.5}.button,button{color:#fff;font-size:16px;font-weight:500;padding:13px 35px;border:none}.button{display:inline-block}.button-blue{background-color:#1363d6;border:1px solid #1363d6}.button-pink{background-color:#e60278;border:1px solid #e60278}select{height:3em;border-radius:.3em}input,select,textarea{background-color:#fff;border:1px solid #cacaca;color:#111;display:block;font:inherit;font-size:15px;line-height:1.47058824;margin-bottom:0;padding:1em;width:100%;vertical-align:middle;-webkit-appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box}input::-webkit-input-placeholder{color:#000;opacity:1}input::-moz-placeholder{color:#000;opacity:1}input::-ms-input-placeholder{opacity:1}input::placeholder{color:#000;opacity:1}input:-ms-input-placeholder,input::-ms-input-placeholder{color:#000}input[type=checkbox]{width:auto}label{display:block}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#000!important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:#2560c4!important}blockquote{font-weight:500;font-size:18px;color:#2560c4;margin:1em 0;border-left:2px solid #2560c4;padding:.5em 0 .5em 1em;line-height:24px}blockquote>*{font-size:18px!important;line-height:27px!important;margin:0}.breadcrumbs a,.breadcrumbs span{display:inline-block}.breadcrumbs__child-indicator{margin:0 .25em}.site-search{background:#0d3880;color:#fff}@media only screen and (max-width:940px){.site-search{padding-left:16px;padding-right:16px}}@media only screen and (max-width:739px){.site-search{padding-left:0;padding-right:0}}.site-search .SSG__Columns__columns{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:740px){.site-search .SSG__Section__root{padding-left:0;padding-right:0}}.site-search input[type=search]{font-size:16px;padding:1em 4em 1em 1em;border:none;-webkit-appearance:none;border-radius:none;-webkit-box-shadow:none;box-shadow:none;display:block;width:100%}.site-search input[type=search]::-webkit-search-cancel-button,.site-search input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.site-search input[type=search]:focus{outline:none;-webkit-box-shadow:0 0 0 1px rgba(30,144,255,.75);box-shadow:0 0 0 1px rgba(30,144,255,.75)}.site-search__input-button{position:absolute;top:50%;right:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border:none;background:transparent;-webkit-appearance:none}.site-search__input-button svg{-webkit-transition:all .25s cubic-bezier(.8,-.215,.175,1);transition:all .25s cubic-bezier(.8,-.215,.175,1)}.site-search__input-button:focus,.site-search__input-button:hover{cursor:pointer}.site-search__input-button:focus svg,.site-search__input-button:hover svg{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all .25s cubic-bezier(.8,-.215,.175,1);transition:all .25s cubic-bezier(.8,-.215,.175,1)}.site-search__input-button:active svg{-webkit-transform:scale(.9);transform:scale(.9);-webkit-transition:all .25s cubic-bezier(.8,-.215,.175,1);transition:all .25s cubic-bezier(.8,-.215,.175,1)}.site-search .site-title{font-size:28px;color:#fff;text-decoration:none;font-weight:700;margin-right:7px}@media only screen and (max-width:739px){.site-search .site-subtitle{display:none;visibility:hidden}}.site-nav__title{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}@media only screen and (max-width:940px){.site-nav{padding-left:16px;padding-right:16px}}@media only screen and (min-width:740px){.site-nav{font-size:16px;line-height:24px;max-width:100%;position:relative}.site-nav__items{background:#fff;display:inline-block}.site-nav__item{display:inline-block;font-size:14px;color:#0d3880;position:relative;text-align:center}.site-nav__item>a{display:block;padding:1em .5em;color:inherit;text-decoration:none}.site-nav__item>a:after{display:block;content:attr(title);font-weight:700;height:0;overflow:hidden;opacity:0;visibility:hidden}.site-nav__item>a:focus{outline:0}.site-nav__item>a:focus:after{height:0;-webkit-transition:height .3s ease;transition:height .3s ease}.site-nav__item>a:focus~.site-nav__subnav{display:block;opacity:1}.site-nav__item.is-active:not(.is-open):after{content:"";position:absolute;height:2px;bottom:0;left:0;width:100%;background:#e60278;-webkit-transition:height .3s ease 0s;transition:height .3s ease 0s}.site-nav__item:first-of-type a{padding-left:0}.site-nav__item:first-of-type .site-nav__subnav{left:0;-webkit-transform:translateX(0);transform:translateX(0)}.site-nav__item:first-of-type .site-nav__subnav:before{top:-10px;left:45px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.site-nav__item:last-of-type .site-nav__subnav{left:auto;right:0;-webkit-transform:translateX(0);transform:translateX(0)}.site-nav__item:last-of-type .site-nav__subnav:before{top:-10px;left:auto;right:20px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.site-nav__item:active>a,.site-nav__item:focus>a,.site-nav__item:hover>a{font-weight:600}.site-nav__item:active:after,.site-nav__item:focus:after,.site-nav__item:hover:after{display:none}.site-nav__item:active .site-nav__subnav,.site-nav__item:focus .site-nav__subnav,.site-nav__item:hover .site-nav__subnav{display:block;opacity:1}.site-nav__subnav{text-align:left;display:none;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:400!important;padding:20px 36px;background:#0d3880;color:#fff;white-space:nowrap}.site-nav__subnav-item.is-active a{border-bottom-color:#e60278}.site-nav__subnav li a{line-height:1;margin:1em 0;display:inline-block;font-size:14px;text-decoration:none;font-weight:400;border-bottom:2px solid transparent}.site-nav__subnav li a:after{display:block;content:attr(title);font-weight:700;height:0;overflow:hidden;opacity:0;visibility:hidden}.site-nav__subnav li a:focus,.site-nav__subnav li a:hover{font-weight:600;border-bottom-color:#e60278}.site-nav__subnav:before{content:"";border:10px solid transparent;border-bottom-color:#0d3880;position:absolute;top:-10px;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.site-nav__subnav a{color:inherit}.site-nav__content{display:none!important;visibility:hidden;pointer-events:none}.site-nav__inner{width:auto;background:#0d3880;color:#fff}.site-nav__inner a{color:inherit;text-decoration:none;padding:1em}.site-nav__wrap{background:#fff}}@media only screen and (min-width:740px) and (max-width:860px){.site-nav__item>a{font-size:1.66vw;padding:1em .3em}}@media only screen and (max-width:739px){.site-nav{padding-left:0;padding-right:0;font-size:16px;line-height:24px;max-width:100%;position:relative}.site-nav.is-closed .site-nav__content{height:0}.site-nav.is-closed .site-nav__active-marker{display:none}.site-nav.is-open a{pointer-events:auto}.site-nav.is-open .site-nav__inner{height:auto}.site-nav__active-marker{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:3px;border-bottom:4px solid #e60278;z-index:99;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:left center;transform-origin:left center}.site-nav__items{background:#0d3880;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 8px;height:auto;margin:0;position:relative;overflow-x:scroll;-webkit-overflow-scrolling:touch}.site-nav__item{-webkit-transition:all .25s ease;transition:all .25s ease;-ms-flex-preferred-size:1;flex-basis:1;display:inline-block;text-align:center;white-space:nowrap}.site-nav__item a{display:block;padding:.5em 1em;color:inherit;text-decoration:none;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent}.site-nav__item a:focus{outline:0}.site-nav__item.is-active{font-weight:600}.site-nav__item .site-nav__subnav{display:none;visibility:none;pointer-events:none;opacity:0}.site-nav__content{width:100%;max-height:100%;-webkit-transition:height .25s ease;transition:height .25s ease;position:relative;overflow:hidden;margin:0}.site-nav__inner{width:100%;display:none;list-style-type:none;top:0;-webkit-transition:all .25s ease;transition:all .25s ease;padding:18px 20px 0;background:#eee}.site-nav__subitem{padding:18px 20px;background:#fff;position:relative}.site-nav__subitem:after{content:"";height:1px;position:absolute;left:20px;right:20px;bottom:0;background:#e1e1e1}.site-nav__subitem:last-of-type{border-bottom:0}.site-nav__subitem:last-of-type:after{display:none}.site-nav__subitem a{color:#1c1c1c;font-size:16px;text-decoration:none;display:block;font-weight:700}.site-nav:active{cursor:-webkit-grabbing;cursor:grabbing}}@media only screen and (max-width:739px) and only screen and (max-width:739px){.site-nav__item.is-focused a{border-bottom:3px solid #e60278;pointer-events:auto}.site-nav__item.is-focused a h2{pointer-events:none}}.SSG__Autosuggest__suggestion{color:#212121;white-space:inherit;word-break:break-all}.SSG__Autosuggest__suggestion:hover{background-color:#d6d6d6}.SSG__Autosuggest__suggestion a{text-decoration:none!important;color:inherit!important;display:block}.SSG__Autosuggest__suggestion b{font-weight:600}.seek-style-loader{display:none;position:absolute;top:0;right:0;width:60px;height:100%;background-color:#fff}.seek-style-loader .loader{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.seek-style-loader.active{display:block}.seek-style-loader .loader>.dot{background-color:#9b9b9b;width:6px;height:6px;margin:0 1px;border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}.seek-style-loader .loader>.dot:first-child{-webkit-animation:_3c1KCDg .6s -.14s infinite ease-in-out;animation:dotBounce .6s -.14s infinite ease-in-out}.seek-style-loader .loader>.dot:nth-child(2){-webkit-animation:_3c1KCDg .6s -.07s infinite ease-in-out;animation:dotBounce .6s -.07s infinite ease-in-out}.seek-style-loader .loader>.dot:nth-child(3){-webkit-animation:_3c1KCDg .6s 0s infinite ease-in-out;animation:dotBounce .6s 0s infinite ease-in-out}@-webkit-keyframes dotBounce{33%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}66%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes dotBounce{33%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}66%{-webkit-transform:translateY(0);transform:translateY(0)}}.hoverable:before,.hoverableText:before{display:block;content:attr(title);font-weight:700;height:0;overflow:hidden;visibility:hidden;opacity:0}.hoverableText:hover{font-weight:700}.activeText:before{display:block;content:attr(title);font-weight:700;height:0;overflow:hidden;visibility:hidden;opacity:0}.activeText.active{font-weight:700}.hoverableLink:before{display:block;content:attr(title);font-weight:700;height:0;overflow:hidden;visibility:hidden;opacity:0}.hoverableLink:hover{text-decoration:underline}.site-nav__wrap .SSG__PageBlock__content{max-width:940px;margin:0 auto}@media (max-width:940px){.site-nav__wrap .site-nav{padding-right:30px;padding-left:30px}}@media (max-width:740px){.site-nav__wrap .site-nav{padding-right:0;padding-left:0}}.site-nav__wrap .site-nav__items{margin:0;padding:0}@media (max-width:740px){.site-nav__wrap .site-nav__items{background-color:#184da8;padding-bottom:8px}}.site-nav__wrap .site-nav__item{margin-right:1em;position:relative;white-space:nowrap;font-size:16px;cursor:pointer;display:inline-block;height:60px;line-height:60px;padding-left:15px;padding-right:15px}@media (max-width:740px){.site-nav__wrap .site-nav__item{margin:0}}.site-nav__wrap .site-nav__item h2{font-size:16px;font-weight:400;color:#2560c4;line-height:19px;margin:0}@media (max-width:740px){.site-nav__wrap .site-nav__item h2{color:#fff}}.site-nav__wrap .site-nav__item:hover{text-decoration:none}.site-nav__wrap .site-nav__item:hover h2{font-weight:700}@media (max-width:740px){.site-nav__wrap .site-nav__item:hover h2{font-weight:400}}@media (min-width:740px){.site-nav__wrap .site-nav__item:first-of-type a{padding-left:0}}.site-nav__wrap .site-nav__item a{padding:1.2em .8em}@media (max-width:740px){.site-nav__wrap .site-nav__item a{padding:.5em 1em}}.site-nav__wrap .site-nav__subnav{background-color:#184da8}.site-nav__wrap .site-nav__subnav:before{border-bottom-color:#184da8}.site-nav__wrap .site-nav__subnav-item{list-style-type:none}.site-nav__wrap .site-nav__subnav-item h3{font-weight:300;font-size:14px;margin:0}.site-nav__wrap .site-nav__subnav-item a{padding:0}.site-nav__wrap .site-nav__subnav-item:hover h3{font-weight:700}.site-nav__wrap .site-nav__content{position:static}.site-nav__wrap .site-nav__inner{position:static;display:none;list-style:none}.navigation{background:#fbfbfb}@media only screen and (max-width:739px){.navigation{overflow-x:scroll;overflow-y:hidden}}.navigation__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:740px){.navigation__inner{margin:0 20px}}@media screen and (min-width:1120px){.navigation__inner{margin-left:248px}}.navigation__nav{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:end;align-self:flex-end}@media only screen and (min-width:740px){.navigation__nav{margin:0 20px}}.navigation__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;list-style-type:none;padding:0;margin:0}.navigation__item{position:relative}.navigation__item:focus .subnavigation,.navigation__item:hover .subnavigation{display:block}.navigation__item.home .navigation__link{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.navigation__link{position:relative;white-space:nowrap;font-size:16px;cursor:pointer;display:inline-block;height:60px;line-height:60px;padding-left:15px;padding-right:15px;color:#1c1c1c;-webkit-transition:background-color .1s ease;transition:background-color .1s ease;text-decoration:none}.navigation__link.active{font-weight:700}.navigation__link--active{font-weight:500}.navigation__link:before{display:block;content:attr(title);font-weight:700;height:0;overflow:hidden;visibility:hidden;opacity:0}.navigation__link:focus~.subnavigation{display:block}.navigation__item:focus .navigation__link,.navigation__item:hover .navigation__link{text-decoration:none;background-color:#f7f7f7;color:#1c1c1c}.navigation__contact{-ms-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin-right:20px;min-width:130px;text-align:right;color:#747474}@media only screen and (max-width:739px){.navigation__contact{display:none}}.navigation__button{padding:0;color:#2765cf}.navigation__button:last-of-type{margin-left:10px}@media only screen and (min-width:740px){.navigation__button{font-size:16px;line-height:24px;font-weight:400}}.navigation__button__link{color:#2765cf;font-weight:500;text-decoration:none}.navigation__button__link:hover{text-decoration:underline}.subnavigation{display:none;position:absolute;background-color:#184da8;text-align:left;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:400!important;padding:20px 36px;color:#fff;white-space:nowrap;min-width:200px}@media only screen and (max-width:739px){.subnavigation{display:none}}@media only screen and (min-width:740px){.subnavigation:before{content:"";top:-10px;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:10px solid transparent;border-bottom-color:#184da8;position:absolute}}.subnavigation__list{list-style-type:none;padding:0}.subnavigation__link{line-height:1;margin:1em 0;display:inline-block;font-size:14px;text-decoration:none;font-weight:400;border-bottom:2px solid transparent;color:#fff}@media only screen and (min-width:740px){.subnavigation__link--active,.subnavigation__link:hover{font-weight:700;border-bottom-color:#e60278}.subnavigation__link:after{display:block;content:attr(title);font-weight:700;margin:0 2px;height:0;overflow:hidden;opacity:0;visibility:hidden}}.site-search{background-color:transparent;max-width:940px;margin:0 auto}@media (max-width:940px){.site-search{padding-left:30px;padding-right:30px}}@media (max-width:740px){.site-search{padding-left:20px;padding-right:20px}}.site-search.site-search__page-width .PageBlock .Columns .column-search{max-width:none;margin-left:0;padding-bottom:6px}.site-search.site-search__page-width .PageBlock .Columns .column-search button{background-color:#1363d6;border:1px solid #1363d6;top:0;bottom:0;right:0;-webkit-transform:translateY(0)!important;transform:translateY(0)!important;min-width:152px}@media (max-width:740px){.site-search.site-search__page-width .PageBlock .Columns .column-search button{display:none}}.site-search.site-search__page-width .PageBlock .Columns .column-search input[type=search]{padding:.72em 4em .72em 3.5em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:740px){.site-search.site-search__page-width .PageBlock .Columns .column-search input[type=search]{padding:.72em 1em .72em 3.5em}}.site-search.site-search__page-width .PageBlock .Columns .column-search input[type=search]::-webkit-input-placeholder{color:#777772}.site-search.site-search__page-width .PageBlock .Columns .column-search input[type=search]:-ms-input-placeholder{color:#777772}.site-search.site-search__page-width .PageBlock .Columns .column-search input[type=search]::-moz-placeholder{color:#777772}.site-search.site-search__page-width .PageBlock .Columns .column-search input[type=search]::-ms-input-placeholder{color:#777772}.site-search.site-search__page-width .PageBlock .Columns .column-search input[type=search]::placeholder{color:#777772}.site-search.site-search__page-width .PageBlock .Columns .column-search label{position:relative}.site-search.site-search__page-width .PageBlock .Columns .column-search label:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:20px;background:url("/employer/hiring-advice/template_images/search.svg") 50%/contain no-repeat}.site-search.site-search__page-width .column-breadcrumbs{padding:0;padding-bottom:31px;color:#1c1c1c;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.site-search.site-search__page-width .column-breadcrumbs a{color:#2560c4;font-size:16px;display:inline}.site-search.site-search__page-width .column-breadcrumbs a:hover{text-decoration:underline}.site-search h1 a,.site-search h2 a,.site-search h3 a,.site-search h4 a,.site-search h5 a,.site-search h6 a{color:#2560c4!important}.site-search .PageBlock{border-top:none}.site-search .PageBlock .Section{padding:31px 0 25px}@media only screen and (max-width:739px){.site-search .PageBlock .Section{padding-top:23px}}.site-search .PageBlock .back-button{font-size:14px}@media (max-width:740px){.site-search .PageBlock .back-button{margin-bottom:15px}}.site-search .PageBlock .back-button span{color:#2765cf}.site-search .PageBlock .back-button svg{width:9.8px;height:9.8px;fill:#2765cf}.site-search .PageBlock .back-button .svg-span{margin-right:3px;display:inline-block;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.site-search .PageBlock .Columns{color:#000;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:739px){.site-search .PageBlock .Columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.site-search .PageBlock .Columns .Column{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.site-search .PageBlock .Columns .Column.column-title{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:739px){.site-search .PageBlock .Columns .Column.column-title{width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.site-search .PageBlock .Columns .title--wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:739px){.site-search .PageBlock .Columns .title--wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:15px}}.site-search .PageBlock .Columns .Text{padding-bottom:0}.site-search .PageBlock .Columns .site-title{font-size:26px;color:#000;display:inline}@media only screen and (max-width:739px){.site-search .PageBlock .Columns .site-title{font-size:28px}}.site-search .PageBlock .Columns .site-subtitle{font-size:17px;display:inline}.site-search .PageBlock .Columns .site-subtitle:before{content:" | ";font-size:26px;font-weight:300}@media only screen and (max-width:739px){.site-search .PageBlock .Columns .site-subtitle:before{content:none}}@media only screen and (max-width:739px){.site-search .PageBlock .Columns .site-subtitle{visibility:inherit;font-size:18px;margin:8px 0;display:none}}@media (max-width:377px){.site-search .PageBlock .Columns .site-subtitle{display:none}}.site-search .PageBlock .Columns .column-search{max-width:261px;margin-left:10px}@media only screen and (max-width:739px){.site-search .PageBlock .Columns .column-search{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;max-width:none;margin-left:0;width:100%}}.site-search .PageBlock .Columns .column-search input[type=search]{border:1px solid #d6d6d6;padding:.9em 4em .9em 1em}@media only screen and (max-width:739px){.site-search .PageBlock .Columns .column-search input[type=search]{padding:.8em 4em .8em 1em;border:none}}.site-search .PageBlock .Columns .column-search .site-search__input-button{-webkit-transform:translateY(-45%);transform:translateY(-45%)}@media only screen and (max-width:739px){.site-search .PageBlock .Columns .column-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.site-search .PageBlock .Columns .site-search__input-wrap form input{background-color:#fff}.PageBlock{border-top:1px solid #d6d6d6}@media (max-width:740px){.PageBlock{border-top:none}}.PageBlock .content--fullwidth .page-header{margin-top:0;background-repeat:no-repeat;background-position:50%;background-size:cover;margin:auto}.PageBlock .content--fullwidth .page-header img{display:none}@media (max-width:768px){.PageBlock .content--fullwidth .page-header{background-image:none!important;height:auto!important}.PageBlock .content--fullwidth .page-header .page-header-tablet{display:block;width:100%;height:auto!important}}@media (max-width:480px){.PageBlock .content--fullwidth .page-header .page-header-tablet{display:none}.PageBlock .content--fullwidth .page-header .page-header-mobile{display:block;width:100%;height:auto!important}}.PageBlock .content--pagewidth{max-width:940px;margin:auto}.PageBlock .content--fullwidth .posts,.PageBlock .content--pagewidth .posts{margin-top:30px}.PageBlock .content__link--show-more{text-align:center;margin:32px auto 70px}@media (max-width:740px){.PageBlock .content__link--show-more{margin-bottom:32px}}.PageBlock .content__link--show-more svg{vertical-align:middle}.PageBlock .content__link--show-more span{color:#0c59c8;font-size:14px;padding-left:10px;vertical-align:bottom}.full-width .content{max-width:none}a:active,a:enabled,a:link,a:visited{text-decoration:none}.container-main{margin-bottom:50px}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.hero--slider .heading-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.hero--slider .heading-wrapper a{margin:.83em 0;display:block}@media (max-width:940px){.hero--slider .heading-wrapper a{padding-right:30px;padding-left:30px}}@media (max-width:480px){.hero--slider .heading-wrapper a{padding-left:16px;padding-right:16px}}.hero--slider-title{font-size:21px;line-height:25px}@media (max-width:940px){.hero--slider-title{padding-right:30px;padding-left:30px}}@media (max-width:480px){.hero--slider-title{padding-left:16px;padding-right:16px}}.hero--slider .image--slider .slide{height:378px;overflow:hidden;overflow-y:visible;position:relative;display:none!important}@media (max-width:650px){.hero--slider .image--slider .slide{height:auto}}.hero--slider .image--slider .slide .slide-link{text-decoration:none}.hero--slider .image--slider .slick-slider .slide{display:block!important}.hero--slider .image--slider .slide--wrap .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:1rem 0;list-style-type:none;position:absolute;bottom:33px;left:20px}@media (max-width:650px){.hero--slider .image--slider .slide--wrap .slick-dots{top:310px;bottom:auto;left:50%;right:50%}}@media (max-width:460px){.hero--slider .image--slider .slide--wrap .slick-dots{top:295px}}@media (max-width:440px){.hero--slider .image--slider .slide--wrap .slick-dots{top:263px}}@media (max-width:400px){.hero--slider .image--slider .slide--wrap .slick-dots{top:250px}}@media (max-width:380px){.hero--slider .image--slider .slide--wrap .slick-dots{top:230px}}@media (max-width:360px){.hero--slider .image--slider .slide--wrap .slick-dots{top:215px}}@media (max-width:335px){.hero--slider .image--slider .slide--wrap .slick-dots{top:195px}}.hero--slider .image--slider .slide--wrap .slick-dots li{margin:0 .25rem}.hero--slider .image--slider .slide--wrap .slick-dots li.slick-active button{background-color:#e60278}.hero--slider .image--slider .slide--wrap .slick-dots button{display:block;width:9px;height:9px;padding:0;border:none;border-radius:100%;background-color:#fff;text-indent:-9999px}.hero--slider .image--slider .slide-image{height:352px;background-repeat:no-repeat;background-position:50%;background-size:cover}@media (max-width:480px){.hero--slider .image--slider .slide-image{background-image:none!important;height:auto}}@media (max-width:480px){.hero--slider .image--slider .slide-image img{display:block!important;width:100%;height:auto}}.hero--slider .image--slider .slide-entry{position:absolute;bottom:0;right:43px;top:auto;left:auto;background-color:#1363d6;color:#fff;width:322px;height:322px;padding:28px}@media only screen and (max-width:739px){.hero--slider .image--slider .slide-entry{width:269px;height:274px;padding:14px 14px 26px 26px}}@media (max-width:650px){.hero--slider .image--slider .slide-entry{position:relative;top:auto;bottom:0;left:0;right:0;max-width:100%;width:100%;height:auto;padding-left:30px;min-height:260px}}@media (max-width:377px){.hero--slider .image--slider .slide-entry{padding-left:16px}}.hero--slider .image--slider .slide-entry .slide-heading{font-size:21px;line-height:24px;font-weight:500;margin-top:0;margin-bottom:10px}@media only screen and (max-width:739px){.hero--slider .image--slider .slide-entry .slide-heading{margin-top:.83em;font-size:18px;line-height:25px}}.hero--slider .image--slider .slide-entry .slide-post__medium{font-size:14px;display:inline-block;border:1.5px solid #fff;border-radius:15px;padding:2px 8px}.hero--slider .image--slider .slide-entry .slide-description{font-size:16px;line-height:24px;font-weight:100;margin-top:22px}@media only screen and (max-width:739px){.hero--slider .image--slider .slide-entry .slide-description{margin-top:35px}}.hero--slider .image--slider .slide-entry .slide-cta{font-size:16px;line-height:24px;margin-top:25px}.hero--slider .image--slider .slide-entry .slide-cta h3{margin-bottom:0;font-size:16px;font-weight:900}@media only screen and (max-width:739px){.hero--slider .image--slider .slide-entry .slide-cta h3{font-size:14px;color:#fff}}.hero--slider .image--slider .slide-entry .slide-cta h4{margin:0;font-size:16px;font-weight:100}@media only screen and (max-width:739px){.hero--slider .image--slider .slide-entry .slide-cta h4{font-size:14px;color:#fff}}.hero--slider .image--slider .slide.card-align--left .slide-entry{right:auto;left:43px}@media (max-width:650px){.hero--slider .image--slider .slide.card-align--left .slide-entry{right:0;left:0}}.hero--slider .image--slider .slide.card-align--right .slide-entry{right:43px;left:auto}@media (max-width:650px){.hero--slider .image--slider .slide.card-align--right .slide-entry{right:0;left:0}}.hero--slider .image--slider .slide.card--pink .slide-entry{background-color:#b41782}.hero--slider .image--slider .slide.card--blue .slide-entry{background-color:#1363d6}.hero--slider .image--slider .slide.card--navy-blue .slide-entry{background-color:#080559}.newsletter--container{margin:50px auto 30px}.newsletter--container.zero-margin{margin-bottom:0}.newsletter--container .gform_title{font-size:21px;line-height:25px;margin:1em 0;font-weight:700}@media (max-width:940px){.newsletter--container .gform_title{padding-right:30px;padding-left:30px}}@media (max-width:480px){.newsletter--container .gform_title{padding-left:16px;padding-right:16px}}.newsletter{background-color:#fff;padding:12px 20px 25px;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:1px 1px 2px rgba(0,0,0,.2)}@media (max-width:940px){.newsletter{padding-right:30px;padding-left:30px}}@media (max-width:480px){.newsletter{padding-left:16px;padding-right:16px}}.newsletter .errors{margin-bottom:24px}.newsletter #success__message,.newsletter .errors{font-size:15px;color:#1363d6}.newsletter .form__wrapper{max-width:900px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:900px){.newsletter .form__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:block}}.newsletter .form__wrapper .gform_body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.newsletter .form__wrapper .gform_body ul{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;line-height:1.5}@media (max-width:900px){.newsletter .form__wrapper .gform_body ul{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:739px){.newsletter .form__wrapper .gform_body ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.newsletter .form__wrapper .gform_body li.gfield{padding-right:17px;margin-bottom:24px;width:23.75%}@media (max-width:900px){.newsletter .form__wrapper .gform_body li.gfield{width:50%}.newsletter .form__wrapper .gform_body li.gfield:nth-child(2n){padding-right:0}}@media only screen and (max-width:739px){.newsletter .form__wrapper .gform_body li.gfield{width:100%;padding-right:0}}.newsletter .form__wrapper .gform_body li.gfield .gfield_label{display:none}.newsletter .form__wrapper .gform_body li.gfield .form__input.large{width:100%}.newsletter .form__wrapper .gform_body li.gfield input[type=text]{padding:13px;font-size:15px;border:1px solid #c8c8c8}.newsletter .form__wrapper .gform_body .dropdown-field{width:29.75%!important;position:relative}@media (max-width:900px){.newsletter .form__wrapper .gform_body .dropdown-field{width:50%!important}}@media only screen and (max-width:739px){.newsletter .form__wrapper .gform_body .dropdown-field{width:100%!important}}.newsletter .form__wrapper .gform_body .dropdown-wrapper{position:absolute;left:0;width:100%;max-height:250px!important;z-index:2000;margin-top:-3px;margin-bottom:20px;padding-right:17px}@media (max-width:900px){.newsletter .form__wrapper .gform_body .dropdown-wrapper{padding-right:0}}.newsletter .form__wrapper .gform_body .radio-selected{padding:13px;font-size:15px;border:1px solid #c8c8c8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:100%}.newsletter .form__wrapper .gform_body .radio-selected:after{content:url("/employer/hiring-advice/template_images/down-arrow.svg")!important;position:absolute!important;top:1em;right:2em}.newsletter .form__wrapper .gform_body .radio-dropdown{display:none;background-color:#fff;border:1px solid #c8c8c8;border-top:none;padding:10px;margin-bottom:0;font-size:14.5px}.newsletter .form__wrapper .gform_body .radio-dropdown li{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.newsletter .form__wrapper .gform_body input[type=radio]{display:none;margin-right:5px;margin-bottom:4px;cursor:pointer}.newsletter .form__wrapper .gform_body input[type=radio]~.radio-replacement{position:static;bottom:15px;display:inline-block;width:19px;height:19px;border:1px solid #c8c8c8;margin-right:5px;background-color:hsla(0,0%,100%,.5);-webkit-box-sizing:border-box!important;box-sizing:border-box!important;border-radius:50%;font-size:.9em;line-height:1.47058824}.newsletter .form__wrapper .gform_body input[type=radio]~.radio-replacement:before{content:"";font-size:.95em;text-transform:none;display:block;text-align:center;width:.9em;height:.9em;border-radius:100%;position:relative;top:.2em;left:.24em}.newsletter .form__wrapper .gform_body input[type=radio]:checked~.radio-label{color:#1363d6}.newsletter .form__wrapper .gform_body input[type=radio]:checked~.radio-replacement:before{background-color:#1363d6}.newsletter .form__wrapper .gform_footer input[type=submit]{-webkit-appearance:none;-moz-appearance:none;padding:13px 35px;background-color:#1363d6;border:none;color:#fff;font-size:16px;font-weight:500;border:1px solid #1363d6;border-radius:2px;margin-bottom:24px}@media only screen and (max-width:739px){.newsletter .form__wrapper .gform_footer input[type=submit]{width:100%}}.newsletter .gform_disclaimer p{font-size:12px;line-height:24px;margin-top:0;margin-bottom:0;color:#9b9b9b}@media only screen and (max-width:739px){.newsletter .gform_disclaimer p{text-align:center}}.posts .related-posts{width:100%;margin:auto auto 30px}@media (max-width:940px){.posts .related-posts{overflow:hidden}}.posts .related-posts-heading{font-size:21px;line-height:25px}@media (max-width:940px){.posts .related-posts-heading{padding-right:30px;padding-left:30px}}@media (max-width:480px){.posts .related-posts-heading{padding-left:16px;padding-right:16px}}.posts .related-posts .heading-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.posts .related-posts .heading-wrapper a{margin:.83em 0;display:block}@media (max-width:940px){.posts .related-posts .heading-wrapper a{padding-right:30px;padding-left:30px}}@media (max-width:480px){.posts .related-posts .heading-wrapper a{padding-left:16px;padding-right:16px}}.posts .related-posts .articles-wrapper .post-tile__tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-10px}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (-ms-high-contrast:active),(max-width:740px) and (-ms-high-contrast:none){.posts .related-posts .articles-wrapper .post-tile__tiles{display:block}}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile{margin:10px;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;background-color:#fff;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:1px 1px 2px rgba(0,0,0,.2);position:relative;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.333% - 20px);flex-basis:calc(33.333% - 20px)}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile:hover{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.28);box-shadow:0 2px 10px 0 rgba(0,0,0,.28);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.posts .related-posts .articles-wrapper .post-tile__tiles .favorite-icon-svg{position:absolute;right:11px;top:11px;z-index:1;width:28px;height:28px;opacity:.34873188;color:#000;cursor:pointer}.posts .related-posts .articles-wrapper .post-tile__tiles .favorite-icon-svg:hover{opacity:1;color:#e60278}.posts .related-posts .articles-wrapper .post-tile__tiles .favorite-icon-svg:hover polygon{stroke:#e60278}.posts .related-posts .articles-wrapper .post-tile__tiles .favorite-icon-svg.favorite-icon-svg--pink{opacity:1;color:#e60278}.posts .related-posts .articles-wrapper .post-tile__tiles .favorite-icon-svg.favorite-icon-svg--pink polygon{stroke:#e60278}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__link{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto}}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__body{background-color:#fff;padding:30px;text-align:left;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__body{text-align:left;padding:20px 17px;-ms-flex-preferred-size:60%;flex-basis:60%}}@media (max-width:475px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__body{padding-top:4px;padding-bottom:4px}}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__header{position:relative;overflow:hidden}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__header{background-repeat:no-repeat;background-position:50%;background-size:cover;-ms-flex-preferred-size:38%;flex-basis:38%;padding-top:30%}}@media (min-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__header{background-image:none!important}}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__header img{width:100%}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__header img{display:none}}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__header .favorite-icon-svg{position:absolute;top:11px;right:11px;width:28px;height:28px;opacity:.34873188;color:#000;cursor:pointer}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__header .favorite-icon-svg:hover{opacity:1;color:#e60278}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__header .favorite-icon-svg:hover polygon{stroke:#e60278}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__content--main,.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__medium--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__medium--container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__title{font-size:21px;color:#000;font-weight:700;line-height:24px;width:100%;margin:auto;margin-top:0;text-decoration:none}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__title{font-size:18px;max-width:100%;line-height:27px;overflow:hidden;text-overflow:ellipsis;height:54px;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical}}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__medium{background-color:transparent;margin:0;padding:0}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__medium span{margin:.5rem 0;display:inline-block;background-color:#eee;padding:5px 10px;border-radius:15px;font-size:14px;color:#000}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__medium span{margin-right:17px;margin-bottom:17px}}@media (max-width:475px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__medium span{margin-right:17px;margin-bottom:9px}}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile-primary-content{font-size:16px;line-height:24px;color:#000}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile-primary-content{display:none}}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__cta{margin-top:15px}}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile__cta p{margin-top:0}}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile-secondary-action{font-size:16px;color:#000;margin-bottom:0}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile-secondary-action{font-size:14px;margin-top:14px}}.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile-support-detail{font-size:16px;color:#9b9b9b;margin:0}@media (max-width:740px){.posts .related-posts .articles-wrapper .post-tile__tiles .post-tile-support-detail{font-size:14px;margin-top:14px}}.posts .related-posts .post-tile .cta-image{text-align:center;margin-top:55px;margin-bottom:18px}.posts .related-posts .post-tile .cta-title{font-size:36px;color:#fff;margin:0 32px;font-weight:500}@media (max-width:740px){.posts .related-posts .post-tile .cta-title{text-align:center}}.posts .related-posts .post-tile .cta-content{font-size:18px;line-height:27px;color:#fff;margin:25px 32px;font-weight:300}@media (max-width:740px){.posts .related-posts .post-tile .cta-content{text-align:center}}.posts .related-posts .post-tile .cta-link{display:block;cursor:pointer;color:#fff;text-decoration:none}@media (max-width:740px){.posts .related-posts .post-tile .cta-link{text-align:center}}.posts .related-posts .post-tile .cta-btn{width:80%;max-width:222px;background-color:transparent;border:1px solid #fff;margin:20px 32px;font-size:15px;color:#fff;padding:13px 0;display:block}@media (max-width:740px){.posts .related-posts .post-tile .cta-btn{max-width:280px;margin:0 auto 36px;text-align:center}}.posts.page-posts .post-tile__body{padding-bottom:90px!important}@media (-ms-high-contrast:active),(max-width:740px) and (-ms-high-contrast:none){.post-tile__tiles{display:block}}@media (-ms-high-contrast:active),(max-width:740px) and (-ms-high-contrast:none){.post-tile__tiles .post-tile.cta__container{padding-top:10px;padding-bottom:10px}}.post-tile__tiles .post-tile__title{height:72px;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden}@media (max-width:740px){.post-tile__tiles .post-tile__title{display:-webkit-box;-webkit-box-orient:vertical}}.post-tile__tiles .post-tile__content--main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.post-tile__tiles .post-tile__content--main,.post-tile__tiles .post-tile__medium--container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.post-tile__tiles .post-tile__medium--container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important;height:113px}@media (max-width:740px){.post-tile__tiles .post-tile__medium--container{height:auto}}.post-tile__tiles .post-tile__medium{background-color:transparent;margin:0;padding:0}@media (max-width:740px){.post-tile__tiles .post-tile__medium{position:absolute;bottom:0;right:0}}.post-tile__tiles .post-tile__medium span{margin:.5rem 0;display:inline-block;background-color:#eee;padding:5px 10px;border-radius:15px;font-size:14px;color:#000}@media (max-width:740px){.post-tile__tiles .post-tile__medium span{margin-right:17px;margin-bottom:17px}}@media (max-width:475px){.post-tile__tiles .post-tile__medium span{margin-right:17px;margin-bottom:9px}}.post-tile__tiles .post-tile-primary-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.featured__posts.featured__posts--category .hero--slider{margin-bottom:45px}.blog-post .blog-post__banner.hide-post__banner{display:none}.blog-post .blog-post__banner .blog-post__header-image img{width:100%;height:auto;display:block}.blog-post .blog-post__banner .banner__video{position:relative;padding-bottom:56.25%;background-repeat:no-repeat;background-size:cover}.blog-post .blog-post__banner .banner__video.video-playing iframe{z-index:auto}.blog-post .blog-post__banner .banner__video .play-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;width:5em;height:5em;border-radius:50%;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);box-shadow:0 1px 1px 0 rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-post .blog-post__banner .banner__video .play-btn svg{width:40px;height:40px;fill:#e60278;-webkit-transform:translate(7%,14%);transform:translate(7%,14%)}.blog-post .blog-post__banner .banner__video .close-video{position:absolute;top:-2em;right:0;cursor:pointer}.blog-post .blog-post__banner .banner__video .close-video .close-video__button{background-color:#e60278;padding:.4em 1em;display:inline-block;border-radius:.5em}.blog-post .blog-post__banner .banner__video .close-video svg{width:15px;height:15px;stroke:#fff;fill:#fff;stroke-width:50}.blog-post .blog-post__banner .banner__video iframe{position:absolute;top:0;bottom:0;width:100%;z-index:-1}.blog-post .blog-post__body{background-color:#fff;padding:40px 52px 50px}@media (max-width:940px){.blog-post .blog-post__body{padding:40px 30px 50px}}@media (max-width:740px){.blog-post .blog-post__body{padding:40px 20px 28px}}@media (max-width:480px){.blog-post .blog-post__body{padding:20px 20px 42px}}.blog-post .blog-post__body p img{display:block;width:100%}.blog-post .blog-post__body .blog-post__header .blog-post__meta--details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:740px){.blog-post .blog-post__body .blog-post__header .blog-post__meta--details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.blog-post .blog-post__body .blog-post__header .blog-post__meta--details .blog-post__details--wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.blog-post .blog-post__body .blog-post__header .blog-post__meta--details .blog-post__meta--minutes{color:#9b9b9b}.blog-post .blog-post__body .blog-post__header .blog-post__meta--details .blog-post__meta--minutes:before{content:"|";margin-left:8px;margin-right:8px}.blog-post .blog-post__body .blog-post__header .blog-post__meta--details .blog-post__meta--author{color:#9b9b9b}.blog-post .blog-post__body .blog-post__header .blog-post__meta--details .blog-post__meta--author:before{content:"|";margin-left:8px;margin-right:8px}@media (max-width:740px){.blog-post .blog-post__body .blog-post__header .blog-post__meta--details .blog-post__meta--author:before{content:normal}}.blog-post .blog-post__body .blog-post__header .blog-post__meta--details .blog-post__meta--author .blog-post__author--name{color:#2560c4}.blog-post .blog-post__body .blog-post__header .blog-post__meta--details .blog-post__meta--author .blog-post__author--name a{font-weight:400}.blog-post .blog-post__body .blog-post__header .blog-post__meta .blog-post__title{font-size:28px;margin:8px 0}.blog-post .blog-post__body .blog-post__header .blog-post__share a{text-decoration:none}.blog-post .blog-post__body .blog-post__header .blog-post__share a svg{width:25px;height:25px}.blog-post .blog-post__body .blog-post__header .blog-post__share .SSG__Icon__root{margin-right:5px}.blog-post .blog-post__body .blog-post__footer{margin-top:40px}.blog-post .blog-post__body .blog-post__footer .blog-post__share a{text-decoration:none}.blog-post .blog-post__body .blog-post__footer .blog-post__share a svg{width:25px;height:25px}.blog-post .blog-post__body .blog-post__footer .blog-post__share .SSG__Icon__root{margin-right:5px}.blog-post .blog-post__body .blog-post__footer hr{margin:30px 0 20px}.blog-post .blog-post__body .blog-post__footer .post-tags a{font-size:14px;line-height:18px;font-weight:400}.blog-post .blog-post__body .blog-post__content .ck-text-highlight,.blog-post .blog-post__body .blog-post__content .intro-text{font-size:21px;line-height:29px;text-align:left;text-indent:0;border-left:4px solid #dfdfdf;margin:42px 0 36px;padding:0 0 0 21px;font-weight:400;color:#000}.blog-post .blog-post__body .blog-post__content .ck-button-primary{background-color:#1363d6;color:#fff;border:1px solid #1363d6;border-radius:2px;padding:13px 35px}.blog-post .blog-post__body .blog-post__content p{font-size:16px;line-height:24px}.blog-post .blog-post__body .blog-post__content h2{font-size:22px;line-height:24px}.blog-post .blog-post__body .blog-post__content h3{font-size:18px;line-height:24px}.blog-post .blog-post__body .blog-post__content a:active,.blog-post .blog-post__body .blog-post__content a:enabled,.blog-post .blog-post__body .blog-post__content a:hover,.blog-post .blog-post__body .blog-post__content a:link,.blog-post .blog-post__body .blog-post__content a:visited{text-decoration:none;color:#2560c4;cursor:pointer}.blog-post .blog-post__body .blog-post__content li{font-size:16px;line-height:24px}.blog-post .blog-post__body .blog-post__content img{max-width:100%;height:auto}@media (max-width:480px){.blog-post .blog-post__body .blog-post__content img{max-width:100%!important}}@media (max-width:740px){.blog-post .blog-post__body .blog-post__content .desktop-image{display:none}}@media (min-width:740px){.blog-post .blog-post__body .blog-post__content .mobile-image{display:none}}.blog-post .blog-post__body .blog-post__content .cta-style{background-color:#f6f6f6;font-style:italic;padding:1em;margin:1em 0;font-size:16px;line-height:24px}.blog-post .blog-post__body .interactive-banner .podcast__app__banner .podcast__apps__container{padding-left:20px}@media (max-width:740px){.blog-post .blog-post__body .interactive-banner .podcast__app__banner .podcast__apps__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:18px}}@media (max-width:480px){.blog-post .blog-post__body .interactive-banner .podcast__app__banner .podcast__apps__container .podcast__app__heading{font-size:18px}}.blog-post .blog-post__body .interactive-banner .podcast__app__banner .podcast__apps__container .podcast__app__heading span{background-color:#080559}@media (max-width:480px){.blog-post .blog-post__body .interactive-banner .podcast__app__banner .podcast__apps__container .podcast__app__heading .podcast__app__big__text{font-size:30px}}.theresume--section{display:-webkit-box;display:-ms-flexbox;display:flex}.theresume--section .theresume--section__title{font-size:28px!important;line-height:36px!important}.theresume--section .resume--outer__st2{padding:15px;border-radius:4px;background-color:rgba(242,244,247,.8)}.theresume--section .resume--outer__st2 .resume--outer__st3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px!important}.theresume--section .resume--outer__st2 .resume--outer__st3 .resume--outer__st3__buttontitle{color:#2765cf!important;background-color:transparent!important;border-color:#2765cf!important;border:1px solid!important;font-weight:400!important;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:inherit;padding:10px;font-size:14px;line-height:18px;font-weight:500;min-width:110px;text-decoration:none;text-align:center;-webkit-box-shadow:none;box-shadow:none;border-style:solid;border-radius:4px;overflow:hidden;text-overflow:ellipsis;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .2s ease 0s,-webkit-transform .2s cubic-bezier(.02,1.505,.745,1.235) 0s,transform .2s cubic-bezier(.02,1.505,.745,1.235) 0s}.theresume--section .resume--outer__st2:first-child{margin-left:0}.theresume--section .resume--outer__st2:nth-child(2){margin:0 20px}.theresume--section .resume--outer__st2:nth-child(3){margin-left:0}@media only screen and (min-width:740px) and (max-width:850px){.theresume--section .resume--outer__st2 .resume--outer__st3 .resume--outer__st3__buttontitle{font-size:13px}}@media only screen and (max-width:739px){.theresume--section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.theresume--section .resume--outer__st2:nth-child(2){margin:0}.resume--outer__st2{margin:20px 0}}@media only screen and (max-width:767px){html body .custom--blogTab li{padding-left:10px!important;padding-right:10px!important;line-height:18px!important;font-size:14px!important}}.custom--blogTab{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.custom--blogTab li{padding-left:0!important;padding-right:0!important}.custom--blogTab li:active,.custom--blogTab li:hover{background:#2560c4;color:#fff!important}.custom--blogTab__content img{width:100%}.bottom--btn{margin:30px 0 40px;float:left;width:100%}.jobKeyList li{padding:10px 0;list-style:decimal}.pager{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pager .Button{font-size:18px;padding:0 20px;line-height:45px;height:45px;border:1px solid #d6d6d6;background-color:#f7f7f7;display:block;text-decoration:none;color:#000}.pager .Button.selected{color:#e60278;border-bottom-color:#e60278;cursor:default}.pager .Button:hover{color:#e60278}@media (max-width:640px){.author-header{display:block;background-color:#fff}}.author-header .author-details{margin-right:18px;float:left;background-repeat:no-repeat;background-size:cover;background-position:top;padding:208px 208px 0 0}@media (max-width:640px){.author-header .author-details{background-image:none!important;padding:18px 20px;height:208px;overflow:hidden;margin-bottom:0;float:none}}.author-header .author-details img{display:none}@media (max-width:640px){.author-header .author-details img{display:block;width:208px;height:auto}}.author-header .author-bio{background-color:#fff;overflow:hidden;min-height:208px}.author-header .author-bio .author-name{margin:0;padding-bottom:5px}.author-header .author-bio .other-details{line-height:21px}.author-header .author-bio .expander p,.author-header .author-bio .morecontent span{display:none}.author-header .author-bio .expander .expander-content{display:block}.column-breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.column-breadcrumbs .breadcrumbs{line-height:28px}.column-breadcrumbs .homelink h2{font-size:14px}.column-breadcrumbs .homelink a{font-size:14px;font-weight:400;text-decoration:underline;-webkit-text-decoration-color:#2560c4;text-decoration-color:#2560c4}.most-read__wrap{display:block;overflow:hidden}.most-read{margin:40px -10px 20px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:720px){.most-read{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (-ms-high-contrast:active),(max-width:720px) and (-ms-high-contrast:none){.most-read{display:block}}.most-read .trending__articles--section{-webkit-box-flex:0;-ms-flex:0 0 calc(66.666% - 20px);flex:0 0 calc(66.666% - 20px);margin:10px;padding-bottom:20px;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(66.666% - 20px);flex-basis:calc(66.666% - 20px)}@media (max-width:740px){.most-read .trending__articles--section{padding-bottom:0}}.most-read .trending__articles--section .trending__articles__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:15px}@media (max-width:940px){.most-read .trending__articles--section .trending__articles__header{padding-right:30px;padding-left:30px}}@media (max-width:480px){.most-read .trending__articles--section .trending__articles__header{padding-left:16px;padding-right:16px}}.most-read .trending__articles--section .trending__articles__header h2{margin:0;padding-bottom:0}.most-read .trending__articles--section .trending__articles__header a{line-height:30px}@media (max-width:940px){.most-read .trending__articles--section .trending__articles{padding-right:30px;padding-left:30px}}@media (max-width:480px){.most-read .trending__articles--section .trending__articles{padding-left:16px;padding-right:16px}}.most-read .trending__articles--section .trending__articles .trending__articles__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-20px}@media (max-width:740px){.most-read .trending__articles--section .trending__articles .trending__articles__wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:14px}}@media (-ms-high-contrast:active),(max-width:740px) and (-ms-high-contrast:none){.most-read .trending__articles--section .trending__articles .trending__articles__wrap{display:block}}.most-read .trending__articles--section .trending__articles .trending__articles__item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 40px);flex:0 0 calc(50% - 40px);margin:20px;border-bottom:1px solid #c8c8c8;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(50% - 40px);flex-basis:calc(50% - 40px)}@media (max-width:740px){.most-read .trending__articles--section .trending__articles .trending__articles__item{margin-top:6px;margin-bottom:6px}}@media (max-width:740px){.most-read .trending__articles--section .trending__articles .trending__articles__item.hide-on-tablet{display:none}}.most-read .trending__articles--section .trending__articles .trending__articles__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.most-read .trending__articles--section .trending__articles .trending__articles__title{margin:0}@media (min-width:740px){.most-read .trending__articles--section .trending__articles .trending__articles__title{height:72px;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden}}@media (max-width:740px){.most-read .trending__articles--section .trending__articles .trending__articles__title{width:65%}}@media (max-width:720px){.most-read .trending__articles--section .trending__articles .trending__articles__title{width:85%}}.most-read .trending__articles--section .trending__articles .trending__articles__title a{text-decoration:none;color:#000}.most-read .trending__articles--section .trending__articles .trending__articles--content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:740px){.most-read .trending__articles--section .trending__articles .trending__desc{width:65%}}@media (max-width:720px){.most-read .trending__articles--section .trending__articles .trending__desc{width:85%}}.most-read .trending__articles--section .trending__articles .trending__articles__meta{text-align:right}.most-read .promotional__cta{-webkit-box-flex:0;-ms-flex:0 0 calc(33.333% - 20px);flex:0 0 calc(33.333% - 20px);margin:10px;min-width:299px}.most-read .promotional__cta .post-tile{height:100%;padding-top:55px;position:relative}@media (-ms-high-contrast:active),(max-width:720px) and (-ms-high-contrast:none){.most-read .promotional__cta .post-tile{padding-bottom:10px}}.most-read .promotional__cta .post-tile .cta-image{text-align:center}.most-read .promotional__cta .post-tile .cta-title{font-size:36px;color:#fff;margin:0 32px;font-weight:500}@media (max-width:740px){.most-read .promotional__cta .post-tile .cta-title{text-align:center}}.most-read .promotional__cta .post-tile .cta-content{font-size:18px;line-height:27px;color:#fff;margin:25px 32px;font-weight:300}@media (max-width:740px){.most-read .promotional__cta .post-tile .cta-content{text-align:center}}.most-read .promotional__cta .post-tile .cta-link{display:block;cursor:pointer;color:#fff;text-decoration:none}@media (max-width:740px){.most-read .promotional__cta .post-tile .cta-link{text-align:center}}.most-read .promotional__cta .post-tile .cta-link-cover{position:absolute;top:0;right:0;bottom:0;left:0}.most-read .promotional__cta .post-tile .cta-btn{width:80%;max-width:222px;background-color:transparent;border:1px solid #fff;margin:20px 32px;font-size:15px;color:#fff;padding:13px 0;display:block}@media (max-width:740px){.most-read .promotional__cta .post-tile .cta-btn{max-width:280px;margin:0 auto 36px;text-align:center}}.most-read .promotional__cta .post-tile-image{background-color:var(--background-color,#fff);background-image:var(--background-image);background-repeat:no-repeat;background-size:cover;background-position:50%}@media (max-width:720px){.most-read .promotional__cta .post-tile-image{min-height:120vw}}.most-read .promotional__cta .post-tile-image--mobile{background-image:var(--background-image-mobile,--background-image);opacity:0;visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--background-color,#fff);background-repeat:no-repeat;background-size:cover;background-position:50%}@media (max-width:720px){.most-read .promotional__cta .post-tile--has-mobile-image .post-tile-image--mobile{min-height:75vw;opacity:1;visibility:visible}}.most-read__wrap.trending__posts.three-column .most-read{display:block}.most-read__wrap.trending__posts.three-column .most-read .trending__articles__item{-ms-flex-preferred-size:calc(33.333% - 40px);flex-basis:calc(33.333% - 40px)}.loa{background-color:#fff}.loa .banner{font-size:20px;padding:1em 0}.loa .padding-wrap{padding:0 30px}.loa .container{max-width:940px;width:100%;margin:0 auto}.loa .banner__heading{font-size:30px;color:inherit}.loa .banner__heading--border{border-left:2px solid currentColor;margin:.5em 0;padding-left:.7em}.loa .two-column{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:600px){.loa .two-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:block}}.loa .two-column .column{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:600px){.loa .two-column .column{width:100%}}.loa .two-column--flex .column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}@media (max-width:600px){.loa .two-column--flex .column{display:block}}.loa .banner--overlay{position:relative}.loa .banner--overlay:after{content:"";position:absolute;right:0;top:0;width:50%;height:100%;background:url("/employer/hiring-advice/template_images/LOA/loa_background.png");background-repeat:no-repeat;background-size:contain}@media (max-width:750px){.loa .banner--overlay:after{display:none}}.loa .banner--overlay .container{z-index:2}.loa p+p{margin-top:1rem}.loa p{line-height:1.5}.loa .panel--loa--flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:1000px){.loa .panel--loa--flex{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.loa .panel--loa--flex .panel__actions--right{text-align:right;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}@media (max-width:600px){.loa .panel--loa--flex .panel__actions--right{text-align:left}}@media (min-width:600px){.loa .panel--loa--flex .panel__actions--right .btn--loa{position:absolute;bottom:0;right:0}}.loa .panel-content--wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.loa .btn--loa{display:inline-block;color:#fff!important;border-radius:2px;background-color:#009fd4;border:1px solid #009fd4;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.5);box-shadow:0 1px 1px 0 rgba(0,0,0,.5);padding:.5em 1em;font-weight:400;white-space:nowrap;font-size:18px;cursor:pointer}.loa .btn--loa.disabled{opacity:.4;pointer-events:none}.loa .panel--loa__icon{padding-bottom:30px}@media (max-width:600px){.loa .panel--loa__icon.hide-sm{display:none}}.loa .panel--loa__icon img{max-width:100%;height:150px;width:auto}.loa .panel--loa__heading{color:#e60278;font-size:24px;font-weight:300}.loa .panel--loa__heading--secondary{color:#b41782}.loa .panel--loa__content{color:#111;font-size:18px;font-weight:300;line-height:24px;margin:.5em 0}.loa .panel--loa{padding:0 90px;margin:100px 0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width:900px){.loa .panel--loa{padding:0 50px}}@media (max-width:750px){.loa .panel--loa{margin:50px 0}}@media (max-width:600px){.loa .panel--loa{padding:0 30px}}.loa .panel--loa--left{padding-left:0}@media (max-width:1200px){.loa .panel--loa--left{padding-left:30px}}@media (max-width:900px){.loa .panel--loa--left{padding-left:50px}}@media (max-width:600px){.loa .panel--loa--left{padding-left:30px}}.loa .panel--loa--right{padding-right:0}@media (max-width:1200px){.loa .panel--loa--right{padding-right:30px}}@media (max-width:900px){.loa .panel--loa--right{padding-right:50px}}@media (max-width:600px){.loa .panel--loa--right{padding-right:30px}}.loa .panel--loa--border{border-left:2px solid #ebebeb}@media (max-width:750px){.loa .panel--loa--border{border-left:none}}.loa .banner--video{background-color:#eee;padding:100px 0}@media (max-width:850px){.loa .banner--video .two-column{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (max-width:850px){.loa .banner--video .column{width:100%}}.loa .banner--video .banner__heading{font-size:28px;line-height:1.3;color:#e60278}.loa .banner--video .banner__body{padding-right:20px}.loa .banner--video.video-playing .two-column{-ms-flex-wrap:wrap;flex-wrap:wrap}.loa .banner--video.video-playing .column{width:100%}.loa .banner__video{padding-bottom:56.25%;padding-top:25px;height:0;background-size:cover;position:relative;margin:0 30px 0 0}.loa .banner__video .play-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;width:2.5em;height:2.5em;border-radius:50%;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);box-shadow:0 1px 1px 0 rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.loa .banner__video .play-btn:hover{cursor:pointer;background-color:#e60278}.loa .banner__video .play-btn:hover svg{fill:#fff}.loa .banner__video .play-btn svg{width:40px;height:40px;fill:#e60278;-webkit-transform:translate(7%,14%);transform:translate(7%,14%)}.loa .banner__video .close-video{display:none;position:absolute;top:-2em;right:0;cursor:pointer}.loa .banner__video .close-video .close-video__label{font-size:1rem}.loa .banner__video .close-video .close-video__button{background-color:#e60278;padding:.2em .5em;display:inline-block;border-radius:.25em}.loa .banner__video .close-video .close-video__button svg{width:15px;height:15px;stroke:#fff;fill:#fff;stroke-width:50}.loa .banner__video iframe{position:absolute;top:0;bottom:0;width:100%;z-index:2}.loa .banner__video.video-playing{z-index:2}.loa .banner__video.video-playing iframe{z-index:auto}.loa .banner__video.video-playing .close-video{display:block}.loa .main-content{padding:5em 0;font-size:18px;line-height:24px;font-weight:300;color:#111;border-bottom:1px solid #979797}@media (max-width:600px){.loa .main-content{padding:2em 0}}@media (max-width:750px){.loa .main-content .two-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:750px){.loa .main-content .two-column .column{width:100%}}.loa .main-content .column{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.loa .main-content .text-column{display:block}.loa .main-content .text-column p:first-of-type{margin-top:0!important}.loa .main-content .text-column p:last-of-type{margin-bottom:0!important}.loa a:active,.loa a:enabled,.loa a:link,.loa a:visited{color:#d8096b;text-decoration:none}.loa .text-column{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:22px;-moz-column-gap:22px;column-gap:22px}@media (max-width:600px){.loa .text-column{-webkit-column-count:1;-moz-column-count:1;column-count:1}}.loa .content-heading{font-size:28px;line-height:38px;color:#e60278;margin-top:0;font-weight:400}.loa .banner--image{min-height:500px;background-size:cover;background-position:50% 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:750px){.loa .banner--image{min-height:inherit;padding:0}}@media (max-width:600px){.loa .banner--image{background:#fff!important;padding:30px;min-height:inherit}}.loa .banner--image .banner__body{width:50%;float:right;padding-right:20px}@media (max-width:750px){.loa .banner--image .banner__body{float:none;width:100%}}.loa .banner--image .banner__heading{font-size:28px;line-height:38px;color:#b41782}.loa .banner--image .banner__content{color:#111;font-weight:300;font-size:18px}@media (max-width:750px){.loa .banner--image .container{background-color:hsla(0,0%,100%,.8);padding:30px}}@media (max-width:600px){.loa .banner--image .container{padding:0}}.loa .loa-header{text-decoration:none}.loa .loa-header .banner{font-size:20px}.loa .loa-header .banner--loa{background:linear-gradient(44.77deg,#d8527e,#e60278 49.24%,#b41782);line-height:26px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff}.loa .loa-header .banner--loa .container .two-column .column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:600px){.loa .loa-header .banner--loa .container .two-column .column{width:100%}}.loa .loa-header .banner--loa .container .two-column .column .banner__image{background-size:17vw;padding:50px 0;background-repeat:no-repeat;background-position:80% 50%}@media (max-width:1200px){.loa .loa-header .banner--loa .container .two-column .column .banner__image{background-size:20vw}}@media (max-width:750px){.loa .loa-header .banner--loa .container .two-column .column .banner__image{background-size:30vmax}}@media (max-width:600px){.loa .loa-header .banner--loa .container .two-column .column .banner__image{background-size:32vmax;background-position:50% 50%}}.loa .loa-header .banner--loa .container .two-column .column .banner__body{width:50%}@media (max-width:750px){.loa .loa-header .banner--loa .container .two-column .column .banner__body{width:100%}}@media (max-width:600px){.loa .loa-header .banner--loa .container .two-column .column .banner__body{margin:0;padding:.5em 1em;background-color:#d8096b}}.loa .loa-header .banner--loa .container .two-column .column .banner__heading{font-weight:300;font-size:20px;line-height:26px}@media (max-width:600px){.loa .loa-header .banner--loa .container .two-column .column .banner__heading.banner__heading--border{text-align:center;border:none;padding-left:0}}@media (max-width:600px){.loa .loa-header .banner--loa .container .two-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.loa .loa-header .banner--loa .container .two-column.two-column--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loa .form--single{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1000px){.loa .form--single{display:block}}.loa .form--single .input-wrap.select-wrap{position:relative}@media (max-width:1000px){.loa .form--single .input-wrap.select-wrap{margin:0 0 1.75em}}.loa .form--single .input-wrap.select-wrap:after{content:url("/employer/hiring-advice/template_images/LOA/down-arrow.svg");position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:.5rem;top:53%;pointer-events:none}.loa .form--single .input-wrap:first-of-type{-webkit-box-flex:1;-ms-flex:1 1 75%;flex:1 1 75%;margin-right:1em}.loa .form--single select{padding:.6em 2.5em .6em 1em;border-radius:2px;font-size:14px;background-color:hsla(0,0%,100%,.5);border:1px solid #cacaca;color:#111;display:block;margin-bottom:0;width:100%;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none}.loa .form--single select::-ms-expand{display:none}.loa .bg--white{background-color:#fff}.loa .loa--newsletter{padding:0}.loa .loa--newsletter .newsletter--container .gform_title{margin:0;color:#111;font-size:18px;font-weight:700}.loa .loa--newsletter .newsletter--container .gform_title span{color:#a3006f;font-weight:400}.loa .loa--newsletter .newsletter{-webkit-box-shadow:none;box-shadow:none;padding:0}@media (max-width:940px){.loa .loa--newsletter .newsletter{padding-left:30px;padding-right:30px}}.loa .loa--newsletter .newsletter .form__wrapper{max-width:none}.loa .loa--newsletter .newsletter .form__wrapper .gform_body .radio-selected{padding:10px}.loa .loa--newsletter .newsletter .form__wrapper .gform_footer input[type=submit]{padding:12px 35px}.loa .loa--newsletter .newsletter .errors{color:#a3006f}.loa.industry-spotlights{background-color:transparent}.loa .article--loa{max-width:940px;margin:4em auto;padding:90px 100px;position:relative;margin-bottom:0}@media (max-width:940px){.loa .article--loa{width:calc(100% - 4em);margin:2em 2em 0}}@media (max-width:740px){.loa .article--loa{padding:50px 30px}}@media (max-width:600px){.loa .article--loa{width:100%;margin:auto}}.loa .article--loa header .article__title{color:#b41782;font-size:28px;line-height:42px;font-weight:400;margin-top:0;margin-bottom:12px}.loa .article--loa header .article__subtitle{color:#000;font-size:24px;font-weight:500;margin-top:1rem}.loa .article--loa header .custom-select{position:relative;font-size:18px;cursor:pointer}.loa .article--loa header .custom-select__placeholder{background:#eee;padding:20px;display:block;font-size:1em;font-weight:300}.loa .article--loa header .custom-select ul{height:0;overflow:hidden;font-weight:300;position:absolute;top:100%;left:0;right:0;background-color:#fff;margin:0;z-index:2;list-style:none;padding-left:0}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(25){-webkit-transform:translateY(-2500%);transform:translateY(-2500%);opacity:0;-webkit-transition:all .3s ease-in-out .28s,background 0ms 0ms;transition:all .3s ease-in-out .28s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(24){-webkit-transform:translateY(-2400%);transform:translateY(-2400%);opacity:0;-webkit-transition:all .3s ease-in-out .27s,background 0ms 0ms;transition:all .3s ease-in-out .27s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(23){-webkit-transform:translateY(-2300%);transform:translateY(-2300%);opacity:0;-webkit-transition:all .3s ease-in-out .26s,background 0ms 0ms;transition:all .3s ease-in-out .26s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(22){-webkit-transform:translateY(-2200%);transform:translateY(-2200%);opacity:0;-webkit-transition:all .3s ease-in-out .25s,background 0ms 0ms;transition:all .3s ease-in-out .25s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(21){-webkit-transform:translateY(-2100%);transform:translateY(-2100%);opacity:0;-webkit-transition:all .3s ease-in-out .24s,background 0ms 0ms;transition:all .3s ease-in-out .24s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(20){-webkit-transform:translateY(-2000%);transform:translateY(-2000%);opacity:0;-webkit-transition:all .3s ease-in-out .23s,background 0ms 0ms;transition:all .3s ease-in-out .23s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(19){-webkit-transform:translateY(-1900%);transform:translateY(-1900%);opacity:0;-webkit-transition:all .3s ease-in-out .22s,background 0ms 0ms;transition:all .3s ease-in-out .22s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(18){-webkit-transform:translateY(-1800%);transform:translateY(-1800%);opacity:0;-webkit-transition:all .3s ease-in-out .21s,background 0ms 0ms;transition:all .3s ease-in-out .21s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(17){-webkit-transform:translateY(-1700%);transform:translateY(-1700%);opacity:0;-webkit-transition:all .3s ease-in-out .2s,background 0ms 0ms;transition:all .3s ease-in-out .2s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(16){-webkit-transform:translateY(-1600%);transform:translateY(-1600%);opacity:0;-webkit-transition:all .3s ease-in-out .19s,background 0ms 0ms;transition:all .3s ease-in-out .19s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(15){-webkit-transform:translateY(-1500%);transform:translateY(-1500%);opacity:0;-webkit-transition:all .3s ease-in-out .18s,background 0ms 0ms;transition:all .3s ease-in-out .18s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(14){-webkit-transform:translateY(-1400%);transform:translateY(-1400%);opacity:0;-webkit-transition:all .3s ease-in-out .17s,background 0ms 0ms;transition:all .3s ease-in-out .17s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(13){-webkit-transform:translateY(-1300%);transform:translateY(-1300%);opacity:0;-webkit-transition:all .3s ease-in-out .16s,background 0ms 0ms;transition:all .3s ease-in-out .16s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(12){-webkit-transform:translateY(-1200%);transform:translateY(-1200%);opacity:0;-webkit-transition:all .3s ease-in-out .15s,background 0ms 0ms;transition:all .3s ease-in-out .15s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(11){-webkit-transform:translateY(-1100%);transform:translateY(-1100%);opacity:0;-webkit-transition:all .3s ease-in-out .14s,background 0ms 0ms;transition:all .3s ease-in-out .14s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(10){-webkit-transform:translateY(-1000%);transform:translateY(-1000%);opacity:0;-webkit-transition:all .3s ease-in-out .13s,background 0ms 0ms;transition:all .3s ease-in-out .13s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(9){-webkit-transform:translateY(-900%);transform:translateY(-900%);opacity:0;-webkit-transition:all .3s ease-in-out .12s,background 0ms 0ms;transition:all .3s ease-in-out .12s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(8){-webkit-transform:translateY(-800%);transform:translateY(-800%);opacity:0;-webkit-transition:all .3s ease-in-out .11s,background 0ms 0ms;transition:all .3s ease-in-out .11s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(7){-webkit-transform:translateY(-700%);transform:translateY(-700%);opacity:0;-webkit-transition:all .3s ease-in-out .1s,background 0ms 0ms;transition:all .3s ease-in-out .1s,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(6){-webkit-transform:translateY(-600%);transform:translateY(-600%);opacity:0;-webkit-transition:all .3s ease-in-out 90ms,background 0ms 0ms;transition:all .3s ease-in-out 90ms,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(5){-webkit-transform:translateY(-500%);transform:translateY(-500%);opacity:0;-webkit-transition:all .3s ease-in-out 80ms,background 0ms 0ms;transition:all .3s ease-in-out 80ms,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(4){-webkit-transform:translateY(-400%);transform:translateY(-400%);opacity:0;-webkit-transition:all .3s ease-in-out 70ms,background 0ms 0ms;transition:all .3s ease-in-out 70ms,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(3){-webkit-transform:translateY(-300%);transform:translateY(-300%);opacity:0;-webkit-transition:all .3s ease-in-out 60ms,background 0ms 0ms;transition:all .3s ease-in-out 60ms,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:nth-of-type(2){-webkit-transform:translateY(-200%);transform:translateY(-200%);opacity:0;-webkit-transition:all .3s ease-in-out 50ms,background 0ms 0ms;transition:all .3s ease-in-out 50ms,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option:first-of-type{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0;-webkit-transition:all .3s ease-in-out 40ms,background 0ms 0ms;transition:all .3s ease-in-out 40ms,background 0ms 0ms}.loa .article--loa header .custom-select ul .custom-select__option a{padding:.5em 20px;display:block;color:inherit}.loa .article--loa header .custom-select.active ul{height:auto;-webkit-box-shadow:0 6px 5px 1px rgba(0,0,0,.2);box-shadow:0 6px 5px 1px rgba(0,0,0,.2);-webkit-transition:background .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:background .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,background .3s ease-in-out;transition:box-shadow .3s ease-in-out,background .3s ease-in-out,-webkit-box-shadow .3s ease-in-out}.loa .article--loa header .custom-select.active ul .custom-select__option:first-of-type,.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(2),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(3),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(4),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(5),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(6),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(7),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(8),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(9),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(10),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(11),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(12),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(13),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(14),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(15),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(16),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(17),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(18),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(19),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(20),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(21),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(22),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(23),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(24),.loa .article--loa header .custom-select.active ul .custom-select__option:nth-of-type(25){-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.loa .article--loa header .custom-select.active:after{-webkit-transform:scale(1.5) rotateX(180deg);transform:scale(1.5) rotateX(180deg)}.loa .article--loa header .custom-select:after{content:"";background:url("/employer/hiring-advice/template_images/LOA/down-arrow.svg") 50% 50%;height:1em;width:1em;background-repeat:no-repeat;background-size:contain;position:absolute;top:1.2em;right:1em;pointer-events:none;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.loa .article--loa .article--loa__tips{padding:35px;background-color:#eee;margin-bottom:2em;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:900px){.loa .article--loa .article--loa__tips{display:block}}.loa .article--loa .article--loa__tips .tip{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}.loa .article--loa .article--loa__tips .tip__image{max-width:20%;min-width:20%;width:auto}@media (max-width:900px){.loa .article--loa .article--loa__tips .tip__image{max-width:15%;min-width:15%}}.loa .article--loa .article--loa__tips .tip__image img{max-width:100%;display:block;height:auto}.loa .article--loa .article--loa__tips .tip__body{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;margin-left:1em}.loa .article--loa .article--loa__tips .tip__body .tip__heading{font-weight:300;font-size:14px;margin:0;line-height:24px;color:#b41782}.loa .article--loa .article--loa__tips .tip__body .tip__content{color:#333;font-weight:300;line-height:24px;font-size:14px}.loa .article--loa .article--loa__tips .tip__body .tip__content ol{padding-left:17px;margin-top:0;font-size:14px}.loa .article--loa .article--loa__tips .tip__body .tip__content p{margin-top:0;font-size:14px}.loa .article--loa .article-actions{position:absolute;top:0;right:0;z-index:10;margin:0;padding:20px}@media (max-width:740px){.loa .article--loa .article-actions{display:none}}.loa .article--loa .article-actions__action{width:80px;min-height:80px;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 0;color:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;margin:0;text-align:center}.loa .article--loa .article-actions__action.article-actions__action--dl{background-color:#d8096b}.loa .article--loa .article-actions__action.article-actions__action--dl:hover{background-color:#a70753}.loa .article--loa .article-actions__action.article-actions__action--share{background-color:#080559;overflow:hidden;cursor:pointer}.loa .article--loa .article-actions__action.article-actions__action--share:hover{background-color:#0a0671}.loa .article--loa .article-actions__action.article-actions__action--share span{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.loa .article--loa .article-actions__action.article-actions__action--share span:after{content:url("/employer/hiring-advice/template_images/LOA/industry-spotlights/up-arrow.svg");position:absolute;left:50%;-webkit-transform:translateX(-50%) translateY(-500%);transform:translateX(-50%) translateY(-500%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box}.loa .article--loa .article-actions__action.article-actions__action--share.open span{-webkit-transform:translateY(80px);transform:translateY(80px)}.loa .article--loa .article-actions .share-container{padding:0;list-style:none;margin:0;overflow-y:hidden}.loa .article--loa .article-actions .share-container li{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.loa .article--loa .article-actions .share-container li:nth-of-type(6){-webkit-transform:translateY(-480px);transform:translateY(-480px);-webkit-transition-delay:transform .6s ease-in-out;transition-delay:transform .6s ease-in-out}.loa .article--loa .article-actions .share-container li:nth-of-type(5){-webkit-transform:translateY(-400px);transform:translateY(-400px);-webkit-transition-delay:transform .5s ease-in-out;transition-delay:transform .5s ease-in-out}.loa .article--loa .article-actions .share-container li:nth-of-type(4){-webkit-transform:translateY(-320px);transform:translateY(-320px);-webkit-transition-delay:transform .4s ease-in-out;transition-delay:transform .4s ease-in-out}.loa .article--loa .article-actions .share-container li:nth-of-type(3){-webkit-transform:translateY(-240px);transform:translateY(-240px);-webkit-transition-delay:transform .3s ease-in-out;transition-delay:transform .3s ease-in-out}.loa .article--loa .article-actions .share-container li:nth-of-type(2){-webkit-transform:translateY(-160px);transform:translateY(-160px);-webkit-transition-delay:transform .2s ease-in-out;transition-delay:transform .2s ease-in-out}.loa .article--loa .article-actions .share-container li:first-of-type{-webkit-transform:translateY(-80px);transform:translateY(-80px);-webkit-transition-delay:transform .1s ease-in-out;transition-delay:transform .1s ease-in-out}.loa .article--loa .article-actions .share-container.active li{-webkit-transform:translateY(0);transform:translateY(0)}.loa .article--loa .article-actions .share-container .article-actions__action--facebook{background-color:#3b5998;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.loa .article--loa .article-actions .share-container .article-actions__action--facebook:hover{background-color:#2d4373}.loa .article--loa .article-actions .share-container .article-actions__action--facebook svg{width:15px;margin:auto}.loa .article--loa .article-actions .share-container .article-actions__action--facebook svg path{fill:#fff}.loa .article--loa .article-actions .share-container .article-actions__action--twitter{background-color:#55acee;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.loa .article--loa .article-actions .share-container .article-actions__action--twitter:hover{background-color:#2795e9}.loa .article--loa .article-actions .share-container .article-actions__action--twitter svg{width:15px;margin:auto}.loa .article--loa .article-actions .share-container .article-actions__action--twitter svg path{fill:#fff}.loa .article--loa .article-actions .share-container .article-actions__action--linkedin{background-color:#007bb5;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.loa .article--loa .article-actions .share-container .article-actions__action--linkedin:hover{background-color:#005882}.loa .article--loa .article-actions .share-container .article-actions__action--linkedin svg{width:15px;margin:auto}.loa .article--loa .article-actions .share-container .article-actions__action--linkedin svg path{fill:#fff}.loa .article--loa .article-actions .share-container .article-actions__action--email{background-color:#d34836;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.loa .article--loa .article-actions .share-container .article-actions__action--email:hover{background-color:#b03626}.loa .article--loa .article-actions .share-container .article-actions__action--email svg{margin:auto;fill:#fff}.loa .article--loa .article--loa__body{padding-top:50px}.loa .article--loa .article--loa__body h2{font-weight:400;font-size:26px;color:#b41782}.loa .article--loa .article--loa__body .content{font-size:18px;color:inherit;font-weight:300}.loa .article--loa .article--loa__body .content blockquote{color:#b41782;font-size:20px;line-height:26px;border-left:2px solid currentColor;padding:0 0 0 1em;margin:1em;margin-left:50px}.loa .article--loa .article--loa__body .content .did-you-know{margin:1em 0;background-color:#eee;padding:2em 2em 2em 150px;position:relative;min-height:8.5em}@media (max-width:600px){.loa .article--loa .article--loa__body .content .did-you-know{padding:130px 2em 2em}}.loa .article--loa .article--loa__body .content .did-you-know:before{content:"Did you know?";color:#b41782;display:block}.loa .article--loa .article--loa__body .content .did-you-know:after{content:"";background:url("/employer/hiring-advice/template_images/LOA/LOA_tips_info.svg");display:block;position:absolute;top:2em;left:2em;height:100%;width:3.5em;background-size:contain;background-repeat:no-repeat}.loa .article--loa .article--loa__body .content .did-you-know p{margin:0}.loa .banner--explore{background:#444;color:#fff;padding:30px 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:940px;margin:0 auto;margin-bottom:3em}@media (max-width:900px){.loa .banner--explore{padding:30px}}@media (max-width:940px){.loa .banner--explore{width:calc(100% - 4em);margin:0 2em 3em}}@media (max-width:600px){.loa .banner--explore{display:block;width:100%;margin:auto}}.loa .banner--explore .banner__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:750px){.loa .banner--explore .banner__image{padding-right:50px}}.loa .banner--explore .banner__image img{display:block;width:12em;max-width:100%;margin:0}@media (max-width:750px){.loa .banner--explore .banner__image img{width:100%;margin:0;margin-bottom:1em}}@media (max-width:600px){.loa .banner--explore .banner__image img{width:15em;margin:auto;margin-bottom:1em}}.loa .banner--explore .banner__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 1em}@media (max-width:750px){.loa .banner--explore .banner__body{display:block;margin:0}}.loa .banner--explore .banner__content{font-weight:300;color:#fff;font-size:18px;line-height:24px;margin:1em}@media (max-width:600px){.loa .banner--explore .banner__content{margin-left:0;margin-right:0}}.loa .banner--explore .banner__content p{margin:0}.loa .banner--explore .banner__heading{font-weight:300;font-size:24px;line-height:32px}.loa .banner--explore .banner__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:750px){.loa .banner--explore .banner__cta{display:block;margin-left:20px}}@media (max-width:600px){.loa .banner--explore .banner__cta{margin-left:0}}@media (max-width:940px){.loa .page-actions{width:calc(100% - 4em);margin:2em 2em 0}}.loa .article-two-column{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:600px){.loa .article-two-column{display:block}}.loa .article-two-column .column{width:50%}@media (max-width:600px){.loa .article-two-column .column{width:100%}}.loa .article-two-column .column .page-actions__button{display:block;text-align:center;font-size:18px;margin:20px auto 50px;padding:.6em 1em;border-radius:2px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.5);box-shadow:0 1px 1px 0 rgba(0,0,0,.5);font-weight:300}@media (max-width:750px){.loa .article-two-column .column .page-actions__button{margin:0 0 30px}}.loa .article-two-column .column .page-actions__button svg{vertical-align:middle}.loa .article-two-column .column .page-actions__button--secondary{background-color:#d8096b;color:#fff;margin-right:10px}@media (max-width:600px){.loa .article-two-column .column .page-actions__button--secondary{margin-right:0}}.loa .article-two-column .column .page-actions__button--secondary:hover{background-color:#c0085f}.loa .article-two-column .column .page-actions__button--primary{background-color:#0d377f;color:#fff;margin-left:10px;cursor:pointer}@media (max-width:600px){.loa .article-two-column .column .page-actions__button--primary{margin-left:0}}.loa .article-two-column .column .page-actions__button--primary:hover{background-color:#0b2d68}.loa .article-two-column .column .page-actions__button--share{position:relative;padding:0;overflow:hidden}.loa .article-two-column .column .page-actions__button--share .label{padding:.5em 0;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.loa .article-two-column .column .page-actions__button--share .label.open{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.loa .article-two-column .column .page-actions__button--share .share-container{margin:0;list-style:none;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;bottom:0;width:100%;height:100%;padding-left:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.loa .article-two-column .column .page-actions__button--share .share-container.active{-webkit-transform:translate(0);transform:translate(0)}.loa .article-two-column .column .page-actions__button--share .share-container li{display:inline-block;height:auto;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action{min-height:0;height:100%;min-width:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action.share-close{fill:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action.share-close svg{width:8px;stroke:#fff;stroke-width:60}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action.share-close:hover{background-color:#0b2d68}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action.article-actions__action--facebook{background-color:#3b5998;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action.article-actions__action--facebook:hover{background-color:#2d4373}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action.article-actions__action--twitter{background-color:#55acee;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action.article-actions__action--twitter:hover{background-color:#2795e9}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action.article-actions__action--linkedin{background-color:#007bb5;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action.article-actions__action--linkedin:hover{background-color:#005882}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action.article-actions__action--email{background-color:#d34836;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action.article-actions__action--email:hover{background-color:#b03626}.loa .article-two-column .column .page-actions__button--share .share-container li .article-actions__action svg{width:15px;margin:auto;fill:#fff}.loa .loa--article{max-width:940px;margin:auto;padding:30px}@media (max-width:940px){.loa .loa--article{width:calc(100% - 2.2em);margin:auto 1.1em}}@media (max-width:600px){.loa .loa--article{width:100%;margin:auto}}.loa .loa--article .newsletter--container{margin:15px auto}.loa.loa--data-lab{background:transparent}.loa.loa--data-lab .loa--data-lab-wrapper{max-width:940px;margin:auto}.loa.loa--data-lab .padding-wrap{padding:0 30px}.loa.loa--data-lab .padding-wrap--vert{padding-top:4em;padding-bottom:4em}.loa.loa--data-lab .iframe__preload{width:100%;height:200px}.loa.loa--data-lab .iframe__preload,.loa.loa--data-lab .iframe__preload .loader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loa.loa--data-lab .iframe__preload .loader{text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1em;font-size:18px}.loa.loa--data-lab .iframe__preload .loader .dots{width:5em;height:5em;position:relative}.loa.loa--data-lab .iframe__preload .loader .dots .dot{position:relative;width:100%}.loa.loa--data-lab .iframe__preload .loader .dots .dot:after{position:absolute;content:"";background:#d6d6d6;display:block;width:1em;height:1em;border-radius:100%}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--10{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(436deg);transform:translateY(2.5em) rotate(436deg)}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--10:after{-webkit-animation:loaLoader 2.5s 1.5s steps(2) infinite;animation:loaLoader 2.5s 1.5s steps(2) infinite}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--9{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(396deg);transform:translateY(2.5em) rotate(396deg)}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--9:after{-webkit-animation:loaLoader 2.5s 1.35s steps(2) infinite;animation:loaLoader 2.5s 1.35s steps(2) infinite}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--8{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(356deg);transform:translateY(2.5em) rotate(356deg)}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--8:after{-webkit-animation:loaLoader 2.5s 1.2s steps(2) infinite;animation:loaLoader 2.5s 1.2s steps(2) infinite}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--7{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(316deg);transform:translateY(2.5em) rotate(316deg)}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--7:after{-webkit-animation:loaLoader 2.5s 1.05s steps(2) infinite;animation:loaLoader 2.5s 1.05s steps(2) infinite}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--6{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(276deg);transform:translateY(2.5em) rotate(276deg)}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--6:after{-webkit-animation:loaLoader 2.5s .9s steps(2) infinite;animation:loaLoader 2.5s .9s steps(2) infinite}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--5{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(236deg);transform:translateY(2.5em) rotate(236deg)}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--5:after{-webkit-animation:loaLoader 2.5s .75s steps(2) infinite;animation:loaLoader 2.5s .75s steps(2) infinite}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--4{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(196deg);transform:translateY(2.5em) rotate(196deg)}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--4:after{-webkit-animation:loaLoader 2.5s .6s steps(2) infinite;animation:loaLoader 2.5s .6s steps(2) infinite}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--3{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(156deg);transform:translateY(2.5em) rotate(156deg)}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--3:after{-webkit-animation:loaLoader 2.5s .45s steps(2) infinite;animation:loaLoader 2.5s .45s steps(2) infinite}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--2{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(116deg);transform:translateY(2.5em) rotate(116deg)}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--2:after{-webkit-animation:loaLoader 2.5s .3s steps(2) infinite;animation:loaLoader 2.5s .3s steps(2) infinite}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--1{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(76deg);transform:translateY(2.5em) rotate(76deg)}.loa.loa--data-lab .iframe__preload .loader .dots .dot.dot--1:after{-webkit-animation:loaLoader 2.5s .15s steps(2) infinite;animation:loaLoader 2.5s .15s steps(2) infinite}.loa.loa--data-lab .iframe__preload .loader .text{color:#a3a3a3;display:inline-block;margin-top:1em;font-size:27px}.loa.loa--data-lab .loa--data-lab-wrapper .article--loa{margin-bottom:4em;padding:0}.loa.loa--data-lab .loa--data-lab-wrapper .article--loa .article--loa__body{padding:50px 100px}@media (max-width:940px){.loa.loa--data-lab .loa--data-lab-wrapper .article--loa .article--loa__body{padding:50px 30px}}.loa.loa--data-lab .loa--data-lab-wrapper .article--loa .panel--loa{padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:750px){.loa.loa--data-lab .loa--data-lab-wrapper .article--loa .panel--loa{display:block}}.loa.loa--data-lab .loa--data-lab-wrapper .article--loa .panel--loa .panel--loa__icon{width:33%;padding-right:50px}@media (max-width:750px){.loa.loa--data-lab .loa--data-lab-wrapper .article--loa .panel--loa .panel--loa__icon{width:100%}}.loa.loa--data-lab .loa--data-lab-wrapper .article--loa .panel--loa .panel--loa__icon img{width:100%;height:auto}@media (max-width:750px){.loa.loa--data-lab .loa--data-lab-wrapper .article--loa .panel--loa .panel--loa__icon img{width:120px;height:auto;display:block;margin:auto}}.btn--loa{display:inline-block;color:#fff;text-decoration:none;border-radius:2px;background-color:#1363d6;border:1px solid #1363d6;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.5);box-shadow:0 1px 1px 0 rgba(0,0,0,.5);padding:13px 35px;font-size:16px;font-weight:500;cursor:pointer}.btn--loa.disabled{opacity:.4;pointer-events:none}body.show-modal{overflow-y:hidden}body.show-modal.show-modal-savedcontent section.modal.modal--savedcontent{display:block}body.modal--open{overflow:hidden!important;position:fixed}body.modal--open .modal.loa_modal{display:block;overflow:auto!important}.modal{display:none;position:fixed;top:0;right:0;left:0;bottom:0;width:100%;height:100%;z-index:1001;background-color:rgba(0,0,0,.85)}.modal__inner{height:100%;max-height:100%;margin:0 auto;overflow:hidden}.modal__close{color:#888;margin:0;font-size:16px;position:absolute;top:20px;right:16px;text-align:center;text-decoration:none}.modal__close:hover{color:#0d3880}.modal__close:hover svg path{fill:#0d3880}.modal__close:hover .close-wrapper{background:#0d3880}.modal__close .close-text{font-size:14px;font-weight:500;position:relative;top:-9px;margin-right:3px}.modal__close .cross-wrapper{background:#888;width:21px;height:21px;border-radius:21px;display:inline-block}.modal__close svg{width:25px;height:25px;position:relative;top:-4px;left:-2px}.modal__close svg path{fill:#888;stroke:#eee;stroke-width:2}.modal__content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:90%;max-width:940px;padding:25px;background-color:#fff;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}@media only screen and (min-width:740px){.modal__content{padding:78px}}@media only screen and (max-width:739px){.modal__content{width:90%}}@media only screen and (min-width:940px){.modal__content{width:940px}}.modal__header,.modal__title{text-align:center}.modal__title{font-size:24px;line-height:34px;color:#000;margin-bottom:13px}@media only screen and (min-width:740px){.modal__title{font-size:36px;line-height:43px}}.modal__body{color:#000;text-align:center}.modal__body__wrap{margin-bottom:30px}.modal__body p{font-size:16px;line-height:24px}@media only screen and (min-width:740px){.modal__body p{font-size:18px;line-height:28px}}.modal__body svg{margin-top:50px}.modal.loa_modal .modal__wrapper{max-width:940px;margin:0 auto}.modal.loa_modal .modal__body{position:relative;background-color:#fff;padding:2em;margin:15% 20px;text-align:center}.modal.loa_modal .modal__close{position:absolute;right:1em;width:2.5em;top:1em}.modal.loa_modal .modal__close svg{margin-top:0;position:static;width:100%;height:auto}.modal.loa_modal .modal__close svg path{fill:#a3006f;stroke:#a3006f;stroke-width:0}.modal.loa_modal .modal__heading{color:#a3006f;font-size:28px;font-weight:300;margin:1.5em auto .5em;line-height:normal}.modal.loa_modal form{margin-top:2em}.modal.loa_modal .three-column{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:740px){.modal.loa_modal .three-column{display:block}}.modal.loa_modal .three-column .column{width:33.333%;padding:1em}@media (max-width:740px){.modal.loa_modal .three-column .column{width:100%}}.modal.loa_modal .three-column .column select{height:100%;border-radius:0}.modal.loa_modal .three-column .column .select-wrap{position:relative}.modal.loa_modal .three-column .column .select-wrap:after{content:url("/employer/hiring-advice/template_images/down-arrow.svg");position:absolute;top:40%;right:1em;pointer-events:none}.modal.loa_modal .three-column .column .btn--loa{display:block;height:100%;padding:1em}.modal.loa_modal .form-message{font-size:14px;margin-top:15px}.header__button .save-content-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-weight:400!important}@media (max-width:940px){.header__button .save-content-cta{padding-left:30px;padding-right:30px}}@media (max-width:480px){.header__button .save-content-cta{padding-left:16px;padding-right:16px}}.header__button .save-content-cta .saved-advice-icon{display:block;width:18px;height:18px;position:relative;top:2px;margin-right:7px}.header__button .save-content-cta .saved-advice-icon path{fill:#e60278}@media (max-width:940px){.saved-content-header{padding-right:30px;padding-left:30px}}@media (max-width:480px){.saved-content-header{padding-left:16px;padding-right:16px}}.header--component h2{margin:0!important}#saved-nothing-found{display:none}.saved-advice-banner .saved-advice-image{padding-top:32.6278%;background-repeat:no-repeat;background-position:50%;background-size:cover}@media (max-width:740px){.saved-advice-banner .saved-advice-image{height:150px}}.post-container{position:relative}.post-container .favorite-icon-svg{position:absolute;right:11px;top:11px;z-index:1;width:28px;height:28px;opacity:.34873188;color:#000;cursor:pointer}@media (max-width:740px){.post-container .favorite-icon-svg{right:auto;left:9px;top:16px}}.post-container .favorite-icon-svg:hover{opacity:1}.post-container .favorite-icon-svg:hover polygon{stroke:#e60278}.post-container .favorite-icon-svg--pink{opacity:1}.post-container .favorite-icon-svg--pink polygon{stroke:#e60278}@media (max-width:740px){.post-container.blog-post .favorite-icon-svg{right:11px;left:auto;top:11px}}.post-container.blog-post+.newsletter--container{margin-bottom:30px}@media (max-width:570px){.tabbed-table .svg--desktop{display:none}}.tabbed-table .svg--mobile{display:none}@media (max-width:570px){.tabbed-table .svg--mobile{display:block}}.tabs{padding:0;list-style:none;width:100%}.tabs,.tabs li{margin:0;float:left}.tabs li{background-color:#dcdcdc;cursor:pointer;font-size:15px;font-weight:700;line-height:1;overflow:hidden;padding:1.3em 2.7em;position:relative}.tabs li:hover{color:#2560c4}.tabs li.active{background-color:#fff;color:#2560c4;display:block;z-index:3}.tabs li.tab-last{z-index:1;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:1px 1px 2px rgba(0,0,0,.2)}.tabs.tabs--tables{width:100%;margin-bottom:1em}.tabs.tabs--tables li{background-color:#e6e7e8;color:#939598;width:50%;text-align:center}.tabs.tabs--tables li.active{background-color:#00a5ad;color:#fff}.tabs.tabs--infographics{display:block}.tabs.tabs--infographics li{width:50%;opacity:.5;text-align:center;-webkit-box-shadow:0 0 3px #535862;box-shadow:0 0 3px #535862}.tabs.tabs--infographics li.active,.tabs.tabs--infographics li:hover{opacity:1;-webkit-box-shadow:0 0 3px #2560c4;box-shadow:0 0 3px #2560c4}.tab-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;float:left;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:25px}.tab-dropdown .tabbed-table__header{margin-bottom:1em}.tab-dropdown .tab-content{display:none}.tab-dropdown .tab-content.active{display:block}.tab-dropdown__header{background:#00aab2}.tab-dropdown__heading{color:#fff;font-size:24px!important;font-weight:400;padding:.25em .5em 0;margin:0!important;-webkit-transform:none!important;transform:none!important;text-align:center;text-transform:uppercase;background-image:url("/employer/hiring-advice/template_images/highest-paying-jobs/highest-paying-jobs-background-map.png");background-position:100%;background-repeat:no-repeat}@media (min-width:940px){.tab-dropdown__heading{font-size:40px!important}}.tab-dropdown__heading-jobs{white-space:nowrap}.tab-dropdown__heading-o{display:none}.tab-dropdown__heading-svg{width:31px;display:inline-block;height:44px;line-height:44px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='31' height='44' viewBox='0 0 39 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.25 27.81a22.13 22.13 0 0 0 1.65-6.37 18.079 18.079 0 1 0-36.1-1.53c0 9 9.57 20.94 15.76 27.13a3.28 3.28 0 0 0 4.64 0c4.7-4.7 11.04-11.93 14.05-19.23z' fill='%23FFCE45'/%3E%3Cpath d='M19.74 30.26c6.246 0 11.31-5.064 11.31-11.31S25.986 7.64 19.74 7.64 8.43 12.704 8.43 18.95s5.064 11.31 11.31 11.31z' fill='%23FFDF66'/%3E%3Cpath d='M19.55 31a12.11 12.11 0 1 1 12.11-12.1A12.12 12.12 0 0 1 19.55 31zm0-22.83A10.73 10.73 0 1 0 30.28 18.9 10.74 10.74 0 0 0 19.55 8.17z' fill='%23080559'/%3E%3Cpath d='M19.54 47.77a4 4 0 0 1-2.8-1.16c-7.37-7.36-16-19-16-27.62a18.76 18.76 0 1 1 37.47 1.59 22.718 22.718 0 0 1-1.7 6.57c-3 7.39-9.41 14.66-14.2 19.46a4 4 0 0 1-2.77 1.16zm0-46.16A17.4 17.4 0 0 0 2.13 19c0 8.19 8.38 19.47 15.55 26.64a2.6 2.6 0 0 0 3.66 0c4.71-4.71 11-11.83 13.9-19a21.24 21.24 0 0 0 1.61-6.16A17.572 17.572 0 0 0 19.51 1.63l.03-.02z' fill='%23080559'/%3E%3C/svg%3E")}.tab-dropdown__content{padding:0 1em 1em;background:#00aab2}@media (min-width:940px){.tab-dropdown__content{padding:0 1em 1em}}.tab-dropdown__form-group{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:568px){.tab-dropdown__form-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.tab-dropdown__select{-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:.3rem;font-size:16px;padding:.5em 1em;background:#fff;height:auto!important;-webkit-appearance:menulist}@media (max-width:568px){.tab-dropdown__select{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1em}}@media (min-width:940px){.tab-dropdown__select{margin-right:1em}}.tab-dropdown__button{line-height:48px;height:48px;background-color:#e60278;color:#fff;border:0;border-radius:4.8px;padding:0 20px;font-size:18px;font-weight:500;display:inline-block;text-decoration:none;text-align:center;-webkit-box-shadow:inset 0 -1px rgba(64,64,64,.4);box-shadow:inset 0 -1px rgba(64,64,64,.4);cursor:pointer;white-space:nowrap;text-overflow:ellipsis}.tab-dropdown__button.disabled{cursor:not-allowed}.tab-dropdown .tab-container{border-top:none;width:100%;overflow:auto;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:1px 1px 2px rgba(0,0,0,.2)}.tabbed-table.hpj-2019 .tab-dropdown__content{padding-bottom:.5em}.tabbed-table.hpj-2019 .tab-dropdown__form-group{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-5px}.tabbed-table.hpj-2019 .tab-dropdown__select{max-width:500px;border-radius:0;-webkit-appearance:none;position:relative;background-image:url("/employer/hiring-advice/template_images/highest-paying-jobs/drop-down-arrow.svg");background-position:100%;background-repeat:no-repeat}.tabbed-table.hpj-2019 .tab-dropdown__select::-ms-expand{display:none}@media (max-width:568px){.tabbed-table.hpj-2019 .tab-dropdown__select{max-width:none}}.tabbed-table.hpj-2019 .tab-dropdown__button{border-radius:0;width:100%;max-width:200px;text-transform:capitalize;font-size:16px!important}@media (max-width:1200px){.tabbed-table.hpj-2019 .tab-dropdown__button{width:auto;max-width:100px}}@media (max-width:568px){.tabbed-table.hpj-2019 .tab-dropdown__button{width:100%;max-width:none}}.tabbed-table.hpj-2019 .tab-container{-webkit-box-shadow:none;box-shadow:none}.tabbed-table.hpj-2019 .tab-content table thead{background-color:#d8096b;color:#fff}.tabbed-table.hpj-2019 .tab-content table thead tr{border:3px solid #02015a}.tabbed-table.hpj-2019 .tab-content table thead th{font-size:16px;font-weight:400;text-transform:uppercase;padding:.5em .8em}.tabbed-table.hpj-2019 .tab-content table thead tr:hover{background-color:#d8096b}.tabbed-table.hpj-2019 .tab-content table thead .trapezoid{border:none}.tabbed-table.hpj-2019 .tab-content table thead .trapezoid th{padding:0}.tabbed-table.hpj-2019 .tab-content table thead .trapezoid th img{display:block;width:100%}.tabbed-table.hpj-2019 .tab-content table thead .trapezoid:hover{background-color:transparent}.tabbed-table.hpj-2019 .tab-content table tbody tr:nth-of-type(2n){background-color:#f2f2f2}.tabbed-table.hpj-2019 .tab-content table tbody tr:nth-of-type(odd){background-color:#e5e5e5}.tabbed-table.hpj-2019 .tab-content table tbody tr td{width:360px;border:2px solid #fff}.tabbed-table.hpj-2019 .tab-content table tbody tr td:first-of-type{background-color:#fff!important;width:auto;padding:.3em}@media (max-width:568px){.tabbed-table.hpj-2019 .tab-content table tbody tr td:first-of-type{padding:0}}.tabbed-table.hpj-2019 .tab-content table tbody tr td:last-of-type{background-color:#fff!important;width:auto;padding:.3em}.tabbed-table.hpj-2019 .tab-content table tbody tr td:nth-of-type(2){text-align:center;width:auto}.tabbed-table.hpj-2019.bouncing-backs table{overflow:hidden!important}.tabbed-table.hpj-2019.bouncing-backs table thead tr{background-color:#3748ac}.tabbed-table.hpj-2019.bouncing-backs table thead tr:hover{background-color:#3748ac!important}.tabbed-table.hpj-2019.bouncing-backs table thead tr th span:before{content:" ";background-color:#02015a;width:15px;height:15px;display:inline-block;border-radius:50%;position:relative;top:1px;margin-right:5px}.tabbed-table.hpj-2019.bouncing-backs table thead tr th:last-of-type span:before{content:none}.tabbed-table.hpj-2019.bouncing-backs table thead tr th:last-of-type{text-align:center}.tabbed-table.hpj-2019.bouncing-backs .tab-dropdown__button{max-width:200px}.tabbed-table.hpj-2019.bouncing-backs table tbody tr td:first-of-type span{border-radius:50%;padding:3px 7px;color:#fff;background-color:#e60278;font-weight:500!important}.tabbed-table.hpj-2019.bouncing-backs table tbody tr td:nth-of-type(2){text-align:left!important}.tabbed-table.hpj-2019.bouncing-backs table tbody tr td:last-of-type{text-align:center}@media (max-width:720px){.tabbed-table.hpj-2019.bouncing-backs table tbody tr td:first-of-type span{padding:3px 6px}}@media (max-width:520px){.tabbed-table.hpj-2019.bouncing-backs table tbody td,.tabbed-table.hpj-2019.bouncing-backs table thead th{font-size:11px!important}.tabbed-table.hpj-2019.bouncing-backs #tab_dropdown_select{font-size:12px}}@media (max-width:400px){.tabbed-table.hpj-2019.bouncing-backs table tbody td,.tabbed-table.hpj-2019.bouncing-backs table thead th{font-size:10px!important}.tabbed-table.hpj-2019.bouncing-backs table thead th span:before{content:none!important}}.tabbed-table.clear-bg table tbody tr{background-color:#fff!important}.tabbed-table table thead.coloured-border th hr{margin-top:10px}.tabbed-table table thead.coloured-border th:first-of-type hr{border-bottom:1px solid #00aab2}.tabbed-table table thead.coloured-border th:nth-of-type(2) hr{border-bottom:1px solid #d8096b}.tabbed-table table thead.coloured-border th:nth-of-type(3) hr{border-bottom:1px solid #0d3880}.tabbed-table table thead.coloured-border th:nth-of-type(4) hr{border-bottom:1px solid #00bfff}.tabbed-table table thead.coloured-border th:nth-of-type(5) hr{border-bottom:1px solid #00aab2}.tabbed-table table tbody.no-bold-content tr td{font-weight:400}.tabbed-table.bouncing-backs.sotr-2022 .tab-dropdown{margin-bottom:0}.tabbed-table.bouncing-backs.sotr-2022 table{border-bottom:2px solid #3f51b5}.tabbed-table.bouncing-backs.sotr-2022 table thead tr,.tabbed-table.bouncing-backs.sotr-2022 table thead tr:hover{background-color:#3f51b5!important}.tabbed-table.bouncing-backs.sotr-2022 table thead tr:hover th,.tabbed-table.bouncing-backs.sotr-2022 table thead tr th{font-size:18px;font-weight:500;white-space:unset}.tabbed-table.bouncing-backs.sotr-2022 table thead tr:hover th:first-of-type,.tabbed-table.bouncing-backs.sotr-2022 table thead tr th:first-of-type{width:350px}.tabbed-table.bouncing-backs.sotr-2022 table thead tr:hover th:first-of-type,.tabbed-table.bouncing-backs.sotr-2022 table thead tr:hover th:nth-of-type(2),.tabbed-table.bouncing-backs.sotr-2022 table thead tr th:first-of-type,.tabbed-table.bouncing-backs.sotr-2022 table thead tr th:nth-of-type(2){text-align:left!important}.tabbed-table.bouncing-backs.sotr-2022 table thead tr:hover th:last-of-type,.tabbed-table.bouncing-backs.sotr-2022 table thead tr:hover th:nth-of-type(3),.tabbed-table.bouncing-backs.sotr-2022 table thead tr th:last-of-type,.tabbed-table.bouncing-backs.sotr-2022 table thead tr th:nth-of-type(3){text-align:center!important}.tabbed-table.bouncing-backs.sotr-2022 table thead tr:hover th span:before,.tabbed-table.bouncing-backs.sotr-2022 table thead tr th span:before{content:none}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr:nth-of-type(odd){background-color:#fff}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr:nth-of-type(2n){background-color:#eee}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td{border:none;width:auto;font-weight:400!important;padding:.65em!important}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td:last-child{font-weight:700!important}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td span{padding:0!important}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td:first-of-type,.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td:nth-of-type(2){text-align:left!important}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td:nth-of-type(3){color:#4bb947}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td:last-of-type,.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td:nth-of-type(3){text-align:center!important}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td:first-of-type{background-color:unset!important;width:350px}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td:first-of-type span{background-color:unset!important;color:#1c1c1c!important}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td:nth-of-type(2){width:250px}.tabbed-table.bouncing-backs.sotr-2022 table tbody tr td:last-of-type{background-color:unset!important}.tab-dropdown.fastest-growing-jobs .tab-dropdown__content{background-color:#eee;padding:2.5em}.tab-dropdown.fastest-growing-jobs .tab-dropdown__form-group .select-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:25px;position:relative}.tab-dropdown.fastest-growing-jobs .tab-dropdown__form-group .select-wrap:after{content:url("/employer/hiring-advice/template_images/down-arrow.svg");position:absolute;right:1.5rem;top:53%;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}@media (max-width:568px){.tab-dropdown.fastest-growing-jobs .tab-dropdown__form-group .select-wrap:after{top:43%;pointer-events:none}}@media (max-width:568px){.tab-dropdown.fastest-growing-jobs .tab-dropdown__form-group .select-wrap{margin-right:0}}.tab-dropdown.fastest-growing-jobs .tab-dropdown__select{border-radius:0;border:none;-webkit-appearance:none;height:100%!important}.tab-dropdown.fastest-growing-jobs .tab-dropdown__select::-ms-expand{display:none}.tab-dropdown.fastest-growing-jobs .tab-dropdown__button{background-color:#1363d6;border-radius:0;padding:0 60px}.tab-dropdown.fastest-growing-jobs .tab-container{-webkit-box-shadow:none;box-shadow:none}@media (max-width:568px){.tab-dropdown.fastest-growing-jobs .tab-container .tab-content .responsive-table th{font-size:16px}}.tab-dropdown.fastest-growing-jobs .tab-container .tab-content .responsive-table th hr{margin-top:10px}.tab-dropdown.fastest-growing-jobs .tab-container .tab-content .responsive-table th:first-of-type hr{border-bottom:1px solid #00aab2}.tab-dropdown.fastest-growing-jobs .tab-container .tab-content .responsive-table th:nth-of-type(2) hr{border-bottom:1px solid #d8096b}.tab-dropdown.fastest-growing-jobs .tab-container .tab-content .responsive-table th:nth-of-type(3) hr{border-bottom:1px solid #00bfff}.tab-dropdown.fastest-growing-jobs .tab-container .tab-content .responsive-table th:nth-of-type(4) hr{border-bottom:1px solid #0d3880}.tab-dropdown.fastest-growing-jobs .tab-container .tab-content .responsive-table th:nth-of-type(5) hr{border-bottom:1px solid #00aab2}.tab-dropdown.fastest-growing-jobs .tab-container .tab-content .responsive-table th:nth-of-type(6) hr{border-bottom:1px solid #d8096b}table{width:100%;border-collapse:collapse;border-spacing:0}.tab-container{border-top:none;clear:both;float:left;background-color:#fff;position:relative;z-index:2}.responsive-table,.tab-container{width:100%;overflow:auto}.responsive-table thead{background-color:#fff}.responsive-table th{font-weight:700;font-size:20px;padding:10px;text-align:left;white-space:nowrap;vertical-align:middle}@media (max-width:740px){.responsive-table th{font-size:16px;padding:8px}}.responsive-table th hr{border:none;margin:0;border-bottom:4px solid #0d3880;display:block;height:1px;padding:0}.responsive-table tr:nth-of-type(2n):not(:first-of-type){background-color:#eee}.responsive-table td{padding:7px;vertical-align:middle;font-size:16px;line-height:24px}@media (max-width:740px){.responsive-table td{font-size:13px}}.responsive-table td:first-of-type{text-align:center}.responsive-table td:first-of-type,.responsive-table td:last-of-type,.responsive-table td:nth-of-type(4){font-weight:700}.cite{font-size:12px!important;color:#9b9b9b}.DNA__Relative{position:relative}#blog-sorting{position:absolute;opacity:0}#blog-sorting+label{line-height:65px;font-size:16px;height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;cursor:pointer}#blog-sorting+label .SSG__ChevronIcon__root{margin-left:12px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform-origin:50% 70%;transform-origin:50% 70%}#blog-sorting~ul{background-color:#fff;border:1px solid #c8c8c8;border-radius:2px;padding:8px 0;position:absolute;right:0;top:40px;width:200px;z-index:1;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;list-style:none}@media (max-width:480px){#blog-sorting~ul{right:auto}}#blog-sorting~ul li{text-align:center}#blog-sorting~ul li a{font-size:16px;text-align:center;color:#000;line-height:45px;height:45px;padding:0 40px}#blog-sorting:checked+label .SSG__ChevronIcon__root{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#blog-sorting:checked~ul{opacity:1;visibility:visible}.sort-by{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:visible!important}@media (max-width:480px){.sort-by{display:block}}@media (max-width:480px){.sort-by .related-posts-heading{margin-bottom:0}}@media (max-width:480px){.sort-by .DNA__Relative{padding-left:16px;margin-bottom:20px}}.site-search__input-wrap{position:relative}#search-preview.Autosuggest{display:none;position:absolute;background-color:#fff;-webkit-box-shadow:0 9px 30px rgba(0,0,0,.4);box-shadow:0 9px 30px rgba(0,0,0,.4);padding:9px 0;border-radius:2px;min-width:100%;max-width:100%;max-height:385px;overflow-y:auto;top:54px;z-index:300}#search-preview.Autosuggest ul{list-style:none;padding:0}#search-preview.Autosuggest ul li{color:#000;white-space:inherit;word-break:break-all;padding:0 15px}#search-preview.Autosuggest ul li a{font-size:14px;text-decoration:none;display:block;line-height:45px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.related-content .three-column{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-10px}@media (max-width:740px){.related-content .three-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:block;margin:0}}.related-content .three-column .column{padding:0;margin:10px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.333% - 20px);flex-basis:calc(33.333% - 20px)}@media (max-width:740px){.related-content .three-column .column{margin:2em 0}}.related-content .three-column .column.panel--loa--flex{height:auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.related-content .three-column .column.panel--loa--flex .panel--loa__icon img{height:auto;width:100%}.related-content .three-column .column.panel--loa--flex .panel--loa__icon .mobile{display:none}@media (max-width:740px){.related-content .three-column .column.panel--loa--flex .panel--loa__icon .mobile{display:block}}@media (max-width:480px){.related-content .three-column .column.panel--loa--flex .panel--loa__icon .mobile{display:none}}@media (max-width:740px){.related-content .three-column .column.panel--loa--flex .panel--loa__icon .desktop{display:none}}@media (max-width:480px){.related-content .three-column .column.panel--loa--flex .panel--loa__icon .desktop{display:block}}.related-content .three-column .column.panel--loa--flex .panel--loa__body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.related-content .three-column .column .panel--loa__heading{margin:0;color:#b41782}.dl-root .dl-compare .container-fluid.ng-scope{padding:50px 100px!important}.dl-share-menu .article-actions{padding:0 20px}table caption{font-style:italic;text-align:center}.collapsible-table,.responsive-table{width:100%}@media (max-width:480px){.collapsible-table,.responsive-table{font-size:11px}}.collapsible-table caption,.responsive-table caption{font-weight:700;padding:.5em;font-size:21px;line-height:27px}.collapsible-table thead,.responsive-table thead{background-color:#fff}.collapsible-table th,.responsive-table th{font-weight:700;font-size:19px;padding:.5em;text-align:left;white-space:nowrap}.collapsible-table th hr,.responsive-table th hr{border:none;margin:0;border-bottom:4px solid #0d3880}.collapsible-table tr:nth-of-type(2n):not(:first-of-type),.responsive-table tr:nth-of-type(2n):not(:first-of-type){background-color:#eee}.collapsible-table td,.responsive-table td{padding:.5em}.collapsible-table td:first-of-type,.collapsible-table td:nth-of-type(4),.responsive-table td:first-of-type,.responsive-table td:nth-of-type(4){font-weight:700}.collapsible-table.collapsible__variable-height tbody{max-height:none}.collapsible-table.collapsible__left--align td,.collapsible-table.collapsible__left--align th{text-align:left}@media (min-width:740px){.collapsible-table.top-20-salary td:first-of-type,.collapsible-table.top-20-salary th:first-of-type{width:10%}.collapsible-table.top-20-salary td:nth-of-type(2),.collapsible-table.top-20-salary td:nth-of-type(3),.collapsible-table.top-20-salary th:nth-of-type(2),.collapsible-table.top-20-salary th:nth-of-type(3){width:25%}.collapsible-table.top-20-salary td:nth-of-type(4),.collapsible-table.top-20-salary td:nth-of-type(5),.collapsible-table.top-20-salary th:nth-of-type(4),.collapsible-table.top-20-salary th:nth-of-type(5){width:10%}}@media (min-width:740px){.collapsible-table.top-20-highest-paying-jobs-2019 td:first-of-type,.collapsible-table.top-20-highest-paying-jobs-2019 th:first-of-type{width:7%}.collapsible-table.top-20-highest-paying-jobs-2019 td:nth-of-type(2),.collapsible-table.top-20-highest-paying-jobs-2019 th:nth-of-type(2){width:30%}.collapsible-table.top-20-highest-paying-jobs-2019 td:nth-of-type(3),.collapsible-table.top-20-highest-paying-jobs-2019 th:nth-of-type(3){width:10%}.collapsible-table.top-20-highest-paying-jobs-2019 td:nth-of-type(4),.collapsible-table.top-20-highest-paying-jobs-2019 th:nth-of-type(4){width:30%}}@media (min-width:740px){.collapsible-table__heading{display:none}.collapsible-table tbody{max-height:600px;overflow:auto;display:block;width:100%}.collapsible-table tr{display:table;width:100%;table-layout:fixed;font-size:16px}.collapsible-table th:first-of-type hr{border-bottom:4px solid #0e3880}.collapsible-table th:nth-of-type(2) hr{border-bottom:4px solid #0d3880}.collapsible-table th:nth-of-type(3) hr{border-bottom:4px solid #00a5ad}.collapsible-table th:nth-of-type(4) hr{border-bottom:4px solid #e60278}.collapsible-table td,.collapsible-table th{text-align:right}.collapsible-table td:first-of-type,.collapsible-table th:first-of-type{text-align:left}}@media (max-width:740px){.collapsible-table__heading{width:40%;font-weight:700;margin-right:1em;text-align:right;padding-bottom:.05em}.collapsible-table thead{display:none}.collapsible-table tbody{display:block}.collapsible-table tr{overflow:hidden;padding:1em;display:block}.collapsible-table td{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;font-size:13px;line-height:20px}.collapsible-table td:first-of-type .collapsible-table__heading--copy{color:#0e3880}.collapsible-table td:nth-of-type(2) .collapsible-table__heading--copy{color:#0d3880}.collapsible-table td:nth-of-type(3) .collapsible-table__heading--copy{color:#00a5ad}.collapsible-table td:nth-of-type(4) .collapsible-table__heading--copy{color:#e60278}}@media (max-width:740px) and (max-width:400px){.collapsible-table td{font-size:10px}}@media (max-width:740px){.collapsible-table.roles-200k-nz td{display:-webkit-box;display:-ms-flexbox;display:flex}.collapsible-table.roles-200k-nz td .collapsible-table__heading{width:27%;font-size:14px}.collapsible-table.roles-200k-nz td .collapsible-table__text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px}}@media (min-width:740px){.collapsible-table.roles-200k-nz td:first-of-type,.collapsible-table.roles-200k-nz th:first-of-type{width:7%}.collapsible-table.roles-200k-nz td:nth-of-type(2),.collapsible-table.roles-200k-nz td:nth-of-type(3),.collapsible-table.roles-200k-nz th:nth-of-type(2),.collapsible-table.roles-200k-nz th:nth-of-type(3){width:35%}.collapsible-table.roles-200k-nz td:nth-of-type(4),.collapsible-table.roles-200k-nz th:nth-of-type(4){width:10%}}.dashboard{padding:40px;background-color:#fff;margin:80px 0 50px;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:1px 1px 2px rgba(0,0,0,.2)}@media (max-width:740px){.dashboard{margin:0 0 50px}}.dashboard--desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:740px){.dashboard--desc{display:block}}@media (max-width:740px){.dashboard--desc .dashboard__cta{text-align:center;width:100%;max-width:319px;margin:auto}}.dashboard--desc .dashboard__cta button{min-width:225px}.dashboard--desc .dashboard__cta button a{color:#fff}.dashboard--desc .short-commentary{margin-right:70px}@media (max-width:740px){.dashboard--desc .short-commentary{margin:0}}.dashboard--desc .short-commentary h2{font-size:32px;margin:0}.dashboard__data{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:45px}@media (max-width:740px){.dashboard__data{display:block;margin-top:5px}}.dashboard__data .dashboard__dataitem{padding:0 15px;border-right:1px solid #c8c8c8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dashboard__data .dashboard__dataitem{width:100%}}@media (max-width:740px){.dashboard__data .dashboard__dataitem{display:block;border-right:none;border-bottom:1px solid #c8c8c8;padding:40px 0;max-width:none}}.dashboard__data .dashboard__dataitem:first-of-type{padding-left:0}.dashboard__data .dashboard__dataitem:last-of-type{padding-right:0;border-right:none;border-bottom:none}.dashboard__data .dashboard__dataitem h3{font-size:70px;margin:0}@media (max-width:940px){.dashboard__data .dashboard__dataitem h3{font-size:60px}}.dashboard__data .dashboard__dataitem--value{min-height:100px}.dashboard__data .dashboard__dataitem--details{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.dashboard__data .dashboard__dataitem--details p{margin:0;font-size:21px;line-height:24px}.dashboard__data .dashboard__dataitem--tag{margin:15px 0 32px!important}.dashboard__data .dashboard__dataitem--tag img{max-width:100%;width:72%}@media (max-width:740px){.dashboard__data .dashboard__dataitem--tag img{width:auto}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dashboard__data .dashboard__dataitem.job-ad-growth{width:60%}}@media (min-width:740px){.dashboard__data .dashboard__dataitem.job-ad-growth{padding-right:60px}}@media (max-width:740px){.dashboard__data .dashboard__dataitem.job-ad-growth .dashboard__dataitem--tag img{max-width:210px}}@media (max-width:425px){.dashboard__data .dashboard__dataitem.job-ad-growth .dashboard__dataitem--tag img{width:65%}}.dashboard__data .dashboard__dataitem.candidate-availability h3{font-size:50px;line-height:50px}@media (max-width:940px){.dashboard__data .dashboard__dataitem.candidate-availability h3{font-size:45px;line-height:45px}}.dashboard__data .dashboard__dataitem.candidate-availability .dashboard__dataitem--tag img{width:86%}@media (max-width:740px){.dashboard__data .dashboard__dataitem.candidate-availability .dashboard__dataitem--tag img{width:auto}}.dashboard__data .dashboard__dataitem.avg-ad-salary .dashboard__dataitem--tag img{width:80%}@media (max-width:740px){.dashboard__data .dashboard__dataitem.avg-ad-salary .dashboard__dataitem--tag img{width:auto}}.dashboard__data .dashboard__dataitem .comparison-ratio{font-size:28px;font-weight:700;margin-bottom:0}.dashboard__data .dashboard__dataitem .comparison-ratio.rate--increase:after{content:url("/employer/hiring-advice/template_images/employment-trends/arrow-green.svg")}.dashboard__data .dashboard__dataitem .comparison-ratio.rate--decrease:after{content:url("/employer/hiring-advice/template_images/employment-trends/arrow.svg")}.dashboard__data--source{margin-top:30px}@media (max-width:740px){.dashboard__data--source{margin-top:0}}.dashboard__data--source p{font-size:14px;color:#9b9b9b}.page-header.employment-trends{margin-top:0;background-color:#00aab2;height:276px}@media (max-width:480px){.page-header.employment-trends{height:auto}}.page-header.employment-trends .page-header__content{background-repeat:no-repeat;background-position:100% 100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:940px){.page-header.employment-trends .page-header__content{padding-left:30px;padding-right:30px}}@media (max-width:480px){.page-header.employment-trends .page-header__content{padding:0}}.page-header.employment-trends .page-header__content .header__img{display:block;width:319px}@media (max-width:480px){.page-header.employment-trends .page-header__content .header__img{display:none}}.page-header.employment-trends .page-header__content .header__img--mobile{display:none}@media (max-width:480px){.page-header.employment-trends .page-header__content .header__img--mobile{display:block;width:100%}}.video-widget .video-playing .video--column{width:100%!important}@media (min-width:768px){.video-widget .video-playing .description--column{display:none}}.video-widget .banner--video{padding:55px 0 0}@media (max-width:940px){.video-widget .banner--video{padding:38px 0}}@media (max-width:768px){.video-widget .banner--video{padding:0}}.video-widget .container{margin:0 auto;max-width:940px}.video-widget .container .column{width:33.333%}@media (max-width:768px){.video-widget .container .column{width:100%}}.video-widget .container .column .banner__video{margin:0;padding-bottom:54.75%;padding-top:25px;height:0;background-size:cover;position:relative}@media (max-width:768px){.video-widget .container .column .banner__video{padding-bottom:50%}}.video-widget .container .column .banner__video .play-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;width:5em;height:5em;border-radius:50%;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);box-shadow:0 1px 1px 0 rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.video-widget .container .column .banner__video .play-btn:hover{cursor:pointer;background-color:#e60278}.video-widget .container .column .banner__video .play-btn:hover svg{fill:#fff}.video-widget .container .column .banner__video .play-btn svg{width:40px;height:40px;fill:#e60278;-webkit-transform:translate(7%,14%);transform:translate(7%,14%)}.video-widget .container .column .banner__video .close-video{display:none;position:absolute;top:-2em;right:0;font-size:20px;cursor:pointer}.video-widget .container .column .banner__video .close-video .close-video__label{font-size:1rem}.video-widget .container .column .banner__video .close-video .close-video__button{background-color:#e60278;padding:.2em .5em;display:inline-block;border-radius:.25em;font-size:20px}.video-widget .container .column .banner__video .close-video .close-video__button svg{width:15px;height:15px;stroke:#fff;fill:#fff;stroke-width:50}.video-widget .container .column .banner__video iframe{position:absolute;top:0;bottom:0;width:100%;z-index:-1}.video-widget .container .column .banner__video.video-playing{z-index:2}.video-widget .container .column .banner__video.video-playing iframe{z-index:auto}.video-widget .container .column .banner__video.video-playing .close-video{display:block}.video-widget .container .video--column{width:66.666%;margin-right:5px}@media (max-width:768px){.video-widget .container .video--column{width:100%;margin:0}}.video-widget .container .description--column{padding-left:25px}@media (max-width:768px){.video-widget .container .description--column{padding-left:20px;padding-right:20px}}@media (max-width:600px){.video-widget .container .banner__heading{display:block;visibility:visible}}@media (max-width:768px){.video-widget .container .banner__heading .banner__content{margin-top:17px}}@media (max-width:768px){.video-widget .container .banner__body{padding:0}}.video-widget .container .banner__body .banner__heading{border:none;padding-left:0}.video-widget .container .banner__body .banner__heading h4{line-height:49px}.video-widget .container .banner__body .banner__heading h4 span{background-color:#e60278;color:#fff;font-size:25px;font-weight:700;padding:5px 20px}.video-widget .container .banner__body .banner__heading p{font-size:20px;color:#000}.video-widget .container .banner__body .banner__heading .banner__cta{margin-top:25px}.video-widget .container .banner__body .banner__heading .banner__cta a{font-size:16px;line-height:27px;color:#06c;padding:10px 35px;border:2px solid #06c}@media (max-width:768px){.video-widget .container .banner__body .banner__heading .banner__cta a{display:block;width:100%;text-align:center;max-width:336px}}.video-widget .two-column{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:900px){.video-widget .two-column{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (max-width:768px){.video-widget .two-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.widget__banner--cta{margin:50px auto 30px}.widget__banner--cta img{display:block;width:100%}@media (max-width:768px){.new-jobs.fastest-growing-jobs .new-job-wrapper .new-job{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}}.new-jobs.fastest-growing-jobs .new-job-wrapper .new-job--desc{-ms-flex-preferred-size:0!important;flex-basis:0!important;-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}@media (max-width:768px){.new-jobs.fastest-growing-jobs .new-job-wrapper .new-job--desc{display:block!important;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:auto!important;flex-basis:auto!important}}@media (max-width:480px){.new-jobs.fastest-growing-jobs .new-job-wrapper .new-job--desc .two-column{display:block!important}}@media (max-width:480px){.new-jobs.fastest-growing-jobs .new-job-wrapper .new-job--desc .two-column .first-column{padding-right:0!important;padding-top:18px}}@media (max-width:480px){.new-jobs.fastest-growing-jobs .new-job-wrapper .new-job--desc .two-column .second-column{padding-left:0!important;border:none!important;padding-top:18px}}@media (max-width:768px){.new-jobs.fastest-growing-jobs .new-job-wrapper .new-job--image{max-width:400px!important;margin:auto!important}}@media (max-width:768px){.new-jobs.fastest-growing-jobs .new-job-wrapper .new-job--image p{margin:0}}.modal.modal--tour .modal__content .modal__close .cross-wrapper{background-color:transparent}.modal.modal--tour .modal__content .modal__body .tour-image-container img{max-width:262px;width:80%;margin:auto;display:block}.modal.modal--tour .modal__content .modal__body .tour-slide-heading{color:#b41782;font-size:22px}.modal.modal--tour .modal__content .modal__body button{background-color:#1363d6;cursor:pointer}body.show-modal.show-modal-tour .modal.modal--tour{display:block}.tabbed-table.hpj-2019.maj-2019 .tab-dropdown__header{background-color:#f1f1f1;padding-bottom:20px}@media (max-width:568px){.tabbed-table.hpj-2019.maj-2019 .tab-dropdown__header .desktop-img{display:none}}.tabbed-table.hpj-2019.maj-2019 .tab-dropdown__header .mobile-img{display:none}@media (max-width:568px){.tabbed-table.hpj-2019.maj-2019 .tab-dropdown__header .mobile-img{display:block}}.tabbed-table.hpj-2019.maj-2019 .tab-dropdown__content{background-color:#f1f1f1}.tabbed-table.hpj-2019.maj-2019 .tab-dropdown__button{background-color:#1363d6;border:1px solid #1363d6;border-radius:2px;padding:13px 35px;max-width:150px;line-height:normal}@media (max-width:568px){.tabbed-table.hpj-2019.maj-2019 .tab-dropdown__button{max-width:none}}.tabbed-table.hpj-2019.maj-2019 .tab-dropdown__select{background-position:97% 55%;background-image:url("/employer/hiring-advice/template_images/down-arrow.svg");border:none}.tabbed-table.hpj-2019.maj-2019 .tab-container .tab-content table thead{background-color:#fff}.tabbed-table.hpj-2019.maj-2019 .tab-container .tab-content table thead tr{border:none}.tabbed-table.hpj-2019.maj-2019 .tab-container .tab-content table thead tr:hover{background-color:transparent}.tabbed-table.hpj-2019.maj-2019 .tab-container .tab-content table th{color:#1c1c1c;font-weight:700}.tabbed-table.hpj-2019.maj-2019 .tab-container .tab-content table th:first-of-type hr{border-bottom:1px solid #00aab2}.tabbed-table.hpj-2019.maj-2019 .tab-container .tab-content table th:nth-of-type(2) hr{border-bottom:1px solid #d8096b}.tabbed-table.hpj-2019.maj-2019 .tab-container .tab-content table th:nth-of-type(3) hr{border-bottom:1px solid #0d3880}.tabbed-table.hpj-2019.maj-2019 .tab-container .tab-content table th hr{margin-top:10px}.tabbed-table.hpj-2019.maj-2019 .tab-container .tab-content table tr{background-color:#fff}.tabbed-table.hpj-2019.maj-2019 .tab-container .tab-content table tr:nth-of-type(2n):not(:first-of-type){background-color:#eee}.tabbed-table.hpj-2019.maj-2019 .tab-container .tab-content table td{background-color:transparent!important;border:none;text-align:left;padding-left:.8em}.flex__2-col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex__2-col .flex-item__2-col{-ms-flex-preferred-size:49%;flex-basis:49%}@media (max-width:740px){.flex__2-col .flex-item__2-col{-ms-flex-preferred-size:auto;flex-basis:auto}}.brightcove__video--wrapper{padding-top:56.25%;position:relative}.brightcove__video--wrapper .video-js,.brightcove__video--wrapper iframe{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;margin:0;border:none}.brightcove__video--wrapper .video-js{z-index:2}.brightcove__video--wrapper .close-video{display:none;position:absolute;top:-3em;right:0;cursor:pointer}.brightcove__video--wrapper .close-video .close-video__label{font-size:1rem}.brightcove__video--wrapper .close-video .close-video__button{background-color:#e60278;padding:.5em .5em .4em;display:inline-block;border-radius:.25em}.brightcove__video--wrapper .close-video .close-video__button svg{width:15px;height:15px;stroke:#fff;fill:#fff;stroke-width:50}.interview-builder-explainer .brightcove__video{padding-right:2em}@media (max-width:900px){.interview-builder-explainer .brightcove__video{padding-right:0}}.interview-builder-explainer .brightcove__video--wrapper{max-width:440px}@media (max-width:900px){.interview-builder-explainer .brightcove__video--wrapper{max-width:none;width:100%;margin:auto}}.loa .brightcove__video{padding-right:1em}@media (max-width:850px){.loa .brightcove__video{padding-right:0}}.loa .brightcove__video--wrapper{max-width:410px}@media (max-width:850px){.loa .brightcove__video--wrapper{width:100%;max-width:none}}.loa .brightcove__video--wrapper .close-video{top:-2em}.loa .brightcove__video--wrapper .close-video .close-video__button{padding:.2em .5em}.banner--video.video-playing .brightcove__video--wrapper{max-width:none}.banner--video.video-playing .brightcove__video--wrapper .close-video{display:block;z-index:5}.smarter-search{background-color:#080559;color:#fff;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:4rem;padding:15px 0 80px;overflow:hidden}.smarter-search__header--wrapper{background-image:url("/employer/hiring-advice/template_images/smart-search/top.png");background-repeat:no-repeat;background-position:50%}@media (max-width:480px){.smarter-search__header--wrapper{background-image:url("/employer/hiring-advice/template_images/smart-search/top-mobile.png")}}.smarter-search__header--wrapper h1{max-width:462px;margin:auto;text-align:center;position:relative;z-index:2;padding:50px 0}@media (max-width:480px){.smarter-search__header--wrapper h1{max-width:90%}}.smarter-search__header--wrapper h1 span{display:block}.smarter-search__header--wrapper h1 .first-line{font-size:30px;font-weight:100;line-height:45px}@media (max-width:480px){.smarter-search__header--wrapper h1 .first-line{font-size:25px}}.smarter-search__header--wrapper h1 .second-line{background-color:#fff;color:#080559;border-radius:47px;font-size:44px;padding:15px 0;position:relative}@media (max-width:480px){.smarter-search__header--wrapper h1 .second-line{font-size:33px;border-radius:32px}}.smarter-search__header--wrapper h1 .third-line{font-size:48px;font-weight:400;line-height:60px}@media (max-width:480px){.smarter-search__header--wrapper h1 .third-line{font-size:39px}}.smarter-search__body--wrapper{max-width:430px;margin:auto}@media (max-width:480px){.smarter-search__body--wrapper{max-width:90%}}.smarter-search__body--wrapper p{font-size:16px;text-align:center;margin:20px 0}.smarter-search__slider{margin:30px 0}.smarter-search__slider--wrapper{max-width:510px;margin:auto}@media (max-width:650px){.smarter-search__slider--wrapper{max-width:none;width:75%}}.smarter-search__slider--wrapper .slick-dots{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;margin-top:25px}.smarter-search__slider--wrapper .slick-dots button{display:block;width:11px;height:11px;padding:0;border-radius:100%;background-color:transparent;font-size:0;border:2px solid #fff;cursor:pointer}.smarter-search__slider--wrapper .slick-dots li{margin:.25rem}.smarter-search__slider--wrapper .slick-dots li.slick-active button{background-color:#fff}.smarter-search__slider--wrapper .slick-slider{position:relative}.smarter-search__slider--wrapper .slick-arrow{font-size:0;line-height:0;position:absolute;top:50%;width:21px;height:40px;padding:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;border:none;outline:none;background-color:transparent}.smarter-search__slider--wrapper .slick-prev{left:-50px}@media (max-width:400px){.smarter-search__slider--wrapper .slick-prev{left:-25px}}.smarter-search__slider--wrapper .slick-prev:before{content:"";background-image:url("/employer/hiring-advice/template_images/smart-search/Left-arrow.png");display:block;width:21px;height:40px}.smarter-search__slider--wrapper .slick-next{right:-50px}@media (max-width:400px){.smarter-search__slider--wrapper .slick-next{right:-25px}}.smarter-search__slider--wrapper .slick-next:before{content:"";background-image:url("/employer/hiring-advice/template_images/smart-search/Right-arrow.png");display:block;width:21px;height:40px}.smarter-search__slider--slide{display:-webkit-box;display:-ms-flexbox;display:flex;background-image:url("/employer/hiring-advice/template_images/smart-search/Embellishments_slider.png");background-repeat:no-repeat;background-position:50%;background-size:contain}@media (max-width:650px){.smarter-search__slider--slide{display:block}}.smarter-search__slider--slide .column{-ms-flex-preferred-size:50%;flex-basis:50%}.smarter-search__slider--slide .column.column__img{position:relative;z-index:1}@media (max-width:650px){.smarter-search__slider--slide .column.column__img{text-align:center}}.smarter-search__slider--slide .column.column__img img{display:inline-block;width:50%;float:right;margin-right:25px;max-width:100%}@media (max-width:650px){.smarter-search__slider--slide .column.column__img img{float:none;display:block;max-width:100%;width:auto;margin:auto}}.smarter-search__slider--slide .column.column__img .img--wrapper{position:relative}@media (max-width:650px){.smarter-search__slider--slide .column.column__img .img--wrapper{display:inline-block}}.smarter-search__slider--slide .column.column__img .img--wrapper:before{content:"";display:inline-block;background-image:url("/employer/hiring-advice/template_images/smart-search/Graphic-nodes-slider.png");background-repeat:no-repeat;background-position:50%;width:213px;height:115px;position:absolute;top:75px;left:-15%;z-index:-1}@media (max-width:650px){.smarter-search__slider--slide .column.column__img .img--wrapper:before{left:-130px}}@media (max-width:400px){.smarter-search__slider--slide .column.column__img .img--wrapper:before{left:-95px}}.smarter-search__slider--slide .column.column__text h2{font-size:26px;margin-bottom:5px}.smarter-search__slider--slide .column.column__text p{margin:0}@media (max-width:650px){.smarter-search__slider--slide .column.column__text{margin-top:50px}}.smarter-search__slider--slide .column .column__cta{margin-top:15px}.smarter-search__slider--slide .column .column__cta a{display:inline-block;font-size:16px;color:#fff;border:1px solid #fff;padding:10px 25px;border-radius:5px}@media (max-width:480px){.smarter-search__slider--slide .column .column__cta a.desktop-only{display:none}}.smarter-search__slider--slide .column .column__cta a.mobile-only{display:none}@media (max-width:480px){.smarter-search__slider--slide .column .column__cta a.mobile-only{display:inline-block}}.smarter-search__cta{margin:0 0 100px}.smarter-search__cta--wrapper{margin:auto;text-align:center;background-image:url("/employer/hiring-advice/template_images/smart-search/bottom.png");background-repeat:no-repeat;background-position:50%;padding:90px 0}@media (max-width:480px){.smarter-search__cta--wrapper{background-image:url("/employer/hiring-advice/template_images/smart-search/bottom-mobile.png")}}.smarter-search__cta--wrapper a{display:inline-block;padding:10px 40px;border-radius:5px;font-size:25px;color:#fff;text-align:center;background-color:#e62489;position:relative}@media (max-width:480px){.smarter-search__cta--wrapper a{padding:10px 23px}}@media (max-width:480px){.smarter-search__cta--wrapper a.desktop-only{display:none}}.smarter-search__cta--wrapper a.mobile-only{display:none}@media (max-width:480px){.smarter-search__cta--wrapper a.mobile-only{display:inline-block}}.PageBlock .content--pagewidth.text-copy__container{margin:50px auto 30px}.PageBlock .content--pagewidth.text-copy__container .blog-post__body{padding:20px 25px}.PageBlock .content--pagewidth.text-copy__container h1{font-size:28px;margin:8px 0}.PageBlock .content--pagewidth.text-copy__container p{font-size:16px;line-height:24px}.PageBlock .content--pagewidth.text-copy__container h2{font-size:21px;line-height:24px}.title__container{margin:50px auto 25px}@media (max-width:940px){.title__container{padding-right:30px;padding-left:30px}}.title__container h2{font-size:21px;line-height:25px}.practical-tools{background:url("/template_images/practial-tools-bg.png") repeat;background-size:initial;background-size:375px 460px;padding:40px 0;margin:50px auto;background-repeat:repeat}.practical-tools__label{color:#fff;font-size:16px;background-color:#35bcc2;display:inline-block;padding:8px 10px 4px;margin:0;line-height:21px;margin-top:20px}.practical-tools__title{font-size:28px;line-height:37px;margin:14px 0}.practical-tools__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.practical-tools__wrapper.row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:940px){.practical-tools__wrapper.row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.practical-tools__wrapper.row-reverse .practical-tools__img{margin-right:0}@media (max-width:940px){.practical-tools__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 30px!important}}@media (max-width:480px){.practical-tools__wrapper{margin:0 16px!important}}.practical-tools__img{margin-right:50px;position:relative}@media (max-width:940px){.practical-tools__img{width:100%;margin-right:0}}.practical-tools__img img{display:block;margin:0 auto}@media (max-width:940px){.practical-tools__img img{width:60%;margin-top:0}}@media (max-width:480px){.practical-tools__img img{display:block;width:100%}}@media (min-width:940px){.practical-tools--image-top-left{padding:0}.practical-tools--image-top-left .practical-tools__img{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}.practical-tools--image-top-left .practical-tools__img img{position:absolute;top:-20px;width:140%}.practical-tools--image-top-left .practical-tools__content{padding:20px 0}.practical-tools--image-bottom-over{padding:0;margin:70px auto 0}.practical-tools--image-bottom-over .practical-tools__img{margin-right:0;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;position:relative}.practical-tools--image-bottom-over .practical-tools__img img{display:block;position:absolute;bottom:-10px;width:100%}.practical-tools--image-bottom-over .practical-tools__content{padding:75px 0}.practical-tools--image-bottom-flush .practical-tools__img{-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%}.practical-tools--image-bottom-flush .practical-tools__img img{position:absolute;bottom:-43px;width:100%}.practical-tools--image-bottom-aligned .practical-tools__img{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%}.practical-tools--image-bottom-aligned .practical-tools__img img{position:absolute;bottom:-120px;width:105%;left:-60px}}@media (min-width:940px) and (min-width:1450px){.practical-tools--image-bottom-over .practical-tools__content{padding:12% 0}}.practical-tools__content{-webkit-box-flex:1;-ms-flex:1;flex:1}@media (max-width:940px){.practical-tools__content{width:100%}}.practical-tools__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:940px){.practical-tools__items{display:block}}.practical-tools__item{display:inline-block;margin-bottom:20px;margin-right:20px}.practical-tools__item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;color:#2560c4;height:50px;line-height:18px;font-weight:700;font-size:16px;padding:0 25px 0 64px;border-radius:25px;position:relative;transition:box-shadow .2s ease-in 0s,-webkit-transform .3s cubic-bezier(.165,.84,.44,1) 0s,transform .3s cubic-bezier(.165,.84,.44,1) 0s}@media (min-width:940px){.practical-tools__item a:hover{-webkit-box-shadow:#dde3ea 0 3px 10px;box-shadow:0 3px 10px #dde3ea;-webkit-transform:translateY(-4px);transform:translateY(-4px)}}.practical-tools__icon{position:absolute;left:0;top:0;width:50px;height:50px}.practical-tools__icon img{display:block;width:100%}.practical-tools.pink{background:url("/template_images/practical-tool-pink.png") repeat}.practical-tools.pink .practical-tools__label{background-color:#e60078}.practical-tools.practical-tools-bg-no-repeat{background-repeat:no-repeat;background-size:cover}@media (max-width:940px){.practical-tools.practical-tools-bg-no-repeat{background-image:url("/employer/hiring-advice/template_images/practical-tools/mobile-bg-image.png")!important;background-position:bottom;padding-bottom:500px}}@media (max-width:480px){.practical-tools.practical-tools-bg-no-repeat{padding-bottom:324px}}@media (min-width:940px){.practical-tools.width-150 .practical-tools__img img{width:152%}}.subcategories{margin-top:50px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 30px 20px 223px;position:relative;margin-bottom:60px}@media (max-width:940px){.subcategories{display:block;position:static;padding:30px 30px 20px}}.subcategories__img{-ms-flex-preferred-size:25%;flex-basis:25%;position:absolute;left:-50px;top:-33px}@media (max-width:940px){.subcategories__img{position:static}}.subcategories__content{-ms-flex-preferred-size:75%;flex-basis:75%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.subcategories__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.subcategories__item{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;margin-bottom:15px;margin-top:15px}@media (max-width:740px){.subcategories__item{-ms-flex-preferred-size:50%;flex-basis:50%}}@media (max-width:480px){.subcategories__item{-ms-flex-preferred-size:100%;flex-basis:100%}}.subcategories__item a{font-size:16px;line-height:16px;color:#2560c4;font-weight:700}.quarterly-report{padding:50px 0}@media (max-width:940px){.quarterly-report{padding:0}}.quarterly-report .section__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:740px){.quarterly-report .section__columns{display:block}}.quarterly-report .section__columns .section__text-copy{padding-right:60px;font-family:Roboto,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif}@media (max-width:940px){.quarterly-report .section__columns .section__text-copy{padding:16px;padding-top:0}}@media (max-width:740px){.quarterly-report .section__columns .section__text-copy{padding-right:0}}.quarterly-report .section__columns .section__text-copy h1{font-size:40px;font-weight:500;line-height:50px;margin:0}@media (max-width:740px){.quarterly-report .section__columns .section__text-copy h1{font-size:26px;line-height:32px}}.quarterly-report .section__columns .section__text-copy h3{font-size:20px;line-height:1.5;margin:16px 0 20px;color:#d8096b}@media (max-width:740px){.quarterly-report .section__columns .section__text-copy h3{font-size:16px}}.quarterly-report .section__columns .section__text-copy hr{width:52px;margin-left:0;margin-bottom:30px;margin-top:30px;border:2px solid #ec1380}@media (max-width:740px){.quarterly-report .section__columns .section__text-copy hr{margin-top:15px;margin-bottom:15px}}.quarterly-report .section__columns .section__text-copy p{font-size:18px;line-height:1.5}@media (max-width:740px){.quarterly-report .section__columns .section__text-copy p{font-size:16px}}.quarterly-report .section__columns .section__text-copy .button{border-radius:0}.quarterly-report .section__columns .section__col{-ms-flex-preferred-size:50%;flex-basis:50%}@media (max-width:940px){.quarterly-report .section__columns .section__col{padding:16px;padding-top:0}}@media (max-width:740px){.quarterly-report .section__columns .section__col{margin-bottom:40px;padding:16px}}@media (max-width:940px){.quarterly-report .section__columns .section__full{margin-bottom:40px;padding:16px}}@media (max-width:940px){.quarterly-report .section__columns .section__form{padding:16px;padding-top:0}}.quarterly-report .section__columns .section__form h6{font-size:20px;line-height:25px;margin:16px 0 20px;font-weight:700}.quarterly-report .section__columns .section__form .form__wrapper .gform_body .gform_fields{padding-left:0}.quarterly-report .section__columns .section__form .form__wrapper .gform_body li.gfield{list-style:none;margin-bottom:15px}.quarterly-report .section__columns .section__form .form__wrapper .gform_body li.gfield.checkbox label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px}.quarterly-report .section__columns .section__form .form__wrapper .gform_body li.gfield.checkbox input{margin-right:24px}@media (max-width:740px){.quarterly-report .section__columns .section__form .form__wrapper .gform_body li.gfield.checkbox input{margin-right:17px}}.quarterly-report .section__columns .section__form .form__wrapper .gform_body li.gfield.checkbox input:checked{position:relative}.quarterly-report .section__columns .section__form .form__wrapper .gform_body li.gfield.checkbox input:checked:before{content:"\2714";font-size:23px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#99a1a7}.quarterly-report .section__columns .section__form .form__wrapper .gform_body li.gfield .gfield_label{display:none}.quarterly-report .section__columns .section__form .errors{color:#a3006f;font-size:15px}.quarterly-report .section__columns .section__form .errors .errors__list{line-height:24px}.quarterly-report .section__columns .section__form #success__message{color:#236532}.quarterly-report .section__columns .section__form .gform_button{background-color:#ec1380;max-width:220px;cursor:pointer;margin-top:1em;border-radius:0}@media (max-width:740px){.quarterly-report .section__columns .section__form .gform_button{max-width:none}}.quarterly-report .section__columns .section__form .gform_button:hover{background-color:#fd0585}.section__laws-of-attraction p{font-size:18px;line-height:1.5}@media (max-width:740px){.section__laws-of-attraction p{font-size:16px}}@media (max-width:740px){.section__laws-of-attraction .panel--loa__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.section__laws-of-attraction .column .panel-content--wrapper{min-height:300px}.section__laws-of-attraction .column .panel--loa{padding:20px}.section__laws-of-attraction .column .panel--loa__content{-webkit-box-flex:1;-ms-flex:1;flex:1}@media (min-width:740px){.section__laws-of-attraction .column:first-of-type .panel--loa{padding:0 60px 0 20px}.section__laws-of-attraction .column:nth-of-type(2) .panel--loa{padding:0 20px 0 60px}}.invisible{visibility:hidden;opacity:0}.section__reports{background:rgba(0,102,204,.148451)}.section__reports .section__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:940px){.section__reports .section__columns{padding:0 16px}}@media (max-width:740px){.section__reports .section__columns{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.section__reports .section__columns .section__col{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.section__reports .section__columns .section__col.report__tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section__reports .section__columns .section__col.report__tiles .content-wrapper{padding:25px 0}@media (max-width:740px){.section__reports .section__columns .section__col.report__tiles .content-wrapper{padding-top:0}}.section__reports .section__columns .section__col.report__tiles h2{font-size:28px;font-weight:500;line-height:36px}@media (max-width:740px){.section__reports .section__columns .section__col.report__tiles h2{font-size:26px}}.section__reports .section__columns .section__col.report__tiles p{font-size:18px;line-height:25px}@media (max-width:740px){.section__reports .section__columns .section__col.report__tiles p{font-size:14px}}.section__reports .section__columns .section__col.report__tiles .tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.section__reports .section__columns .section__col.report__tiles .report__tile{display:inline-block;margin-bottom:20px;margin-right:20px}.section__reports .section__columns .section__col.report__tiles .report__tile a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;color:#2560c4;height:50px;line-height:18px;font-weight:700;font-size:16px;padding:0 25px 0 64px;border-radius:25px;position:relative;transition:box-shadow .2s ease-in 0s,-webkit-transform .3s cubic-bezier(.165,.84,.44,1) 0s,transform .3s cubic-bezier(.165,.84,.44,1) 0s}@media (min-width:940px){.section__reports .section__columns .section__col.report__tiles .report__tile a:hover{-webkit-box-shadow:#dde3ea 0 3px 10px;box-shadow:0 3px 10px #dde3ea;-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@media (max-width:740px){.section__reports .section__columns .section__col.report__tiles .report__tile a{font-size:12px;padding-left:58px}}.section__reports .section__columns .section__col.report__tiles .report__tile .plus__icon{position:absolute;left:0;top:0;width:50px;height:50px}.section__reports .section__columns .section__col.report__tiles .report__tile .plus__icon img{display:block;width:100%}.section__reports .section__columns .section__col.report__img{position:relative}@media (max-width:740px){.section__reports .section__columns .section__col.report__img{position:static}}.section__reports .section__columns .section__col.report__img img{display:block;width:100%;height:auto;padding:35px;max-width:389px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:740px){.section__reports .section__columns .section__col.report__img img{position:static;-webkit-transform:translateY(0);transform:translateY(0);margin:auto;max-width:160px;padding:20px 20px 0}}.pdf-preview__image{position:absolute;width:100%;max-width:500px;visibility:hidden;opacity:0}.pdf-preview__image:before{content:"";display:block;padding-top:75%}.pdf-preview__image.active{visibility:visible;position:static;opacity:1}.pdf-preview__controls{padding:10px}.pdf-preview button{background:#1363d6;border:#1363d6;font-size:1.2em;padding:1em 2em;min-width:40px}body.pdf-preview-modal--open .modal--pdf-preview{display:block;overflow:hidden}.modal--pdf-preview{display:none}@media (max-width:740px){.modal--pdf-preview .modal__title{font-size:16px}}.modal--pdf-preview .modal__content{padding:5px;width:90%}@media (min-width:740px){.modal--pdf-preview .modal__content{padding:18px;overflow:hidden;width:auto}}.modal--pdf-preview .modal__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal--pdf-preview .modal__close svg path{fill:#888;stroke:#888;stroke-width:2}.aspect-ratio-page-header-mobile{visibility:visible;background-size:cover;background-position:50%;background-repeat:no-repeat;padding-top:calc(var(--aspect-ratio-height) / var(--aspect-ratio-width) * 100%)}@media (min-width:740px){.aspect-ratio-page-header-mobile{padding-top:0;visibility:hidden}}.aspect-ratio-page-header-tablet{visibility:hidden;padding-top:0;background-size:cover;background-position:50%;background-repeat:no-repeat}@media (min-width:740px) and (max-width:940px){.aspect-ratio-page-header-tablet{visibility:visible;padding-top:calc(var(--aspect-ratio-height) / var(--aspect-ratio-width) * 100%)}}.aspect-ratio-page-header{visibility:hidden;padding-top:0;background-size:cover;background-position:50%;background-repeat:no-repeat}@media (min-width:940px){.aspect-ratio-page-header{visibility:visible;padding-top:calc(var(--aspect-ratio-height) / var(--aspect-ratio-width) * 100%)}}.jobs-on-the-move{font-size:16px}.jobs-on-the-move img{max-width:100%;width:100%}.jobs-on-the-move__body{background:#e6e7e9;padding:2em}@media screen and (max-width:1200px){.jobs-on-the-move__body{padding:2em 0}}.jobs-on-the-move__title{background:#0d3880;margin:0;padding:10px}.jobs-on-the-move__title h1{color:#fff;text-transform:uppercase;font-size:25px;text-align:center;margin:0;font-weight:300}.jobs-on-the-move__title h1 strong{font-weight:700}.jobs-on-the-move__select{padding:4em 2em 2em;background-color:#3f51b5;background:#3f51b5 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAkCAIAAACFVbTMAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALKSURBVFhH7VfLbtNAFB1RNWVdkgYUWJUlVKUBKhJ7Hk4WFRLJPFIBnwCKhBCPJWv4A0RoEQ+JRZFK4sc44uc4E1ehcXdOwirSkTUe5+bM3Hs9PocIbZlMmIoXAq4iJkMqI6ZjphNfAdbTKVWWK7BgPqI6JoFKRCfKBReHIwNCrkZCh6KXsJ6lvTQwSctNhnjqWLmMg86F4KLwcO1ZcRj7j07221/vB1/uBcd3g+N9cdxof6ed30gAVTHB3gOV5oILw9O2gYGJHhz83N75UK69ulLtV672y9X+jZvv6uIb1ZaqhFCdcpR2NrgwqLFNDIxl3eHtxsfK9dfrG09La7q01tvc6u/6R8yMuRkTH+QyzAUXhusm1zKWGeQv3KODau3l5dLjjUuqsvX8Dj1iesxUSphJUN5ccGEEGsSh142aMuGuiaI6HVRqb0rrT8qVZ3X6WWisJiW+iprqTy54HnD0i4zcy4NF9NLW4XiH/9isvS1fe1H3PrVkxDNWTy6smzIyANzZLYiBXW+wfev9nn/EZchNSvDYlzOR88PvukYR6KkJMSgC7O3gpPHwl6u6iYl7vLgevoizVJsxKsqNpe5sCgnW1ZosalGYJjkbYKOTSuM1TdHYE9bI7ZW5E/Jf2DyYlnM6PrvVlqN7QY8TEWcTU9bvzkTOCZRzhm+6XeUaG98AriyhEt20sL26/z233XPzI6ZGOENw7Atpswz/b6xYl40V67KxYl02VqzLxop12SBt2K7uaW62MHx8vY1TRh78pIJ+SBlkr0w5NIYKBYyeGuLq1BqsQS54HmR6ZaIoIFkgIUKuoSsyaQF3O8IkaXaxuoUpGA4xBF/aiYSKBMj0iJshVac+rBT0LzyVRj5C53N8hRXl44tBmFTAtU3VGohN6HLuku98O8wcQISBVB9Ow+YE6goL4xybKyo0sAUTqjuRpbGPH4DVpH8BEt3ku939PRQAAAAASUVORK5CYII=") -10px 10px}.jobs-on-the-move__select .form--single{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.jobs-on-the-move__select .input-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;padding:.5em}.jobs-on-the-move__select .input-wrap:nth-of-type(2){-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.jobs-on-the-move__select .input-wrap.select-wrap{position:relative}.jobs-on-the-move__select .input-wrap.select-wrap:after{content:url("/employer/hiring-advice/template_images/down-arrow.svg");position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:2em;pointer-events:none}.jobs-on-the-move__select select{display:block;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;font-size:inherit;background:#fff;outline:0;border:0;padding:.5em 1em}.jobs-on-the-move__select select:focus{-webkit-box-shadow:0 0 0 2px #1e90ff;box-shadow:0 0 0 2px #1e90ff}.jobs-on-the-move__select #choose-industry{height:100%}.jobs-on-the-move__btn{margin-left:auto;display:block;color:#fff!important;text-decoration:none;border-radius:2px;background-color:#e60278!important;border:1px solid #e60278!important;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.5);box-shadow:0 1px 1px 0 rgba(0,0,0,.5);padding:.5em 2em;font-weight:400;font-size:inherit;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;white-space:nowrap}.jobs-on-the-move__industries img{max-width:100%;width:100%;height:auto}.jobs-on-the-move__industries .no-selection{display:none;letter-spacing:.15em;font-weight:700}.jobs-on-the-move__industries[data-selected="0"]{display:none;background:#fff}.jobs-on-the-move__industries[data-selected="0"] .no-selection{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="1"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="1"] [data-image="1"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="2"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="2"] [data-image="2"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="3"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="3"] [data-image="3"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="4"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="4"] [data-image="4"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="5"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="5"] [data-image="5"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="6"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="6"] [data-image="6"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="7"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="7"] [data-image="7"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="8"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="8"] [data-image="8"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="9"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="9"] [data-image="9"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="10"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="10"] [data-image="10"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="11"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="11"] [data-image="11"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="12"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="12"] [data-image="12"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="13"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="13"] [data-image="13"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="14"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="14"] [data-image="14"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="15"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="15"] [data-image="15"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="16"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="16"] [data-image="16"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="17"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="17"] [data-image="17"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="18"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="18"] [data-image="18"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="19"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="19"] [data-image="19"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="20"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="20"] [data-image="20"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="21"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="21"] [data-image="21"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="22"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="22"] [data-image="22"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="23"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="23"] [data-image="23"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="24"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="24"] [data-image="24"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="25"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="25"] [data-image="25"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="26"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="26"] [data-image="26"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="27"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="27"] [data-image="27"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="28"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="28"] [data-image="28"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="29"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="29"] [data-image="29"]{display:block}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="30"] [data-image]{display:none}.jobs-on-the-move .jobs-on-the-move__industries[data-selected="30"] [data-image="30"]{display:block}.jobs-on-the-move__industry-data{max-width:100%;height:auto;display:block;background:#fff;padding:1em 0}.jobs-on-the-move__industry-data .loader{display:none}.jobs-on-the-move__industry-data .no-selection{display:none;letter-spacing:.15em;font-weight:700}.jobs-on-the-move__industry-data[data-selected=""]:not(.loading){background:#fff}.jobs-on-the-move__industry-data[data-selected=""]:not(.loading) .no-selection{display:block}.jobs-on-the-move__industry-data[data-selected="0"]{background:transparent}.jobs-on-the-move__industry-data [data-copy]{display:none}.jobs-on-the-move__industry-data [data-copy] img{margin:1em 0;opacity:0;-webkit-animation:JOTMAppear ease .5s forwards;animation:JOTMAppear ease .5s forwards}.jobs-on-the-move__industry-data [data-copy] img:nth-of-type(2){-webkit-animation-delay:.15s;animation-delay:.15s}.jobs-on-the-move__industry-data [data-copy] img:nth-of-type(3){-webkit-animation-delay:.3s;animation-delay:.3s}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="1"] [data-copy="1"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="1"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="2"] [data-copy="2"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="2"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="3"] [data-copy="3"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="3"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="4"] [data-copy="4"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="4"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="5"] [data-copy="5"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="5"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="6"] [data-copy="6"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="6"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="7"] [data-copy="7"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="7"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="8"] [data-copy="8"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="8"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="9"] [data-copy="9"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="9"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="10"] [data-copy="10"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="10"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="11"] [data-copy="11"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="11"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="12"] [data-copy="12"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="12"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="13"] [data-copy="13"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="13"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="14"] [data-copy="14"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="14"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="15"] [data-copy="15"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="15"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="16"] [data-copy="16"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="16"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="17"] [data-copy="17"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="17"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="18"] [data-copy="18"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="18"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="19"] [data-copy="19"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="19"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="20"] [data-copy="20"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="20"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="21"] [data-copy="21"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="21"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="22"] [data-copy="22"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="22"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="23"] [data-copy="23"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="23"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="24"] [data-copy="24"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="24"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="25"] [data-copy="25"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="25"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="26"] [data-copy="26"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="26"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="27"] [data-copy="27"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="27"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="28"] [data-copy="28"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="28"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="29"] [data-copy="29"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="29"]{margin-bottom:1em}}.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="30"] [data-copy="30"]{display:block}@media screen and (max-width:768px){.jobs-on-the-move .jobs-on-the-move__industry-data[data-selected="30"]{margin-bottom:1em}}.jobs-on-the-move .loader,.jobs-on-the-move .loading .jobs-on-the-move__industry-data{display:none}.jobs-on-the-move .loading .loader{display:block}.jobs-on-the-move .loading .loader .dots{margin:0 auto}.jobs-on-the-move .loading .loader{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1em}.jobs-on-the-move .loading .loader .text{color:#a3a3a3;font-size:1.5em;display:inline-block;margin-top:.5em}.jobs-on-the-move .loading .loader .dots{width:5em;height:5em;position:relative}.jobs-on-the-move .loading .loader .dots .dot{position:relative;width:100%}.jobs-on-the-move .loading .loader .dots .dot:after{position:absolute;content:"";background:#d6d6d6;display:block;width:1em;height:1em;border-radius:100%}.jobs-on-the-move .loading .loader .dots .dot.dot--1{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(76deg);transform:translateY(2.5em) rotate(76deg)}.jobs-on-the-move .loading .loader .dots .dot.dot--1:after{-webkit-animation:loaLoader 2.5s .15s steps(2) infinite;animation:loaLoader 2.5s .15s steps(2) infinite}.jobs-on-the-move .loading .loader .dots .dot.dot--2{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(116deg);transform:translateY(2.5em) rotate(116deg)}.jobs-on-the-move .loading .loader .dots .dot.dot--2:after{-webkit-animation:loaLoader 2.5s .3s steps(2) infinite;animation:loaLoader 2.5s .3s steps(2) infinite}.jobs-on-the-move .loading .loader .dots .dot.dot--3{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(156deg);transform:translateY(2.5em) rotate(156deg)}.jobs-on-the-move .loading .loader .dots .dot.dot--3:after{-webkit-animation:loaLoader 2.5s .45s steps(2) infinite;animation:loaLoader 2.5s .45s steps(2) infinite}.jobs-on-the-move .loading .loader .dots .dot.dot--4{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(196deg);transform:translateY(2.5em) rotate(196deg)}.jobs-on-the-move .loading .loader .dots .dot.dot--4:after{-webkit-animation:loaLoader 2.5s .6s steps(2) infinite;animation:loaLoader 2.5s .6s steps(2) infinite}.jobs-on-the-move .loading .loader .dots .dot.dot--5{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(236deg);transform:translateY(2.5em) rotate(236deg)}.jobs-on-the-move .loading .loader .dots .dot.dot--5:after{-webkit-animation:loaLoader 2.5s .75s steps(2) infinite;animation:loaLoader 2.5s .75s steps(2) infinite}.jobs-on-the-move .loading .loader .dots .dot.dot--6{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(276deg);transform:translateY(2.5em) rotate(276deg)}.jobs-on-the-move .loading .loader .dots .dot.dot--6:after{-webkit-animation:loaLoader 2.5s .9s steps(2) infinite;animation:loaLoader 2.5s .9s steps(2) infinite}.jobs-on-the-move .loading .loader .dots .dot.dot--7{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(316deg);transform:translateY(2.5em) rotate(316deg)}.jobs-on-the-move .loading .loader .dots .dot.dot--7:after{-webkit-animation:loaLoader 2.5s 1.05s steps(2) infinite;animation:loaLoader 2.5s 1.05s steps(2) infinite}.jobs-on-the-move .loading .loader .dots .dot.dot--8{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(356deg);transform:translateY(2.5em) rotate(356deg)}.jobs-on-the-move .loading .loader .dots .dot.dot--8:after{-webkit-animation:loaLoader 2.5s 1.2s steps(2) infinite;animation:loaLoader 2.5s 1.2s steps(2) infinite}.jobs-on-the-move .loading .loader .dots .dot.dot--9{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(396deg);transform:translateY(2.5em) rotate(396deg)}.jobs-on-the-move .loading .loader .dots .dot.dot--9:after{-webkit-animation:loaLoader 2.5s 1.35s steps(2) infinite;animation:loaLoader 2.5s 1.35s steps(2) infinite}.jobs-on-the-move .loading .loader .dots .dot.dot--10{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(2.5em) rotate(436deg);transform:translateY(2.5em) rotate(436deg)}.jobs-on-the-move .loading .loader .dots .dot.dot--10:after{-webkit-animation:loaLoader 2.5s 1.5s steps(2) infinite;animation:loaLoader 2.5s 1.5s steps(2) infinite}@-webkit-keyframes loaLoader{to{background:#a3a3a3}}@keyframes loaLoader{to{background:#a3a3a3}}@-webkit-keyframes JOTMAppear{0%{-webkit-transform:translateY(-2em) scale(.8);transform:translateY(-2em) scale(.8);opacity:0}to{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1}}@keyframes JOTMAppear{0%{-webkit-transform:translateY(-2em) scale(.8);transform:translateY(-2em) scale(.8);opacity:0}to{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1}}@-webkit-keyframes JOTMLoader{33%{-webkit-transform:translateY(-.5em);transform:translateY(-.5em)}66%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes JOTMLoader{33%{-webkit-transform:translateY(-.5em);transform:translateY(-.5em)}66%{-webkit-transform:translateY(0);transform:translateY(0)}}.jotm-states__banner{background:#fff}@media screen and (max-width:600px){.jotm-states__banner--desktop{display:none}}.jotm-states__banner--mobile{display:none}@media screen and (max-width:600px){.jotm-states__banner--mobile{display:block}}.jotm-states svg a:hover{cursor:pointer}.jotm-states__heading{padding:1em 2em;background:#fff;font-weight:500}@media (max-width:400px){.jotm-states__heading{padding:1em}}.jotm-states__heading h3{margin-bottom:1em;display:inline-block;padding:.5em 0;font-size:21px;border-bottom:1px solid #00a5ad}@media screen and (max-width:600px){.jotm-states__heading h3{font-size:18px}}@media (max-width:400px){.jotm-states__heading h3{font-size:15px}}.jotm-states__heading h3 img{vertical-align:middle}.jotm-states__states .state-slider{background:#fff;padding:0 40px}.jotm-states__states .state-slider:not(.slick-initialized){overflow:hidden;max-height:200px}.jotm-states__states .state-slider:not(.slick-initialized) .state-trigger{display:inline-block}@media screen and (max-width:600px){.jotm-states__states .state-slider{display:none}}.jotm-states__states .state-slider .state-trigger{outline:0;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}.jotm-states__states .state-slider .state-trigger:hover{cursor:pointer;opacity:.8!important;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}.jotm-states__states .state-slider button{padding:0}.jotm-states__states .state-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:baseline;align-content:baseline}.jotm-states__states .state-slider .slick-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff!important;color:#747474!important;border-radius:100%;border:2px solid currentColor!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:32px!important;height:32px!important;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}.jotm-states__states .state-slider .slick-arrow svg{width:12px;stroke:#747474;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;fill:none}.jotm-states__states .state-slider .slick-arrow:after,.jotm-states__states .state-slider .slick-arrow:before{content:"";display:none!important}.jotm-states__states .state-slider .slick-arrow.slick-prev{left:-10px}.jotm-states__states .state-slider .slick-arrow.slick-next{right:-10px}.jotm-states__states .state-select{display:none;padding:2em;background-color:#fff}@media screen and (max-width:600px){.jotm-states__states .state-select{display:block}}@media (max-width:400px){.jotm-states__states .state-select{padding:1em}}.jotm-states__states .state-select .form--single{-ms-flex-wrap:wrap;flex-wrap:wrap}.jotm-states__states .state-select select{display:block;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;font-size:inherit;background:#fff;outline:0;padding:.5em 1em;padding-right:2em;white-space:nowrap;margin-bottom:.5em;border-radius:0;border:1px solid #404040}.jotm-states__states .state-select select:focus{-webkit-box-shadow:0 0 0 2px rgba(30,144,255,.75);box-shadow:0 0 0 2px rgba(30,144,255,.75)}.jotm-states__states .state-select #choose-state{background-color:rgba(30,144,255,.75)!important;border:1px solid rgba(30,144,255,.75)!important}@media (max-width:600px){.jotm-states__states .state-select #choose-state{padding:.75em 1.25em}}.jotm-states__body{background-color:#e6e7e8}.jotm-states__body .state .state-info{background:#fff;margin:1em 0}.jotm-states__body .state .state-info--desktop{display:block}@media (max-width:600px){.jotm-states__body .state .state-info--desktop{display:none}}.jotm-states__body .state .state-info--mobile{background:#fff;display:none}@media (max-width:600px){.jotm-states__body .state .state-info--mobile.active{display:block}}.jotm-states__body .cities{background:#fff}.jotm-states__body .cities--desktop{display:block}@media (max-width:600px){.jotm-states__body .cities--desktop{display:none}}.jotm-states__body .cities--desktop .city{overflow:hidden;background:#fff}.jotm-states__body .cities--desktop .city-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:66px}.jotm-states__body .cities--desktop .city-tabs>a{margin:0 1px;padding:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;font-size:14px;color:#fff!important;font-weight:500;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;text-decoration:none!important}.jotm-states__body .cities--desktop .city-tabs>a:first-of-type{margin-left:0}.jotm-states__body .cities--desktop .city-tabs>a:last-of-type{margin-right:0}.jotm-states__body .cities--desktop .city-tabs>a:hover{opacity:.8!important;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}.jotm-states__body .cities--mobile{display:none}@media (max-width:600px){.jotm-states__body .cities--mobile.active{display:block}}.jotm-states__body .cities--mobile__content{background:#fff}.jotm-states__body .cities--mobile__toggle{color:#fff;text-transform:capitalize;padding:1em;border-bottom:1px solid #fff}.jotm-states__body .cities--mobile__toggle.full-opacity{opacity:1!important}.jotm-states__body .cities--mobile__toggle:hover{cursor:pointer}.jotm-states__body .cta{background:#fff}.jotm-states__body .cta--desktop{display:block}@media (max-width:600px){.jotm-states__body .cta--desktop{display:none}}.jotm-states__body .cta--mobile{background:#fff;display:none}@media (max-width:600px){.jotm-states__body .cta--mobile{display:block}}.jotm-states.jotm-states-nz .jotm-states__states .state-select{display:-webkit-box;display:-ms-flexbox;display:flex}.jotm-states.jotm-states-nz .jotm-states__states .state-select .input-wrap.select-wrap{position:relative}.jotm-states.jotm-states-nz .jotm-states__states .state-select .input-wrap:first-of-type{-ms-flex-preferred-size:75%;flex-basis:75%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:1em}.jotm-states.jotm-states-nz .jotm-states__states .state-select select{display:block;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;font-size:inherit;background-color:#fff;outline:0;padding:.5em 1em;padding-right:2em;white-space:nowrap;border-radius:0;border:1px solid #404040;margin-bottom:0}.jotm-states.jotm-states-nz .jotm-states__states .state-select #choose-state{background-color:#1e90ff!important;border:1px solid #1e90ff!important;height:100%;display:block;padding:.5em 2em}.salary-spotlights{margin-bottom:50px}.salary-spotlights .page-header .image.background{background-size:cover;background-position:50%;background-repeat:no-repeat;border:1px solid #f0f0f0;height:400px;width:100%}@media (max-width:1024px) and (min-width:769px){.salary-spotlights .page-header .image.background{height:350px}}@media (max-width:768px) and (min-width:569px){.salary-spotlights .page-header .image.background{height:275px}}@media (max-width:568px){.salary-spotlights .page-header .image.background{height:200px}}.salary-spotlights .page-header .image.background.background-small .background-large{opacity:0}.salary-spotlights .entry{background:#fff;margin-top:2em;padding:2em;position:relative}.salary-spotlights .entry:last-of-type{margin-bottom:2em}.salary-spotlights .map-marker:focus,.salary-spotlights .map-marker:hover{text-decoration:none}.salary-spotlights .map-marker:focus path,.salary-spotlights .map-marker:focus polygon,.salary-spotlights .map-marker:hover path,.salary-spotlights .map-marker:hover polygon{stroke:#e60278;fill:#fff;stroke-width:3}.salary-spotlights .map-marker:focus line,.salary-spotlights .map-marker:focus polyline,.salary-spotlights .map-marker:hover line,.salary-spotlights .map-marker:hover polyline{stroke-dasharray:0;stroke-width:1}.salary-spotlights .map-marker:focus text,.salary-spotlights .map-marker:hover text{fill:#e60278}.salary-spotlights .form--single{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}@media (max-width:768px){.salary-spotlights .form--single{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}}.salary-spotlights .form--single label{font-size:18px;color:#2560c4;margin-right:1em;-ms-flex-preferred-size:80%;flex-basis:80%}.salary-spotlights .form--single .input-wrap.select-wrap{position:relative}.salary-spotlights .form--single .input-wrap.select-wrap:after{content:url("/employer/hiring-advice/template_images/down-arrow.svg");position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:.5rem;pointer-events:none}.salary-spotlights .form--single .input-wrap:first-of-type{-webkit-box-flex:1;-ms-flex:1 1 75%;flex:1 1 75%;margin-right:2em}.salary-spotlights .form--single .input-wrap .btn--loa{display:inline-block;color:#fff!important;border-radius:2px;background-color:#009fd4;border:1px solid #009fd4;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.5);box-shadow:0 1px 1px 0 rgba(0,0,0,.5);padding:.5em 1em;font-weight:400;font-size:16px;white-space:nowrap;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer}.salary-spotlights .form--single .input-wrap .btn--loa.disabled{opacity:.4;pointer-events:none}.salary-spotlights .form--single select{padding:.5em 2.5em .5em 1em;border-radius:2px;font-size:15px}@media screen and (max-width:930px){.salary-spotlights .form--single{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.salary-spotlights .form--single>*{margin-bottom:1em}}.salary-spotlights .city-picker .button{display:inline-block;padding:.5em 1em;font-size:18px;color:#fff;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-negative:0;flex-shrink:0}.salary-spotlights .city-picker .button:hover{color:#fff}.salary-spotlights .city-picker .button.disabled{opacity:.5;pointer-events:none}.salary-spotlights .city-picker label{font-size:18px;margin-bottom:.25em;text-align:left}.salary-spotlights .city-picker select{font-size:18px;padding:.5em;height:auto;margin-right:.5em}.salary-spotlights .city-picker .city-picker__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.map-callout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.map-callout .map-callout__icon{width:33%}.map-callout .map-callout__icon>svg{max-width:100%;height:auto}.map-callout .map-callout__copy{padding:1em;font-size:21px}.map-callout .map-callout__copy>span{font-size:1em}@media screen and (max-width:500px){.map-callout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.map-callout .map-callout__copy{text-align:center;padding-bottom:0}}.interview-builder__banner{position:relative;overflow:hidden;background:#fff;height:auto!important}.interview-builder__banner img{width:100%;height:236px}.interview-builder__banner-container{height:0}.interview-builder__header-image{position:relative;margin-top:0;background-repeat:no-repeat;background-position:50%;background-size:cover;-ms-background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;max-width:940px;height:277px;margin:auto}.interview-builder__header-image img{display:none}@media (max-width:1100px){.interview-builder__header-image{height:236px}}@media (max-width:740px){.interview-builder__header-image{background-image:none!important;height:auto}.interview-builder__header-image img{display:block;width:100%;height:auto}}.interview-builder__header-svg{position:absolute;bottom:0;left:2em;content:""}@media only screen and (max-width:739px){.interview-builder .SSG__Card__root>.SSG__Section__root{padding:18px 10px}}.practice-interview-building-tool{padding:0!important}@media (max-width:1120px){.alt-route-landing{padding-left:0!important;padding-right:0!important}}.alt-route-landing .SSG__PageBlock__content{max-width:none}#seek-alt-route{background-color:#fff}#seek-alt-route .page-header{margin-top:0;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:266px}#seek-alt-route .page-header img{display:none}@media (max-width:1120px){#seek-alt-route .page-header{background-image:none!important;height:auto}#seek-alt-route .page-header img{display:block;width:100%;height:auto}}#seek-alt-route .SSG_Podcast__episodes{width:100%;margin:auto;max-width:940px}@media (max-width:1120px){#seek-alt-route .SSG_Podcast__episodes{height:auto}}#seek-alt-route .SSG_Podcast__episodes .SSG__Section__header--component{padding-bottom:40px}@media (max-width:740px){#seek-alt-route .SSG_Podcast__episodes .SSG__Section__header--component{padding-bottom:30px;padding-top:30px}}@media (max-width:1120px){#seek-alt-route .SSG_Podcast__episodes .SSG__Section__header--component h2{padding-right:20px;padding-left:20px}}#seek-alt-route .SSG_Podcast__episodes .featured__posts{padding-top:0}#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container{position:static!important}@media (max-width:1120px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container{padding-right:16px;padding-left:16px}}@media (max-width:740px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container{padding-right:0;padding-left:0}}#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container .featured__posts__item{border:1px solid hsla(0,0%,59%,.38)}@media (max-width:740px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container .featured__posts__item{border:none}}#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container .featured__posts__item .featured__posts__item__left img{height:100%}@media (max-width:1120px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container .featured__posts__item .featured__posts__item__left img{width:100%;height:auto}}#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container .featured__posts__item .featured__posts__item__right{display:block}#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container .featured__posts__item .featured__posts__item__right .featured__posts__item__content{height:100%}@media (max-width:1120px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container .featured__posts__item .featured__posts__item__right .featured__posts__item__content{padding-top:42px;padding-bottom:28px}}@media (max-width:740px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container .featured__posts__item .featured__posts__item__right .featured__posts__item__content{padding-top:15px}}@media (max-width:740px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .featured__posts__container .featured__posts__item .SSG__Text__heading{font-size:18px;margin-bottom:0}}#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG__Text__root--description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}@media (max-width:740px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG__Text__root--description p:last-child{padding-top:30px}}#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG__Text__root--description p:last-child a{color:#06c;text-decoration:none;font-size:14px}#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container{margin-top:100px;margin-bottom:100px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:740px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container{margin-top:0;background-color:#eee;display:block;padding:10px 16px;margin-bottom:0;padding-bottom:40px}}#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container .Podcast__episode{margin-right:2.5%}@media (max-width:1120px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container .Podcast__episode{padding:20px 0}}@media (max-width:740px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container .Podcast__episode{margin-right:0}}#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container .Podcast__episode h3{font-size:14px;padding-bottom:14px;border-bottom:1px solid #979797}#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container .Podcast__episode h4{font-size:16px;font-weight:700;line-height:3em}@media (max-width:800px){#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container .Podcast__episode h4{line-height:1.2em;padding-top:15px;padding-bottom:15px}}#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container .Podcast__episode .Podcast__episode__content{font-size:14px;line-height:1.4em}#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container .Podcast__episode .Podcast__episode__content p:last-child{padding-top:20px}#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container .Podcast__episode .Podcast__episode__content p:last-child a{color:#06c;text-decoration:none;font-size:14px}#seek-alt-route .SSG_Podcast__episodes .featured__posts .SSG_Podcast__episodes__container .Podcast__episode:last-child{margin-right:0}#seek-alt-route .podcast__app__banner{background-image:url("/employer/hiring-advice/template_images/refresh/alt-route/banner.png")!important;overflow:hidden}@media (max-width:740px){#seek-alt-route .podcast__app__banner{background-image:url("/employer/hiring-advice/template_images/refresh/alt-route/banner_mobile.png")!important}}#seek-alt-route .podcast__apps__container{width:100%;margin:auto;height:100%;max-width:940px;padding-top:50px;padding-bottom:50px}@media (max-width:1120px){#seek-alt-route .podcast__apps__container{padding-left:16px}}@media (max-width:740px){#seek-alt-route .podcast__apps__container{padding-top:15%;padding-bottom:15%}}#seek-alt-route .podcast__apps__container .podcast__app__heading{font-size:24px;font-weight:700;color:#fff}@media (max-width:740px){#seek-alt-route .podcast__apps__container .podcast__app__heading{font-size:19px}}#seek-alt-route .podcast__apps__container .podcast__app__heading span{background-color:#080559;padding:6px 10px}#seek-alt-route .podcast__apps__container .podcast__app__heading .podcast__app__big__text{line-height:2em;font-size:48px;padding-top:2px;padding-bottom:0}@media (max-width:740px){#seek-alt-route .podcast__apps__container .podcast__app__heading .podcast__app__big__text{font-size:37px}}#seek-alt-route .podcast__apps__container .app__images__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:440px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:500px){#seek-alt-route .podcast__apps__container .app__images__container{padding-right:5px}}#seek-alt-route .podcast__apps__container .app__images__container img{display:inline-block;padding-right:15px;width:36%}@media (max-width:1120px){#seek-alt-route .podcast__apps__container .app__images__container img{width:33%;height:auto}}@media (max-width:500px){#seek-alt-route .podcast__apps__container .app__images__container .google-play-img{margin-top:10px;margin-bottom:10px}}#seek-alt-route #make-a-change .SSG__PageBlock__content{width:100%;margin:auto;max-width:940px}#seek-alt-route #make-a-change .podcast__form{padding-top:64px;padding-bottom:37px}@media only screen and (max-width:1020px) and (min-width:740px){#seek-alt-route #make-a-change .podcast__form{padding-left:25px;padding-right:25px}}@media (max-width:740px){#seek-alt-route #make-a-change .podcast__form{padding-left:16px;padding-right:16px}}#seek-alt-route #make-a-change .podcast__form__content{margin-bottom:38px;text-align:center}@media (max-width:740px){#seek-alt-route #make-a-change .podcast__form__content{padding:0 16px}}#seek-alt-route #make-a-change .podcast__form__content .SSG__Text__heading{color:#000;font-size:36px;line-height:43px;font-weight:500;margin-bottom:10px}@media (max-width:740px){#seek-alt-route #make-a-change .podcast__form__content .SSG__Text__heading{font-size:24px;line-height:28px}}#seek-alt-route #make-a-change .podcast__form__content .SSG__Text__superstandard{font-size:16px;line-height:28px}#seek-alt-route #make-a-change #subscribe-form--app{background-color:#fff}#seek-alt-route .signup__appHeader___3sBOd{display:none!important}#seek-alt-route .alt__route__related__articles{background-color:#eee}#seek-alt-route .alt__route__related__articles .related__articles__main__container{width:100%;margin:auto;max-width:940px;padding-top:5%;padding-bottom:5%}#seek-alt-route .alt__route__related__articles .related__articles__main__heading{font-size:21px;font-weight:700;padding-bottom:10px}@media (max-width:1120px){#seek-alt-route .alt__route__related__articles .related__articles__main__heading{padding-left:20px;padding-right:20px}}#seek-alt-route .alt__route__related__articles .post-tile__tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1120px){#seek-alt-route .alt__route__related__articles .post-tile__tiles{padding-right:16px;padding-left:16px}}@media (max-width:740px){#seek-alt-route .alt__route__related__articles .post-tile__tiles{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:0;padding-left:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile{-webkit-box-flex:0;-ms-flex:0 0 32%;flex:0 0 32%;margin-top:20px;background-color:#fff}#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile a{text-decoration:none;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media (max-width:740px){#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__header{position:relative}@media (max-width:740px){#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__header{-webkit-box-flex:1;-ms-flex:1;flex:1;background-repeat:no-repeat;background-position:50%;background-size:cover}}@media (max-width:500px){#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__header{-webkit-box-flex:2;-ms-flex:2;flex:2}}#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__header img{width:100%}@media (max-width:500px){#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__header img{display:none}}#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__body{background-color:#fff;padding:60px 20px 40px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width:740px){#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__body{padding:20px 15px;-webkit-box-flex:2;-ms-flex:2;flex:2;text-align:left}}#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__body p{font-size:14px;color:#9b9b9b;padding-top:50px}@media (max-width:740px){#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__body p{padding-top:20px}}#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__title{font-size:20px;font-weight:700;line-height:1.3em;width:100%;margin:0 auto;max-width:200px}@media (max-width:740px){#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__title{font-size:18px;max-width:none}}#seek-alt-route .alt__route__related__articles .post-tile__tiles .post-tile__category{color:#000}#seek-alt-route .alt__route__related__articles .post-tile:hover{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.28);box-shadow:0 2px 10px 0 rgba(0,0,0,.28);-webkit-transform:translateY(-4px);transform:translateY(-4px)}#seek-alt-route .about__show{width:100%;margin:auto;max-width:940px}#seek-alt-route .about__show .about__show__content{font-size:16px;line-height:24px}#seek-alt-route .about__show .about__show__content p{margin-bottom:1em;padding-bottom:9px}#seek-alt-route .about__show .SSG__Text__root{border-left:none}#seek-alt-route .about__show blockquote{position:relative}#seek-alt-route .about__show .SSG__Text__subheading:before{content:"\201C";font-size:50px;position:absolute;left:-5px}#seek-alt-route .about__show .SSG__Text__subheading:after{content:"\201D";font-size:50px;position:absolute;bottom:-30px}.interview-builder-candidate{padding:0!important;background-color:#fff}.interview-builder-candidate .SSG__PageBlock__content{width:100%;max-width:100%}.interview-builder-candidate.interview-builder .page-header{background-image:url("/employer/hiring-advice/template_images/interview-builder-explainer/Desktop-Header.svg");margin-top:0;background-repeat:no-repeat;background-position:50%;background-size:cover;width:100%;height:266px}.interview-builder-candidate.interview-builder .page-header img{display:none}@media (max-width:1120px){.interview-builder-candidate.interview-builder .page-header{background-image:none!important;height:auto}.interview-builder-candidate.interview-builder .page-header img{display:block;width:100%;height:auto}}.interview-builder-candidate.interview-builder .container{margin:0 auto;max-width:1180px}.interview-builder-candidate.interview-builder .banner{font-size:20px;padding:1em 0}.interview-builder-candidate.interview-builder .banner--overlay{position:relative}.interview-builder-candidate.interview-builder .banner--overlay .container{z-index:2}.interview-builder-candidate.interview-builder .banner--overlay:after{content:"";position:absolute;right:0;width:50%;height:100%;top:0;background-repeat:no-repeat;background-size:contain}@media screen and (max-width:750px){.interview-builder-candidate.interview-builder .banner--overlay:after{display:none}}.interview-builder-candidate.interview-builder .banner--image{min-height:500px;background-size:cover;background-position:50% 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:750px){.interview-builder-candidate.interview-builder .banner--image{min-height:inherit;padding:0}.interview-builder-candidate.interview-builder .banner--image .container{background-color:hsla(0,0%,100%,.8);padding:30px}}@media screen and (max-width:600px){.interview-builder-candidate.interview-builder .banner--image{background:#fff!important;padding:30px;min-height:inherit}.interview-builder-candidate.interview-builder .banner--image .container{padding:0}}.interview-builder-candidate.interview-builder .banner--image .banner__body{float:right;width:50%;padding-right:20px;color:#fff}@media screen and (max-width:750px){.interview-builder-candidate.interview-builder .banner--image .banner__body{float:none;width:100%}}.interview-builder-candidate.interview-builder .banner--image .banner__heading{font-size:28px;line-height:38px;color:#b41782}.interview-builder-candidate.interview-builder .banner--image .banner__content{color:#000;font-weight:300;font-size:18px}.interview-builder-candidate.interview-builder .banner--video .banner__body{padding-right:20px}.interview-builder-candidate.interview-builder .banner--video .banner__heading{font-size:28px;line-height:1.3;color:#e60278}@media screen and (max-width:900px){.interview-builder-candidate.interview-builder .banner--video{padding:50px 0}.interview-builder-candidate.interview-builder .banner--video .two-column{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.interview-builder-candidate.interview-builder .banner--video .two-column .column{width:100%}}@media screen and (max-width:600px){.interview-builder-candidate.interview-builder .banner--video{padding:0}.interview-builder-candidate.interview-builder .banner--video .banner__heading{display:none;visibility:hidden}}.interview-builder-candidate.interview-builder .banner--explore{background:#444;color:#fff;padding:30px 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.interview-builder-candidate.interview-builder .banner--explore{padding:30px}}@media screen and (max-width:600px){.interview-builder-candidate.interview-builder .banner--explore{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:750px){.interview-builder-candidate.interview-builder .banner--explore .banner__image{padding-right:50px}}.interview-builder-candidate.interview-builder .banner--explore .banner__image img{display:block;width:12em;max-width:100%;margin:0}@media screen and (max-width:750px){.interview-builder-candidate.interview-builder .banner--explore .banner__image img{width:100%;margin:0;margin-bottom:1em}}@media screen and (max-width:600px){.interview-builder-candidate.interview-builder .banner--explore .banner__image img{width:15em}}.interview-builder-candidate.interview-builder .banner--explore .banner__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#fff;margin:0 1em}@media screen and (max-width:750px){.interview-builder-candidate.interview-builder .banner--explore .banner__body{margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.interview-builder-candidate.interview-builder .banner--explore .banner__heading{font-weight:300;font-size:24px;line-height:32px}.interview-builder-candidate.interview-builder .banner--explore .banner__content{font-weight:300;color:#fff;font-size:18px;line-height:24px;margin:1em}@media screen and (max-width:600px){.interview-builder-candidate.interview-builder .banner--explore .banner__content{margin:1em 0}}.interview-builder-candidate.interview-builder .banner--explore .banner__content p{color:#fff}.interview-builder-candidate.interview-builder .banner--explore .banner__actions .btn--loa{border-radius:2px;background-color:#009fd4;padding:1em 1.5em;-webkit-box-shadow:none;box-shadow:none}.interview-builder-candidate.interview-builder .banner--explore .banner__actions .btn--loa:hover{background:#008cbb}.interview-builder-candidate.interview-builder .banner__heading{font-size:30px;color:inherit;-webkit-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.interview-builder-candidate.interview-builder .banner__heading--border{border-left:2px solid currentColor;margin:.5em 0;padding-left:.7em}@media screen and (max-width:600px){.interview-builder-candidate.interview-builder .banner__body{padding:0}}.interview-builder-candidate.interview-builder .banner__video{padding-bottom:56.25%;padding-top:25px;height:0;background-size:cover;position:relative;margin:0 30px 0 0}@media screen and (max-width:900px){.interview-builder-candidate.interview-builder .banner__video{margin-right:0!important}}.interview-builder-candidate.interview-builder .banner__video .play-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#b41782;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:30px;height:2.05em;width:2.5em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:20%;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);box-shadow:0 1px 1px 0 rgba(0,0,0,.3);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.interview-builder-candidate.interview-builder .banner__video .play-btn:hover{cursor:pointer;background:#b41782;color:#fff}.interview-builder-candidate.interview-builder .banner__video iframe{position:absolute;top:0;bottom:0;width:100%;z-index:-1}.interview-builder-candidate.interview-builder .banner__video.video-playing iframe{z-index:auto}.interview-builder-candidate.interview-builder .banner__video .close-video{display:none;visibility:hidden;position:absolute;top:-2em;right:0}.interview-builder-candidate.interview-builder .banner__video .close-video__button{padding:.25em .5em;background:#e60278;display:inline-block;color:#fff;border-radius:.25em}@media screen and (min-width:900px){.interview-builder-candidate.interview-builder .banner.video-playing{margin:0}.interview-builder-candidate.interview-builder .banner.video-playing .two-column{-ms-flex-wrap:wrap;flex-wrap:wrap}.interview-builder-candidate.interview-builder .banner.video-playing .two-column .column{width:100%;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.interview-builder-candidate.interview-builder .banner.video-playing .banner__video{padding-bottom:39.2%;z-index:2}.interview-builder-candidate.interview-builder .banner.video-playing .close-video{display:block;visibility:visible}.interview-builder-candidate.interview-builder .banner.video-playing .close-video__label{font-size:16px}.interview-builder-candidate.interview-builder .banner.video-playing .close-video:hover{cursor:pointer}}.interview-builder-candidate.interview-builder .panels-heading{color:#b41782;font-size:26px;font-weight:400}.interview-builder-candidate.interview-builder .two-column{display:-webkit-box;display:-ms-flexbox;display:flex}.interview-builder-candidate.interview-builder .two-column--flex .column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.interview-builder-candidate.interview-builder .two-column--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.interview-builder-candidate.interview-builder .two-column .column{width:50%}.interview-builder-candidate.interview-builder .two-column .column.content{width:66%}@media screen and (max-width:900px){.interview-builder-candidate.interview-builder .two-column .column.content{width:inherit}}@media screen and (max-width:900px){.interview-builder-candidate.interview-builder .two-column .form--single{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.interview-builder-candidate.interview-builder .two-column .form--single .input-wrap{margin:.5em 0}}@media screen and (max-width:600px){.interview-builder-candidate.interview-builder .two-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.interview-builder-candidate.interview-builder .two-column.two-column--reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.interview-builder-candidate.interview-builder .two-column .column{width:100%}}@media screen and (max-width:750px){.interview-builder-candidate.interview-builder .two-column--break-med{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.interview-builder-candidate.interview-builder .two-column--break-med .column{width:100%}}@media screen and (max-width:900px){.interview-builder-candidate.interview-builder .two-column--break-lg{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.interview-builder-candidate.interview-builder .two-column--break-lg .column{width:100%}}@media screen and (max-width:600px){.interview-builder-candidate.interview-builder .two-column.alt-bg .column:last-of-type{background:#eee}}.interview-builder-candidate.interview-builder .text-column{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:22px;-moz-column-gap:22px;column-gap:22px}@media screen and (max-width:600px){.interview-builder-candidate.interview-builder .text-column{-webkit-column-count:1;-moz-column-count:1;column-count:1}}.interview-builder-candidate.interview-builder .flex-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:600px){.interview-builder-candidate.interview-builder .flex-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.interview-builder-candidate.interview-builder .main-content{padding:5em 0;font-size:18px;line-height:24px;font-weight:300;color:#000;border-bottom:1px solid #979797}@media screen and (max-width:750px){.interview-builder-candidate.interview-builder .main-content .two-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.interview-builder-candidate.interview-builder .main-content .two-column .column{width:100%}}@media screen and (max-width:600px){.interview-builder-candidate.interview-builder .main-content{padding:2em 0}}.interview-builder-candidate.interview-builder .content-heading{font-size:28px;line-height:38px;color:#e60278;margin-top:0;font-weight:400}.interview-builder-candidate.interview-builder .bg--white{background:#fff}.interview-builder-candidate.interview-builder .bg--grey{background:#eee}.interview-builder-candidate.interview-builder .container--video{background-color:transparent!important;padding:0!important;margin-top:30px}.interview-builder-candidate.interview-builder .container--video .interview-builder__title{width:79%;margin:auto;text-align:center;font-size:20px;padding-bottom:50px;font-weight:600;line-height:1.2}@media (max-width:900px){.interview-builder-candidate.interview-builder .container--video .interview-builder__title{display:none}}@media (max-width:600px){.interview-builder-candidate.interview-builder .container--video .interview-builder__title{padding-bottom:30px}}.interview-builder-candidate.interview-builder .container--video .title--hidden{display:none;font-size:20px;font-weight:600;line-height:1.2;text-align:center;margin-top:25px;padding:0 16px}@media (max-width:900px){.interview-builder-candidate.interview-builder .container--video .container,.interview-builder-candidate.interview-builder .container--video .title--hidden{display:block}}.interview-builder-candidate.interview-builder .container--video .banner--video{background-color:transparent!important}@media (max-width:900px){.interview-builder-candidate.interview-builder .container--video .banner--video{padding:0}}@media (max-width:900px){.interview-builder-candidate.interview-builder .container--video .banner--video .banner__heading{padding:0 16px}}@media (max-width:600px){.interview-builder-candidate.interview-builder .container--video .banner--video .banner__heading{display:block;visibility:visible}}.interview-builder-candidate.interview-builder .container--video .banner--video .two-column--center{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.interview-builder-candidate.interview-builder .container--video .banner--overlay:after{background:none}@media (max-width:900px){.interview-builder-candidate.interview-builder .container--video .banner__body{padding-right:0}}.interview-builder-candidate.interview-builder .container--video .banner__body p{color:#212121;font-size:16px;font-weight:400;line-height:1.5;margin-bottom:16px}.interview-builder-candidate.interview-builder .container--video .banner__body h4{color:#a3006f;font-size:20px;font-weight:700;line-height:24px;margin-bottom:16px}.interview-builder-candidate.interview-builder .container--video .banner__body button{background-color:#0371d2!important;border-radius:0!important;text-transform:none;font-weight:700!important;letter-spacing:.08em;margin-top:40px;padding:12px 50px;margin-left:0;z-index:1000;position:relative;cursor:pointer}@media (max-width:900px){.interview-builder-candidate.interview-builder .container--video .banner__body button{width:100%}}.interview-builder-candidate.interview-builder .container--video .banner__heading--border{border:none}@media (max-width:900px){.interview-builder-candidate.interview-builder .container--video .banner__heading--border{margin-top:30px;margin-bottom:0;padding:0!important}}.interview-builder-candidate.interview-builder .related-posts{width:100%;background-color:#eee}.interview-builder-candidate.interview-builder .related-posts .related-posts-container{max-width:940px;margin:0 auto;margin:auto;padding:50px 0}@media (max-width:1000px){.interview-builder-candidate.interview-builder .related-posts .related-posts-container{padding:50px 20px!important}}@media (max-width:900px){.interview-builder-candidate.interview-builder .related-posts .related-posts-container{padding:25px 16px!important}}.interview-builder-candidate.interview-builder .related-posts .related-posts-container h4{font-size:20px;font-weight:700}@media (max-width:1000px){.interview-builder-candidate.interview-builder .related-posts .related-posts-container h4{padding:0 10px!important}}.interview-builder-candidate.interview-builder .related-posts .related-posts-container .interview__advice__more a{text-decoration:none}.interview-builder-candidate.interview-builder .related-posts .related-posts-container .interview__advice__more #load-more-tips{display:block;text-align:center}.interview-builder-candidate.interview-builder .related-posts .related-posts-container .interview__advice__more svg{display:inline-block;vertical-align:middle;fill:#0371d2}.interview-builder-candidate.interview-builder .related-posts .related-posts-container .interview__advice__more span{display:inline-block;vertical-align:middle;padding-bottom:5px;padding-left:10px;color:#0371d2}.interview-builder-candidate.interview-builder .post-tile__tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:12px}@media (max-width:767px){.interview-builder-candidate.interview-builder .post-tile__tiles{display:block}}.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile{-webkit-box-flex:0;-ms-flex:0 32%;flex:0 32%;width:30%;background:#fff;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:1px 1px 2px rgba(0,0,0,.2);margin:20px 0}@media screen and (max-width:768px){.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile{width:80%;margin:20px auto;display:block}}.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile__header{background:#fff no-repeat 50%;background-size:cover;height:233px}@media screen and (max-width:768px){.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile__header{height:auto}}.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile__header img{width:100%;height:auto}.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile__body{padding:30px 30px 28px;color:#212121;text-align:center;margin-top:10px}@media (max-width:1000px){.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile__body{padding:30px 10px 28px}}@media (min-width:768px){.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}}.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile__title{font-weight:500;color:#212121!important;font-size:18px!important;text-align:center;line-height:27px}.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile a{text-decoration:none}@media (min-width:768px){.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile a{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile p{font-size:13px;font-weight:400;padding-top:28px}.interview-builder-candidate.interview-builder .post-tile__tiles .post-tile .reading-time{color:#898989}.interview-builder-candidate.interview-builder .post-tile__tiles .hidden{display:none}.interview-builder-candidate.interview-builder .banner--video{padding-bottom:0}.interview-builder-candidate.interview-builder .main-container_video{background-color:#fff;padding-bottom:3%;max-width:940px;margin:0 auto}.interview-builder-candidate.interview-builder .main-container_video a{text-decoration:none}.interview-builder-candidate.interview-builder .main-container_video button{display:block;margin:2% auto;background-color:#0371d2!important;color:#fff;border:none;text-transform:none;font-weight:700!important;letter-spacing:.05em;padding:12px 50px;max-width:1180px;font-size:16px}@media (max-width:900px){.interview-builder-candidate.interview-builder .main-container_video button{margin:6% auto;padding:12px}}@media (max-width:767px){.interview-builder-candidate.interview-builder .main-container_video button{margin:8% auto}}.interview-builder-candidate.interview-builder .close-button,.interview-builder-candidate.interview-builder .play-button{fill:#fff}.interview-builder-candidate .newsletter-subscription{background-color:#eee;margin-bottom:50px;margin-top:-60px}@media (max-width:767px){.interview-builder-candidate .newsletter-subscription{margin-bottom:85px;margin-top:-40px}}.interview-builder-candidate .newsletter-subscription #app{padding:0 50px}@media (max-width:1040px){.interview-builder-candidate .newsletter-subscription #app{padding:0 20px}}@media (max-width:900px){.interview-builder-candidate .newsletter-subscription #app{padding:0 16px}}@media (max-width:720px){.interview-builder-candidate .newsletter-subscription #app{margin-bottom:-60px}}.future-of-work{background-color:#eee}.future-of-work .site-search{max-width:940px;margin:auto}.future-of-work .page-header{background-image:url("/employer/hiring-advice/template_images/Future-of-work/future-of-work-header-bg.svg");margin-top:0;background-color:#080559;background-repeat:no-repeat;background-position:50%;background-size:cover;height:164px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.future-of-work .page-header img{display:none}@media (max-width:768px){.future-of-work .page-header{background-image:none!important;height:auto;position:relative;padding:0}.future-of-work .page-header .page-header-tablet{display:block;width:100%;height:auto}}@media (max-width:480px){.future-of-work .page-header .page-header-tablet{display:none}.future-of-work .page-header .page-header-mobile{display:block;width:100%;height:auto}}.future-of-work .fow__video .video-playing .video--column{width:100%!important}@media (min-width:768px){.future-of-work .fow__video .video-playing .description--column{display:none}}.future-of-work .fow__video .banner--video{padding:55px 0}@media (max-width:940px){.future-of-work .fow__video .banner--video{padding:38px 0}}@media (max-width:768px){.future-of-work .fow__video .banner--video{padding:0}}.future-of-work .fow__video .container{margin:0 auto;max-width:940px}.future-of-work .fow__video .container .column{width:33.333%}@media (max-width:768px){.future-of-work .fow__video .container .column{width:100%}}.future-of-work .fow__video .container .column .banner__video{margin:0;padding-bottom:54.75%;padding-top:25px;height:0;background-size:cover;position:relative}@media (max-width:768px){.future-of-work .fow__video .container .column .banner__video{padding-bottom:50%}}.future-of-work .fow__video .container .column .banner__video .play-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;width:5em;height:5em;border-radius:50%;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);box-shadow:0 1px 1px 0 rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.future-of-work .fow__video .container .column .banner__video .play-btn:hover{cursor:pointer;background-color:#e60278}.future-of-work .fow__video .container .column .banner__video .play-btn:hover svg{fill:#fff}.future-of-work .fow__video .container .column .banner__video .play-btn svg{width:40px;height:40px;fill:#e60278;-webkit-transform:translate(7%,14%);transform:translate(7%,14%)}.future-of-work .fow__video .container .column .banner__video .close-video{display:none;position:absolute;top:-2em;right:0;font-size:20px;cursor:pointer}.future-of-work .fow__video .container .column .banner__video .close-video .close-video__label{font-size:1rem}.future-of-work .fow__video .container .column .banner__video .close-video .close-video__button{background-color:#e60278;padding:.2em .5em;display:inline-block;border-radius:.25em;font-size:20px}.future-of-work .fow__video .container .column .banner__video .close-video .close-video__button svg{width:15px;height:15px;stroke:#fff;fill:#fff;stroke-width:50}.future-of-work .fow__video .container .column .banner__video iframe{position:absolute;top:0;bottom:0;width:100%;z-index:-1}.future-of-work .fow__video .container .column .banner__video.video-playing{z-index:2}.future-of-work .fow__video .container .column .banner__video.video-playing iframe{z-index:auto}.future-of-work .fow__video .container .column .banner__video.video-playing .close-video{display:block}.future-of-work .fow__video .container .video--column{width:66.666%;margin-right:5px}@media (max-width:768px){.future-of-work .fow__video .container .video--column{width:100%;margin:0}}.future-of-work .fow__video .container .description--column{padding-left:25px}@media (max-width:768px){.future-of-work .fow__video .container .description--column{padding-left:20px;padding-right:20px}}@media (max-width:600px){.future-of-work .fow__video .container .banner__heading{display:block;visibility:visible}}@media (min-width:768px){.future-of-work .fow__video .container .banner__heading .banner__content{margin-top:-17px}}@media (max-width:768px){.future-of-work .fow__video .container .banner__body{padding:0}}.future-of-work .fow__video .container .banner__body .banner__heading{border:none;padding-left:0}.future-of-work .fow__video .container .banner__body .banner__heading h4{line-height:49px}.future-of-work .fow__video .container .banner__body .banner__heading h4 span{background-color:#e60278;color:#fff;font-size:25px;font-weight:700;padding:5px 20px}.future-of-work .fow__video .container .banner__body .banner__heading p{font-size:20px;color:#000}.future-of-work .fow__video .container .banner__body .banner__heading .banner__cta{margin-top:25px}.future-of-work .fow__video .container .banner__body .banner__heading .banner__cta a{font-size:16px;line-height:27px;color:#06c;padding:10px 35px;border:2px solid #06c}@media (max-width:768px){.future-of-work .fow__video .container .banner__body .banner__heading .banner__cta a{display:block;width:100%;text-align:center;max-width:336px}}.future-of-work .fow__video .two-column{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:900px){.future-of-work .fow__video .two-column{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (max-width:768px){.future-of-work .fow__video .two-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.future-of-work .fow__related__articles{background-color:#eee}.future-of-work .fow__related__articles .related__articles__main__container{width:100%;margin:auto;max-width:940px}.future-of-work .fow__related__articles .related__articles__main__heading{font-size:21px;font-weight:700;padding-bottom:10px}@media (max-width:1120px){.future-of-work .fow__related__articles .related__articles__main__heading{padding-left:20px;padding-right:20px}}@media (max-width:768px){.future-of-work .fow__related__articles .related__articles__main__heading{margin-top:3rem}}.future-of-work .fow__related__articles .post-tile__tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-10px}@media (max-width:740px){.future-of-work .fow__related__articles .post-tile__tiles{display:block;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.future-of-work .fow__related__articles .post-tile__tiles .post-tile{margin:10px;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;background-color:#fff;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:1px 1px 2px rgba(0,0,0,.2);position:relative;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.333% - 20px);flex-basis:calc(33.333% - 20px)}.future-of-work .fow__related__articles .post-tile__tiles .post-tile:hover{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.28);box-shadow:0 2px 10px 0 rgba(0,0,0,.28);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.future-of-work .fow__related__articles .post-tile__tiles .post-tile .post-tile__link{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media (max-width:740px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile .post-tile__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto}}.future-of-work .fow__related__articles .post-tile__tiles .post-tile__header{position:relative;overflow:hidden}@media (max-width:740px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile__header{background-repeat:no-repeat;background-position:50%;background-size:cover;-ms-flex-preferred-size:38%;flex-basis:38%;padding-top:30%}}@media (min-width:739px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile__header{background-image:none!important}}.future-of-work .fow__related__articles .post-tile__tiles .post-tile__header img{width:100%}@media (max-width:740px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile__header img{display:none}}.future-of-work .fow__related__articles .post-tile__tiles .post-tile__body{background-color:#fff;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:10px;padding:30px;min-height:263px}@media (max-width:740px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile__body{text-align:left;-ms-flex-preferred-size:60%;flex-basis:60%;padding:20px 17px;min-height:0}}@media (max-width:475px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile__body{padding-top:4px;padding-bottom:4px}}.future-of-work .fow__related__articles .post-tile__tiles .post-tile__title{font-size:21px;font-weight:700;color:#000;line-height:24px;width:100%;margin:0 auto;text-decoration:none}@media (max-width:740px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile__title{font-size:18px;max-width:100%;line-height:27px;overflow:hidden;text-overflow:ellipsis;height:54px;-webkit-line-clamp:2}}.future-of-work .fow__related__articles .post-tile__tiles .post-tile-primary-content{font-size:16px;line-height:24px;color:#000;margin:1em 0}@media (max-width:740px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile-primary-content{display:none}}@media (max-width:740px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile__cta{margin-top:15px}}@media (max-width:740px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile__cta p{margin-top:0}}.future-of-work .fow__related__articles .post-tile__tiles .post-tile-secondary-action{font-size:16px;color:#000;margin-bottom:0}@media (max-width:740px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile-secondary-action{font-size:14px;margin-top:14px;padding-right:10px}}.future-of-work .fow__related__articles .post-tile__tiles .post-tile-support-detail{font-size:16px;color:#9b9b9b;margin:0}@media (max-width:740px){.future-of-work .fow__related__articles .post-tile__tiles .post-tile-support-detail{font-size:14px;margin-top:14px}}.future-of-work .fow__related__articles .post-tile__tiles .post-tile__category{color:#000;font-size:13px}.future-of-work .fow__related__articles .post-tile__tiles .reading-time{font-size:13px}.future-of-work .fow__related__articles .post-tile:hover{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.28);box-shadow:0 2px 10px 0 rgba(0,0,0,.28);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.future-of-work .fow__related__articles .fow__show-more{text-align:center;margin:32px auto 70px}@media (max-width:768px){.future-of-work .fow__related__articles .fow__show-more{text-align:center;margin-bottom:32px}}.future-of-work .fow__related__articles .fow__show-more svg{vertical-align:middle}.future-of-work .fow__related__articles .fow__show-more span{color:#0c59c8;font-size:14px;padding-left:10px;vertical-align:bottom}.future-of-work .pager{text-align:center;margin:50px auto}.future-of-work .pager.hide-pager{display:none}.future-of-work .pager .pager-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.future-of-work .pager .pager-list .pager-list-items{display:inline-block}.future-of-work .pager .pager-list .pager-list-items .pager-btn{color:#000;background-color:#f7f7f7;font-weight:400;padding:12px 20px;border-radius:0;border:1px solid #d6d6d6;cursor:pointer;font-size:18px}.future-of-work .post-tile[data-page-no]{display:none}.future-of-work [data-articlesset="20"] .post-tile[data-page-no="20"]{display:block}.future-of-work [data-articlesset="20"] .pager-item--button[data-page-no="20"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="20"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="19"] .post-tile[data-page-no="19"]{display:block}.future-of-work [data-articlesset="19"] .pager-item--button[data-page-no="19"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="19"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="18"] .post-tile[data-page-no="18"]{display:block}.future-of-work [data-articlesset="18"] .pager-item--button[data-page-no="18"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="18"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="17"] .post-tile[data-page-no="17"]{display:block}.future-of-work [data-articlesset="17"] .pager-item--button[data-page-no="17"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="17"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="16"] .post-tile[data-page-no="16"]{display:block}.future-of-work [data-articlesset="16"] .pager-item--button[data-page-no="16"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="16"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="15"] .post-tile[data-page-no="15"]{display:block}.future-of-work [data-articlesset="15"] .pager-item--button[data-page-no="15"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="15"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="14"] .post-tile[data-page-no="14"]{display:block}.future-of-work [data-articlesset="14"] .pager-item--button[data-page-no="14"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="14"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="13"] .post-tile[data-page-no="13"]{display:block}.future-of-work [data-articlesset="13"] .pager-item--button[data-page-no="13"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="13"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="12"] .post-tile[data-page-no="12"]{display:block}.future-of-work [data-articlesset="12"] .pager-item--button[data-page-no="12"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="12"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="11"] .post-tile[data-page-no="11"]{display:block}.future-of-work [data-articlesset="11"] .pager-item--button[data-page-no="11"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="11"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="10"] .post-tile[data-page-no="10"]{display:block}.future-of-work [data-articlesset="10"] .pager-item--button[data-page-no="10"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="10"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="9"] .post-tile[data-page-no="9"]{display:block}.future-of-work [data-articlesset="9"] .pager-item--button[data-page-no="9"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="9"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="8"] .post-tile[data-page-no="8"]{display:block}.future-of-work [data-articlesset="8"] .pager-item--button[data-page-no="8"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="8"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="7"] .post-tile[data-page-no="7"]{display:block}.future-of-work [data-articlesset="7"] .pager-item--button[data-page-no="7"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="7"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="6"] .post-tile[data-page-no="6"]{display:block}.future-of-work [data-articlesset="6"] .pager-item--button[data-page-no="6"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="6"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="5"] .post-tile[data-page-no="5"]{display:block}.future-of-work [data-articlesset="5"] .pager-item--button[data-page-no="5"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="5"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="4"] .post-tile[data-page-no="4"]{display:block}.future-of-work [data-articlesset="4"] .pager-item--button[data-page-no="4"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="4"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="3"] .post-tile[data-page-no="3"]{display:block}.future-of-work [data-articlesset="3"] .pager-item--button[data-page-no="3"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="3"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="2"] .post-tile[data-page-no="2"]{display:block}.future-of-work [data-articlesset="2"] .pager-item--button[data-page-no="2"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="2"] .pager-item.active+.pager-list-items .pager-next-btn{display:none}.future-of-work [data-articlesset="1"] .post-tile[data-page-no="1"]{display:block}.future-of-work [data-articlesset="1"] .pager-item--button[data-page-no="1"]{color:#d8096b!important;border-bottom-color:#d8096b!important}.future-of-work [data-articlesset="1"] .pager-item.active+.pager-list-items .pager-next-btn,.future-of-work [data-articlesset="1"] .pager-prev-btn{display:none}.future-of-work .newsletter--main__container .newsletter--fow{max-width:940px;margin:auto}.future-of-work .banner--footer{padding:0;line-height:26px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;background:linear-gradient(44.77deg,#d8527e,#e60278 49.24%,#b41782);color:#fff;font-size:20px}.future-of-work .banner--footer .container{width:940px;max-width:940px;margin:0 auto}.future-of-work .banner--footer .container .two-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:650px){.future-of-work .banner--footer .container .two-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.future-of-work .banner--footer .container .two-column .column{width:50%}@media (max-width:600px){.future-of-work .banner--footer .container .two-column .column{width:100%}}.future-of-work .banner--footer .container .two-column .column .banner__image{background-repeat:no-repeat;background-position:80% 50%;padding:125px 0;background-size:450px}@media (max-width:1800px){.future-of-work .banner--footer .container .two-column .column .banner__image{background-size:28vw}}@media (max-width:1300px){.future-of-work .banner--footer .container .two-column .column .banner__image{background-size:35vw}}@media (max-width:1200px){.future-of-work .banner--footer .container .two-column .column .banner__image{background-size:38vw}}@media (max-width:940px){.future-of-work .banner--footer .container .two-column .column .banner__image{background-size:47vw;padding:115px 0}}@media (max-width:650px){.future-of-work .banner--footer .container .two-column .column .banner__image{padding:60px 0}}@media (max-width:600px){.future-of-work .banner--footer .container .two-column .column .banner__image{background-size:60vw;background-position:50% 50%}}.future-of-work .banner--footer .container .two-column .column .banner__body{width:70%;float:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:9% 0}@media (max-width:940px){.future-of-work .banner--footer .container .two-column .column .banner__body{width:100%}}.future-of-work .banner--footer .container .two-column .column .banner__body .banner__heading{border:none;line-height:49px}@media (max-width:940px){.future-of-work .banner--footer .container .two-column .column .banner__body .banner__heading{line-height:45px}}@media (max-width:650px){.future-of-work .banner--footer .container .two-column .column .banner__body .banner__heading{width:100%;margin:auto;max-width:310px;padding-left:0}}@media (max-width:600px){.future-of-work .banner--footer .container .two-column .column .banner__body .banner__heading{text-align:left}}.future-of-work .banner--footer .container .two-column .column .banner__body .banner__heading span{font-size:25px;font-weight:700;background-color:#080559;padding:5px 20px}.future-of-work .banner--footer .container .two-column .column .banner__body .banner__footer--cta{padding-left:.7em;margin-top:20px}@media (max-width:940px){.future-of-work .banner--footer .container .two-column .column .banner__body .banner__footer--cta{margin-top:10px}}@media (max-width:650px){.future-of-work .banner--footer .container .two-column .column .banner__body .banner__footer--cta{padding-left:0}}.future-of-work .banner--footer .container .two-column .column .banner__body .banner__footer--cta a{color:#fff;font-size:16px;padding:10px 35px;border:2px solid #fff}@media (max-width:650px){.future-of-work .banner--footer .container .two-column .column .banner__body .banner__footer--cta a{display:block;width:100%;max-width:310px;margin:auto;text-align:center}}.talent-talks{background-color:#fff}.talent-talks .site-search .Columns .column-search input[type=search]{border:1px solid #d6d6d6!important}.talent-talks .page-header{background-image:url("/employer/hiring-advice/template_images/Talent-talks/talent-talks-header.jpg");height:390px;background-color:#0d377f}@media (max-width:768px){.talent-talks .page-header{height:auto}.talent-talks .page-header .page-header-mobile{display:block;width:100%;height:auto}}@media (max-width:768px){.talent-talks .page-header .page-header__content img{display:block;margin:35px auto 55px;width:80%;max-width:300px}}.talent-talks .Podcast__episodes{width:100%;margin:auto;max-width:940px}.talent-talks .Podcast__episodes__header{padding-top:60px;padding-bottom:27px}@media (max-width:1120px){.talent-talks .Podcast__episodes__header{padding-left:20px;padding-right:20px}}@media (max-width:768px){.talent-talks .Podcast__episodes__header{padding-top:30px;padding-bottom:15px}}.talent-talks .Podcast__episodes__header h2{font-size:21px;font-weight:600;color:#000;margin:0}@media (max-width:1120px){.talent-talks .Podcast__episodes .featured__posts__container{padding-right:20px;padding-left:20px}}@media (max-width:768px){.talent-talks .Podcast__episodes .featured__posts__container{padding-right:0;padding-left:0}}@media (max-width:768px){.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide{border-bottom:1px solid #979797}}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid hsla(0,0%,59%,.38)}@media (max-width:768px){.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item{display:block;border:none}}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__left{width:65.851%;overflow:hidden}@media (max-width:768px){.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__left{width:100%}}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__left img{height:100%}@media (max-width:768px){.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__left img{width:100%;height:auto}}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__right{width:34.149%}@media (max-width:768px){.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__right{width:100%}}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px 20px 20px;width:100%;height:100%}@media (max-width:768px){.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__content{padding:25px 20px 30px;display:block}}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__content .heading{font-size:21px;font-weight:600;color:#000}@media (max-width:768px){.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__content .heading{font-size:18px}}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__content .description{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__content .description p{font-size:16px;color:#000;line-height:20px}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .featured__posts__slide .featured__posts__item__content .description a{font-size:14px;color:#06c}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .Podcast__episodes__container{margin:35px -1.25%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:768px){.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .Podcast__episodes__container{display:block;padding-left:20px;padding-right:20px;margin:25px 0}}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .Podcast__episodes__container .Podcast__episode{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:22.5%;flex-basis:22.5%;margin:1.25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:768px){.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .Podcast__episodes__container .Podcast__episode{margin:0 0 15px;display:block}}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .Podcast__episodes__container .Podcast__episode h3{font-size:14px;padding-bottom:15px;border-bottom:1px solid #979797;font-weight:400;color:#000;margin-bottom:13px}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .Podcast__episodes__container .Podcast__episode h4{font-size:16px;font-weight:700;color:#000;margin-top:0}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .Podcast__episodes__container .Podcast__episode__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .Podcast__episodes__container .Podcast__episode__content p{font-size:14px;line-height:20px;color:#000}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .Podcast__episodes__container .Podcast__episode__content a{color:#06c}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .fow__show-more{text-align:center;margin:32px auto 125px}@media (max-width:768px){.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .fow__show-more{margin:50px auto}}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .fow__show-more svg{vertical-align:baseline}.talent-talks .Podcast__episodes .featured__posts__container .featured__posts__slider .fow__show-more span{color:#0c59c8;font-size:18px;padding-left:5px;vertical-align:bottom}.talent-talks .podcast__app__banner{height:234px;background-position:50%;background-size:cover;background-image:url("/employer/hiring-advice/template_images/Talent-talks/CTA_banner2.svg")!important}@media (max-width:768px){.talent-talks .podcast__app__banner{background-image:url("/employer/hiring-advice/template_images/Talent-talks/CTA_banner_mobile.svg")!important}}.talent-talks .podcast__app__banner .podcast__apps__container{width:100%;margin:auto;height:100%;max-width:940px;padding-top:18px;padding-bottom:50px}@media (max-width:1120px){.talent-talks .podcast__app__banner .podcast__apps__container{padding-left:20px}}.talent-talks .podcast__app__banner .podcast__apps__container .podcast__app__heading{font-size:24px;font-weight:700;color:#fff;margin-bottom:5px}@media (max-width:768px){.talent-talks .podcast__app__banner .podcast__apps__container .podcast__app__heading{font-size:19px}}.talent-talks .podcast__app__banner .podcast__apps__container .podcast__app__heading span{background-color:#e60278;padding:6px 10px}.talent-talks .podcast__app__banner .podcast__apps__container .podcast__app__heading .podcast__app__big__text{line-height:2em;font-size:48px;padding-top:2px;padding-bottom:0}@media (max-width:768px){.talent-talks .podcast__app__banner .podcast__apps__container .podcast__app__heading .podcast__app__big__text{font-size:37px}}.talent-talks .podcast__app__banner .podcast__apps__container .app__images__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:440px}.talent-talks .podcast__app__banner .podcast__apps__container .app__images__container img{display:inline-block;padding-right:15px;width:100%;height:auto}.talent-talks .related__articles{background-color:#f2f2f2}.talent-talks .related__articles__main__container{padding-top:70px}@media (max-width:768px){.talent-talks .related__articles__main__container{padding-top:55px}}.talent-talks .related__articles__main__container .related__articles__main__heading{margin:0;padding-bottom:20px;color:#000}.talent-talks .related__articles__main__container .post-tile__tiles .post-tile .post-tile__link .post-tile__body{margin-top:0}@media (max-width:475px){.talent-talks .related__articles__main__container .post-tile__tiles .post-tile .post-tile__link .post-tile__body{padding-top:10px;padding-bottom:10px}}.talent-talks .related__articles__main__container .post-tile__tiles .post-tile .post-tile__link .post-tile__body .post-tile-primary-content p{color:#000}.talent-talks .newsletter--main__container{background-color:#f2f2f2;padding:80px 0}@media (max-width:768px){.talent-talks .newsletter--main__container{padding:55px 0}}.talent-talks .newsletter--main__container .newsletter--fow{max-width:940px;margin:auto;margin-bottom:0}.talent-talks .newsletter--main__container .newsletter--fow .newsletter--container{margin:auto}.talent-talks .newsletter--main__container h2{margin:0;color:#000;padding-bottom:20px}.where-there-is-smoke{background-color:#fff}.where-there-is-smoke .page-header{margin-top:0;background-image:url("/employer/hiring-advice/template_images/where-there-is-smoke/footer.png");background-repeat:no-repeat;background-position:50%;background-size:cover;height:353px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.where-there-is-smoke .page-header img{display:none}@media (max-width:740px){.where-there-is-smoke .page-header{background-image:none!important;height:auto;position:relative;padding:0}.where-there-is-smoke .page-header img{display:block;width:100%;height:auto}}.where-there-is-smoke .page-header .page-header__content{max-width:940px;width:100%;margin:auto;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:1120px){.where-there-is-smoke .page-header .page-header__content{padding-left:20px;padding-right:20px}}@media (max-width:740px){.where-there-is-smoke .page-header .page-header__content{position:absolute;top:0;bottom:0}}.where-there-is-smoke .page-header .page-header__content h1{text-align:left;color:#fff;font-size:60px;font-weight:700;line-height:75px;max-width:589px;margin:0}@media (max-width:740px){.where-there-is-smoke .page-header .page-header__content h1{font-size:45px;line-height:55px;font-weight:600}}@media (max-width:350px){.where-there-is-smoke .page-header .page-header__content h1{line-height:45px;font-size:40px}}.where-there-is-smoke .page-header .page-header__content h2{margin:0;color:#fff;font-weight:400;font-size:45px;padding-top:15px}@media (max-width:740px){.where-there-is-smoke .page-header .page-header__content h2{font-size:35px;line-height:1.1}}@media (max-width:350px){.where-there-is-smoke .page-header .page-header__content h2{font-size:30px}}.where-there-is-smoke .related-posts{margin-top:84px;background-color:#fff}.where-there-is-smoke .related-posts .related-posts-container{background-color:#fff;text-align:center;max-width:940px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1120px){.where-there-is-smoke .related-posts .related-posts-container{padding-left:20px;padding-right:20px}}@media (max-width:740px){.where-there-is-smoke .related-posts .related-posts-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.where-there-is-smoke .related-posts .related-posts-container .related-posts-text__wrapper{max-width:700px}@media (max-width:1120px){.where-there-is-smoke .related-posts .related-posts-container .related-posts-text__wrapper{width:65%}}@media (max-width:740px){.where-there-is-smoke .related-posts .related-posts-container .related-posts-text__wrapper{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.where-there-is-smoke .related-posts .related-posts-container .related-posts--heading{margin-bottom:0;font-size:25px;font-weight:700;line-height:30px;color:#000!important;margin-top:0;text-align:left}@media (max-width:740px){.where-there-is-smoke .related-posts .related-posts-container .related-posts--heading{margin-top:2rem;font-size:25px;text-align:center}}.where-there-is-smoke .related-posts .related-posts-container .related-posts--desc{line-height:30px;color:#000!important;font-size:21px;text-align:left}@media (max-width:740px){.where-there-is-smoke .related-posts .related-posts-container .related-posts--desc{text-align:center}}@media (max-width:740px){.where-there-is-smoke .related-posts .related-posts-container .post-job-ad__cta{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;max-width:300px;margin:auto;z-index:5}}.where-there-is-smoke .related-posts .related-posts-container .post-job-ad__cta button{background-color:transparent!important;border:2px solid #2560c4!important;color:#2560c4!important;text-transform:none;font-size:18px!important;font-weight:600;padding:10px 20px;border-radius:0;cursor:pointer}@media (max-width:740px){.where-there-is-smoke .related-posts .related-posts-container .post-job-ad__cta button{width:100%}}.where-there-is-smoke .related-posts .articles-wrapper{max-width:940px;margin:40px auto;background-color:#fff}.where-there-is-smoke .related-posts .post-tile__tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-10px}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles{display:block;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:-10px 0}}.where-there-is-smoke .related-posts .post-tile__tiles .post-tile{margin:10px;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;background-color:#fff;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:1px 1px 2px rgba(0,0,0,.2);position:relative;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.333% - 20px);flex-basis:calc(33.333% - 20px)}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile{margin:10px 0}}.where-there-is-smoke .related-posts .post-tile__tiles .post-tile:hover{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.28);box-shadow:0 2px 10px 0 rgba(0,0,0,.28);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.where-there-is-smoke .related-posts .post-tile__tiles .post-tile .post-tile__link{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile .post-tile__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto}}.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__header{position:relative;overflow:hidden}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__header{background-repeat:no-repeat;background-position:50%;background-size:cover;-ms-flex-preferred-size:38%;flex-basis:38%;padding-top:30%}}@media (min-width:739px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__header{background-image:none!important}}.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__header img{width:100%}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__header img{display:none}}.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__body{background-color:#fff;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:10px;padding:30px;min-height:263px}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__body{text-align:left;-ms-flex-preferred-size:60%;flex-basis:60%;padding:20px 17px;min-height:0}}@media (max-width:475px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__body{padding-top:4px;padding-bottom:4px}}.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__title{font-size:21px;font-weight:700;color:#000;line-height:24px;width:100%;margin:0 auto;text-decoration:none}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__title{font-size:18px;max-width:100%;line-height:27px;overflow:hidden;text-overflow:ellipsis;height:54px;-webkit-line-clamp:2}}.where-there-is-smoke .related-posts .post-tile__tiles .post-tile-primary-content{font-size:16px;line-height:24px;color:#000;margin:1em 0}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile-primary-content{display:none}}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__cta{margin-top:15px}}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__cta p{margin-top:0}}.where-there-is-smoke .related-posts .post-tile__tiles .post-tile-secondary-action{font-size:16px;color:#000;margin-bottom:0}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile-secondary-action{font-size:14px;margin-top:14px;padding-right:10px}}.where-there-is-smoke .related-posts .post-tile__tiles .post-tile-support-detail{font-size:16px;color:#9b9b9b;margin:0}@media (max-width:740px){.where-there-is-smoke .related-posts .post-tile__tiles .post-tile-support-detail{font-size:14px;margin-top:14px}}.where-there-is-smoke .related-posts .post-tile__tiles .post-tile__category{color:#000;font-size:13px}.where-there-is-smoke .related-posts .post-tile__tiles .reading-time{font-size:13px}.where-there-is-smoke .related-posts .post-tile:hover{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.28);box-shadow:0 2px 10px 0 rgba(0,0,0,.28);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.where-there-is-smoke .hiring-advice{background-image:url("/employer/hiring-advice/template_images/where-there-is-smoke/banner.png");background-repeat:no-repeat;background-position:50%;background-size:cover;margin:90px auto 45px;height:181px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){.where-there-is-smoke .hiring-advice{background-image:url("/employer/hiring-advice/template_images/where-there-is-smoke/banner-mob.png");height:399px;margin-top:60px}}.where-there-is-smoke .hiring-advice-content__wrapper{max-width:790px;margin:auto}@media (max-width:768px){.where-there-is-smoke .hiring-advice-content__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:85%;margin:auto;max-width:300px}}.where-there-is-smoke .hiring-advice-content__wrapper img{height:auto;max-width:100%;vertical-align:middle}@media (max-width:768px){.where-there-is-smoke .hiring-advice-content__wrapper .hiring-advice__image{display:block;margin:auto}}.where-there-is-smoke .hiring-advice-content__wrapper .hiring-advice-chair__image{margin-top:-60px;margin-left:20px;margin-right:20px}@media (max-width:768px){.where-there-is-smoke .hiring-advice-content__wrapper .hiring-advice-chair__image{display:block;width:55%;margin:auto;padding:20px 0}}@media (max-width:768px){.where-there-is-smoke .hiring-advice-content__wrapper .hiring-advice__cta{text-align:center}}.where-there-is-smoke .hiring-advice-content__wrapper .hiring-advice__cta button{padding:10px 50px;background-color:transparent!important;color:#fff;border:2px solid #fff!important;border-radius:0;text-transform:none;font-size:18px!important;font-weight:500;cursor:pointer}@media (max-width:768px){.where-there-is-smoke .hiring-advice-content__wrapper .hiring-advice__cta button{width:100%}}.where-there-is-smoke .job-ad{max-width:790px;margin:auto;width:63%}@media (max-width:900px){.where-there-is-smoke .job-ad{width:100%}}.where-there-is-smoke .job-ad .job-ads-container{text-align:center;max-width:790px;margin:0 auto 60px}@media (max-width:790px){.where-there-is-smoke .job-ad .job-ads-container{margin:55px 20px 45px}}.where-there-is-smoke .job-ad .job-ads-container .job-ads--heading{margin-bottom:0;font-size:26px;font-weight:700;line-height:30px;color:#000!important}.where-there-is-smoke .job-ad .job-ads-container .job-ads--desc{line-height:30px;color:#000!important;font-size:21px}@media (min-width:768px){.where-there-is-smoke .job-ad .image-slider--wts{display:none}}.where-there-is-smoke .job-ad .image-slider--wts.slick-slider{display:block}.where-there-is-smoke .job-ad .image-slider--wts .slick-next,.where-there-is-smoke .job-ad .image-slider--wts .slick-prev{position:absolute;line-height:0;cursor:pointer;background:0 0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:0;outline:0;-webkit-appearance:none;border:none}.where-there-is-smoke .job-ad .image-slider--wts .slick-prev{font-size:0!important;background-color:hsla(0,0%,85%,.6162)!important;border-radius:25px!important;height:46px;width:46px;left:-150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:900px){.where-there-is-smoke .job-ad .image-slider--wts .slick-prev{left:45px;z-index:1}}.where-there-is-smoke .job-ad .image-slider--wts .slick-prev:before{content:url("/employer/hiring-advice/template_images/left-arrow.svg")}.where-there-is-smoke .job-ad .image-slider--wts .slick-next{font-size:0!important;background-color:hsla(0,0%,85%,.6162)!important;border-radius:25px!important;height:46px;width:46px;right:-150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:900px){.where-there-is-smoke .job-ad .image-slider--wts .slick-next{right:45px}}.where-there-is-smoke .job-ad .image-slider--wts .slick-next:before{content:url("/employer/hiring-advice/template_images/right-arrow.svg")}.where-there-is-smoke .job-ad .content-wrapper{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}@media (max-width:900px){.where-there-is-smoke .job-ad .content-wrapper{display:block!important}}@media (max-width:790px){.where-there-is-smoke .job-ad .content-wrapper{margin:auto 30px}}@media (max-width:768px){.where-there-is-smoke .job-ad .content-wrapper{display:block!important;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}}.where-there-is-smoke .job-ad .content-wrapper.right img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.where-there-is-smoke .job-ad .content-wrapper.right .text-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:30px}@media (max-width:768px){.where-there-is-smoke .job-ad .content-wrapper.right .text-wrapper{margin:20px auto 50px}}.where-there-is-smoke .job-ad .content-wrapper.show{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.where-there-is-smoke .job-ad .content-wrapper img{max-width:100%;height:auto}@media (max-width:900px){.where-there-is-smoke .job-ad .content-wrapper img{margin:auto}}@media (max-width:768px){.where-there-is-smoke .job-ad .content-wrapper img{display:block;margin:auto}}.where-there-is-smoke .job-ad .content-wrapper .text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:80px;overflow:hidden}@media (max-width:900px){.where-there-is-smoke .job-ad .content-wrapper .text-wrapper{text-align:center;margin:20px auto 50px;width:100%;max-width:300px}}.where-there-is-smoke .job-ad .content-wrapper .text-wrapper h3{margin-bottom:0;font-size:16px;color:#000}@media (max-width:900px){.where-there-is-smoke .job-ad .content-wrapper .text-wrapper h3{text-align:center}}.where-there-is-smoke .job-ad .content-wrapper .text-wrapper p{font-size:16px;color:#000}@media (max-width:900px){.where-there-is-smoke .job-ad .content-wrapper .text-wrapper p{text-align:center}}.where-there-is-smoke .job-ad .content-wrapper .text-wrapper .post-job-ad__cta{margin-top:30px;display:block}@media (max-width:900px){.where-there-is-smoke .job-ad .content-wrapper .text-wrapper .post-job-ad__cta{width:100%;max-width:300px;margin:auto;margin-top:30px}}.where-there-is-smoke .job-ad .content-wrapper .text-wrapper .post-job-ad__cta button{background-color:transparent!important;border:2px solid #2560c4!important;color:#2560c4!important;text-transform:none;font-size:18px!important;font-weight:600;padding:10px 20px;border-radius:0;margin-top:0;cursor:pointer}@media (max-width:900px){.where-there-is-smoke .job-ad .content-wrapper .text-wrapper .post-job-ad__cta button{width:100%}}.where-there-is-smoke .newsletter--wts{background-color:#4a4a4a}.where-there-is-smoke .newsletter--wts .container{max-width:940px;margin:auto}.where-there-is-smoke .newsletter--wts .container .newsletter--container{margin-bottom:0}.where-there-is-smoke .newsletter--wts .newsletter{background-color:#4a4a4a;padding-top:45px;padding-bottom:75px;-webkit-box-shadow:none;box-shadow:none}.where-there-is-smoke .newsletter--wts .newsletter .gfield .radio-selected{background-color:#fff;cursor:pointer}.where-there-is-smoke .newsletter--wts .newsletter .gform_disclaimer a{color:#fff}.where-there-is-smoke .grey-bg .related-posts.related-post--bottom{margin-top:0;padding-top:84px;padding-bottom:63px;background-color:hsla(0,0%,85%,.409194);overflow:hidden}.where-there-is-smoke .grey-bg .related-posts.related-post--bottom .related-posts-container{display:block;background-color:transparent}.where-there-is-smoke .grey-bg .related-posts.related-post--bottom .related-posts-container .related-posts--heading{text-align:center}.where-there-is-smoke .grey-bg .related-posts.related-post--bottom .articles-wrapper{background-color:transparent}.where-there-is-smoke .footer-banner{background-image:url("/employer/hiring-advice/template_images/where-there-is-smoke/footer.png");background-repeat:no-repeat;background-position:50%;background-size:cover;height:217px;padding:0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:740px){.where-there-is-smoke .footer-banner{background-image:none!important;height:auto;position:relative;padding:0}}.where-there-is-smoke .footer-banner img{display:none}@media (max-width:740px){.where-there-is-smoke .footer-banner img{display:block;width:100%;height:auto}}.where-there-is-smoke .footer-banner--content{max-width:700px;width:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:740px){.where-there-is-smoke .footer-banner--content{position:absolute;margin:auto;font-size:50px;line-height:55px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;height:100%;top:0;bottom:0}}.where-there-is-smoke .footer-banner--content__text h2{margin:0;font-size:42px;line-height:45px;font-weight:700;max-width:433px;color:#fff}@media (max-width:740px){.where-there-is-smoke .footer-banner--content__text h2{margin:auto;padding-left:20px;padding-right:20px}}@media (max-width:350px){.where-there-is-smoke .footer-banner--content__text h2{font-size:35px}}@media (max-width:740px){.where-there-is-smoke .footer-banner--content__cta{width:100%;display:block;max-width:300px;margin:0 auto;padding-left:20px;padding-right:20px}}.where-there-is-smoke .footer-banner--content__cta button{color:#fff;background-color:transparent!important;border:2px solid #fff!important;text-transform:none;font-size:18px!important;font-weight:700;padding:10px 25px;border-radius:0;cursor:pointer}@media (max-width:740px){.where-there-is-smoke .footer-banner--content__cta button{width:100%}}.hide-menu #__SSG_Header__,.hide-menu .site-nav__wrap{display:none}.interview-builder-explainer{background-color:#fff}.interview-builder-explainer .site-search{max-width:940px;margin:auto}.interview-builder-explainer .page-header{margin-top:0;background-repeat:no-repeat;background-position:50%;background-size:cover;-ms-background-size:cover;-o-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;max-width:940px;height:325px;margin:auto}.interview-builder-explainer .page-header img{display:none}@media (max-width:1100px){.interview-builder-explainer .page-header{height:236px}}@media (max-width:740px){.interview-builder-explainer .page-header{background-image:none!important;height:auto}.interview-builder-explainer .page-header img{display:block;width:100%;height:auto}}.interview-builder-explainer .container--video{background-color:transparent!important;padding:0!important;max-width:940px;margin:auto}@media (max-width:600px){.interview-builder-explainer .container--video{margin-top:30px}}.interview-builder-explainer .container--video .interview-builder__title{width:85%;margin:auto;text-align:center;font-size:28px;padding-bottom:50px}@media (max-width:1700px){.interview-builder-explainer .container--video .interview-builder__title{width:85%}}@media (max-width:1010px){.interview-builder-explainer .container--video .interview-builder__title{width:85%}}@media (max-width:950px){.interview-builder-explainer .container--video .interview-builder__title{width:90%}}@media (max-width:900px){.interview-builder-explainer .container--video .interview-builder__title{font-size:19px;display:none}}@media (max-width:600px){.interview-builder-explainer .container--video .interview-builder__title{padding-bottom:17px}}.interview-builder-explainer .container--video .title--hidden{display:none}@media (max-width:900px){.interview-builder-explainer .container--video .title--hidden{font-size:19px;display:block;text-align:center;width:65%;margin:20px auto}}@media (max-width:850px){.interview-builder-explainer .container--video .title--hidden{width:70%}}@media (max-width:790px){.interview-builder-explainer .container--video .title--hidden{width:75%}}@media (max-width:740px){.interview-builder-explainer .container--video .title--hidden{width:80%}}@media (max-width:700px){.interview-builder-explainer .container--video .title--hidden{width:85%}}@media (max-width:650px){.interview-builder-explainer .container--video .title--hidden{width:90%;width:100%;padding:0 20px}}@media (max-width:900px){.interview-builder-explainer .container--video .container{display:block}}.interview-builder-explainer .container--video .two-column{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:900px){.interview-builder-explainer .container--video .two-column{display:block}}.interview-builder-explainer .container--video .two-column .column{width:50%}@media (max-width:900px){.interview-builder-explainer .container--video .two-column .column{width:100%}}.interview-builder-explainer .container--video .banner--video{background-color:transparent!important;padding:50px 0}@media (max-width:900px){.interview-builder-explainer .container--video .banner--video{padding:0}}.interview-builder-explainer .container--video .banner--video.video-playing .video--column{width:100%}@media (min-width:900px){.interview-builder-explainer .container--video .banner--video.video-playing .description--column{display:none}}@media (max-width:900px){.interview-builder-explainer .container--video .banner--video .banner__heading{padding:0 15px}}@media (max-width:600px){.interview-builder-explainer .container--video .banner--video .banner__heading{display:block;visibility:visible}}.interview-builder-explainer .container--video .banner--video .two-column--center{-webkit-box-align:start;-ms-flex-align:start;align-items:start;padding:0}.interview-builder-explainer .container--video .banner--video .banner__video{margin:20px 30px 0 0;padding-bottom:57.75%;padding-top:25px;height:0;background-size:cover;position:relative}@media (max-width:900px){.interview-builder-explainer .container--video .banner--video .banner__video{margin:1px!important}}.interview-builder-explainer .container--video .banner--video .banner__video iframe{position:absolute;top:0;bottom:0;width:100%;z-index:-1}.interview-builder-explainer .container--video .banner--video .banner__video.video-playing{z-index:2}.interview-builder-explainer .container--video .banner--video .banner__video.video-playing iframe{z-index:auto}.interview-builder-explainer .container--video .banner--video .banner__video.video-playing .close-video{display:block}.interview-builder-explainer .container--video .banner--video .banner__video .play-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;width:5em;height:5em;border-radius:50%;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.3);box-shadow:0 1px 1px 0 rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.interview-builder-explainer .container--video .banner--video .banner__video .play-btn svg{width:40px;height:40px;fill:#e60278;-webkit-transform:translate(7%,14%);transform:translate(7%,14%)}.interview-builder-explainer .container--video .banner--video .banner__video .close-video{display:none;position:absolute;top:-2em;right:0;font-size:20px;cursor:pointer}.interview-builder-explainer .container--video .banner--video .banner__video .close-video__label{font-size:1rem}.interview-builder-explainer .container--video .banner--video .banner__video .close-video__button{background-color:#e60278;padding:.2em .5em;display:inline-block;border-radius:.25em;font-size:20px}.interview-builder-explainer .container--video .banner--video .banner__video .close-video__button svg{width:15px;height:15px;stroke:#fff;fill:#fff;stroke-width:50}@media (max-width:900px){.interview-builder-explainer .container--video .banner--overlay{padding-top:0;padding-bottom:50px}}.interview-builder-explainer .container--video .banner--overlay:after{background:none}.interview-builder-explainer .container--video .banner__body p{color:#535862;font-size:18px;font-weight:300}.interview-builder-explainer .container--video .banner__body h4{color:#d8096b}.interview-builder-explainer .container--video .banner__body button{background-color:#0371d2!important;color:#fff;border-radius:0!important;text-transform:none;font-weight:700!important;letter-spacing:.05em;margin-top:40px;padding:12px 50px;font-size:18px!important;margin-top:15px;z-index:1000;position:relative}@media (max-width:900px){.interview-builder-explainer .container--video .banner__body button{width:100%}}.interview-builder-explainer .container--video .banner__heading--border{border:none}@media (max-width:900px){.interview-builder-explainer .container--video .banner__heading--border{margin-top:30px}}.interview-builder-explainer .related__articles{background-color:#eee}.interview-builder-explainer .related__articles .related__articles__main__container{width:100%;margin:auto;max-width:940px;padding-bottom:70px}.interview-builder-explainer .related__articles .related__articles__main__heading{font-size:21px;font-weight:700;padding-bottom:10px;padding-top:70px}@media (max-width:940px){.interview-builder-explainer .related__articles .related__articles__main__heading{padding-left:30px;padding-right:30px}}@media (max-width:768px){.interview-builder-explainer .related__articles .related__articles__main__heading{margin-top:3rem}}.interview-builder-explainer .related__articles .post-tile__tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-10px}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles{display:block;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0}}.interview-builder-explainer .related__articles .post-tile__tiles .post-tile{margin:10px;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;background-color:#fff;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.2);box-shadow:1px 1px 2px rgba(0,0,0,.2);position:relative;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(33.333% - 20px);flex-basis:calc(33.333% - 20px)}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile{margin-left:0;margin-right:0}}.interview-builder-explainer .related__articles .post-tile__tiles .post-tile:hover{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.28);box-shadow:0 2px 10px 0 rgba(0,0,0,.28);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.interview-builder-explainer .related__articles .post-tile__tiles .post-tile .post-tile__link{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile .post-tile__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto}}.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__header{position:relative;overflow:hidden}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__header{background-repeat:no-repeat;background-position:50%;background-size:cover;-ms-flex-preferred-size:38%;flex-basis:38%;padding-top:30%}}@media (min-width:739px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__header{background-image:none!important}}.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__header img{width:100%}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__header img{display:none}}.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__body{background-color:#fff;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:10px;padding:30px;min-height:263px}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__body{text-align:left;-ms-flex-preferred-size:60%;flex-basis:60%;padding:20px 17px;min-height:0}}@media (max-width:475px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__body{padding-top:4px;padding-bottom:4px}}.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__title{font-size:21px;font-weight:700;color:#000;line-height:24px;width:100%;margin:0 auto;text-decoration:none}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__title{font-size:18px;max-width:100%;line-height:27px;overflow:hidden;text-overflow:ellipsis;height:54px;-webkit-line-clamp:2}}.interview-builder-explainer .related__articles .post-tile__tiles .post-tile-primary-content{font-size:16px;line-height:24px;color:#000;margin:1em 0}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile-primary-content{display:none}}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__cta{margin-top:15px}}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__cta p{margin-top:0}}.interview-builder-explainer .related__articles .post-tile__tiles .post-tile-secondary-action{font-size:16px;color:#000;margin-bottom:0}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile-secondary-action{font-size:14px;margin-top:14px;padding-right:10px}}.interview-builder-explainer .related__articles .post-tile__tiles .post-tile-support-detail{font-size:16px;color:#9b9b9b;margin:0}@media (max-width:740px){.interview-builder-explainer .related__articles .post-tile__tiles .post-tile-support-detail{font-size:14px;margin-top:14px}}.interview-builder-explainer .related__articles .post-tile__tiles .post-tile__category{color:#000;font-size:13px}.interview-builder-explainer .related__articles .post-tile__tiles .reading-time{font-size:13px}.recruitment-starter-kit img{width:100%}.recruitment-starter-kit .entry{background:#fff;margin-top:1em;padding:1.5em}.recruitment-starter-kit .form--single{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:930px){.recruitment-starter-kit .form--single{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.recruitment-starter-kit .form--single>*{margin-bottom:1em}}.recruitment-starter-kit .form--single label{font-size:18px;color:#d8096b}.recruitment-starter-kit .form--single .select-wrap{margin-bottom:1.5em;position:relative}.recruitment-starter-kit .form--single .select-wrap:after{content:url("/employer/hiring-advice/template_images/down-arrow.svg");position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:1.5rem;pointer-events:none}.recruitment-starter-kit .form--single select{padding:.5em 2.5em .5em 1em;border-radius:0}.recruitment-starter-kit input,.recruitment-starter-kit select{font-size:15px}.recruitment-starter-kit .form__input .large{font-size:16px}.recruitment-starter-kit .posts{margin-top:20px}.recruitment-starter-kit .need-selection__container{display:none;padding-right:30px;padding-left:30px}@media screen and (max-width:768px){.recruitment-starter-kit .need-selection__container{display:block}}.recruitment-starter-kit .svg-container{display:block}@media screen and (max-width:768px){.recruitment-starter-kit .svg-container{display:none}}.recruitment-starter-kit .svg-link,.recruitment-starter-kit .svg-link.active{-webkit-transition:all .3s ease;transition:all .3s ease}.recruitment-starter-kit .svg-link.active{-webkit-transform:translateY(-20px);transform:translateY(-20px)}.recruitment-starter-kit .svg-link.active path{fill:#d8096b}top-search-terms-selectbox{margin-bottom:1em;padding:.25em;border:0;border-bottom:2px solid currentcolor;font-weight:700;letter-spacing:.15em;border-radius:0}top-search-terms-selectbox:active,top-search-terms-selectbox:focus{outline:0;border-bottom-color:red}.top-search-terms-images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:3px 3px 3px 3px;overflow:hidden}.top-search-terms-images img{max-width:100%;width:100%;height:auto}.top-search-terms-images .no-selection,.top-search-terms-images img{display:none;letter-spacing:.15em;font-weight:700}.top-search-terms-images .loader{display:none}.top-search-terms-images[data-selected=""]:not(.loading){background:#fff}.top-search-terms-images[data-selected=""]:not(.loading) .no-selection{display:block}.top-search-terms-images[data-selected="30"] img[data-image="30"].mobile{display:none}.top-search-terms-images[data-selected="30"] img[data-image="30"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="30"] img[data-image="30"].mobile{display:block}.top-search-terms-images[data-selected="30"] img[data-image="30"].desktop{display:none}}.top-search-terms-images[data-selected="29"] img[data-image="29"].mobile{display:none}.top-search-terms-images[data-selected="29"] img[data-image="29"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="29"] img[data-image="29"].mobile{display:block}.top-search-terms-images[data-selected="29"] img[data-image="29"].desktop{display:none}}.top-search-terms-images[data-selected="28"] img[data-image="28"].mobile{display:none}.top-search-terms-images[data-selected="28"] img[data-image="28"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="28"] img[data-image="28"].mobile{display:block}.top-search-terms-images[data-selected="28"] img[data-image="28"].desktop{display:none}}.top-search-terms-images[data-selected="27"] img[data-image="27"].mobile{display:none}.top-search-terms-images[data-selected="27"] img[data-image="27"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="27"] img[data-image="27"].mobile{display:block}.top-search-terms-images[data-selected="27"] img[data-image="27"].desktop{display:none}}.top-search-terms-images[data-selected="26"] img[data-image="26"].mobile{display:none}.top-search-terms-images[data-selected="26"] img[data-image="26"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="26"] img[data-image="26"].mobile{display:block}.top-search-terms-images[data-selected="26"] img[data-image="26"].desktop{display:none}}.top-search-terms-images[data-selected="25"] img[data-image="25"].mobile{display:none}.top-search-terms-images[data-selected="25"] img[data-image="25"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="25"] img[data-image="25"].mobile{display:block}.top-search-terms-images[data-selected="25"] img[data-image="25"].desktop{display:none}}.top-search-terms-images[data-selected="24"] img[data-image="24"].mobile{display:none}.top-search-terms-images[data-selected="24"] img[data-image="24"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="24"] img[data-image="24"].mobile{display:block}.top-search-terms-images[data-selected="24"] img[data-image="24"].desktop{display:none}}.top-search-terms-images[data-selected="23"] img[data-image="23"].mobile{display:none}.top-search-terms-images[data-selected="23"] img[data-image="23"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="23"] img[data-image="23"].mobile{display:block}.top-search-terms-images[data-selected="23"] img[data-image="23"].desktop{display:none}}.top-search-terms-images[data-selected="22"] img[data-image="22"].mobile{display:none}.top-search-terms-images[data-selected="22"] img[data-image="22"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="22"] img[data-image="22"].mobile{display:block}.top-search-terms-images[data-selected="22"] img[data-image="22"].desktop{display:none}}.top-search-terms-images[data-selected="21"] img[data-image="21"].mobile{display:none}.top-search-terms-images[data-selected="21"] img[data-image="21"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="21"] img[data-image="21"].mobile{display:block}.top-search-terms-images[data-selected="21"] img[data-image="21"].desktop{display:none}}.top-search-terms-images[data-selected="20"] img[data-image="20"].mobile{display:none}.top-search-terms-images[data-selected="20"] img[data-image="20"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="20"] img[data-image="20"].mobile{display:block}.top-search-terms-images[data-selected="20"] img[data-image="20"].desktop{display:none}}.top-search-terms-images[data-selected="19"] img[data-image="19"].mobile{display:none}.top-search-terms-images[data-selected="19"] img[data-image="19"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="19"] img[data-image="19"].mobile{display:block}.top-search-terms-images[data-selected="19"] img[data-image="19"].desktop{display:none}}.top-search-terms-images[data-selected="18"] img[data-image="18"].mobile{display:none}.top-search-terms-images[data-selected="18"] img[data-image="18"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="18"] img[data-image="18"].mobile{display:block}.top-search-terms-images[data-selected="18"] img[data-image="18"].desktop{display:none}}.top-search-terms-images[data-selected="17"] img[data-image="17"].mobile{display:none}.top-search-terms-images[data-selected="17"] img[data-image="17"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="17"] img[data-image="17"].mobile{display:block}.top-search-terms-images[data-selected="17"] img[data-image="17"].desktop{display:none}}.top-search-terms-images[data-selected="16"] img[data-image="16"].mobile{display:none}.top-search-terms-images[data-selected="16"] img[data-image="16"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="16"] img[data-image="16"].mobile{display:block}.top-search-terms-images[data-selected="16"] img[data-image="16"].desktop{display:none}}.top-search-terms-images[data-selected="15"] img[data-image="15"].mobile{display:none}.top-search-terms-images[data-selected="15"] img[data-image="15"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="15"] img[data-image="15"].mobile{display:block}.top-search-terms-images[data-selected="15"] img[data-image="15"].desktop{display:none}}.top-search-terms-images[data-selected="14"] img[data-image="14"].mobile{display:none}.top-search-terms-images[data-selected="14"] img[data-image="14"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="14"] img[data-image="14"].mobile{display:block}.top-search-terms-images[data-selected="14"] img[data-image="14"].desktop{display:none}}.top-search-terms-images[data-selected="13"] img[data-image="13"].mobile{display:none}.top-search-terms-images[data-selected="13"] img[data-image="13"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="13"] img[data-image="13"].mobile{display:block}.top-search-terms-images[data-selected="13"] img[data-image="13"].desktop{display:none}}.top-search-terms-images[data-selected="12"] img[data-image="12"].mobile{display:none}.top-search-terms-images[data-selected="12"] img[data-image="12"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="12"] img[data-image="12"].mobile{display:block}.top-search-terms-images[data-selected="12"] img[data-image="12"].desktop{display:none}}.top-search-terms-images[data-selected="11"] img[data-image="11"].mobile{display:none}.top-search-terms-images[data-selected="11"] img[data-image="11"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="11"] img[data-image="11"].mobile{display:block}.top-search-terms-images[data-selected="11"] img[data-image="11"].desktop{display:none}}.top-search-terms-images[data-selected="10"] img[data-image="10"].mobile{display:none}.top-search-terms-images[data-selected="10"] img[data-image="10"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="10"] img[data-image="10"].mobile{display:block}.top-search-terms-images[data-selected="10"] img[data-image="10"].desktop{display:none}}.top-search-terms-images[data-selected="9"] img[data-image="9"].mobile{display:none}.top-search-terms-images[data-selected="9"] img[data-image="9"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="9"] img[data-image="9"].mobile{display:block}.top-search-terms-images[data-selected="9"] img[data-image="9"].desktop{display:none}}.top-search-terms-images[data-selected="8"] img[data-image="8"].mobile{display:none}.top-search-terms-images[data-selected="8"] img[data-image="8"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="8"] img[data-image="8"].mobile{display:block}.top-search-terms-images[data-selected="8"] img[data-image="8"].desktop{display:none}}.top-search-terms-images[data-selected="7"] img[data-image="7"].mobile{display:none}.top-search-terms-images[data-selected="7"] img[data-image="7"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="7"] img[data-image="7"].mobile{display:block}.top-search-terms-images[data-selected="7"] img[data-image="7"].desktop{display:none}}.top-search-terms-images[data-selected="6"] img[data-image="6"].mobile{display:none}.top-search-terms-images[data-selected="6"] img[data-image="6"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="6"] img[data-image="6"].mobile{display:block}.top-search-terms-images[data-selected="6"] img[data-image="6"].desktop{display:none}}.top-search-terms-images[data-selected="5"] img[data-image="5"].mobile{display:none}.top-search-terms-images[data-selected="5"] img[data-image="5"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="5"] img[data-image="5"].mobile{display:block}.top-search-terms-images[data-selected="5"] img[data-image="5"].desktop{display:none}}.top-search-terms-images[data-selected="4"] img[data-image="4"].mobile{display:none}.top-search-terms-images[data-selected="4"] img[data-image="4"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="4"] img[data-image="4"].mobile{display:block}.top-search-terms-images[data-selected="4"] img[data-image="4"].desktop{display:none}}.top-search-terms-images[data-selected="3"] img[data-image="3"].mobile{display:none}.top-search-terms-images[data-selected="3"] img[data-image="3"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="3"] img[data-image="3"].mobile{display:block}.top-search-terms-images[data-selected="3"] img[data-image="3"].desktop{display:none}}.top-search-terms-images[data-selected="2"] img[data-image="2"].mobile{display:none}.top-search-terms-images[data-selected="2"] img[data-image="2"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="2"] img[data-image="2"].mobile{display:block}.top-search-terms-images[data-selected="2"] img[data-image="2"].desktop{display:none}}.top-search-terms-images[data-selected="1"] img[data-image="1"].mobile{display:none}.top-search-terms-images[data-selected="1"] img[data-image="1"].desktop{display:block}@media screen and (max-width:768px){.top-search-terms-images[data-selected="1"] img[data-image="1"].mobile{display:block}.top-search-terms-images[data-selected="1"] img[data-image="1"].desktop{display:none}}@-webkit-keyframes loading{to{letter-spacing:.25em}}@keyframes loading{to{letter-spacing:.25em}}.top-search-terms-copy{max-width:100%;height:auto;display:block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:3px 3px 3px 3px;overflow:hidden}.top-search-terms-copy .loader{display:none}.top-search-terms-copy .no-selection,.top-search-terms-copy img{display:none;letter-spacing:.15em;font-weight:700}.top-search-terms-copy[data-selected=""]:not(.loading){background:#fff}.top-search-terms-copy[data-selected=""]:not(.loading) .no-selection{display:block}.top-search-terms-copy [data-copy]{display:none}.top-search-terms-copy[data-selected="30"] [data-copy="30"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="30"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="29"] [data-copy="29"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="29"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="28"] [data-copy="28"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="28"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="27"] [data-copy="27"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="27"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="26"] [data-copy="26"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="26"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="25"] [data-copy="25"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="25"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="24"] [data-copy="24"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="24"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="23"] [data-copy="23"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="23"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="22"] [data-copy="22"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="22"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="21"] [data-copy="21"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="21"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="20"] [data-copy="20"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="20"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="19"] [data-copy="19"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="19"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="18"] [data-copy="18"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="18"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="17"] [data-copy="17"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="17"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="16"] [data-copy="16"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="16"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="15"] [data-copy="15"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="15"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="14"] [data-copy="14"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="14"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="13"] [data-copy="13"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="13"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="12"] [data-copy="12"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="12"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="11"] [data-copy="11"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="11"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="10"] [data-copy="10"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="10"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="9"] [data-copy="9"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="9"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="8"] [data-copy="8"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="8"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="7"] [data-copy="7"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="7"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="6"] [data-copy="6"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="6"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="5"] [data-copy="5"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="5"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="4"] [data-copy="4"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="4"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="3"] [data-copy="3"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="3"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="2"] [data-copy="2"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="2"]{margin-bottom:1em}}.top-search-terms-copy[data-selected="1"] [data-copy="1"]{display:block}@media screen and (max-width:768px){.top-search-terms-copy[data-selected="1"]{margin-bottom:1em}}.loading .loader{display:block}.loading .loader .dots{margin:0 auto}@media screen and (max-width:768px){.entry{margin-bottom:16px}}.data-source{margin-top:1rem}.search-terms-footer-image img{display:block;width:100%}#hard-to-fill-roles{font:12px sans-serif}#hard-to-fill-roles .blog-article{background:#fff!important}#hard-to-fill-roles .blog-post__header{padding-bottom:0}#hard-to-fill-roles .blog-post__title{color:#9f3a7e;font-weight:400;font-size:22px;text-align:center;margin:1em auto 1.5em}#hard-to-fill-roles .blog-post__content{text-align:center;max-width:620px;margin:auto;margin-bottom:2em}#hard-to-fill-roles .blog-post__content p{font:14px sans-serif;line-height:1.4}#hard-to-fill-roles picture.banner{display:block;padding:.5em}#hard-to-fill-roles .banner img{width:100%}#hard-to-fill-roles .footer .footer__picture,#hard-to-fill-roles .footer .footer__picture img{display:block;width:100%}.chart svg{margin:0 auto}.chart{padding:0;margin:0;position:relative;font:12px sans-serif}.chart,.chart__svg{width:100%}.chart__info .info__text{fill:#9f3a7e;font-size:14px;font:14px sans-serif}.chart__controls--text,.chart__controls--trigger{font:14px sans-serif;text-transform:uppercase;font-weight:700;cursor:pointer}.chart__controls--trigger{fill:#fff;stroke:#3b3b3b}.chart.purple .chart__controls--trigger.purple{fill:#9f3a7e;stroke:#9f3a7e}.chart.teal .chart__controls--trigger.teal{fill:#00a5ad;stroke:#00a5ad}.chart.blue .chart__controls--trigger.blue{fill:#3f51b5;stroke:#3f51b5}.chart__trigger__all,.chart__trigger__label--all{cursor:pointer}.chart__trigger__label--all{font:18px sans-serif;cursor:pointer;fill:#080559}.chart__tick{visibility:hidden}.chart:not(.purple):not(.teal):not(.blue) .chart__tick{visibility:visible}.chart__trigger__all{fill:transparent}.chart__bar--purple,.chart__bar--purple .chart__bar--bar{fill:#9f3a7e}.chart__bar--teal{fill:#00a5ad}.chart__labels{position:absolute}.chart__label{width:200px;padding-top:.45em}.chart__bar--purple{fill:#9f3b7e}.chart__bar--teal{fill:#03a5ad}.chart__bar--blue{fill:#3f51b5}.chart__footer{position:relative;height:75px;width:100%}.footer{position:relative;margin-top:2em}.footer__banner{position:absolute;top:0;right:0;bottom:0;left:0}.chart__footer--disclaimer{position:absolute;top:0;right:125px;bottom:0;left:52px}.chart__footer--disclaimer-text{font-size:11px}.chart__footer--disclaimer-text span:first-of-type,chart__footer--disclaimer-text span:first-of-type{margin-right:.5em}.chart__footer--image{position:absolute;top:-12px;right:20px;width:100px}@media (max-width:1200px){.chart__footer--image{top:-5px}}@media (max-width:550px){.chart__footer--image{top:0}}.hard-to-fill-roles-2019 .chart__info{display:none}.hard-to-fill-roles-2019 #hard-to-fill-roles picture.banner{padding:0}.hard-to-fill-roles-2019 #hard-to-fill-roles .blog-post__title{color:#02015a;margin:1.5em auto .8em;padding-left:52px;padding-right:52px;text-align:left}@media (max-width:940px){.hard-to-fill-roles-2019 #hard-to-fill-roles .blog-post__title{padding-right:30px;padding-left:30px}}@media (max-width:740px){.hard-to-fill-roles-2019 #hard-to-fill-roles .blog-post__title{padding-left:20px;padding-right:20px}}.hard-to-fill-roles-2019 #hard-to-fill-roles .blog-post__content{text-align:left;max-width:none;padding-left:52px;padding-right:52px}@media (max-width:940px){.hard-to-fill-roles-2019 #hard-to-fill-roles .blog-post__content{padding-right:30px;padding-left:30px}}@media (max-width:740px){.hard-to-fill-roles-2019 #hard-to-fill-roles .blog-post__content{padding-left:20px;padding-right:20px}}.hard-to-fill-roles-2019 #hard-to-fill-roles .blog-post__content .hint{margin-top:1em}.hard-to-fill-roles-2019 #hard-to-fill-roles .blog-post__content .hint .desc{border:3px solid #fec60b;padding:15px}.hard-to-fill-roles-2019 #hard-to-fill-roles .blog-post__content .hint .desc p{margin:0}.hard-to-fill-roles-2019 #hard-to-fill-roles .blog-post__content .hint-title{display:inline-block;background-color:#fec60b;color:#fff;padding:5px 10px;font-weight:600;margin-bottom:0;font-size:14px}#error404{background-color:#fff;padding:4em}@media (max-width:480px){#error404{padding:4em 2em}}#error404 .page-title{font-size:32px;font-weight:900;line-height:1.5;margin-bottom:12px;margin-top:0}#error404 .entry h2{font-size:22px;font-weight:900;line-height:24px}#error404 .entry br{content:"";margin-top:18px;display:block}table:not(.responsive-table):not(.collapsible-table){border-left:1px solid #cacaca;border-top:1px solid #cacaca;margin:.5rem 0 1rem;font-size:16px}table:not(.responsive-table):not(.collapsible-table) tr{border-bottom:1px solid #cacaca}table:not(.responsive-table):not(.collapsible-table) tr:nth-of-type(2n){background-color:#eee}table:not(.responsive-table):not(.collapsible-table) tr:hover{background-color:#dfdfdf!important}table:not(.responsive-table):not(.collapsible-table) tr td{border-right:1px solid #cacaca;padding:1em}table:not(.responsive-table):not(.collapsible-table) tr td p{margin:0}table:not(.responsive-table):not(.collapsible-table).no-background-color tr:hover{background-color:transparent!important}.new-year-hiring-guide .insert-blank-space{padding-top:65px}@media (max-width:768px){.new-year-hiring-guide .insert-blank-space{display:none}}.new-year-hiring-guide .page-header{background-image:url("/employer/hiring-advice/template_images/new-year-hiring-guide/header-desktop.jpg");height:352px;max-width:940px}@media (max-width:768px){.new-year-hiring-guide .page-header{height:auto}.new-year-hiring-guide .page-header img{display:block;width:100%;height:auto}}.new-year-hiring-guide .need-selection__container{display:none}@media (max-width:768px){.new-year-hiring-guide .need-selection__container{display:block}}.new-year-hiring-guide .need-selection__container .form.form--single{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.new-year-hiring-guide .need-selection__container .form.form--single label{font-size:28px;text-align:center;color:#000;font-weight:700;padding-left:20px;padding-right:20px;margin-bottom:.3em;line-height:42px}.new-year-hiring-guide .need-selection__container .form.form--single .input-wrap{width:80%;margin:auto;margin-bottom:1em;text-align:center}@media (max-width:768px){.new-year-hiring-guide .need-selection__container .form.form--single .input-wrap{padding-left:20px;padding-right:20px}}@media (max-width:480px){.new-year-hiring-guide .need-selection__container .form.form--single .input-wrap{width:100%}}.new-year-hiring-guide .need-selection__container .form.form--single .input-wrap.select-wrap{position:relative}.new-year-hiring-guide .need-selection__container .form.form--single .input-wrap.select-wrap:after{content:url("/employer/hiring-advice/template_images/down-arrow.svg");position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:2rem;pointer-events:none}.new-year-hiring-guide .need-selection__container .form.form--single .input-wrap #need-selection{padding:.7em 1em}.new-year-hiring-guide .need-selection__container .form.form--single .input-wrap #need-button{width:100%;max-width:300px}@media (max-width:768px){.new-year-hiring-guide .svg-block{display:none}}.new-year-hiring-guide .entry{max-width:940px;margin:auto;padding-top:90px;padding-bottom:75px}@media (max-width:768px){.new-year-hiring-guide .entry{padding-top:25px;padding-bottom:25px}}.new-year-hiring-guide .entry .text-block{padding:0 50px 60px}.new-year-hiring-guide .entry.svg-block{padding-top:60px}.new-year-hiring-guide .entry h1{text-align:center;color:#000;font-weight:700;font-size:32px;margin:0}.new-year-hiring-guide .entry .svg-container{text-align:center}.new-year-hiring-guide .entry .svg-container svg{display:block;margin:auto}.new-year-hiring-guide .entry .svg-container svg .svg-link{-webkit-transition:all .3s ease;transition:all .3s ease}.new-year-hiring-guide .entry .svg-container svg .svg-link.active{-webkit-transform:translateY(-20px);transform:translateY(-20px);-webkit-transition:all .3s ease;transition:all .3s ease}.new-year-hiring-guide .fow__related__articles{margin-bottom:60px;overflow:hidden}@media (max-width:740px){.new-year-hiring-guide .fow__related__articles .post-tile__tiles,.new-year-hiring-guide .fow__related__articles .post-tile__tiles .post-tile{margin-left:0;margin-right:0}}.new-year-hiring-guide .related__articles__main__container{max-width:940px!important}.new-year-hiring-guide .newsletter--fow{margin-bottom:0;padding-bottom:102px}.new-year-hiring-guide .newsletter--fow h2{color:#000}.industry-spotlights{margin-bottom:50px}.industry-spotlights .related-content{padding:50px 100px;margin-bottom:3em}@media (max-width:900px){.industry-spotlights .related-content{padding:50px 30px}}.industry-spotlights .related-content .article--loa__body{padding-top:0;margin-bottom:2em}.industry-spotlights .loa--newsletter{border-bottom:none}.panels-heading{color:#b41782;font-size:26px;font-weight:400}.seek-quiz-container{position:relative;min-height:1000px;padding-top:90vh}@media (max-width:480px){.seek-quiz-container{min-height:1000px;padding-top:100%}}.seek-quiz-container .content__data{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.seek-salary-tool #seek-salary-tool__iframe{width:1px;min-width:100%}
/*# sourceMappingURL=main.css.map*/