[genuitec-file-id="wc1-2096"],[genuitec-lp-path="/SiteCaddy/WebRoot/assets3/themes/active/private_oncourse/css/private_oncourse.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

 body {
    background-color: #8D8D8D;
 }
     body > .container {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
        box-shadow: 0 0 4px rgba(0, 0, 0, .3);

        overflow: hidden;
    }

a {
    color: #415A3C;
    transition-property: color;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    color: #A78B4C;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'times new roman', serif;
    margin-top: 1.25em;
    margin-bottom: 0.75em;
    line-height: 1em;
}

h1 { font-size: 250%; font-weight: normal; font-style: normal; }
h2 { font-size: 200%; font-weight: normal; font-style: normal; }
h3 { font-size: 150%; font-weight: normal; font-style: normal; }
h4 { font-size: 125%; font-weight: normal; font-style: normal; }
h5 { font-size: 100%; font-weight: normal; font-style: normal; }
h6 { font-size: 100%; font-weight: normal; font-style: normal; }


/* Inline */
.inline {
    font-size: 0;
    line-height: 0;
}
.inline > * {
    display: block;
    float: none;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    min-height: 0;
}
#tk-body .inline_bottom > * {
    vertical-align: bottom;
}
#tk-body .inline_top > * {
    vertical-align: top;
}
@media (min-width: 1200px) {
    .inline > [class*="col-lg-"] {
        display: inline-block;
    }
}
@media (min-width: 992px) {
    .inline > [class*="col-md-"] {
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .inline > [class*="col-sm-"] {
        display: inline-block;
    }
}
.inline > [class*="col-xs-"] {
    display: inline-block;
}
.inline:not(.row) > * {
    display: inline-block;
    vertical-align: middle;
}


/* Buttons */
.btn,
.button,
input.submit,

.scViewResults a,
.scWidget dt.scMore a,
.scGolfResult_Box > p:last-child > a {
    padding: 10px 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    text-shadow:none;
    border: none;
    font-weight: bold;
    font-family: arial, sans-serif;

    display: inline-block;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    transition-property: background;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #fff;
}

.btn,
.button,
input.submit,

.scWidgetUtility .btn-primary,

.scViewResults a,
.scWidget dt.scMore a,
.scGolfResult_Box > p:last-child > a {
    background: #415A3C;
}
.btn:hover,
.button:hover,
input.submit:hover,

.scWidgetUtility .btn-primary:hover,

.scViewResults a:hover,
.scWidget dt.scMore a:hover,
.scGolfResult_Box > p:last-child > a:hover {
    background: #4D5F49;
}

.btn-primary {
    background: #56B6CC;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background: #4EA6BA;
}

a.btn-success,
.btn-success {
    background: #159E31;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background: #60C21E;
}

a.btn-info,
.btn-info {
    background: #0596D5;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background: #0481B8;
}


a.btn-warning,
.btn-warning {
    background: #FEB228;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background: #EBA412;
}

a.btn-danger,
.btn-danger {
    background: #DC3522;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background: #C83522;
}


a.btn-link,
.btn-link {
    color: #8F8762
}
a.btn-link:hover,
a.btn-link:focus,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: #94C103;
    text-shadow:none;
    border-color: transparent;
    background-color: transparent;
    background: transparent;
    text-decoration: underline;
}
a.btn-link,
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-lg {
    padding: 15px 25px;
    font-size: 20px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
}
.btn-xs {
    padding: 2px 5px;
    font-size: 10px;
}

a.btn-inverse,
.btn-inverse {
    background: #1B1718;
    color: #fff;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
    background: #000;
    color: #fff;
}




    /* logo */
    .logo-wrapp {
        position: relative;
        display: block;
        margin: 0 auto;
        z-index: 30;

        width: 50%;
        height: 0;
        padding-bottom: 50%;
    }
        .logo-wrapp > * {
            position: absolute;
            height: 100%;
            width: 100%;
            background: #fff;

            box-shadow: 0 0 5px rgba(0,0,0,0.3);
            border: 3px solid #FFF1CE;
        }
            #divSectionLogo {
                margin: 0;
                display: table;
                height: 100%;
                width: 100%;
                position: relative;
            }
                #divSectionLogo > * {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }
    #divSectionLogo img {
      max-width: 100%;
      /*width: 100%;*/
    }


