

  @font-face {
    font-family: 'UniversLTStd';
    src: url(fonts/UniversLTStd-Light.otf) format('opentype');
  }
  
  @font-face {
    font-family: 'UniversLTStd-BoldCn';
    src: url(fonts/UniversLTStd-BoldCn.otf) format('opentype');
  }

  @font-face {
    font-family: "Weisenhoff Grotesk Light";
    src: url("fonts/WeissenhofGrotesk-Light.woff2");
    src:  url("fonts/WeissenhofGrotesk-Light.woff2") format("woff2"), url("fonts/WeissenhofGrotesk-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Weisenhoff Grotesk Medium";
    src: url("fonts/WeissenhofGrotesk-Medium.woff2");
    src:  url("fonts/WeissenhofGrotesk-Medium.woff2") format("woff2"), url("fonts/WeissenhofGrotesk-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "stratos semibold";
    src: url("fonts/stratosweb-semibold.woff");
    src: url("fonts/stratosweb-semibold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }



#content-title {
    width: 100%;
    margin: 0 auto;
    background-color: #e9edf0;
    padding-bottom: 70px;
    padding-top: 60px;
}

@media (min-width: 768px) {
#content .page-transitions .into-copy, #content .into-copy {
    font-size: 24px;
    line-height: 38px;
    padding: 45px 0;
}
}



#content .modelling-title{
    font-family: "Weisenhoff Grotesk Light";
    color: black;
    font-size: 2.8125rem;
    line-height: 1.24444;
    text-align: center !important;
    padding-top: 17px;
}



#content .modelling-para {
    display: block;
    max-width: 1000px;
    width: 80%;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    font-family: "Weisenhoff Grotesk Light";
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 47px;
    color: #434343;
}





    #content-title h1, h2, h3, h4, h5, li, a, span, p, input, time, label {
        -webkit-font-smoothing: antialiased;
        font-weight: 100;
    }

    #content-title em, i {
        font-style: italic;
        font-family: "Segoe UI";

    }



#content {
max-width: 1170px;
margin: 0 auto;
}

#content .flex-box-grid .story:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}

#content .cards-light-bg {
    background: #f1f1f1;
}

#content .topic-cards {
    padding: 30px 0px 47px 0px;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}



#content .section-title {
    text-align: left;
    font-size: 21px;
    line-height: 20px;
    margin: 0 auto;
    font-family: "UniversLTStd";
    color: #6e9bc7;
    text-transform: none;
    padding-left: 20px;
}

h1, h2, h3, h4, h5, li, a, span, p, input, time, label {
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
}

#content .flex-box-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

#content .flex-box-grid .story {
    margin: 0 0 30px 0;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    cursor: pointer;
    padding: 0 !important;
}

#content .story {
    background: #fff;
}

.full-width #content a, .full-width #content a:hover, .full-width #content a:focus, .full-width #content a:active, .full-width #content a:visited {
    text-decoration: none;
}

#content .story > a {
    display: block;
    margin-bottom: 20px;
}

#content .img-hover-effect {
    position: relative;
}



#content .img-hover-effect:after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0);
    transition: background 0.5s ease;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#content .card-content {
    padding: 0 20px 20px 20px;
}

#content .card-content .date {
    font-family: "GraphikRegular";
    font-size: 11px;
    color: #434343;
    display: block;

}

#content .card-content > a {
    font-family: "Sabon";
    color: #6e9bc7 !important;
    font-size: 14px;
    margin: 13px 0 15px 0;
    display: block;
    padding: 0;
    border: 0;
    text-decoration: none;
}

.btn-cardlink{font-family:"Weisenhoff Grotesk Light", sans-serif !important;font-size:12px !important; color: #6e9bc7!important;font-weight:700;line-height:18px;display:inline-block;letter-spacing:1px;padding:0px 28px 0px 3.07692% ;position:relative;text-decoration:none;text-transform:uppercase;transition:color .2s ease;z-index:1;}
.btn-cardlink::after{content:"";display:block;position:absolute;background:#6e9bc7 url("img/icon-arrow-white.svg") center no-repeat;background-size:8px;display:inline-block;height:18px;margin:0 0 0 10px;right: 0;top:-1px;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;width:18px;}
.btn-cardlink:hover,.btn-cardlink:focus{color:#6e9bc7!important;}
.btn-cardlink:hover::after,.btn-cardlink:focus::after{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}









#content .card-content h4 {
    font-family: "GraphikSemibold";
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 18px 0;
    color: #000;
    letter-spacing: -1px;
}

#content .card-content h4 a {
    margin: 0;
    padding: 0;
}

#content .card-content .title-link-hover {
    color: rgb(14,29,66);
    font-size: 18px;
    font-family: "Weisenhoff Grotesk Medium";
    font-weight: 400;
    text-decoration: none;
}

#content .card-content p {
    font-family: "Weisenhoff Grotesk Light";
    font-size: 14px;
    color: #434343;
    line-height: 20px;
}

.cta {
    color: #6e9bc7; 
     font-family: 'Weisenhoff Grotesk Light';
     font-weight: 700;
     font-size: 14px;
     -webkit-transition: color .5s, background .5s, border-color .5s;
     transition: color .5s, background .5s, border-color .5s;
     text-decoration: none;
     letter-spacing: normal !important;
   }

p {
    widows: 3;
    orphans: 3;
}

#content .card-content b, #content .card-content strong, #content .talks b, #content .talks strong {
    font-weight: bold;
    font-family: "Weisenhoff Grotesk Light";
}

#content .progress-bar {
    display: none;
}

hr .fill {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e6e7e9;
    margin: 20px 0;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

#content .load-more-container {
    text-align: center;
}

#content .view-all.show, #content .show-less.show {
    display: inline-block;
}

#content .link-button, #content .view-all, #content .show-less {
    padding: 10px 30px;
    margin: 0 auto;
    border: 1px solid #22A2FF;
    color: #22A2FF;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: .125rem;
    font-size: .6875rem;
    font-family: "Weisenhoff Grotesk Light";
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    background-color: transparent;
}

#content .view-all, #content .show-less {
    background: transparent;
    color: #22A2FF;
    border-radius: 0;
    z-index: 1;
    display: none;
    border-color:   #22A2FF;

}

button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}

#content .link-button:hover,
#content .view-all:hover,
#content .show-less:hover {
  background-color: #22A2FF;
  color: #FFFFFF;
}
#content .view-all.hide,
#content .show-less.hide {
  display: none;
}
#content .view-all.show,
#content .show-less.show {
  display: block;
  max-width: 200px;
  
}
#content .link-button:focus,
#content .view-all:focus,
#content .show-less:focus {
  outline: 0;
}
#content .view-all:hover,
#content .show-less:hover {
  color:white;
}

.content-underline {
    width: 100px;
    height: 1px;
    background: #6e9bc7;
    margin: 0 auto;
    margin-bottom: 15px;
  }