/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.modal-open{overflow:hidden;}.modal-open .modal{overflow-x:hidden;overflow-y:auto;}.modal{position:fixed;z-index:1050;top:0;left:0;display:none;overflow:hidden;width:100%;height:100%;outline:0;}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none;}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out,-webkit-transform 0.3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px);}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none;}}.modal.show .modal-dialog{-webkit-transform:none;transform:none;}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02);}.modal-dialog-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem);}.modal-dialog-scrollable .modal-content{overflow:hidden;max-height:calc(100vh - 1rem);}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{-ms-flex-negative:0;flex-shrink:0;}.modal-dialog-scrollable .modal-body{overflow-y:auto;}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem);}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:"";}.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none;}.modal-dialog-centered.modal-dialog-scrollable::before{content:none;}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;border:1px solid rgba(0,0,0,0.2);border-radius:0.3rem;outline:0;background-color:#fff;background-clip:padding-box;}.modal-backdrop{position:fixed;z-index:1040;top:0;left:0;width:100vw;height:100vh;background-color:#000;}.modal-backdrop.fade{opacity:0;}.modal-backdrop.show{opacity:0.5;}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px);}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem 1rem;}.modal-title{margin-bottom:0;line-height:1.5;}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem;}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px);}.modal-footer > *{margin:0.25rem;}.modal-scrollbar-measure{position:absolute;top:-9999px;overflow:scroll;width:50px;height:50px;}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto;}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem);}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem);}.modal-dialog-centered{min-height:calc(100% - 3.5rem);}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;}.modal-sm{max-width:300px;}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px;}}@media (min-width:1200px){.modal-xl{max-width:1140px;}}
.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style:none;}.nav-link{display:block;padding:0.5rem 1rem;}.nav-link:hover,.nav-link:focus{text-decoration:none;}.nav-link.disabled{cursor:default;pointer-events:none;color:#6c757d;}.nav-tabs{border-bottom:1px solid #dee2e6;}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;background-color:transparent;}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate;}.nav-tabs .nav-link.disabled{color:#6c757d;border-color:transparent;background-color:transparent;}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;border-color:#dee2e6 #dee2e6 #fff;background-color:#fff;}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0;}.nav-pills .nav-link{border:0;border-radius:0.25rem;background:none;}.nav-pills .nav-link.active,.nav-pills .show > .nav-link{color:#fff;background-color:#007bff;}.nav-fill > .nav-link,.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center;}.nav-justified > .nav-link,.nav-justified .nav-item{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1;text-align:center;}.tab-content > .tab-pane{display:none;}.tab-content > .active{display:block;}
.fade{-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}@media (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;transition:none;}}.fade:not(.show){opacity:0;}.collapse:not(.show){display:none;}.collapsing{position:relative;overflow:hidden;height:0;-webkit-transition:height 0.35s ease;transition:height 0.35s ease;}@media (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;transition:none;}}.collapsing.width{width:0;height:auto;-webkit-transition:width 0.35s ease;transition:width 0.35s ease;}@media (prefers-reduced-motion:reduce){.collapsing.width{-webkit-transition:none;transition:none;}}.accordion-header{margin-bottom:0.5rem;background-color:#f0f0f0;}.accordion-header .accordion-button{padding:0.375rem 0.75rem;border:1px solid transparent;background-color:transparent;line-height:1.5;}.accordion-header .accordion-button:hover{text-decoration:underline;}.accordion-body{padding:0.5rem 1rem;}
@font-face{font-family:"CharisSil";src:url(/themes/custom/forty_acres/fonts/charissil/charissil-r.woff) format("woff"),url(/themes/custom/forty_acres/fonts/charissil/charissil-r.woff2) format("woff2"),url(/themes/custom/forty_acres/fonts/charissil/charissil-r.ttf) format("truetype");font-weight:normal;font-style:normal;}@font-face{font-family:"LibreFrank";src:url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-bold-webfont.woff) format("woff"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-bold-webfont.woff2) format("woff2"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-bold.ttf) format("truetype");font-weight:bold;font-style:normal;}@font-face{font-family:"LibreFrank";src:url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-italic-webfont.woff) format("woff"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-italic-webfont.woff2) format("woff2"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-italic.ttf) format("truetype");font-weight:normal;font-style:italic;}@font-face{font-family:"LibreFrank";src:url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-regular-webfont.woff) format("woff"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-regular-webfont.woff2) format("woff2"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-regular.ttf) format("truetype");font-weight:normal;font-style:normal;}@font-face{font-family:"LibreFrank";src:url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-medium-webfont.woff) format("woff"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-medium-webfont.woff2) format("woff2"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-medium.ttf) format("truetype");font-weight:500;font-style:normal;}@font-face{font-family:"LibreFrank";src:url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-semibold-webfont.woff) format("woff"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-semibold-webfont.woff2) format("woff2"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-semibold.ttf) format("truetype");font-weight:600;font-style:normal;}@font-face{font-family:"LibreFrank";src:url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-black-webfont.woff) format("woff"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-black-webfont.woff2) format("woff2"),url(/themes/custom/forty_acres/fonts/librefrank/librefranklin-black.ttf) format("truetype");font-weight:900;font-style:normal;}@font-face{font-family:"ut-icons";src:url(/themes/custom/forty_acres/fonts/icons/ut-icons.eot?xps22m=);src:url(/themes/custom/forty_acres/fonts/icons/ut-icons.eot?xps22m=#iefix) format("embedded-opentype"),url(/themes/custom/forty_acres/fonts/icons/ut-icons.ttf?xps22m=) format("truetype"),url(/themes/custom/forty_acres/fonts/icons/ut-icons.woff?xps22m=) format("woff"),url(/themes/custom/forty_acres/fonts/icons/ut-icons.svg?xps22m=#icomoon) format("svg");font-weight:normal;font-style:normal;}[class^=icon-],[class*=" icon-"]{text-transform:none;font-family:"ut-icons",sans-serif;font-weight:normal;font-style:normal;font-variant:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;}.icon-angle-right:before{content:"\e900";}.icon-external-link:before{content:"\e901";}.icon-lock:before{content:"\e902";}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;}html{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;font-family:sans-serif;line-height:1.15;}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block;}body{margin:0;text-align:left;color:#212529;background-color:#fff;font-family:"LibreFrank",Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important;}hr{overflow:visible;-webkit-box-sizing:content-box;box-sizing:content-box;height:0;}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem;}p{margin-top:0;margin-bottom:1rem;}abbr[title],abbr[data-original-title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;}address{margin-bottom:1rem;font-style:normal;line-height:inherit;}ol,ul,dl{margin-top:0;margin-bottom:1rem;}ol ol,ul ul,ol ul,ul ol{margin-bottom:0;}dt{font-weight:700;}dd{margin-bottom:0.5rem;margin-left:0;}blockquote{margin:0 0 1rem;}b,strong{font-weight:bolder;}small{font-size:80%;}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0;}sub{bottom:-0.25em;}sup{top:-0.5em;}a{text-decoration:none;color:#007bff;background-color:transparent;}a:hover{text-decoration:underline;color:#0056b3;}a:not([href]):not([class]){text-decoration:none;color:inherit;}a:not([href]):not([class]):hover{text-decoration:none;color:inherit;}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;}pre{overflow:auto;margin-top:0;margin-bottom:1rem;-ms-overflow-style:scrollbar;}figure{margin:0 0 1rem;}img{vertical-align:middle;border-style:none;}svg{overflow:hidden;vertical-align:middle;}table{border-collapse:collapse;}caption{padding-top:0.75rem;padding-bottom:0.75rem;caption-side:bottom;text-align:left;color:#6c757d;}th{text-align:inherit;text-align:-webkit-match-parent;}label{display:inline-block;margin-bottom:0.5rem;}button{border-radius:0;}button:focus:not(:focus-visible){outline:0;}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}button,input{overflow:visible;}button,select{text-transform:none;}[role=button]{cursor:pointer;}select{word-wrap:normal;}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer;}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none;}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}textarea{overflow:auto;resize:vertical;}fieldset{min-width:0;margin:0;padding:0;border:0;}legend{display:block;width:100%;max-width:100%;margin-bottom:0.5rem;padding:0;white-space:normal;color:inherit;font-size:1.5rem;line-height:inherit;}progress{vertical-align:baseline;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}[type=search]{-webkit-appearance:none;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}output{display:inline-block;}summary{display:list-item;cursor:pointer;}template{display:none;}[hidden]{display:none !important;}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;}@media (min-width:600px){.container-sm,.container{max-width:840px;}}@media (min-width:900px){.container-md,.container-sm,.container{max-width:1000px;}}@media (min-width:1200px){.container-lg,.container-md,.container-sm,.container{max-width:1140px;}}@media (min-width:1600px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1500px;}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}.no-gutters{margin-right:0;margin-left:0;}.no-gutters > .col,.no-gutters > [class*=col-]{padding-right:0;padding-left:0;}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px;}.col{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1;max-width:100%;}.row-cols-1 > *{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.row-cols-2 > *{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.row-cols-3 > *{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;}.row-cols-4 > *{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.row-cols-5 > *{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}.row-cols-6 > *{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%;}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%;}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%;}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%;}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%;}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%;}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%;}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%;}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13;}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8;}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9;}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11;}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12;}.offset-1{margin-left:8.33333333%;}.offset-2{margin-left:16.66666667%;}.offset-3{margin-left:25%;}.offset-4{margin-left:33.33333333%;}.offset-5{margin-left:41.66666667%;}.offset-6{margin-left:50%;}.offset-7{margin-left:58.33333333%;}.offset-8{margin-left:66.66666667%;}.offset-9{margin-left:75%;}.offset-10{margin-left:83.33333333%;}.offset-11{margin-left:91.66666667%;}@media (min-width:600px){.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1;max-width:100%;}.row-cols-sm-1 > *{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.row-cols-sm-2 > *{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.row-cols-sm-3 > *{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;}.row-cols-sm-4 > *{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.row-cols-sm-5 > *{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}.row-cols-sm-6 > *{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%;}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%;}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%;}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%;}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%;}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%;}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%;}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%;}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13;}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8;}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9;}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11;}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12;}.offset-sm-0{margin-left:0;}.offset-sm-1{margin-left:8.33333333%;}.offset-sm-2{margin-left:16.66666667%;}.offset-sm-3{margin-left:25%;}.offset-sm-4{margin-left:33.33333333%;}.offset-sm-5{margin-left:41.66666667%;}.offset-sm-6{margin-left:50%;}.offset-sm-7{margin-left:58.33333333%;}.offset-sm-8{margin-left:66.66666667%;}.offset-sm-9{margin-left:75%;}.offset-sm-10{margin-left:83.33333333%;}.offset-sm-11{margin-left:91.66666667%;}}@media (min-width:900px){.col-md{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1;max-width:100%;}.row-cols-md-1 > *{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.row-cols-md-2 > *{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.row-cols-md-3 > *{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;}.row-cols-md-4 > *{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.row-cols-md-5 > *{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}.row-cols-md-6 > *{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%;}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%;}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%;}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%;}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%;}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%;}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%;}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%;}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13;}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8;}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9;}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11;}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12;}.offset-md-0{margin-left:0;}.offset-md-1{margin-left:8.33333333%;}.offset-md-2{margin-left:16.66666667%;}.offset-md-3{margin-left:25%;}.offset-md-4{margin-left:33.33333333%;}.offset-md-5{margin-left:41.66666667%;}.offset-md-6{margin-left:50%;}.offset-md-7{margin-left:58.33333333%;}.offset-md-8{margin-left:66.66666667%;}.offset-md-9{margin-left:75%;}.offset-md-10{margin-left:83.33333333%;}.offset-md-11{margin-left:91.66666667%;}}@media (min-width:1200px){.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1;max-width:100%;}.row-cols-lg-1 > *{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.row-cols-lg-2 > *{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.row-cols-lg-3 > *{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;}.row-cols-lg-4 > *{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.row-cols-lg-5 > *{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}.row-cols-lg-6 > *{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%;}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%;}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%;}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%;}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%;}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%;}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%;}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%;}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13;}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8;}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9;}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11;}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12;}.offset-lg-0{margin-left:0;}.offset-lg-1{margin-left:8.33333333%;}.offset-lg-2{margin-left:16.66666667%;}.offset-lg-3{margin-left:25%;}.offset-lg-4{margin-left:33.33333333%;}.offset-lg-5{margin-left:41.66666667%;}.offset-lg-6{margin-left:50%;}.offset-lg-7{margin-left:58.33333333%;}.offset-lg-8{margin-left:66.66666667%;}.offset-lg-9{margin-left:75%;}.offset-lg-10{margin-left:83.33333333%;}.offset-lg-11{margin-left:91.66666667%;}}@media (min-width:1600px){.col-xl{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1;max-width:100%;}.row-cols-xl-1 > *{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.row-cols-xl-2 > *{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.row-cols-xl-3 > *{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%;}.row-cols-xl-4 > *{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.row-cols-xl-5 > *{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}.row-cols-xl-6 > *{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%;}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%;}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%;}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%;}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%;}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%;}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%;}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%;}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%;}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13;}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8;}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9;}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11;}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12;}.offset-xl-0{margin-left:0;}.offset-xl-1{margin-left:8.33333333%;}.offset-xl-2{margin-left:16.66666667%;}.offset-xl-3{margin-left:25%;}.offset-xl-4{margin-left:33.33333333%;}.offset-xl-5{margin-left:41.66666667%;}.offset-xl-6{margin-left:50%;}.offset-xl-7{margin-left:58.33333333%;}.offset-xl-8{margin-left:66.66666667%;}.offset-xl-9{margin-left:75%;}.offset-xl-10{margin-left:83.33333333%;}.offset-xl-11{margin-left:91.66666667%;}}.align-baseline{vertical-align:baseline !important;}.align-top{vertical-align:top !important;}.align-middle{vertical-align:middle !important;}.align-bottom{vertical-align:bottom !important;}.align-text-bottom{vertical-align:text-bottom !important;}.align-text-top{vertical-align:text-top !important;}.bg-primary{background-color:#007bff !important;}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#0062cc !important;}.bg-secondary{background-color:#6c757d !important;}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62 !important;}.bg-success{background-color:#28a745 !important;}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important;}.bg-info{background-color:#17a2b8 !important;}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important;}.bg-warning{background-color:#ffc107 !important;}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important;}.bg-danger{background-color:#dc3545 !important;}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important;}.bg-light{background-color:#f8f9fa !important;}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5 !important;}.bg-dark{background-color:#343a40 !important;}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124 !important;}.bg-white{background-color:#fff !important;}.bg-transparent{background-color:transparent !important;}.border{border:1px solid #dee2e6 !important;}.border-top{border-top:1px solid #dee2e6 !important;}.border-right{border-right:1px solid #dee2e6 !important;}.border-bottom{border-bottom:1px solid #dee2e6 !important;}.border-left{border-left:1px solid #dee2e6 !important;}.border-0{border:0 !important;}.border-top-0{border-top:0 !important;}.border-right-0{border-right:0 !important;}.border-bottom-0{border-bottom:0 !important;}.border-left-0{border-left:0 !important;}.border-primary{border-color:#007bff !important;}.border-secondary{border-color:#6c757d !important;}.border-success{border-color:#28a745 !important;}.border-info{border-color:#17a2b8 !important;}.border-warning{border-color:#ffc107 !important;}.border-danger{border-color:#dc3545 !important;}.border-light{border-color:#f8f9fa !important;}.border-dark{border-color:#343a40 !important;}.border-white{border-color:#fff !important;}.rounded-sm{border-radius:0.2rem !important;}.rounded{border-radius:0.25rem !important;}.rounded-top{border-top-left-radius:0.25rem !important;border-top-right-radius:0.25rem !important;}.rounded-right{border-top-right-radius:0.25rem !important;border-bottom-right-radius:0.25rem !important;}.rounded-bottom{border-bottom-right-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important;}.rounded-left{border-top-left-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important;}.rounded-lg{border-radius:0.3rem !important;}.rounded-circle{border-radius:50% !important;}.rounded-pill{border-radius:50rem !important;}.rounded-0{border-radius:0 !important;}.clearfix::after{display:block;clear:both;content:"";}.d-none{display:none !important;}.d-inline{display:inline !important;}.d-inline-block{display:inline-block !important;}.d-block{display:block !important;}.d-table{display:table !important;}.d-table-row{display:table-row !important;}.d-table-cell{display:table-cell !important;}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}@media (min-width:600px){.d-sm-none{display:none !important;}.d-sm-inline{display:inline !important;}.d-sm-inline-block{display:inline-block !important;}.d-sm-block{display:block !important;}.d-sm-table{display:table !important;}.d-sm-table-row{display:table-row !important;}.d-sm-table-cell{display:table-cell !important;}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}}@media (min-width:900px){.d-md-none{display:none !important;}.d-md-inline{display:inline !important;}.d-md-inline-block{display:inline-block !important;}.d-md-block{display:block !important;}.d-md-table{display:table !important;}.d-md-table-row{display:table-row !important;}.d-md-table-cell{display:table-cell !important;}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}}@media (min-width:1200px){.d-lg-none{display:none !important;}.d-lg-inline{display:inline !important;}.d-lg-inline-block{display:inline-block !important;}.d-lg-block{display:block !important;}.d-lg-table{display:table !important;}.d-lg-table-row{display:table-row !important;}.d-lg-table-cell{display:table-cell !important;}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}}@media (min-width:1600px){.d-xl-none{display:none !important;}.d-xl-inline{display:inline !important;}.d-xl-inline-block{display:inline-block !important;}.d-xl-block{display:block !important;}.d-xl-table{display:table !important;}.d-xl-table-row{display:table-row !important;}.d-xl-table-cell{display:table-cell !important;}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}}@media print{.d-print-none{display:none !important;}.d-print-inline{display:inline !important;}.d-print-inline-block{display:inline-block !important;}.d-print-block{display:block !important;}.d-print-table{display:table !important;}.d-print-table-row{display:table-row !important;}.d-print-table-cell{display:table-cell !important;}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}}.embed-responsive{position:relative;display:block;overflow:hidden;width:100%;padding:0;}.embed-responsive::before{display:block;content:"";}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}.embed-responsive-21by9::before{padding-top:42.85714286%;}.embed-responsive-16by9::before{padding-top:56.25%;}.embed-responsive-4by3::before{padding-top:75%;}.embed-responsive-1by1::before{padding-top:100%;}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important;}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important;}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}@media (min-width:600px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important;}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important;}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}}@media (min-width:900px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important;}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important;}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}}@media (min-width:1200px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important;}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important;}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}}@media (min-width:1600px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important;}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important;}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}}.float-left{float:left !important;}.float-right{float:right !important;}.float-none{float:none !important;}@media (min-width:600px){.float-sm-left{float:left !important;}.float-sm-right{float:right !important;}.float-sm-none{float:none !important;}}@media (min-width:900px){.float-md-left{float:left !important;}.float-md-right{float:right !important;}.float-md-none{float:none !important;}}@media (min-width:1200px){.float-lg-left{float:left !important;}.float-lg-right{float:right !important;}.float-lg-none{float:none !important;}}@media (min-width:1600px){.float-xl-left{float:left !important;}.float-xl-right{float:right !important;}.float-xl-none{float:none !important;}}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important;}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important;}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important;}.overflow-auto{overflow:auto !important;}.overflow-hidden{overflow:hidden !important;}.position-static{position:static !important;}.position-relative{position:relative !important;}.position-absolute{position:absolute !important;}.position-fixed{position:fixed !important;}.position-sticky{position:sticky !important;}.fixed-top{position:fixed;z-index:1030;top:0;right:0;left:0;}.fixed-bottom{position:fixed;z-index:1030;right:0;bottom:0;left:0;}@supports (position:sticky){.sticky-top{position:sticky;z-index:1020;top:0;}}.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;white-space:nowrap;border:0;}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;white-space:normal;}.shadow-sm{-webkit-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;}.shadow{-webkit-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important;box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important;}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important;box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important;}.shadow-none{-webkit-box-shadow:none !important;box-shadow:none !important;}.w-25{width:25% !important;}.w-50{width:50% !important;}.w-75{width:75% !important;}.w-100{width:100% !important;}.w-auto{width:auto !important;}.h-25{height:25% !important;}.h-50{height:50% !important;}.h-75{height:75% !important;}.h-100{height:100% !important;}.h-auto{height:auto !important;}.mw-100{max-width:100% !important;}.mh-100{max-height:100% !important;}.min-vw-100{min-width:100vw !important;}.min-vh-100{min-height:100vh !important;}.vw-100{width:100vw !important;}.vh-100{height:100vh !important;}.m-0{margin:0 !important;}.mt-0,.my-0{margin-top:0 !important;}.mr-0,.mx-0{margin-right:0 !important;}.mb-0,.my-0{margin-bottom:0 !important;}.ml-0,.mx-0{margin-left:0 !important;}.m-1{margin:0.25rem !important;}.mt-1,.my-1{margin-top:0.25rem !important;}.mr-1,.mx-1{margin-right:0.25rem !important;}.mb-1,.my-1{margin-bottom:0.25rem !important;}.ml-1,.mx-1{margin-left:0.25rem !important;}.m-2{margin:0.5rem !important;}.mt-2,.my-2{margin-top:0.5rem !important;}.mr-2,.mx-2{margin-right:0.5rem !important;}.mb-2,.my-2{margin-bottom:0.5rem !important;}.ml-2,.mx-2{margin-left:0.5rem !important;}.m-3{margin:1rem !important;}.mt-3,.my-3{margin-top:1rem !important;}.mr-3,.mx-3{margin-right:1rem !important;}.mb-3,.my-3{margin-bottom:1rem !important;}.ml-3,.mx-3{margin-left:1rem !important;}.m-4{margin:1.5rem !important;}.mt-4,.my-4{margin-top:1.5rem !important;}.mr-4,.mx-4{margin-right:1.5rem !important;}.mb-4,.my-4{margin-bottom:1.5rem !important;}.ml-4,.mx-4{margin-left:1.5rem !important;}.m-5{margin:3rem !important;}.mt-5,.my-5{margin-top:3rem !important;}.mr-5,.mx-5{margin-right:3rem !important;}.mb-5,.my-5{margin-bottom:3rem !important;}.ml-5,.mx-5{margin-left:3rem !important;}.p-0{padding:0 !important;}.pt-0,.py-0{padding-top:0 !important;}.pr-0,.px-0{padding-right:0 !important;}.pb-0,.py-0{padding-bottom:0 !important;}.pl-0,.px-0{padding-left:0 !important;}.p-1{padding:0.25rem !important;}.pt-1,.py-1{padding-top:0.25rem !important;}.pr-1,.px-1{padding-right:0.25rem !important;}.pb-1,.py-1{padding-bottom:0.25rem !important;}.pl-1,.px-1{padding-left:0.25rem !important;}.p-2{padding:0.5rem !important;}.pt-2,.py-2{padding-top:0.5rem !important;}.pr-2,.px-2{padding-right:0.5rem !important;}.pb-2,.py-2{padding-bottom:0.5rem !important;}.pl-2,.px-2{padding-left:0.5rem !important;}.p-3{padding:1rem !important;}.pt-3,.py-3{padding-top:1rem !important;}.pr-3,.px-3{padding-right:1rem !important;}.pb-3,.py-3{padding-bottom:1rem !important;}.pl-3,.px-3{padding-left:1rem !important;}.p-4{padding:1.5rem !important;}.pt-4,.py-4{padding-top:1.5rem !important;}.pr-4,.px-4{padding-right:1.5rem !important;}.pb-4,.py-4{padding-bottom:1.5rem !important;}.pl-4,.px-4{padding-left:1.5rem !important;}.p-5{padding:3rem !important;}.pt-5,.py-5{padding-top:3rem !important;}.pr-5,.px-5{padding-right:3rem !important;}.pb-5,.py-5{padding-bottom:3rem !important;}.pl-5,.px-5{padding-left:3rem !important;}.m-n1{margin:-0.25rem !important;}.mt-n1,.my-n1{margin-top:-0.25rem !important;}.mr-n1,.mx-n1{margin-right:-0.25rem !important;}.mb-n1,.my-n1{margin-bottom:-0.25rem !important;}.ml-n1,.mx-n1{margin-left:-0.25rem !important;}.m-n2{margin:-0.5rem !important;}.mt-n2,.my-n2{margin-top:-0.5rem !important;}.mr-n2,.mx-n2{margin-right:-0.5rem !important;}.mb-n2,.my-n2{margin-bottom:-0.5rem !important;}.ml-n2,.mx-n2{margin-left:-0.5rem !important;}.m-n3{margin:-1rem !important;}.mt-n3,.my-n3{margin-top:-1rem !important;}.mr-n3,.mx-n3{margin-right:-1rem !important;}.mb-n3,.my-n3{margin-bottom:-1rem !important;}.ml-n3,.mx-n3{margin-left:-1rem !important;}.m-n4{margin:-1.5rem !important;}.mt-n4,.my-n4{margin-top:-1.5rem !important;}.mr-n4,.mx-n4{margin-right:-1.5rem !important;}.mb-n4,.my-n4{margin-bottom:-1.5rem !important;}.ml-n4,.mx-n4{margin-left:-1.5rem !important;}.m-n5{margin:-3rem !important;}.mt-n5,.my-n5{margin-top:-3rem !important;}.mr-n5,.mx-n5{margin-right:-3rem !important;}.mb-n5,.my-n5{margin-bottom:-3rem !important;}.ml-n5,.mx-n5{margin-left:-3rem !important;}.m-auto{margin:auto !important;}.mt-auto,.my-auto{margin-top:auto !important;}.mr-auto,.mx-auto{margin-right:auto !important;}.mb-auto,.my-auto{margin-bottom:auto !important;}.ml-auto,.mx-auto{margin-left:auto !important;}@media (min-width:600px){.m-sm-0{margin:0 !important;}.mt-sm-0,.my-sm-0{margin-top:0 !important;}.mr-sm-0,.mx-sm-0{margin-right:0 !important;}.mb-sm-0,.my-sm-0{margin-bottom:0 !important;}.ml-sm-0,.mx-sm-0{margin-left:0 !important;}.m-sm-1{margin:0.25rem !important;}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important;}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important;}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important;}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important;}.m-sm-2{margin:0.5rem !important;}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important;}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important;}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important;}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important;}.m-sm-3{margin:1rem !important;}.mt-sm-3,.my-sm-3{margin-top:1rem !important;}.mr-sm-3,.mx-sm-3{margin-right:1rem !important;}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important;}.ml-sm-3,.mx-sm-3{margin-left:1rem !important;}.m-sm-4{margin:1.5rem !important;}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important;}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important;}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important;}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important;}.m-sm-5{margin:3rem !important;}.mt-sm-5,.my-sm-5{margin-top:3rem !important;}.mr-sm-5,.mx-sm-5{margin-right:3rem !important;}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important;}.ml-sm-5,.mx-sm-5{margin-left:3rem !important;}.p-sm-0{padding:0 !important;}.pt-sm-0,.py-sm-0{padding-top:0 !important;}.pr-sm-0,.px-sm-0{padding-right:0 !important;}.pb-sm-0,.py-sm-0{padding-bottom:0 !important;}.pl-sm-0,.px-sm-0{padding-left:0 !important;}.p-sm-1{padding:0.25rem !important;}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important;}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important;}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important;}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important;}.p-sm-2{padding:0.5rem !important;}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important;}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important;}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important;}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important;}.p-sm-3{padding:1rem !important;}.pt-sm-3,.py-sm-3{padding-top:1rem !important;}.pr-sm-3,.px-sm-3{padding-right:1rem !important;}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important;}.pl-sm-3,.px-sm-3{padding-left:1rem !important;}.p-sm-4{padding:1.5rem !important;}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important;}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important;}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important;}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important;}.p-sm-5{padding:3rem !important;}.pt-sm-5,.py-sm-5{padding-top:3rem !important;}.pr-sm-5,.px-sm-5{padding-right:3rem !important;}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important;}.pl-sm-5,.px-sm-5{padding-left:3rem !important;}.m-sm-n1{margin:-0.25rem !important;}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important;}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important;}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important;}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important;}.m-sm-n2{margin:-0.5rem !important;}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important;}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important;}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important;}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important;}.m-sm-n3{margin:-1rem !important;}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important;}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important;}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important;}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important;}.m-sm-n4{margin:-1.5rem !important;}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important;}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important;}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important;}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important;}.m-sm-n5{margin:-3rem !important;}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important;}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important;}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important;}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important;}.m-sm-auto{margin:auto !important;}.mt-sm-auto,.my-sm-auto{margin-top:auto !important;}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important;}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important;}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important;}}@media (min-width:900px){.m-md-0{margin:0 !important;}.mt-md-0,.my-md-0{margin-top:0 !important;}.mr-md-0,.mx-md-0{margin-right:0 !important;}.mb-md-0,.my-md-0{margin-bottom:0 !important;}.ml-md-0,.mx-md-0{margin-left:0 !important;}.m-md-1{margin:0.25rem !important;}.mt-md-1,.my-md-1{margin-top:0.25rem !important;}.mr-md-1,.mx-md-1{margin-right:0.25rem !important;}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important;}.ml-md-1,.mx-md-1{margin-left:0.25rem !important;}.m-md-2{margin:0.5rem !important;}.mt-md-2,.my-md-2{margin-top:0.5rem !important;}.mr-md-2,.mx-md-2{margin-right:0.5rem !important;}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important;}.ml-md-2,.mx-md-2{margin-left:0.5rem !important;}.m-md-3{margin:1rem !important;}.mt-md-3,.my-md-3{margin-top:1rem !important;}.mr-md-3,.mx-md-3{margin-right:1rem !important;}.mb-md-3,.my-md-3{margin-bottom:1rem !important;}.ml-md-3,.mx-md-3{margin-left:1rem !important;}.m-md-4{margin:1.5rem !important;}.mt-md-4,.my-md-4{margin-top:1.5rem !important;}.mr-md-4,.mx-md-4{margin-right:1.5rem !important;}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important;}.ml-md-4,.mx-md-4{margin-left:1.5rem !important;}.m-md-5{margin:3rem !important;}.mt-md-5,.my-md-5{margin-top:3rem !important;}.mr-md-5,.mx-md-5{margin-right:3rem !important;}.mb-md-5,.my-md-5{margin-bottom:3rem !important;}.ml-md-5,.mx-md-5{margin-left:3rem !important;}.p-md-0{padding:0 !important;}.pt-md-0,.py-md-0{padding-top:0 !important;}.pr-md-0,.px-md-0{padding-right:0 !important;}.pb-md-0,.py-md-0{padding-bottom:0 !important;}.pl-md-0,.px-md-0{padding-left:0 !important;}.p-md-1{padding:0.25rem !important;}.pt-md-1,.py-md-1{padding-top:0.25rem !important;}.pr-md-1,.px-md-1{padding-right:0.25rem !important;}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important;}.pl-md-1,.px-md-1{padding-left:0.25rem !important;}.p-md-2{padding:0.5rem !important;}.pt-md-2,.py-md-2{padding-top:0.5rem !important;}.pr-md-2,.px-md-2{padding-right:0.5rem !important;}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important;}.pl-md-2,.px-md-2{padding-left:0.5rem !important;}.p-md-3{padding:1rem !important;}.pt-md-3,.py-md-3{padding-top:1rem !important;}.pr-md-3,.px-md-3{padding-right:1rem !important;}.pb-md-3,.py-md-3{padding-bottom:1rem !important;}.pl-md-3,.px-md-3{padding-left:1rem !important;}.p-md-4{padding:1.5rem !important;}.pt-md-4,.py-md-4{padding-top:1.5rem !important;}.pr-md-4,.px-md-4{padding-right:1.5rem !important;}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important;}.pl-md-4,.px-md-4{padding-left:1.5rem !important;}.p-md-5{padding:3rem !important;}.pt-md-5,.py-md-5{padding-top:3rem !important;}.pr-md-5,.px-md-5{padding-right:3rem !important;}.pb-md-5,.py-md-5{padding-bottom:3rem !important;}.pl-md-5,.px-md-5{padding-left:3rem !important;}.m-md-n1{margin:-0.25rem !important;}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important;}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important;}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important;}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important;}.m-md-n2{margin:-0.5rem !important;}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important;}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important;}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important;}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important;}.m-md-n3{margin:-1rem !important;}.mt-md-n3,.my-md-n3{margin-top:-1rem !important;}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important;}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important;}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important;}.m-md-n4{margin:-1.5rem !important;}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important;}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important;}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important;}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important;}.m-md-n5{margin:-3rem !important;}.mt-md-n5,.my-md-n5{margin-top:-3rem !important;}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important;}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important;}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important;}.m-md-auto{margin:auto !important;}.mt-md-auto,.my-md-auto{margin-top:auto !important;}.mr-md-auto,.mx-md-auto{margin-right:auto !important;}.mb-md-auto,.my-md-auto{margin-bottom:auto !important;}.ml-md-auto,.mx-md-auto{margin-left:auto !important;}}@media (min-width:1200px){.m-lg-0{margin:0 !important;}.mt-lg-0,.my-lg-0{margin-top:0 !important;}.mr-lg-0,.mx-lg-0{margin-right:0 !important;}.mb-lg-0,.my-lg-0{margin-bottom:0 !important;}.ml-lg-0,.mx-lg-0{margin-left:0 !important;}.m-lg-1{margin:0.25rem !important;}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important;}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important;}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important;}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important;}.m-lg-2{margin:0.5rem !important;}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important;}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important;}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important;}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important;}.m-lg-3{margin:1rem !important;}.mt-lg-3,.my-lg-3{margin-top:1rem !important;}.mr-lg-3,.mx-lg-3{margin-right:1rem !important;}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important;}.ml-lg-3,.mx-lg-3{margin-left:1rem !important;}.m-lg-4{margin:1.5rem !important;}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important;}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important;}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important;}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important;}.m-lg-5{margin:3rem !important;}.mt-lg-5,.my-lg-5{margin-top:3rem !important;}.mr-lg-5,.mx-lg-5{margin-right:3rem !important;}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important;}.ml-lg-5,.mx-lg-5{margin-left:3rem !important;}.p-lg-0{padding:0 !important;}.pt-lg-0,.py-lg-0{padding-top:0 !important;}.pr-lg-0,.px-lg-0{padding-right:0 !important;}.pb-lg-0,.py-lg-0{padding-bottom:0 !important;}.pl-lg-0,.px-lg-0{padding-left:0 !important;}.p-lg-1{padding:0.25rem !important;}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important;}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important;}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important;}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important;}.p-lg-2{padding:0.5rem !important;}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important;}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important;}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important;}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important;}.p-lg-3{padding:1rem !important;}.pt-lg-3,.py-lg-3{padding-top:1rem !important;}.pr-lg-3,.px-lg-3{padding-right:1rem !important;}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important;}.pl-lg-3,.px-lg-3{padding-left:1rem !important;}.p-lg-4{padding:1.5rem !important;}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important;}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important;}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important;}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important;}.p-lg-5{padding:3rem !important;}.pt-lg-5,.py-lg-5{padding-top:3rem !important;}.pr-lg-5,.px-lg-5{padding-right:3rem !important;}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important;}.pl-lg-5,.px-lg-5{padding-left:3rem !important;}.m-lg-n1{margin:-0.25rem !important;}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important;}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important;}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important;}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important;}.m-lg-n2{margin:-0.5rem !important;}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important;}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important;}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important;}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important;}.m-lg-n3{margin:-1rem !important;}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important;}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important;}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important;}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important;}.m-lg-n4{margin:-1.5rem !important;}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important;}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important;}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important;}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important;}.m-lg-n5{margin:-3rem !important;}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important;}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important;}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important;}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important;}.m-lg-auto{margin:auto !important;}.mt-lg-auto,.my-lg-auto{margin-top:auto !important;}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important;}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important;}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important;}}@media (min-width:1600px){.m-xl-0{margin:0 !important;}.mt-xl-0,.my-xl-0{margin-top:0 !important;}.mr-xl-0,.mx-xl-0{margin-right:0 !important;}.mb-xl-0,.my-xl-0{margin-bottom:0 !important;}.ml-xl-0,.mx-xl-0{margin-left:0 !important;}.m-xl-1{margin:0.25rem !important;}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important;}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important;}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important;}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important;}.m-xl-2{margin:0.5rem !important;}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important;}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important;}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important;}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important;}.m-xl-3{margin:1rem !important;}.mt-xl-3,.my-xl-3{margin-top:1rem !important;}.mr-xl-3,.mx-xl-3{margin-right:1rem !important;}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important;}.ml-xl-3,.mx-xl-3{margin-left:1rem !important;}.m-xl-4{margin:1.5rem !important;}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important;}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important;}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important;}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important;}.m-xl-5{margin:3rem !important;}.mt-xl-5,.my-xl-5{margin-top:3rem !important;}.mr-xl-5,.mx-xl-5{margin-right:3rem !important;}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important;}.ml-xl-5,.mx-xl-5{margin-left:3rem !important;}.p-xl-0{padding:0 !important;}.pt-xl-0,.py-xl-0{padding-top:0 !important;}.pr-xl-0,.px-xl-0{padding-right:0 !important;}.pb-xl-0,.py-xl-0{padding-bottom:0 !important;}.pl-xl-0,.px-xl-0{padding-left:0 !important;}.p-xl-1{padding:0.25rem !important;}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important;}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important;}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important;}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important;}.p-xl-2{padding:0.5rem !important;}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important;}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important;}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important;}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important;}.p-xl-3{padding:1rem !important;}.pt-xl-3,.py-xl-3{padding-top:1rem !important;}.pr-xl-3,.px-xl-3{padding-right:1rem !important;}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important;}.pl-xl-3,.px-xl-3{padding-left:1rem !important;}.p-xl-4{padding:1.5rem !important;}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important;}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important;}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important;}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important;}.p-xl-5{padding:3rem !important;}.pt-xl-5,.py-xl-5{padding-top:3rem !important;}.pr-xl-5,.px-xl-5{padding-right:3rem !important;}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important;}.pl-xl-5,.px-xl-5{padding-left:3rem !important;}.m-xl-n1{margin:-0.25rem !important;}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important;}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important;}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important;}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important;}.m-xl-n2{margin:-0.5rem !important;}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important;}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important;}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important;}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important;}.m-xl-n3{margin:-1rem !important;}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important;}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important;}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important;}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important;}.m-xl-n4{margin:-1.5rem !important;}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important;}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important;}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important;}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important;}.m-xl-n5{margin:-3rem !important;}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important;}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important;}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important;}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important;}.m-xl-auto{margin:auto !important;}.mt-xl-auto,.my-xl-auto{margin-top:auto !important;}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important;}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important;}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important;}}.stretched-link::after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;content:"";pointer-events:auto;background-color:rgba(0,0,0,0);}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;}.text-justify{text-align:justify !important;}.text-wrap{white-space:normal !important;}.text-nowrap{white-space:nowrap !important;}.text-truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.text-left{text-align:left !important;}.text-right{text-align:right !important;}.text-center{text-align:center !important;}@media (min-width:600px){.text-sm-left{text-align:left !important;}.text-sm-right{text-align:right !important;}.text-sm-center{text-align:center !important;}}@media (min-width:900px){.text-md-left{text-align:left !important;}.text-md-right{text-align:right !important;}.text-md-center{text-align:center !important;}}@media (min-width:1200px){.text-lg-left{text-align:left !important;}.text-lg-right{text-align:right !important;}.text-lg-center{text-align:center !important;}}@media (min-width:1600px){.text-xl-left{text-align:left !important;}.text-xl-right{text-align:right !important;}.text-xl-center{text-align:center !important;}}.text-lowercase{text-transform:lowercase !important;}.text-uppercase{text-transform:uppercase !important;}.text-capitalize{text-transform:capitalize !important;}.font-weight-light{font-weight:300 !important;}.font-weight-lighter{font-weight:lighter !important;}.font-weight-normal{font-weight:400 !important;}.font-weight-bold{font-weight:700 !important;}.font-weight-bolder{font-weight:bolder !important;}.font-italic{font-style:italic !important;}.text-white{color:#fff !important;}.text-primary{color:#007bff !important;}a.text-primary:hover,a.text-primary:focus{color:#0056b3 !important;}.text-secondary{color:#6c757d !important;}a.text-secondary:hover,a.text-secondary:focus{color:#494f54 !important;}.text-success{color:#28a745 !important;}a.text-success:hover,a.text-success:focus{color:#19692c !important;}.text-info{color:#17a2b8 !important;}a.text-info:hover,a.text-info:focus{color:#0f6674 !important;}.text-warning{color:#ffc107 !important;}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important;}.text-danger{color:#dc3545 !important;}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important;}.text-light{color:#f8f9fa !important;}a.text-light:hover,a.text-light:focus{color:#cbd3da !important;}.text-dark{color:#343a40 !important;}a.text-dark:hover,a.text-dark:focus{color:#121416 !important;}.text-body{color:#212529 !important;}.text-muted{color:#6c757d !important;}.text-black-50{color:rgba(0,0,0,0.5) !important;}.text-white-50{color:rgba(255,255,255,0.5) !important;}.text-hide{color:transparent;border:0;background-color:transparent;text-shadow:none;font:0/0 a;}.text-decoration-none{text-decoration:none !important;}.text-break{word-wrap:break-word !important;word-break:break-word !important;}.text-reset{color:inherit !important;}.visible{visibility:visible !important;}.invisible{visibility:hidden !important;}
.ut-list-unstyled{padding-left:0;list-style:none;}*:focus,.ut-focus{outline:2px dotted #aeb0b5;outline-offset:3px;}#js-nav-toggle,.ut-btn--large,button--large,.ut-btn--small,button--small,.ut-btn--disabled,button--disabled,.ut-btn--secondary,button--secondary,.ut-btn,button{display:inline-block;margin-bottom:0.55rem;padding:0.5rem 1rem;-webkit-transition:background-color,color,border-color,0.33s ease-out;transition:background-color,color,border-color,0.33s ease-out;text-decoration:none !important;color:#fff;border:2px solid #bf5700;border-radius:4px;background-color:#bf5700;font-family:"LibreFrank",Arial,Helvetica,sans-serif;font-weight:600;}#js-nav-toggle:link,.ut-btn--large:link,button--large:link,.ut-btn--small:link,button--small:link,.ut-btn--disabled:link,button--disabled:link,.ut-btn--secondary:link,button--secondary:link,.ut-btn:link,button:link,#js-nav-toggle:visited,.ut-btn--large:visited,button--large:visited,.ut-btn--small:visited,button--small:visited,.ut-btn--disabled:visited,button--disabled:visited,.ut-btn--secondary:visited,button--secondary:visited,.ut-btn:visited,button:visited{color:#fff;}#js-nav-toggle:hover,.ut-btn--large:hover,button--large:hover,.ut-btn--small:hover,button--small:hover,.ut-btn--disabled:hover,button--disabled:hover,.ut-btn--secondary:hover,button--secondary:hover,.ut-btn:hover,button:hover,#js-nav-toggle:focus,.ut-btn--large:focus,button--large:focus,.ut-btn--small:focus,button--small:focus,.ut-btn--disabled:focus,button--disabled:focus,.ut-btn--secondary:focus,button--secondary:focus,.ut-btn:focus,button:focus{cursor:pointer;text-decoration:none;color:#fff !important;border:2px solid #9d4700;background-color:#9d4700;}#js-nav-toggle:active,.ut-btn--large:active,button--large:active,.ut-btn--small:active,button--small:active,.ut-btn--disabled:active,button--disabled:active,.ut-btn--secondary:active,button--secondary:active,.ut-btn:active,button:active{background-color:#ae4f00;}.ut-btn--secondary,button--secondary{color:#bf5700;border-color:#bf5700;background-color:#fff;}.ut-btn--secondary:link,.ut-btn--secondary:visited,button--secondary:link,button--secondary:visited{color:#bf5700;}.ut-btn--disabled,button--disabled{color:#9cadb7;border-color:#e6ebed;background-color:#e6ebed;}.ut-btn--disabled:link,.ut-btn--disabled:visited,button--disabled:link,button--disabled:visited{color:#9cadb7;}.ut-btn--disabled:hover,.ut-btn--disabled:focus,button--disabled:hover,button--disabled:focus{color:#1f262b !important;border-color:#e6ebed;background-color:#e6ebed;}.ut-btn--small,button--small{padding:0.25rem 0.75rem;text-transform:uppercase;font-size:0.825rem;line-height:1.5;}.ut-btn--large,button--large{padding:0.75rem 1.25rem;text-transform:uppercase;}.corner--rounded{border-radius:4px !important;}.corner--square{border-radius:0 !important;}.corner--pill{border-radius:2rem !important;}.ut-flex-content-area-wrapper .image-wrapper{margin-bottom:0.625rem;}.ut-flex-content-area-wrapper .ut-flex-content-area{margin-bottom:1.25rem;}.ut-flex-content-area-wrapper .link-list{padding-left:0;list-style:none;}.ut-flex-content-area-wrapper .link-list li{margin-bottom:0.5625rem;}.ut-flex-content-area-wrapper .ut-headline{padding:0.5rem 0;}ul.ut-menu--list-bold,ul.ut-menu--list{margin:0 0 1.5rem;padding-left:0;list-style:none;font-size:0.875rem;}ul.ut-menu--list-bold li,ul.ut-menu--list li{margin-bottom:0.25rem;}@media screen and (min-width:900px){ul.ut-menu--list-bold li,ul.ut-menu--list li{margin-bottom:0.75rem;}}ul.ut-menu--list-bold a,ul.ut-menu--list a{color:#1f262b;}footer.ut-footer{padding:3rem 0;background-color:#f9fafb;}footer.ut-footer .ut-logo--primary{max-width:100%;max-height:62px;}footer.ut-footer .text--copyright{font-family:"LibreFrank",Arial,Helvetica,sans-serif;font-size:0.75rem;font-style:italic;}ul.ut-menu--list-bold{text-transform:uppercase;font-weight:600;}input:focus,optgroup:focus,select:focus,textarea:focus{color:#333f48;border:2px solid #333f48;background-color:#f2f1ed;}input,optgroup,select,textarea{display:block;width:100%;max-width:46rem;margin:0.25em 0;padding:0.5rem 1em;-webkit-transition:border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;-webkit-appearance:none;color:#1f262b;border:2px solid #5e686e;background-color:#fff;background-image:none;background-clip:padding-box;font-size:1rem;line-height:1.5625;-moz-appearance:none;appearance:none;}input::-webkit-input-placeholder,optgroup::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1;color:#5e686e;}input::-moz-placeholder,optgroup::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#5e686e;}input:-ms-input-placeholder,optgroup:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#5e686e;}input::-ms-input-placeholder,optgroup::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder{opacity:1;color:#5e686e;}input::placeholder,optgroup::placeholder,select::placeholder,textarea::placeholder{opacity:1;color:#5e686e;}input::-ms-expand,optgroup::-ms-expand,select::-ms-expand,textarea::-ms-expand{border:0;background-color:transparent;}input:disabled,optgroup:disabled,select:disabled,textarea:disabled,input[readonly],optgroup[readonly],select[readonly],textarea[readonly]{opacity:1;background-color:#e6e6e6;}input:disabled,optgroup:disabled,select:disabled,textarea:disabled{cursor:not-allowed;}label{display:block;max-width:46rem;margin-top:2.25rem;margin-bottom:0.5rem;}select{padding-right:2.85rem;background-color:#fff;background-image:url(/themes/custom/forty_acres/images/arrow-both.svg);background-repeat:no-repeat;background-position:right 1.25rem center;background-size:0.675rem;}textarea{overflow:auto;height:16rem;}.ut-input--error{position:relative;right:1.9rem;margin-top:2.25rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1.5rem;border-left:0.25rem solid #cd2026;}.ut-input--error .error-label{margin-top:0;font-weight:bold;}.ut-input--error .error-message{color:#333f48;font-style:italic;}.ut-input--success{border:2px solid #579d42;}.ut-input--warning{border:2px solid #ffd600;}.ut-fieldset label{margin-top:0;}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}[type=checkbox],[type=radio]{position:absolute;left:-999em;}[type=checkbox] + label,[type=radio] + label{margin-bottom:1rem;cursor:pointer;font-size:1rem;}[type=checkbox] + label::before,[type=radio] + label::before{display:inline-block;width:2rem;height:2rem;margin-right:0.75em;content:" ";vertical-align:middle;text-indent:0.15em;background:#fff;-webkit-box-shadow:0 0 0 1px #5e686e;box-shadow:0 0 0 1px #5e686e;line-height:2;}[type=radio] + label::before{width:1.4rem;height:1.4rem;margin-right:0.75rem;border-radius:100%;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #5e686e;box-shadow:0 0 0 2px #fff,0 0 0 3px #5e686e;line-height:1.4;}[type=checkbox]:checked + label::before,[type=radio]:checked + label::before{background-color:#005f86;-webkit-box-shadow:0 0 0 1px #005f86;box-shadow:0 0 0 1px #005f86;}[type=radio]:checked + label::before{-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px #005f86;box-shadow:0 0 0 2px #fff,0 0 0 4px #005f86;}[type=checkbox]:checked + label::before,[type=checkbox]:checked:disabled + label::before{background-image:url(/themes/custom/forty_acres/images/checkmark.svg);background-repeat:no-repeat;background-position:50%;}[type=radio]:focus + label::before,[type=checkbox]:focus + label::before{outline:2px dotted #aeb0b5;outline-offset:6px;}[type=checkbox]:disabled + label{color:#d6d7d9;}[type=checkbox]:disabled + label::before,[type=radio]:disabled + label::before{cursor:not-allowed;background:#e6e6e6;-webkit-box-shadow:0 0 0 1px #aeb0b5;box-shadow:0 0 0 1px #aeb0b5;}header.ut-header{margin-bottom:1rem;padding-bottom:0;border-bottom:1px solid #c4cdd4;}@media screen and (min-width:1200px){header.ut-header{padding-bottom:1rem;}}header.ut-header .site-branding{padding:0.75em 0;}@media screen and (min-width:1200px){header.ut-header .site-branding{padding:1.5em 0;}}header.ut-header .ut-header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}header.ut-header .ut-header-wrapper .navbar-brand{margin-right:auto;}header.ut-header .ut-header-wrapper .ut-main_logo{max-height:35px;}@media screen and (min-width:1200px){header.ut-header .ut-header-wrapper .ut-main_logo{max-width:70%;max-height:60px;}}.ut-search_bar{max-width:100%;height:35px;margin:1em;padding:0;border:1px solid #5e686e;background-color:#fff;}@media screen and (min-width:1200px){.ut-search_bar{position:absolute;top:-60px;right:0;display:block;width:220px;margin:0;}}.ut-search_bar form{position:relative;}.ut-search_bar .input--search{width:100%;height:2.25rem;padding-left:0.5rem;border:none;background:transparent;}.ut-search_bar .input--search::-webkit-input-placeholder{font-style:italic;}.ut-search_bar .input--search::-moz-placeholder{font-style:italic;}.ut-search_bar .input--search:-ms-input-placeholder{font-style:italic;}.ut-search_bar .input--search::-ms-input-placeholder{font-style:italic;}.ut-search_bar .input--search::placeholder{font-style:italic;}.ut-search_bar .ut-btn--search{position:absolute;top:0;right:0;width:2.25rem;height:2.1rem;border:none;background:none;line-height:2;}.ut-search_bar .ut-btn--search:hover{cursor:pointer;color:#bf5700;}.ut-social_bar{padding:0 1em;}@media screen and (min-width:1200px){.ut-social_bar{position:absolute;top:-58px;right:235px;display:block;padding:0;}}.ut-social_bar ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;padding-left:0;list-style:none;}@media screen and (min-width:600px){.ut-social_bar ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}@media screen and (min-width:600px){.ut-social_bar ul li{margin:0 10px;}}@media screen and (min-width:1200px){.ut-social_bar ul li{margin:0 3px;}}.ut-social_bar svg{width:32px;cursor:pointer;fill:#333f48;}.ut-social_bar svg:hover{fill:#1f262b;}@media screen and (min-width:1200px){.ut-social_bar svg{width:26px;}}a{text-decoration:none;}p a{text-decoration:underline;}.announcement-body a{text-decoration:underline;}.ut-copy a,.ut-copy ol a,.ut-copy ul a{text-decoration:underline;}.views-element-container header a,.views-element-container footer a{text-decoration:underline;}.block-views header a,.block-views footer a{text-decoration:underline;}a.cta{text-decoration:none !important;}a.ut-link{letter-spacing:0.35px;font-size:inherit;}a.ut-link--darker,a.ut-link--darker:link,a.ut-link--darker:hover,a.ut-link--darker:active,a.ut-link--darker:visited{color:#9d4700;}.ut-cta-link{letter-spacing:0.35px;font-size:0.825rem;font-weight:700;}.ut-cta-link--darker,.ut-cta-link--darker:link,.ut-cta-link--darker:hover,.ut-cta-link--darker:active,.ut-cta-link--darker:visited{color:#9d4700;}.ut-cta-link--darker:focus,.ut-cta-link--darker:hover{color:#bf5700;}.ut-cta-link--external::after{margin-left:5px;padding:0 0.5em;content:"";vertical-align:middle;background-color:currentColor;font-size:11px;-webkit-mask-image:url("data:image/svg+xml;charset=UTF-8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"16\" viewBox=\"0 0 28 28\"><path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"></path></svg>");mask-image:url("data:image/svg+xml;charset=UTF-8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"16\" viewBox=\"0 0 28 28\"><path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"></path></svg>");-webkit-mask-position:0;mask-position:0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;}.ut-cta-link--lock::after{margin-left:5px;padding:0 0.5em;content:"";vertical-align:middle;background-color:currentColor;font-size:8px;-webkit-mask-image:url("data:image/svg+xml;charset=UTF-8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"14\" viewBox=\"0 0 18 28\"><path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"></path></svg>");mask-image:url("data:image/svg+xml;charset=UTF-8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"14\" viewBox=\"0 0 18 28\"><path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"></path></svg>");-webkit-mask-position:0;mask-position:0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;}.ut-cta-link--angle-right::after{margin-left:8px;padding:0 0.2em;content:"";vertical-align:top;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=UTF-8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 28 28\"><path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"></path></svg>");mask-image:url("data:image/svg+xml;charset=UTF-8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 28 28\"><path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"></path></svg>");-webkit-mask-position:0;mask-position:0;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;}body{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:"LibreFrank",Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.5625;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;}.ut-font--serif{font-family:"CharisSil",Georgia,serif;}a,a:link,a:visited{color:#9d4700;overflow-wrap:anywhere;}a:hover,a:focus{color:#bf5700;}a:active{color:#ae4f00;}h1,.ut-h1{font-size:3.0625rem;font-weight:600;line-height:1.143;}h2,.ut-h2{font-size:2.4375rem;font-weight:500;line-height:1.154;}h3,.ut-h3{font-size:1.5625rem;font-weight:500;line-height:1.25;}h4,.ut-h4{font-size:1.25rem;font-weight:normal;line-height:1.25;}h5,.ut-h5{font-size:1rem;font-weight:600;line-height:1.5625;}h6,.ut-h6{font-size:0.8125rem;font-weight:600;line-height:1.385;}h1,h2,h3,h4,h5,h6,.ut-h1,.ut-h2,.ut-h3,.ut-h4,.ut-h5,.ut-h6{color:#333f48;}p{margin-bottom:1.5em;}dfn,cite,em,i{font-style:italic;}blockquote{margin:3rem 2.5rem;padding:1rem 1.5rem;border-left:5px solid #e6e4dc;background:#f9fafb;}blockquote *{margin-bottom:0;}address{margin:0 0 1.5em;}pre{overflow:auto;max-width:100%;padding:1em;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;}.layout__region{min-width:0;}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:0.9375rem;}abbr,acronym{cursor:help;border-bottom:1px dotted #f9fafb;}mark,ins{text-decoration:none;background:#e6ebed;}big{font-size:125%;}small{line-height:1.2;}hr{margin-top:1rem;margin-bottom:1.75rem;}summary{font-size:1.125rem;}.ut-copy--intro{color:#333f48;font-size:1.25rem;line-height:1.25;}@media screen and (min-width:1200px){article{word-wrap:break-word;}article p,article ul,article ol,article dt{font-size:1.125rem;}}.updated-date-message,.updated-date{color:#56544e;font-size:0.9rem;font-style:italic;}.ut-headline--underline,.ut-headline--xl,.ut-headline--lg,.ut-headline{margin:0 0 0.5rem;color:#333f48;}.ut-headline{font-size:1.125rem;font-weight:600;line-height:1.625;}@media screen and (min-width:1200px){.ut-headline{font-size:1.25rem;line-height:1.6875;}}.ut-headline--lg{font-size:1.25rem;font-weight:600;line-height:1.2;}@media screen and (min-width:1200px){.ut-headline--lg{font-size:1.5625rem;}}.ut-headline--xl{font-size:1.5625rem;font-weight:600;line-height:1.2;}@media screen and (min-width:1200px){.ut-headline--xl{font-size:2rem;}}.ut-headline--underline{margin:0 0 1.25rem;padding-bottom:0.5rem;border-bottom:2px solid #005f86;}.ut-headline--poster{text-transform:uppercase;font-size:2.0625rem;font-weight:900;line-height:0.925;}@media screen and (min-width:900px){.ut-headline--poster{font-size:3.0625rem;}}.ut-copy:after{display:block;clear:both;content:"";}.block-bundle-basic .ut-copy{line-height:1.5625;}.ut-img--fluid{max-width:100%;height:auto;}img{max-width:100%;height:auto;}.ut-flex-content-area img{width:100%;}.main-menu__list{position:relative;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding:0;list-style:none;}@media screen and (min-width:1200px){.main-menu__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-right:-10px;margin-left:-10px;}}.main-menu__list li.active a.main-menu__link{color:#bf5700;}.main-menu-flex-start .main-menu__list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;}.main-menu-flex-start .main-menu__list > li{margin-right:16px;}.main-menu-flex-end .main-menu__list{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;}.main-menu-flex-end .main-menu__list > li{margin-left:16px;}.main-menu__list-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:0;padding:0;list-style:none;}@media screen and (min-width:1200px){.main-menu__list-item{display:inline-block;}}.main-menu__list-item .main-menu__link{position:relative;display:block;margin:0;padding:0.5em 1em;text-transform:uppercase;color:#1f262b;border:1px solid transparent;font-size:0.875rem;font-weight:600;}@media (max-width:1199px){.main-menu__list-item .main-menu__link{width:calc(100% - 70px);}.main-menu__list-item .main-menu__link.add-border{border-top:1px solid #c2c5c8;border-left:1px solid #c2c5c8;}}@media screen and (min-width:1200px){.main-menu__list-item .main-menu__link{display:inline-block;margin:1px 0 -1px 0;-webkit-transition:border,color,100ms ease-in-out;transition:border,color,100ms ease-in-out;background-color:#fff;}}.main-menu__list-item .main-menu__link.open{z-index:3;border-bottom:none;}@media screen and (min-width:1200px){.main-menu__list-item .main-menu__link.open{border:1px solid #c2c5c8;}}.main-menu__list-item .main-menu__link:hover,.main-menu__list-item .main-menu__link:focus,.main-menu__list-item .main-menu__link.open{text-decoration:underline;color:#bf5700;}@media screen and (min-width:1200px){.main-menu__list-item .main-menu__link:hover,.main-menu__list-item .main-menu__link:focus,.main-menu__list-item .main-menu__link.open{z-index:3;margin-top:0.0625rem;border-bottom:1px solid transparent;}}.main-menu__list-item .main-menu__link:not([href]):hover,.main-menu__list-item .main-menu__link:not([href]):focus,.main-menu__list-item .main-menu__link:not([href]).open{text-decoration:none;color:#1f262b;}@media (max-width:1199px){.main-menu__list-item.menu-item-has-children > .main-menu__link{border-right:1px solid #c2c5c8;}}@media screen and (min-width:1200px){.main-menu__list-item.menu-item-has-children > .main-menu__link{padding-right:1.75rem;}.main-menu__list-item.menu-item-has-children > .main-menu__link:after{position:absolute;bottom:0.375rem;padding-left:0.625rem;content:url("data:image/svg+xml;charset=UTF-8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"14\" viewBox=\"0 0 18 28\"><path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"></path></svg>");-webkit-transition:bottom 100ms ease-in;transition:bottom 100ms ease-in;}.main-menu__list-item.menu-item-has-children > .main-menu__link.hover:after,.main-menu__list-item.menu-item-has-children > .main-menu__link.open:after{bottom:0.125rem;}}.main-menu__list-item.menu-item-has-children > .main-menu__link.no-children::after{content:"";}.main-menu__list-item.menu-item-has-children > .main-menu__link.no-children + i{display:none;}.main-menu__list-item .main-menu__link--subnav{position:relative;display:block;margin:0;padding:0 1.5625rem;-webkit-transition:border,color,0.33s ease-in-out;transition:border,color,0.33s ease-in-out;color:#1f262b;font-size:0.875rem;font-weight:600;}@media screen and (min-width:1200px){.main-menu__list-item .main-menu__link--subnav{display:inline-block;margin:0.0625rem 0 0 0;padding:0.5rem 1rem;background-color:#fff;}}@media screen and (min-width:1200px){.main-menu__list-item .main-menu__link--subnav:hover,.main-menu__list-item .main-menu__link--subnav:focus,.main-menu__list-item .main-menu__link--subnav.open{outline-offset:0;}}.main-menu__list-item i.subnav-trigger{position:relative;z-index:100;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70px;cursor:pointer;}.main-menu__list-item i.subnav-trigger .svg.angle-down{width:24px;height:24px;-webkit-transition:-webkit-transform 0.1s ease-in;transition:-webkit-transform 0.1s ease-in;transition:transform 0.1s ease-in;transition:transform 0.1s ease-in,-webkit-transform 0.1s ease-in;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);}.main-menu__list-item i.subnav-trigger.icon--open{border-top:1px solid #c2c5c8;border-right:1px solid #c2c5c8;}.main-menu__list-item i.subnav-trigger.icon--open .svg.angle-down{-webkit-transform:rotate(0deg);transform:rotate(0deg);}@media screen and (min-width:1200px){.main-menu__list-item i.subnav-trigger{display:none;}}@media (max-width:1199px){.sub-nav-wrapper{-ms-flex-preferred-size:100%;flex-basis:100%;}}.sub-nav-wrapper .main-menu__list--subnav{position:absolute;z-index:2;display:none;width:240px;max-height:none;padding:0.5rem 1rem;list-style:none;-webkit-transition:background-color,color,0.33s;transition:background-color,color,0.33s;border:1px solid #c2c5c8;background-color:#fff;}.sub-nav-wrapper .main-menu__list--subnav .main-menu__link--subnav{display:block;padding:0.5rem 0;}.sub-nav-wrapper .main-menu__list--subnav .main-menu__link--subnav:hover{color:#bf5700;}@media (max-width:1199px){.sub-nav-wrapper .main-menu__list--subnav{position:relative;top:0;width:100%;max-height:0;padding:0 1.5625rem;background-color:#f2f1ed;}}.sub-nav-wrapper .main-menu__list--subnav.open{display:block;max-height:none;}.sub-nav-wrapper .main-menu__list--subnav i.subnav-trigger{display:none;}@media screen and (min-width:1200px){.sub-nav-wrapper .main-menu__list-item--subnav{display:block;margin:0;padding:0.1875rem 0;list-style-type:none;}.sub-nav-wrapper.overflowing .main-menu__list--subnav{right:0;}.sub-nav-wrapper.one-column .main-menu__list--subnav{width:240px;}.sub-nav-wrapper.one-column .main-menu__list--subnav .main-menu__list-item--subnav{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;}.sub-nav-wrapper.two-columns .main-menu__list--subnav{width:400px;}.sub-nav-wrapper.two-columns .main-menu__list--subnav .main-menu__list-item--subnav{-webkit-box-flex:0;-ms-flex:0 1 48%;flex:0 1 48%;}.sub-nav-wrapper.three-columns .main-menu__list--subnav{width:500px;}.sub-nav-wrapper.three-columns .main-menu__list--subnav .main-menu__list-item--subnav{-webkit-box-flex:0;-ms-flex:0 1 32%;flex:0 1 32%;}.sub-nav-wrapper.open .main-menu__list--subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-height:none;}}#js-nav-toggle{display:inline-block;width:6.5rem;margin-bottom:0;border-radius:0;}@media screen and (min-width:1200px){#js-nav-toggle{display:none;}}.block__ut-social-links--items svg{width:22px;fill:#333f48;}.block__ut-social-links--items svg:hover{fill:#1f262b;}ul.subnav{margin-top:10px;padding-left:0;list-style-type:none;}@media screen and (min-width:900px){ul.subnav{padding-right:30px;padding-left:5px;}}ul.subnav li{list-style-type:none;list-style-image:none;}ul.subnav li a{display:block;margin-bottom:5px;padding:7px 5px 7px 15px;list-style-type:none;color:#9d4700;border-left:1px solid #7d8a92;font-size:0.875rem;font-weight:600;line-height:1.25rem;}ul.subnav li span{display:block;margin-bottom:5px;padding:7px 5px 7px 15px;list-style-type:none;border-left:1px solid #7d8a92;font-size:0.875rem;font-weight:600;line-height:1.25rem;}ul.subnav ul{padding-left:5px;}ul.subnav ul li{margin:2px 0 2px 0;padding:5px 3px 5px 15px;}ul.subnav ul li a{border-left:1px solid #7d8a92;font-size:0.8125rem;font-weight:400;line-height:1.0625rem;}ul.subnav li a.is-active,ul.subnav li a:hover{text-decoration:none;color:#fff;background-color:#bf5700;font-weight:600;}ul.subnav ul li a.is-active,ul.subnav ul li a:hover{text-decoration:none;color:#fff;background-color:#bf5700;font-weight:normal;}ul.subnav li a:after{padding-left:7px;font-size:0.6875rem;}.ut-header,.ut-footer{max-width:100%;height:auto;}.ut-header .ut-logo--main{max-height:40px;}@media screen and (min-width:900px){.ut-header .ut-logo--main{max-height:60px;}}@media screen and (max-width:1199px){.block.block-system-branding-block{margin-bottom:0;}}.ut-footer .ut-logo--main{max-height:60px;}.short_logo .ut-logo--main{max-height:40px;}@media screen and (min-width:900px){.short_logo .ut-logo--main{max-height:60px;}}.tall_logo #ut-main_menu-wrapper{margin-top:1.25rem;}@media screen and (min-width:900px) and (max-width:1199px){.tall_logo #ut-main_menu-wrapper{margin-top:1.35rem;}}@media screen and (min-width:1200px){.tall_logo .region-primary-menu nav{margin-top:1.875rem;}}.tall_logo .ut-logo--main{max-height:60px;}@media screen and (min-width:900px){.tall_logo .ut-logo--main{max-height:100px;}}ul.header-menu__list{margin-bottom:0;}ul.header-menu__list .header-menu__list-item{display:block;margin-bottom:0.625rem;}@media screen and (min-width:600px){ul.header-menu__list .header-menu__list-item{display:inline-block;margin-bottom:0;}}@media screen and (min-width:600px){ul.header-menu__list .header-menu__list-item + .header-menu__list-item{margin-left:0.3125rem;}}ul.header-menu__list .header-menu__link{padding:0.3125rem;}.nav-pills .nav-link.active,.nav-pills .show > .nav-link{text-decoration:none !important;color:#fff;border:2px solid #bf5700;border-radius:4px;background-color:#bf5700;font-weight:600;}aside.inner-rail{float:left;width:100%;margin:0 0 8px 0;padding-right:20px;padding-left:0;font-size:0.9375rem;line-height:1.375rem;}aside.inner-rail.right{float:right;padding-right:0;padding-left:20px;}aside.inner-rail h3{padding-bottom:5px;border-bottom:2px solid #3c87a3;font-size:1.25rem;line-height:1.5rem;}@media screen and (min-width:900px){aside.inner-rail{width:50%;}}@media screen and (min-width:1200px){aside.inner-rail{width:33%;}}div.search-block-form div.contextual{display:none !important;}.ut-search-form{width:100%;height:35px;margin:0;margin-left:0;padding:0;border:1px solid #5e686e;border-radius:4px;background-color:#fff;}@media screen and (min-width:1200px){.ut-search-form{width:218px;margin-left:auto;}}.ut-search-form form{position:relative;}.ut-search-form input[type=search]{width:100%;max-width:unset;height:2rem;margin:0;padding-left:0.5rem;border:none;background:transparent;}@media screen and (min-width:1200px){.ut-search-form input[type=search]{width:218px;}}.ut-search-form input[type=search]::-webkit-input-placeholder{font-style:italic;}.ut-search-form input[type=search]::-moz-placeholder{font-style:italic;}.ut-search-form input[type=search]:-ms-input-placeholder{font-style:italic;}.ut-search-form input[type=search]::-ms-input-placeholder{font-style:italic;}.ut-search-form input[type=search]::placeholder{font-style:italic;}.ut-search-form input[type=search]::-webkit-search-decoration,.ut-search-form input[type=search]::-webkit-search-cancel-button,.ut-search-form input[type=search]::-webkit-search-results-button,.ut-search-form input[type=search]::-webkit-search-results-decoration{display:none;}.ut-search-form input[type=submit]{position:absolute;z-index:1;top:0;right:0;width:2.25rem;height:2rem;margin:0;color:transparent;border:none;background-color:transparent;line-height:2;}.ut-search-form input[type=submit]:hover{cursor:pointer;}.ut-search-form .svg.search{position:absolute;z-index:0;top:0.1875rem;right:0.1875rem;width:24px;height:24px;fill:#bf5700;}form.search-form{position:relative;margin-top:-10px;}form.search-form .container-inline div{display:block;}form.search-form input{width:100%;max-width:unset;height:60px;margin:10px 0 2px 0;margin-bottom:4px;padding:10px 0 8px 10px;border:1px solid #e1ddd2;font-size:1.125rem;line-height:1.125rem;}@media screen and (min-width:600px){form.search-form input{padding:0 0 5px 20px;font-size:2.125rem;line-height:2.125rem;}}form.search-form input[type=search]::-ms-clear{display:none;width:0;height:0;}form.search-form input[type=search]::-ms-reveal{display:none;width:0;height:0;}form.search-form input[type=search]::-webkit-search-decoration,form.search-form input[type=search]::-webkit-search-cancel-button,form.search-form input[type=search]::-webkit-search-results-button,form.search-form input[type=search]::-webkit-search-results-decoration{display:none;}form.search-form #edit-keys{background:transparent;}form.search-form #edit-submit{position:absolute;z-index:1;top:0;right:0;width:56px;margin:0;padding-bottom:0;padding-left:0;cursor:pointer;color:transparent;border:none;border:none;background:transparent;}form.search-form .svg.search{position:absolute;z-index:-1;z-index:0;top:18px;right:0.625rem;width:1.5rem;height:1.5rem;cursor:pointer;fill:#bf5700;}@media screen and (min-width:600px){form.search-form .svg.search{top:10px;width:2.375rem;height:2.375rem;}}.google-cse label{display:none;}.google-cse .search-help-link{font-size:13px;}.search-results-page h2{display:none;}.search-results-page .gsc-control-cse{padding:0;}.search-results-page .gsc-result-info{margin:0;padding:4px 4px 10px 0;text-align:left;color:#676767;font-size:13px;}.search-results-page .gsc-thumbnail-inside,.search-results-page .gsc-url-top,.search-results-page .gsc-table-result{padding-left:0;}.search-results-page .gsc-orderby-container{vertical-align:top;}.search-results-page .gsc-url-top{margin:20px 0 0 0;}.search-results-page .gsc-above-wrapper-area{padding:5px 0 15px 0;border-bottom:0;}.search-results-page .gsc-webResult .gsc-result{margin-left:0;padding:20px 0 5px;border-top:1px solid #e1ddd2;}.search-results-page .gs-imageResult a.gs-title:link,.search-results-page .gs-webResult.gs-result a.gs-title:link,.search-results-page .gs-imageResult a.gs-title:link b,.search-results-page .gs-webResult.gs-result a.gs-title:link b,.search-results-page .gs-result .gs-title *,.search-results-page .gs-spelling a,.search-results-page .gcsc-more-maybe-branding-root .gcsc-find-more-on-google{color:#bf5700;}.search-results-page .gs-webResult.gs-result a.gs-title:visited,.search-results-page .gs-webResult.gs-result a.gs-title:visited b,.search-results-page .gs-imageResult a.gs-title:visited,.search-results-page .gs-imageResult a.gs-title:visited b{color:#9d4700;}.search-results-page .gs-webResult.gs-result,.search-results-page .gcsc-find-more-on-google-magnifier{fill:#bf5700;}.search-results-page .gsc-control-cse .gs-spelling,.search-results-page .gsc-control-cse .gs-result .gs-title,.search-results-page .gsc-control-cse .gs-result .gs-title *{text-decoration:none;font-size:18px;line-height:24px;}.search-results-page .gsc-control-cse .gs-spelling{padding-bottom:12px;}.search-results-page .gs-webResult div.gs-visibleUrl-long{display:block;}.search-results-page .gs-webResult div.gs-visibleUrl{margin:7px 0 5px;color:#6a6a6a;font-size:0.875rem;}.search-results-page .gs-webResult .gs-snippet,.search-results-page .gs-imageResult div.gs-visibleUrl,.search-results-page .gs-fileFormatType{margin:0.875rem 0;padding-left:1px;color:#6a6a6a;font-family:"LibreFrank",Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.625rem;}.search-results-page .gs-webResult .gs-image{display:none;}.search-results-page .gsc-results .gsc-cursor-box{max-width:100%;margin-top:20px;margin-bottom:100px;text-align:center;}.search-results-page .gsc-results .gsc-cursor-box .gsc-cursor-page{display:inline-block;height:1.5rem;margin-left:0.3125rem;padding:5px 10px;cursor:pointer;text-decoration:none;color:#6a6a6a;border-radius:3px;font-family:"LibreFrank",Arial,Helvetica,sans-serif;font-size:0.875rem;font-weight:normal;font-style:normal;line-height:1;}.search-results-page .gsc-results .gsc-cursor-box .gsc-cursor-current-page{color:#fff;background:#bf5700;font-weight:bold;}.search-results-page .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,.search-results-page .gsc-results .gsc-cursor-box .gsc-cursor-page:focus{background:#ececec;}.search-results-page .gs-no-results-result .gs-snippet,.search-results-page .gs-error-result .gs-snippet{display:inline-block;margin:5px;padding:15px;border:none;background-color:transparent;font-weight:bold;}.block-system-breadcrumb-block{margin:0;}.block-system-breadcrumb-block ul{padding-left:0;font-size:0;}.block-system-breadcrumb-block ul li{display:inline-block;padding:0.5rem 0 0.625rem 0;list-style:none;border-top:1px solid #e1ddd2;border-bottom:1px solid #e1ddd2;background-color:#fff;font-size:0.6875rem;}.block-system-breadcrumb-block ul li::before{position:relative;top:1px;margin:0 0.5rem 0 0.8125rem;content:">";color:#aaa;}.block-system-breadcrumb-block ul li:first-child{padding-left:0.9375rem;border-left:1px solid #e1ddd2;}.block-system-breadcrumb-block ul li:first-child::before{margin:0;content:" ";}.block-system-breadcrumb-block ul li:last-child{padding-right:0.9375rem;border-right:1px solid #e1ddd2;}.block-system-breadcrumb-block ul li a{color:#bf5700;}#block-breadcrumbs{margin-bottom:1rem;}.field__label{font-weight:bold;}.field--label-inline .field__label,.field--label-inline .field__items{float:left;}.field--label-inline .field__label,.field--label-inline > .field__item,.field--label-inline .field__items{padding-right:0.5em;}[dir=rtl] .field--label-inline .field__label,[dir=rtl] .field--label-inline .field__items{padding-right:0;padding-left:0.5em;}.field--label-inline .field__label::after{content:":";}@media screen and (min-width:1200px){header.ut-header{padding-top:1rem;padding-bottom:0;}}@media screen and (min-width:1200px){header.ut-header .region-primary-menu{margin:0;margin-bottom:1px;}}header.ut-header .region-header-primary{padding:0.625rem 0;}@media screen and (min-width:1200px){header.ut-header .region-header-primary{padding:0;}}header.ut-header .ut-header-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}header.ut-header .ut-header-wrapper button#js-nav-toggle{-webkit-box-flex:0;-ms-flex:0 1 103px;flex:0 1 103px;margin-left:40px;}@media screen and (min-width:1200px){header.ut-header .ut-header-wrapper{position:absolute;z-index:1;}}header.ut-header .header-flex-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.25rem;}@media screen and (min-width:1200px){header.ut-header .header-flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-height:80px;margin-top:unset;}}header.ut-header .region-header-secondary,header.ut-header .region-header-tertiary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media screen and (min-width:1200px){header.ut-header .region-header-secondary,header.ut-header .region-header-tertiary{margin-left:1.25rem;padding:0;}}header.ut-header .region-header-secondary > div,header.ut-header .region-header-secondary > nav,header.ut-header .region-header-tertiary > div,header.ut-header .region-header-tertiary > nav{margin-right:auto;margin-bottom:1.25rem;}@media screen and (min-width:1200px){header.ut-header .region-header-secondary > div,header.ut-header .region-header-secondary > nav,header.ut-header .region-header-tertiary > div,header.ut-header .region-header-tertiary > nav{margin-right:unset;margin-left:auto;}}header.ut-header #ut-main_menu-wrapper{-webkit-transition:background-color,color,0.25s;transition:background-color,color,0.25s;}@media (max-width:1199px){header.ut-header #ut-main_menu-wrapper{position:absolute;z-index:-100;top:5.15rem;left:0;display:none;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-flow:column-reverse;width:100%;padding:1rem;opacity:0;border:1px solid #c4cdd4;background-color:#fbfbf9;-ms-flex-flow:column-reverse;}header.ut-header #ut-main_menu-wrapper.active{opacity:1;}}@media (max-width:899px){header.ut-header #ut-main_menu-wrapper{top:4.5rem;}}@media (min-width:1201px){header.ut-header #ut-main_menu-wrapper{position:relative;}}header.ut-header #ut-main_menu-wrapper.active{z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;}header.ut-header a{overflow-wrap:unset;}footer.ut-footer .block{margin-bottom:1.25rem;}footer.ut-footer .required-links__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}footer.ut-footer .required-links__list-item{-webkit-box-flex:0;-ms-flex:0 1 48%;flex:0 1 48%;margin-bottom:0.9375rem;}footer.ut-footer .footer-menu__list-item{margin-bottom:1.25rem;}footer.ut-footer .footer-textarea{padding-left:0.625rem;border-left:1px solid #c4cdd4;font-size:0.875rem;line-height:1.25;}@media screen and (min-width:900px){footer.ut-footer .row:first-child > div:not(:first-child) > .region{padding-left:2rem;}footer.ut-footer .row:first-child > div:not(:first-child){border-left:1px solid #c4cdd4;}}footer.ut-footer a{color:#9d4700;overflow-wrap:unset;}.region-content .container-fluid{padding-right:0;padding-left:0;}div:not(.row) > main.col{padding:0;}.block{margin-bottom:2.5rem;}table.border-1 th,table.border-1 td{border:1px solid #ddd;}table.border-2 th,table.border-2 td{border:2px solid #ddd;}.tablesaw thead{background:#ebeced;}table[border].tablesaw th,table[border].tablesaw td{border:0;}@media screen and (min-width:640px){table[border="1"].tablesaw th,table[border="1"].tablesaw td{border:solid 1px #ddd;}table[border="2"].tablesaw th,table[border="2"].tablesaw td{border:solid 2px #ddd;}}.block-local-tasks-block{margin:1.5rem 0;}.block-local-tasks-block .tabs a:focus,.block-local-tasks-block .tabs a:hover{background-color:#f5f5f5;}.block-local-tasks-block ul.tabs.primary{-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;margin:0.3125rem;padding:0 0 0.1875rem 1rem;list-style:none;white-space:nowrap;border-collapse:collapse;border-bottom:1px solid #bbb;line-height:normal;}.block-local-tasks-block ul.tabs.primary li{display:inline-block;}.block-local-tasks-block ul.tabs.primary li a{height:auto;margin-right:0.5rem;padding:0.25rem 1rem 0.1875rem;text-decoration:none;color:#333;border-width:1px;border-style:solid solid none solid;border-color:#bbb;border-radius:3px 3px 0 0;background-color:#ddd;}.block-local-tasks-block ul.tabs.primary li a:hover,.block-local-tasks-block ul.tabs.primary li a:focus{text-decoration:underline;}.block-local-tasks-block ul.tabs.primary li a.is-active{border:1px solid #bbb;border-bottom:1px solid #fff;background-color:#fff;}.block-local-tasks-block ul.tabs.secondary{overflow:hidden;margin:0.3125rem;padding:0.5rem 0;border-bottom:none;}.block-local-tasks-block ul.tabs.secondary li{display:block;float:left;margin:0;padding:0 1rem;border-right:1px solid #ccc;}.block-local-tasks-block [dir=rtl] ul.tabs.secondary li{float:right;border-right:none;border-left:1px solid #ccc;}.block-local-tasks-block ul.tabs.secondary li:last-child{border-right:none;}.block-local-tasks-block ul.tabs.secondary li:first-child{padding-left:0;}.block-local-tasks-block [dir=rtl] ul.tabs.secondary li:last-child{border-left:none;}.block-local-tasks-block [dir=rtl] ul.tabs.secondary li:first-child{padding-right:0;}.block-local-tasks-block ul.tabs.secondary li a{display:inline;padding:0.25rem 0.5rem;text-decoration:none;}.block-local-tasks-block ul.tabs.secondary li a.is-active{border-bottom:none;border-radius:5px;background:#f2f2f2;}.action-links{margin:1em 0;padding:0;list-style:none;}[dir=rtl] .action-links{margin-right:0;}.action-links li{display:inline-block;margin:0 0.3em;list-style:none;}.action-links li:first-child{margin-left:0;}[dir=rtl] .action-links li:first-child{margin-right:0;margin-left:0.3em;}.button-action{display:inline-block;padding:0.2em 0.5em 0.3em;text-decoration:none;line-height:160%;}.button-action:before{margin-left:-0.1em;padding-right:0.2em;content:"+";font-weight:900;}[dir=rtl] .button-action:before{margin-right:-0.1em;margin-left:0;padding-right:0;padding-left:0.2em;}.ut-admin-button{display:inline-block;padding:0.25em 1.063em;cursor:pointer;text-align:center;color:#3a3a3a;border:1px solid #e4e4e4;border-right-color:#d2d2d2;border-bottom-color:#b4b4b4;border-left-color:#d2d2d2;border-radius:1em;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#f3f3f3),to(#e8e8e8));background-image:linear-gradient(to bottom,#f3f3f3,#e8e8e8);font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;font-size:0.929em;font-weight:normal;line-height:normal;}.ut-admin-button.is-disabled:hover,.ut-admin-button.is-disabled:active,.ut-admin-button.is-disabled:focus{cursor:default;color:#717171;border-color:#bbb;background:#ededed;}.ut-admin-button:hover,.ut-admin-button:active,.ut-admin-button:focus{text-decoration:none;color:#5a5a5a;background:#dedede;}.ut-newsreel .news-date{font-size:0.9375rem;font-style:italic;}.ut-newsreel .news-description{font-size:1rem;}.ut-newsreel .news-headline{color:#bf5700;font-weight:500;}.ut-newsreel .news-headline:hover{color:#9d4700;}.field-border.ut-newsreel{margin-bottom:35px;padding:20px 0 10px 0;border:1px solid #f0ede6;background-color:#fff;}.field-border.ut-newsreel .news-item,.field-border.ut-newsreel .ut-copy,.field-border.ut-newsreel .ut-cta{margin-bottom:10px;padding:0 10px;}.field-background.ut-newsreel{background-color:#fffdfa;}.field-background.ut-newsreel .news-item,.field-border.ut-newsreel .ut-copy,.field-border.ut-newsreel .ut-btn--secondary{padding-left:15px;}.ut-headline{padding:0.5rem 0;}.ut-brandbar{text-align:center;background:#bf5700;}.ut-brandbar a{overflow-wrap:unset;}.ut-brandbar .ut-logo--wrapper{height:40px;padding-top:6px;vertical-align:center;background:#bf5700;}.ut-brandbar .ut-logo--wrapper img{max-height:25px;}@media screen and (min-width:900px){.ut-brandbar .ut-logo--wrapper{text-align:right;}}.ut-brandbar .ut-parent-entity{padding-top:6px;padding-bottom:6px;vertical-align:center;color:#fff;background-color:#333f48;font-family:"CharisSil",Georgia,serif;font-weight:600;}.ut-brandbar .ut-parent-entity a{color:#fff;}@media screen and (min-width:900px){.ut-brandbar .ut-parent-entity{text-align:left;background:transparent;}}#drupal-off-canvas input[type=checkbox],#drupal-off-canvas input[type=radio]{display:inline-block;width:20px;}#drupal-off-canvas label{display:inline-block;}#drupal-off-canvas label:before{display:none;}.ut-promo-list-wrapper .promo-list .ut-headline{font-size:1.125rem;font-weight:600;line-height:1.5;}.ut-promo-list-wrapper .promo-list a > .ut-headline{color:#bf5700;}.utexas-quick-links .ut-headline{margin-bottom:0.9375rem;}@media screen and (min-width:900px){.utexas-quick-links .ut-headline{margin:0 0 0.5rem;font-size:1.125rem;line-height:1.625;}}@media screen and (min-width:1200px){.utexas-quick-links .ut-headline{font-size:1.25rem;line-height:1.6875;}}.utexas-quick-links .ut-copy{font-size:1rem;}.utexas-quick-links .link-list{margin-bottom:0;padding-left:0;list-style:none;}.ut-hero .ut-btn--hero{display:inline-block;padding:0.5rem 1rem;-webkit-transition:background-color,color,0.33s ease-out;transition:background-color,color,0.33s ease-out;color:#fff;border:2px solid #fff;border-radius:4px;background:transparent;font-size:0.75rem;font-weight:600;}.ut-hero p.hero--caption-credit-wrapper{margin:0;padding:0.625rem 0 0.625rem 0;font-size:0.75rem;line-height:0.9375;}@media screen and (min-width:600px){.ut-hero p.hero--caption-credit-wrapper{margin:0;padding:0.625rem 0 0.625rem 0;font-size:0.875rem;line-height:1.25;}}.ut-hero .hero-caption{padding-right:0.5rem;}.ut-hero .credit{color:#6a6a6a;font-style:italic;}.hero--photo-orange-insert .hero-content{background:#bf5700;}@media screen and (min-width:900px){.hero--photo-orange-insert .hero-content{background:#bf5700;background:-webkit-gradient(linear,left top,left bottom,from(rgba(191,87,0,0.5)),color-stop(82%,rgba(191,87,0,0.9)),to(rgba(191,87,0,0.9)));background:linear-gradient(to bottom,rgba(191,87,0,0.5) 0%,rgba(191,87,0,0.9) 82%,rgba(191,87,0,0.9) 100%);}}.hero--photo-orange-insert .hero-callout{color:#fff;}.hero--photo-orange-insert .hero-headline{margin-bottom:0.5rem;color:#fff;font-size:2.0625rem;font-weight:600;line-height:normal;}@media screen and (min-width:900px){.hero--photo-orange-insert .hero-headline{font-size:2.4375rem;}}.hero--photo-orange-insert .hero-subhead{margin-bottom:0.5rem;color:#fff;font-size:1em;font-weight:400;line-height:1.25;}.hero--photo-orange-insert .ut-btn--hero{text-transform:uppercase;}@media screen and (min-width:900px){.hero--photo-orange-insert .ut-btn--hero{font-size:1rem;}.hero--photo-orange-insert .hero-subhead{font-size:1.25rem;}}.ut-hero.hero--photo-gradient .hero-callout{padding:1rem;}@media screen and (min-width:1200px){.ut-hero.hero--photo-gradient .hero-callout{padding:1.5rem 1.25rem;}}.ut-hero.hero--photo-gradient .hero-headline{color:#fff;font-size:2.0625rem;font-weight:600;line-height:normal;}@media screen and (min-width:1200px){.ut-hero.hero--photo-gradient .hero-headline{font-size:2.4375rem;}}.ut-hero .ut-btn--hero:hover,.ut-hero .ut-btn--hero:focus{cursor:pointer;text-decoration:none;color:#bf5700;background-color:#fff;}@media screen and (min-width:1200px){.ut-hero.hero--photo-white-notch .hero-callout{padding:1.5rem 1.25rem;}}.ut-hero.hero--photo-white-notch .hero-headline{padding-bottom:0.3125rem;font-size:1.6875rem;font-weight:600;line-height:1.25;}@media screen and (min-width:1200px){.ut-hero.hero--photo-white-notch .hero-headline{padding-bottom:0;font-size:1.9375rem;}}.ut-hero.hero--photo-white-notch .hero-subhead{float:left;padding-top:0.1875rem;font-size:1em;font-weight:400;line-height:1.25;}@media screen and (min-width:1200px){.ut-hero.hero--photo-white-notch .hero-subhead{font-size:1.25rem;}}.ut-hero.hero--photo-white-notch .hero-cta{display:inline-block;}@media screen and (min-width:900px){.ut-hero.hero--photo-white-notch .hero-cta{display:block;}}@media (max-width:900px){.ut-hero.hero--photo-white-notch .hero-cta a.ut-btn{padding:inherit;color:#bf5700;border:none;background-color:#fff;font-style:italic;}.ut-hero.hero--photo-white-notch .hero-cta a.ut-btn:hover{color:#9d4700 !important;}}.ut-hero.hero--blue-bar .hero-headline{color:#fff;font-size:1.6875rem;font-weight:600;line-height:1.25;}.ut-hero.hero--blue-bar .hero-subhead{margin-bottom:0.5rem;font-size:1em;font-weight:400;line-height:1.25;}@media screen and (min-width:900px){.ut-hero.hero--blue-bar .hero-headline{font-size:1.9375rem;}.ut-hero.hero--blue-bar .hero-subhead{font-size:1.25rem;}.ut-hero .ut-btn--hero{float:right;font-size:1rem;}}.ut-hero.hero--half-n-half .hero-headline{padding:0.625rem 0;color:#333f48;font-size:1.6875rem;font-weight:600;line-height:1.25;}@media screen and (min-width:900px){.ut-hero.hero--half-n-half .hero-headline{font-size:1.9375rem;}}@media screen and (min-width:1200px){.ut-hero.hero--half-n-half .hero-headline{font-size:2.5rem;}}.ut-hero.hero--half-n-half .ut-btn--secondary{-ms-flex-item-align:start;align-self:start;}details{margin-bottom:9px;}summary{padding:0.375rem 0.75em;list-style:none;border:1px solid #eee;background:#f0f0f0;}summary:hover{text-decoration:underline;}summary:focus{outline:1px dotted;}details[open]{padding:0 1rem;}details[open] summary{margin:0 -1rem 0.75rem;}.media-library-item input[type=checkbox],.media-library-item input[type=radio]{position:relative;left:0;-webkit-appearance:checkbox;-moz-appearance:checkbox;}.node-layout-builder-form .form-actions{text-align:center;}.node-layout-builder-form .form-actions input{display:inline;width:20%;margin-right:1rem;}#layout-builder-modal legend{width:auto;}#layout-builder-modal legend .fieldset-legend{padding:0 2px;}#layout-builder-modal .js-form-type-checkbox label,#layout-builder-modal .js-form-type-radio label{color:#595959;font-family:"Lucida Grande","Lucida Sans Unicode","DejaVu Sans","Lucida Sans",sans-serif;font-size:0.81rem;}#layout-builder-modal .js-form-type-checkbox label:before,#layout-builder-modal .js-form-type-radio label:before{width:0.8rem;height:0.8rem;margin-left:4px;}.node--unpublished,.is-unpublished{background-color:#fff4f4;}.pager__items{margin:0.25em 0 0.25em 1.5em;padding:0;text-align:center;}[dir=rtl] .pager__items{margin:0.25em 1.5em 0.25em 0;}.pager__item{display:inline-block;float:none;height:1.5rem;margin-left:0.3125rem;font-size:0.875rem;}.pager__item a{display:block;padding:5px 10px;-webkit-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out;text-decoration:none;color:#6a6a6a;border-radius:3px;font-size:1em;font-weight:normal;line-height:inherit;}.pager__item a:hover{cursor:pointer;background:#e6e5e5;}.pager__item a:focus{background:#e6e5e5;}.pager__item.is-active a{color:#fff;background:#bf5700;font-weight:bold;}.pager__item.is-active a:hover{background:#a04400;}
.align-left,.align-right,.align-center{margin-bottom:1rem;padding-top:0.4rem;}.align-left{margin-right:1rem;margin-left:0;}.align-right{margin-right:0;margin-left:1rem;}.align-center{text-align:center;}figure.align-right,figure.align-left,figure.align-center{display:table;}figure.align-right figcaption,figure.align-left figcaption,figure.align-center figcaption{display:table-caption;caption-side:bottom;text-align:left;}.align-left ~ ul,.align-left ~ ol,.drupal-media-style-align-left ~ ul,.drupal-media-style-align-left ~ ol{overflow:hidden;padding-left:1.85rem;}.align-left ~ dl,.drupal-media-style-align-left ~ dl{overflow:hidden;padding-left:0.85rem;}
ol > li{list-style-type:decimal;}ol > li > ol > li{list-style-type:upper-alpha;}ol > li > ol > li > ol > li{list-style-type:upper-roman;}ol > li > ol > li > ol > li > ol > li{list-style-type:decimal;}ol > li > ol > li > ol > li > ol > li > ol > li{list-style-type:lower-alpha;}ol > li > ol > li > ol > li > ol > li > ol > li > ol > li{list-style-type:lower-roman;}