#header {
    margin-top: 10px;
    margin-bottom: -120px;
    position: relative;
    z-index: 2;
}
#header h3 {
    color: #8D8A19;
    display: block;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    text-align: right;
    margin: 10px 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
}

/*
    NAV
========================================= */
#nav {
    position: relative;
    z-index: 20;
    width: auto;
    margin: 0 -5000px;
    padding: 0 5000px;
    background: rgba(255,255,255,0.9);
    border-top: 3px solid #97885d;
}
    #nav .navbar {
        margin: 0;
        min-height: 0;
        border: none;
        clear: both;
        border-radius: 0;
        line-height: 20px;
    }
        #nav .navbar-nav {
            margin: 0 20px;
            width: 100%;
        }
        #nav .navbar-toggle {
            margin: 0;
            height: 40px;
            border-radius: 0;
            outline: none;
            cursor: pointer;
        }
            #nav .navbar-toggle .icon-bar {
                height: 2px;
                border-radius: 0;
                background: #fff;
            }
        #nav .navbar .navbar-collapse {
            text-align: left;
            max-height: inherit;
            width: 100%;
            padding: 0;
        }
            #nav .navbar-nav > li {
                position: relative;
            }
                #nav .navbar-nav > li a {

                    padding: 15px 10px;
                    text-decoration: none;

                    -webkit-transition: none;
                    -moz-transition: none;
                    -o-transition: none;
                    -ms-transition: none;
                    transition: none;
                }
            #nav .navbar-nav ul {
                float: none;
                position: relative;
                border-radius: 0;
                padding: 0;
                border: none;
                margin: 0;
                width: 100%;
                box-shadow: none;
                display: block;
                background: transparent;

                -webkit-transition: none;
                -moz-transition: none;
                -o-transition: none;
                -ms-transition: none;
                transition: none;
            }
            #nav .navbar-nav li {
                display: block;
                float: none;
            }
            #nav .navbar-nav li a {
                border: none;
                color: #fff;
            }
                #nav .navbar-nav > li > a {
                    text-transform: uppercase;
                    font-weight: bold;
                }
                #nav .navbar-nav a:hover,
                #nav .navbar-nav ul > .active > a,
                #nav .navbar-nav ul > .active > a:hover,
                #nav .navbar-nav ul > .active > a:focus,

                #nav .navbar-nav ul > li > a:hover,
                #nav .navbar-nav ul > li > a:focus {
                    background: rgba(0,0,0,0.2);
                }
                #nav .navbar-nav ul li a {
                    font-size: 14px;
                    padding: 10px 15px;
                    font-weight: normal;
                    border-top: 1px solid rgba(255,255,255,0.1);
                    background: transparent;
                }
                #nav .navbar-nav ul ul a {
                    padding-left: 45px;
                }
