<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Rockwell';
    src: url('../fonts/rockwell-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/rockwell-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/rockwell-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/rockwell-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/rockwell-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

.list-title
{
    margin-top:0px;
}
.search-filter-title
{
    margin-bottom:30px;
}

.breadcrumb-title-styling:link
{
    color:#878787;
    font-family: 'Sanchez' !important;
}

.breadcrumb-title-styling:active
{
    color:#878787;
    font-family: 'Sanchez' !important;
}

.breadcrumb-title-styling:hover
{
    color:#ea8858;
    font-family: 'Sanchez' !important;
}

.breadcrumb-title-styling:visited
{
    color:#ea8858;
    font-family: 'Sanchez' !important;
}

.remove-button-styling
{
    background-color: transparent;
    border:0px;
    background-image:none;
    padding:0px;
    margin:0px;
}

.hr-title {
    margin-top: 5px;
    margin-bottom: 10px;
}

.no-wrap {
    white-space: nowrap;
}

.force-wrap {
    white-space: normal !important;
}

.center-pills { display: inline-block; }

#CarouselPills li
{
    margin:0px 10px;
    font-size:18px;
    font-family: 'Sanchez';
    font-weight:bold;
}

@media (max-width: 767px) 
{
    #CarouselPills li
    {
        font-size:13px;
        margin:0px 3px;
    }

    #CarouselPills li a
    {
        padding:8px 4px;
    }
}

#UnreadCounter {
    font-family: 'Century Gothic', 'Muli', Arial !important;
    font-size: 15px;
    color: #fff;
    background-color: #22330c;
    padding: 2px 8px 2px 8px;
    border-radius: 15px;
    display: none;
}

.unread-counter-style-dark-green {
    font-family: 'Century Gothic', 'Muli', Arial !important;
    font-size: 15px;
    color: #fff;
    background-color: #22330c;
    padding: 2px 8px 2px 8px;
    border-radius: 15px;
}

.unread-counter-style-orange {
    font-family: 'Century Gothic', 'Muli', Arial !important;
    font-size: 15px;
    color: #fff;
    background-color: #d7520f;
    padding: 2px 8px 2px 8px;
    border-radius: 15px;
}

h1 {
    font-family: 'Sanchez', serif !important;
    background-color: #68725A;
    padding: 10px;
    color: #fff;
    margin-top: 0px;
    border-radius: 3px;
    font-size: 20px;
}

h2 {
    font-family: 'Sanchez', serif !important;
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-family: 'Sanchez', serif !important;
    font-size: 16px;
    font-weight: bold;
}

.footer ul {
    padding-left: 0px;
}

    .footer ul li {
        list-style: none !important;
    }

.footer a {
    color: #fff;
}

    .footer a:link {
        color: #fff;
    }

    .footer a:active {
        color: #fff;
    }

    .footer a:hover {
        color: #fff;
    }

    .footer a:visited {
        color: #fff;
    }

h4 {
    font-family: 'Sanchez', serif !important;
    font-size: 14px;
    font-weight: bold;
}

.margin-top-push {
    margin-top: 15px;
}

.member-menu-area {
    font-family: 'Sanchez', serif !important;
    font-weight: bold;
}

.breadcrumb {
    font-family: 'Sanchez', serif !important;
    font-weight: bold;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Century Gothic', 'Muli', Arial !important;
    background-color: #68725A;
}

.get-off-my-bottom {
    margin-bottom: 5px;
}

.middle-section {
    background-color: #fff;
}

.view-table {
    display: table;
    width: 100%;
}

.view-row {
    display: table-row;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 15px;
}

.footer {
    color: #fff;
}

