/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{font-family:icomoon;src:url(../fonts/icomoon.ttf?yt5m8h) format("truetype"),url(../fonts/icomoon.woff?yt5m8h) format("woff"),url(../fonts/icomoon.svg?yt5m8h#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.accordion__opener:after,.header-search__opener:before,.nav-opener:before,[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-t:before{content:""}.icon-arrow-b:before{content:""}.icon-quotes:before{content:""}.icon-share:before{content:""}.icon-arrow-l:before{content:""}.icon-arrow-r:before{content:""}.icon-menu:before{content:""}.icon-facebook:before{content:""}.icon-twitter:before{content:""}.icon-youtube:before{content:""}.icon-medium:before{content:""}.icon-search:before{content:""}.icon-close-menu:before{content:""}.icon-instagram:before{content:""}html{box-sizing:border-box;-webkit-text-size-adjust:none}*,:after,:before{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,iframe,main,menu,nav,section{display:block}img{max-width:100%;height:auto;vertical-align:top}.gm-style img{max-width:none}iframe{width:100%;max-width:100%;border:0}figure{margin:0}.accessibility{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.accessibility:focus{position:static;width:auto;height:auto}.hidden{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.footer-bottom__list,.footer-nav__list,.main-nav__list,.main-nav__sublist,.navigation__list,.social-list,.topic-list,main ul:not([class]):not([id]){margin:0;padding:0;list-style:none}.cb-clearfix:after,.clearfix:after{content:"";display:block;clear:both}.btn,.resetButton,[type=button],[type=reset],[type=submit],button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;background:none;cursor:pointer}body,html{font-size:16px}body{color:#262626;background-color:#fff;font-family:freight-text-pro,Times New Roman,Times,Baskerville,Georgia,serif;line-height:1.5;font-weight:400;min-width:375px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{transition:color .35s cubic-bezier(.3,.86,.36,.95),background-color .35s cubic-bezier(.3,.86,.36,.95),text-decoration-color .35s cubic-bezier(.3,.86,.36,.95);text-decoration:underline;text-decoration-color:transparent}a,a:hover{color:#1870ce}a:hover{text-decoration:underline;text-decoration-color:currentColor}dl,ol,p,ul{margin:0 0 .5em}p{margin-bottom:20px}.h,.h1,.h2,.h3,.h4,.h5,.h6,.news-item--popular .news-item__title,h1,h2,h3,h4,h5,h6{font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:700;margin:0 0 .5em;color:inherit}.h1,.news-item--popular .news-item__title,h1{font-size:32px;line-height:1;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:900}.h2,h2{font-size:32px;font-weight:350}.h3,h3{font-size:24px;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:900;line-height:1.166}.h4,h4{font-size:18px;font-weight:700}.display-3{font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:900;font-size:18px;line-height:1.36;display:block}.h5,h5{font-size:17px}.h6,h6{font-size:15px}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.category{display:block;font-weight:350;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;color:#003262;font-size:12px;line-height:1.36}.cb-image{margin-bottom:24px}.cb-image.cb-110w--lg .cb-caption{margin:0 auto}.cb-image img{display:block;margin-bottom:13px;width:100%}.cb-image img:last-child{margin-bottom:0}.cb-caption{line-height:1.36;font-size:10px;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif}.cb-caption p{margin-bottom:0}.cb-hr{height:1px;background-color:#e0e0e0;margin:34px 0}.cb-quote{margin-bottom:0}.cb-quote blockquote{font-weight:900;font-family:freight-text-pro,Times New Roman,Times,Baskerville,Georgia,serif;font-style:italic;font-size:18px;line-height:1.2;margin:0 0 40px}.cb-quote blockquote:before{content:"“";color:#cfdd45;display:block;margin-bottom:-23px;line-height:1;font-size:80px}main ul:not([class]):not([id]){padding-left:5px}main ul:not([class]):not([id]) li{position:relative;padding-left:15px}main ul:not([class]):not([id]) li:before{content:"•";position:absolute;left:0;top:-2px}fieldset,form{margin:0;padding:0;border-style:none}input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{transition:border-color .35s cubic-bezier(.3,.86,.36,.95);border:1px solid #f2f2f2;font-size:16px;line-height:normal;background-color:#f2f2f2;width:100%;min-width:0;height:38px;padding:5px 12px;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:900;font-family:freight-sans-pro-ultra,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;border-radius:0;-webkit-appearance:none}input:not([type])::-ms-clear,input[type=color]::-ms-clear,input[type=date]::-ms-clear,input[type=datetime-local]::-ms-clear,input[type=datetime]::-ms-clear,input[type=email]::-ms-clear,input[type=month]::-ms-clear,input[type=number]::-ms-clear,input[type=password]::-ms-clear,input[type=search]::-ms-clear,input[type=tel]::-ms-clear,input[type=text]::-ms-clear,input[type=time]::-ms-clear,input[type=url]::-ms-clear,input[type=week]::-ms-clear,textarea::-ms-clear{display:none}input:not([type])::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, textarea::-moz-placeholder{color:#262626;font-size:inherit}input:not([type])::placeholder,input[type=color]::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=datetime]::placeholder,input[type=email]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,input[type=week]::placeholder,textarea::placeholder{color:#262626;font-size:inherit}.textarea,textarea{resize:none;height:150px;padding:5px 12px;font-size:16px}input[type=search]{-webkit-appearance:textfield;outline-offset:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button{display:none}.nav-active{overflow:hidden;height:100vh;height:calc(1vh*100);height:calc(var(--vh, 1vh)*100)}.header{background-color:#00284e;color:#fff;padding:16px 0;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;position:relative;z-index:10}.alt-colors-theme .header{background-color:#46535e}.header a{color:inherit;text-decoration:none}.header a:hover{color:#fdb71b}.header__holder{display:flex;align-items:center;justify-content:space-between;font-size:13px;margin:0 -12px}.header__logo{display:block;max-width:150px;margin:0}.nav-opener{font-size:13px;display:inline-flex;justify-content:center;align-items:center;min-height:44px;min-width:44px}.nav-opener:before{content:""}.nav-opener__text{font-size:23px;line-height:1;font-weight:700;margin-left:12px;padding-bottom:.1em}.nav-active .nav-opener:before{content:""}.nav-active .nav-opener .nav-opener__text{display:none}.main-nav{transition:opacity .35s cubic-bezier(.3,.86,.36,.95),visibility .35s cubic-bezier(.3,.86,.36,.95);position:absolute;top:100%;left:0;width:100%;height:calc(100vh - 100%);height:calc(1vh*100 - 100%);height:calc(var(--vh, 1vh)*100 - 100%);overflow:auto;background-color:#00284e;color:#fff;padding:40px 0;opacity:0;visibility:hidden;-ms-overflow-style:none;scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}.nav-active .main-nav{opacity:1;visibility:visible}.alt-colors-theme .main-nav{background-color:#46535e}.main-nav__list{font-size:18px;line-height:1.667;font-weight:700;margin-bottom:80px}.main-nav__item{margin-bottom:20px}.main-nav__item:not(.main-nav__item--drop)+.main-nav__item--drop{grid-column-start:1}.main-nav__sublist{font-weight:400;font-size:16px;padding-top:10px;line-height:1.5}.main-nav__subitem{margin-bottom:10px}.main-nav .social-list{justify-content:space-around;font-size:17px;margin-top:auto}.header-search{text-align:right}.alt-colors-theme .header-search .header-search__form-wrapper{background-color:#5c6d7b}.header-search__opener{font-size:13px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-left:auto}.header-search__opener:before{content:""}.header-search__form-wrapper{position:absolute;top:100%;left:0;width:100%;background-color:#0c5198;color:#fff;padding:15px 0;visibility:hidden}.header-search__field-wrapper{position:relative}.header-search .header-search__field{padding-right:36px}.header-search__submit{transition:color .35s cubic-bezier(.3,.86,.36,.95);position:absolute;top:50%;transform:translateY(-50%);right:0;font-size:13px;width:44px;height:44px}.header-search__submit:hover{color:#fdb71b}.header-search.active .header-search__opener:before{content:""}.header-search.active .header-search__form-wrapper{visibility:visible}.social-list{display:flex;align-items:center;flex-wrap:wrap}.social-list .icon-twitter{font-size:115%}.social-list .icon-youtube{font-size:120%}.social-list .icon-medium{font-size:135%}.social-list a{text-decoration:none;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.alt-colors-theme{background-color:#f8f8f8}.container{max-width:1366px;margin-left:auto;margin-right:auto;padding-left:18px;padding-right:18px;width:100%}.cb-image.cb-110w--lg .cb-caption,.container--md{max-width:1074px}.container--sm{max-width:938px}.container--lg{max-width:1283px}.wrapper{position:relative;overflow:hidden;display:flex;flex-direction:column}.wrapper,.wrapper-inner{min-height:100vh;min-height:calc(1vh*100);min-height:calc(var(--vh, 1vh)*100)}.wrapper-inner{display:grid;grid-template-rows:auto 1fr auto;-ms-grid-template-columns:minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.wrapper-inner .header{grid-row:1}.wrapper-inner .main{grid-row:2}.wrapper-inner .footer{grid-row:3}.base-section{padding:46px 0 66px}.base-section.light-gray-bg{background-color:#f8f8f8}.base-section.dark-gray-bg{background-color:#46535e}.cb-spacer{height:15px}.cb-spacer--3x{height:44px}.gray-content-box{background-color:#f8f8f8;padding:16px 17px 27px;margin:0 -18px 49px}.gray-content-box__title{margin-bottom:12px}.wp-caption>a{display:inline-block;vertical-align:middle}.footer{background-color:#0c5198;color:#fff;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif}.footer a{color:inherit;text-decoration:none}.footer a:hover{color:#fdb71b;text-decoration:none}.footer-top{padding:60px 0 70px}.footer-bottom{padding:52px 0 59px;background-color:#00284e}.footer-bottom__list{text-align:center;font-size:14px;line-height:1.715;margin-bottom:45px}.footer-bottom .social-list{justify-content:space-around;font-size:16px;margin:0 10px 45px}.footer-bottom__copyright{font-size:14px;text-align:center;display:block}.footer-logo{max-width:131px;margin:0 auto 23px}.footer-logo,.footer-logo>a{display:block}.footer-nav__item{text-align:center;margin:0 0 60px}.footer-nav__item:last-child{margin-bottom:0}.footer-nav__title{display:block;font-size:18px;line-height:1.667;font-weight:700;margin:0 0 6px}.footer-nav__list{font-size:14px;line-height:2.143}.btn{display:inline-block;vertical-align:top;color:#003262;background-color:#fdb71b;padding:13px 49px;font-size:18px;line-height:1.2;font-weight:700;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;border-radius:10px}.btn,.btn:hover{text-decoration:none}.btn{min-width:173px;text-align:center}.btn.btn--link{background-color:transparent;color:#262626;padding:10px 0;position:relative;min-width:0}.btn.btn--link:hover{background-color:transparent;color:#0c5198}.btn.btn--link:hover:after{left:100%}.btn.btn--link:after{transition:left .35s cubic-bezier(.3,.86,.36,.95);content:"";bottom:0;left:0;right:0;position:absolute;background-color:currentColor;height:1px}.btn:hover{background-color:#d49302;color:#fff}.section-heading{margin-bottom:40px}.dark-gray-bg .section-heading{color:#fff}.section-heading__title{color:currentColor}.section-heading__title:last-child{margin-bottom:0}.page-heading{text-align:center;max-width:640px;margin:0 auto 33px;font-size:16px;line-height:1.25}.page-heading__title{margin-bottom:35px}.page-heading__title:last-child,.page-heading p:last-child{margin-bottom:0}.single-post{padding:30px 0 54px}.single-post .category{margin-bottom:14px}.single-post p:last-child{margin-bottom:0}.single-post__heading{font-size:16px;line-height:1.5;margin-bottom:24px}.single-post__heading p{margin-bottom:34px}.single-post__heading p:last-child{margin-bottom:0}.single-post__title{margin-bottom:25px}.single-post__date{font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:900;font-size:16px;margin-bottom:0}.single-post__inner-heading{display:flex;align-items:center;margin-bottom:25px}.single-post__inner-heading .share-link{flex-shrink:0;margin-left:10px}.single-post__inner-heading .h4,.single-post__inner-heading h4{font-size:16px;margin-bottom:0}.news-item--popular .single-post .news-item__title,.single-post .h1,.single-post .h2,.single-post .h3,.single-post .news-item--popular .news-item__title,.single-post h1,.single-post h2,.single-post h3{margin-bottom:20px}.share-link{color:currentColor;font-size:16px;text-decoration:none;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.share-link:hover{color:#0c5198;text-decoration:none}.news-list{margin-bottom:0}.news-item{margin-bottom:36px}.news-item:last-child{margin-bottom:0}.dark-gray-bg .news-item{color:#fff}.news-item--popular{font-size:16px;line-height:1.274}.news-item--popular .news-item__excerpt{display:block}.news-item--xs .news-item__title{font-weight:700;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif}.news-item__image{margin-bottom:13px}.news-item__image-link{position:relative;padding-top:56.36%;display:block;overflow:hidden}.news-item__image-link:hover img{transform:scale(1.1)}.news-item__image-link img{transition:transform .35s cubic-bezier(.3,.86,.36,.95);width:100%;height:100%;max-width:none;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.news-item__category{margin-bottom:8px}.news-item .news-item__title{margin-bottom:15px}.news-item .news-item__title a{color:currentColor;text-decoration:none}.news-item .news-item__title a:hover{color:#0c5198;text-decoration:none}.dark-gray-bg .news-item .news-item__title a:hover{color:#fdb71b}.news-item p:last-child{margin-bottom:0}.news-item__date{font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:400;display:block;font-size:16px}.browse-list__col{margin-bottom:70px}.browse-list__col:last-child{margin-bottom:0}.browse-list .bordered-heading{max-width:426px}.browse-list .news-item{margin-bottom:20px}.browse-list .news-item:last-child{margin-bottom:0}.browse-list__btn-wrap{text-align:center;padding:37px 0 0}.bordered-heading{margin-bottom:51px}.bordered-heading__title:last-child{margin-bottom:0}.category-section .news-list{margin-bottom:58px}.topical-section .page-heading{margin-bottom:42px}.featured-news-block{padding:41px 17px 24px;background-color:#f8f8f8;margin:0 -18px 45px}.featured-news-block__title{margin-bottom:35px}.filter-list-section .page-heading{margin-bottom:45px}.filter-heading{display:flex;align-content:center;justify-content:space-between;margin-bottom:25px}.filter-heading__title{flex-grow:1;font-weight:700;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;margin-bottom:0}.filter-heading .navigation-links{align-items:center}.navigation-links{display:flex}.navigation-links__navigation-link{color:#000;margin:0 10px;font-size:18px;line-height:1;text-decoration:none}.navigation-links__navigation-link:hover{text-decoration:none;color:#0c5198}.filtered-items{margin-bottom:60px}.filtered-items .news-item--md .news-item__title{font-weight:700}.filtered-items .news-item--md .news-item__title,.navigation{font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif}.navigation__numbers{flex-shrink:0;font-size:24px}.navigation__numbers strong{font-weight:700}.navigation__list{display:flex;align-items:flex-end;justify-content:center;line-height:1.36;flex-grow:1;font-size:22px}.navigation__list a,.navigation__list span{display:block;padding:4px 8px;color:#262626}.navigation__list a{text-decoration:none}.navigation__list a:hover{text-decoration:none;color:#0c5198}.navigation__list-current{font-weight:700}.navigation__list-dots{display:block}.contacts-section{font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif}.contacts-section.base-section{padding-bottom:41px}.contacts-section .cb-spacer{height:40px}.contacts-section .section-heading{margin-bottom:43px}.contacts-section__title{font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:900;margin-bottom:13px}.contacts-section address{font-style:normal}.contacts-section .social-list{margin:0 -15px}.contacts-section [href*="tel:"]{color:currentColor;text-decoration:none}.contacts-section [href*="tel:"]:hover{text-decoration:none;color:#0c5198}.contacts-section a{color:#262626}.contacts-section a:hover{color:#0c5198}.contacts-grid__item{margin-bottom:34px}.team-section .page-heading{margin-bottom:55px}.team-list{display:flex;flex-wrap:wrap;gap:58px 0}.team-list__item{width:100%}.person-card{font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;text-align:center;max-width:495px;margin:0 auto}.person-card__img{overflow:hidden;width:160px;height:160px;border-radius:50%;margin:0 auto 53px}.person-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.person-card__name{margin-bottom:14px}.person-card__position{display:block;margin-bottom:6px;font-size:16px;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:900}.person-card__info{margin:20px 0 10px}.person-card__info p:last-child{margin-bottom:0}.person-card__link{color:#1870ce}.find-expert-section .page-heading:only-child{margin-bottom:0}.search-box{max-width:1032px;margin:40px auto}.search-box__field-wrapper{position:relative}.search-box__submit{transition:color .35s cubic-bezier(.3,.86,.36,.95);position:absolute;top:50%;transform:translateY(-50%);font-size:16px;right:5px;width:44px;height:44px}.search-box__submit:hover{color:#fdb71b}.search-box .search-box__field{padding-right:55px}.experts-category{max-width:1032px;margin:0 auto}.experts-category__title{letter-spacing:-.02em;margin:0 0 35px}.experts-list__item{margin-bottom:43px}.experts-list__item:last-child{margin-bottom:0}.expert-card{display:flex;align-items:flex-start;gap:24px;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;max-width:905px}.expert-card__img{flex-shrink:0;width:50px;height:50px;border-radius:50%;overflow:hidden;margin:9px 0 0 3px}.expert-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.expert-card__name{display:block;font-weight:700;color:#1870ce;font-size:16px}.expert-card__name a{color:inherit}.expert-card__position{display:block;font-size:16px;font-weight:700;line-height:1.38;margin:0 0 11px}.topics-list-section{background-color:#f8f8f8;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;padding:46px 0 90px}.topic-list{font-weight:700;font-size:16px;line-height:1.375}.topic-list a{color:inherit;text-decoration:none}.topic-list a:hover{color:#0c5198;text-decoration:none}.experts-section{padding:65px 0}.accordion{max-width:1020px;margin:0 auto}.accordion__item{background-color:#f8f8f8;margin-bottom:10px}.accordion__item:last-child{margin-bottom:0}.accordion__item.active .accordion__opener:after{transform:rotate(180deg)}.accordion__opener{display:block;position:relative;color:inherit;padding:15px 55px 15px 15px}.accordion__opener,.accordion__opener:hover{text-decoration:none}.accordion__opener:after{content:"";display:flex;align-items:center;justify-content:center;background-color:#d9d9d9;font-size:13px;width:45px;height:100%;position:absolute;top:0;right:0;color:#262626}.accordion__opener .h3,.accordion__opener h3{line-height:1;margin-bottom:0}.accordion .experts-list{padding:30px 15px 50px}@media (min-width:520px){.footer-bottom .social-list{justify-content:center}.expert-card{gap:32px}.expert-card__img{width:75px;height:75px;margin:0}.topic-list{-moz-column-count:2;column-count:2;-moz-column-gap:30px;column-gap:30px}}@media (min-width:768px){body{font-size:22px;line-height:1.3125}.h1,.news-item--popular .news-item__title,h1{line-height:1.125;font-size:48px}.h2,h2{font-size:38px;line-height:1.36}.h3,h3{font-size:26px;line-height:1.22}.h4,h4{font-size:18px;line-height:1.25}.display-3{font-size:20px}.category{font-size:18px}.cb-image.cb-float--right{float:right;margin-left:40px}.cb-image.cb-33w--md{width:63.53%}.cb-image{margin-bottom:66px}.cb-caption{font-size:18px}.cb-hr{margin:41px 0 40px}.cb-quote blockquote{font-size:36px;line-height:1;margin-bottom:86px}.cb-quote blockquote:before{font-size:160px;margin-bottom:-55px}main ul:not([class]):not([id]) li{padding-left:31px}input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{height:60px;font-size:24px}.header{padding:25px 0}.header__column{min-width:160px}.header__logo{max-width:220px}.nav-opener{font-size:16px}.main-nav__list{font-size:23px;display:grid;grid-gap:0 30px;gap:0 30px;grid-template-columns:repeat(3,1fr);flex-wrap:wrap;margin-bottom:40px}.main-nav__sublist{font-size:18px;padding-top:3px;display:block}.main-nav__subitem{margin-bottom:0}.main-nav .social-list{justify-content:flex-start;font-size:25px;gap:20px}.header-search__opener{font-size:18px}.header-search .header-search__field{padding-right:40px}.header-search__submit{font-size:18px;right:10px}.base-section{padding:84px 0}.cb-spacer{height:13px}.cb-spacer--3x{height:32px}.cb-spacer--4x{height:51px}.cb-spacer--8x{height:100px}.gray-content-box{padding:19px 34px 33px;margin:0 0 56px}.gray-content-box__title{margin-bottom:35px}.footer-bottom{padding:80px 0}.footer-bottom__holder{display:flex;flex-direction:row-reverse;justify-content:space-between}.footer-bottom__column{width:calc(50% - 15px)}.footer-bottom__column--right{display:flex;flex-direction:column}.footer-bottom__list{font-size:16px;line-height:1.5;-moz-column-count:2;column-count:2;-moz-column-gap:30px;column-gap:30px;text-align:left;margin-bottom:0}.footer-bottom .social-list{justify-content:flex-start;margin:0 -10px}.footer-bottom__copyright{text-align:left;margin-top:auto}.footer-logo{margin:0}.footer-logo--mobile{display:none}.footer-nav{display:flex;flex-wrap:wrap;margin:0 -15px;gap:50px 0}.footer-nav__item{width:50%;text-align:left;margin-bottom:0;padding:0 15px}.footer-nav__title{font-size:23px;line-height:1.2;margin:0 0 15px}.footer-nav__list{font-size:16px}.btn{font-size:20px;padding:16px 50px;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:900}.section-heading{margin-bottom:45px}.page-heading{font-size:32px;line-height:1.313;max-width:1036px;margin:0 auto 88px}.single-post__date{font-size:26px}.single-post__inner-heading{margin-bottom:40px}.single-post__inner-heading .share-link{margin-left:40px}.single-post__inner-heading .h4,.single-post__inner-heading h4{font-size:26px;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:900}.share-link{font-size:32px}.news-list{display:grid;grid-gap:56px 25px;gap:56px 25px}.news-list,.news-list.two-cols{grid-template-columns:repeat(2,1fr)}.news-list.two-cols .news-item--popular{grid-column-start:span 2;margin-bottom:42px}.news-list .news-item--popular{grid-column-start:span 2}.news-item{margin-bottom:0}.news-item--inline{display:flex}.news-item--inline.news-item--popular .news-item__image{width:48.83%;margin-right:38px}.news-item--inline .news-item__image{flex-shrink:0;margin-bottom:0;width:48%}.news-item--inline.news-item--md .news-item__image{margin-right:25px;width:33.33%}.news-item--inline-reverse{display:flex;flex-direction:row-reverse}.news-item--inline-reverse .news-item__image{flex-shrink:0;width:48.83%;margin-left:20px;margin-right:0!important;margin-bottom:0}.news-item--inline-reverse.news-item--md .news-item__image{margin-left:25px;width:33.33%}.news-item--md .news-item__title,.news-item--popular{font-size:20px}.news-item--xs .news-item__image{width:80px;margin-right:20px}.news-item--xs .news-item__image-link{padding-top:100%}.news-item--xs .news-item__title{font-size:20px}.news-item__image{margin-bottom:28px}.news-item__description{flex-grow:1}.news-item__category{margin-bottom:13px}.news-item__excerpt{display:none}.browse-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:80px 55px;gap:80px 55px}.browse-list__col{margin-bottom:0}.browse-list .news-item{margin-bottom:40px}.browse-list__btn-wrap{display:none}.bordered-heading{padding-bottom:21px;margin-bottom:64px;border-bottom:1px solid #262626}.bordered-heading__title{font-weight:700;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif}.category-section .arts-list{margin-bottom:101px}.category-section .news-list{margin-bottom:60px}.arts-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px 25px;gap:56px 25px}.topical-section .page-heading{margin-bottom:64px}.featured-news-block{padding:19px 34px 33px;margin:0 0 50px}.filter-list-section .page-heading{margin-bottom:80px}.filter-heading{margin-bottom:71px}.filter-heading .navigation-links{margin-right:-19px;margin-top:18px}.navigation-links__navigation-link{font-size:21px;margin:0 19px}.filtered-items{margin-bottom:80px}.filtered-items .news-item{margin-bottom:52px}.navigation{display:flex;align-items:center;justify-content:space-between}.navigation__numbers{margin-right:20px}.navigation .navigation-links{margin-right:-16px;margin-left:96px}.contacts-section{font-size:20px;line-height:1.5}.contacts-section.base-section{padding-bottom:69px}.contacts-section .section-heading{margin-bottom:50px}.contacts-section__title{margin-bottom:8px}.contacts-section .social-list{gap:0 5px;margin:0 -10px}.contacts-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.contacts-grid__item{margin-bottom:48px}.team-section .page-heading{margin-bottom:100px}.team-list{gap:40px 0}.team-list__item{width:50%;padding-right:20px}.person-card{text-align:left;font-size:18px;margin:0}.person-card__position{font-size:20px}.search-box{margin:60px auto}.search-box .search-box__field{padding:10px 55px 10px 25px}.expert-card{gap:46px;font-size:20px}.expert-card__img{width:100px;height:100px}.expert-card__name{font-size:24px;margin-bottom:12px}.expert-card__position{font-size:24px;line-height:1.25;margin-bottom:16px}.topics-list-section{padding:70px 0 90px}.topic-list{font-size:20px}.experts-section{padding:95px 0}.accordion__item{margin-bottom:18px}.accordion__opener{padding:30px 120px 30px 30px}.accordion__opener:after{width:75px;font-size:18px}.accordion .experts-list{padding:50px 30px 75px}}@media (min-width:1024px){p{margin-bottom:36px}.h2,h2{font-size:48px}.h4,h4{font-size:24px}.display-3{font-size:28px}.cb-image.cb-float--right{margin-left:80px}.cb-image img{margin-bottom:46px}.cb-caption{font-size:20px}.cb-hr{margin:66px 0}.cb-quote blockquote{font-size:48px;margin-bottom:173px}.cb-quote blockquote:before{font-size:204px;margin-bottom:-67px}main ul:not([class]):not([id]){padding-left:16px}main ul:not([class]):not([id]) li:before{top:0}.header__logo{max-width:280px}.base-section{padding:91px 0 110px}.base-section:first-child .page-heading{margin-top:15px}.gray-content-box{padding:52px 60px 81px 62px;margin-bottom:104px}.gray-content-box__title{margin-bottom:58px}.footer-bottom__column .column-header{display:flex;align-items:center;gap:55px;margin-bottom:40px}.btn{font-size:36px}.btn.btn--link{padding:14px 0}.btn.btn--link:after{bottom:6px}.section-heading{margin-bottom:77px}.page-heading__title{margin-bottom:90px}.single-post{padding:97px 0}.single-post .category{margin-bottom:45px}.single-post__heading{font-size:32px;line-height:1.3125;margin-bottom:54px}.single-post__heading p{margin-bottom:56px}.single-post__title{margin-bottom:53px}.single-post__date{font-size:36px}.single-post__inner-heading .share-link{margin-left:80px}.single-post__inner-heading .h4,.single-post__inner-heading h4{font-size:36px}.news-item--popular .single-post .news-item__title,.single-post .h1,.single-post .h2,.single-post .h3,.single-post .news-item--popular .news-item__title,.single-post h1,.single-post h2,.single-post h3{margin-bottom:36px}.news-list{grid-template-columns:repeat(3,1fr);gap:59px 25px}.news-list.two-cols{gap:40px 44px}.news-list .news-item--popular{grid-column-start:span 3}.news-item--inline-reverse .news-item__image{width:48.83%;margin-left:38px}.news-item--inline-reverse .news-item__category{margin-top:-8px}.news-item--popular .news-item__title{margin-bottom:34px}.news-item--popular .news-item__category{margin-bottom:13px}.news-item.news-item--popular-alt .news-item__title{font-size:36px;line-height:1.22}.news-item--md .news-item__title{font-size:24px}.news-item--xs .news-item__image{margin-right:40px;width:125px}.news-item--xs .news-item__title{font-size:24px}.news-item__date{font-size:20px;line-height:1.5;padding-top:23px}.news-section.opinion-section.base-section{padding-top:101px}.news-section.opinion-section .section-heading{margin-bottom:68px}.browse-section.base-section{padding:98px 0 148px}.browse-list{gap:98px 87px}.bordered-heading__title{font-size:36px}.category-section .arts-list{margin-bottom:132px}.category-section .news-list{gap:74px 25px;margin-bottom:120px}.arts-list{grid-template-columns:48.9% 1fr;gap:59px 37px}.arts-list .news-item--popular{grid-area:1/1/5/1}.arts-list .news-item--popular .news-item__image{margin-bottom:42px}.arts-list .news-item--md{grid-column-start:2;grid-template-rows:auto}.topical-section.base-section{padding:91px 0 170px}.topical-section .page-heading{margin-bottom:110px}.featured-news-block{padding:52px 61px 65px}.featured-news-block__title{margin-bottom:50px}.featured-news-block .news-item--md .news-item__image{margin-right:44px}.featured-news-block .news-item--md .news-item__title{font-weight:700;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif}.filter-list-section .page-heading{margin-bottom:124px}.filtered-items{margin-bottom:173px}.navigation__list,.navigation__numbers{font-size:36px}.navigation__list a,.navigation__list span{padding:4px 15px}.navigation__list-dots{padding:4px 10px}.contacts-section .section-heading{margin-bottom:62px}.topics-list-section{padding:102px 0 120px}.topics-list-section .section-heading{margin-bottom:68px}.topic-list{-moz-column-count:3;column-count:3;font-size:24px;line-height:1.25}}@media (min-width:1280px){body{font-size:28px}.h1,.news-item--popular .news-item__title,h1{font-size:64px}.h3,h3{font-size:36px}.category{font-size:20px}.cb-image.cb-float--right{margin-left:124px}.cb-image.cb-33w--md{width:48.53%}.cb-image.cb-110w--lg .cb-caption{padding:0 18px}.header{padding:44px 0 42px}.header__column{min-width:200px}.header__logo{max-width:393px}.nav-opener{font-size:20px}.nav-opener__text{font-size:28px;margin-left:20px}.main-nav__list{font-size:28px}.main-nav__item{margin-bottom:44px}.main-nav__sublist{font-size:20px}.main-nav .social-list{font-size:31px;gap:39px}.header-search__opener{font-size:24px}.header-search .header-search__field{height:80px;font-size:36px;padding:10px 60px 10px 20px}.header-search__submit{font-size:24px;right:15px}.footer-top{padding:80px 0 100px}.footer-bottom{padding:123px 0 113px}.footer-bottom__column{width:calc(50% - 25px)}.footer-bottom__list{font-size:20px;-moz-column-gap:50px;column-gap:50px}.footer-bottom__list li{width:50%}.footer-logo{max-width:150px}.footer-nav{margin:0 -25px}.footer-nav__item{padding:0 25px;width:25%}.footer-nav__title{font-size:28px;margin:0 0 23px}.footer-nav__list{font-size:20px;line-height:1.5}.news-item--inline.news-item--md .news-item__image{margin-right:60px;width:46.63%}.news-item--inline-reverse.news-item--md .news-item__image{margin-left:42px;width:46.63%}.news-item--popular{font-size:24px}.news-item--popular .news-item__category{margin-bottom:36px}.featured-news-block .news-item--md .news-item__image{margin-right:44px}.contacts-section .social-list{gap:2px 8px}.team-section{padding-bottom:144px}.team-section .page-heading{margin-bottom:191px}.team-list{gap:103px 0}.person-card{font-size:24px;line-height:1.25}.person-card__img{width:200px;height:200px;margin-bottom:50px}.person-card__name{margin-bottom:22px}.person-card__position{font-size:24px;margin-bottom:20px}.person-card__info{margin:-12px 0 30px}.search-box{margin:80px auto;max-width:1140px}.search-box__submit{right:40px;font-size:25px}.search-box .search-box__field{height:100px;font-size:36px;padding:10px 55px}.experts-category__title{margin-bottom:93px}.experts-list__item{margin-bottom:68px}.expert-card__name,.expert-card__position{margin-bottom:24px}.experts-section{padding:145px 0}.accordion__item{margin-bottom:25px}.accordion__opener{padding:43px 146px 43px 46px}.accordion__opener:after{width:103px;font-size:22px}.accordion .experts-list{padding:59px 46px 96px}}@media (min-width:1440px){.cb-image.cb-float--right{margin-right:-139px}.cb-image.cb-33w--md{width:63.53%}}@media (max-width:767px){.h3.small-on-mobile,h3.small-on-mobile{font-size:16px}.footer-logo--desktop,.nav-opener__text{display:none}.single-post__title{font-size:24px;line-height:1.166}.single-post__inner-heading{justify-content:space-between}.news-item.news-item--xs-alt{border-bottom:1px solid #262626;padding-bottom:24px;margin-bottom:35px}.news-item.news-item--xs-alt:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.news-item.news-item--xs-alt .news-item__image{display:none}.news-item.news-item--xs-alt .news-item__title{font-size:18px;line-height:24px;font-family:freight-sans-pro,Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:900}.news-item .news-item__title{font-size:24px;line-height:1.16}.news-section.popular-news .news-item{margin-bottom:25px}.browse-section.base-section{padding-bottom:57px}.browse-section .section-heading{margin-bottom:66px}.category-section .arts-list .news-item{margin-bottom:25px}.navigation{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.navigation__numbers{grid-area:1/1/1/1}.navigation__list{grid-area:2/1/2/3}.navigation .navigation-links{grid-area:1/2/1/2;align-self:center;justify-self:end}.contacts-section__title{font-size:16px}.contacts-section .social-list{font-size:14px}.contacts-grid__col:last-child{padding-top:23px}.accordion__opener .h3,.accordion__opener h3{font-size:18px}}@media (max-width:519px){.experts-category__title{font-size:16px}}@media (min-width:768px)and (max-width:1023px){.news-item--popular .news-item__title{font-size:30px;line-height:1.22}.arts-list .news-item--popular{grid-column-start:span 2;margin-bottom:42px}}@media (prefers-reduced-motion){.news-item__image-link:hover img{transform:scale(1)}}
