﻿/* SITE COLORING
=========================================================================================*/
a:link, a:visited, a:hover, a:active {
    color: rgb(236, 114, 81);
}
body { background-color: #EBEBEB; }

.border { border: 1px solid #b9b9b9; }
.container_12 { background-color: #FFFFFF; }
.primary {
    background-color: #4292c0;
    border: 1px solid #b9b9b9;
    color: #fff;
}
.secondary {
    background-color: #67767e;
    border: 1px solid #b9b9b9;
    color: #fff;
}
.primary-button {
    font-weight: bold;
    cursor: pointer;
    /* display: inline-block; */
    /* color: #564949; */
    /* font-size: 20px; */
    /* font-size: 1.25rem; */
    background-color: #f57140;
    background: none;
    border-radius: 4px;
    border: 2px solid rgb(236, 114, 81);
    /* font-size: 18px; */
    /* font-size: 1.125rem; */
    /* font-weight: 700; */
    /* line-height: 1.2; */
    /* font-family: Bebas, Helvetica, Arial, sans-serif; */
    /* text-transform: uppercase; */
    /* letter-spacing: 0.06em; */
    /* color: #fff; */
    color: rgb(236, 114, 81);
    padding: 0.875rem 1rem 0.75rem;
    cursor: pointer;
    /* border: none; */
    /* -webkit-transition: color 0.3s ease-in, border-color 0.3s ease-in, opacity 0.3s ease-in; */
    /* transition: color 0.3s ease-in, border-color 0.3s ease-in, opacity 0.3s ease-in; */
    height: initial;
}

.ctCheckBoxToggle input[type=checkbox]:checked ~ label, .ctCheckBoxToggle input[type="radio"]:checked ~ label {
    background-color: #4292c0;
}

a[id*='removeEventLink'], a[id*='editAttendeeLink'] {
    color: #9cca3a;
}
/* SITE LAYOUT
=========================================================================================*/
input[type=text], input[type=password], input[type=number], textarea, select {
    font-size: medium;
}

a.action .name {font-size:medium;}

/*T10518*/
.othertransportationsection {display:none;}

#paymentSelectionDialog table {
    margin-bottom:10px;
}

.ui-widget {
    font-family:inherit;
}


#content {
    min-height: 600px;
}

#crumbs {
    background-color: white;
    margin-bottom:10px;
    padding: 5px 0;
}
#crumbs a {
    color: #5D5C42;
    text-decoration: none;
}
#crumbs a:hover { text-decoration: underline; }
#crumbs div { 
    /* clear margins from grid classes above */
    margin-top: 0; 
    margin-bottom: 0;
}

#header {
    background-color: #464646;
    border-bottom: 4px solid #30A4B1;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
#header div {
    /* clear margins from grid classes above */
    margin-top: 0; 
    margin-bottom: 0;
}
#header h1 a {
    color: #FFFFFF;
    font-size: 14pt;
    text-decoration: none;
    text-transform: uppercase;
}

#footer {
    background-color: #231F20;
    border-top: 4px solid #444444;
    color: #FFFFFF;
    font-size: smaller;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

ul#mainNav { text-align: right; }
ul#mainNav li { display: inline; }
ul#mainNav li a {
    color: #FFFFFF;
    padding: 10px;
    text-decoration: none;
}
ul#mainNav li a:hover, ul#mainNav li.selected a { background-color: #30A4B1; }

#accountLink {color: #e75027 !important;}
/*.pdfLink {color: #fff !important;}*/

.footsie p {margin: 0px;}

#main-footer {max-height: 57px;}

.et-social-icons {padding-top: 10px;}

/*Mobile*/
/* mobile */
@media (max-device-width : 480px) and (min-device-width : 320px) 
{
    .et_pb_fullwidth_header_extended_0.dwd-fwe.et_pb_fullwidth_header {background-position:0 -2% !important;}
    body.et_fixed_nav.et_secondary_nav_two_panels #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header {
        top: 40px !important;
    }
}
.et_pb_fullwidth_header_extended_0.dwd-fwe.et_pb_fullwidth_header {
    background-image: url(../images/DeerRun_ClimbingTower_Girl.jpg/DeerRun_ClimbingTower_Girl.jpg) !important;
    background-position: 0 57% !important;
}

/* Hide Auto-Generated Guest Category */
#guestCategoryTable>tbody>tr>td:nth-child(3) {
    display: none;
}

/* Hide Teen Guest Category */
#guestCategoryTable > tbody > tr > td:nth-child(5) {
    display: none;
}