@media (min-width:768px) {
    #nav .navbar-nav > li {
        float: left;
    }
    #nav .navbar-nav {
      margin: 0;
    }
    #nav .navbar-nav > li > a {
        letter-spacing: 0.20px;
        display: block;
        position: relative;
        text-align: center;
        color: black;
        border: none;
    }
    #nav .navbar-nav > li + li > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 15px;
        bottom: 15px;
        width: 1px;
        background: #A78B4C;
    }

    #nav .navbar-nav > li:hover  {
        z-index: 1;
    }
    #nav .navbar-nav ul {
        z-index: 1;
        position: absolute;
        min-width: 200px;
        width: auto;
        display: none;
        box-shadow: none;
    }
    #nav .navbar-nav li:hover > ul {
        display: block;
    }
    #nav .navbar-nav ul li:first-child > ul {
        top: 0;
    }
    #nav .navbar-nav ul ul {
        left: 100%;
        top: 0;
        padding: 0;
        padding-left: 10px;
    }
    #nav .navbar-nav ul li a {
        border-top: 1px solid rgba(0,0,0,0.1);
        display: block;
        margin: 0 10px;
        padding: 10px 15px;
        text-align: left;
        text-transform: capitalize;
        color: #fff;
    }
    #nav .navbar-nav ul li:first-child > a {
      border-top: none;
    }
    #nav .navbar-nav ul li:last-child > a {
      border-bottom: none;
    }
    #nav .navbar-nav > li.active > a,
    #nav .navbar-nav > li:hover > a {
        color: #C7D955;
        background: transparent;
    }
    #nav .navbar-nav ul li:hover > a,
    #nav .navbar-nav ul li.active > a,

    #nav .navbar-nav ul > li.active > a:hover,
    #nav .navbar-nav ul > li.active > a:focus {
        background: transparent;
        color: #fff;
    }
}

/*
    NAV
========================================= */
#nav .navbar {  }

@media (min-width:768px) {
    #nav .navbar-nav > li.active > a,
    #nav .navbar-nav > li:hover > a {
        color: #fff;
        background: #415A3C;
    }
    #nav .navbar-nav > li:hover > a:before,
    #nav .navbar-nav > li:hover + li > a:before {
        display: none;
    }
    #nav .navbar-nav ul {
        background: transparent;
    }
        #nav .navbar-nav ul li {
            background: #415A3C
        }
            #nav .navbar-nav ul li:hover > a,
            #nav .navbar-nav ul li:focus > a,
            #nav .navbar-nav ul li.active > a {
                color: #fff;
            }
            #nav .navbar-nav ul li a {
                border-top-color: #97885d;
            }
}

#banner {
    margin: 30px -15px;
    position: relative;
    border-bottom: 3px solid #97885d;
}
#banner .photoWidgetImg img {
  width: 100%;
}



.widgets-row {
    position: relative;
    z-index: 1;
}

.widgets-row >.col-sm-4 > *:before {
    background: #B3A684;
}
.widgets-row >.col-sm-4 > *:before {
    content: '';
    position: absolute;
    top: 0;
    margin-left: -30px;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-left: solid 15px #fff;
    border-right: solid 15px #fff;
    border-bottom: 30px solid #fff;
}
@media (min-width: 768px) {

    .widgets-row >.col-sm-4 > *:before {
        width: 33.3333333333%;
    }
    .widgets-row > * {
        position: static;
    }
}

.scNewsWidget,
.sidebarNavWidget,
.scEventsWidget {
    margin-bottom: 30px;
    background-color: #B3A684;
    padding: 15px;
}

.widgetTitle,
#scNewsWidget h2,
.scEventsWidget h2 {
    line-height: 1;
    background: #8F8762;
    margin: -15px;
    margin-bottom: 20px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    text-shadow: none;
    font-family: 'times new roman', serif;
}
    #scNewsWidget h2 a,
    .scEventsWidget h2 a {
      color: #fff;
    }


/* dl  */
.scDate {
    display: none;
}
.scWidget dl {
    margin: 0;
}
.scWidget dt {
    font-size: 110%;
    font-weight: bold;
    padding: 0;
    padding-bottom: 15px;
    margin: 0;
    font-family: 'times new roman', serif;
    text-transform: uppercase;
}
.scWidget dt + dd + dt:not(.scMore) {
    border-top: 1px solid #8F8762;
    padding-top: 15px;
}
.scWidget dt.scMore {
    padding: 0;
    text-align: right;
    background: transparent;
}
.scWidget dt.scMore + dt.scMore {
    margin-top: 10px;
}
.scWidget dt.scMore a {
    text-align: center;
    float: none;
    font-size: 100%;
    font-weight: normal;
}
.pod.scWidget .scMore:after,
.scWidget dt.scMore a:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 20px;
}
.scWidget dd {
    padding-bottom: 10px;
    margin: 0;
}
.scWidget dd a {
    color: #fff;
}
.scWidget dt a {
    color: black;
}
.scWidget dt a:hover {
    color: #fff;
}
.scWidget dd:last-child,
.scWidget dt:first-child {
    border: none;
}

