html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.btn{border-radius:24px;padding:.75rem 2.45rem;font-family:"lato",sans-serif;font-size:18px;font-weight:600;line-height:22px;min-width:170px}@media only screen and (max-width: 425px){.btn{padding:.75rem 2.3rem;margin-bottom:1rem}}header .navbar{padding:20px 28px;position:fixed;top:0;transition:all .3s;width:100%;left:0;right:0;z-index:2000}header .navbar.blue-header{background:#012849}header .navbar.blue-header .btn-menu{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}header .navbar.blue-header .btn-menu li{margin:0}header .navbar.blue-header .btn-menu .btn-primary{width:170px;min-width:145px;margin-left:32px;line-height:22px;font-size:18px;transition:all .4s ease}header .navbar.blue-header .btn-menu .btn-primary:hover{background:#345282;border-color:#345282}header .navbar .navbar-brand{margin-right:0;padding-bottom:0;padding-top:0;height:40px}header .navbar .navbar-brand .logo{height:40px}header .navbar .btn-primary{background-color:#3c84c5;border-color:#3c84c5;border-radius:24px;margin:0 auto;display:block;padding:.75rem 2rem !important;font-family:"lato",sans-serif}header .navbar .btn-primary:hover{background:#345282;border-color:#345282}header .navbar-toggler{font-size:24px;border:none;padding-left:0;padding-right:0}header .navbar-toggler .navbar-toggler-icon{background-image:url("../../public/img/menu.svg");height:28px;width:28px}header .nav-menu{display:none;-webkit-flex:1;-moz-flex:1;-ms-flex:1;-o-flex:1;flex:1;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;margin-left:72px}@media(max-width: 1440px){header .nav-menu{margin-left:40px}}header .nav-menu li{margin-right:40px;display:flex;align-items:center}@media(max-width: 1440px){header .nav-menu li{margin-right:30px}}@media(max-width: 1200px){header .nav-menu li{max-width:130px}}header .nav-menu li:last-of-type{margin-right:0}header .nav-menu li .nav-link{color:#fff;font-family:"lato",sans-serif;padding:0 !important;position:relative;text-transform:uppercase;font-size:15px;letter-spacing:4px;line-height:1.2}@media(max-width: 1440px){header .nav-menu li .nav-link{letter-spacing:2px}}header .nav-menu li .nav-link:before{content:"";position:absolute;width:0%;height:4px;bottom:-10px;left:-3px;background:#fff;opacity:1;z-index:2}header .nav-menu li .nav-link:after{right:0;background:#fff;transition:width 0s cubic-bezier(0.22, 0.61, 0.36, 1)}header .nav-menu li .nav-link:hover:before{background:#fff;width:100%;transition:width .2s cubic-bezier(0.22, 0.61, 0.36, 1)}header .nav-menu li .nav-link:hover:after{background:0 0;width:100%;transition:0s}header .nav-menu li .nav-link.active:before{content:"";position:absolute;width:100%;height:4px;bottom:-10px;left:-3px;background:#3c84c5;opacity:1;z-index:2}header .dropdown{position:relative}header .dropdown-content{display:none;position:absolute;min-width:230px;z-index:1;left:-24px;padding-top:42px;padding-bottom:5px}header .dropdown-content li{margin-top:-1px;background-color:#012849;margin-right:0;padding-left:24px}header .dropdown-content li:first-of-type{padding-top:8px}header .dropdown-content li:last-of-type{padding-bottom:10px}header .dropdown-content a{color:#fff;padding:12px 0px;text-decoration:none;display:inline-block;margin:-1px;font-family:lato,sans-serif;font-size:15px;position:relative}@media only screen and (min-width: 992px){header .dropdown-content a:before{content:"";position:absolute;width:0%;height:4px;bottom:0;left:1px;background:#fff;opacity:1;z-index:1}header .dropdown-content a:after{right:0;background:#fff;transition:width 0s cubic-bezier(0.22, 0.61, 0.36, 1)}header .dropdown-content a:hover:before{background:#fff;width:100%;transition:width .2s cubic-bezier(0.22, 0.61, 0.36, 1)}header .dropdown-content a:hover:after{background:0 0;width:100%;transition:0s}header .dropdown-content a.active:before{content:"";position:absolute;width:100%;height:4px;bottom:0;left:1px;background:#3c84c5;opacity:1;z-index:1}}header .dropdown:hover .dropdown-content{display:block}header .dropdown:hover .nav-link:before{background:#fff;width:100%;transition:width .2s cubic-bezier(0.22, 0.61, 0.36, 1)}header .modal .container{padding:0}header .modal .modal-header{padding:20px 28px;background-color:#012849;border:none}header .modal .modal-header .close{text-shadow:none;color:#fff;font-size:15px;margin:-2px 15px;opacity:1;letter-spacing:4.2px;font-weight:normal;position:relative}header .modal .modal-header .close:after{content:"";width:24px;height:24px;background-image:url(../../public/img/close-white.svg);background-size:cover;position:absolute;top:12px;right:-15px}header .modal .modal-dialog{margin:0;position:fixed;max-width:100%;height:calc(100vh - 86px)}header .modal .modal-dialog .modal-content{background-color:#012849;border-radius:0;height:calc(100vh - 86px);width:100vw;border:none}header .modal .modal-dialog .modal-content .modal-body{padding:0 20px;overflow-y:auto}header .modal .modal-dialog .modal-content .modal-body .container .row{max-width:375px;margin:0 auto}header .modal .modal-dialog .modal-content .modal-body .container .row>div{padding:0}header .modal .modal-dialog .modal-content .modal-body .btn-primary{padding:.75rem 0 !important;width:100%;margin:1em 0 .2em}header .modal .modal-dialog .modal-content .modal-body .btn-primary:hover{background:#345282;border-color:#345282}header .modal .modal-dialog .modal-content .nav-item{margin:18px auto 0;font-size:20px;letter-spacing:5.6px;padding-left:0}header .modal .modal-dialog .modal-content .dropdown{text-align:center}header .modal .modal-dialog .modal-content .dropdown-content{display:block;position:relative;padding-top:0;left:0}header .modal .modal-dialog .modal-content .dropdown-content .nav-item{letter-spacing:0;margin-top:0}header .modal .modal-dialog .modal-content .dropdown-content a{color:#fff;font-size:20px;font-family:lato,sans-serif;padding:12px 18px;display:block;letter-spacing:0px}header .modal .modal-dialog .modal-content .nav-link{margin:0 auto;font-size:20px;text-transform:uppercase;color:#fff;text-align:center}@media(min-width: 1440px){header .navbar .navbar-brand{height:64px}header .navbar .navbar-brand .logo{width:188px;height:64px}}@media only screen and (min-width: 992px){header .navbar-expand-lg .navbar-toggler{display:none}header .navbar{padding:8px 0}header .navbar .nav-menu{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}}@media only screen and (max-width: 1200px){header .navbar.blue-header .btn-menu .btn-primary{width:unset}}input{outline:none}footer{background:#012849;color:#fff;padding:0 0 32px}footer .container{padding:0 28px}footer .col,footer .col-1,footer .col-10,footer .col-11,footer .col-12,footer .col-2,footer .col-3,footer .col-4,footer .col-5,footer .col-6,footer .col-7,footer .col-8,footer .col-9,footer .col-auto,footer .col-lg,footer .col-lg-1,footer .col-lg-10,footer .col-lg-11,footer .col-lg-12,footer .col-lg-2,footer .col-lg-3,footer .col-lg-4,footer .col-lg-5,footer .col-lg-6,footer .col-lg-7,footer .col-lg-8,footer .col-lg-9,footer .col-lg-auto,footer .col-md,footer .col-md-1,footer .col-md-10,footer .col-md-11,footer .col-md-12,footer .col-md-2,footer .col-md-3,footer .col-md-4,footer .col-md-5,footer .col-md-6,footer .col-md-7,footer .col-md-8,footer .col-md-9,footer .col-md-auto,footer .col-sm,footer .col-sm-1,footer .col-sm-10,footer .col-sm-11,footer .col-sm-12,footer .col-sm-2,footer .col-sm-3,footer .col-sm-4,footer .col-sm-5,footer .col-sm-6,footer .col-sm-7,footer .col-sm-8,footer .col-sm-9,footer .col-sm-auto,footer .col-xl,footer .col-xl-1,footer .col-xl-10,footer .col-xl-11,footer .col-xl-12,footer .col-xl-2,footer .col-xl-3,footer .col-xl-4,footer .col-xl-5,footer .col-xl-6,footer .col-xl-7,footer .col-xl-8,footer .col-xl-9,footer .col-xl-auto{padding:0}footer .btn-primary{background-color:#c4923b;border-color:#c4923b;color:#fff}footer .btn-primary:hover{background:#d0a862;border-color:#d0a862}footer h4{font-family:"lato",sans-serif;font-size:24px;color:#012849;line-height:29px;font-weight:bold;color:#fff;margin-bottom:24px}@media only screen and (min-width: 768px){footer h4{font-size:26px;line-height:32px}}@media only screen and (min-width: 1280px){footer h4{font-size:28px;line-height:34px}}footer .newsletter .input-group{border-bottom:1px solid #fff;line-height:30px}footer .newsletter .input-group .form-control{border:none;outline:none;background:none;padding:0}footer .newsletter .input-group .form-control::-webkit-input-placeholder{color:#fff;font-size:20px;line-height:30px}footer .newsletter .input-group .form-control:-ms-input-placeholder{color:#fff;font-size:20px;line-height:30px}footer .newsletter .input-group .form-control::placeholder{color:#fff;font-size:20px;line-height:30px}footer .newsletter .input-group .form-control::-moz-placeholder{color:#fff;font-size:20px;line-height:30px}footer .newsletter .input-group .form-control::-ms-input-placeholder{color:#fff;font-size:20px;line-height:30px}footer .newsletter .input-group button{font-size:18px;border:none;line-height:30px;outline:none;background:none;color:#fff;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;padding:0;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end}footer .newsletter .input-group button .btn-icon{margin-left:12px;width:24px;height:25px;fill:#fff;margin-top:-5px}footer .contact-us{padding:48px 14px;text-align:center}footer .contact-us p{font-family:"classico-urw",sans-serif;font-size:32px;line-height:42px;font-weight:400;margin-bottom:20px;font-size:36px;line-height:44px}@media only screen and (min-width: 768px){footer .contact-us p{font-size:40px;line-height:50px}}@media only screen and (min-width: 1280px){footer .contact-us p{font-size:48px;line-height:68px}}footer .contact-us .btn{width:200px}footer hr{height:1px;background:rgba(255,255,255,.5);width:100%;margin:0}footer .menu-fo{text-align:center}footer .menu-fo .logo-fo{height:60px;margin:32px 0 26px}footer .menu-fo li{margin-bottom:16px}footer .menu-fo li:last-child{margin-bottom:0}footer .menu-fo li a{color:#fff;text-transform:uppercase;letter-spacing:4.2px;font-size:15px;line-height:18px}footer .line{display:none;height:120px;width:1px;background:rgba(255,255,255,.5);-webkit-align-self:center;-moz-align-self:center;-ms-align-self:center;-o-align-self:center;align-self:center}footer .company-info{padding:0px 17px;margin:32px 0 24px;text-align:center}footer .company-info p{font-size:16px;line-height:24px}footer .company-info span{display:none}footer .copy{padding:0 40px;text-align:center}footer .copy p{color:rgba(255,255,255,.5);font-size:14px;line-height:17px}@media only screen and (min-width: 992px){footer{padding:64px 0 40px}footer .row{margin-top:40px}footer .row:first-of-type{margin-top:0;-webkit-align-items:baseline;-moz-align-items:baseline;-ms-align-items:baseline;-o-align-items:baseline;align-items:baseline;margin-bottom:80px}footer .menu-fo{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;text-align:left;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}footer .menu-fo .logo-fo{height:55px;margin:0}footer .menu-fo ul{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;margin-left:30px}footer .menu-fo ul li{margin-right:30px}footer .menu-fo ul li:last-child{margin-right:0}footer .contact-us{padding:0px}footer .contact-us p{margin-bottom:10px}footer .line{display:block;margin:0 45px}footer .company-info{padding:0;margin:0;text-align:right}footer .company-info .phone{display:inline-block}footer .company-info span{display:inline-block;margin:0 5px}footer .copy{padding:0;text-align:right;margin-bottom:0}footer .copy p{font-size:14px;line-height:17px}}@media only screen and (min-width: 1200px){footer .menu-fo .logo-fo{height:60px}footer .menu-fo ul{margin-left:70px}footer .menu-fo ul li{margin-right:48px}}@media only screen and (min-width: 1300px){footer .contact-us p{margin-bottom:5px}}@media only screen and (min-width: 1700px){footer .line{margin:0 120px 0 124px}}@media all and (-ms-high-contrast: none)and (min-width: 992px),(-ms-high-contrast: active)and (min-width: 992px){footer .menu-fo ul{margin-left:80px}}@media all and (-ms-high-contrast: none)and (min-width: 1300px),(-ms-high-contrast: active)and (min-width: 1300px){footer .menu-fo ul{margin-left:100px}}footer .social ul{margin:30px 0 0;padding:0;list-style:none;display:flex;justify-content:center}@media screen and (min-width: 992px){footer .social ul{margin:0 0 10px;justify-content:flex-end}}footer .social ul li{margin:0 10px}@media screen and (min-width: 992px){footer .social ul li{margin:0 0 0 12px}}#home_page header{position:relative;width:100%;min-height:390px;height:83vh;max-height:800px}#home_page header #slideshow{position:relative;max-height:800px;z-index:0}#home_page header #slideshow>div{position:absolute;top:0;left:-15px;width:100vw;min-height:420px;max-height:800px;height:800px;display:flex;justify-content:center;align-items:center;overflow:hidden}@media only screen and (max-width: 1300px){#home_page header #slideshow>div{max-height:85vh}}#home_page header #slideshow>div>img{flex-shrink:0;min-width:100%;min-height:100%;-webkit-filter:blur(4px);filter:brightness(0.5)}#home_page #banner{position:absolute;bottom:0;left:0;width:100%;color:#fff}#home_page #banner .banner-text{position:relative;bottom:2.75rem}#home_page #banner .banner-text h1{font-family:"classico-urw",sans-serif;font-size:56px;line-height:60px;margin-bottom:1rem;font-weight:400;max-width:650px;margin-bottom:7.5px}@media only screen and (min-width: 768px){#home_page #banner .banner-text h1{font-size:72px;line-height:95px}}@media only screen and (min-width: 1280px){#home_page #banner .banner-text h1{font-size:88px;line-height:124px}}#home_page #banner .banner-text p{font-family:"lato",sans-serif;font-size:20px;line-height:28px;margin-bottom:48px}@media only screen and (min-width: 768px){#home_page #banner .banner-text p{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){#home_page #banner .banner-text p{font-size:24px;line-height:36px}}#home_page #banner .banner-text .btn-primary{background-color:#c4923b;border-color:#c4923b;margin-right:2.5rem;color:#fff}@media only screen and (max-width: 563px){#home_page #banner .banner-text .btn-primary{margin-bottom:1rem}}#home_page #banner .banner-text .btn-primary:hover{background:#d0a862;border-color:#d0a862}#home_page .orsid-cta{padding:60px 0 30px}@media(min-width: 993px){#home_page .orsid-cta{position:absolute}}#home_page .orsid-cta img{display:block;margin:0 auto;max-width:260px}#home_page .orsid-cta h3{font-family:"classico-urw",sans-serif;font-size:32px;line-height:42px;text-align:center;margin:1rem 0;color:#012849}@media only screen and (min-width: 768px){#home_page .orsid-cta h3{font-size:40px;line-height:50px}}@media only screen and (min-width: 1280px){#home_page .orsid-cta h3{font-size:48px;line-height:68px}}#home_page .orsid-cta p{font-family:"lato",sans-serif;font-size:20px;line-height:28px;margin:1rem 0 1.5rem;color:#444;text-align:center}@media only screen and (min-width: 768px){#home_page .orsid-cta p{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){#home_page .orsid-cta p{font-size:24px;line-height:36px}}#home_page .orsid-cta .container{padding-left:0;padding-right:0;width:100%}@media only screen and (min-width: 992px){#home_page .orsid-cta .container{width:372px}}#home_page .orsid-cta .container .row{margin-right:-15px;margin-left:-15px;justify-content:space-between}#home_page .orsid-cta .col{padding:0;text-align:center}@media only screen and (max-width: 395px){#home_page .orsid-cta .col{padding-left:0}}@media only screen and (min-width: 411px){#home_page .orsid-cta .col:first-of-type{padding-left:0}}#home_page .orsid-cta .btn-primary{background-color:#c4923b;border-color:#c4923b}#home_page .orsid-cta .btn-primary:hover{background:#d0a862;border-color:#d0a862}#home_page main hr{border:0;height:1px;background-color:#ddd;width:85%;margin-bottom:0}#home_page .orsid-map{font-family:"lato",sans-serif;font-size:20px;padding:32px 0 0;text-align:center;color:#444}#home_page .orsid-map p{max-width:804px;margin:0 auto}#home_page .orsid-map a{color:#3c84c5}#home_page .orsid-map a:hover{color:#345282}#home_page .orsid-map .map{margin:28px 0 0;background-image:url("../../img/property-map2.jpg");padding:15rem 3rem;background-repeat:no-repeat;background-size:200rem;background-position:center;cursor:url("../../img/icon-enlarge.png"),auto}@media all and (max-width: 768px){#home_page .orsid-map .map{background-position-x:-1245px}}@media all and (max-width: 500px){#home_page .orsid-map .map{background-position-x:-1320px}}#home_page .orsid-map .modal{z-index:2001}#home_page .orsid-map .modal-dialog{min-height:calc(100% - 3.5rem)}#home_page .orsid-map .modal-lg{max-width:90vw}#home_page .orsid-map .modal-body img{width:100%}#home_page .orsid-services .service-copy{padding:2.5rem .5rem 3.5rem}#home_page .orsid-services .service-copy h2{font-family:"classico-urw",sans-serif;font-size:40px;line-height:48px;color:#012849;text-align:left;margin:1rem 0}@media only screen and (min-width: 768px){#home_page .orsid-services .service-copy h2{font-size:54px;line-height:64px}}@media only screen and (min-width: 1280px){#home_page .orsid-services .service-copy h2{font-size:64px;line-height:72px}}#home_page .orsid-services .service-copy p{font-family:"lato",sans-serif;font-size:20px;line-height:28px;text-align:left;color:#444}@media only screen and (min-width: 768px){#home_page .orsid-services .service-copy p{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){#home_page .orsid-services .service-copy p{font-size:24px;line-height:36px}}#home_page .orsid-services .service-copy p a{color:#3c84c5}#home_page .orsid-services .service-links{padding:1.5rem 0}@media only screen and (min-width: 768px){#home_page .orsid-services .service-links{padding-top:3rem !important}}@media only screen and (min-width: 992px){#home_page .orsid-services .service-links{padding-top:0 !important}}#home_page .orsid-services .service{text-align:center;padding:1.5rem 1.5rem}#home_page .orsid-services h4{font-family:"lato",sans-serif;font-size:24px;color:#012849;line-height:29px;font-weight:bold;font-weight:bold;padding:1rem 0}@media only screen and (min-width: 768px){#home_page .orsid-services h4{font-size:26px;line-height:32px}}@media only screen and (min-width: 1280px){#home_page .orsid-services h4{font-size:28px;line-height:34px}}#home_page .orsid-services .learn-more{font-family:"lato",sans-serif;font-size:18px;color:#3c84c5;line-height:30px;font-weight:600}#home_page .orsid-services .learn-more .arrow{line-height:1;width:24px;height:24px;margin-left:13px}#home_page .orsid-services .learn-more .arrow svg{fill:#3c84c5;height:24px;width:24px}#home_page .orsid-services .learn-more:hover{color:#345282}#home_page .orsid-services .learn-more:hover .arrow svg{fill:#345282}#home_page .service-icon{width:auto;height:80px;display:block;margin:0 auto}#home_page .my-orsid{background-image:linear-gradient(rgba(1, 40, 73, 0.8), rgba(1, 40, 73, 0.8)),url("../../img/my-orsid-background.jpg");padding:2.5rem 2rem;background-size:cover}#home_page .my-orsid h2{font-family:"classico-urw",sans-serif;font-size:40px;line-height:48px;color:#012849;text-align:center;margin:1rem auto;color:#fff;max-width:1080px}@media only screen and (min-width: 768px){#home_page .my-orsid h2{font-size:54px;line-height:64px}}@media only screen and (min-width: 1280px){#home_page .my-orsid h2{font-size:64px;line-height:72px}}#home_page .my-orsid p{font-family:"lato",sans-serif;font-size:20px;line-height:28px;color:#fff;text-align:center;max-width:792px;margin:0 auto;padding:1.5rem 0}@media only screen and (min-width: 768px){#home_page .my-orsid p{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){#home_page .my-orsid p{font-size:24px;line-height:36px}}#home_page .my-orsid p.caption{margin:0 auto;font-size:15px;line-height:30px;padding:0}#home_page .my-orsid .btn{background-color:#c4923b;border-color:#c4923b;font-size:18px}#home_page .my-orsid .btn.disabled{background:#97989a;opacity:1;border-color:#97989a}#home_page .my-orsid .btn:hover{background:#d0a862;border-color:#d0a862}#home_page .my-orsid .register p{color:#fff;margin-bottom:20px}#home_page .register p{font-family:"lato",sans-serif;font-size:16px;line-height:24px;color:#444;text-align:center;padding:1rem 0 0}@media only screen and (min-width: 768px){#home_page .register p{font-size:18px;line-height:28px}}#home_page .register a{color:#3c84c5;font-family:"lato",sans-serif}#home_page .tab-section{padding:0}#home_page .orsid-tabs{padding:32px 0 0}#home_page .orsid-tabs .row{position:relative;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}#home_page .orsid-tabs .row.tab-container{border-bottom:1px solid #ddd;margin:0 28px 2.5rem;flex-direction:column}#home_page .orsid-tabs .row.tab-container .col-lg-9.col-xl-10,#home_page .orsid-tabs .row.tab-container .col-lg-3.col-xl-2{padding:0}#home_page .orsid-tabs .row.tab-container .sub-header{position:relative;width:100%}#home_page .orsid-tabs .row .hr{background:#ddd !important;width:90%;position:absolute !important;bottom:0;margin:0 !important}#home_page .orsid-tabs h5{font-family:"lato",sans-serif;font-size:24px;color:#012849;font-weight:normal;line-height:28px;font-size:18px;color:#444;letter-spacing:5.04px;font-weight:bolder;text-align:center}@media only screen and (min-width: 768px){#home_page .orsid-tabs h5{font-size:26px;line-height:32px}}@media only screen and (min-width: 1280px){#home_page .orsid-tabs h5{font-size:28px;line-height:36px}}#home_page .orsid-tabs h3{font-family:"classico-urw",sans-serif;font-size:32px;line-height:42px;color:#012849;grid-column:1;grid-row:1;margin-top:2rem}@media only screen and (min-width: 768px){#home_page .orsid-tabs h3{font-size:40px;line-height:50px}}@media only screen and (min-width: 1280px){#home_page .orsid-tabs h3{font-size:48px;line-height:68px}}#home_page .orsid-tabs .slick-initialized .swipe-tab-content{position:relative;min-height:365px}#home_page .orsid-tabs .slick-initialized .swipe-tab-content .col-lg-6{padding:0 28px}#home_page .orsid-tabs .slick-initialized .swipe-tab-content .container{padding:0 28px}@media screen and (min-width: 767px){#home_page .orsid-tabs .slick-initialized .swipe-tab-content{min-height:500px}}#home_page .orsid-tabs .slick-initialized .swipe-tab{font-family:"lato",sans-serif;font-size:24px;color:#012849;line-height:29px;font-weight:bold;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-justify-content:left;-moz-justify-content:left;-ms-justify-content:left;-o-justify-content:left;justify-content:left;height:50px;background:none;border:0;color:#012849;cursor:pointer;text-align:center;margin-right:48px;padding:2.5rem 0 1.5rem;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}@media only screen and (min-width: 768px){#home_page .orsid-tabs .slick-initialized .swipe-tab{font-size:26px;line-height:32px}}@media only screen and (min-width: 1280px){#home_page .orsid-tabs .slick-initialized .swipe-tab{font-size:28px;line-height:34px}}#home_page .orsid-tabs .slick-initialized .swipe-tab h4:after{content:"";display:block;padding-top:18px}#home_page .orsid-tabs .slick-initialized .swipe-tab.slick-current{color:#3c84c5}#home_page .orsid-tabs .slick-initialized .swipe-tab.slick-current h4:after{content:"";display:block;width:100%;border-bottom:4px solid #3c84c5}#home_page .orsid-tabs .slider-img{width:100%;margin:0 0 -8px;grid-column:2}#home_page .progress{border-radius:0;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;height:8px;background:#345282;position:relative;width:100%}#home_page .progress{border-radius:0;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;height:8px;background:#345282;position:relative;width:100%}#home_page .progress-bar{background:#3c84c5;width:0%;height:100%;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}#home_page .quotes-container{margin:4rem 0 8rem}#home_page .quotes-container .quotes{padding:0 2rem}#home_page .quotes-container .quotes p{font-family:"lato",sans-serif;font-size:20px;line-height:28px;font-size:28px;line-height:36px;color:#444;font-style:italic;padding:2rem 0 3rem}@media only screen and (min-width: 768px){#home_page .quotes-container .quotes p{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){#home_page .quotes-container .quotes p{font-size:24px;line-height:36px}}#home_page .quotes-container .quotes h5{font-size:24px;font-weight:600;line-height:36px;margin:.5rem 0}#home_page .quotes-container .quotes h5:before{content:"";display:block;width:100px;border-bottom:4px solid #3c84c5;position:relative;top:-20px}#home_page .quotes-container .quotes h6{font-family:"lato",sans-serif;font-size:16px;line-height:24px;color:#444;font-size:18px;font-weight:600}@media only screen and (min-width: 768px){#home_page .quotes-container .quotes h6{font-size:18px;line-height:28px}}#home_page .quotes-container .quote-img{width:50px;height:40px;padding:5px}#home_page .quotes-container button{margin:0;padding:0;background:none;border:none;border-radius:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}#home_page .quotes-container .slide-arrow{position:absolute;top:50%;margin-top:-15px}#home_page .quotes-container .prev-arrow{left:0;width:17px;height:32px;background-image:url("../../img/arrow-left.svg");background-size:cover;z-index:1}#home_page .quotes-container .next-arrow{right:0;width:17px;height:32px;background-image:url("../../img/arrow-right.svg");background-size:cover}#home_page .quotes-container .slick-dots .slick-active{background-color:#012849;border-radius:50%}#home_page .quotes-container .slick-dots{bottom:-45px}#home_page .quotes-container .slick-dots li button{text-indent:-9999px;overflow:hidden;width:19px;height:19px;border-radius:50%;border:1px solid #012849}@media only screen and (min-width: 625px){#home_page .orsid-tabs .tab-container{margin:0 38px}#home_page .orsid-tabs .tab-container .slick-track{display:flex !important;width:auto !important}#home_page .orsid-tabs .slick-initialized .swipe-tab{-webkit-flex:1;-moz-flex:1;-ms-flex:1;-o-flex:1;flex:1;margin-right:0;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}#home_page .orsid-tabs .slick-initialized .swipe-tab-content .container{padding:0}}@media only screen and (min-width: 768px){#home_page .orsid-cta{border-radius:10px 10px 0 0}#home_page .orsid-cta .container .row{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}#home_page .orsid-cta .container .row .col{max-width:200px}#home_page .orsid-services{padding:120px 0 !important}#home_page .orsid-services>div{padding:0 30px !important}#home_page .quotes-container .quotes{padding:0 8rem}#home_page .orsid-tabs h5{font-size:18px}}@media only screen and (min-width: 992px){#home_page .orsid-cta{background:#fff}#home_page main hr{display:none}#home_page .orsid-map{padding:80px 0 0}#home_page .orsid-services{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;padding:11.5rem 0;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}#home_page .orsid-services>div{-webkit-flex:1;-moz-flex:1;-ms-flex:1;-o-flex:1;flex:1}#home_page .orsid-services .service{text-align:left;padding:1.5rem}#home_page .orsid-services .service-copy{padding:0}#home_page .orsid-services .service-copy>div{max-width:700px}#home_page .orsid-services .service-links{padding:0}#home_page .orsid-services .service-links .row{-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}#home_page .service-icon{margin:0}#home_page .my-orsid{padding:5rem 15rem}#home_page .my-orsid .register{margin-bottom:0}#home_page .my-orsid .register p{margin-bottom:0}#home_page .orsid-tabs .slick-initialized .swipe-tab-content{min-height:auto}#home_page .orsid-tabs h3{padding-top:2rem;max-width:600px;position:relative}#home_page .orsid-tabs h3:before{content:"";display:block;width:20%;border-top:4px solid #3c84c5;padding-top:25px}#home_page .quotes-container{margin:8rem 0 11rem}#home_page .quotes-container .prev-arrow{left:15px}#home_page .quotes-container .next-arrow{right:15px}#home_page .quotes-container .quotes{padding:0 15rem}#home_page .orsid-tabs h5{text-align:left}#home_page .orsid-tabs .slick-initialized .swipe-tab{-webkit-flex:none;-moz-flex:none;-ms-flex:none;-o-flex:none;flex:none}#home_page .orsid-tabs .slick-initialized .swipe-tab h4:after{padding-top:34px}#home_page .orsid-tabs .row{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start}#home_page .orsid-tabs .row.tab-container{max-width:1632px;height:67px;flex-direction:row;margin-left:38px;margin-right:38px}#home_page .orsid-tabs .row.tab-container h5{padding-right:72px}#home_page .orsid-tabs .row.tab-container .sub-header{position:inherit;width:auto}#home_page .orsid-tabs .row .hr{display:inline-block;width:97%}#home_page .orsid-tabs .row .slick-initialized .swipe-tab{margin-right:72px;display:block;padding:0px}#home_page .orsid-tabs .row .slick-initialized .swipe-tab:last-child{margin-right:0}#home_page .orsid-tabs .row .sub-header .slick-list{height:67px}#home_page .orsid-tabs .main-container .swipe-tabs-container .slick-list{padding:2.5rem 0}#home_page .orsid-tabs .main-container .swipe-tabs-container .row.swipe-tab-content .col-lg-6{padding:0}#home_page .orsid-tabs .main-container .swipe-tabs-container .row.swipe-tab-content .container{max-width:50%;position:absolute;top:0;left:0;padding:0 38px;margin:auto;display:flex;height:100%;align-items:center}#home_page .orsid-tabs .main-container .swipe-tabs-container .row.swipe-tab-content .container h3{padding-top:0;margin:0}#home_page .swipe-tabs-container .row{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;-o-flex-direction:row-reverse;flex-direction:row-reverse}}@media only screen and (min-width: 1200px){#home_page .orsid-map .map{margin:3rem 0 1rem}#home_page .orsid-tabs .main-container .swipe-tabs-container .row.swipe-tab-content .container{max-width:1632px;right:0}#home_page .orsid-tabs .main-container .swipe-tabs-container .row.swipe-tab-content .container h3{padding-right:38px;line-height:60px;max-width:555px}}@media only screen and (min-width: 1300px){#home_page .orsid-tabs .main-container .swipe-tabs-container .row.swipe-tab-content .container h3{max-width:610px}}@media only screen and (min-width: 1400px){#home_page .orsid-map .map{background-position-y:-600px;background-size:200rem}}@media only screen and (min-width: 1570px){#home_page .orsid-map .map{background-position-y:-590px}}@media only screen and (min-width: 1700px){#home_page .orsid-tabs .row.tab-container{margin-left:auto;margin-right:auto}#home_page .orsid-tabs .main-container .swipe-tabs-container .row.swipe-tab-content .container{padding-left:0}}@media only screen and (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape){#home_page #banner .banner-text{bottom:.75rem}#home_page header>#slideshow>div{width:100vw;min-height:320px;max-height:425px}}@media only screen and (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape){#home_page #banner .banner-text{bottom:2.5rem}#home_page header>#slideshow>div{width:100vw;min-height:320px;max-height:425px}}@media only screen and (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait){#home_page #banner .banner-text{bottom:.75rem}}@media all and (-ms-high-contrast: none)and (min-width: 768px),(-ms-high-contrast: active)and (min-width: 768px){#home_page .orsid-cta .container .row .col{max-width:100%}#home_page .orsid-cta .container{width:340px}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){#home_page #banner .banner-text h1{max-width:640px}}.row{margin:0}@media only screen and (min-width: 1700px){.container{max-width:1632px}}input{outline:none}input:active,input:focus,input:hover{outline:none}#contact_page{margin-top:80px}#contact_page main{padding:0;position:relative}#contact_page main p{font-family:"lato",sans-serif;font-size:20px;line-height:28px}@media only screen and (min-width: 768px){#contact_page main p{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){#contact_page main p{font-size:24px;line-height:36px}}#contact_page main h3{font-family:"classico-urw",sans-serif;font-size:32px;line-height:42px}@media only screen and (min-width: 768px){#contact_page main h3{font-size:40px;line-height:50px}}@media only screen and (min-width: 1280px){#contact_page main h3{font-size:48px;line-height:68px}}#contact_page main h4{font-family:"lato",sans-serif;font-size:24px;color:#012849;line-height:29px;font-weight:bold}@media only screen and (min-width: 768px){#contact_page main h4{font-size:26px;line-height:32px}}@media only screen and (min-width: 1280px){#contact_page main h4{font-size:28px;line-height:34px}}#contact_page main .btn-primary{background-color:#c4923b;border-color:#c4923b;color:#fff}#contact_page main .btn-primary:hover{background:#d0a862;border-color:#d0a862}#contact_page main .form{padding:72px 0px 80px}#contact_page main .form hr{border:0;height:5px;background:#3c84c5;display:inline-block;width:100px;margin-bottom:32px;margin-top:64px}#contact_page main .form form h4{margin-bottom:20px;font-family:"lato",sans-serif}#contact_page main .form form .input-group .form-control,#contact_page main .form form .form-group .form-control{border:none;border-radius:0;border-bottom:1px solid #97989a;padding:0;background:rgba(0,0,0,0);outline:none !important;font-family:"lato",sans-serif;font-size:20px}#contact_page main .form form .input-group .form-control::-webkit-input-placeholder,#contact_page main .form form .form-group .form-control::-webkit-input-placeholder{color:#97989a;font-size:20px;line-height:30px}#contact_page main .form form .input-group .form-control:-ms-input-placeholder,#contact_page main .form form .form-group .form-control:-ms-input-placeholder{color:#97989a;font-size:20px;line-height:30px}#contact_page main .form form .input-group .form-control::placeholder,#contact_page main .form form .form-group .form-control::placeholder{color:#97989a;font-size:20px;line-height:30px}#contact_page main .form form .input-group .form-control::-moz-placeholder,#contact_page main .form form .form-group .form-control::-moz-placeholder{color:#97989a;font-size:20px;line-height:30px}#contact_page main .form form .input-group .form-control::-ms-input-placeholder,#contact_page main .form form .form-group .form-control::-ms-input-placeholder{color:#97989a;font-size:20px;line-height:30px}#contact_page main .form form .input-group #message,#contact_page main .form form .form-group #message{width:100%;font-family:"lato",sans-serif;margin-top:5px;font-size:20px;color:#495057}#contact_page main .form .form-group{margin-bottom:40px}#contact_page main .form .form-group:last-child{margin-bottom:0}#contact_page main .form .form-group label{margin-bottom:16px;color:#444;font-size:24px;line-height:36px}#contact_page main .form .form-group .btn-primary{width:200px}#contact_page main .map{padding:0}#contact_page main .map .map-img{position:relative;min-height:715px;overflow:hidden;height:100%;margin-bottom:45px;background-position:center;background-size:cover;background-repeat:no-repeat}#contact_page main .map .map-img a.map-link{display:flex;height:100%;width:100%}#contact_page main .map .map-img .info-map{background:#fff;position:absolute;width:85%;bottom:28px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);padding:32px;-webkit-box-shadow:0px 3px 6px rgba(0,0,0,.16);box-shadow:0px 3px 6px rgba(0,0,0,.16);max-width:716px;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){#contact_page main .map .map-img .info-map{box-shadow:0px 2px 16px rgba(0,0,0,.29)}}@media screen and (max-width: 1360px){#contact_page main .map .map-img .info-map p{font-size:20px;line-height:32px}}@media screen and (min-width: 993px)and (max-width: 1170px){#contact_page main .map .map-img .info-map .col-lg-6{max-width:100%;flex:1 1 auto;margin-bottom:30px}#contact_page main .map .map-img .info-map p{font-size:20px;line-height:32px}}#contact_page main .map .map-img .info-map>div{margin-bottom:24px;padding:0;max-width:280px}#contact_page main .map .map-img .info-map>div:last-child{margin-bottom:0}#contact_page main .map .map-img .info-map .title{color:#012849;font-weight:bold}@media only screen and (min-width: 992px){#contact_page{margin-top:104px}#contact_page main{padding:138px 0 200px}#contact_page main .form{padding:0px 35px 0px 0px}#contact_page main .map{padding:138px 0 200px;position:absolute;right:0;top:0;height:100%}#contact_page main .map .map-img{max-height:100%}#contact_page main .map .map-img>img{width:100%;max-width:100%}#contact_page main .map .map-img .info-map{bottom:106px;width:90%;padding:48px}#contact_page main .map .map-img .info-map>div{margin-bottom:0px}}#services{margin-top:80px}#services main{padding-top:72px}#services main .btn-primary{background-color:#c4923b;border-color:#c4923b;color:#fff}#services main .btn-primary:hover{background:#d0a862;border-color:#d0a862}#services main .caption{font-family:"lato",sans-serif;font-size:16px;line-height:24px;color:#444}@media only screen and (min-width: 768px){#services main .caption{font-size:18px;line-height:28px}}#services main p{font-family:"lato",sans-serif;font-size:20px;line-height:28px}@media only screen and (min-width: 768px){#services main p{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){#services main p{font-size:24px;line-height:36px}}#services main h2{font-family:"classico-urw",sans-serif;font-size:40px;line-height:48px;color:#012849}@media only screen and (min-width: 768px){#services main h2{font-size:54px;line-height:64px}}@media only screen and (min-width: 1280px){#services main h2{font-size:64px;line-height:72px}}#services main h3{font-family:"classico-urw",sans-serif;font-size:32px;line-height:42px}@media only screen and (min-width: 768px){#services main h3{font-size:40px;line-height:50px}}@media only screen and (min-width: 1280px){#services main h3{font-size:48px;line-height:68px}}#services main h4{font-family:"lato",sans-serif;font-size:24px;color:#012849;line-height:29px;font-weight:bold}@media only screen and (min-width: 768px){#services main h4{font-size:26px;line-height:32px}}@media only screen and (min-width: 1280px){#services main h4{font-size:28px;line-height:34px}}#services main .info-title{text-align:center}#services main .info-title p{margin-top:20px;margin-bottom:40px}#services main .info-title .btn-primary{margin-bottom:40px}#services main .services-grid{padding:40px 0}#services main .services-grid .row{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}#services main .services-grid .card{margin-bottom:48px;padding:0;border:none;text-align:center}#services main .services-grid .card:last-child{margin-bottom:0}#services main .services-grid .card .card-body{padding:0}#services main .services-grid .card .card-body .card-img{margin-bottom:24px;height:80px}#services main .services-grid .card .card-body .card-img img{height:80px;width:auto}#services main .services-grid .card .card-body h4{margin-bottom:4px}#services main .services-grid .card .card-body p{font-size:18px;line-height:28px}#services main .team-slider{padding-bottom:80px}#services main .team-slider .card{padding:0 28px;border:none}#services main .team-slider .card .card-img{position:relative;padding:0;height:100%}#services main .team-slider .card .card-img .progress{border-radius:0;height:8px;background:#345282;position:absolute;bottom:0;width:100%;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}#services main .team-slider .card .card-img .progress-bar{background:#3c84c5;width:0%;height:100%;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}#services main .team-slider .card .card-body{margin-top:48px;padding:0}#services main .team-slider .card .card-body hr{display:none}#services main .team-slider .card .card-body h3{color:#012849;margin-bottom:16px}#services main .team-slider .card .card-body .slider-controller{height:32px;margin-top:40px}#services main .team-slider .card .card-body .slider-controller .arrows{outline:none;border:none;background:none;height:32px;width:32px;padding:0;margin-right:28px;cursor:pointer;opacity:.7}#services main .team-slider .card .card-body .slider-controller .arrows:hover{opacity:1}#services main .team-slider .card .card-body .slider-controller .arrows img{height:32px;width:32px}#services main .jumbotron{position:relative;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(1, 40, 73, 0.8)), to(rgba(1, 40, 73, 0.8))),url(../../img/my-orsid-background.jpg);background-image:-o-linear-gradient(rgba(1, 40, 73, 0.8), rgba(1, 40, 73, 0.8)),url(../../img/my-orsid-background.jpg);background-image:linear-gradient(rgba(1, 40, 73, 0.8), rgba(1, 40, 73, 0.8)),url(../../img/my-orsid-background.jpg);color:#fff;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;background-size:cover;margin:0;padding:72px 28px;text-align:center}#services main .jumbotron h2{color:#fff;max-width:1080px;z-index:1}#services main .jumbotron p{color:#fff;margin-bottom:40px;margin-top:20px;max-width:792px;z-index:1}#services main .jumbotron p.caption{margin:0;margin-top:12px;font-size:15px;line-height:30px}#services main .jumbotron p.caption a{color:#3c84c5}#services main .jumbotron .btn-primary{width:170px;z-index:1}#services main .jumbotron .btn-primary.disabled{background:#97989a;opacity:1;border-color:#97989a}#services main .jumbotron .btn-primary.disabled .coming-soon{display:none}@media only screen and (min-width: 1400px){#services main .services-grid .card{max-width:477px}}@media only screen and (min-width: 992px){#services{margin-top:104px}#services main{padding-top:138px}#services main .info-title p{margin:24px auto 24px;max-width:900px}#services main .info-title .btn-primary{margin-bottom:60px}#services main .services-grid{padding:120px 0;margin:0 auto;max-width:1425px}#services main .services-grid .card{margin:0px 0 80px;text-align:left}#services main .services-grid .card .card-body h4{margin-bottom:11px}#services main .team-slider{padding-bottom:150px}#services main .team-slider.slick-initialized .slick-slide .card{padding:0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}#services main .team-slider.slick-initialized .slick-slide .card .card-img{-webkit-flex:1;-moz-flex:1;-ms-flex:1;-o-flex:1;flex:1;margin-right:-150px}#services main .team-slider.slick-initialized .slick-slide .card .card-body{-webkit-flex:1;-moz-flex:1;-ms-flex:1;-o-flex:1;flex:1}#services main .team-slider.slick-initialized .slick-slide .card .card-body>div{max-width:840px;margin:0 auto;padding:0 84px 0 234px}#services main .team-slider.slick-initialized .slick-slide .card .card-body>div hr{border:0;height:5px;background:#3c84c5;display:inline-block;width:100px;margin-bottom:32px;margin-top:0px}#services main .jumbotron{padding:110px 0px 99px}}@media only screen and (min-width: 768px){#services main .services-grid .row{-webkit-justify-content:start;-moz-justify-content:start;-ms-justify-content:start;-o-justify-content:start;justify-content:start}#services main .services-grid .card{padding:0 20px}}#about_page h3{font-family:"classico-urw",sans-serif;font-size:32px;line-height:42px}@media only screen and (min-width: 768px){#about_page h3{font-size:40px;line-height:50px}}@media only screen and (min-width: 1280px){#about_page h3{font-size:48px;line-height:68px}}#about_page main p{font-family:"lato",sans-serif;font-size:20px;line-height:28px}@media only screen and (min-width: 768px){#about_page main p{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){#about_page main p{font-size:24px;line-height:36px}}#about_page header{position:relative;width:100%;min-height:320px;height:83vh;max-height:800px;overflow:hidden}#about_page header #bg-image{position:relative;max-height:800px;z-index:0}#about_page header #bg-image>div{position:absolute;top:0;left:0;width:100vw;min-height:60vh;max-height:800px;height:800px;display:flex;justify-content:center;align-items:center;overflow:hidden}@media only screen and (max-width: 1300px){#about_page header #bg-image>div{max-height:85vh}}#about_page #bg-image>div>img{flex-shrink:0;min-width:100%;min-height:100%;-webkit-filter:blur(4px);filter:brightness(0.5)}#about_page #banner{color:#fff;text-align:center;position:relative;top:50%;-webkit-transform:translatey(-50%);-moz-transform:translatey(-50%);-ms-transform:translatey(-50%);-o-transform:translatey(-50%);transform:translatey(-50%)}#about_page #banner h1{font-family:"classico-urw",sans-serif;font-size:32px;line-height:42px;font-size:36px;max-width:1080px;margin:0 auto;opacity:.9}@media only screen and (min-width: 768px){#about_page #banner h1{font-size:40px;line-height:50px}}@media only screen and (min-width: 1280px){#about_page #banner h1{font-size:48px;line-height:68px}}@media only screen and (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait){#about_page #banner{top:55%}}#about_page main .copy{padding:4rem 0 2rem}#about_page .sales-copy{padding:2rem 0}#about_page .sales-copy h3{color:#012849}#about_page .sales-copy p{margin:20px 0}#about_page .link{margin:1rem 0;color:#3c84c5;font-size:18px;font-weight:600;line-height:30px}#about_page .link:hover{color:#345282}#about_page .link:hover .btn-icon{fill:#345282}#about_page .link .btn-icon{fill:#3c84c5}#about_page .btn-icon{margin-left:12px;width:24px;height:25px;margin-top:-5px}#about_page .team{padding:0rem 0 20px}@media only screen and (min-width: 992px){#about_page .team{padding-bottom:94px}}#about_page .team .row{max-width:354px;margin:0 auto}@media only screen and (min-width: 768px){#about_page .team .row{margin:0 auto;max-width:1278px}}#about_page .team .modal{z-index:2001}#about_page .team .modal .close-icon{width:24px;height:24px;fill:#97989a;margin-bottom:5px}#about_page .team .modal .modal-dialog{width:100vw !important;height:100vh !important;max-width:100vw;max-height:100vh;margin:0;background:#fff}#about_page .team .modal .modal-header,#about_page .team .modal .modal-footer{border:none}#about_page .team .modal .modal-header .close{font-family:"lato",sans-serif;font-size:15px;cursor:pointer;letter-spacing:4.2px;color:#97989a;text-transform:uppercase;padding:2rem}#about_page .team .modal .modal-content{border:none;border-radius:0}@media only screen and (min-width: 1200px){#about_page .team .modal .modal-content .modal-body{padding:0}}#about_page .team .modal .modal-content .modal-body .container{padding:0 28px}@media only screen and (min-width: 992px){#about_page .team .modal .modal-content .modal-body .container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 1200px){#about_page .team .modal .modal-content .modal-body .container{padding:0}}@media only screen and (min-width: 768px){#about_page .team .modal .modal-content figure{max-width:50%;margin:0 auto}}@media only screen and (min-width: 992px){#about_page .team .modal .modal-content figure{max-width:400px;flex:1 1 auto;margin-right:60px}}@media only screen and (min-width: 1200px){#about_page .team .modal .modal-content figure{margin:0;max-width:500px;margin-right:0px;max-height:795px;overflow:hidden;flex:1 1 50%}}@media only screen and (min-width: 1300px){#about_page .team .modal .modal-content figure{max-width:666px}}#about_page .team .modal .modal-content figure img{width:100%}@media only screen and (min-width: 992px){#about_page .team .modal .modal-content figure img{max-width:400px;width:unset}}@media only screen and (min-width: 1200px){#about_page .team .modal .modal-content figure img{max-width:450px;width:100%}}@media only screen and (min-width: 1300px){#about_page .team .modal .modal-content figure img{max-width:550px}}@media only screen and (min-width: 1600px){#about_page .team .modal .modal-content figure img{max-width:666px}}@media only screen and (min-width: 992px){#about_page .team .modal .modal-content .modal-copy{max-width:804px;flex:1 1 50%}}#about_page .team .modal .modal-content .modal-copy p{color:#444}#about_page .team .modal .modal-content h3{margin:1rem 0}@media only screen and (min-width: 1200px){#about_page .team .modal .modal-content h3{margin-top:0;line-height:60px;margin-bottom:8px;color:#012849}}#about_page .team .modal .modal-content h4{font-family:"lato",sans-serif;font-size:16px;line-height:24px;color:#444;color:#97989a;font-size:15px !important;letter-spacing:4.2px;text-transform:uppercase;margin:0 0 1rem}@media only screen and (min-width: 768px){#about_page .team .modal .modal-content h4{font-size:18px;line-height:28px}}#about_page .team .modal .modal-content h5{font-family:"lato",sans-serif;font-size:24px;color:#012849;font-weight:normal;line-height:28px;font-weight:bolder;margin:2rem 0}@media only screen and (min-width: 768px){#about_page .team .modal .modal-content h5{font-size:26px;line-height:32px}}@media only screen and (min-width: 1280px){#about_page .team .modal .modal-content h5{font-size:28px;line-height:36px}}#about_page .team-copy h3{color:#012849;margin:0 0 20px}#about_page .team-copy{margin-bottom:48px}#about_page .team-copy a{color:#3c84c5}#about_page .team-copy a:hover{color:#345282}@media only screen and (min-width: 768px){#about_page .team-copy{margin:0 auto 56px;max-width:800px}}#about_page .team-member{margin-bottom:64px;cursor:pointer;padding:0}@media only screen and (min-width: 768px){#about_page .team-member{padding-right:15px;padding-left:15px;margin-bottom:72px}}#about_page .team-member h3{font-size:28px;color:#012849;margin:1rem 0 0;line-height:42px}#about_page .team-member h4{font-family:"lato",sans-serif;font-size:16px;line-height:24px;color:#444;color:#97989a;font-size:15px !important;letter-spacing:4.2px;margin-top:9px;line-height:18px !important;text-transform:uppercase}@media only screen and (min-width: 768px){#about_page .team-member h4{font-size:18px;line-height:28px}}@media only screen and (min-width: 768px){#about_page .team-member h4{line-height:24px !important}}#about_page .team-member figure{overflow:hidden;max-height:354px;max-width:354px}#about_page .team-member figure img{width:100%;max-width:354px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}#about_page .team-member figure img:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}@media only screen and (min-width: 768px){#about_page main .copy,#about_page .sales-copy{max-width:800px;margin:auto}}#career_page h1{font-family:"classico-urw",sans-serif;font-size:56px;line-height:60px}@media only screen and (min-width: 768px){#career_page h1{font-size:72px;line-height:95px}}@media only screen and (min-width: 1280px){#career_page h1{font-size:88px;line-height:124px}}#career_page h2{font-family:"classico-urw",sans-serif;font-size:40px;line-height:48px;color:#012849}@media only screen and (min-width: 768px){#career_page h2{font-size:54px;line-height:64px}}@media only screen and (min-width: 1280px){#career_page h2{font-size:64px;line-height:72px}}#career_page h3{font-family:"classico-urw",sans-serif;font-size:32px;line-height:42px;color:#012849}@media only screen and (min-width: 768px){#career_page h3{font-size:40px;line-height:50px}}@media only screen and (min-width: 1280px){#career_page h3{font-size:48px;line-height:68px}}#career_page main p{font-family:"lato",sans-serif;font-size:20px;line-height:28px}@media only screen and (min-width: 768px){#career_page main p{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){#career_page main p{font-size:24px;line-height:36px}}#career_page main{margin:80px 0}#career_page main .copy{padding:4rem 0 2rem}#career_page main .sales-copy{padding:2rem 0}#career_page main .sales-copy h3{color:#012849}#career_page main .sales-copy p{margin:20px 0}#career_page main a{color:#3c84c5}#career_page main a:hover{color:#345282}@media only screen and (min-width: 768px){#career_page main .copy,#career_page .sales-copy{max-width:800px;margin:auto}}.careers .copy{max-width:900px;margin:0 auto}@media(max-width: 768px){.careers .copy{padding-bottom:0 !important}}.careers .copy h2,.careers .copy h3{text-align:center;margin-bottom:48px}.careers .copy h3{margin:48px 0}.careers .copy p{margin-bottom:1em}@media(max-width: 768px){.careers .copy p{text-align:center}}@media(max-width: 767px){.careers .copy ul{margin-left:0 !important;margin-right:0 !important}}.careers .copy ul li{margin-bottom:1em}.careers .copy .btn-primary{background-color:#c4923b;border-color:#c4923b;color:#fff !important}.careers .brands{display:flex;justify-content:center;flex-wrap:wrap}@media(max-width: 620px){.careers .brands{flex-direction:column}}.careers .brands div{flex:1 0 33%;text-align:center}.careers .brands div img{height:72px}#page404{margin-top:80px}#page404 main{text-align:center}#page404 main .row{min-height:728px;justify-content:center;align-items:center;flex-direction:column}#page404 main .row h3{font-family:"classico-urw",sans-serif;font-size:32px;line-height:42px;color:#012849}@media only screen and (min-width: 768px){#page404 main .row h3{font-size:40px;line-height:50px}}@media only screen and (min-width: 1280px){#page404 main .row h3{font-size:48px;line-height:68px}}#page404 main .row p{font-family:"lato",sans-serif;font-size:20px;line-height:28px;color:#444;padding:15px 0}@media only screen and (min-width: 768px){#page404 main .row p{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){#page404 main .row p{font-size:24px;line-height:36px}}#page404 main .row a{font-family:lato,sans-serif;font-size:18px;color:#3c84c5;line-height:30px;font-weight:600}#page404 main .row a:hover{color:#345282}@media(max-width: 768px){#page404 main .row{min-height:500px}}header .modal .modal-dialog .modal-content .menu-item-716{text-align:center}#career_page.page-template-content-properties main{margin:56px 0}@media(min-width: 992px){#career_page.page-template-content-properties main{margin:64px 0}}@media(min-width: 1440px){#career_page.page-template-content-properties main{margin:80px 0}}.aspect-ratio{position:relative;width:100%;min-height:3020px;height:calc(100vh - 70px)}@media(max-width: 1010px){.aspect-ratio{min-height:3950px}}@media(max-width: 800px){.aspect-ratio{min-height:4050px}}@media(max-width: 785px){.aspect-ratio{min-height:4000px}}@media(max-width: 767px){.aspect-ratio{min-height:10300px}}.aspect-ratio iframe{border:0;width:100%;height:100%}@media(max-width: 575px){.container{max-width:none}#career_page main .copy{padding-top:0}}.bpHelper{max-width:1182px;margin:0 auto;padding:24px}.board_bg{background:#f0f0f0 url(../../img/orsid-board-landing-page-bg.jpg) center 0 no-repeat;background-size:contain;padding:160px 0 110px}.board_bg .container{max-width:1392px;margin:0 auto}.board_bg h1,.board_bg h2{font-family:"classico-urw",sans-serif;margin:0;text-align:center;font-size:64px}@media(max-width: 768px){.board_bg h1,.board_bg h2{font-size:42px}}.board_bg .heading_board{color:#012849;padding:0 24px}.board_bg .heading_board .logo img{max-width:100%;height:106px}@media(max-width: 768px){.board_bg .heading_board .logo img{height:74px}}.board_bg .heading_board p{font-size:24px;font-family:"lato",sans-serif}.board_bg .heading_board hr{height:5px;width:100px;border:0;margin:32px auto;background-color:#012849}.board_bg .blocks_content{padding:60px 0}@media(min-width: 576px){.board_bg .blocks_content{padding:60px 30px}}.board_bg .blocks_content .col-md-6{margin-bottom:24px}.board_bg .blocks_content .block{display:flex;flex-direction:column;background-color:#fff;box-shadow:0 0 6px rgba(0,0,0,.2);border-radius:16px;padding:42px 40px;height:100%}@media(min-width: 576px){.board_bg .blocks_content .block{min-height:342px}}.board_bg .blocks_content .block h4{margin:24px 0 16px;color:#012849;font-size:23px;font-family:"lato",sans-serif;font-weight:700}.board_bg .blocks_content .block p{font-size:18px;margin:0 0 20px;font-family:"lato",sans-serif}.board_bg .blocks_content .block .icon img{height:88px;vertical-align:top}.board_bg .blocks_content .block a{color:#3c84c5;font-family:"lato",sans-serif}.board_bg .blocks_content .block a svg{fill:#3c84c5;width:24px;height:24px}.board_bg .blocks_content .block a:hover{color:#012849}.board_bg .blocks_content .block a:hover svg{fill:#012849}.board_bg h2{padding:0 24px 0;max-width:1070px;margin:0 auto}#float_button{border:0;background-color:#c4923b;display:inline-block;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.3);position:fixed;right:30px;bottom:30px;transition:bottom .3s ease;padding:0 2rem;height:47px;display:flex;align-items:center;justify-content:center}#float_button:hover{background:#d0a862;border-color:#d0a862}#float_button svg{display:inline-block;width:20px;height:20px;margin:0 0 0 10px}@media(max-width: 640px){#float_button{bottom:30px !important;padding:0;min-width:auto;width:54px;height:54px;border-radius:25px}#float_button svg{width:24px;height:24px;margin:0}#float_button span{display:none}}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background:#d0a862;border-color:#d0a862}.newsworthy.container,#newsletter_archive_page.container{padding-top:4rem}.newsworthy.container,#newsletter_archive_page.container{max-width:1140px;padding-top:80px}@media(min-width: 576px){.newsworthy.container,#newsletter_archive_page.container{max-width:540px}}@media(min-width: 768px){.newsworthy.container,#newsletter_archive_page.container{max-width:1140px;padding-left:24px;padding-right:24px}}.newsworthy img,#newsletter_archive_page img{max-width:100%}.newsworthy .flex,#newsletter_archive_page .flex{display:flex}@media(max-width: 767px){.newsworthy .flex,#newsletter_archive_page .flex{flex-direction:column}}.newsworthy h1,#newsletter_archive_page h1{margin:0 0 16px;line-height:1}.newsworthy h6,#newsletter_archive_page h6{margin:2em 0;font-size:18px;letter-spacing:1.8px}.newsworthy .btn-primary,#newsletter_archive_page .btn-primary{background-color:#c4923b;border-color:#c4923b;color:#fff !important}.newsworthy .btn-primary:hover,#newsletter_archive_page .btn-primary:hover{background-color:#d0a862}.newsworthy .newsworthy_content,#newsletter_archive_page .newsworthy_content{flex:1;width:70%}@media(max-width: 767px){.newsworthy .newsworthy_content,#newsletter_archive_page .newsworthy_content{width:100%}}.newsworthy .newsworthy_content ul.newsletter_list,#newsletter_archive_page .newsworthy_content ul.newsletter_list{margin:0;padding:0 4em 2em 0;list-style:none}@media(max-width: 767px){.newsworthy .newsworthy_content ul.newsletter_list,#newsletter_archive_page .newsworthy_content ul.newsletter_list{padding:0 0 2em}}.newsworthy .newsworthy_content ul.newsletter_list li,#newsletter_archive_page .newsworthy_content ul.newsletter_list li{display:flex;border-bottom:1px solid #ddd;padding:2em 0}.newsworthy .newsworthy_content ul.newsletter_list li:last-of-type,#newsletter_archive_page .newsworthy_content ul.newsletter_list li:last-of-type{border-bottom:0}.newsworthy .newsworthy_content ul.newsletter_list li .thumb_img,#newsletter_archive_page .newsworthy_content ul.newsletter_list li .thumb_img{width:80px;height:80px;border-radius:100%;display:block;margin-right:1em}.newsworthy .newsworthy_content ul.newsletter_list li .thumb_img svg,#newsletter_archive_page .newsworthy_content ul.newsletter_list li .thumb_img svg{width:100%;height:100%}.newsworthy .newsworthy_content ul.newsletter_list li .thumb_img .cls-1,#newsletter_archive_page .newsworthy_content ul.newsletter_list li .thumb_img .cls-1{fill:#012849}.newsworthy .newsworthy_content ul.newsletter_list li .news_preview,#newsletter_archive_page .newsworthy_content ul.newsletter_list li .news_preview{flex:1}.newsworthy .newsworthy_content ul.newsletter_list li .news_preview a,#newsletter_archive_page .newsworthy_content ul.newsletter_list li .news_preview a{color:#3c84c5;font-weight:700;font-size:18px}.newsworthy .newsworthy_content ul.newsletter_list li .news_preview a .download_icon,#newsletter_archive_page .newsworthy_content ul.newsletter_list li .news_preview a .download_icon{display:inline-block;background:url(../../public/img/icon-download.svg) 0 0 no-repeat;height:14px;width:14px}@media(max-width: 767px){.newsworthy .newsworthy_content .btn_archive,#newsletter_archive_page .newsworthy_content .btn_archive{display:flex;justify-content:center}}.newsworthy .newsworthy_aside,#newsletter_archive_page .newsworthy_aside{width:30%;max-width:272px}@media(max-width: 767px){.newsworthy .newsworthy_aside,#newsletter_archive_page .newsworthy_aside{margin:2em auto 0;width:100%;max-width:100%}}.newsworthy .newsworthy_aside .block_info,#newsletter_archive_page .newsworthy_aside .block_info{margin-bottom:26px}.newsworthy .newsworthy_aside .block_info a,#newsletter_archive_page .newsworthy_aside .block_info a{display:block}.newsworthy .block_news,#newsletter_archive_page .block_news{padding:3em 0}.newsworthy .block_news .flex_boxes,#newsletter_archive_page .block_news .flex_boxes{display:inline-grid;width:100%;justify-content:center;align-items:center;grid-template-columns:repeat(3, 1fr);gap:20px}@media(max-width: 767px){.newsworthy .block_news .flex_boxes,#newsletter_archive_page .block_news .flex_boxes{grid-template-columns:1fr}}.newsworthy .block_news .flex_boxes .block_item,#newsletter_archive_page .block_news .flex_boxes .block_item{box-shadow:0px 0px 6px rgba(0,0,0,.1607843137);background-color:#fff;border-radius:16px;padding:1.5em;width:100%;height:100%}.newsworthy .block_news .flex_boxes .block_item .icon svg,#newsletter_archive_page .block_news .flex_boxes .block_item .icon svg{height:48px}.newsworthy .block_news .flex_boxes .block_item h5,#newsletter_archive_page .block_news .flex_boxes .block_item h5{margin:1em 0}.block_covid{padding:4em 1em;text-align:center}.block_covid .block_content{max-width:752px;margin:0 auto}.block_covid .block_content .blue_line{background-color:#3c84c5;height:4px;width:115px;margin:0 auto 3em}.block_covid .block_content p{padding:1em 0}.block_covid .block_content .btn-primary{background-color:#c4923b;border-color:#c4923b;color:#fff !important}.block_covid .block_content .btn-primary:hover{background-color:#d0a862}#newsletter_archive_page h1{text-align:center;margin-bottom:0 !important}@media(max-width: 1024px){#newsletter_archive_page h1{text-align:left}}#newsletter_archive_page .copy{padding-top:0 !important}#newsletter_archive_page .newsworthy_content ul.newsletter_list{padding:0}*{box-sizing:border-box;outline:none;text-decoration:none}*:focus{outline:none}html{overflow-x:hidden}a{cursor:pointer;text-decoration:none}a:hover{text-decoration:none}button{outline:none}button:focus{outline:none}.container{padding:0 28px}@media only screen and (min-width: 576px){.container{padding:0}}.copy ol{list-style:decimal;margin:2rem 0 2rem 4.5rem}.copy ol li{margin:1rem;font-family:"lato",sans-serif;font-size:20px;line-height:28px}@media only screen and (min-width: 768px){.copy ol li{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){.copy ol li{font-size:24px;line-height:36px}}.copy ul{list-style:disc;margin:2rem 0 2rem 4.5rem}.copy ul li{margin:1rem;font-family:"lato",sans-serif;font-size:20px;line-height:28px}@media only screen and (min-width: 768px){.copy ul li{font-size:22px;line-height:32px}}@media only screen and (min-width: 1280px){.copy ul li{font-size:24px;line-height:36px}}@media(min-width: 1200px)and (max-width: 1699px){.container{max-width:95%}}.general-gallery{padding-bottom:120px;margin:0 auto;max-width:1000px}.general-gallery h3{margin-bottom:1em;text-align:center}.general-gallery .row{display:flex;justify-content:center;flex-wrap:wrap}.general-gallery a{display:flex;margin:0 10px 20px;border:1px solid #eee;width:190px;height:190px;overflow:hidden;justify-content:center;align-items:center;transition:all .3s ease;opacity:1}.general-gallery a:hover{opacity:.8;box-shadow:0 7px 12px rgba(0,0,0,.2)}@media screen and (max-width: 410px){.general-gallery a{width:100%;margin:0 20px 10px}}.general-gallery img{max-height:240px}.ekko-lightbox .modal-content{background:none;border:0}.ekko-lightbox .modal-header{border-bottom:0;padding:0 0 10px}.ekko-lightbox .modal-header .close{color:#fff;text-shadow:none;opacity:1}.ekko-lightbox .modal-body{padding:0}.modal-backdrop.show{opacity:.7}.orsid_map_2{color:#fff;margin-top:2em;position:relative}@media(max-width: 991.98px){.orsid_map_2{color:#012849;padding:0 30px 60px;position:relative;margin-bottom:-30px;border-bottom:2px solid #eaeaea}}@media(max-width: 767px){.orsid_map_2{padding:0 0 60px;margin-bottom:0}}.orsid_map_2 .image_desktop{vertical-align:top;width:100%;height:100%;object-fit:scale-down}@media(max-width: 991.98px){.orsid_map_2 .image_desktop{display:none}}.orsid_map_2 .image_mobile{display:none}@media(max-width: 991.98px){.orsid_map_2 .image_mobile{display:block;width:100%}}.orsid_map_2 .content_container{position:absolute;top:50%;left:5em;transform:translateY(-50%);width:100%;max-width:450px}@media(max-width: 1200px){.orsid_map_2 .content_container{left:2em}}@media(max-width: 991.98px){.orsid_map_2 .content_container{position:inherit;top:inherit;left:inherit;transform:inherit;max-width:100%}}.orsid_map_2 .content_container h2{font-size:56px;font-family:"classico-urw",sans-serif;text-align:left;margin:0;padding:0}@media(max-width: 1200px){.orsid_map_2 .content_container h2{font-size:40px}}@media(max-width: 991.98px){.orsid_map_2 .content_container h2{font-size:56px;margin:1em 0}}@media(max-width: 767px){.orsid_map_2 .content_container h2{font-size:40px !important}}.orsid_map_2 .content_container hr{width:100% !important;height:1px;border:0;background-color:#fff;display:block !important;margin:1em 0 !important}@media(max-width: 991.98px){.orsid_map_2 .content_container hr{display:none !important}}.orsid_map_2 .content_container .map_content{display:flex}@media(max-width: 991.98px){.orsid_map_2 .content_container .map_content{flex-direction:column}}.orsid_map_2 .content_container .map_content>div{flex:1}@media(max-width: 991.98px){.orsid_map_2 .content_container .map_content>div{display:flex;align-items:center;padding:1em 0}}.orsid_map_2 .content_container .map_content>div span{display:block;font-weight:700;font-size:48px;line-height:1}@media(max-width: 991.98px){.orsid_map_2 .content_container .map_content>div span{width:30%;text-align:right;padding-right:1em}}@media(max-width: 426px){.orsid_map_2 .content_container .map_content>div span{width:40%}}@media(max-width: 991.98px){.orsid_map_2 .content_container .map_content>div small{width:70%;font-size:24px;text-align:left}}@media(max-width: 426px){.orsid_map_2 .content_container .map_content>div small{width:60%}}.orsid_map_2_mobile{display:none}@media(max-width: 768px){.orsid_map_2_mobile{display:block}}/*# sourceMappingURL=main.min.css.map */
