/* Minification failed. Returning unminified contents.
(1483,438): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1486,414): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1611,1): run-time error CSS1019: Unexpected token, found '@import'
(1611,9): run-time error CSS1019: Unexpected token, found ''https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/icons.css''
 */
/*
 * jQuery UI CSS ACU 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
 * jQuery UI Accordion 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Dialog 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Progressbar 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*
 * jQuery UI Resizable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
 

.ui-tabs { margin-top: 10px; position: relative; padding: .2em; zoom: 1; font-size: 1em; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; color: #164f6b; font-weight: bold; font-size: 1.1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { background-position: top; background-image: url(images/TemplateV3/tabs/tab_bg_active.gif); background-repeat: repeat-x; margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0;padding: 0px 30px 10px 30px; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

 
/*
 * jQuery UI CSS ACU 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif/*{ffDefault}*/; font-size: 1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/jquery/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/jquery/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/jquery/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/jquery/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/jquery/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/jquery/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/jquery/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/jquery/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/jquery/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/jquery/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/jquery/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/jquery/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/jquery/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/jquery/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/jquery/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/jquery/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/jquery/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }



/* AUTOSUGGEST */
div.autosuggest
{
	position: absolute;
	xbackground-image: url(img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 3px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	xbackground-image: url(img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	xbackground-image: url(img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	xbackground-image: url(img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	xbackground-image: url(img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_barxxx,
div.autosuggest div.as_footer div.as_barxxx
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #eaeaea;
	border: 1px solid gray;
}

div.autosuggest ul li
{
	color: black;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: black;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #777777;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #777777;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: black;
}

div.autosuggest ul li.as_highlight a span small
{
	color: black;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #777777;
	xbackground-image: url(img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	xbackground-image: url(img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	color: Black;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	xbackground-image: url(img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	xbackground-image: url(img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: red;
}




body { font-family: 'Fira Sans', sans-serif; font-size: 1em; font-weight: 400; background-color: white; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, th { margin: 0; padding: 0; }
a { text-decoration: none; }
div, ul, li { box-sizing: border-box; }
.max1200 { margin: 0 auto; width: 100%; max-width: 1200px; }

table { border-collapse: collapse; }

*, *:before, *:after { box-sizing: border-box; }
.clearfix:after { content: ""; display:table; clear: both; }

#page { margin: 0 auto; width: 100%; min-width: 320px; }
#xpage.fixed {width: 1200px;}

img { border: 0; }
/* RESPONSIVE: BASIC MEDIA QUERIES  */

@-moz-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@viewport { width: device-width; }
@-ms-viewport { width: device-width; }

/* Large desktop */
@media (min-width: 1200px) {
}

.hidden { display: none; visibility: hidden; }
.visible-phone { display: none !important; }
.visible-tablet { display: none !important; }
.hidden-desktop { display: none !important; }
.visible-desktop { display: inherit !important; }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important; }
  .visible-tablet { display: inherit !important; }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important; }
  .visible-phone { display: inherit !important; }

  .hidden-tablet { display: none !important; }
}

/* Landscape phones and down */
@media (max-width: 480px) {
     .hidden-phone { display: none !important; }
}

#regIsMobile { display: none; height: 0; width: 0; }


/* RESPONSIVE: THIS SETTING SCALES ALL IMAGES IN CONTENT MANAGED  PAGES ON MOBILES SO THEY DONT EXTEND OFF THE PAGE */
#regBodyContent img { height: auto;max-width: 100%; }


@media (max-width: 480px) {
  #regIsMobile { display: block; }

  #plcSearchBar { width: 300px; margin: 0 auto; padding: 5px 0 5px 0; }
}

/* ---------- Region: Header ---------- */
#regTopMenuBar { width: 100%; }
#regTopMenuBar .headerTop { width: 100%; overflow: hidden; height: 130px; }
#regTopMenuBar .headerTop .logo { width: 175px; height: 100%; padding: 13px; overflow: hidden; float: left; }
#regTopMenuBar .headerTop .logo img { width: 100%; }

#regTopMenuBar .headerTop .headerRight { width: calc(100% - 175px); float: left; overflow: hidden; height: 100%; }
#regTopMenuBar .headerTop .topMenu { width: 100%; text-transform: uppercase; overflow: hidden; font-size: 0.8em; height: 45px; }
#regTopMenuBar .headerTop .topMenu div { float: right; padding: 15px; }
  #regTopMenuBar .headerTop .topMenu div a { color: #3333CC; }

  #regTopMenuBar .headerTop .headerText { width: calc(100% - 290px); float: left; height: 85px; color: #3333CC; padding: 5px 20px 5px 5px; }

  #regTopMenuBar .headerTop .contact { width: 290px; float: left; height: 85px; color: #3333CC; padding-right: 15px; }
    #regTopMenuBar .headerTop .contact a { color: #3333CC; }
#regTopMenuBar .headerTop .contact > div { width: 100%; clear: both; overflow: hidden; padding: 5px 0; }
#regTopMenuBar .headerTop .contact .contactImg { float: left; }
#regTopMenuBar .headerTop .contact .contactText { text-align: right; float: right; }
#regTopMenuBar .headerTop .contact .telephone { font-weight: 600; font-size: 1.2em; }
#regTopMenuBar .headerTop .contact .telephone .contactImg { padding: 2px 5px; height: 23px; }
#regTopMenuBar .headerTop .contact .telephone .contactImg img { height: 19px; }
#regTopMenuBar .headerTop .contact .email { font-size: 1.1em; }
#regTopMenuBar .headerTop .contact .email .contactImg { padding: 1.5px 1px; height: 21px; }
#regTopMenuBar .headerTop .contact .email .contactImg img { height: 18px }

#regTopMenuBar .headerTop .contactMobile { display: none; height: 100%; padding: 25px 2px; float: right; }
#regTopMenuBar .headerTop .contactMobile > div { float: left; height: 29px; }
#regTopMenuBar .headerTop .contactMobile > div img { height: 100%; }
#regTopMenuBar .headerTop .contactMobile .aboutUs { padding: 7px 14px; }
#regTopMenuBar .headerTop .contactMobile .contactUs { padding: 5px 14px; }
#regTopMenuBar .headerTop .contactMobile .account { padding: 2px 14px; }

#regTopMenuBar .menuLinks { width: 100%; background-color: #3333CC; color: #fff; font-weight: 500; font-size: 1.0em; }
#regTopMenuBar .menuLinks #regMenuLinks { list-style: none; padding: 0; margin: 0; min-height: 50px; }
#regTopMenuBar .menuLinks #regMenuLinks > li { float: left; width: 13.333333%; text-align: center; padding: 15.5px 5px; position: relative; cursor: pointer }
#regTopMenuBar .menuLinks #regMenuLinks > li img { display: none; height: 26px; margin: 0 auto; }
#regTopMenuBar .menuLinks #regMenuLinks > li:nth-child(2),
#regTopMenuBar .menuLinks #regMenuLinks > li:nth-child(3),
#regTopMenuBar .menuLinks #regMenuLinks > li:nth-child(6) { width: 20%; }
#regTopMenuBar .menuLinks #regMenuLinks > li > a { color: #fff; }
#regTopMenuBar .menuLinks #regMenuLinks > li:hover { background-color: #3333CC; }
#regTopMenuBar .menuLinks #regMenuLinks > li > div { width: 300px; display: none; position: absolute; top: 50px; left: 0; z-index: 20; }
#regTopMenuBar .menuLinks #regMenuLinks > li > div > ul {  background-color: #fff; margin: 0; padding: 0; font-weight: 400; font-size: 0.85em; }
#regTopMenuBar .menuLinks #regMenuLinks > li:nth-child(5) > div { left: auto; right: 0; }
#regTopMenuBar .menuLinks #regMenuLinks > li:last-child > div { left: auto; right: 0; }
#regTopMenuBar .menuLinks #regMenuLinks > li:hover > div { display: block; }
#regTopMenuBar .menuLinks #regMenuLinks > li > div > ul > li { border: 1px solid #3333CC; border-top: none; padding: 7px; }
#regTopMenuBar .menuLinks #regMenuLinks > li > div > ul > li:first-child { border-top: 1px solid #3333CC; }
#regTopMenuBar .menuLinks #regMenuLinks > li > div > ul > li > a { color: #000; display: block; width: 100%; height: 100%; }
#regTopMenuBar .menuLinks #regMenuLinks > li > div > ul > li:hover { background-color: #3333CC; color: #fff; }
#regTopMenuBar .menuLinks #regMenuLinks > li > div > ul > li:hover a { color: #fff; }

@media only screen and (max-width: 941px) {
  #regTopMenuBar .headerTop .contact { width: 230px; }
  #regTopMenuBar .headerTop .headerText { font-size: 0.83em; width: calc(100% - 230px); padding-right: 10px; }
  #regTopMenuBar .headerTop .contact .telephone { font-size: 0.95em; }
  #regTopMenuBar .headerTop .contact .email { font-size: 0.93em; }
  #regTopMenuBar .menuLinks { font-size: 0.93em; }
  #regTopMenuBar .menuLinks #regMenuLinks > li { padding: 16px 3px; }
  #regTopMenuBar .menuLinks #regMenuLinks > li > div { width: 250px; }
}
@media only screen and (max-width: 700px) {
  #regTopMenuBar .headerTop .headerText { display: none; }
  #regTopMenuBar .headerTop .contact { float: right; }
  #regTopMenuBar .headerTop .topMenu div { padding-left: 0; }
  #regTopMenuBar .menuLinks { font-size: 0.88em; }
  #regTopMenuBar .menuLinks #regMenuLinks > li { padding: 16.5px 2px; }
}
@media only screen and (max-width: 660px) {
  #regTopMenuBar .menuLinks { font-size: 0.78em; }
  #regTopMenuBar .menuLinks #regMenuLinks > li { padding: 17.5px 2px; }
}
@media only screen and (max-width: 580px) {
  #regTopMenuBar .menuLinks { font-size: 0.98em; }
  #regTopMenuBar .headerTop { height: 77px; }
  #regTopMenuBar .headerTop .topMenu { display: none; }
  #regTopMenuBar .headerTop .logo { padding: 5px; width: 109.3px; }
  #regTopMenuBar .headerTop .logo img { width: auto; height: 100%; }
  #regTopMenuBar .headerTop .headerRight { width: calc(100% - 109.3px); }
  #regTopMenuBar .headerTop .contact { display: none; }
  #regTopMenuBar .headerTop .contactMobile { display: block; }
  #regTopMenuBar .menuLinks #regMenuLinks { position:relative; }
  #regTopMenuBar .menuLinks #regMenuLinks > li { width: 16.666666% !important; padding: 12px 2px; position: static; }
  #regTopMenuBar .menuLinks #regMenuLinks > li img { display: block; }
  #regTopMenuBar .menuLinks #regMenuLinks > li span { display: none; }
  #regTopMenuBar .menuLinks #regMenuLinks > li > div { left: 0!important; width: 100%; }
}


/* ---------- Homepage Panels ---------- */
.redBtn { background-color: #fff; color: #3333CC !important; text-transform: uppercase; text-align: center; font-weight: 600; font-size: 0.8em; padding: 9.5px; line-height: 120%; }
  .redBtn a { color: #3333CC !important; text-decoration: none !important; }

#divHomePageColumns { width: 100%; overflow: hidden;  }
#divHomePageColumns .homePanel { width: calc(33.333333% - 10px); margin: 0; margin: 5px; float: left; height: 305px; overflow: hidden; }

  #divHomePageColumns .homeBanner { width: calc(66.666666% - 10px); position: relative; height: 344px; border-bottom: 5px solid #3333CC; }
#divHomePageColumns .homeBanner img { position: absolute; top: 0; left: 0; width: 100%; display: block; }

#divHomePageColumns .homeWelcome { background: url('/Images/colourChange/bg_welcome.jpg') no-repeat 50% 0; color: #fff; text-align: center; padding: 20px; height: 344px; }
#divHomePageColumns .homeWelcome .welcomeTitle { font-weight: 500; font-size: 1.7em; line-height: 1.10em; padding: 12px 10px }
#divHomePageColumns .homeWelcome .welcomeText { font-size: 1em; line-height: 140%; padding: 10px; }

  #divHomePageColumns .homePanel .panelHeading { height: 50px; padding: 8px; background: #3333CC; background: -webkit-linear-gradient(left, #3333CC, #008EE0); background: -o-linear-gradient(right, #3333CC, #008EE0); background: -moz-linear-gradient(right, #3333CC, #008EE0); background: linear-gradient(to right, #3333CC, #008EE0); }
#divHomePageColumns .homePanel .panelHeading > div { float: left; }
#divHomePageColumns .homePanel .panelHeading .headImg { padding: 5px; height: 100%; }
#divHomePageColumns .homePanel .panelHeading .headImg img { height: 100%; }
#divHomePageColumns .homePanel .panelHeading .headTitle { font-weight: 600; font-style: italic; color: #fff; text-transform: uppercase; font-size: 1.15em; padding: 6px 5px 6px 20px; }
#divHomePageColumns .homePanel .panelHeading .redBtn { float: right; }

#divHomePageColumns .homePanel .oneEvent { height: 51px; width: 100%; padding: 5px; background-color: #CCCCCC; border-bottom: 1px solid #fff; overflow: hidden; }
#divHomePageColumns .homePanel .oneEvent > div { float: left; }

#divHomePageColumns .homePanel .oneEvent .eventDesc { width: calc(100% - 40px); padding: 6px 10px; color: #000; font-weight: 400; font-size: 0.75em; line-height: 120%; }
#divHomePageColumns .homePanel .oneEvent .eventDesc a { color: #000; text-decoration: none; }

#divHomePageColumns .homeChEvents { background: url('/Images/colourChange/Champ_events_bg.jpg') no-repeat right top; padding: 20px; position: relative; }
#divHomePageColumns .homeChEvents .chevTop { width: 100%; overflow: hidden; margin-bottom: 20px; }
#divHomePageColumns .homeChEvents .chevLogo { width: 130px; float: left; padding-right: 20px; }
#divHomePageColumns .homeChEvents .chevText1 { width: calc(100% - 130px); float: left; color: #fff; font-weight: 300; font-size: 1.7em; line-height: 110%; }
#divHomePageColumns .homeChEvents .chevText2 { width: calc(100% - 130px); float: left; color: #fff; font-weight: 600; font-size: 2.0em; line-height: 110%; }
#divHomePageColumns .homeChEvents .chevBar { font-size: 0.88em; width: 100%; padding: 8px 10px; margin-bottom: 5px; font-weight: 600; text-transform: uppercase; height: 34px; border-left: 5px solid #3333CC; border-right: 5px solid #3333CC; text-align: center; background-color: #fff; color: #3333CC; }
#divHomePageColumns .homeChEvents .chevBar a { color: #3333CC; text-decoration: none; }
#divHomePageColumns .homeEvents {position: relative;}
#divHomePageColumns .homeRide { background: url('/Images/2017/Ride_ACU_bg.jpg') no-repeat 50% 0; position: relative; text-align: center; }
#divHomePageColumns .homeRide img { margin: 50px auto; width: 130px; }
#divHomePageColumns .homeEvents .rideBottom, #divHomePageColumns .homeRide .rideBottom, #divHomePageColumns .homeChEvents .rideBottom { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #3333CC; color: #fff; padding: 16px; }
#divHomePageColumns  .rideText { font-weight: 500; text-align: center; padding: 0 40px 15px 40px; font-size: 1.18em; line-height: 130%; }
#divHomePageColumns  .redBtn { width: 100px; margin: 0 auto; }

#divHomePageColumns .homeClubs { background: url('/Images/2017/Centres_clubs_bg.jpg') no-repeat center center; position: relative; text-align: center; color: #fff; }
#divHomePageColumns .homeClubs .logoImg { z-index: 2; position: absolute; width: 130px; top: 10px; left: calc(50% - 65px); }
#divHomePageColumns .homeClubs .clubsText1 { z-index: 1; padding: 15px 0; position: absolute; top: 84px; left: 30px; width: calc(100% - 60px); font-weight: 300; background-color: #3333CC; font-size: 1.8em; line-height: 135%; }
#divHomePageColumns .homeClubs .clubsText1 span { font-weight: 600; }
#divHomePageColumns .homeClubs .clubsText2 { z-index: 1; padding: 12px 10px; position: absolute; top: 149px; left: 30px; width: calc(100% - 60px); font-weight: 400; background-color: #249DED; font-size: 1.18em; line-height: 140%; }
#divHomePageColumns .homeClubs .redBtn { position: absolute; bottom: 25px; width: 196px; left: calc(50% - 98px); padding: 0; }
#divHomePageColumns .homeClubs .redBtn div { float: left; padding: 9.5px 0 9.5px 17px; }
#divHomePageColumns .homeClubs .redBtn img { float: left; height: 24px; margin: 5px 10px; }

#divHomePageColumns .homeMagazine, .homeEvents { background: url('/Images/2017/Sport_moto_bg.jpg') no-repeat 50% 0; height: 147.5px; margin-bottom: 10px; }
#divHomePageColumns .homeMagazine img { height: 116px; margin: 15.75px; float: left; border: 1px solid #333333; }
#divHomePageColumns .homeMagazine .magRight {width: 100%; color: #fff; text-align: center; }
#divHomePageColumns .homeMagazine .magRight .motoText1 { font-weight: 800; font-style: italic; font-size: 1.5em; padding-top: 10px; line-height: 120%; }
#divHomePageColumns .homeMagazine .magRight .motoText2 { font-weight: 600; font-style: italic; font-size: 1.1em; padding-top: 9px; line-height: 120%; }
#divHomePageColumns .homeMagazine .magRight .redBtn { width: 165px; margin: 14px auto; }
#divHomePageColumns .homeNewsletter { height: 147.5px; width: 100%; border: 10px solid #999999; }
#divHomePageColumns .homeNewsletter .newsletHead { height: 44px; color: #fff; font-size: 1.4em; }
#divHomePageColumns .homeNewsletter .newslettitle { float: left; height: 100%; background-color: #3333CC; font-weight: 600; font-style: italic; width: calc(100% - 70px); text-align: left; padding: 10.5px 15px; }
#divHomePageColumns .homeNewsletter .newsletFree { float: left; height: 100%; background-color: #249DED; font-weight: 600; width: 70px; text-align: center; padding: 10.5px 0; }
#divHomePageColumns .homeNewsletter .newsletText { text-align: center; font-weight: 500; color: #3333CC; font-size: 1.05em; padding: 11.5px 0 8px 0; }
  #divHomePageColumns .homeNewsletter .redBtn { width: 124px; margin: 0 auto; color: #fff !important; background: #008EE0 !important; }
  #divHomePageColumns .homeNewsletter .redBtn a { color: #fff !important; }

@media only screen and (max-width: 1110px) and (min-width: 851px) {
  #divHomePageColumns .homeWelcome .welcomeTitle { padding: 20px 0; font-size: 1.7em; }
  #divHomePageColumns .homeWelcome .welcomeText { font-size: .8em; padding: 10px 0; }
  #divHomePageColumns .homeChEvents .chevText1 { font-size: 1.4em; width: calc(100% - 100px); }
  #divHomePageColumns .homeChEvents .chevText2 { font-size: 1.7em; width: calc(100% - 100px); }
  #divHomePageColumns .homeChEvents .chevLogo { padding-right: 10px; width: 100px; }
  #divHomePageColumns .homeChEvents { padding: 20px 10px; }
  #divHomePageColumns .homeChEvents .chevBar { font-size: 0.75em; }
  #divHomePageColumns .homeRide .rideText { font-size: 1em; padding: 0 0 15px 0; }
  #divHomePageColumns .homeClubs .clubsText1 { font-size: 1.3em; }
  #divHomePageColumns .homeClubs .clubsText2 { font-size: 0.88em; top: 140px; padding: 12px 5px; }
  #divHomePageColumns .homeMagazine .magRight .motoText1 { font-size: 1.75em; }
  #divHomePageColumns .homeMagazine .magRight .motoText2 { font-size: 0.85em; }
  #divHomePageColumns .homeMagazine .magRight .redBtn { margin-top: 27px; }
  #divHomePageColumns .homeNewsletter .newsletText { font-size: 0.85em; }
}
@media only screen and (max-width: 960px) and (min-width: 851px) {
  #divHomePageColumns .homeChEvents .chevBar { font-size: 0.75em;}
  #divHomePageColumns .homeChEvents .chevText1 { font-size: 1.1em; }
  #divHomePageColumns .homeChEvents .chevText2 { font-size: 1.4em; }
  #divHomePageColumns .homePanel .panelHeading .headTitle { font-size: 0.95em; padding: 7.5px 5px 7.5px 15px; }
  #divHomePageColumns .homeClubs .clubsText1 { font-size: 1.0em; }
  #divHomePageColumns .homeClubs .clubsText2 { top: 135px; }
  #divHomePageColumns .homeClubs .logoImg { width: 110px; left: calc(50% - 55px); top: 15px; }
  #divHomePageColumns .homeMagazine img { margin: 15.75px 5.75px; }
  #divHomePageColumns .homeMagazine .magRight { width: calc(100% - 99px); }
  #divHomePageColumns .homeMagazine .magRight .motoText1 { font-size: 1.35em; }
  #divHomePageColumns .homeMagazine .magRight .motoText2 { font-size: 0.8em; }
  #divHomePageColumns .homeMagazine .magRight .redBtn { padding: 9.5px 3px; width: 152px; margin-top: 33px; }
  #divHomePageColumns .homeNewsletter .newsletText { font-size: 0.8em; }
  #divHomePageColumns .homePanel .oneEvent:last-child { display: none; }
  #divHomePageColumns .homePanel .oneEvent { height: 64px; }
  #divHomePageColumns .homePanel .oneEvent .eventDate { width: 53px; height: 53px }
  #divHomePageColumns .homePanel .oneEvent .eventDesc { width: calc(100% - 53px); }
  #divHomePageColumns .homePanel .oneEvent .eventDate .eventDay { padding: 7px 0; }
}
@media only screen and (max-width: 920px) and (min-width: 851px) {
  #divHomePageColumns .homeBanner { height: 305px; }
  #divHomePageColumns .homeWelcome { height: 305px; }
  #divHomePageColumns .homeWelcome .welcomeTitle { padding: 10px 0; font-size: 1.4em; }
  #divHomePageColumns .homeWelcome .welcomeText { font-size: 0.8em; padding: 10px 0; }
  #divHomePageColumns .homeNewsletter .newsletText { font-size: 0.75em; }
}
@media only screen and (max-width: 850px) {
  #divHomePageColumns .homePanel { width: calc(50% - 10px); }
  #divHomePageColumns .homeBanner { width: calc(100% - 10px); }
  #divHomePageColumns .homeWelcome { height: 305px; }
  #divHomePageColumns .homeMagNewsletter { width: calc(100% - 10px); height: auto; }
  #divHomePageColumns .homeMagazine { width: calc(50% - 5px); margin-right: 5px; float: left; }
  #divHomePageColumns .homeNewsletter { width: calc(50% - 5px); margin-left: 5px; float: left; }
  #divHomePageColumns .homeWelcome .welcomeTitle { padding: 10px 0; font-size: 1.8em; }
  #divHomePageColumns .homeWelcome .welcomeText { padding: 10px 0; font-size: 0.95em; }
}
@media only screen and (max-width: 760px) and (min-width: 551px) {
  #divHomePageColumns .homeWelcome .welcomeTitle { padding: 20px 0; font-size: 1.7em; }
  #divHomePageColumns .homeWelcome .welcomeText { font-size: 0.95em; padding: 10px 0; }
  #divHomePageColumns .homeChEvents .chevText1 { font-size: 1.4em; width: calc(100% - 100px); }
  #divHomePageColumns .homeChEvents .chevText2 { font-size: 1.7em; width: calc(100% - 100px); }
  #divHomePageColumns .homeChEvents .chevLogo { padding-right: 10px; width: 100px; }
  #divHomePageColumns .homeChEvents { padding: 20px 10px; }
  #divHomePageColumns .homeChEvents .chevBar { font-size: 0.75em; }
  #divHomePageColumns .homeRide .rideText { font-size: 1em; padding: 0 0 15px 0; }
  #divHomePageColumns .homeClubs .clubsText1 { font-size: 1.3em; }
  #divHomePageColumns .homeClubs .clubsText2 { font-size: 0.88em; top: 140px; padding: 12px 5px; }
  #divHomePageColumns .homeMagazine .magRight .motoText1 { font-size: 1.75em; }
  #divHomePageColumns .homeMagazine .magRight .motoText2 { font-size: 0.85em; }
  #divHomePageColumns .homeMagazine .magRight .redBtn { margin-top: 27px; }
  #divHomePageColumns .homeNewsletter .newsletText { font-size: 0.85em; }
}
@media only screen and (max-width: 700px) and (min-width: 551px) {
  #divHomePageColumns .homeChEvents .chevBar { font-size: 0.75em; }
  #divHomePageColumns .homeChEvents .chevText1 { font-size: 1.1em; }
  #divHomePageColumns .homeChEvents .chevText2 { font-size: 1.4em; }
  #divHomePageColumns .homePanel .panelHeading .headTitle { font-size: 0.95em; padding: 7.5px 5px 7.5px 15px; }
  #divHomePageColumns .homeClubs .clubsText1 { font-size: 1.0em; }
  #divHomePageColumns .homeClubs .clubsText2 { top: 135px; }
  #divHomePageColumns .homeClubs .logoImg { width: 110px; left: calc(50% - 55px); top: 15px; }
  #divHomePageColumns .homeMagazine img { margin: 15.75px 5.75px; }
  #divHomePageColumns .homeMagazine .magRight { width: calc(100% - 99px); }
  #divHomePageColumns .homeMagazine .magRight .motoText1 { font-size: 1.35em; }
  #divHomePageColumns .homeMagazine .magRight .motoText2 { font-size: 0.8em; }
  #divHomePageColumns .homeMagazine .magRight .redBtn { padding: 9.5px 3px; width: 152px; margin-top: 33px; }
  #divHomePageColumns .homeNewsletter .newsletText { font-size: 0.8em; }
  #divHomePageColumns .homePanel .oneEvent:last-child { display: none; }
  #divHomePageColumns .homePanel .oneEvent { height: 64px; }
  #divHomePageColumns .homePanel .oneEvent .eventDate { width: 53px;height: 53px }
  #divHomePageColumns .homePanel .oneEvent .eventDesc { width: calc(100% - 53px); }
  #divHomePageColumns .homePanel .oneEvent .eventDate .eventDay { padding: 7px 0; }
}
@media only screen and (max-width: 640px) and (min-width: 551px) {
  #divHomePageColumns .homeBanner { height: 305px; }
  #divHomePageColumns .homeWelcome { height: 305px; }
  #divHomePageColumns .homeWelcome .welcomeTitle { padding: 10px 0; font-size: 1.4em; }
  #divHomePageColumns .homeWelcome .welcomeText { font-size: 0.85em; padding: 10px 0; }
  #divHomePageColumns .homeNewsletter .newsletText { font-size: 0.75em; }
}
@media only screen and (max-width: 570px) and (min-width: 551px) {
  #divHomePageColumns .homeMagazine img { height: auto; max-width: calc(30% - 11.5px); margin: 15.75px 5.75px; max-height: 116px; }
  #divHomePageColumns .homeMagazine .magRight { width: 70%; }
}
@media only screen and (max-width: 550px) {
  #divHomePageColumns .homePanel { width: calc(100% - 10px); }
  #divHomePageColumns .homeNewsletter { width: 100%; margin-left: 0; }
  #divHomePageColumns .homeMagazine { width: 100%; margin-right: 0; }
  #divHomePageColumns .homeBanner { height: auto; position: static; overflow: hidden; margin-bottom: 0; }
  #divHomePageColumns .homeBanner img { position: static; }
  #divHomePageColumns .homeWelcome { margin-top: 0; height: auto; }
  #divHomePageColumns .homeWelcome .welcomeText { padding-bottom: 30px; }
}
@media only screen and (max-width: 460px) {
  #divHomePageColumns .homeWelcome .welcomeTitle { padding: 20px 0; font-size: 1.7em; }
  #divHomePageColumns .homeWelcome .welcomeText { font-size: 0.95em; padding: 10px 0; }
  #divHomePageColumns .homeChEvents .chevText1 { font-size: 1.4em; width: calc(100% - 100px); }
  #divHomePageColumns .homeChEvents .chevText2 { font-size: 1.7em; width: calc(100% - 100px); }
  #divHomePageColumns .homeChEvents .chevLogo { padding-right: 10px; width: 100px; }
  #divHomePageColumns .homeChEvents { padding: 20px 10px; }
  #divHomePageColumns .homeChEvents .chevBar { font-size: 0.75em; }
  #divHomePageColumns .homeRide .rideText { font-size: 1em; padding: 0 0 15px 0; }
  #divHomePageColumns .homeClubs .clubsText1 { font-size: 1.3em; }
  #divHomePageColumns .homeClubs .clubsText2 { font-size: 0.88em; top: 140px; padding: 12px 5px; }
  #divHomePageColumns .homeMagazine .magRight .motoText1 { font-size: 1.75em; }
  #divHomePageColumns .homeMagazine .magRight .motoText2 { font-size: 0.85em; }
  #divHomePageColumns .homeMagazine .magRight .redBtn { margin-top: 27px; }
  #divHomePageColumns .homeNewsletter .newsletText { font-size: 0.85em; }
}
@media only screen and (max-width: 400px) {
  #divHomePageColumns .homeChEvents .chevText1 { font-size: 1.1em; }
  #divHomePageColumns .homeChEvents .chevText2 { font-size: 1.4em; }
  #divHomePageColumns .homePanel .panelHeading .headTitle { font-size: 0.95em; padding: 7.5px 5px 7.5px 15px; }
  #divHomePageColumns .homeClubs .clubsText1 { font-size: 1.0em; }
  #divHomePageColumns .homeClubs .clubsText2 { top: 135px; }
  #divHomePageColumns .homeClubs .logoImg { width: 110px; left: calc(50% - 55px); top: 15px; }
  #divHomePageColumns .homeMagazine img { margin: 15.75px 5.75px; }
  #divHomePageColumns .homeMagazine .magRight { width: calc(100% - 99px); }
  #divHomePageColumns .homeMagazine .magRight .redBtn { padding: 9.5px 3px; width: 152px; }
  #divHomePageColumns .homeNewsletter .newsletText { font-size: 0.8em; }
  #divHomePageColumns .homePanel .oneEvent:last-child { display: none; }
  #divHomePageColumns .homePanel .oneEvent { height: 64px; }
  #divHomePageColumns .homePanel .oneEvent .eventDate { width: 53px;height: 53px }
  #divHomePageColumns .homePanel .oneEvent .eventDesc { width: calc(100% - 53px); }
  #divHomePageColumns .homePanel .oneEvent .eventDate .eventDay { padding: 7px 0; }
}


/* ---------- Region: Footer ---------- */
#regBottomSection { width: 100%; overflow: hidden; border-top: 1px solid #999999; margin-top: 5px; }
#regBottomSection a { color: #fff; }

#regBottomSection #divPartnersLogos { width: 100%; height: 108px; padding: 0; text-align: justify; -ms-text-justify: distribute-all-lines; text-justify: distribute-all-lines; overflow: hidden; }
#regBottomSection #divPartnersLogos .divLogo { height: 108px; display: inline-block; *display: inline; zoom: 1; padding: 27px 10px; overflow: hidden; }
#regBottomSection .stretch { width: 100%; display: inline-block; font-size: 0; line-height: 0; }
#regBottomSection #divPartnersLogos .divLogo img { height: 100%; }
#regBottomSection #divPartnersLogos .maxxisLogo img { height: 27px; margin: 13.5px 0; }

#regBottomSection .midFooter { background-color: #3333CC; color: #fff; overflow: hidden; }
#regBottomSection .midFooter .max1200 { overflow: hidden; display: flex; align-items: stretch; }
#regBottomSection .midFooter .max1200 > div { width: 33.333333%; float: left; border-right: 1px solid #333333; padding: 22px 10px; text-align: center; }
#regBottomSection .midFooter .max1200 > div:last-child { border-right: none; }

#regBottomSection .midFooter .socialText { text-transform: uppercase; font-weight: 500; font-size: 1em; }
#regBottomSection .midFooter .socialIcons { width: 90px; margin: 35px auto 0 auto; overflow: hidden; }
#regBottomSection .midFooter .socialIcons img { height: 24px; }
#regBottomSection .midFooter .twitter { float: left; height: 24px; }
#regBottomSection .midFooter .facebook { float: right; height: 24px; }

#regBottomSection .midFooter .menuLinks { font-weight: 300; font-size: 0.85em; }
#regBottomSection .midFooter .menuLinks ul { margin: 0; padding: 4px 0; list-style: none; }
#regBottomSection .midFooter .menuLinks ul li { padding: 7px 0; }

#regBottomSection .midFooter .address { font-weight: 300;  font-size: 0.85em; }

#regFooter { background-color: #333333; color: #fff; font-size: 0.8em; font-weight: 300;overflow: hidden; }
#regFooter .max1200 { padding: 20px; overflow: hidden; }
#regFooter .Copyright { width: 50%; float: left; text-align: left; }
#regFooter .DesignedBy { width: 50%; float: left; text-align: right; }

@media only screen and (max-width: 550px) {
  #regBottomSection .midFooter .max1200 { display: block; }
  #regBottomSection .midFooter .max1200 > div { width: 100%; border-right: none; border-bottom: 1px solid #333333; }
  #regFooter .Copyright { width: 100%; text-align: center; }
  #regFooter .DesignedBy { width: 100%; text-align: center; padding-top: 10px; }
  #regBottomSection .midFooter .max1200 > div:last-child { border-bottom: 1px solid #fff; }
}

/* ---------- Region: Body ---------- */
#regBodyContent { min-height: 450px; font-size: 1em; line-height: 1.4em; padding: 10px 10px; width: 100%; max-width: 1200px; overflow: hidden; margin: 0 auto; }
  #regBodyContent h1 { position: relative; margin: 5px 0 8px 0; padding: 0 0 10px 10px; font-size: 1.8em; line-height: 1.1em; font-weight: bold; color: #3333CC; }
  #regBodyContent h2 { margin: 5px 0 8px 0; padding: 5px 0 5px 0; font-size: 1.6em; line-height: 1.1em; font-weight: bold; color: #3333CC; }
  #regBodyContent h3 { margin: 8px 0 5px 0; font-size: 1.1em; font-weight: bold; color: #3333CC; }
  #regBodyContent h4 { margin: 8px 0 5px 0; font-size: 1em; font-weight: bold; color: #3333CC; }
  #regBodyContent h5 { margin: 8px 0 5px 0; font-size: 1em; font-weight: bold; color: #3333CC; }

  #regBodyContent h1 div.addthis_sharing_toolbox { position: absolute; top: -10px; right: 10px;}
  #regBodyContent .centredetails, #regBodyContent .clubdetails { font-weight: bold; color: #3333CC; text-align: right; padding-right: 5px; white-space: nowrap }
  #regBodyContent a { color: #3333CC; font-weight: bold; text-decoration: underline }
    #regBodyContent a:hover { text-decoration: underline; color: #3333CC }
#regBodyContent a.button, #regRarities a.button, #regLatestReleases a.button { padding: 3px 10px; background-color: #000000; color: white; text-decoration: none; -webkit-border-radius: 13px; -moz-border-radius: 13px; border-radius: 13px;}

#regBodyContent ul li { list-style-type: square; }

/*If you want a background on regMainContent to span the height of regBodyContent this is necessary. */

/* Region: Information boxes - warning and information */
.msgboxInformation { display: none; background: url(../images/message-boxes/message_info.jpg) no-repeat top right; color: white; background-color: #9EC933; font-weight: bold; margin: 2px 0 2px 1px; padding: 5px; }
.msgboxInformation #msgInformationToUserText { background: url(data:image/png;base64,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) no-repeat top left; margin: 5px 0 5px 7px; padding: 0 10px 5px 40px; min-height: 25px; line-height: 25px; font-size: 1em; font-weight: bold; }
.msgboxWarning { display: none; background: url(../images/message-boxes/message_warning.jpg) no-repeat top right; background-color: #FFB00B; color: white; font-weight: bold; margin: 2px 0 2px 1px; padding: 5px; }
.msgboxWarning #msgWarningToUserText { background: url(data:image/png;base64,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) no-repeat top left; margin: 5px 0 5px 7px; padding: 0 10px 5px 40px; min-height: 25px; line-height: 25px; font-size: 1em; font-weight: bold; }

#regBodyContent .breadcrumbtrail { margin: 5px 0 8px 0; font-size: .9em; font-weight: bold; color: #000000}
#regBodyContent .breadcrumbtrail div { padding: 0 5px 0 5px; display: inline; }
#regBodyContent .breadcrumbtrail a { color: inherit; text-decoration: none;}

#regBodyContent .quotes { }
#regBodyContent .quotes .quote { margin: 0 0 10px 0; padding-top: 10px; }
#regBodyContent .quotes .quote .header { background-image: url('data:image/gif;base64,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') /*../images/quotes/quote_header.gif*/; background-repeat: no-repeat; height: 32px; }
#regBodyContent .quotes .quote .middle { padding: 0 70px 10px 50px; font-size: 1.2em; background-image: url('data:image/gif;base64,R0lGODlhEQIgAKIAAP////Hx8fLy8tDQ0M/Pz9HR0QAAAAAAACH5BAAAAAAALAAAAAARAiAAAAP/SCEL/jDKSau9OOvNu/9gKI5kaZ5oqq5j4AZE8QZsbd94ru987//AkmAYGAxcw6ByyWw6n9ColIQsyha0qXbL7Xq/YCe2eHyFz+i0es3ejgsFRqNNr9vv+PxkRijP9YCBgoOEPC8CfTOFi4yNjo8SM0aKkJWWl5hhYwQERFmZoKGiozlVRp6kqaqrrBpyMH6frbO0tZmSZQy2u7y9g7hIAr7DxMVowFjGysvMTXKIfsLN09TVLJudZtbb3N0ch5xV3uPk5QDPAwpy5uztzQtDk9ru9PW74Arz9vv8pMgu/QIKxASMgbSBCBMSkpQPoMKHEO8YJEMposWLZxhWxMixMqOUV/J0eRxJcgmfaCVTqtwxRp7DlTBjoij4UqbNmx6CDYhjEKfPnxhaxgJKtOgDkAkAADs=') /*../images/quotes/quote_bg.gif*/; background-repeat: repeat-y; }
#regBodyContent .quotes .quote .footer { background-image: url('data:image/gif;base64,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iTigoxYcEMHiPGSBFRD1qljN6i0YgIMEgOIGC2WCCAJQiREU9BYo2ABZ8qKBiGr1rXCNKyICMIJyeCABToBbKI4h0VucwGfmoYAN5ErYwhoWCzIgKyV6UAHdLYEAFViZJUghDQj0TDuo+kACXHLYznr2s1YUhgE2MBImGG9mlBgBTqWRARQgoC0IkOlnZ0vbtzKgAhIohyecIAMjUSIFKnCsNDAQgyzJigA16IErasvc5rJUApQywAh+0YQL+IAGlMgESq1xgg7wtEIm0KJzx0temuQgFAEI/64TioSJCmz3GhZIAQlkswLZlve++I1IDjowgeNBoQEj6MAIFPBeeRCgARuoAWJqMAGE5PfBELZGAjxQqihwwAOeEG49SJCCAU3FAglYboRHTOISS6EEFOiABQBjAgT808QwjnGMFyACnT1lpDLOsY4jTGMY9JEvNEDBjodM5PFqYAM/mOcQGhADzhb5yVA27AMokIINcIAAP42ylrcMVxBgCXkyGACXx0zmoUKAA/Qss5rXzOY2u/nNcI6znOdM5zrb+c54zrOe98znPvv5z4AOtKAHTehCG/rQiE60ohfN6EY7+tGQjrSkJ03pSlv60pjOtKY3zelOe/rToA61qOFHTepSm/rUqE61qlfN6la7+tWwjrWsZ03rWtv61rjOta53zete+/rXwA62sIdN7GIb+9jITrayl83sZjv72dCOtrSnTe1qW/va2M62trfN7W57+9vgDre4x03ucpv73OhOt7rXze52u/vd8I63vOdN73rb+974zre+983vfvv73wAPuMAHTvCCG/zgCE+4whfO8IY7/OEQj7jEJ07xilv84hjPuMY3zvGOe/zjIA+5yEdO8pKb/OQoT7nKV87ylrv85TCPucxnTvOa2/zmOM+5znfO8577/OdAD7rQh77nIAAAOw==') /*../images/quotes/quote_footer_bg.gif*/; background-repeat: no-repeat; height: 23px; font-size: 1.1em; color: #333333; padding: 32px 50px 0 80px; }

#regBodyContent .OfficeLocations { vertical-align: top; border-bottom: 1px solid #CCCCCC; margin: 10px; padding-bottom: 8px; }
  #regBodyContent .OfficeLocations .OfficeName { float: left; font-size: 1.4em; font-weight: bold; color: #3333CC; margin-bottom: 6px; clear: left; }
#regBodyContent .OfficeLocations .Address { float: left; clear: left; }
#regBodyContent .OfficeLocations .MapArea { float: right; width: 50%; clear: right; }
#regBodyContent .OfficeLocations .MapArea .Map { width: 100%; height: 300px; border: 2px solid #E3E3E3; margin: 0; }
  #regBodyContent .OfficeLocations .MapArea .DirectionFinder { text-align: center; background-color: #3333CC; padding: 3px 3px 2px 10px; margin: 4px 0 0 0; color: #FFFFFF; font-size: 1.1em; font-weight: bold; text-transform: uppercase; }
#regBodyContent .OfficeLocations .MapArea .DirectionFinder a { color: #FFFFFF; font-size: 0.9em; text-decoration: none; }
@media (max-width: 767px) {
    #regBodyContent .OfficeLocations .MapArea {width: 100%; clear: both; margin-bottom: 20px}
}
#regBodyContent .Warning { margin: 0 auto; clear: both; background: #EDA32D; /* old browsers */ background: -moz-linear-gradient(top, #F1FA00 0, #FCFEC6 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#F1FA00), color-stop(99%,#FCFEC6)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1FA00', endColorstr='#FCFEC6',GradientType=0 ); /* ie */ border: none; text-align: left; padding: 0.4em; padding-left: 1em; font-size: 1.1em; border: solid 2px #DC0125; -webkit-border-radius: 5px; border-radius: 5px; -moz-border-radius: 5px; }

#regBodyContent .galleryImages { clear: both; margin: 15px 0 20px 0; }
#regBodyContent .galleryImages .image { border: 1px solid silver; float: left; padding: 2px; margin: 0 6px 10px 0; }
#regBodyContent .galleryImages .image img { border: none; }
#regBodyContent .galleryImages .instructions { color: gray; clear: both; font-size: .9em; }

/* datagrid styles */
#regBodyContent .datagrid .datagridHeader { background-color: #cccccc; font-weight: bold; margin-bottom: 10px; }
#regBodyContent .datagrid .datagridHeader td { padding: 2px 4px 2px 4px; }
#regBodyContent .datagrid .datagridItem { background-color: #efefef; border-bottom: 1px solid #666666; }
#regBodyContent .datagrid .datagridItem td { padding: 2px 4px 2px 4px; }
#regBodyContent .datagrid .datagridAlternatingItem { background-color: #ffffff; border-bottom: 1px solid #666666; }
#regBodyContent .datagrid .datagridAlternatingItem td { padding: 2px 4px 2px 4px; }

#regBodyContent .ContentSearch ol { margin-left: 5px; padding-left: 7px; }
#regBodyContent .ContentSearch ol li { margin-left: 5px; padding-left: 4px; }
#regBodyContent .ContentSearch .SearchResults { border-bottom: 1px solid #CCCCCC; padding-bottom: 5px; margin-bottom: 5px; }
#regBodyContent .ContentSearch .SearchResults .Header .Category { color: #E96C20; font-weight: bold; }
#regBodyContent .ContentSearch .SearchResults .Header a { font-size: 1.1em; text-decoration: none; }
#regBodyContent .ContentSearch .SearchResults .Date { font-weight: bold; font-style: italic; color: #313131; padding-top: 5px; }
#regBodyContent .ContentSearch .SearchResults .Content { clear: both; padding: 5px 0 0 0; }
#regBodyContent .ContentSearch .SearchResults .ReadMore { text-align: right; padding-top: 6px; padding-bottom: 3px; }
#regBodyContent .ContentSearch .SearchResults .ReadMore a { background-color: #E96C20; padding: 1px 4px 1px 4px; color: #FFFFFF; text-decoration: none; }
#regBodyContent .DisciplineButton {background-color: #E2E2E2; cursor: pointer; color: #333; width:96%; font-weight: bold; margin: 1%; float: left; text-align:left;border-radius: 5px; border: 1px solid #E2E2E2; font-size: 1.1em;padding: 1% 1.5%}
#regBodyContent .DisciplineButton a {text-decoration: none}
  #regBodyContent .DisciplineButton:hover { background-color: #3333CC }
#regBodyContent .DisciplineButton:hover a {color: #E2E2E2}
 #regBodyContent .DisciplineButton .redLink {float: right;}

@media only screen and (max-width: 620px) {
    #regBodyContent h1  {font-size: 1.6em}
    #regBodyContent .DisciplineButton  {text-align:center}
 #regBodyContent .DisciplineButton .redLink {float: none !important; margin: 1% auto; text-align: center}
}

hr {color: #CCC}
#regBodyContent .EventCTA { overflow: hidden; padding: 5px; float: left; color: #FFF; background-color: #3333CC; width: 100%; padding: 10px; font-size: 1.1em; margin: 0px 0px 10px 0px; }
#regBodyContent .EventCTA h3,#regBodyContent .EventCTA a {color: #FFF}
#regBodyContent .YellowAlert { text-transform: uppercase;margin: 1%; color: #FFF; font-weight: bold; font-size: 1em;padding: 0.2% 1%; text-align: center;  background-color: #249DED;}
#regBodyContent .div_Eventtext { background-color: #EFEFEF; text-align: center; border: 2px solid #3333CC; padding: 0.5% 1%; font-weight: bold; margin-bottom: 15px; font-size: 18px; color: #3333CC; }
#regBodyContent .MapUnavailable { color: #3333CC; font-size: 1.6em; padding: 2%; font-weight: bold; text-align: center; }
  #regBodyContent   .EventDetailsCol {float: left; width: 48%; margin: 1%}
    #regBodyContent .EventDetailsCol table tr td.ItemDescription { color: #3333CC; font-weight: bold; }
    #regBodyContent   .EventDetailsCol input {font-size: 1em; border-radius: 0}
#regBodyContent .redLink { text-align: right;}
  #regBodyContent .redLink a { text-transform: uppercase; text-decoration: none; padding: 3px 7px; color: #FFFFFF; font-weight: normal; font-size: 0.9em; border: 1px solid #3333CC; background-color: #3333CC; }
#regBodyContent .greenLink a { text-transform: uppercase; text-decoration:none;  padding: 3px 7px; color: #FFFFFF; font-weight: normal; font-size: 0.9em; border: 1px solid #2F852E; background-color: #2F852E; }
#regBodyContent .greenLink {text-align: left; font-size: 1.1em; padding:0.5%; }
#regBodyContent .ChampEvents .greenLink {float: left; width: 49%; margin:0.5%;box-sizing: border-box;background-color: #2F852E; text-align: center;}

#regBodyContent .redLink:hover a, #regBodyContent .greenLink:hover a { background-color: #3333CC; border: 1px solid #3333CC; }
/* Gallery related styles */
#regBodyContent .GalleryThumbnailBrowse { height: 200px; }
#regBodyContent .GalleryThumbnailBrowse .SubCategory { padding: 1px; text-align: center; border: 1px solid #CCCCCC; margin-right: 5px; }
#regBodyContent .GalleryThumbnailBrowse .SubCategory .Thumbnail { background-color: #FFFFFF; height: 160px; width: 160px; margin: 2px; display: table-cell; vertical-align: middle; }
#regBodyContent .GalleryThumbnailBrowse .SubCategory .Title { background-color: #CCCCCC; text-align: center; padding: 3px; margin: 0; }
#regBodyContent .GalleryThumbnailBrowse .SubCategory .Title a { text-decoration: none; color: #000000; font-size: 1.1em; }

/* Cookie Notification */
#cookieNotificationOuter {background-color: #D1D1D1; overflow: hidden; display: none; }
#cookieNotification { position: relative; background-color: #D1D1D1; border: none; padding: 0.25% 0.5%; margin: 0 auto; max-width: 1200px; width: 100%; box-sizing: border-box; font-size: .9em; }
  #cookieNotification #cookieNotificationClose { float: right; margin: 10px; padding: 5px 10px 5px 10px; font-weight: bold; color: white; background-color: #3333CC; cursor: pointer; }
#cookieNotification a { color: #FFFFFF; }

/* Comments on pages */
#comments { clear: both; margin: 15px 0 15px 0; }
#comments ul { padding: 0; margin: 0; list-style-type: none !important; }
#comments ul li { list-style-type: none !important; border-left: 3px solid #ccc; margin: 10px 10px 10px 40px; padding-left: 15px; }
#comments ul li span.comment { display: block; color: #444444; margin: 4px 0 4px 0; }
#comments ul li span.comment:before { content: '\201C'; }
#comments ul li span.comment:after { content: '\201C'; }
#comments ul li span.personsname { color: gray; font-weight: bold; }
#comments ul li span.datestamp { display: block; font-size: .9em; color: gray; }
#comments ul li.leaveNewComment { cursor: pointer; border-left: none; margin: 15px 10px 10px 20px; }
#comments ul li.noComments { cursor: pointer; }


/* Account Details */
.myAccDetails { float: left; padding: 20px 10px; margin: 0; width: calc(100% - 40px); max-width: 508px; overflow: hidden; }
#regBodyContent .myAccDetails h3 { margin-bottom: 11px; }
.billingDetails { clear: both; }
.myAccDetails > div { float: left; margin: 5px 0; }
.myAccDetails .ItemDescription { width: 160px; clear: both; text-align: right; padding-right: 10px; margin: 10px 0 8px 0; }
.myAccDetails .ItemInput { width: calc(100% - 160px); }
.myAccDetails .ItemInput input, .myAccDetails .ItemInput select { width: 100%; }
#accDetails { overflow: hidden; width: 100%; }
#page .jqueryAction { margin: 3px 0 4px 5px; color:gray; font-weight:bold; font-size:.85em; cursor:pointer }

@media only screen and (max-width: 769px) {
      #regBodyContent   .EventDetailsCol {width: 96%; margin: 2%}
}

@media only screen and (max-width: 490px) {
  .myAccDetails .ItemDescription { width: 100%; text-align: left; margin: 5px 0 0 0; }
  .myAccDetails .ItemInput { clear: both; width: 100%; }
}

/* tables/data entry */
table tr td.ItemDescription {text-align: right; padding: 8px 10px 0 0; white-space: nowrap; vertical-align: top;}

table.indented { margin-left: 25px; }
table.tableData {border: 0 !important; border-collapse: separate; margin: 2px 0 5px 0;}
table.tableData tbody > tr:first-child td, table.tableData .headerRow td {background-color: #dddddd; color: black; font-weight: bold; padding: 5px; border-right: 1px solid white !important;}

table.tableData tbody td {border: 0 !important; border-bottom: 1px solid #CCC !important; padding: 5px; vertical-align: text-top;}
table.tableData tbody td a { font-weight: bold; }
table.tableData tbody td img, table.tableData tbody td input[type=image] {height: 20px}
table.tableData tbody td td {vertical-align: text-top;border: 0 !important;}
 table.tableData tbody .subtitle { color: gray; text-transform: uppercase; font-size: .8em; margin: 3px 0 3px 15px; }
 table.tableData tbody .redFlagged { background-color: red; color: white; padding: 2px 6px; font-size: .8em; margin-left: 5px;}
 table.tableData tbody .redFlagged::before {content:'WARNING'}

 table.tableData span.yes {color: darkgreen; font-weight: bold;}
table.tableData span.no {color: red; font-weight: bold;}

table.tableData span.fswReviewed {background-color: darkgreen; color: white; padding: 1px 3px; margin-left: 7px; font-size: 9px;}
table.tableData span.internalUse {background-color: navy; color: white; padding: 1px 3px; margin-left: 7px; font-size: 9px;}
table.tableData span.backorderPriceFixed {background-color: black; color: white; padding: 1px 3px; margin-left: 7px; font-size: 9px;}
table.tableData span.problemCustomer {background-color: red; color: white; padding: 1px 3px; margin-left: 7px; font-size: 9px;}
table.tableData span.priorityCustomer {background-color: black; color: yellow; padding: 1px 3px; margin-left: 7px; font-size: 9px;}
table.tableData span.archived {background-color: #FF7A2D; color: white; padding: 1px 3px; margin-left: 7px; font-size: 9px;}
table.tableData span.noPhotos {background-color: red; color: white; padding: 1px 3px; margin-left: 7px; font-size: 9px;}
table.tableData span.fswSubscriber {background-color: darkgreen; color: white; padding: 1px 3px; margin-left: 7px; font-size: 9px;}

table.tableData span.amountDebit {color: red; font-weight: bold; }
table.tableData span.amountCredit {color: darkgreen; font-weight: bold; }
table.tableData span.amountBalance {color: black; font-weight: bold; }


table.tableData .actionCancel {background-color: red; color: white; padding: 1px 3px; margin-left: 7px; white-space: nowrap; cursor: pointer;}
table.tableData .actionUnCancel {background-color: orange; color: white; padding: 1px 3px; margin-left: 7px; white-space: nowrap; cursor: pointer;}
table.tableData .actionAllocate {background-color: darkgreen; color: white; padding: 1px 3px; margin-left: 7px; white-space: nowrap; cursor: pointer;}
table.tableData .actionUnAllocate {background-color: navy; color: white; padding: 1px 3px; margin-left: 7px; white-space: nowrap; cursor: pointer;}
table.tableData .statusTextRed {color: red; font-weight: bold; white-space: nowrap;}
table.tableData .statusTextGreen {color: darkgreen; font-weight: bold; white-space: nowrap;}
table.tableData .statusTextGray {color: gray; font-weight: bold; white-space: nowrap;}

table.tableData .orderlineEUVAT {color: red; font-weight: bold; text-transform: uppercase; white-space: nowrap; margin-top: 4px; font-size: .75em;}
table.tableData .orderlineCountry {color: gray; text-transform: uppercase; white-space: nowrap; margin-top: 4px; font-size: .75em;}
table.tableData .orderlinePriceLocked {color: gray; text-transform: uppercase; white-space: nowrap; margin-top: 4px; font-size: .75em;}

 div[data-action="delete"] {cursor: pointer;}

 #myAccountPanels { overflow: hidden; width: 100%; margin: 0; padding: 0; }
 #myAccountPanels div { box-sizing: border-box; }
 #myAccountPanels .panel { float: left; width: calc(20% - 20px); margin: 10px; padding: 0; border: 1px solid #ccc; cursor: pointer; overflow: hidden; }
 #myAccountPanels .panel .panelTop { width: 100%; float: left; padding: 25%; }
 #myAccountPanels .panel .panelTop img { width: 100%; }
 #myAccountPanels .panel .panelBot { height: 30px; color: #fff; float: left; width: 100%; background-color: #555; text-align: center; padding: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
 #myAccountPanels .panel .panelBot a { color: #fff; text-decoration: none; font-weight: normal; }

 @media only screen and (max-width: 880px) {
  #myAccountPanels .panel { width: calc(33.333333% - 20px); }
 }
 @media only screen and (max-width: 580px) {
  #myAccountPanels .panel { width: calc(50% - 20px); }
 }
 @media only screen and (max-width: 400px) {
  .dispNotes tr td:first-child { display: none; }
 }
 #regBodyContent #divCalendar { text-align: center; font-style: italic; padding-top: 5px; padding-bottom: 10px; line-height: 14px;background: url('../images/template/calendar_med.png') no-repeat;width: 40px; margin-right: 15px; }
#regBodyContent #divCalendar #divDay { color: white; font-weight: bold; padding: 4px 7px; }
#regBodyContent #divCalendar #divDate { color: Black; font-weight: bold; clear: both; padding-left: 9px; font-size: 15px; }
#regBodyContent .EventMonth {float: left; width: 90px;}
#regBodyContent .EventDes .Row1 { background-color: #3333CC; width: 100%; overflow: hidden; color: #FFF; padding: 4px; }
#regBodyContent .EventDes  .Row1 a {color: #FFF}
#regBodyContent .EventDes  .Row1 .eventDate {float: left;width: 34px}
#regBodyContent .EventDes .Title {  font-size: 1.2em; margin: 10px;color: #333;height: 80px; line-height: 1.1em }
 #regBodyContent .EventDes .Title  a {color: #333; text-decoration:none}
#regBodyContent .EventDes .Discipline {  text-transform:uppercase;font-family: 'Fira Sans', sans-serif; font-weight:normal; font-style: italic; line-height: 40px; padding-left: 7px; float: left}
#regBodyContent .EventDes .Permit {float: right; font-size: 0.8em; line-height: 1.1em; text-align: right; padding: 6px 4px;}
#regBodyContent .EventDes .Location {margin-left: 10px; margin-right: 5px; clear: right;font-size: 0.9em;color: #333; height: 35px; line-height: 16px; background-image: url(../../Images/2017/POI.svg); background-repeat: no-repeat; background-size: 12px; background-position-y:0px;padding-left:20px;}
#regBodyContent .EventDes .Online {height: 25px}
#regBodyContent .EventDes .Online .Entry {background-color: #249DED; text-align: center; color: #FFF}
#regBodyContent .EventDes .Online .Entry a {text-decoration: none; color:#FFF}
#regBodyContent .EventDes .ClubName { margin: 0 10px; color: #3333CC; font-style: italic; height: 45px; padding-bottom: 5px; line-height: 18px; }
#regBodyContent .EventDes .eventDate .eventDay {padding: 2.5px 0 1px 0}
#regBodyContent .EventDes .Distance { color: #3333CC; font-weight: bold; font-style: italic; }
#regBodyContent .ChampEvent .redLink, #regBodyContent .ChampEvents .ChampEvent .greenLink { border-radius: 0; width: calc(100% -10px) !important; margin: 0 5px 5px 5px; padding: 6px 0; box-sizing: border-box; text-align: center; font-weight: normal; background-color: #3333CC }
#regBodyContent  .ChampEvents .ChampEvent .greenLink { background-color: #2F852E;width: 97% ;}

.eventDate { width: 40px; height: 40px; background-color: #fff; text-align: center; font-weight: 600; }
  .eventDate .eventDay { color: #3333CC; font-size: 1.3em; line-height: 100%; padding: 2.5px 0; }
  .eventDate .eventMonth { color: #3333CC; font-size: 0.75em; line-height: 100%; }

#regBodyContent  .ChampEvent { float: left; position: relative;  width: 32.3%; margin: 0.5%;border: 1px solid #CCC;cursor: pointer; }
#regBodyContent .ChampEvent:nth-child(3n+1) { clear: both; }

/*#regBodyContent .ChampEvent .Title { margin-left: 90px; clear: both;padding-bottom: 5px;font-family: 'Fira Sans', sans-serif; font-size: 15px; font-weight:800;}*/

#regBodyContent .OfficeLHS { float: left; box-sizing: border-box; background-color: #FFF; width: 40%; margin: 0 5%; }
#regBodyContent .OfficeList {  border: 1px solid #CCCCCC }
#regBodyContent .CMap { border: 0; margin: 5% 5% 5% 0; text-align: center; clear: left }
#regBodyContent .OfficeList h3, #regBodyContent .OfficeMap h3, #regBodyContent .OfficeLHS h3.centre { background-color: #3333CC; color: #FFF; margin: 0; padding: 10px 2%; font-size: 1.3em; text-align: center; }
    #regBodyContent .OfficeLHS h3.centre {margin-bottom: 5%}
    #regBodyContent .OfficeMap { float: left; width: 40%; margin: 0 5%; border: 1px solid #CCCCCC }
#regBodyContent .OfficeSearchResults{ float:right; width: 45%; margin-right:  5%; margin-top: 0%;}
.cContact { overflow: hidden; border-top: 1px solid #CCCCCC;  }
    .cContact h3 { text-align: center; }
  .cContact .LHS { float: left; width: 49%; text-align: right; color: #3333CC; font-weight: bold; padding-right: 1% }
    .cContact .RHS { float: left; width: 49%; text-align: left; padding-left: 1% }

    #regBodyContent ul.Offices { margin: 0; padding: 3% 5%; }
#regBodyContent ul.Offices li {padding-left: 0; font-size: 1em; padding-bottom: 3px; list-style: none; list-style-image: none; background-image: none }
#regBodyContent ul.Offices li a {text-decoration: none}
@media only screen and  (max-width: 1024px) {
#regBodyContent .CMap {display: none;}
    #regBodyContent .OfficeLHS, #regBodyContent .OfficeMap { width: 90%; margin: 2% 5%; text-align: center; }
#regBodyContent .OfficeSearchResults{ width:100%; margin: 0 ; padding: 2%}
}


@media only screen and  (max-width: 768px) {
    #regBodyContent .OfficeLHS { float: none; width: 98%; margin: 1%; }
#regBodyContent .OfficeMap { float:none;  width: 98%; margin: 1%;clear: left; text-align: center;}

}
@media all and (max-width: 767px) {#regBodyContent .ChampEvents .greenLink {float: left; width: 49%; margin:0.5%;box-sizing: border-box;background-color: #2F852E; text-align: center;}

    #regBodyContent  .ChampEvent { width: 48%; margin: 1%;}
#regBodyContent .ChampEvent:nth-child(3n+1) { clear: none; }
#regBodyContent .ChampEvent:nth-child(2n+1) { clear: both; }
}
@media only screen and  (max-width: 580px) {
       #regBodyContent   .EventDetailsCol table tr td {text-align: left; padding-top: 3px}
    #regBodyContent .centredetails,#regBodyContent .clubdetails {text-align: center;}
  #regBodyContent table, #regBodyContent thead, #regBodyContent tbody, #regBodyContent th, #regBodyContent td, #regBodyContent tr { display: block; }
  #regBodyContent  {width: 100%; margin: 1px}
  /*#regBodyContent  Header td { position: absolute; top: -9999px; left: -9999px; }*/
  /*#regBodyContent  Item tr { border: 1px solid #ccc; }*/
  #regBodyContent td { /* Behave  like a "row" */ border: none; background-color: #FFF;  position: relative; padding: 0.1%; width: 100% !important; vertical-align: top; text-align: center; }
  #regBodyContent table {width: auto !important}
}
@media only screen and  (max-width: 480px) {
      #regBodyContent  .ChampEvent { width: 96%; margin: 1% 2%; clear: both;}
     #regBodyContent .EventCTA {text-align: center;}
    #regBodyContent .EventCTA .redLink { float: none !important; text-align: center; }
    #regBodyContent .EventDes .Title,#regBodyContent .EventDes .ClubName,#regBodyContent .EventDes .Online {height: auto}

}

.ChampIcon {background-image: url(../../images/template/trophy_bg_gld_001.png); background-size:contain; background-repeat: no-repeat; background-position: center center}

.alert { padding: 8px 35px 8px 14px; margin-bottom: 10px; margin-top: 10px; font-weight: bold; text-align: center; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); line-height: 1.4em; background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

    .alert .close { position: relative; top: -2px; right: -21px; line-height: 20px; }

.alert-info { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; font-size: 1.5em }

    .alert-info h4 { color: #3a87ad; }

#adminToolbar  {position: fixed; bottom: 0px; background-image: url(../images/_toolbar/tbar_bg_all.png); background-repeat: repeat-x; width: 100%; height: 26px; top: 0px; left: 0px; padding: 0px; margin: 0px; color: White; font-size: .9em; }

#adminToolbar .version {float: right; height: 26px; color: white; text-transform: uppercase; font-weight: bold; padding: 6px 40px 0px 30px; background-image: url(../images/_toolbar/tbar_logo_zarr.png); background-repeat: no-repeat; background-position:right top;}

#adminToolbar .actionsL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url(../images/_toolbar/tbar_box_end_l.png); background-repeat: no-repeat;}
#adminToolbar .actions {float: left; height: 26px; color: Yellow; padding: 4px 10px 0px 10px; font-weight: bold; background-image: url(../images/_toolbar/tbar_box_bg.png); background-repeat: repeat-x;}
#adminToolbar .actions div.text {float: left; padding: 2px 10px 0px 0px; vertical-align: top;}
#adminToolbar .actions div.icon {float: left; padding: 0px 10px 0px 0px; vertical-align: top;}
#adminToolbar .actions a {color: white; text-decoration: none;}
#adminToolbar .actionsR {float: left; width: 3px; height: 26px; margin-right: 20px; background-image: url(../images/_toolbar/tbar_box_end_r.png); background-repeat: no-repeat;}

#adminToolbar .seoL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url(../images/_toolbar/tbar_box_end_l.png); background-repeat: no-repeat;}
#adminToolbar .seo {float: left; height: 26px; color: Yellow; padding: 5px 10px 0px 10px; font-weight: bold; background-image: url(../images/_toolbar/tbar_box_bg.png); background-repeat: repeat-x;}
#adminToolbar .seo div.text {float: left; padding: 1px 10px 0px 0px; vertical-align: top;}
#adminToolbar .seo div.icon {float: left; padding: 0px 10px 0px 0px; vertical-align: top;}
#adminToolbar .seo a {color: white; text-decoration: none;}
#adminToolbar .seoR {float: left; width: 3px; height: 26px; margin-right: 20px; background-image: url(../images/_toolbar/tbar_box_end_r.png); background-repeat: no-repeat;}


#adminToolbar .previewPageL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url(../images/_toolbar/tbar_box_end_l.png); background-repeat: no-repeat;}
#adminToolbar .previewPage {float: left; height: 26px; color: Yellow; padding: 5px 10px 0px 10px; font-weight: bold; background-image: url(../images/_toolbar/tbar_box_bg.png); background-repeat: repeat-x; text-transform: uppercase }
#adminToolbar .previewPageR {float: left; width: 3px; height: 26px; margin-right: 20px; background-image: url(../images/_toolbar/tbar_box_end_r.png); background-repeat: no-repeat;}




/* Button styles */
/*-webkit-appearance:none; - This is crucial to stop apple devices changing the style of the button */
input[type=submit] { font-family: 'Fira Sans'; font-size: 1.1em; cursor: pointer; -webkit-appearance: none; background-color: #3333CC; border: 1px solid #3333CC; color: #FFF; text-align: center; font-weight: bold; text-transform: uppercase; padding: 2% 4% }

#regBodyContent input[type=email], #regBodyContent input[type=number], #regBodyContent input[type=text], #regBodyContent input[type=password], #regBodyContent textarea {font-family: 'Fira Sans';  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 4px 5px; color: #333333; background-color: #FFFFFF; border: 1px solid #CCCCCC; }
#regBodyContent textarea { font-family: 'Fira Sans'; }
  #regBodyContent input[type=text].Required, #regBodyContent input[type=password].Required, #regBodyContent textarea.Required { font-family: 'Fira Sans'; background-color: #E6E7E8; border: 1px solid #CCCCCC; color: #3333CC; padding: 4px 5px; font-style: italic; }
#regBodyContent input[type=text].ErrorBox, #regBodyContent input[type=password].ErrorBox, #regBodyContent textarea.ErrorBox, #regBodyContent select.ErrorBox {font-family: 'Fira Sans';  border-color: red; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; outline: thin; outline-style: dotted; outline-color: invert; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6) -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6) box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6); }


#regBodyContent input[type=text]:focus, #regBodyContent input[type=password]:focus, #regBodyContent textarea:focus { font-family: 'Fira Sans';  border-color: rgba(82,168,236,0.8); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; outline: thin; outline-style: dotted; outline-color: invert; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6) -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6) box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6); }
#regBodyContent input[type=checkbox], #regBodyContent input[type=radio] { border: none; }

#regBodyContent select { font-family: 'Fira Sans';  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #CCCCCC; background-color: #FFFFFF; color: #333333; padding: 4px 5px; }
input[type=checkbox] { border: none; }
input[type=radio] { border: none; }

/* RESPONSIVE: MAKE FONTS A BIT BIGGER/EASIER TO READ ON MOBILES */
@media (max-width: 480px) {
  #regBodyContent input[type=email], #regBodyContent input[type=number], #regBodyContent input[type=text], #regBodyContent input[type=password], #regBodyContent textarea { font-size: 1.1em; }
  input[type='checkbox'] {  width: 20px; height: 20px; background: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 2px solid #555; }
  input[type='checkbox']:checked { background: #abd; }
}

div.chk {margin-bottom: 10px; clear: both; text-align: left}
div.chk input[type=checkbox] {float: left;}
 div.chk label  {
 padding-left: 10px; display: table-cell
}
/*Password Tool CSS */
#password_description { font-size: 10px; font-style: italic; }
#password_strength { height: 10px; display: block; }
#password_strength_border { width: 160px; height: 10px; border: 1px solid black; }
.strength0 { width: 160px; background: #cccccc; }
.strength1 { width: 40px; background: #ff0000; }
.strength2 { width: 80px; background: #56e500; }
.strength3 { background: #399800; width: 120px; }
.strength4 { background: #4dcd00; width: 160px; }



#regForm.Payment h3, #divPaymentSection h3 {background-color: #999999; color: #fff; padding: 8px 5px;}

#regForm {width: 96%; padding: 1% 2%; max-width: 600px; margin: 1% auto; overflow: hidden;}


#regForm.Filter { color: #FFF; max-width: none;width: 100%; box-sizing: border-box; background: #122A61; background: -webkit-linear-gradient(top, #122A61, #008EE0); background: -o-linear-gradient(bottom, #122A61, #008EE0); background: -moz-linear-gradient(top, #122A61, #008EE0); background: linear-gradient(to bottom, #122A61, #008EE0);}
#regForm #regExisting {padding: 1% 2%;}
#regForm.Norm { background-color: #EEF3F7; }
#regForm div {margin-bottom: 3px;}
#regForm .Label { float: left; font-weight: bold; color: #0167BA;margin-top: 0; font-size: 1em; clear: left; width: 35%; text-align: right; padding-right: 10px; padding-top: 1% }
#regForm.Account {max-width: 800px;}
#regForm.Account .Control { float: left;margin-bottom: 1%; clear:none }
#regForm .Control { clear: both; margin-bottom: 1%; }
#regForm.Filter .Control {width: 50%; float: left; clear: none}
#regForm .Control input[type=text], #regForm .Control input[type=email], #regForm .Control input[type=number],  #regForm .Control input[type=password],#regForm .Control textarea  {width: 88%;font-size:1em}
#regForm.Filter .Three {width: 100%; float: left; max-width: none; line-height: 1.1em;min-height: 28px; margin-bottom: 5px; }
#regForm.Filter .Control input[type=text] {padding: 2% !important}
#regForm.Filter .Col {float: left; width: 50%; overflow: hidden;}
#regForm.Filter .B { text-align: center;}
#regForm.Filter .B input[type=submit] {margin: 0 auto;padding: 1% 4%;}
#regForm.Account .Control select {width: 92%; max-width: 370px; font-size:1.1em}
#regForm .Control select {width: 88%; padding: 1% 2%; font-size:1em}

#regForm .Validator {float: left; clear: right; width: 10%;}
#regForm .Three {margin-top: 2%; width: 92%; clear: both; max-width: 620px;padding-top: 0;}
#regForm.Norm .Three { width: 100%}
#regForm .B {  float: left; text-align: right; padding-right: 5%}
.validationSummary {color: red;}

#regForm input[type=submit].Secure {background-image: url(../Images/template/Secure.svg); background-repeat: no-repeat; background-size: contain; padding-left: 40px; background-position: 10px center}

#regForm *:focus { outline: none; }
#regForm .required_notification { color: #d45252; margin: 5px 0 0 0; display: inline; float: right; clear: both; height: 25px; width: 100%; text-align: right; }
#regForm input[type=text]:focus, #regForminput[type=email]:focus, #regForm input[type=number]:focus, #regForm input[type=password]:focus, #regForm textarea:focus { /* add this to the already existing style */ padding-right: 10%; }

#regForm input[type=text], #regForm  input[type=email], #regForm input[type=number],  #regForm  input[type=password], #regForm textarea {padding: 1% 2% !important;   -moz-transition: padding .25s; -webkit-transition: padding .25s; -o-transition: padding .25s; transition: padding .25s; }
#regForm select:required, #regForm input:required, #regForm textarea:required { background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACpQTFRF+M7O6Wxt+djY63Z3/vX18qeo7ICA++Hi/Ovr75OU8Z2e7omK6GJj////SyXd4gAAAEtJREFUeNqczksKgEAMA9D0Nx/N3P+6uqplQBC7fIGkWNvhM2jfgGeFO7ZYGAmNZk0YCQOTDPjT0WVK81Jq4sqjgGvu4f/r73AJMAA5UgvJnpeyCQAAAABJRU5ErkJggg==') /*../images/forms/red_asterisk.png*/ no-repeat 95% center; }
#regForm  select:focus:invalid, #regForm  input[type=text]:focus:invalid, #regForm  input[type=email]:focus:invalid, #regForm input[type=number]:focus:invalid, #regForm  input[type=password]:focus:invalid, #regForm  textarea:focus:invalid { /* when a field is considered invalid by the browser */ background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUpJREFUeNpivBIUxEAJYMIhngnEB4D4PxLeBcQJhAxQhGqcBsT2aHKuQDwfiLcDsTQ2A3SB+CqyRmY+PgYmDg4wjQQ8gPgSEKsgG8AGxOuAmBNZJYugIAOPlRUDm7g4usuFgHg1yA6YAckwE5EBt64ug2x2NgOPtTW2cDIA4kCYAVF4g5qREZdMAhOS/zHA70+fGP7+B0bA16+4DNCFGcCPTfbv+/cMf37+ZPj98SMuA/hhBrzGJvsHaMCHrVsZfj16hMuA1zADLmNNZcAo/PvlC8N/3GFwGWbAAmyyXJqaDJLx8Qx85ua4DJgLM2AZEJ/FCMQXLxi+XL7M8OvhQ2yaDwLxVkakzARKxseAWAIl+kCxAKMRABQoJshhAAL3gRjk1uNwEZgmVM37oOrAAc+C5iyQyVZA7A3NeYrQNAIK5JvQsNqNrAEgwAAO6VaUCoOyHgAAAABJRU5ErkJggg==') /*../images/forms/invalid.png*/ no-repeat 95% center; box-shadow: 0 0 5px #d45252; border-color: #b03535; }

#regForm select:required:valid, #regForm input:required:valid, #regForm textarea:required:valid { /* when a field is considered valid by the browser */ background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASdJREFUeNpiibkQzEAJYMIhngnEB4D4PxI+ABXHa4AiVOE0ILZHk7OHih+AqgMDFiQFckB8Hoj5CbjaHqpOD4gfIbtgPhGaYYAfqh7uhVggdiIx/EDqY2EGJBBS3SFXxNAqm4sunAAzwBif5na5AgYJbisGZkZ2dCljkAHM6H5frL+GYbb6QjC7VTabQZrPhuH518MMFY96MMICZMBfIH6NLBp7MQQo+J1hoc4aBhl+R4YnHw8xVD6aiM1xr2FeuIkuk3Ezg+Hnnw8Mzz4eZah6PAmX727C0sFcILZBl027kUIobOfCXLAYiC+QGI0g9YthBoDCIRQ9LPCA11D1f5FT4h0gtiLCJReg6u5gy0wgQUMgjgbiTUD8FCr+FMqPhsrfgWkACDAAdeFJlrFXYEcAAAAASUVORK5CYII=') /*../images/forms/valid.png*/ no-repeat 95% center; box-shadow: 0 0 5px #5cd053; border-color: #28921f; }
#regForm .form_hint { background: #d45252; border-radius: 3px 3px 3px 3px; color: white; margin-left: 8px; padding: 1px 6px; z-index: 999; /* hints stay above all other elements */ position: absolute; /* allows proper formatting if hint is two lines */ display: none; }

#regForm .form_hint::before { content: "\25C0"; /* left point triangle in escaped unicode */ color: #d45252; position: absolute; top: 1px; left: -6px; }
#regForm input:focus + .form_hint { display: inline; }
#regForm input:required:valid + .form_hint { background: #28921f; }
/* change form hint color when valid */
#regForm input:required:valid + .form_hint::before { color: #28921f; }
/* change form hint arrow color when valid */
#regForm :-moz-placeholder { color: lightgray; }
#regForm ::-webkit-input-placeholder { color: lightgray; }

/* RESPONSIVE: MOBILE FRIENDLY FORM LAYOUT  */
@media all and (max-width: 768px) {
    #regForm.Filter .Col {width: 100%}
    #regForm.Filter .TabHide {display: none;}
    #regForm.Filter .Three { min-height: 0; padding-top: 1%; }
    #regForm.Filter { padding-top: 2%; }
}
@media all and (max-width: 480px) {
  
  #regForm .Label { clear: both; font-weight: bold; margin-top: 5px; color: #000;text-align: left; padding-right: 0;font-size: 1.2em; width: 100%; }
  #regForm .Control,    #regForm.Filter .Control {width: 100%;clear: both; margin-bottom: 5px; }
  #regForm .Control input[type=text], #regForm .Control input[type=email], #regForm .Control input[type=number],  #regForm .Control input[type=password],#regFormtextarea  { max-width: 100%; width: 100%;  font-size: 1.2em;}
  #regForm .Control select {width: 101%;max-width: 101%; padding:8px 5px; font-size: 1.2em;}
  #regForm .Validator {float: left; clear: right;width: 0;}

    /* FOR MOBILES MAKE A BIG CHUNKY BUTTON EASY TO HIT  */
  #regForm .B {     margin-right: 0;padding-right: 0; float: left ; width: 100%   }
  #regForm .B input[type=submit]  {width: 100%; font-size: 1.4em; padding: 6px 0 6px 0}

  #regForm  input[type=text]:focus, #regForm input[type=email]:focus, #regForm input[type=number]:focus, #regForm  input[type=password]:focus, #regForm textarea:focus { /* add this to the already existing style */ padding-right: 5% }
  #regForm input[type=submit].Secure {background-image: url(../Images/template/Secure.svg); background-repeat: no-repeat; background-size: contain; background-position: 10px center; padding-left: 40px;font-size: 1.1em; }

}


.cd-container { width: 90%; max-width: 768px; margin: 2em auto; }
.cd-container::after { /* clearfix */ content: ''; display: table; clear: both; }

.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: #800000 url(../images/cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; -o-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; -o-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1; }
.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .5; }
.no-touch .cd-top:hover { background-color: #800000; opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top { right: 20px; bottom: 20px; }
}

@media only screen and (min-width: 1024px) {
  .cd-top { height: 60px; width: 60px; right: 30px; bottom: 30px; }
}


@import 'https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/icons.css';

/* Reset */
.dcsns ul, .dcsns li {
	padding: 0; 
	margin: 0; 
	list-style: none!important;
	background: none;
}

/* Main styles */
/* Icons */
.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 20px; 
  color: #fff;
}
.socicon:empty{
    width: 1em;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dcsns-li .socicon {
	position: absolute; 
	bottom: 4px; 
	left: 8px; 
	z-index: 3; 
	top: auto;
}

.dcsns-toolbar .filter li a {width: 26px; text-align: center;}

/* Feeds */
.dcsns {
    color: #444;
    list-style: none outside none;
    margin: 0;
	clear: both;
}
.dcsns h1 {
    width: auto;
	position: relative;
}
.dcsns h1, .dcsns h2, .dcsns h3 {
    line-height: 1.35em;
}
.dcsns-content {
	position: relative;
	padding: 0;
}
.dcsns-loading {
	background: url(../images/loading_light.gif) no-repeat 0 0;
	height: 24px;
	padding: 6px 0 0 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.dcsns-toolbar .dcsns-loading {
	right: 10px;
	left: auto;
}
.stream {
  margin: 0 auto!important;
}
.stream p {
	margin: 0;
	padding: 0;
}
.stream li a {
	color: #2DB6E8;
}
.stream li {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    font-size: 11px;
    padding: 15px 0 35px 0;
    width: 224px;
	position: relative;
	margin: 0 12px 12px 0;
	font-family: Arial, sans-serif;
	line-height: 1.35em;
}
.stream li .inner {
	overflow: hidden;
	padding: 0 15px;
}
.stream li .icon {
	position: absolute;
	left: 3px;
	bottom: 0;
	z-index: 3;
}
.stream li .section-intro {
    padding: 7px 0;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	z-index: 2;
}
.stream li .clear {
	clear: both;
}

/* Content blocks */

.stream li .section-intro a {
	text-decoration: underline;
	color: #fff;
	margin-left: 35px;
}
.stream li .section-title {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
.stream li .section-title a {
	color: #555;
}
.stream li .section-title a:hover {
	color: #2DB6E8;
}
.stream li .section-thumb {
	float: left;
	margin: 0 7px 0 0;
}
.stream li .section-thumb img, .stream li .section-text img {
	display: none;
}
.stream li .section-thumb img {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}
.stream li .section-text {
	display: block;
	margin-bottom: 3px;
}
.stream li .section-text br {
	display: block;
}
.stream li .section-user {
	clear: both;
	display: block;
	font-style: italic;
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 7px 0 0 15px;
	line-height: 12px;
	background: url(../images/profile.png) no-repeat 0 7px;
}
.stream li .meta {
	display: block;
	font-size: 90%;
	color: #999;
}
.stream li .meta span {
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	line-height: 12px;
}
.meta span.shares {
	background: url(../images/shares.png) no-repeat 0 0;
	padding-left: 20px;
}
.meta span.views {
	background: url(../images/views.png) no-repeat 0 0;
	padding-left: 18px;
}
.meta span.likes {
	background: url(../images/likes.png) no-repeat 0 0;
	padding-left: 16px;
}
.meta span.comments {
	background: url(../images/comments.png) no-repeat 0 0;
}
.meta span.users {
	background: url(../images/users.png) no-repeat 0 0;
}
.meta span.videos {
	background: url(../images/videos.png) no-repeat 0 0;
	padding-left: 16px;
}
.stream li .section-meta {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}
.stream li .meta.item-comments {
	padding: 0 0 0 35px;
	margin: 0 0 5px 0;
	min-height: 30px;
	position: relative;
	clear: both;
	line-height: 1.3em;
}
.stream li .meta.item-comments img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
}
.stream li .meta.item-likes {
	padding: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
	line-height: 1.3em;
}
.stream li .meta.item-likes img {
	float: left;
	margin: 0 5px 5px 0;
	width: 30px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
.stream li.dcsns-error {
	color: #990000;
}
.stream li .section-share {
	display: block;
	margin: 0 0 5px 0;
	padding: 4px 0 0;
	float: right;
}
.stream li .section-share a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
	background: url(../images/share.png) no-repeat 0 0;
}
.stream li .section-share a.share-twitter {
	background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
	background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
	background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
	background-position: 0 -64px;
}
.stream li .section-share a.share-google {
	background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
	background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
	background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
	background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
	background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
	background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
	background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
	background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
	background-position: -16px -96px;
}
.stream li.dcsns-twitter .section-share .share-facebook, .stream li.dcsns-twitter .section-share .share-google, .stream li.dcsns-twitter .section-share .share-linkedin, .stream li.dcsns-twitter .section-share .share-twitter {
	display:none;
}
/* Toolbar */
.dcsns-toolbar {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
/* Filter */
#wall {
	padding-top: 15px;
}
#wall .dcsns-toolbar {
	margin-bottom: 25px;
}
#dcsns-filter.dc-center {
	float: left; 
	padding-left: 50%; 
	display: none;
	margin: 0;
}
.dcsns-toolbar .filter {
	padding: 0;
	margin: 0 0 15px 0;
}
.dcsns-toolbar .filter li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
}
.dcsns-toolbar .filter .link-all {
	color: #fff;
	height: 21px;
	padding: 7px 7px 4px 7px;
	text-shadow: 0 0 1px #555;
	font-weight: bold;
}
.dcsns-toolbar .filter li a {
	padding: 4px 3px 0 3px;
	margin: 0 1px 1px 0;
	display: block;
	float: left;
	background: #777;
	height: 28px;
}
.dcsns-toolbar .filter li img {
	margin: 0;
	height: 24px;
	width: 25px;
}
/* Controls */
.dcsns .controls {
	position: absolute;
	right: 0;
	top: 7px;
	height: 22px;
	padding: 0;
	z-index: 12;
}
.dcsns .controls li {
	display: inline;
	background: none;
}
.dcsns .controls a {
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 0 0 2px;
	background: url(../images/controls.png) no-repeat 0 0;
}
.dcsns .controls .prev {
	background-position: -44px 0;
}
.dcsns .controls .next {
	background-position: -66px 0;
}
.dcsns .controls .play {
	background-position: 0 0;
}
.dcsns .controls .pause {
	background-position: -22px 0;
}
.dcsns .controls .prev:hover {
	background-position: -44px -22px;
}
.dcsns .controls .next:hover {
	background-position: -66px -22px;
}
.dcsns .controls .play:hover {
	background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
	background-position: -22px -22px;
}

/* feeds network specific styles */
.stream li.dcsns-rss .section-intro, .filter .f-rss a:hover, .filter .f-rss a.iso-active {
	background-color: #FF9800;
}
.stream li.dcsns-flickr .section-intro, .filter .f-flickr a:hover, .filter .f-flickr a.iso-active {
	background-color: #f90784;
}
.stream li.dcsns-delicious .section-intro, .filter .f-delicious a:hover, .filter .f-delicious a.iso-active {
	background-color: #3271CB;
}
.stream li.dcsns-twitter .section-intro, .filter .f-twitter a:hover, .filter .f-twitter a.iso-active {
	background-color: #4ec2dc;
}
.stream li.dcsns-facebook .section-intro, .filter .f-facebook a:hover, .filter .f-facebook a.iso-active {
	background-color: #3b5998;
}
.stream li.dcsns-google .section-intro, .filter .f-google a:hover, .filter .f-google a.iso-active {
	background-color: #2d2d2d;
}
.stream li.dcsns-youtube .section-intro, .filter .f-youtube a:hover, .filter .f-youtube a.iso-active {
	background-color: #DF1F1C;
}
.stream li.dcsns-pinterest .section-intro, .filter .f-pinterest a:hover, .filter .f-pinterest a.iso-active {
	background-color: #CB2528;
}
.stream li.dcsns-lastfm .section-intro, .filter .f-lastfm a:hover, .filter .f-lastfm a.iso-active {
	background-color: #C90E12;
}
.stream li.dcsns-dribbble .section-intro, .filter .f-dribbble a:hover, .filter .f-dribbble a.iso-active {
	background-color: #F175A8;
}
.stream li.dcsns-vimeo .section-intro, .filter .f-vimeo a:hover, .filter .f-vimeo a.iso-active {
	background-color: #4EBAFF;
}
.stream li.dcsns-stumbleupon .section-intro, .filter .f-stumbleupon a:hover, .filter .f-stumbleupon a.iso-active {
	background-color: #EB4924;
}
.stream li.dcsns-deviantart .section-intro, .filter .f-deviantart a:hover, .filter .f-deviantart a.iso-active {
	background-color: #EB4924;
}
.stream li.dcsns-tumblr .section-intro, .filter .f-tumblr a:hover, .filter .f-tumblr a.iso-active {
	background-color: #365472;
}
.stream li.dcsns-instagram .section-intro, .filter .f-instagram a:hover, .filter .f-instagram a.iso-active {
	background-color: #413A33;
}
.stream li.dcsns-vine .section-intro, .filter .f-vine a:hover, .filter .f-vine a.iso-active {
	background-color: #00BF8F;
}

/* Facebook */
.stream li.dcsns-facebook .section-thumb img {
	max-width: 192px;
	margin-bottom: 5px;
}

.stream li.dcsns-facebook .section-thumb img, .stream li.dcsns-facebook .section-text img {
	display: block;
}

.stream li.dcsns-facebook .section-text img {
	margin: 5px 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-facebook .section-text a {
	margin-right: 4px;
	color: #444;
}
.stream li.dcsns-facebook .section-text-fb a {
	display:none;
}
.stream li.dcsns-facebook .meta {
	display: block;
	clear: both;
}
.stream li.dcsns-facebook .meta.item-comments {
	padding: 0;
	min-height: auto;
}
.stream li.dcsns-facebook .meta.item-comments a {
	display: block;
	margin: 0 0 2px 0;
}
.stream li.dcsns-facebook .share-facebook {
	display: none;
}
/* twitter */
.stream li.dcsns-twitter .section-thumb {
	margin-top: 3px;
}
.stream li.dcsns-twitter .section-thumb img {
	width: 48px; 
	height: 48px;
	display: block;
}
.stream li.dcsns-twitter .section-user {
	padding: 0;
	background: none;
}
.stream li.dcsns-twitter .section-text img {
	margin: 5px 0 0;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-twitter a {
	color: #38AEAE;
}
.stream li.dcsns-twitter .section-intro a, .stream li.dcsns-twitter .section-intro a:hover {
	color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
	text-decoration: none;
	margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
	text-decoration: underline;
}
.stream li.dcsns-twitter a:hover {
	color: #38AEAE;
	text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
	margin-bottom: 2px;
	display: block;
}
.stream li.dcsns-twitter .twitter-user a {
	color: #999;
	line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
	color: #999;
	text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong{
	color: #444;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
	color: #38AEAE!important;
	text-decoration: underline;
}
/* google */
.stream li.dcsns-google .section-title {
	margin-bottom: 5px;
}
.dcsns .stream li.dcsns-google .section-thumb img {
	max-width: 192px;
}
.stream li.dcsns-google .meta span.plusones {
	padding-left: 0;
}
/* rss */
.stream li.dcsns-rss .section-thumb img {
	max-width: 192px;
}
.stream li.dcsns-rss .section-text img {
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
/* stumbleupon */
.dcsns .stream li.dcsns-stumbleupon .section-title {
	display: block;
	clear: both;
}
.dcsns .stream li.dcsns-stumbleupon .section-thumb img {
	max-width: 192px;
}
/* youtube */
.stream li.dcsns-youtube .section-thumb img {
	max-width: 192px;
}
/* vimeo */
.stream li.dcsns-vimeo .section-thumb img {
	max-width: 192px;
}
.dcsns .stream li.dcsns-vimeo .section-title {
	display: block;
	clear: both;
}
.stream li.dcsns-vimeo .section-text {
	margin-bottom: 5px;
}
.stream li.dcsns-vimeo .section-text .meta {
	padding-top: 5px;
}
.stream li.dcsns-vimeo .logo {
	margin-bottom: 3px;
}
/* Flickr */
.stream li.dcsns-flickr .section-thumb {
	margin: 0;
}
.stream li.dcsns-flickr .section-thumb img{
	max-width: 192px;
}
/* Pinterest */
.stream li.dcsns-pinterest .section-thumb {
	display: block;
}
.stream li.dcsns-pinterest .section-text {
	clear: both;
}
.stream li.dcsns-pinterest .section-thumb img {
	width: 190px;
}
/* dribbble */
.stream li.dcsns-dribbble .inner img {
	margin-bottom: 5px;
	max-width: 192px;
}
/* lastfm */
.stream li.dcsns-lastfm .section-title {
	background: url(../images/tracks.png) no-repeat 0 0;
	padding-left: 17px;
	margin-bottom: 0;
}
/* deviantart */
.stream li.dcsns-deviantart .section-thumb {
	display: block;
	float: none;
}
.stream li.dcsns-deviantart .section-thumb img {
	max-width: 192px;
}
/* tumblr */
.stream li.dcsns-tumblr .section-text img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-tumblr .track {
	display: block;
	background: url(../images/tracks.png) no-repeat 0 5px;
	padding: 5px 0 0 17px;
	margin-bottom: 0;
}
/* instagram */
.stream li.dcsns-instagram {
	padding-bottom: 40px;
}
.stream li.dcsns-instagram .section-title {
	font-weight: normal;
	clear: both;
}
.stream li.dcsns-instagram .section-thumb img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-instagram .meta {
	clear: both;
}
.stream li.dcsns-instagram .section-meta .meta .comments, .stream li.dcsns-instagram .section-meta .meta .likes {
	margin: 0 0 5px 0;
	padding-top: 5px;
	background-position: 0px 5px;
	float: none;
	font-size: 100%;
	font-weight: bold;
}
/* vine */
.stream li.dcsns-vine {
	padding-bottom: 40px;
}
.stream li.dcsns-vine .section-title {
	font-weight: normal;
	clear: both;
}
.stream li.dcsns-vine .section-thumb img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 192px;
}
.stream li.dcsns-vine .meta {
	clear: both;
}
.stream li.dcsns-vine .section-meta .meta .comments, .stream li.dcsns-vine .section-meta .meta .likes {
	margin: 0 0 5px 0;
	padding-top: 5px;
	background-position: 0px 5px;
	float: none;
	font-size: 100%;
	font-weight: bold;
}
/* Foursquare */
.stream li.dcsns-foursquare .section-thumb img {
	max-width: 192px;
	margin-bottom: 5px;
	display: block;
}

/* layouts */
/* modern */
.modern .stream li {
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 0 rgba(0,0,0,0.5);
	padding: 0;
	width: 260px;
	margin: 0 20px 20px 0;
	font-size: 14px;
	text-align: center;
	word-wrap: break-word;
}
.modern .stream li .inner {
	padding: 0;
}
.modern .stream li .section-thumb {
    margin: 0 0 20px 0;
	display: block;
	float: none;
}
.modern .stream li .section-thumb img {
    max-width: 100%!important;
	width: 100%!important;
	background: none;
    border: none;
    padding: 0;
	margin: 0;
}
.modern .stream li.dcsns-twitter .section-thumb {
	float: left;
	margin: 20px 10px 10px 20px;
}
.modern .stream li.dcsns-twitter .section-thumb img {
    display: block;
    height: 48px!important;
    width: 48px!important;
}
.modern .twitter-user {
	text-align: left!important;
	margin-top: 20px;
}
.modern .twitter-text {
	clear: both;
	display: block;
}
.modern .stream li.dcsns-tumblr .inner {
	padding-top: 20px;
}
.modern .stream li .section-title {
	font-weight: normal;
}
.modern .stream li .section-text, .modern .stream li .section-user, .modern .stream li .section-title {
	padding: 0 20px;
	margin: 0 0 20px 0;
}
.modern .stream li .section-text img {
    max-width: 100%!important;
	width: 100%!important;
	background: none;
    border: none;
    padding: 0;
	float: none;
	margin: 0;
}
.modern .stream li .meta {
	display: none;
}
.modern .stream li .section-user {
	font-size: 12px;
	background: none;
	float: none;
	text-align: center;
}
.modern .stream li .section-intro {
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	display: block;
}
.modern .stream li .section-intro a {
    margin: 0;
    text-decoration: none;
	padding: 0 5px;
}
.modern .stream li .section-intro span {
    font-size: 12px;
}
.modern .stream li .section-intro a.link-user {
    display: block;
}
.modern .stream li .section-intro a.link-user:hover {
    color: #38AEAE;
}
.modern .stream li .section-intro a.link-intro {
    display: none;
}
.modern .stream li .section-user {
	display: none;
}

.modern .stream li .section-share {
	margin: 0 20px 20px 0;
	padding: 0;
}

.modern .stream li .socicon {
	position: absolute; 
	bottom: 15px; 
	left: 15px;
    font-size: 24px;
}

.modern .stream li.dcsns-lastfm .section-title {
	background: url(../images/tracks.png) no-repeat 20px 3px;
	padding-left: 37px;
}
.modern .stream li.dcsns-instagram .section-thumb img {
	margin-bottom: 20px;
}

/* modern - dark*/
.modern.dark .stream li, .modern.dark .stream li .section-user, .modern.dark .stream li .section-intro a, .modern.dark .stream li .section-text a, 
.modern.dark .stream li .section-intro span, .modern.dark .stream li.dcsns-twitter .twitter-user a strong, .modern.dark .stream li .socicon {
	color: #fff;
}
.modern.dark .stream li .section-intro a:hover, .modern.dark .stream li .section-title a:hover, .modern.dark .stream li .section-text a:hover, .stream li.dcsns-twitter .twitter-user a:hover strong {
	color: #4EC2DC;
}
.modern.dark .stream li {
	background-color: #393939;
}
.modern.dark .stream li .section-title a {
    color: #fff;
}
.modern.dark .stream li .section-intro {
	background: #2C2C2C!important;
}
/* modern - light*/
.modern.light .stream li .section-intro a:hover, .modern.light .stream li .section-title a:hover, .modern.light .stream li .section-text a:hover, .stream li.dcsns-twitter .twitter-user a:hover strong {
	/*color: #4EC2DC;*/
	color:#38aeae;
}
.modern.light .stream li {
	background-color: #fff;
}
.modern.light .stream li .section-intro {
	background: #ececec!important;
}
.modern.light .stream li, .modern.light .stream li .section-intro a, .modern.light .stream li .section-intro span {
    color: #494949;
}
.modern.light .stream li .socicon {
	color: #494949;
}

/*isotope */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}




#regBodyContent .SubCategoryThumbnailBrowse .Thumbnail {height: 150px; width: 120px; cursor: pointer}
#regBodyContent .SubCategoryThumbnailBrowse .Thumbnail .ThumbnailPhoto {border: 1px solid #aaaaaa; height:125px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; text-align: center;}
#regBodyContent .SubCategoryThumbnailBrowse .Thumbnail .ThumbnailText {text-align: center; padding-top: 3px; height: 25px; }

#regBodyContent .BrandThumbnailBrowse .Thumbnail {height: 150px; width: 120px; cursor: pointer}
#regBodyContent .BrandThumbnailBrowse .Thumbnail .ThumbnailPhoto {border: 1px solid #aaaaaa; height:125px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; text-align: center;}
#regBodyContent .BrandThumbnailBrowse .Thumbnail .ThumbnailText {text-align: center; padding-top: 3px; height: 25px; }

#regBodyContent .Thumbnail { overflow: hidden; width: 100%; border-bottom: 1px solid #aaaaaa; margin: 1% }
#regBodyContent .Thumbnail div { width: 23%; padding: 1%; float: left;  box-sizing: border-box; }
@media only screen and (max-width: 680px) {
    #regBodyContent .Thumbnail div {width: 46%; padding: 2%}
    #regBodyContent .Thumbnail .ThumbnailPhoto {min-height: 250px;} 
}
@media only screen and (max-width: 480px) {
   
    #regBodyContent .Thumbnail .ThumbnailPhoto { min-height: 300px; }
}
    #regBodyContent .ProductThumbnailBrowse .Thumbnail .ThumbnailPhoto { border: 1px solid #aaaaaa; height: 150px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; text-align: center; }
    #regBodyContent .ProductThumbnailBrowse .Thumbnail .ThumbnailText { height: 28px; text-align: center; }
    #regBodyContent .ProductThumbnailBrowse .Thumbnail .ProductPrice { text-align: center; padding-top: 2px; padding-bottom: 12px; font-weight: bold; color: #000000; }
    #regBodyContent .ProductThumbnailBrowse .Thumbnail .price { font-weight: bold; color: Red; padding-right: 5px; }
    #regBodyContent .ProductThumbnailBrowse .Thumbnail .wasprice { font-weight: bold; color: black; text-decoration: line-through; }

    #regBodyContent .productRating { font-weight: bold; }
    #regBodyContent .productReview { padding-top: 7px; }
    #regBodyContent .productReviewName { text-align: right; font-weight: bold; font-size: 11px; font-style: italic; }
    #regBodyContent .productReviewFooter { padding-bottom: 7px; border-bottom: 1px solid #cccccc; }


    #regShoppingProcessHeader { margin: 0 auto; width: 949px; height: 48px; background-color: #CBCBCB; border-top: 3px solid #DC73AB; border-bottom: 3px solid #DC73AB; }
        #regShoppingProcessHeader .TileActive { padding: 0px 5px 0px 5px; height: 48px; width: 148px; float: left; font-weight: bold; color: #FFFFFF; background-color: #DC73AB }
            #regShoppingProcessHeader .TileActive .Step { text-align: center; width: 40px; float: left; font-size: 44px; }
            #regShoppingProcessHeader .TileActive .Title { padding-top: 6px; float: left; font-size: 17px; line-height: 18px; width: 108px }
        #regShoppingProcessHeader .TileInactive { padding: 0px 5px 0px 5px; height: 48px; width: 148px; font-weight: bold; color: #FFFFFF; float: left }
            #regShoppingProcessHeader .TileInactive .Step { text-align: center; width: 40px; float: left; font-size: 44px; }
            #regShoppingProcessHeader .TileInactive .Title { padding-top: 6px; float: left; font-size: 17px; line-height: 18px; width: 108px }

    #regSecureShopping { clear: both; margin: 0px 50px 0px 50px; padding: 8px; background-color: #73A610; border: 2px solid #73A610; -moz-border-radius: 8px; border-radius: 8px; color: #FFFFFF; font-weight: bold; line-height: 1.3em; }
        #regSecureShopping h2 { border-bottom: 1px solid #FFFFFF; color: #FFFFFF; font-size: 1.3em; margin: 0px 0px 5px 0px; padding: 0px 0px 3px 0px; }

    /* Payment/checkout/myaccount order history page styles */
    #regBodyContent .PaymentForm { width: 100%; }
        #regBodyContent .PaymentForm .heading { width: 190px; font-weight: bold; padding-right: 8px; text-align: right; white-space: nowrap; font-size: 1.1em }
        #regBodyContent .PaymentForm input, textarea { padding: 1px; color: #333333 }
    #regBodyContent .PaymentFormHeading { -moz-border-radius: 5px; border-radius: 5px; background: #5F2C74; /* old browsers */ background: -moz-linear-gradient(top, #8E649F 0%, #5F2C74 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8E649F), color-stop(99%,#5F2C74)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E649F', endColorstr='#5F2C74',GradientType=0 ); /* ie */ color: #FFD647; font-weight: bold; font-size: 1.2em; padding: 5px 5px 5px 5px; margin-bottom: 10px; margin-top: 10px; }
    #regBodyContent .PaymentSecureSeal { text-align: center; margin-top: 10px; }
    #regBodyContent .PaymentForm .Compulsory { font-weight: bold; color: Red; font-size: 0.9em; padding-left: 3px; padding-right: 3px; }

    /* these styles are used on the view shopping basket and Payment Pages page... */

    #regBodyContent #regSocialNetworking { float: left; clear: both; height: 30px; margin: 0px 0px 10px 0px }
        #regBodyContent #regSocialNetworking div { display: inline; text-align: right; }

    #regBodyContent .CartSummaryGroup { border: solid 2px #CCCCCC; border-radius: 5px; -moz-border-radius: 5px; margin-bottom: 8px; padding: 8px; }
        #regBodyContent .CartSummaryGroup h3 { margin-top: 0px; margin-bottom: 6px; padding-top: 0px; font-size: 1.6em; font-weight: bold; color: #44749D; }
        #regBodyContent .CartSummaryGroup h4 { margin-top: 0px; margin-bottom: 6px; padding-top: 0px; font-size: 1.4em; font-weight: bold; color: #44749D; }
        #regBodyContent .CartSummaryGroup .AddressSummaryL { width: 240px; float: left; margin: 0px 0px 0px 5px; padding: 5px 10px 10px 10px; background-color: #EFEFEF; border: 1px solid #CCCCCC }
            #regBodyContent .CartSummaryGroup .AddressSummaryL div { padding: 1px 0px 1px 0px; }
        #regBodyContent .CartSummaryGroup .AddressSummaryR { width: 240px; float: right; margin: 0px 5px 0px 0px; padding: 5px 10px 10px 10px; background-color: #EFEFEF; border: 1px solid #CCCCCC }
            #regBodyContent .CartSummaryGroup .AddressSummaryR div { padding: 1px 0px 1px 0px; }
        #regBodyContent .CartSummaryGroup .PaymentSummary { margin: 0px 25px 0px 25px; padding: 5px; background-color: #EFEFEF; border: 1px solid #CCCCCC }

    #regBodyContent .CartSummary { width: 600px; }
    #regBodyContent .CartSummaryNarrow { width: 330px; margin-top: 10px; }

    #regBodyContent .CartSummaryTable { border: 1px solid #AFAFAF; padding: 0px; border-collapse: separate; margin: 1px; }
        #regBodyContent .CartSummaryTable .CartSummaryHeader td { background: #5F2C74; /* old browsers */ background: -moz-linear-gradient(top, #8E649F 0%, #5F2C74 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8E649F), color-stop(99%,#5F2C74)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E649F', endColorstr='#5F2C74',GradientType=0 ); /* ie */ color: #FFD647; font-weight: bold; font-size: 1.2em; padding: 3px 5px 3px 5px; }
        #regBodyContent .CartSummaryTable .CartSummaryItem td { background-color: #F5F5F5; margin: 1px; padding: 3px 5px 3px 5px; }
        #regBodyContent .CartSummaryTable .CartSummaryItem a { text-decoration: none; font-weight: bold; }
            #regBodyContent .CartSummaryTable .CartSummaryItem a:hover { text-decoration: underline; }
        #regBodyContent .CartSummaryTable .BasketItemQuantity { width: 20px; text-align: center; font-size: 1em; }
        #regBodyContent .CartSummaryTable .CartPrice { font-size: 1.2em; font-weight: bold; color: #B77400; }
        #regBodyContent .CartSummaryTable .CartSummaryItem .CartBorder { border: 1px solid #D0D0D0; text-align: center; width: 90px; height: 90px; text-align: center; vertical-align: middle; display: table-cell; background-color: #FFFFFF; }
        #regBodyContent .CartSummaryTable .CartSummaryItem .CartRemove { background-color: #FFFFFF; font-weight: normal; color: #000000; border: 1px solid #D0D0D0; font-weight: bold; }
            #regBodyContent .CartSummaryTable .CartSummaryItem .CartRemove:Hover { text-decoration: none; }

    #regBodyContent .CartSummary .NoDeliveryMethodWarning { margin: 0 auto; clear: both; background: #EDA32D; /* old browsers */ background: -moz-linear-gradient(top, #F1FA00 0%, #FCFEC6 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1FA00), color-stop(99%,#FCFEC6)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1FA00', endColorstr='#FCFEC6',GradientType=0 ); /* ie */ border: none; text-align: left; padding: 0.4em; padding-left: 1em; font-size: 1.1em; border: solid 2px #DC0125; border-radius: 5px; -moz-border-radius: 5px; }
    #regBodyContent .CartSummary .ApplyDiscountCode { color: Green; font-weight: bold; font-size: 1em; width: 65px }

    #regBodyContent .CartSubtotal { width: 100%; text-align: right; border-top: 2px solid gray; margin-bottom: 3px; padding-top: 4px; padding-bottom: 1px; font-size: 1.2em; font-weight: bold; }
    #regBodyContent .CartDeliveryTotal { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; margin-top: 3px; padding-bottom: 1px; font-size: 1.2em; font-weight: bold; }
    #regBodyContent .CartWeight { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; margin-top: 3px; padding-bottom: 1px; font-size: 1.2em; font-weight: bold; }
    #regBodyContent .CartDelivery { text-align: right; font-weight: bold; font-size: 1.1em; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px; }
        #regBodyContent .CartDelivery select { font-size: 1.05em; margin-left: 5px; }
    #regBodyContent .CartDiscount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px; }
    #regBodyContent .CartVATAmount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 6px; padding-top: 3px; padding-bottom: 1px; }
    #regBodyContent .CartGrandTotal { width: 100%; text-align: right; border-bottom: 2px solid black; border-top: 1px solid black; font-weight: bold; font-size: 1.5em; margin-top: 4px; margin-bottom: 5px; padding: 3px 0px 3px 0px; }

    #regBodyContent .CartSummary .CartButtons { width: 100%; margin-bottom: 5px; margin-top: 10px; }
        #regBodyContent .CartSummary .CartButtons .CheckoutButtonArea { padding-top: 12px; clear: both; height: 40px; border-bottom: 1px solid #CCCCCC; padding-bottom: 4px; }
            #regBodyContent .CartSummary .CartButtons .CheckoutButtonArea .MultiplePaymentGateways { display: inline; float: right; margin: 3px 20px 0px 0px; font-size: 1.5em; padding-top: 3px; font-weight: bold; }
            #regBodyContent .CartSummary .CartButtons .CheckoutButtonArea .Buttons { float: right; }
        #regBodyContent .CartSummary .CartButtons .UpdateQuantity { color: Navy; font-weight: bold; font-size: 1em; width: 110px; }
        #regBodyContent .CartSummary .CartButtons .ContinueShopping { color: Navy; font-weight: bold; font-size: 1em; width: 140px; }
        #regBodyContent .CartSummary .CartButtons .Checkout { color: Green; font-weight: bold; font-size: 1em; width: 220px; height: 30px; }

    #regBodyContent .ProductDetails { line-height: 1.4em; vertical-align: top; }
    /* these styles are used on product list/detail pages ... */
    #regBodyContent .ProductPhotos { margin-right: 10px; width: 300px; }
        #regBodyContent .ProductPhotos .MainPhoto { background-color: #FFFFFF; text-align: center; border: 1px solid #aaaaaa; height: 350px; }
            #regBodyContent .ProductPhotos .MainPhoto img { border: 0px }
        #regBodyContent .ProductPhotos .ThumbnailCaption { font-family: arial; font-weight: normal; font-size: .9em; text-align: center; color: #333333; padding: 5px 0px 5px 0px; }
        #regBodyContent .ProductPhotos .ThumbnailPhoto { background-color: #FFFFFF; border: 1px solid #aaaaaa; display: table-cell; vertical-align: middle; height: 90px; width: 90px; margin-left: 3px; margin-right: 3px; margin-bottom: 5px; text-align: center; }
        #regBodyContent .ProductPhotos .ZoomBar { background-color: #BCBEC0; text-align: center; padding: 4px 0px 4px 0px }

    #regBodyContent .ProductSKUsTable { margin-top: 20px; border: 2px solid #CCCCCC; -moz-border-radius: 5px; border-radius: 5px; border-collapse: collapse; }
        #regBodyContent .ProductSKUsTable .ProductSKUsHeader td { background: #5F2C74; /* old browsers */ background: -moz-linear-gradient(top, #8E649F 0%, #5F2C74 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8E649F), color-stop(99%,#5F2C74)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E649F', endColorstr='#5F2C74',GradientType=0 ); /* ie */ color: #FFD647; font-weight: bold; font-size: 1.2em; padding: 3px 5px 3px 5px; }
        #regBodyContent .ProductSKUsTable .ProductSKUsItem td { border-bottom: 1px solid gray; padding-top: 1px; padding-bottom: 2px; }
        #regBodyContent .ProductSKUsTable .ProductSKUsItem .price { font-weight: bold; color: Red; }
        #regBodyContent .ProductSKUsTable .ProductSKUsItem .buyNow { color: Red; font-weight: bold; font-size: .8em; }
        #regBodyContent .ProductSKUsTable .ProductSKUsItem .wasprice { font-weight: bold; color: #000000; text-decoration: line-through; }
        #regBodyContent .ProductSKUsTable .ProductSKUsItem .buyNow { margin: 3px 3px 3px 3px; height: 20px; font-weight: bold; border: 1px solid #01A2E6; color: #FFFFFF; font-size: .8em; background-color: #01A2E6; }


    #regRecentlyViewed { margin: 5px; clear: both; font-size: .8em; color: #333333; border: solid 2px #CCCCCC; border-radius: 5px; -moz-border-radius: 5px; }
        #regRecentlyViewed .Top { height: 10px; }
        #regRecentlyViewed .Middle a { color: #FFFFFF; font-weight: normal; text-decoration: none; }
        #regRecentlyViewed .Bottom { height: 10px; }
        #regRecentlyViewed .Middle { padding: 0px 15px 3px 15px; vertical-align: top; }
        #regRecentlyViewed .Outer p { line-height: normal; }
        #regRecentlyViewed #recentItems .recentItem { float: left; height: 115px; width: 110px; margin-right: 5px; padding: 5px; text-align: center; background-color: #FFFFFF; border: 1px solid #FFFFFF; -moz-border-radius: 5px; border-radius: 5px; }
            /* add 'float: left' to have them across... */
            #regRecentlyViewed #recentItems .recentItem a { color: #431357 }
            #regRecentlyViewed #recentItems .recentItem .Img { height: 85px; vertical-align: middle; display: table-cell; line-height: 85px; }
            #regRecentlyViewed #recentItems .recentItem .Link { padding: 2px; }
        #regRecentlyViewed h3 { font-size: 1.3em; color: #FFD647; font-weight: bold; margin-bottom: 8px; }


#regBodyContent .NewsEntries, #regBodyContent .NewsDetail {display: block; clear: both; }
/* News related styles... */  				  
#regBodyContent .NewsEntries .NewsListWrapper {border: 1px solid #CCC;cursor: pointer; box-sizing: border-box; width: 24%; margin: 0.5%; float: left}
#regBodyContent .NewsEntries .NewsListWrapper p {padding-top: 0px; margin-top: 0px}
#regBodyContent .NewsEntries .NewsListWrapper .Image {min-height: 218px; text-align: center; display: flex; align-items: center; justify-content: center; }
#regBodyContent .NewsEntries .NewsListWrapper .NewsArticleTitle {padding: 5px 10px; height:115px; line-height: 1.3em;  clear: left}
#regBodyContent .NewsEntries .NewsListWrapper .NewsArticleTitle a {font-size: 1.2em; font-weight: bold; color: #333; text-decoration: none;}
#regBodyContent .NewsEntries .NewsListWrapper .NewsArticleTitle a:hover { text-decoration: underline;}
  #regBodyContent .NewsEntries .NewsListWrapper .NewsDateFiled { color: #FFF; padding: 5px; background-color: #3333CC; overflow: hidden; box-sizing: border-box; width: 100% }
#regBodyContent .NewsEntries .NewsListWrapper .eventDate{float:left}
  #regBodyContent .NewsEntries .NewsListWrapper .NewsMoreDetailsLink { text-align: center; background-color: #3333CC; padding: 6px 0; margin: 5px; clear: both }
#regBodyContent .NewsEntries .NewsListWrapper  .NewsMoreDetailsLink a {  color: #FFF; text-decoration:none; font-weight: normal	 }
#regBodyContent .NewsEntries .NewsListWrapper .NewsNoEntries {margin-left: 15px; color: #333333; padding-top: 10px; }
@media all and (max-width: 1024px) {
    #regBodyContent .NewsEntries .NewsListWrapper { width: 32%; margin: 0.5%; }
    #regBodyContent .NewsEntries .NewsListWrapper .Image {min-height: 0; }
}
    @media all and (max-width: 767px) {
        #regBodyContent .NewsEntries .NewsListWrapper { width: 48%; margin:1%; }
}
        @media all and (max-width: 480px) {
        #regBodyContent .NewsEntries .NewsListWrapper { width: 98%; margin:1%; }
        #regBodyContent .NewsEntries .NewsListWrapper .NewsArticleTitle  {height: auto;}
}
#regBodyContent .centredetails { font-weight: bold;}
#regBodyContent .NewsDetail .NewsArticleTitle {font-size: 1.2em; font-weight: bold;}
#regBodyContent .NewsDetail .NewsDateFiled { float: left; padding-top: 2px; padding-bottom: 8px; font-style: italic; font-weight: normal;}
#regBodyContent .NewsDetail .NewsContent { padding-bottom: 5px;margin-top: 15px; clear: both;}
#regBodyContent .NewsDetail .NewsCategories { padding-top: 7px; color: #444444; margin-left: 20px; padding-bottom: 3px;}
#regBodyContent .NewsDetail .NewsFooter {padding-bottom: 5px; border-bottom: 1px solid #cccccc; }
#regBodyContent .NewsDetail .NewsNoEntry {margin-left: 15px; color: #333333; padding-top: 10px; }
#regBodyContent .NewsDetail .SocialNetworking { float: right; padding-top: 0; text-align: right;}
#regBodyContent .NewsDetail .OtherRecentArticles {padding-top: 15px; padding-bottom: 15px;clear: both;}
#regBodyContent .NewsDetail .OtherRecentArticles .ListArticles {margin-left: 20px; padding-bottom: 3px;}
#regBodyContent .NewsDetail .NewsImage { float: right; margin: 15px 0px 10px 20px; max-width: 50%; overflow: hidden}
#regBodyContent .NewsDetail .ThumbnailPhoto {overflow: hidden; text-align: center; width: 24.5%;float: left; box-sizing: border-box; margin: 1px; text-align: center;}
#regBodyContent .NewsDetail .ThumbnailPhoto img {display: block}
#regBodyContent .NewsDetail .Comments {padding-top: 0px;}
#regBodyContent .NewsDetail .Comments .NoCommentsYet {color: #444444; padding-bottom: 5px;}
#regBodyContent .NewsDetail .Comments .ListComments {margin-left: 0px; padding-bottom: 5px;}
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle {padding: 7px 5px 7px 5px; margin-bottom: 12px; border: 1px solid gray; background-color: #FFFED0;}
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle .CommentBy {font-size: .9em; color: black; padding-bottom: 5px; }
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle .Comment {font-size: .9em; }
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle .ModeratedReply {background-color: #F5FABD; }
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle .ModeratedReply .ReplyComment { }
#regBodyContent .NewsDetail .Comments .ListComments .SpecificArticle .ModeratedReply .ReplyDatestamp { }
#regBodyContent .NewsDetail .ListPosts { margin-top: 8px; margin-left: 20px; padding-bottom: 3px; }

#regBodyContent .hBlogArticle { float: left; min-height: 280px; width: 23.5%; margin: 1% 2% 1% 0; cursor: pointer;}
#regBodyContent .hBlogArticle:nth-child(4n) { margin-right: 0; }
#regBodyContent .hBlogArticle .Img { height: 179px; overflow: hidden; }
#regBodyContent .hBlogArticle .Img img { max-height: 100%; width: auto; }
#regBodyContent .hBlogArticle .Title { padding: 1% 3%; background-color: #EFF0F2; height: 120px; font-size: 1.2em; line-height: 1.2em; }
#regBodyContent .hBlogArticle .Title a { color: #8A8C8e; font-weight: bold; text-decoration: none; }
#regBodyContent .hBlogArticle .Date { background-color: #EFF0F2; padding: 1% 3%; font-weight: normal;  }
  #regBodyContent .hBlogArticle a { color: #3333CC; text-decoration: none; font-weight: normal; }
div#wrapper { float: right; width: 100%; margin-left: -210px; }

#regRHS { width: 210px; display: none;  z-index: 9999 }
#regRHS .menuItemsBox_category {margin-bottom:10px; border: 1px solid #CCCCCC; box-sizing: border-box}
  #regRHS .menuItemsBox_category .Header { background-color: #3333CC; padding: 2%; color: #FFF; font-size: 1.3em }
#regRHS .menuItemsBox_category h2 {font-size: 1.5em; font-weight: bold; color: white; padding: 2px 5px 2px 10px; margin-top: 3px; }
#regRHS .menuItemsBox_category a {color: Black; text-decoration: none;}
  #regRHS .menuItemsBox_category a:hover { color: #3333CC; }


#regBodyContent #regRHS h2 { padding: 5px; margin-top: 0; background-color: #8a8c8e; color: #FFFFFF; font-weight: normal; font-size: 1.2em; }
#regBodyContent #regRHS .menuItemsBox_category { margin-bottom: 20px; border: 1px solid #8A8C8E; }
#regBodyContent #regRHS .menuItemsBox_category .Middle input[type=text] { display: inline; margin: 5px 3px; padding: 3px 6px; font-size: 1.1em; border: 1px solid #E6E7E8; background-color: #E6E7E8; color: #58595B; }
  #regBodyContent #regRHS .menuItemsBox_category .Middle input[type=submit] { display: inline; -webkit-appearance: none; margin: 5px 3px; padding: 6px 6px; border: 0; background-color: #3333CC; color: #FFFFFF; text-decoration: none; font-size: 14px; cursor: pointer; }
#regBodyContent #regRHS ul { padding-left: 25px; margin: 10px 0; }
#regBodyContent #regRHS li { margin-left: 0; padding-bottom: 6px; list-style-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAKCAMAAAC+Ge+yAAAANlBMVEXjGDf4xc398fLmNE/nNVDqUWjqUmntboLub4Lxi5vlJkP4xs774ublJkT0qLT1qbTxjJv///9pjRqpAAAANElEQVR4Xi2MVwoAMAxCTTr3uP9lC4n++MAB0WcCwiYASQhAUQJ6I6zrXqdF2cvx+Hzw8ANstAKN/KeneQAAAABJRU5ErkJggg%3D%3D); }
#regBodyContent #regRHS a { color: #8A8C8E; text-decoration: none; font-weight: normal; font-size: 1em; }
  #regBodyContent #regRHS a:hover { color: #3333CC; text-decoration: underline; }
@media all and (max-width: 1000px) {
 #regBodyContent .NewsEntries .NewsListWrapper .NewsContent { max-width: 55%}
}


@media all and (max-width: 960px) {
  #regBodyContent .hBlogArticle .Title { font-size: 1.2em; }
}
@media all and (max-width: 865px) {
 #regBodyContent .NewsEntries .NewsListWrapper .NewsContent { max-width: 50%}
}

@media all and (max-width: 820px) {
  #regBodyContent .hBlogArticle .Title { font-size: 1.2em; }
  #regBodyContent .hBlogArticle { float: left; min-height: 0; width: 49%; margin: 1% 2% 2% 0; }
  #regBodyContent .hBlogArticle:nth-child(2n) { margin-right: 0; }
    #regRHS { display: none; }
    #regBodyContent .NewsEntries, #regBodyContent .NewsDetail { margin-left: 0;}
     #regBodyContent .NewsEntries .NewsListWrapper .NewsContent { max-width: 60%}
}
@media all and (max-width: 695px) {
 #regBodyContent .NewsEntries .NewsListWrapper .NewsContent { max-width: 100%}
 #regBodyContent .NewsEntries .NewsListWrapper .Image {width: 100%; text-align: center; max-width: none}
}

@media all and (max-width: 480px) {

  #regBodyContent .hBlogArticle .Title { font-size: 1.2em; height: 60px; }
  #regBodyContent .hBlogArticle { float: left; min-height: 0; width: 96%; margin: 1% 2% 2% 2%; }
  #regBodyContent .hBlogArticle:nth-child(2n) { margin: 1% 2% 2% 2%; }
  #regBodyContent .hBlogArticle .Img { max-height: 220px; }

  #regBodyContent .NewsDetail .NewsImage  { float: none; margin: 1% 0; max-width: 100%; text-align: center; }
}
/* not within a region because you may want to put in in various places on the site */
.newsCategoriesBox {padding: 0px 0px 10px 0px;}
.newsCategoriesBox a { color:#444444; font-weight: normal; text-decoration: none;}
.newsCategoriesBox a:hover {text-decoration: underline;}
.newsCategoriesBox ul { padding: 0px; margin: 0px; list-style-type: none;}
.newsCategoriesBox ul li { padding-left: 3px; border-bottom: 1px solid #8485DF; }

.newsArchiveBox {padding: 0px 0px 10px 0px;}
.newsArchiveBox a { color:#444444; font-weight: normal; text-decoration: none;}
.newsArchiveBox a:hover {text-decoration: underline;}
.newsArchiveBox ul { padding: 0px; margin: 0px; list-style-type: none;}
.newsArchiveBox ul li { padding-left: 3px; border-bottom: 1px solid #8485DF; }

