body{margin:0;padding:0;font-size:16px;background-color:#0e264c;background-size:100%;color:#fff}app-root ol{padding-inline-start:1em}app-root span.sold{font-size:.5em;padding-left:5px;color:red;display:inline-block;margin-bottom:5px}app-root span.reserved{font-size:.5em;padding-left:5px;color:#ff4500;display:inline-block;margin-bottom:5px}app-root span.forSale{font-size:.5em;padding-left:5px;color:#000;display:inline-block;margin-bottom:5px}app-root span.rotate{-webkit-transform:rotate(-25deg);-moz-transform:rotate(-25deg);-ms-transform:rotate(-25deg);-o-transform:rotate(-25deg);transform:rotate(-25deg)}app-root div.header{z-index:100;width:100%;position:sticky;top:0;min-height:140px;background-color:#0e264c;border-bottom:#fff 1px solid}app-root div.header div.image{float:left;background-color:#0e264c}app-root div.header div.image img{max-width:350px}app-root div.header .languagepicker{float:right;margin-top:112px;margin-right:1%}app-root div.header .currentLanguage{border:1px solid #fff}app-root div.header nav{margin-top:92px;overflow:hidden;float:left;background-color:#0e264c}app-root div.header nav ul{margin:0;padding:0;list-style:none}app-root div.header nav ul li{display:inline-block;list-style-type:none;transition:all .2s}app-root div.header nav ul li.hiddenOnNormal{display:none}app-root div.header nav>ul>li>a{color:#fff;background-color:#0e264c;display:block;line-height:2em;padding:.5em;text-decoration:none}app-root div.header nav>ul>li>a:hover,app-root div.header nav>ul>li:hover>a{background-color:#fff;color:#0e264c}app-root div.header nav li>ul{display:none;background-color:#bbb;min-width:10em;line-height:2em}app-root div.header nav li>ul li{display:block;color:#0e264c;line-height:2em;padding:.5em 2em}app-root div.header nav li>ul li a{color:#0e264c;display:block;text-decoration:none}app-root div.header nav li:hover{background-color:#666}app-root div.header nav li:hover>ul{position:absolute;display:block}app-root div.header nav li>ul>li ul{display:none;background-color:#afaeae}app-root div.header nav li>ul>li>a:hover>ul{position:absolute;display:block;margin-left:80%;margin-top:-3em;min-width:20em}app-root div.header nav li>ul li>ul li a{color:#0e264c;display:block;text-decoration:none;line-height:2em;width:260px}app-root div.header .nav-toggle{display:none;position:absolute;padding-left:120px;margin-top:-20px;cursor:pointer}@media screen and (max-width: 569px){app-root div.header{min-height:97px}app-root div.header nav ul{position:absolute;top:50px;width:40%;height:0;padding:0;overflow:hidden}app-root div.header nav ul.active{height:auto}app-root div.header nav ul li{width:100%;text-align:center}app-root div.header nav ul li ul{display:none}app-root div.header nav ul li.hiddenOnNormal{display:inline-block}app-root div.header .nav-toggle{display:block}app-root div.header .languagepicker{margin-top:2%}app-root div.header div.image img{max-width:225px}}app-root .nav-overlay{position:absolute;inset:0;background-color:#00000080;z-index:1;opacity:0;visibility:hidden;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}app-root .nav-overlay.active{opacity:1;visibility:visible;height:125%}@media screen and (min-width: 570px){app-root .nav-overlay.active{visibility:hidden;opacity:0}}app-root div.bodyContent{padding:0% 2%;min-height:70vh;max-width:100%;display:flex}app-root div.bodyContent app-breadcrumb{align-self:flex-start}app-root div.bodyContent app-breadcrumb .breadcrumb li{display:inline}app-root div.bodyContent app-breadcrumb .breadcrumb li+li:before{content:" > ";color:#fff}app-root div.bodyContent app-breadcrumb .breadcrumb{padding-right:.5em;padding-bottom:.5em}app-root div.bodyContent app-breadcrumb .breadcrumb a{color:#fff}app-root div.content{padding:1% 2%;align-self:center;color:#0e264c;background-color:#fff;min-height:70vh}app-root div.content p{padding-left:10%;padding-right:10%}app-root footer{position:sticky;bottom:0;padding:5px;margin-top:15px;background-color:#0e264c}app-root footer a{color:#fff;background-color:#0e264c;line-height:2em;padding:.5em;text-decoration:none}app-root footer .copyright{float:right;padding-top:5px}app-root footer .toggle{display:none;margin-top:20px;cursor:pointer}@media screen and (max-width: 1008px){app-root footer .hideOnMobile{display:none}app-root footer .toggle{display:block}app-root footer .contact{position:relative;display:inline-block;margin-top:0}app-root footer .tooltip .tooltiptext{visibility:hidden;width:200px;background-color:#fff;color:#0e264c;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:150%;left:50%;margin-left:-60px;border:1px solid rgb(14,38,76)}app-root footer .tooltip .tooltiptext:after{content:"";position:absolute;top:100%;left:31%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#fff transparent transparent transparent}app-root footer .tooltip:hover .tooltiptext{visibility:visible}}app-root .ks-modal-gallery-backdrop{background:#000!important;opacity:.85!important}app-root .ks-modal-gallery-panel{z-index:90000!important}app-root app-loader .app-loading{align-items:center;background-color:#ffffff80;display:flex;flex-direction:column;justify-content:center;position:relative;position:absolute;inset:0;z-index:10000000000;height:100%;width:100%}app-root app-loader .app-loading .logo{height:100px;width:100px}app-root app-loader .app-loading .logo .img{margin-left:9px;margin-top:10px;width:100%}app-root app-loader .app-loading .spinner{animation:rotate 2s linear infinite;height:200px;inset:0;margin:auto;position:absolute;transform-origin:center center;width:200px}app-root app-loader .app-loading .spinner .path{animation:dash 1.5s ease-in-out infinite;stroke:#ddd;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}app-root app-not-found{display:flex;height:100%;justify-content:center;width:100%}app-root app-not-found .content{max-width:645px;text-align:center}app-root app-not-found img{margin-bottom:30px;margin-top:60px;max-height:10em}app-root app-not-found h2{font-size:1.125rem;line-height:.75;margin-bottom:7px}app-root app-not-found p{color:#0e264c;font-size:.875rem;line-height:.7;margin-bottom:40px}app-root app-home .headerImage{max-height:18em;display:block;margin-left:auto;margin-right:auto;max-width:90%;padding-top:5px;padding-bottom:5px}app-root app-home .footerImage{display:block;margin-left:auto;margin-right:auto;padding-top:5px;padding-bottom:10px;max-width:20%}app-root app-home p{font-size:18px}app-root app-in-memorial{height:100%;width:100%}app-root app-in-memorial h1{font-size:1.375rem;line-height:.8333333333;margin-bottom:7px;padding-top:10px;padding-bottom:10px;text-align:center}app-root app-in-memorial .content{overflow:auto;text-align:center;align-content:center;align-items:center}app-root app-in-memorial .content>div{display:inline-block;padding:5px}app-root app-in-memorial h2{font-size:1.125rem;text-align:center}app-root app-in-memorial h2 span{font-weight:400}app-root app-in-memorial img{max-height:40vh;max-width:50vh;display:block;margin-left:auto;margin-right:auto;padding-top:5px;padding-bottom:5px}app-root app-in-memorial .row{display:flex}app-root app-in-memorial .column{flex:45%;padding-bottom:5px}app-root app-in-memorial .column img{max-height:40vh;max-width:50vh;display:block;margin-left:auto;margin-right:auto;padding-top:5px;padding-bottom:5px}@media screen and (max-width: 569px){app-root app-in-memorial .row{flex-direction:column}app-root app-in-memorial .column img{max-width:40vh}}app-root app-horse-list,app-root app-foal-list{height:100%;width:100%;display:flex;flex-direction:column}app-root app-horse-list h1,app-root app-foal-list h1{font-size:1.375rem;line-height:.8333333333;margin-bottom:7px;padding-bottom:10px;text-align:center}app-root app-horse-list .row,app-root app-foal-list .row{display:flex}app-root app-horse-list .column,app-root app-foal-list .column{flex:50%}app-root app-horse-list .headerImage,app-root app-foal-list .headerImage{max-height:79vh;max-width:40vh;display:block;margin-left:auto;margin-right:auto;padding-top:5px;padding-bottom:5px}app-root app-horse-list ul,app-root app-foal-list ul{list-style:none}app-root app-horse-list ul li,app-root app-foal-list ul li{list-style-type:none;padding-bottom:10px;font-size:18px}app-root app-horse-list ul li a,app-root app-foal-list ul li a{color:#0e264c;text-decoration:none;font-style:italic}@media screen and (max-width: 569px){app-root app-horse-list .row,app-root app-foal-list .row{flex-direction:column}app-root app-horse-list .headerImage,app-root app-foal-list .headerImage{max-height:40vh}}app-root app-horse-detail h1,app-root app-foal-detail h1{font-size:1.375rem;line-height:.8333333333;margin-bottom:7px;padding-top:10px;padding-bottom:10px;text-align:center}app-root app-horse-detail .row,app-root app-foal-detail .row{display:flex}app-root app-horse-detail .column,app-root app-foal-detail .column{flex:45%;padding-bottom:5px}app-root app-horse-detail .column img,app-root app-foal-detail .column img{max-height:40vh;max-width:50vh;display:block;margin-left:auto;margin-right:auto;padding-top:5px;padding-bottom:5px}app-root app-horse-detail a,app-root app-foal-detail a{color:#0e264c;text-decoration:none;font-style:italic}app-root app-horse-detail iframe,app-root app-foal-detail iframe{width:50vh;height:30vh}@media screen and (max-width: 569px){app-root app-horse-detail .row,app-root app-foal-detail .row{flex-direction:column}app-root app-horse-detail .column img,app-root app-foal-detail .column img{max-width:40vh}}app-root app-foal-detail .content>div{border-bottom:1px solid rgb(14,38,76);padding-bottom:5px}app-root app-foal-detail .content>div:first-child{padding-top:5px}app-root app-foal-detail .content>div:last-child{border-bottom:0px}app-root app-foal-detail h2{font-size:1.125rem;text-align:center}app-root app-for-sale{height:100%;width:100%}app-root app-for-sale h1{font-size:1.375rem;line-height:.8333333333;margin-bottom:7px;padding-top:10px;padding-bottom:10px;text-align:center}app-root app-for-sale .content{overflow:auto;text-align:center;align-content:center;align-items:center}app-root app-for-sale .content>div{display:inline-block;padding:5px}app-root app-for-sale h2{font-size:1.125rem;text-align:center}app-root app-for-sale img{max-height:40vh;max-width:50vh;display:block;margin-left:auto;margin-right:auto;padding-top:5px;padding-bottom:5px}app-root app-for-sale .forSale{cursor:pointer}app-root app-contact{display:flex;flex-direction:column}app-root app-contact .content{padding:1%;justify-content:center;text-align:center;max-width:904px}app-root app-contact .content .logo{margin-bottom:30px;margin-top:10px;max-height:10em;max-width:50%}app-root app-contact .content .row{display:flex}app-root app-contact .content .column{flex:40%}app-root app-contact .content .column2{flex:60%}app-root app-contact .content .headerImage{max-width:80%;display:block;margin-left:auto;margin-right:auto;padding-top:5px;padding-bottom:5px}app-root app-contact .content .contactInfo{margin-top:2%;text-align:center;font-size:18px;color:#0e264c;padding-left:2%}app-root app-contact .content .contactInfo a{color:#0e264c;background-color:#fff;line-height:2em;padding-right:.5em;text-decoration:none}