.scWidgetUtility {
    background: #B3A684;
    position: relative;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    padding-bottom: 1px;
}

.widgets-row .scWidgetUtility {
    position: static;
}

    .scWidgetUtility img {
        max-width: 100%;
    }
    .utilityWidgetHeader {
        position: absolute;
        top: 0;
        z-index: 2;
        padding: 0 15px;
        z-index: 1;
        background: #8F8762;
        margin-left: -15px;
        width: 100%;
    }

    .widgets-row .utilityWidgetHeader {
        margin-left: -30px;
        border-left: solid 15px #fff;
        border-right: solid 15px #fff;
    }
    @media (min-width: 768px) {

        .widgets-row >.col-sm-4 > .scWidgetUtility .utilityWidgetHeader {
            width: 33.3333333333%;
        }
    }

    .utilityWidgetHeader h1,
    .utilityWidgetHeader h2,
    .utilityWidgetHeader h3,
    .utilityWidgetHeader h4,
    .utilityWidgetHeader h5,
    .utilityWidgetHeader h6 {
        margin: 0;
        line-height: 1;
        padding: 10px 15px;
        color: #fff;
        text-align: center;
        font-size: 24px;
        text-shadow: none;
        font-family: 'times new roman', serif;
    }
       .scWidgetUtility > p,
       .scWidgetUtility .utilityWidgetImage,
       .scWidgetUtility .utilityWidgetContent {
           position: relative;
           z-index: 1;
           margin-bottom: 20px;
       }
       .scWidgetUtility > p {
           text-align: right;
       }


/* Nav */
.sidebarNavWidget ul {
   padding: 0;
   margin: 0;
   font-family: 'times new roman', serif;
}
.sidebarNavWidget ul ul {
    font-family: arial, sans-serif;
    display: none;
}
.sidebarNavWidget li.selected > ul {
    display: block;
}
    .sidebarNavWidget li {
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        list-style-type: none;
        border-bottom: 1px solid #8F8762;
        font-weight: bold;
    }

    .sidebarNavWidget li:last-child {
        border-bottom: none;
    }
        .sidebarNavWidget a {
            text-decoration: none;
            line-height: 40px;
            display: block;
            color: black;
        }
        .sidebarNavWidget li.selected > a,
        .sidebarNavWidget li > a:hover {
            color: #fff;
        }
        .sidebarNavWidget ul ul li {
            text-transform: capitalize;
            margin-left: 35px;
            font-weight: normal;
        }




/*
    CONTENT
========================================= */

/* Images */
.scImageInlineLeft,
.scImageInlineRight {
    border: solid rgba(255,255,255,0.1) 5px;
}
.scImageInlineLeft {
    float:left;
    margin:0 15px 10px 0;
}
.scImageInlineRight {
    float:right;
    margin:0 0 15px 10px;
}


/* Blockquote */
blockquote {
    line-height: 1.5;
    font-family: 'times new roman', serif;
    border-left-color: #B3A684;
}
    blockquote p {
        text-transform: uppercase;
        line-height: 1.5;
        color: #777;
        font-family: 'times new roman', serif;
        font-style: italic;
    }

/* Social */
div.addthis_toolbox {
    top: 150px;
    margin-left: -50px;
    background: transparent !important;
    border-radius: 0 !important;
    padding-bottom: 0 !important;
}


/* Tables */
table {
    width: 100%;
    margin-bottom: 20px;

}
table tbody > tr > td,
table thead > tr > th {
    padding: 8px;
    line-height: 1.428571429;
}
table thead > tr > th,
.table thead > tr > th {
    /*text-transform: uppercase;*/
    font-size: 16px;
}