.footer-content {
    padding-top: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

textarea {
    resize: vertical;
    min-height: 150px;
}

.banner-lg {
    background-position: left;
}

.banner-sm {
    background-position: center;
}

.banner-lg, .banner-sm {
    background-image: url('/images/banner-image.jpg');
}

.banner-lg {
    height: 346px;
}

.banner-sm {
    height: 146px;
    background-position: center top;
    background-size: auto 150px;
}

.search-container-holder {
    display: table-cell;
    width: 100% !important;
    vertical-align: middle;
    height: 346px;
}

.search-container-holder-small {
    display: table-cell;
    width: 100% !important;
    vertical-align: middle;
    height: 146px;
}

a.logo-link {
    display: inline-block;
    margin-top: 11px;
    margin-right: 15px;
}

.logo {
    max-width: 230px;
}

.top-bar-small-text {
    font-size: 14px !important;
    color: #fff;
    /*line-height:53px;*/
}

.default-font {
    font-family: 'Century Gothic', 'Muli', Arial !important;
}

.remove-bold {
    font-weight: normal !important;
}

.search-container {
    font-family: 'Sanchez', serif !important;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    /*top: 110px;*/
    margin-left: 0px;
    margin-right: 0px;
}


@media (max-width: 1199px) {
    #WelcomeUsername {
        display: none;
    }
}

@media (max-width: 991px) {

    .logo-margin-when-xs {
        margin-left: 15px;
    }

    /*.search-container
    {
        top: 130px;
    }*/

    .margin-top-push-to-seperate-after-column {
        margin-top: 15px;
    }

    .banner-sm .container,
    .banner-lg .container {
        margin-top: 38px !important;
    }
}

@media (max-width: 767px) {
    /*.search-container
    {
        top: 90px !important;
    }*/

    #WelcomeUsername {
        display: none !important;
    }

    ul#MinorNavigation {
        float: right;
    }

        ul#MinorNavigation li {
            display: inline-block!important;
        }

    .push-buttons-away-from-search-bar {
        margin-top: 15px;
    }

    .banner-sm .container,
    .banner-lg .container {
        margin-top: 0px !important;
    }
}


.search-group-buttons-small {
    display: none;
}

@media (max-width: 419px) {
    .search-group-buttons-large {
        display: none;
    }

    .search-group-buttons-small {
        display: block;
    }
}

.action-box-item-content {
    min-height: 200px;
}

.front-page-field-well {
    min-height: 256px;
}

@media (max-width: 767px) {

    .action-box-item-content {
        min-height: inherit !important;
    }
}

.box-item-content {
    min-height: 244px !important;
}

@media (max-width: 767px) {

    .box-item-content {
        min-height: inherit !important;
    }
}

