﻿/* SITE COLORING
=========================================================================================*/
a:link, a:visited, a:hover, a:active { color:#30A4B1; }
body {
    background-color: #EBEBEB;
    background-image: url(images/background.png);
}

.border { border: 1px solid #b9b9b9; }
.container_12 { 
    background-color: #FFFFFF; 
    -webkit-box-shadow: -5px 0 5px 1px rgba(0, 0, 0, 0.1), 5px 0 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 0 5px 1px rgba(0, 0, 0, 0.1), 5px 0 5px 1px rgba(0, 0, 0, 0.2);
    margin-bottom:1.667em;
}
.primary {
    background-color: #075276;
    border: 1px solid #b9b9b9;
    color: white;
}
.secondary {
    background-color: grey;
    border: 1px solid #b9b9b9;
    color:white;
}

.primary-button {
    background-color: #075276;
    border-bottom: 1px solid #464646;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
}

.logo {
    position: relative; 
    top: 50%; 
    transform: translateY(-50%); 
}

#logoLeft {
    padding-left:20px;
}

#logoRight {
    padding-right:20px
}

#mainHeader {
    height: 105px;
    margin-bottom: 10px;
    background-color: #075276;
}

/* SITE LAYOUT
=========================================================================================*/


#content { min-height: 600px; }

#crumbs {
    background-color: #D9D7D8;
    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 #075276;
    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;
    height:125px;
}

#footerText {
    color: white; 
    text-align: center; 
    padding-top: 15px
}

#footerLogo {
    width: 79px; 
    height: 65px; 
    cursor: pointer;
}

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; }
.ctCheckBoxToggle input[type=checkbox]:checked ~ label, .ctCheckBoxToggle input[type="radio"]:checked ~ label {background-color:#42C5BE;}

@media (min-device-width : 320px) and (max-device-width : 480px)
{
    /*.container_12 { width:350px;}*/
    #content{ margin-left:auto;}
    #mobileHeader { height: 70px;}
    #mainHeader { display:none;}
    #menuLink { margin-top: 10px;}
    .attendeeInformation.alert {padding-bottom:2px;}
    input[type=submit], input[type=button], input[type=number] {font-size: 1em !important;}
    input[type=submit], input[type=button], button { margin: 0 3px;}
}

.EventSelectionDescription {
	border-bottom:1px solid black;
	font-size: smaller;
	font-style: italic;
}

.fixedMonthlyPaymentOption {
    visibility:hidden;
}

.ui-front {
    z-index:unset;
}

