@import "https://fonts.googleapis.com/css?family=Poppins+Sans:300,400,600,700|Poppins:300,400,500,600,700&display=swap";@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";body{font-family:poppins,sans-serif;font-size:16px;color:#6f7075}h1,h2,h3,h4,h5,h6{font-family:poppins,sans-serif;font-weight:600;color:#00113e}p{font-size:16px;color:#6f7075;font-family:roboto,sans-serif}ol li,ul li{font-size:16px;color:#6f7075;font-family:roboto,sans-serif}h1{font-size:60px}h2{font-size:50px}h3{font-size:30px}h4{font-size:25px}h5{font-size:18px}h6{font-size:15px;font-weight:300}.btn{font-family:poppins,sans-serif;border:none;color:#fff!important;padding:20px 45px;border-radius:0}.btn:focus{box-shadow:none}@media(max-width:991px){.btn{padding:17px 40px}}.btn .btn-area{display:block;overflow:hidden}.btn .btn-area span{position:relative;display:inline-block;padding:2px 0;transition:transform .9s cubic-bezier(.19,1,.22,1);transform-origin:left center}.btn .btn-area span::after{content:attr(data-text);position:absolute;top:150%;left:0;transform:skewY(30deg);transform-origin:left center;transition:transform .9s cubic-bezier(.19,1,.22,1)}.btn:hover .btn-area span{transform:translateY(-150%)skewY(7deg)}.btn:hover .btn-area span::after{transform:skewY(-7deg)}.btn:visited .btn-area span{transform:translateY(-150%)skewY(7deg)}.btn:visited .btn-area span::after{transform:skewY(-7deg)}.btn-sm{padding:15px 40px!important}.btn-sm-rounded{border-radius:40px}.btn-primary,.site-software-btn li .btn{background:#1a658f;color:#fff}.btn-primary:hover,.site-software-btn li .btn:hover{background:#124764}.btn-secondary{background:#012169;color:#fff}.btn-secondary:hover{background:#011136}body{background:#fff}a{color:#1a658f}.section-title{margin-bottom:70px}@media(max-width:991px){.section-title{text-align:center}}.section-title h2{font-weight:300;letter-spacing:2px;text-transform:uppercase;margin-bottom:15px}@media(max-width:991px){.section-title h2{font-size:40px}}.section-title p{font-size:20px;font-weight:300}.form-control{background:0 0;border-radius:0;margin-bottom:30px;padding:0 0 10px;border-width:0 0 1px;border-color:#1a658f;font-weight:300;letter-spacing:1px;-webkit-appearance:none;height:42px}.form-control:focus{box-shadow:none;background:0 0;border-color:#6f7075}select.form-control{height:42px!important;position:relative}.select-wrapper{position:relative}.select-wrapper::before{content:'';position:absolute;width:16px;height:10px;background:url(../images/angle-down-select.svg);background-size:contain;background-repeat:no-repeat;right:15px;top:50%;transform:translateY(-80%)}textarea.form-control{height:auto}.site-navigation{background:#fff;position:fixed;top:0;width:100%;z-index:1000;transition:all .3s cubic-bezier(.55,.085,.68,.53)}@media(max-width:991px){.site-navigation{background:#fff;top:0}}@media(max-width:575px){.site-navigation img{max-height:50px}}.site-navigation .navbar-brand{padding:0;margin:0}.site-navigation .navbar-brand img{max-width:78px;max-height:55px}@media(max-width:575px){.site-navigation .navbar-brand img{max-height:0;max-width:0}}.site-navigation .navbar-second-brand{margin:0;padding:20px}.site-navigation .navbar-second-brand img{max-height:40px;width:auto;height:auto}@media(max-width:991px){.site-navigation .nav-item{text-align:center}}.site-navigation .nav-item .nav-link{font-family:poppins,sans-serif;color:#00113e;transition:all .3s ease;padding:15px 18px;position:relative}.site-navigation .nav-item:last-child{margin-left:15px}.site-navigation .navbar-toggler{outline:0;padding:0}.site-navigation .navbar-toggler .icon-bar{height:2px;width:25px;transition:all .2s;background:#1a658f;display:block}.site-navigation .navbar-toggler .icon-bar:not(:last-child){margin-bottom:5px}.site-navigation .navbar-toggler .icon-bar:nth-child(1){transform:rotate(45deg);transform-origin:10% 10%}.site-navigation .navbar-toggler .icon-bar:nth-child(2){opacity:0;filter:alpha(opacity=0)}.site-navigation .navbar-toggler .icon-bar:nth-child(3){transform:rotate(-45deg);transform-origin:10% 90%}.site-navigation .navbar-toggler.collapsed .icon-bar:nth-child(1){transform:rotate(0)}.site-navigation .navbar-toggler.collapsed .icon-bar:nth-child(2){opacity:1;filter:alpha(opacity=1)}.site-navigation .navbar-toggler.collapsed .icon-bar:nth-child(3){transform:rotate(0)}.site-navigation.nav-bg{padding:12px 0;box-shadow:0 0 12px rgba(0,0,0,9%)}@media(max-width:575px){.site-navigation.nav-bg{padding:15px}}.site-navigation .dropdown-container{position:relative}.site-navigation .dropdown-toggle{outline:none}.site-navigation .dropdown-menu{border:none;position:left;background-color:#e3eaff}@media(max-width:575px){.site-navigation .dropdown-menu{text-align:center}}.site-hero{position:relative;height:550px;margin-top:50px;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;background-color:#f7f9ff;padding-top:100px}@media(max-width:991px){.site-hero{height:auto;padding:200px 0}}@media(max-width:575px){.site-hero{padding:150px 0}}.site-hero-content h1{margin-bottom:15px;text-align:center;color:#fff}@media(max-width:1200px){.site-hero-content h1{font-size:50px;margin-bottom:50px}}@media(max-width:575px){.site-hero-content h1{font-size:40px;text-align:center}}.site-hero-content h1 a,.site-hero-content h1 a:hover{color:#fff;text-decoration:none}.site-hero-content h3{font-size:30px;margin-bottom:15px;text-align:center;color:#a8c700}.site-hero-content h3 a,.site-hero-content h3 a:hover{color:#a8c700;text-decoration:none}.site-hero-content-buttons{margin:20px auto 100px;padding:0}.site-hero-content-buttons li{margin:0 auto;display:block}@media(max-width:575px){.site-hero-content-buttons li{margin:0 auto;display:block}}.site-hero-content-buttons li .btn{font-weight:600;border:solid 5px #a8c700;background:0 0;margin:0 auto;width:50%;overflow:wrap;display:block}@media(max-width:575px){.site-hero-content-buttons li .btn{margin:0 auto;display:block}}.site-hero-scroll{display:none;position:absolute;left:50%;bottom:100px;transform:translateX(-50%)}.carousel{margin-top:110px;height:550px}.carousel .carousel-inner{height:550px}.carousel-inner{position:relative}.carousel-img{width:100%;height:550px;background-size:cover;background-position:50%}.carousel-img .site-hero-content{margin-top:75px}.carousel-img h3{margin-bottom:75px}.site-counter{padding:85px 0;color:#deff2e;background:#1e74a5}.site-counter h2{color:#011950;font-weight:600;text-transform:none;letter-spacing:0}.site-counter .section-title{margin-bottom:10px}@media(max-width:575px){.site-counter{padding:50px 0}}@media(max-width:991px){.site-counter-item{margin-bottom:30px;text-align:center}}.site-counter-item-title{font-size:20px;font-weight:300}.site-counter-item-number{color:#fff;font-size:60px;margin-bottom:0;font-weight:700}.site-counter-item a{color:#deff2e;transition:all .3s cubic-bezier(.36,.03,0,.91);display:block;text-decoration:none}.site-counter-item h3 a{color:#fff}.site-dissertations-and-theses-header{padding-top:150px;background-color:#f7f9ff;background-image:url(/images/banners/rainbow.jpg);background-size:cover}@media(max-width:575px){.site-dissertations-and-theses-header{padding-top:100px;text-align:center}}.site-dissertations-and-theses-header h1{color:#fff;letter-spacing:2px;font-weight:800;font-size:36px;line-height:60px;padding-bottom:0;text-transform:uppercase;margin-bottom:50px}.site-dissertations-and-theses-header h6{color:#1a658f;font-size:20px}.site-dissertations-and-theses-section{padding-top:0;padding-bottom:80px;background-color:#f7f9ff}@media(max-width:575px){.site-dissertations-and-theses-section{padding-top:0;text-align:center}}.site-dissertations-and-theses-content{background:#f7f9ff;width:100%;padding:50px 20px}.site-dissertations-and-theses-content span{color:#012169;font-weight:600}.site-dissertations-and-theses-wrapper{display:flex;align-items:center;flex-wrap:wrap}.site-dissertations-and-theses-git{background:#1a658f;border-radius:25px;width:40%;padding:25px 10px}@media(max-width:991px){.site-dissertations-and-theses-git{width:100%;margin-bottom:20px}}.site-dissertations-and-theses-git h1{color:#fff;font-weight:400;font-size:35px;line-height:60px;letter-spacing:1px;text-transform:none}.site-dissertations-and-theses-git a{color:#fff;transition:all .3s cubic-bezier(.36,.03,0,.91);display:block}.site-dissertations-and-theses-docs{background:#012169}.site-dissertations-and-theses-docs h1{font-size:24px}.site-dissertations-and-theses-spacer{width:80px}.site-dissertations-and-theses-buttons{margin:0;padding:0}.site-dissertations-and-theses-buttons li{display:inline-block}@media(max-width:575px){.site-dissertations-and-theses-buttons li{display:block}}.site-dissertations-and-theses-buttons li:not(:last-child){margin-right:30px}@media(max-width:575px){.site-dissertations-and-theses-buttons li:not(:last-child){margin-right:0;margin-bottom:20px}}.site-dissertations-and-theses-buttons li .btn{font-weight:600}@media(max-width:575px){.site-dissertations-and-theses-buttons li .btn{width:90%;margin:0 auto;display:block}}.site-project,.site-blog{padding:120px 0;overflow:hidden}.site-project-single-header{height:320px;background-color:#f7f9ff;background-position-y:40%;background-size:cover;margin-bottom:-125px}@media(max-width:575px){.site-project-single-header{padding-top:100px;text-align:center}}.site-project h2,.site-blog h2{letter-spacing:2px;font-weight:800;font-size:40px;line-height:60px;padding-bottom:0;text-transform:uppercase;color:#012169}.site-project-item,.site-blog-post{position:relative;margin-bottom:30px;transition:all .1s ease-in}.site-project-item-thumb img,.site-blog-post-thumb img{width:100%}.site-project-item-content,.site-blog-post-content{position:absolute;background:rgba(247,249,255,.8);width:100%;padding:25px;bottom:0;transition:all .1s cubic-bezier(.36,.03,0,.91)}@media(max-width:767px){.site-project-item-content,.site-blog-post-content{padding:30px;padding-bottom:75px}}.site-project-item-content span,.site-blog-post-content span{font-family:poppins,sans-serif;color:#124764;display:block;margin-bottom:3px}.site-project-item-content h3,.site-blog-post-content h3{margin-bottom:0}.site-project-item-content h3 a,.site-blog-post-content h3 a{color:#00113e;transition:.3s ease}.site-project-item-content h3 a:hover,.site-blog-post-content h3 a:hover{text-decoration:none;color:#359fda}.site-project-item-content a.read-more,.site-blog-post-content a.read-more{position:absolute;bottom:40px;display:block;width:100%;color:#6f7075;opacity:0;transform:translateY(20px);transition:all .3s cubic-bezier(.36,.03,0,.91)}@media(max-width:767px){.site-project-item-content a.read-more,.site-blog-post-content a.read-more{transform:translateY(0);opacity:1}}.site-project-item:hover,.site-blog-post:hover{box-shadow:0 30px 45px rgba(0,0,0,1%),0 30px 45px rgba(0,0,0,2%),0 30px 45px rgba(0,0,0,3%),0 30px 45px rgba(0,0,0,4%)}.site-project-item:hover .site-project-item-content,.site-project-item:hover .site-blog-post-content,.site-blog-post:hover .site-project-item-content,.site-blog-post:hover .site-blog-post-content{padding-bottom:75px}.site-project-item:hover .site-project-item-content a,.site-project-item:hover .site-blog-post-content a,.site-blog-post:hover .site-project-item-content a,.site-blog-post:hover .site-blog-post-content a{transform:translateY(0);opacity:1}.site-project-cta{margin-top:30px;display:inline-block;position:relative;font-family:poppins,sans-serif;font-size:18px;font-weight:500;color:#1a658f}.site-project-cta::before{content:'';position:absolute;height:2px;width:100%;background:#1a658f;bottom:-2px;transition:transform .3s cubic-bezier(.36,.03,0,.91);transform-origin:right;transform:scaleX(0)}.site-project-cta:hover{color:#1a658f;text-decoration:none}.site-project-cta:hover::before{transform:scaleX(1);transform-origin:left}.site-project-header{padding-top:150px;background-color:#f7f9ff;background-image:url(/images/banners/matterhorn.jpg)}@media(max-width:575px){.site-project-header{padding-top:100px;text-align:center}}.site-project-header h1{color:#fff;letter-spacing:2px;font-weight:800;font-size:36px;line-height:60px;padding-bottom:0;text-transform:uppercase;margin-bottom:50px}.site-project-header h6{color:#1a658f;font-size:20px}.site-project-header-content h1{font-size:55px}.site-project-header-content h1 span{color:#1a658f}@media(max-width:767px){.site-project-header-content h1{font-size:40px}}@media(max-width:991px){.site-project-header-content{text-align:center;margin-bottom:30px}}.site-project-header-action{display:block;text-align:center}.site-project-header-action span{display:block;font-size:30px;font-weight:300;color:#00113e;margin-bottom:20px}@media(max-width:767px){.site-project-header-action span{font-size:25px}}.site-project-header-action img{width:66px}@media(max-width:767px){.site-project-header-action img{width:40px}}.site-project-header-action:hover{text-decoration:none}.site-project-pubs{padding:0 0 40px;background:#fff;text-align:center}@media(max-width:767px){.site-project-pubs{padding:0 0 40px}}.site-project-pagination,.site-blog-pagination{margin-top:40px;margin-bottom:-50px}.site-project-pagination .pagination,.site-blog-pagination .pagination{justify-content:center}.site-project-pagination .pagination .page-item:not(:last-child),.site-blog-pagination .pagination .page-item:not(:last-child){margin-right:10px}.site-project-pagination .pagination .page-item .page-link,.site-blog-pagination .pagination .page-item .page-link{font-size:24px;border-radius:0;border:none;padding:12px 20px;color:#00113e;font-weight:300;transition:all .3s ease}.site-project-pagination .pagination .page-item.active .page-link,.site-blog-pagination .pagination .page-item.active .page-link{background-color:#1a658f;color:#fff}.site-project-pagination .pagination .page-item.disabled,.site-blog-pagination .pagination .page-item.disabled{opacity:.3;cursor:not-allowed}.site-project-single-section{padding:175px 0 100px}@media(max-width:767px){.site-project-single-section{padding:150px 0}}.site-project-single-section .col-lg-4 p{font-size:14px;margin:14px 0 24px}.site-project-single h1{font-size:40px;font-weight:500;margin-bottom:40px}.site-project-single-image{display:flex;flex-wrap:wrap;flex-direction:column;margin-bottom:30px}.site-project-single-image img{justify-content:center;margin-left:auto;margin-right:auto;width:80%;height:auto}.site-project-single-image img:nth-child(2n){justify-content:center}@media(max-width:767px){.site-project-single-image img{width:100%}}.site-project-single-description{margin-bottom:50px}.site-project-single-description p{margin-bottom:30px}.site-project-single-description blockquote p{color:#00113e}.site-project-single-action a{position:relative;font-size:24px;font-weight:300;color:#00113e;display:flex;margin-left:auto;justify-content:flex-end}@media(max-width:575px){.site-project-single-action a{transform:translateX(-10px)}}.site-project-single-action a .link-area{display:inline-block;overflow:hidden}.site-project-single-action a .link-area span{position:relative;display:block;padding:2px 0;transition:transform .9s cubic-bezier(.19,1,.22,1);transform-origin:left center}.site-project-single-action a .link-area span::after{content:attr(data-text);position:absolute;top:150%;left:0;transform:skewY(30deg);transform-origin:left center;transition:transform .9s cubic-bezier(.19,1,.22,1)}.site-project-single-action a:hover{text-decoration:none}.site-project-single-action a:hover .link-area span{transform:translateY(-150%)skewY(7deg)}.site-project-single-action a:hover .link-area span::after{transform:skewY(-7deg)}.site-project-single-action img{filter:invert(1);transform:rotate(90deg);margin-left:30px}.site-presentations-header{padding-top:150px;background-color:#f7f9ff;background-image:url(/images/banners/turtle.webp);background-size:cover}@media(max-width:575px){.site-presentations-header{padding-top:100px;text-align:center}}.site-presentations-header h1{color:#fff;letter-spacing:2px;font-weight:800;font-size:36px;line-height:60px;padding-bottom:0;text-transform:uppercase;margin-bottom:50px}.site-presentations-header h6{color:#1a658f;font-size:20px}.site-presentations-section{padding-top:0;padding-bottom:80px;background-color:#f7f9ff}@media(max-width:575px){.site-presentations-section{padding-top:0;text-align:center}}.site-presentations-content{background:#f7f9ff;width:100%;padding:50px 20px}.site-presentations-content span{color:#012169;font-weight:600}.site-presentations-wrapper{display:flex;align-items:center;flex-wrap:wrap}.site-presentations-git{background:#1a658f;border-radius:25px;width:40%;padding:25px 10px}@media(max-width:991px){.site-presentations-git{width:100%;margin-bottom:20px}}.site-presentations-git h1{color:#fff;font-weight:400;font-size:35px;line-height:60px;letter-spacing:1px;text-transform:none}.site-presentations-git a{color:#fff;transition:all .3s cubic-bezier(.36,.03,0,.91);display:block}.site-presentations-docs{background:#012169}.site-presentations-docs h1{font-size:24px}.site-presentations-spacer{width:80px}.site-presentations-buttons{margin:0;padding:0}.site-presentations-buttons li{display:inline-block}@media(max-width:575px){.site-presentations-buttons li{display:block}}.site-presentations-buttons li:not(:last-child){margin-right:30px}@media(max-width:575px){.site-presentations-buttons li:not(:last-child){margin-right:0;margin-bottom:20px}}.site-presentations-buttons li .btn{font-weight:600}@media(max-width:575px){.site-presentations-buttons li .btn{width:90%;margin:0 auto;display:block}}.site-publications-header{padding-top:150px;background-color:#f7f9ff;background-image:url(/images/banners/arctic.jpg);background-size:cover}@media(max-width:575px){.site-publications-header{padding-top:100px;text-align:center}}.site-publications-header h1{color:#fff;letter-spacing:2px;font-weight:800;font-size:36px;line-height:60px;padding-bottom:0;text-transform:uppercase;margin-bottom:50px}.site-publications-header h6{color:#1a658f;font-size:20px}.site-publications-section{padding-top:0;padding-bottom:80px;background-color:#f7f9ff}@media(max-width:575px){.site-publications-section{padding-top:0;text-align:center}}.site-publications-content{background:#f7f9ff;width:100%;padding:50px 20px}.site-publications-content span{color:#012169;font-weight:600}.site-publications-wrapper{display:flex;align-items:center;flex-wrap:wrap}.site-publications-git{background:#1a658f;border-radius:25px;width:40%;padding:25px 10px}@media(max-width:991px){.site-publications-git{width:100%;margin-bottom:20px}}.site-publications-git h1{color:#fff;font-weight:400;font-size:35px;line-height:60px;letter-spacing:1px;text-transform:none}.site-publications-git a{color:#fff;transition:all .3s cubic-bezier(.36,.03,0,.91);display:block}.site-publications-docs{background:#012169}.site-publications-docs h1{font-size:24px}.site-publications-spacer{width:80px}.site-publications-buttons{margin:0;padding:0}.site-publications-buttons li{display:inline-block}@media(max-width:575px){.site-publications-buttons li{display:block}}.site-publications-buttons li:not(:last-child){margin-right:30px}@media(max-width:575px){.site-publications-buttons li:not(:last-child){margin-right:0;margin-bottom:20px}}.site-publications-buttons li .btn{font-weight:600}@media(max-width:575px){.site-publications-buttons li .btn{width:90%;margin:0 auto;display:block}}.site-blog{padding-top:120px;background-color:#fff}@media(max-width:575px){.site-blog{padding:70px 0}}.site-blog.details{padding:100px 0 80px}@media(max-width:767px){.site-blog.details{padding:100px 0 60px}}.site-blog-header{background:#f7f9ff;padding:180px 0 30px}@media(max-width:575px){.site-blog-header{padding:100px 0 20px}}.site-blog-header h1{color:#fff;letter-spacing:2px;font-weight:800;font-size:36px;line-height:60px;padding-bottom:0;text-transform:uppercase;margin-bottom:50px}.site-blog-header p{line-height:28px;margin-bottom:0}.site-blog-post{display:flex;flex-direction:column;height:100%}.site-blog-post-content{background:#f7f9ff;bottom:25px;width:calc(100% - 40px);flex:auto;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:575px){.site-blog-post-content{padding:15px 25px 40px}}.site-blog-post-content span{font-size:14px}.site-blog-post-content h3{margin-bottom:15px}@media(max-width:575px){.site-blog-post-content h3{font-size:20px}}.site-blog-post-content .read-more{color:#6f7075;letter-spacing:2px;margin-top:auto}@media(max-width:575px){.site-blog-post-content .read-more{transform:translateY(22px)}}.site-blog-post:hover{box-shadow:0 0 45px rgba(0,0,0,.1),0 0 45px rgba(0,0,0,.2),0 0 45px rgba(0,0,0,.3),0 0 45px rgba(0,0,0,.4)}.site-blog-post:hover .site-project-item-content,.site-blog-post:hover .site-blog-post-content{padding-bottom:20px}.site-blog-post:hover .site-project-item-content a,.site-blog-post:hover .site-blog-post-content a{transform:translateY(0);opacity:1}.site-blog-details{background-size:cover;background-color:#fff;background-position:50%;padding-right:100px;padding-left:100px;padding-top:100px;padding-bottom:100px}@media(max-width:575px){.site-blog-details{padding:15px}}.site-blog-details img{max-width:100%;margin-bottom:20px}.site-blog-details .blog-title{font-size:40px}.site-blog-details .feature-image{margin:20px 0 30px}.site-blog-details h2,.site-blog-details h3,.site-blog-details h4,.site-blog-details h5,.site-blog-details h6{margin-bottom:15px}.site-blog-details blockquote p{color:#00113e;font-size:18px}.site-blog-details cite{margin-top:10px;display:block}.site-testimonial{background:#f7f9ff;margin-top:-200px;margin-bottom:-100px;padding:100px 0;overflow:hidden}@media(max-width:575px){.site-testimonial{margin-top:-70px}}.site-testimonial-item{background:#012169;padding:30px;margin-bottom:30px;color:#c3d7ee;text-align:center}.site-testimonial-item .person{display:block}.site-testimonial-item .person h5{margin-bottom:5px;color:#fff;text-align:center}.site-testimonial-item .person p{margin-bottom:0;color:#646569}.site-testimonial-item-header{display:flex;align-items:center;margin-bottom:20px}.site-testimonial-item-header .thumb{width:300px;margin:0 auto;display:block}.site-testimonial-item-header .thumb img{width:100%}.site-testimonial-item-body{margin-bottom:0;font-weight:300}.site-cta{padding:80px 0;background:#012169}.site-cta .container .row h2{color:#1a658f}.site-cta .container .row h4{color:#fff}@media(max-width:991px){.site-cta{padding:100px 0}}.site-cta-title{font-size:70px;font-weight:700;letter-spacing:10px;margin-bottom:60px}@media(max-width:991px){.site-cta-title{letter-spacing:5px}}@media(max-width:1200px){.site-cta-title{font-size:50px;margin-bottom:40px}}@media(max-width:575px){.site-cta-title{font-size:40px;letter-spacing:1}}.site-cta-buttons{margin:0;padding:0}.site-cta-buttons li{display:inline-block}@media(max-width:575px){.site-cta-buttons li{display:block}}.site-cta-buttons li:not(:last-child){margin-right:40px}@media(max-width:575px){.site-cta-buttons li:not(:last-child){margin-right:0;margin-bottom:20px}}@media(max-width:575px){.site-cta-buttons li .btn{display:block;width:90%;margin:0 auto}}.site-about-header{background-image:url(/images/banners/clouds.jpg);background-size:covert;background-position:50% 0;background-repeat:no-repeat;padding:180px 0 30px}@media(max-width:575px){.site-about-header{padding:100px 0 20px}}.site-about-header h1{font-weight:800;letter-spacing:5px;margin-bottom:20px;color:#1a658f}@media(max-width:575px){.site-about-header h1{font-size:35px}}.site-about-header h2{font-size:36px;text-transform:uppercase;text-align:left;letter-spacing:2px;font-weight:800;color:#fff}@media(max-width:575px){.site-about-header h2{font-size:32px;padding-top:40px}}.site-about-header h3{color:#012169;text-transform:uppercase;letter-spacing:2px}@media(max-width:575px){.site-about-header h3{font-size:36px}}.site-about-header .container{margin-bottom:50px}.site-about-wrapper{display:flex;align-items:center;flex-wrap:wrap}.site-about-company{background:#1a658f;width:40%;padding:70px 38px}@media(max-width:991px){.site-about-company{width:100%;margin-bottom:20px}}.site-about-company h1{color:#fff;font-weight:400;font-size:25px;line-height:60px;text-transform:uppercase;letter-spacing:1px}.site-about-description{background:#fff}.site-about-description p{line-height:30px;font-size:18px;margin-bottom:0;padding-top:20px}.site-tutorials-header{background:#f7f9ff;background-image:url(/images/banners/peaks.jpg);padding-top:150px;margin-bottom:2rem}@media(max-width:575px){.site-tutorials-header{padding:100px 0 20px}}.site-tutorials-header h1{color:#fff;letter-spacing:2px;font-weight:800;font-size:36px;line-height:60px;padding-bottom:0;text-transform:uppercase;margin-bottom:50px}.site-tutorials-header h2{margin:30px 0 20px;font-size:36px;text-transform:uppercase;letter-spacing:2px;font-weight:800;color:#f7f9ff}@media(max-width:575px){.site-tutorials-header h2{font-size:32px}}.site-tutorials-header h3{color:#012169;text-transform:uppercase;letter-spacing:2px}@media(max-width:575px){.site-tutorials-header h3{font-size:35px}}.site-tutorials-header p{line-height:30px;font-size:18px;margin-bottom:10px;color:#fff}.site-tutorials-content h4{margin:25px 0 5px;text-transform:none;color:#012169}.site-tutorials-content .col-lg-8{padding-top:10px}.site-tutorials-content .row{margin:10px 0 30px}.site-tutorials-feature-image{width:100%;max-height:320px;object-fit:cover;margin-bottom:1.5rem}.card-body{display:flex;flex-direction:column;height:100%}.card-body h4{min-height:3em;display:flex;align-items:center;justify-content:center;text-align:center}.embed-responsive{flex:1 0 auto;display:flex;align-items:center;justify-content:center}.site-expertise{padding:80px 0;background:#f7f9ff}.site-expertise-list{padding:0;margin:10px 0 0 20px}@media(max-width:575px){.site-expertise-list{text-align:center;margin:0}}.site-expertise-list li{list-style:none;font-size:25px;font-weight:300;color:#00113e}.site-expertise-list li:not(:last-child){margin-bottom:10px}.site-client{padding:100px 0 50px}.site-client .section-title{margin-bottom:100px}.site-client-wrapper{display:flex;flex-wrap:wrap}@media(max-width:991px){.site-client-wrapper{justify-content:center}}.site-client-item{text-align:center;width:20%;margin-bottom:50px}@media(max-width:991px){.site-client-item{width:33.33%}}@media(max-width:575px){.site-client-item{width:50%}}.site-team{padding:50px 0}.site-team .section-title h2{font-size:32px;text-transform:uppercase;letter-spacing:2px;font-weight:600}@media(max-width:575px){.site-team .section-title h2{font-size:32px}}.site-team-member{background:#f7f9ff;padding:65px 30px 30px;margin:50px 0 30px;position:relative}@media(max-width:767px){.site-team-member{text-align:center}}.site-team-member-image{position:absolute;width:100px;height:100px;border-radius:50%;overflow:hidden;left:30px;top:0;transform:translateY(-50%)}@media(max-width:767px){.site-team-member-image{left:50%;transform:translate(-50%,-50%)}}.site-team-member-content h3{font-size:20px;color:#1a658f;margin-bottom:10px;font-weight:500}.site-team-member-content p{font-size:18px;color:#00113e;margin-bottom:20px;font-weight:300}.site-team-member-social{margin:0;padding:0}.site-team-member-social li{display:inline-block}.site-team-member-social li a{color:#00113e}.site-team-member-social li:not(:last-child){margin-right:10px}.site-contact-header{padding-top:180px;background-color:#f7f9ff;background-image:url(/images/banners/limb.jpg);background-size:cover}@media(max-width:575px){.site-contact-header{padding-top:100px;text-align:center}}.site-contact-header h1{color:#fff;letter-spacing:2px;font-weight:800;font-size:36px;line-height:60px;padding-bottom:0;text-transform:uppercase;margin-bottom:50px}.site-contact-header h6{color:#1a658f;font-size:20px}.site-contact-section{padding-top:0;padding-bottom:80px;background-color:#f7f9ff}@media(max-width:575px){.site-contact-section{padding-top:0;text-align:center}}.site-contact-content{background:#f7f9ff;width:100%;padding:50px 20px 60px}.site-contact-content span{color:#012169;font-weight:600}.site-contact-content h2{font-size:32px;text-transform:uppercase;letter-spacing:2px;font-weight:800}@media(max-width:575px){.site-contact-content h2{font-size:32px}}.site-contact-content p{line-height:30px;font-size:18px}.site-contact-wrapper{display:flex;align-items:center;flex-wrap:wrap}.site-contact-git{background:#1a658f;border-radius:25px;width:40%;padding:25px 10px}@media(max-width:991px){.site-contact-git{width:100%;margin-bottom:20px}}.site-contact-git h1{color:#fff;font-weight:400;font-size:35px;line-height:60px;letter-spacing:1px;text-transform:none}.site-contact-git a{color:#fff;transition:all .3s cubic-bezier(.36,.03,0,.91);display:block}.site-contact-docs{background:#012169}.site-contact-docs h1{font-size:24px}.site-contact-spacer{width:80px}.site-contact-buttons{margin:0;padding:0}.site-contact-buttons li{display:inline-block}@media(max-width:575px){.site-contact-buttons li{display:block}}.site-contact-buttons li:not(:last-child){margin-right:30px}@media(max-width:575px){.site-contact-buttons li:not(:last-child){margin-right:0;margin-bottom:20px}}.site-contact-buttons li .btn{font-weight:600}@media(max-width:575px){.site-contact-buttons li .btn{width:90%;margin:0 auto;display:block}}.site-footer{background:#012169;padding:40px 0}.site-footer-nsf{color:#c3d7ee;font-family:roboto,sans-serif}.site-footer-logo{margin-bottom:0}@media(max-width:575px){.site-footer-logo{text-align:center}}@media(max-width:991px){.site-footer-widget{margin-bottom:40px}}@media(max-width:575px){.site-footer-widget{text-align:center}}.site-footer-widget-title{color:#fff;margin-bottom:30px}@media(max-width:991px){.site-footer-widget-title{margin-bottom:20px}}.site-footer-widget-description{color:#fff;line-height:30px}.site-footer-widget-description a{color:#fff}.site-footer-widget-description p{color:#fff}.site-footer-widget-links{margin:0;padding:0}.site-footer-widget-links li{list-style:none}.site-footer-widget-links li a{color:#fff;transition:all .3s cubic-bezier(.36,.03,0,.91);display:block}.site-footer-widget-links li:not(:last-child) a{padding-bottom:9px}@media(max-width:575px){.site-footer-widget-top{text-align:center;display:block}}.site-footer-widget-top img{margin-bottom:20px}.site-footer-widget-top p{color:#fff}.site-footer-widget-top:hover{text-decoration:none}.ucar-footer{background:#332f21;padding:15px 10px}.ucar-footer-widget{color:#fff;text-align:center}@media(max-width:991px){.ucar-footer-widget{margin-bottom:20px}}.ucar-footer a{color:#fff;font-family:roboto,sans-serif;transition:all .3s cubic-bezier(.36,.03,0,.91);display:block}.ucar-footer a:hover{color:#bfd600;text-decoration:none}.ucar-footer h6{font-weight:700}.site-software-header{padding-top:150px;background-color:#f7f9ff;background-image:url(/images/banners/clouds.jpg);background-size:cover}@media(max-width:575px){.site-software-header{padding-top:100px;text-align:center}}.site-software-header h1{color:#fff;letter-spacing:2px;font-weight:800;font-size:36px;line-height:60px;padding-bottom:0;text-transform:uppercase;margin-bottom:50px}.site-software-header h6{color:#1a658f;font-size:20px}.site-software-section{padding-top:0;padding-bottom:80px;background-color:#f7f9ff}@media(max-width:575px){.site-software-section{padding-top:0;text-align:center}}.site-software-content{background:#f7f9ff;width:100%;padding:150px 20px;padding-bottom:40px}.site-software-content p{line-height:30px;font-size:18px;margin-bottom:20px}.site-software-content span{color:#012169;font-weight:600}.site-software-wrapper{display:flex;align-items:center;flex-wrap:wrap}.site-software-git,.site-software-docs,.site-dissertations-and-theses-docs,.site-presentations-docs,.site-publications-docs,.site-contact-docs{display:block;background:#1a658f;border-radius:25px;width:100%;padding:30px 10px;margin:0 0 40px}.site-software-git h1,.site-software-docs h1,.site-dissertations-and-theses-docs h1,.site-presentations-docs h1,.site-publications-docs h1,.site-contact-docs h1{color:#fff;font-weight:700;font-size:26px;letter-spacing:2px;text-transform:uppercase}.site-software-git a,.site-software-docs a,.site-dissertations-and-theses-docs a,.site-presentations-docs a,.site-publications-docs a,.site-contact-docs a{color:#fff;transition:all .3s cubic-bezier(.36,.03,0,.91);display:block}.site-software-docs{background:#012169;color:#fff}.site-software-docs .icon-data-assimilation{color:#fff;font-size:26px}.site-software-btn{margin:0;padding:0}.site-software-btn li{display:block}@media(max-width:575px){.site-software-btn li{display:block}}.site-software-btn li:not(:last-child){margin-right:30px}@media(max-width:575px){.site-software-btn li:not(:last-child){margin-right:0;margin-bottom:20px}}.site-collab{padding:80px 0;background:#012169}.site-collab h2{color:#359fda}@media(max-width:575px){.site-collab{padding:100px 0}}.site-collab-title{font-weight:700}@media(max-width:767px){.site-collab-title{font-size:40px}}.site-collab-title span{color:#1a658f}@media(max-width:575px){.site-collab-title{text-align:center}}.site-collab-list{padding:0;margin:10px 0 0 20px}@media(max-width:575px){.site-collab-list{text-align:center;margin:0}}.site-collab-list li{list-style:none;font-size:30px;font-weight:400;color:#00113e;text-align:center}.site-collab-list li:not(:last-child){margin-bottom:10px}.site-collab .thead-light th{background-color:#012169!important;color:#a8c700!important}.site-collab td{background-color:#012169;color:#fff}.site-collab .mobile-collab-table th{background-color:#012169;color:#a8c700}.site-collab .mobile-collab-table td{background-color:#012169;color:#fff}.site-collab .mobile-collab-table td:nth-child(1),.site-collab .mobile-collab-table th:nth-child(1){background-color:#012169;color:#a8c700;font-weight:700}.site-collab th,.site-collab td{border-left:none!important;border-right:none!important}.site-collab tr{border-left:none!important;border-right:none!important}.site-collab table{border-left:none!important;border-right:none!important}.site-staticpage-header{padding-top:150px;text-align:center;padding-bottom:10px;background-color:#f7f9ff}@media(max-width:575px){.site-staticpage-header{padding-top:100px}}.site-staticpage-header h2{color:#00113e}.site-staticpage-section{padding-top:40px;background-color:#fff}@media(max-width:575px){.site-staticpage-section{padding-top:60px;text-align:center}}.site-staticpage-details{padding-top:40px;background-color:#fff;background-position:50%}.site-staticpage-details img{max-width:100%;margin-bottom:20px}.site-staticpage-details h2,.site-staticpage-details h3,.site-staticpage-details h4,.site-staticpage-details h5,.site-staticpage-details h6{margin-bottom:15px}.site-staticpage-details blockquote p{color:#00113e;font-weight:200}.site-staticpage-details cite{margin-top:10px;display:block}