/* Tables */
table {
    border-top: 1px solid #e5e5e5;
}
table th {
    background: #dddddd;
    color: #1B1718;
}


table thead > tr > th,
.table thead > tr > th {
    background: #f5f5f5;
}
.table-striped thead > tr > th {
    /*background: transparent;*/
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background: #f5f5f5;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background: transparent;
}
.table-bordered {
    border-color: #e5e5e5;
}

table tr th ,
table tr td {
    border: 1px solid #e5e5e5;
    border-top: none;
}

table tr th,
.table>thead>tr>th {
    border-bottom: solid 1px #e5e5e5;
}

/* Form */
.content form {
    margin: 30px 0;
}
    form label {
        color:#A78B4C;
        margin: 5px 0;
        font-weight: bold;
    }
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input,
    select {
        background: #fff;
        color: #444;
        display: block;
        width: 100%;
        height: 40px;
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px;
        background-image: none;
        border: 1px solid #e5e5e5;
        border-radius: 0;
        box-shadow: none;
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        margin-bottom: 9px;
    }
    select:focus,
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        background: #fff;

        border-color: #A78B4C;

        outline: 0;
        outline: thin dotted \9;
    }
    textarea {
        height: 200px;
    }


.content {
    margin-bottom: 30px;
}

.content > h1 {
    margin-top: 5px;
}

/*
    FOTER
========================================= */
#footer {
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    margin: 0 -15px;
    padding: 15px;
    color: #81817F;
    background: #e7e5de; /* Old browsers */
    background: -moz-linear-gradient(top,  #e7e5de 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e5de), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e7e5de 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e7e5de 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e7e5de 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e7e5de 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e5de', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* Sub nav */
#footer #divSectionTopNav {
    display: inline-block;
}
#footer ul {
    padding: 0
}
#footer .siteCaddyMenu li {
    display: inline-block;
    list-style-type: none;
}
#footer .siteCaddyMenu li + li {
    margin-left: 5px;
    border-left: 1px solid #ccc;
    padding-left: 8px;
}
    #footer .siteCaddyMenu li a {
        list-style: none;
        color: #81817F;
        font-weight: bold;
        display: block;
    }
    #footer .siteCaddyMenu li a:hover,
    #footer .siteCaddyMenu li a:active {
        color: #81817F;
        text-decoration: none;
    }

/* Contact */
#footer #scContactWidget {
    padding: 0;
    margin: 10px 0;
    line-height: 16px;
    text-align: center;
    background: transparent;
    border: none;
}
    #footer #scContactWidget > * {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    #footer .scContactWidget .scDivider {
        color:  transparent;
        text-shadow: none;
    }
    #footer .scContactWidget .scContactAddress:before,
    #footer .scContactWidget .scContactDetails:before,
    #footer .scContactWidget .scDivider:nth-child(2):before {
        color: #81817F;
        margin-right: 5px;
        margin-left: 15px;
        content: "\f015";
        display: inline-block;
        font: normal normal normal 16px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        font-size: 16px;
        vertical-align: middle;
        line-height: 16px;
    }

    #footer .scContactWidget .scContactAddress:before {
        margin-left: 0;
    }
    #footer .scContactWidget .scContactDetails:before {
        content: "\f095";
    }
    #footer .scContactWidget .scDivider:nth-child(1):before {
        content: '';
        color:  #81817F;
        margin: 0 1px;
    }
    #footer .scContactWidget .scDivider:nth-child(2):before {
        content: "\f0e0";
    }

#divSectionCopyright {
    color: #81817F;
    margin: 10px 0;
    margin-left: 15px;
    display: inline-block;
}
#divBrandingLogo {
    margin: 10px; 0;
}
    #divBrandingLogo * {
        color: #81817F !important;
    }
#scWidgetSocialNetworkDefault {
    margin: 10px 0;
}
#scWidgetSocialNetworkDefault > h3 {
    display: none;
}
.ultm-tooltip-dark:after {
    color: #fff !important;
}