.box-item {
    margin-bottom: 15px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.box-item-title {
    background-color: #e9e9e9;
    font-family: 'Sanchez', serif !important;
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.box-item-content,
.action-box-item-content {
    padding: 15px;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

    .action-box-item-content ul,
    .action-box-item-content ul {
        padding-left: 25px;
    }

        .box-item-content ul li,
        .action-box-item-content ul li {
            padding: 0px 0px 10px 0px;
            color: #fff;
            list-style-image: url('/Content/images/arrow_li.png');
        }

.box-item-footer {
    padding-right: 0px;
}

.box-item-content ul li a:link {
    color: #fff;
}

.box-item-content ul li a:active {
    color: #fff;
}

.box-item-content ul li a:hover {
    color: #fff;
}

.box-item-content ul li a:visited {
    color: #fff;
}

.orange-link a:link {
    color: #ea8858;
}

.orange-link a:active {
    color: #ea8858;
}

.orange-link a:hover {
    color: #ea8858;
}

.orange-link a:visited {
    color: #ea8858;
}

.yellow-color {
    color: #d37919;
}

.yellow-background-color {
    background-color: #d37919;
    color: #fff !important;
}

.yellow-lighter-color {
    color: #f3a654;
}

.yellow-lighter-background-color {
    background-color: #f3a654;
    color: #fff !important;
    border: 1px solid #f3a654;
}

.maroon-color {
    color: #7a424b;
}

.maroon-background-color.active {
    background-color: #7a424b !important;
    color: #fff !important;
}

.maroon-background-color {
    background-color: #7a424b;
    color: #fff !important;
}

    a.maroon-background-color:link {
        background-color: #7a424b !important;
        color: #fff !important;
        border: 1px solid #7a424b !important;
    }

    a.maroon-background-color:active {
        background-color: #7a424b !important;
        color: #fff !important;
        border: 1px solid #7a424b !important;
    }

    a.maroon-background-color:hover {
        background-color: #7a424b !important;
        color: #fff !important;
        border: 1px solid #7a424b !important;
    }

    a.maroon-background-color:visited {
        background-color: #7a424b !important;
        color: #fff !important;
        border: 1px solid #7a424b !important;
    }

.maroon-lighter-color {
    color: #8d5860;
}

.maroon-lighter-background-color {
    background-color: #8d5860;
    color: #fff !important;
    border: 1px solid #8d5860;
}

.purple-color {
    color: #83266a;
}

.purple-background-color {
    background-color: #83266a;
    color: #fff !important;
}

.purple-lighter-color {
    color: #b25a9b;
}

.purple-lighter-background-color {
    background-color: #b25a9b;
    color: #fff !important;
    border: 1px solid #b25a9b;
}

.gray-color {
    color: #9c9c9c;
}

.gray-background-color.active{
    background-color: #878787 !important;
    color: #fff !important;
}

.gray-background-color {
    background-color: #9c9c9c;
    color: #fff !important;
}


    a.gray-background-color:link {
        background-color: #9c9c9c;
        color: #fff !important;
        border: 1px solid #9c9c9c !important;
    }

    a.gray-background-color:active {
        background-color: #878787 !important;
        color: #fff !important;
        border: 1px solid #878787 !important;
    }

    a.gray-background-color:hover {
        background-color: #878787 !important;
        color: #fff !important;
        border: 1px solid #878787 !important;
    }

    a.gray-background-color:visited {
        background-color: #878787;
        color: #fff !important;
        border: 1px solid #878787 !important;
    }

.gray-lighter-color {
    color: #dddddd;
}

.booking-form-title
{
    font-weight:bold;
    margin-bottom:4px;
    display:block;
    color:rgba(102, 102, 102, 1);
}

.booking-form-button-border
{
    border:1px solid #a81e2b !important;
}

.booking-form-main-title
{
    margin-bottom:10px;
    font-weight:bold;
    color:rgba(104, 114, 90, 1);
    font-size: 19px;
    font-family: 'Sanchez';
    display:block;
    padding-bottom:10px;
    border-bottom:1px dashed #d0d0d0;
}

.social-icons-anchor
{
    padding:0px;
    display:inline-block;
    margin:0px;
}

.social-icons-img
{
    width:35px;
    height:35px;
    cursor:pointer;
    margin:0px;
}

#FieldDetailsGallery .fotorama__stage
{
    border-radius:5px;
    border:1px solid #e3e3e3;
}

.social-icons-hover
{
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    margin:0px;
}

.social-icons-hover:hover
{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    margin:0px;
}

.gray-lighter-background-color {
    background-color: #dddddd;
    color: #696969 !important;
    border: 1px solid #dddddd;
}

.pink-color {
    color: #c6313f;
}

.active .pink-background-color {
    background-color: #c6313f !important;
    color: #fff !important;
    border: 1px solid #c6313f !important;
}

.pink-background-color {
    background-color: #c6313f;
    color: #fff !important;
    border: 1px solid #c6313f;
}

.pink-background-color.active{
    background-color: #c6313f !important;
    color: #fff !important;
}

.pink-background-color:link
{
    background-color: #c6313f;
    color: #fff !important;
    border: 1px solid #c6313f !important;
}

.pink-background-color:hover
{
    background-color: #9c1c28;
    color: #fff !important;
    border: 1px solid #c6313f !important;
}

a.pink-background-color {
    background-color: #c6313f;
    color: #fff !important;
    border: 1px solid #c6313f !important;
}

    a.pink-background-color:link {
        background-color: #c6313f;
        color: #fff !important;
        border: 1px solid #c6313f !important;
    }

    a.pink-background-color:active {
        background-color: #c6313f;
        color: #fff !important;
        border: 1px solid #c6313f !important;
    }

    a.pink-background-color:hover {
        background-color: #b21f2c !important;
        color: #fff !important;
        border: 1px solid #b21f2c !important;
    }

    a.pink-background-color:visited {
        background-color: #c6313f;
        color: #fff !important;
        border: 1px solid #c6313f !important;
    }

.pink-lighter-color {
    color: #de4957;
}

.pink-lighter-background-color {
    background-color: #de4957;
    color: #fff !important;
    border: 1px solid #de4957;
}

.twitter-color {
    color: #21b0da;
}

.panel-background-fieldlover-blue {
    background-color: #00739a;
    color: #fff !important;
}

.panel-background-fieldlover-dark-blue {
    background-color: #004e68;
    color: #fff !important;
}

.panel-background-fieldlover-lightgrey {
    background-color: #e0e0e0;
    color: #1e1e1e !important;
}

.panel-background-fieldlover-darkgrey {
    background-color: #1e1e1e;
    color: #fff !important;
}

.facebook-background-color {
    background-color: #3B5998;
    color: #fff !important;
    border: 1px solid #3B5998;
}

.like-button-color {
    color: #00739a !important;
}

.like-button-background-color {
    background-color: #00739a;
    color: #fff !important;
    border: 1px solid #00739a;
}

    .like-button-background-color .badge {
        background-color: #ffffff;
        color: #00739a !important;
        top: 0;
        margin-left: 5px;
    }

.microsoft-background-color {
    background-color: #00A4EF !important;
    color: #fff !important;
    border: 1px solid #00A4EF !important;
}

.twitter-background-color {
    background-color: #21b0da !important;
    color: #fff !important;
    border: 1px solid #21b0da !important;
}

.googleplus-background-color {
    background-color: #dc4a38 !important;
    color: #fff !important;
    border: 1px solid #dc4a38 !important;
}

.twitter-lighter-color {
    color: #36c0e8;
}

.twitter-lighter-background-color {
    background-color: #36c0e8;
    color: #fff !important;
    border: 1px solid #36c0e8;
}

.green-color {
    color: #5B7F2E;
}

a.private-color:link {
    color: #00739a;
}

a.private-color:active {
    color: #00739a;
}

a.private-color:hover {
    color: #00739a;
}

a.private-color:visited {
    color: #00739a;
}

a.public-color:link {
    color: #5B7F2E;
}

a.public-color:active {
    color: #5B7F2E;
}

a.public-color:hover {
    color: #5B7F2E;
}

a.public-color:visited {
    color: #5B7F2E;
}

.private-color {
    color: #00739a;
}

.public-color {
    color: #5B7F2E;
}

.private-color {
    color: #00739a;
}

.public-list {
    position: absolute;
    top: -18px;
    right: -5px;
}

    .public-list img {
        width: 50px;
        height: 48px;
    }

.public-detail {
    width: 100%;
    text-align: right;
}

    .public-detail img {
        width: 50px;
        height: 48px;
    }
    
.green-background-color.active {
    background-color: #5B7F2E !important;
    color: #fff !important;
    border: 1px solid #5B7F2E;
}

.green-background-color {
    background-color: #5B7F2E !important;
    color: #fff !important;
    border: 1px solid #5B7F2E;
}

    a.green-background-color:link {
        background-color: #4c6926;
        color: #fff !important;
        border: 1px solid #4c6926 !important;
    }

    a.green-background-color:active {
        background-color: #4c6926;
        color: #fff !important;
        border: 1px solid #4c6926 !important;
    }

    a.green-background-color:hover {
        background-color: #4c6926 !important;
        color: #fff !important;
        border: 1px solid #4c6926 !important;
    }

    a.green-background-color:visited {
        background-color: #4c6926;
        color: #fff !important;
        border: 1px solid #4c6926 !important;
    }

.dark-gray-background-color {
    background-color: #424242;
    color: #fff !important;
    border: 1px solid #424242;
}

.table-header-green-background-color th {
    background-color: #5B7F2E;
    color: #fff !important;
}

.faded-white-search-background {
    background-color: rgba(255,255,255,0.6);
    fill-opacity: 10;
    padding: 20px;
    border-radius: 15px;
}

.multi-line {
    white-space: pre-wrap;
}


@media (min-width: 991px) {
    .make-table-row-when-md {
        display: table;
        width: 100%;
    }

    .make-table-column-when-md {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

.likes-list-position
{
    position: absolute;
    top: 28px;
    right: -5px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}


.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.reporting-pills .glyphicon
{
    font-size: 50px;
}

.reporting-pills .huge
{
    font-size: 30px;
}

.full-screen-modal .modal-dialog, .full-screen-modal .modal-content
{
    width: 100%;
    height: 100%;
}

.full-screen-modal .modal-footer
{
    position:absolute;
    bottom: 0px;
    width: 100%
}</pre></body></html>