/* ============================== */
/* ! Layout for desktop version !   */
/* MM 4.10.2025
/* CLEAR local and CloudFlare CACHE to see changes
https://stackoverflow.com/questions/6011714/locating-template-css-file-in-concrete5 */
/* ============================== */

	html, body {
        font-family: Tahoma, Geneva, sans-serif;
        height: 100%;
        border-top:2px solid red;
	}
    a {
        color: #6dc0e7;
        text-decoration: none;
    }
    .header {
        background: url(https://hurricaneworkshop.esiteful.com/packages/theme_hurricane_workshop/themes/hurricane_workshop/images/nav_bkg.png) repeat-x;
        min-height: 2.5%;
        padding-top: 7px;
        color: #6dc0e7;
        background-color: #CC1C25;
        position:fixed;
        width:100%;
        z-index:100;
    }
    .header .row {
        overflow: visible;
    }
    .header a {
        color: #FFF;
    }
    .header .left_header_nav {
        text-transform: uppercase;
        font-size: 11pt;
    }
    .header .left_header_nav ul ul{
        display: none;
    }
    .header .left_header_nav ul li:hover > ul{
        display: block;
        background-color: #CC1C25;
    }
    .header .left_header_nav ul{
        display:inline-table;
        vertical-align: middle;
        position: relative;
        list-style: none;
        z-index: 5;
    }
    .header .left_header_nav ul:after {
        content: ""; clear: both; display: block;
    }
    .header .left_header_nav ul li{
        float: left;
    }

    .header .left_header_nav ul.nav>li:first-child a {
        background: url(https://hurricaneworkshop.esiteful.com/packages/theme_hurricane_workshop/themes/hurricane_workshop/images/home.png) no-repeat;
        display: block;
        padding: 20px 0 0 0;
        overflow: hidden;
        height: 0px !important;
        height /**/:20px;

    }
    .header .left_header_nav ul.nav>li:first-child a:hover {
        background-position: 0 -20px;
    }

    .header .left_header_nav ul li a{
        display: block; 
        padding: 0px 10px 5px 10px;
        text-decoration: none;
    }
    .header .left_header_nav ul ul {
        padding: 0px;
        position: absolute;
        top: 100%;
    }
    .header .left_header_nav ul ul li {
        float: none; 
        position: relative;
        font-size: 80%;
    }
    .header .left_header_nav ul ul li a {
        color: #fff;
        padding: 5px;
    }	
    .header .left_header_nav ul ul li a:hover {
        background: #DD0000;
    }

    .header .left_header_nav img {
        padding-right: 15px;
        vertical-align: middle;
    }

    .header .left_header_nav a:hover, .header .left_header_nav .nav-selected {
        color: #6dc0e7;
    }

    .header .right_header_nav {
        font-weight: bold;
        font-size: 10pt;
    }
    .header .right_header_nav a {
        color: #6dc0e7;
    }
    .header .right_header_nav a:hover, .header .right_header_nav .nav-selected {
        color: #FFF;
    }
    .header .right_header_nav li {
        display:inline;
        padding-right:20px;
    }
    .header .right_header_nav li img {
        padding-right:5px;
    }
    .main {
    	min-height: 100%;
    	height: auto !important;
    	height: 100%;
       background-color: #FFF;
       /*clear: both;*/
       padding-top: 35px;
    }
    .main .row {
       padding-bottom: 25px;
    }
    .main .homepagewidth {
       width: 11.85%;
       margin-right: 0px;
    }
    .main .subpagewidth {
       width: 6%;
       margin-right: 0px;
    }
    .main .tencol {
       width: 88.15%;
    }

    .main .sidebar h4{
       color: #e51d2d;
       margin-bottom: 5px;
       border-bottom: 1px solid #e51d2d;
    }
    .main .sidebar ul.nav{
	list-style-type: none;
       margin-left: 0px;
    }
    .main .sidebar ul.nav li{
       padding: 5px 0px;
    }
    .main .sidebar a:hover {
       color: #e51d2d;
    }
    .main .sidebar a.nav-selected {
       color: #000;
    }
    .main .main {
       color: #666;
       line-height: 20pt;
    }
    .main .main h2 {
       color: #0098CE;
       padding-bottom: 30px;
    }
    .main .main th p {
       font-size: 15pt;
    }

    .main .main tr {
       vertical-align: top;
    }
    .main .highlights {
       font-size: 9pt;
    }
    .main .highlights ul {
	list-style-type: none;
    }

    .main .highlights li {
       font-size: 10pt;
	clear: both;
    }
    .main .highlights img {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
    }
    .main .notices {
    }
    .main .notices #countdown {
       background: url(https://hurricaneworkshop.esiteful.com/packages/theme_hurricane_workshop/themes/hurricane_workshop/images/countdown.png);
       height: 161px;
       width: 152px;
       margin-bottom: 25px;
    }
    .main .notices #countdown h4 {
       text-align: center;
       line-height: 100px;
       font-size: 36pt;
       font-weight: bold;
	background-image: -webkit-gradient(
	linear,
	left top, left bottom,
	from(rgba(33, 147, 195, 1)),
	to(rgba(0, 0, 0, 1))
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    }
    .main .notices h5{
       text-align: center;
       font-size: 11pt;
    }

    .main .tickerDisplay {
       border: none;
       height: 100px;
    }
    .main .tickerDisplay .txt {
       font-size: 11pt;
       overflow: initial;
       padding: 0px;
       text-align: center;
       
    }
    .main .tickerDisplay .controls {
       display: none;
    }
    .main .sidebar img {
        padding-bottom: 25px;
    }
    .main table {
        width: 100%;
    }
    .main th, .main td {
        padding: 5px;
    }
    .main .formBlockSurveyTable, .main .formBlockSurveyTable td{
        border: none;
        padding: 0px;
    }
    .main ul {
       font-size: 11pt;
       margin-bottom: 10px;
    }
    .main .feeschedule {
        text-align: center;
    }
    .main .thead {
        background-color: #CCC;
    }
    .main .feeschedule .thead{
        text-align: center;
    }
    .main .odd {
        background-color: #EEE;
    }
    .main .feeschedule .odd{
        text-align: center;
    }
    .main .formBlockSurveyTable .question {
        text-align: right;
    }
    .main .formBlockSurveyTable input[type="text"], .main .formBlockSurveyTable input[type="tel"], .main .formBlockSurveyTable input[type="email"], .main .formBlockSurveyTable input[type="url"] {
        width: 250px;
    }
    .main p {
        margin-bottom: 10px;
    }
    .push { height: -142px }
    .footer {
        background: url(https://hurricaneworkshop.esiteful.com/packages/theme_hurricane_workshop/themes/hurricane_workshop/images/footer_bkg.png) repeat-x;
        background-color: #1E85B1;
        text-align: center;
        color: #97DAF6;
        min-height: 122px;
        /*height: 122px;*/
        padding: 24px 0px;
        font-size: 10pt;
        
    }
    .footer h5 {
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .footer #copyright {
        color: #000;
        text-transform: uppercase;
        font-size: 8pt;
    }

    #splash {
       background: url(https://hurricaneworkshop.esiteful.com/packages/theme_hurricane_workshop/themes/hurricane_workshop/images/splash_bkg.gif);

    }

    .splash_overlay {
        /**background: url(https://hurricaneworkshop.esiteful.com/packages/theme_hurricane_workshop/themes/hurricane_workshop/images/bkg_mask.png) no-repeat;/**/
        position: absolute;
        height: 500px;
        width: 1140px;
        z-index: 3;
        margin-left: -570px;
        left: 50%;
    }
    .splash_overlay_small {
        /**background: url(https://hurricaneworkshop.esiteful.com/packages/theme_hurricane_workshop/themes/hurricane_workshop/images/bkg_mask_inner.png) no-repeat;/**/
        position: absolute;
        height: 325px;
        width: 1140px;
        margin-left: -570px;
        left: 50%;
    }
.ccm-remo-expand-title {
        padding: 3px 25px;
        margin: 0px;
        color: #676767;
}
.ccm-remo-expand-content {
        background: #fefefe;
        padding: 15px;
        margin: 0 0 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        box-shadow: 1px 1px 0 #fff;
}
#ccm-page-status-bar {
       top:80px !important;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(https://hurricaneworkshop.esiteful.com/packages/theme_hurricane_workshop/themes/hurricane_workshop/logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}
