/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */

/* utilities.css */

/* 1   */ /*
/* 2   *| 
/* 3   *| 	Developed by NOW/media Digital Agency
/* 4   *| 	http://www.nowmedia.com.au
/* 5   *| 	
/* 6   *| */
/* 7   */ 
/* 8   */ /* --------------------------------------
/* 9   *|    Global Reset
/* 10  *| -------------------------------------- */
/* 11  */ html {
/* 12  */ 	margin: 0;
/* 13  */ 	padding: 0;
/* 14  */ 	border: 0;
/* 15  */ 	outline: 0;
/* 16  */ 	font-size: 100%;
/* 17  */ 	vertical-align: baseline;
/* 18  */ 	background: transparent;
/* 19  */ 	height: 100%;
/* 20  */ }
/* 21  */ 
/* 22  */ body, div, span, applet, object, iframe,
/* 23  */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 24  */ a, abbr, acronym, address, big, cite, code,
/* 25  */ del, dfn, em, font, img, ins, kbd, q, s, samp,
/* 26  */ small, strike, strong, sub, sup, tt, var,
/* 27  */ b, u, i, center,
/* 28  */ dl, dt, dd, ol, ul,
/* 29  */ fieldset, form, label, legend,
/* 30  */ table, caption, tbody, tfoot, thead, tr, th, td {
/* 31  */ 	margin: 0;
/* 32  */ 	position: relative;
/* 33  */ 	padding: 0;
/* 34  */ 	border: 0;
/* 35  */ 	outline: 0;
/* 36  */ 	font-size: 100%;
/* 37  */ 	vertical-align: baseline;
/* 38  */ 	background: transparent;
/* 39  */ }
/* 40  */  
/* 41  */ li{
/* 42  */     margin: 0; 
/* 43  */ 	padding: 0;
/* 44  */ 	border: 0;
/* 45  */ 	outline: 0;
/* 46  */ 	font-size: 100%;
/* 47  */ 	vertical-align: baseline;
/* 48  */ 	background: transparent;
/* 49  */ }
/* 50  */ body {

/* utilities.css */

/* 51  */ 	line-height: 1;
/* 52  */ 	width: 100%;
/* 53  */ 	height: 100%;
/* 54  */ }
/* 55  */ ol, ul {
/* 56  */ 	list-style: none;
/* 57  */ }
/* 58  */ blockquote, q {
/* 59  */ 	quotes: none;
/* 60  */ }
/* 61  */ blockquote:before, blockquote:after,
/* 62  */ q:before, q:after {
/* 63  */ 	content: '';
/* 64  */ 	content: none;
/* 65  */ }
/* 66  */ 
/* 67  */ :focus {
/* 68  */ 	outline: 0;
/* 69  */ }
/* 70  */ 
/* 71  */ ins {
/* 72  */ 	text-decoration: none;
/* 73  */ }
/* 74  */ del {
/* 75  */ 	text-decoration: line-through;
/* 76  */ }
/* 77  */ 
/* 78  */ table {
/* 79  */ 	border-collapse: collapse;
/* 80  */ 	border-spacing: 0;
/* 81  */ }
/* 82  */ 
/* 83  */ /* --------------------------------------
/* 84  *|    Image Replacement
/* 85  *| -------------------------------------- */
/* 86  */ 
/* 87  */ .i-rep {
/* 88  */ 	z-index: 10;
/* 89  */ 	overflow: hidden;
/* 90  */ 	display: block;
/* 91  */ }
/* 92  */ 
/* 93  */ .i-rep span {
/* 94  */ 	z-index: 20; position: absolute;
/* 95  */ 	top: 0; left: 0;
/* 96  */ 	width: 100%; height: 100%;
/* 97  */ 	background-color: transparent;
/* 98  */ 	background-position: top left;
/* 99  */ 	background-repeat: no-repeat;
/* 100 */ }

/* utilities.css */

/* 101 */ 
/* 102 */ a.i-rep:hover {
/* 103 */ 	cursor: pointer;
/* 104 */ }
/* 105 */ 
/* 106 */ /* --------------------------------------
/* 107 *|    Clear Fix
/* 108 *| -------------------------------------- */
/* 109 */ 
/* 110 */ .clearfix:after,
/* 111 */ .tc:after,
/* 112 */ ul.data-list li:after,
/* 113 */ ul.hmenu:after,
/* 114 */ .two-columns:after,
/* 115 */ .three-columns:after {
/* 116 */ 	content: ".";
/* 117 */ 	display: block;
/* 118 */ 	clear: both;
/* 119 */ 	visibility: hidden;
/* 120 */ 	line-height: 0;
/* 121 */ 	height: 0;
/* 122 */ }
/* 123 */  
/* 124 */ .clearfix,
/* 125 */ .tc,
/* 126 */ ul.data-list li,
/* 127 */ ul.hmenu,
/* 128 */ .two-columns,
/* 129 */ .three-columns {
/* 130 */ 	display: block;
/* 131 */ }
/* 132 */  
/* 133 */ * html .clearfix,
/* 134 */ * html .tc,
/* 135 */ * html ul.data-list li,
/* 136 */ * html ul.hmenu,
/* 137 */ * html .two-columns,
/* 138 */ * html .three-columns {
/* 139 */ 	height: 1%;
/* 140 */ 	
/* 141 */ }
/* 142 */ 
/* 143 */ *+html .clearfix,
/* 144 */ *+html .tc,
/* 145 */ *+html ul.data-list li,
/* 146 */ *+html ul.hmenu,
/* 147 */ *+html .two-columns,
/* 148 */ *+html .three-columns {
/* 149 */   min-height: 1%;
/* 150 */ }

/* utilities.css */

/* 151 */ 
/* 152 */ 
/* 153 */ /* --------------------------------------
/* 154 *|    UL Navigation (horizontal/vertical) and Datalist  
/* 155 *| -------------------------------------- */
/* 156 */ 
/* 157 */ /** horizontal list menu **/
/* 158 */ ul.hmenu {	display: block; margin: 0; padding: 0; } /* has clearfix properties */
/* 159 */ ul.hmenu li { float: left;	margin: 0 10px 0 0; padding: 0; list-style: none; }
/* 160 */ 
/* 161 */ /** vertical list menu **/
/* 162 */ ul.vmenu {	display: block;	margin: 0; padding: 0; } /* has clearfix properties */
/* 163 */ ul.vmenu li { display: block; margin: 0 0 1px 0; padding: 0; list-style: none; }
/* 164 */ 
/* 165 */ /** data list **/
/* 166 */ ul.data-list { margin: 0 0 10px 0; padding: 0; } /* has thumb content properties */
/* 167 */ ul.data-list li { margin: 0 0 5px 0; list-style: none; background: none; } /* has clearfix properties */
/* 168 */ 
/* 169 */ /* --------------------------------------
/* 170 *|    Print Only
/* 171 *| -------------------------------------- */
/* 172 */ .print-only {
/* 173 */     display: none !important;
/* 174 */ }
/* 175 */ 
/* 176 */ /* --------------------------------------
/* 177 *|    Accessibility
/* 178 *| -------------------------------------- */
/* 179 */ 
/* 180 */ .acc {
/* 181 */ 	position: absolute;
/* 182 */ 	width: 1px;
/* 183 */ 	height: 1px;
/* 184 */ 	left: -5000px;
/* 185 */ 	top: auto;
/* 186 */ 	overflow: hidden;
/* 187 */ }
/* 188 */ 
/* 189 */ a.acc:focus, input.acc:focus, select.acc:focus, textarea.acc:focus {
/* 190 */ 	position: static;
/* 191 */ 	width: auto;
/* 192 */ 	height: auto;
/* 193 */ }
/* 194 */ 
/* 195 */ /* --------------------------------------
/* 196 *|    Thumb/Content Block
/* 197 *| -------------------------------------- */
/* 198 */ 
/* 199 */ .tc, ul.data-list { overflow: hidden; overflow: visible; zoom: 1; margin-bottom: 10px; } /*has clearfix properties*/
/* 200 */ .tc .t, ul.data-list .t, ul.data-list strong, ul.data-list input { float: left; margin-right: 10px; z-index: 1; }

/* utilities.css */

/* 201 */ .tc .c, ul.data-list .c, ul.data-list span, ul.data-list label { display: table-cell; zoom: 1; width: 10000px; *width: auto; }
/* 202 */ .tc .c *:last-child, ul.data-list .c *:last-child, ul.data-list span *:last-child { margin-bottom: 0; }
/* 203 */ 
/* 204 */ .tr .t, ul.tr .t, ul.tr strong { float: right; margin: 0 0 0 10px; }
/* 205 */ .tc .c .t { float: right; width: auto; margin: 0 0 0 10px; z-index: 1; }
/* 206 */ 
/* 207 */ /* --------------------------------------
/* 208 *|    ClickClear
/* 209 *| -------------------------------------- */
/* 210 */ .clickclear label { position: absolute; padding: 3px 0 0 5px; cursor: text; }
/* 211 */ .focused label { opacity: 0; filter: alpha(opacity=0); }
/* 212 */ .full label { display: none!important; }
/* 213 */ 
/* 214 */ 

/* print.css */

/* 1  */ /* --------------------------------------
/* 2  *|    Standard Print Styles
/* 3  *| -------------------------------------- */
/* 4  */ @media print {
/* 5  */     /* remove all background colors and images, set all text to black */
/* 6  */     * {
/* 7  */         background-image: none !important;
/* 8  */         width: auto !important;
/* 9  */         background-color: transparent !important;
/* 10 */         color: black !important;
/* 11 */         border-color: black !important;
/* 12 */     }
/* 13 */ 
/* 14 */     /* print only */
/* 15 */     .print-only {
/* 16 */         display: block !important;
/* 17 */     }
/* 18 */ 
/* 19 */     /* no print */
/* 20 */     .no-print {
/* 21 */         display: none !important;
/* 22 */     }
/* 23 */ 
/* 24 */     /* remove all margins and padding from body and set page width to auto */
/* 25 */     body {
/* 26 */         background: #fff !important;
/* 27 */         margin: 0;
/* 28 */         padding: 0;
/* 29 */         text-align: left;
/* 30 */         font-size: 12pt;
/* 31 */         font-family: Georgia, "Times New Roman", serif;
/* 32 */     }
/* 33 */ 
/* 34 */     .center, .tc {
/* 35 */         width: 100%;
/* 36 */         margin: 0;
/* 37 */         float: none;
/* 38 */     }
/* 39 */ 
/* 40 */     /* display link hrefs */
/* 41 */     a {
/* 42 */         text-decoration: underline;
/* 43 */     }
/* 44 */ 
/* 45 */         a:after {
/* 46 */             content: "(" attr(href) ")";
/* 47 */         }
/* 48 */ 
/* 49 */     /* --------------------------------------
/* 50 *|    Remove Typography Margins

/* print.css *|

/* 51 *| -------------------------------------- */
/* 52 */     h1, h2, h3, h4, h5, h6, p {
/* 53 */         margin-left: 0 !important;
/* 54 */         padding-left: 0 !important;
/* 55 */         float: none !important;
/* 56 */         width: 100% !important;
/* 57 */     }
/* 58 */ 
/* 59 */     /* --------------------------------------
/* 60 *|    Remove Image Bullets
/* 61 *| -------------------------------------- */
/* 62 */     ul {
/* 63 */         list-style-image: none !important;
/* 64 */     }
/* 65 */ 
/* 66 */     /* --------------------------------------
/* 67 *|    Item Visibility
/* 68 *| -------------------------------------- */
/* 69 */     #main-navigation, .footer, #banner, #logo, .footer-sitemap {
/* 70 */         display: none !important;
/* 71 */     }
/* 72 */ 
/* 73 */     /* --------------------------------------
/* 74 *|    Header
/* 75 *| -------------------------------------- */
/* 76 */     .header, .header .center {
/* 77 */         margin: 0;
/* 78 */         height: auto;
/* 79 */     }
/* 80 */ 
/* 81 */     /* --------------------------------------
/* 82 *|    Columns
/* 83 *| -------------------------------------- */
/* 84 */     /** 2 Column Layout **/
/* 85 */     .two-columns .left-column,
/* 86 */     .two-columns .right-column {
/* 87 */         float: none;
/* 88 */         width: auto;
/* 89 */         padding-left: 0;
/* 90 */         padding-right: 0;
/* 91 */         margin-left: 0;
/* 92 */         margin-right: 0;
/* 93 */     }
/* 94 */ }

/* colorbox.css */

/* 1  */ /*
/* 2  *|     Colorbox Core Style:
/* 3  *|     The following CSS is consistent between example themes and should not be altered.
/* 4  *| */
/* 5  */ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
/* 6  */ #cboxWrapper {max-width:none;}
/* 7  */ #cboxOverlay{position:fixed; width:100%; height:100%;}
/* 8  */ #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
/* 9  */ #cboxContent{position:relative;}
/* 10 */ #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
/* 11 */ #cboxTitle{margin:0;}
/* 12 */ #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
/* 13 */ #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* 14 */ .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
/* 15 */ .cboxIframe{width:100%; height:100%; display:block; border:0;}
/* 16 */ #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* 17 */ 
/* 18 */ /* 
/* 19 *|     User Style:
/* 20 *|     Change the following styles to modify the appearance of Colorbox.  They are
/* 21 *|     ordered & tabbed in a way that represents the nesting of the generated HTML.
/* 22 *| */
/* 23 */ #cboxOverlay{/*background:url(colorbox-images/overlay.png) repeat 0 0;*/}
/* 24 */ #colorbox{outline:0;}
/* 25 */     /*#cboxTopLeft{width:21px; height:21px; background:url(colorbox-images/controls.png) no-repeat -101px 0;}
/* 26 *|     #cboxTopRight{width:21px; height:21px; background:url(colorbox-images/controls.png) no-repeat -130px 0;}
/* 27 *|     #cboxBottomLeft{width:21px; height:21px; background:url(colorbox-images/controls.png) no-repeat -101px -29px;}
/* 28 *|     #cboxBottomRight{width:21px; height:21px; background:url(colorbox-images/controls.png) no-repeat -130px -29px;}
/* 29 *|     #cboxMiddleLeft{width:21px; background:url(colorbox-images/controls.png) left top repeat-y;}
/* 30 *|     #cboxMiddleRight{width:21px; background:url(colorbox-images/controls.png) right top repeat-y;}
/* 31 *|     #cboxTopCenter{height:21px; background:url(colorbox-images/border.png) 0 0 repeat-x;}
/* 32 *|     #cboxBottomCenter{height:21px; background:url(colorbox-images/border.png) 0 -29px repeat-x;}*/
/* 33 */     #cboxContent{background:#fff; overflow:hidden; padding: 15px 12px 0px 15px;}
/* 34 */         .cboxIframe{background:#fff;}
/* 35 */         #cboxError{padding:50px; border:1px solid #ccc;}
/* 36 */         #cboxLoadedContent{margin-bottom:3px;}
/* 37 */         #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
/* 38 */         #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
/* 39 */         #cboxLoadingOverlay{background:url(colorbox-images/loading_background.png) no-repeat center center;}
/* 40 */         #cboxLoadingGraphic{background:url(colorbox-images/loading.gif) no-repeat center center;}
/* 41 */ 
/* 42 */         /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* 43 */         #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
/* 44 */         
/* 45 */         /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* 46 */         #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
/* 47 */ 
/* 48 */         #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
/* 49 */         #cboxPrevious{position:absolute; bottom:0; left:0; background:url(colorbox-images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
/* 50 */         #cboxPrevious:hover{background-position:-75px -25px;}

/* colorbox.css */

/* 51 */         #cboxNext{position:absolute; bottom:0; left:27px; background:url(colorbox-images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
/* 52 */         #cboxNext:hover{background-position:-50px -25px;}
/* 53 */         #cboxClose{position:absolute; top: 13px; right: 18px; background:url(colorbox-images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
/* 54 */         #cboxClose:hover{background-position:-25px -25px;}
/* 55 */ 
/* 56 */ /*
/* 57 *|   The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
/* 58 *|   when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
/* 59 *|   See: http://jacklmoore.com/notes/ie-transparency-problems/
/* 60 *| */
/* 61 */ .cboxIE #cboxTopLeft,
/* 62 */ .cboxIE #cboxTopCenter,
/* 63 */ .cboxIE #cboxTopRight,
/* 64 */ .cboxIE #cboxBottomLeft,
/* 65 */ .cboxIE #cboxBottomCenter,
/* 66 */ .cboxIE #cboxBottomRight,
/* 67 */ .cboxIE #cboxMiddleLeft,
/* 68 */ .cboxIE #cboxMiddleRight {
/* 69 */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
/* 70 */ }

/* fullcalendar.css */

/* 1   */ /*!
/* 2   *|  * FullCalendar v1.6.4 Stylesheet
/* 3   *|  * Docs & License: http://arshaw.com/fullcalendar/
/* 4   *|  * (c) 2013 Adam Shaw
/* 5   *|  */
/* 6   */ 
/* 7   */ 
/* 8   */ .fc {
/* 9   */     direction: ltr;
/* 10  */     text-align: left;
/* 11  */ }
/* 12  */ 
/* 13  */     .fc table {
/* 14  */         border-collapse: collapse;
/* 15  */         border-spacing: 0;
/* 16  */     }
/* 17  */ 
/* 18  */     html .fc,
/* 19  */     .fc table {
/* 20  */         font-size: 1em;
/* 21  */     }
/* 22  */ 
/* 23  */     .fc td,
/* 24  */     .fc th {
/* 25  */         vertical-align: top;
/* 26  */     }
/* 27  */ 
/* 28  */ 
/* 29  */ 
/* 30  */ /* Header
/* 31  *| ------------------------------------------------------------------------*/
/* 32  */ 
/* 33  */ .fc-header td {
/* 34  */     white-space: nowrap;
/* 35  */ }
/* 36  */ 
/* 37  */ .fc-header-left {
/* 38  */     width: 25%;
/* 39  */     text-align: left;
/* 40  */ }
/* 41  */ 
/* 42  */ .fc-header-center {
/* 43  */     text-align: center;
/* 44  */ }
/* 45  */ 
/* 46  */ .fc-header-right {
/* 47  */     width: 25%;
/* 48  */     text-align: right;
/* 49  */ }
/* 50  */ 

/* fullcalendar.css */

/* 51  */ .fc-header-title {
/* 52  */     display: inline-block;
/* 53  */     vertical-align: top;
/* 54  */ }
/* 55  */ 
/* 56  */     .fc-header-title h2 {
/* 57  */         margin-top: 0;
/* 58  */         white-space: nowrap;
/* 59  */     }
/* 60  */ 
/* 61  */ .fc .fc-header-space {
/* 62  */     padding-left: 10px;
/* 63  */ }
/* 64  */ 
/* 65  */ .fc-header .fc-button {
/* 66  */     margin-bottom: 1em;
/* 67  */     vertical-align: top;
/* 68  */ }
/* 69  */ 
/* 70  */ /* buttons edges butting together */
/* 71  */ 
/* 72  */ .fc-header .fc-button {
/* 73  */     margin-right: -1px;
/* 74  */ }
/* 75  */ 
/* 76  */ .fc-header .fc-corner-right, /* non-theme */
/* 77  */ .fc-header .ui-corner-right { /* theme */
/* 78  */     margin-right: 0; /* back to normal */
/* 79  */ }
/* 80  */ 
/* 81  */ /* button layering (for border precedence) */
/* 82  */ 
/* 83  */ .fc-header .fc-state-hover,
/* 84  */ .fc-header .ui-state-hover {
/* 85  */     z-index: 2;
/* 86  */ }
/* 87  */ 
/* 88  */ .fc-header .fc-state-down {
/* 89  */     z-index: 3;
/* 90  */ }
/* 91  */ 
/* 92  */ .fc-header .fc-state-active,
/* 93  */ .fc-header .ui-state-active {
/* 94  */     z-index: 4;
/* 95  */ }
/* 96  */ 
/* 97  */ 
/* 98  */ 
/* 99  */ /* Content
/* 100 *| ------------------------------------------------------------------------*/

/* fullcalendar.css */

/* 101 */ 
/* 102 */ .fc-content {
/* 103 */     clear: both;
/* 104 */     zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
/* 105 */ }
/* 106 */ 
/* 107 */ .fc-view {
/* 108 */     width: 100%;
/* 109 */     /*overflow: hidden;*/
/* 110 */ }
/* 111 */ 
/* 112 */ 
/* 113 */ 
/* 114 */ /* Cell Styles
/* 115 *| ------------------------------------------------------------------------*/
/* 116 */ 
/* 117 */ .fc-widget-header, /* <th>, usually */
/* 118 */ .fc-widget-content { /* <td>, usually */
/* 119 */     /*border: 1px solid #ddd;*/
/* 120 */ }
/* 121 */ 
/* 122 */ .fc-widget-header {
/* 123 */     border-bottom: 1px solid #ddd;
/* 124 */     line-height: 28px;
/* 125 */     font-size: 12px;
/* 126 */     color: #555;
/* 127 */     font-family: 'montserratregular', sans-serif;
/* 128 */     text-transform: uppercase;
/* 129 */ }
/* 130 */ 
/* 131 */ .fc-day {
/* 132 */     border-bottom: 1px solid #ddd;
/* 133 */     font-size: 20px;
/* 134 */     font-weight: bold;
/* 135 */     color: #555;
/* 136 */     font-family: 'montserratregular', sans-serif;
/* 137 */     padding: 10px 3px;
/* 138 */ }
/* 139 */ 
/* 140 */     .fc-day.hover, .fc-day:hover {
/* 141 */         background-color: #fcf8e3;
/* 142 */     }
/* 143 */ 
/* 144 */ .fc-past {
/* 145 */     color: #ccc;
/* 146 */ }
/* 147 */ 
/* 148 */ .fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
/* 149 */     /*background: #fcf8e3;*/
/* 150 */ }

/* fullcalendar.css */

/* 151 */ 
/* 152 */     .fc-today .fc-day-number {
/* 153 */         margin-top: -5px;
/* 154 */         color: white;
/* 155 */         background-color: #00aeef;
/* 156 */         width: 28px;
/* 157 */         height: 28px;
/* 158 */         line-height: 28px;
/* 159 */         text-align: center;
/* 160 */         padding: 0px !important;
/* 161 */         -webkit-border-top-right-radius: 14px;
/* 162 */         -webkit-border-bottom-right-radius: 14px;
/* 163 */         -webkit-border-bottom-left-radius: 14px;
/* 164 */         -webkit-border-top-left-radius: 14px;
/* 165 */         -moz-border-radius-topright: 14px;
/* 166 */         -moz-border-radius-bottomright: 14px;
/* 167 */         -moz-border-radius-bottomleft: 14px;
/* 168 */         -moz-border-radius-topleft: 14px;
/* 169 */         border-top-right-radius: 14px;
/* 170 */         border-bottom-right-radius: 14px;
/* 171 */         border-bottom-left-radius: 14px;
/* 172 */         border-top-left-radius: 14px;
/* 173 */     }
/* 174 */ 
/* 175 */ .fc-cell-overlay { /* semi-transparent rectangle while dragging */
/* 176 */     background: #bce8f1;
/* 177 */     opacity: .3;
/* 178 */     filter: alpha(opacity=30); /* for IE */
/* 179 */ }
/* 180 */ 
/* 181 */ 
/* 182 */ 
/* 183 */ /* Buttons
/* 184 *| ------------------------------------------------------------------------*/
/* 185 */ 
/* 186 */ .fc-button {
/* 187 */     position: relative;
/* 188 */     display: inline-block;
/* 189 */     padding: 0 .6em;
/* 190 */     overflow: hidden;
/* 191 */     height: 25px;
/* 192 */     margin-left: 25px;
/* 193 */     margin-right: 20px !important;
/* 194 */     line-height: 1.9em;
/* 195 */     white-space: nowrap;
/* 196 */     cursor: pointer;
/* 197 */ }
/* 198 */ 
/* 199 */ .fc-state-default { /* non-theme */
/* 200 */     /*border: 1px solid;*/

/* fullcalendar.css */

/* 201 */ }
/* 202 */ 
/* 203 */     .fc-state-default.fc-corner-left { /* non-theme */
/* 204 */         border-top-left-radius: 4px;
/* 205 */         border-bottom-left-radius: 4px;
/* 206 */     }
/* 207 */ 
/* 208 */     .fc-state-default.fc-corner-right { /* non-theme */
/* 209 */         border-top-right-radius: 4px;
/* 210 */         border-bottom-right-radius: 4px;
/* 211 */     }
/* 212 */ 
/* 213 */ /*
/* 214 *| 	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
/* 215 *| 	and we'll try to make them look good cross-browser.
/* 216 *| */
/* 217 */ 
/* 218 */ .fc-text-arrow {
/* 219 */     margin: 0 .1em;
/* 220 */     font-size: 2em;
/* 221 */     font-family: "Courier New", Courier, monospace;
/* 222 */     vertical-align: baseline; /* for IE7 */
/* 223 */ }
/* 224 */ 
/* 225 */ .fc-button-prev .fc-text-arrow,
/* 226 */ .fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
/* 227 */     font-weight: bold;
/* 228 */ }
/* 229 */ 
/* 230 */ /* icon (for jquery ui) */
/* 231 */ 
/* 232 */ .fc-button .fc-icon-wrap {
/* 233 */     position: relative;
/* 234 */     float: left;
/* 235 */     top: 50%;
/* 236 */ }
/* 237 */ 
/* 238 */ .fc-button .ui-icon {
/* 239 */     position: relative;
/* 240 */     float: left;
/* 241 */     margin-top: -50%;
/* 242 */     *margin-top: 0;
/* 243 */     *top: -50%;
/* 244 */ }
/* 245 */ 
/* 246 */ /*
/* 247 *|   button states
/* 248 *|   borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
/* 249 *| */
/* 250 */ 

/* fullcalendar.css */

/* 251 */ .fc-state-default {
/* 252 */     /*background-color: #f5f5f5;
/* 253 *| 	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
/* 254 *| 	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
/* 255 *| 	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
/* 256 *| 	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
/* 257 *| 	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
/* 258 *| 	background-repeat: repeat-x;
/* 259 *| 	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
/* 260 *| 	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 261 *| 	color: #333;
/* 262 *| 	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
/* 263 *| 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
/* 264 */ }
/* 265 */ 
/* 266 */ .fc-state-hover,
/* 267 */ .fc-state-down,
/* 268 */ .fc-state-active,
/* 269 */ .fc-state-disabled {
/* 270 */     /*color: #333333;
/* 271 *| 	background-color: #e6e6e6;*/
/* 272 */ }
/* 273 */ 
/* 274 */ .fc-state-hover {
/* 275 */     /*color: #333333;
/* 276 *| 	text-decoration: none;
/* 277 *| 	background-position: 0 -15px;
/* 278 *| 	-webkit-transition: background-position 0.1s linear;
/* 279 *| 	   -moz-transition: background-position 0.1s linear;
/* 280 *| 	     -o-transition: background-position 0.1s linear;
/* 281 *| 	        transition: background-position 0.1s linear;*/
/* 282 */ }
/* 283 */ 
/* 284 */ .fc-state-down,
/* 285 */ .fc-state-active {
/* 286 */     /*background-color: #cccccc;
/* 287 *| 	background-image: none;
/* 288 *| 	outline: 0;
/* 289 *| 	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);*/
/* 290 */ }
/* 291 */ 
/* 292 */ .fc-state-disabled {
/* 293 */     cursor: default;
/* 294 */     background-image: none;
/* 295 */     opacity: 0.65;
/* 296 */     filter: alpha(opacity=65);
/* 297 */     box-shadow: none;
/* 298 */ }
/* 299 */ 
/* 300 */ 

/* fullcalendar.css */

/* 301 */ 
/* 302 */ /* Global Event Styles
/* 303 *| ------------------------------------------------------------------------*/
/* 304 */ 
/* 305 */ .fc-event-container > * {
/* 306 */     /*z-index: 8;*/
/* 307 */ }
/* 308 */ 
/* 309 */ .fc-event-container > .ui-draggable-dragging,
/* 310 */ .fc-event-container > .ui-resizable-resizing {
/* 311 */     z-index: 9;
/* 312 */ }
/* 313 */ 
/* 314 */ .fc-event {
/* 315 */     /*border: 1px solid #3a87ad;*/ /* default BORDER color */
/* 316 */     /*background-color: #3a87ad;*/ /* default BACKGROUND color */
/* 317 */     color: #00aeef; /* default TEXT color */
/* 318 */     font-size: 10px;
/* 319 */     font-weight: bold;
/* 320 */     text-transform: uppercase;
/* 321 */     cursor: pointer;
/* 322 */     text-align: right;
/* 323 */ }
/* 324 */ 
/* 325 */ a.fc-event {
/* 326 */     text-decoration: none;
/* 327 */ }
/* 328 */ 
/* 329 */ a.fc-event,
/* 330 */ .fc-event-draggable {
/* 331 */     cursor: pointer;
/* 332 */ }
/* 333 */ 
/* 334 */ .fc-rtl .fc-event {
/* 335 */     text-align: right;
/* 336 */ }
/* 337 */ 
/* 338 */ .fc-event-inner {
/* 339 */     width: 100%;
/* 340 */     height: 100%;
/* 341 */     overflow: hidden;
/* 342 */ }
/* 343 */ 
/* 344 */ .fc-event-time,
/* 345 */ .fc-event-title {
/* 346 */     padding: 0 0px;
/* 347 */ }
/* 348 */ 
/* 349 */ .fc-event-title {
/* 350 */     height: 20px;

/* fullcalendar.css */

/* 351 */     overflow: hidden;
/* 352 */ }
/* 353 */ 
/* 354 */     .fc-event-title:hover {
/* 355 */         text-decoration: underline;
/* 356 */     }
/* 357 */ 
/* 358 */ .fc .ui-resizable-handle {
/* 359 */     display: block;
/* 360 */     position: absolute;
/* 361 */     z-index: 99999;
/* 362 */     overflow: hidden; /* hacky spaces (IE6/7) */
/* 363 */     font-size: 300%; /* */
/* 364 */     line-height: 50%; /* */
/* 365 */ }
/* 366 */ 
/* 367 */ 
/* 368 */ 
/* 369 */ /* Horizontal Events
/* 370 *| ------------------------------------------------------------------------*/
/* 371 */ 
/* 372 */ .fc-event-hori {
/* 373 */     border-width: 1px 0;
/* 374 */     margin-bottom: 1px;
/* 375 */ }
/* 376 */ 
/* 377 */ .fc-ltr .fc-event-hori.fc-event-start,
/* 378 */ .fc-rtl .fc-event-hori.fc-event-end {
/* 379 */     border-left-width: 1px;
/* 380 */     border-top-left-radius: 3px;
/* 381 */     border-bottom-left-radius: 3px;
/* 382 */ }
/* 383 */ 
/* 384 */ .fc-ltr .fc-event-hori.fc-event-end,
/* 385 */ .fc-rtl .fc-event-hori.fc-event-start {
/* 386 */     border-right-width: 1px;
/* 387 */     border-top-right-radius: 3px;
/* 388 */     border-bottom-right-radius: 3px;
/* 389 */ }
/* 390 */ 
/* 391 */ /* resizable */
/* 392 */ 
/* 393 */ .fc-event-hori .ui-resizable-e {
/* 394 */     top: 0 !important; /* importants override pre jquery ui 1.7 styles */
/* 395 */     right: -3px !important;
/* 396 */     width: 7px !important;
/* 397 */     height: 100% !important;
/* 398 */     cursor: e-resize;
/* 399 */ }
/* 400 */ 

/* fullcalendar.css */

/* 401 */ .fc-event-hori .ui-resizable-w {
/* 402 */     top: 0 !important;
/* 403 */     left: -3px !important;
/* 404 */     width: 7px !important;
/* 405 */     height: 100% !important;
/* 406 */     cursor: w-resize;
/* 407 */ }
/* 408 */ 
/* 409 */ .fc-event-hori .ui-resizable-handle {
/* 410 */     _padding-bottom: 14px; /* IE6 had 0 height */
/* 411 */ }
/* 412 */ 
/* 413 */ 
/* 414 */ 
/* 415 */ /* Reusable Separate-border Table
/* 416 *| ------------------------------------------------------------*/
/* 417 */ 
/* 418 */ table.fc-border-separate {
/* 419 */     border-collapse: separate;
/* 420 */ }
/* 421 */ 
/* 422 */ .fc-border-separate th,
/* 423 */ .fc-border-separate td {
/* 424 */     /*border-width: 1px 0 0 1px;*/
/* 425 */ }
/* 426 */ 
/* 427 */     .fc-border-separate th.fc-last,
/* 428 */     .fc-border-separate td.fc-last {
/* 429 */         border-right-width: 1px;
/* 430 */     }
/* 431 */ 
/* 432 */ .fc-border-separate tr.fc-last th,
/* 433 */ .fc-border-separate tr.fc-last td {
/* 434 */     border-bottom-width: 1px;
/* 435 */ }
/* 436 */ 
/* 437 */ .fc-border-separate tbody tr.fc-first td,
/* 438 */ .fc-border-separate tbody tr.fc-first th {
/* 439 */     border-top-width: 0;
/* 440 */ }
/* 441 */ 
/* 442 */ 
/* 443 */ /* Month View, Basic Week View, Basic Day View
/* 444 *| ------------------------------------------------------------------------*/
/* 445 */ 
/* 446 */ .fc-grid th {
/* 447 */     text-align: center;
/* 448 */ }
/* 449 */ 
/* 450 */ .fc .fc-week-number {

/* fullcalendar.css */

/* 451 */     width: 22px;
/* 452 */     text-align: center;
/* 453 */ }
/* 454 */ 
/* 455 */     .fc .fc-week-number div {
/* 456 */         padding: 0 2px;
/* 457 */     }
/* 458 */ 
/* 459 */ .fc-grid .fc-day-number {
/* 460 */     float: right;
/* 461 */     padding: 0 2px;
/* 462 */ }
/* 463 */ 
/* 464 */ .fc-grid .fc-other-month .fc-day-number {
/* 465 */     opacity: 0.3;
/* 466 */     filter: alpha(opacity=30); /* for IE */
/* 467 */     /* opacity with small font can sometimes look too faded
/* 468 *| 	   might want to set the 'color' property instead
/* 469 *| 	   making day-numbers bold also fixes the problem */
/* 470 */     /*display: none;*/
/* 471 */     color: white;
/* 472 */ }
/* 473 */ 
/* 474 */ fc-grid .fc-other-month .fc-day-content {
/* 475 */     /*display: none;*/
/* 476 */ }
/* 477 */ 
/* 478 */ .fc-grid .fc-day-content {
/* 479 */     clear: both;
/* 480 */     padding: 2px 2px 1px; /* distance between events and day edges */
/* 481 */     min-height: 63px;
/* 482 */ }
/* 483 */ 
/* 484 */ /* event styles */
/* 485 */ 
/* 486 */ .fc-grid .fc-event-time {
/* 487 */     font-weight: bold;
/* 488 */     display: none;
/* 489 */ }
/* 490 */ 
/* 491 */ /* right-to-left */
/* 492 */ 
/* 493 */ .fc-rtl .fc-grid .fc-day-number {
/* 494 */     float: left;
/* 495 */ }
/* 496 */ 
/* 497 */ .fc-rtl .fc-grid .fc-event-time {
/* 498 */     float: right;
/* 499 */ }
/* 500 */ 

/* fullcalendar.css */

/* 501 */ 
/* 502 */ 
/* 503 */ /* Agenda Week View, Agenda Day View
/* 504 *| ------------------------------------------------------------------------*/
/* 505 */ 
/* 506 */ .fc-agenda table {
/* 507 */     border-collapse: separate;
/* 508 */ }
/* 509 */ 
/* 510 */ .fc-agenda-days th {
/* 511 */     text-align: center;
/* 512 */ }
/* 513 */ 
/* 514 */ .fc-agenda .fc-agenda-axis {
/* 515 */     width: 50px;
/* 516 */     padding: 0 4px;
/* 517 */     vertical-align: middle;
/* 518 */     text-align: right;
/* 519 */     white-space: nowrap;
/* 520 */     font-weight: normal;
/* 521 */ }
/* 522 */ 
/* 523 */ .fc-agenda .fc-week-number {
/* 524 */     font-weight: bold;
/* 525 */ }
/* 526 */ 
/* 527 */ .fc-agenda .fc-day-content {
/* 528 */     padding: 2px 2px 1px;
/* 529 */ }
/* 530 */ 
/* 531 */ /* make axis border take precedence */
/* 532 */ 
/* 533 */ .fc-agenda-days .fc-agenda-axis {
/* 534 */     border-right-width: 1px;
/* 535 */ }
/* 536 */ 
/* 537 */ .fc-agenda-days .fc-col0 {
/* 538 */     border-left-width: 0;
/* 539 */ }
/* 540 */ 
/* 541 */ /* all-day area */
/* 542 */ 
/* 543 */ .fc-agenda-allday th {
/* 544 */     border-width: 0 1px;
/* 545 */ }
/* 546 */ 
/* 547 */ .fc-agenda-allday .fc-day-content {
/* 548 */     min-height: 34px; /* TODO: doesnt work well in quirksmode */
/* 549 */     _height: 34px;
/* 550 */ }

/* fullcalendar.css */

/* 551 */ 
/* 552 */ /* divider (between all-day and slots) */
/* 553 */ 
/* 554 */ .fc-agenda-divider-inner {
/* 555 */     height: 2px;
/* 556 */     overflow: hidden;
/* 557 */ }
/* 558 */ 
/* 559 */ .fc-widget-header .fc-agenda-divider-inner {
/* 560 */     background: #eee;
/* 561 */ }
/* 562 */ 
/* 563 */ /* slot rows */
/* 564 */ 
/* 565 */ .fc-agenda-slots th {
/* 566 */     border-width: 1px 1px 0;
/* 567 */ }
/* 568 */ 
/* 569 */ .fc-agenda-slots td {
/* 570 */     border-width: 1px 0 0;
/* 571 */     background: none;
/* 572 */ }
/* 573 */ 
/* 574 */     .fc-agenda-slots td div {
/* 575 */         height: 20px;
/* 576 */     }
/* 577 */ 
/* 578 */ .fc-agenda-slots tr.fc-slot0 th,
/* 579 */ .fc-agenda-slots tr.fc-slot0 td {
/* 580 */     border-top-width: 0;
/* 581 */ }
/* 582 */ 
/* 583 */ .fc-agenda-slots tr.fc-minor th,
/* 584 */ .fc-agenda-slots tr.fc-minor td {
/* 585 */     border-top-style: dotted;
/* 586 */ }
/* 587 */ 
/* 588 */     .fc-agenda-slots tr.fc-minor th.ui-widget-header {
/* 589 */         *border-top-style: solid; /* doesn't work with background in IE6/7 */
/* 590 */     }
/* 591 */ 
/* 592 */ 
/* 593 */ 
/* 594 */ /* Vertical Events
/* 595 *| ------------------------------------------------------------------------*/
/* 596 */ 
/* 597 */ .fc-event-vert {
/* 598 */     border-width: 0 1px;
/* 599 */ }
/* 600 */ 

/* fullcalendar.css */

/* 601 */     .fc-event-vert.fc-event-start {
/* 602 */         border-top-width: 1px;
/* 603 */         border-top-left-radius: 3px;
/* 604 */         border-top-right-radius: 3px;
/* 605 */     }
/* 606 */ 
/* 607 */     .fc-event-vert.fc-event-end {
/* 608 */         border-bottom-width: 1px;
/* 609 */         border-bottom-left-radius: 3px;
/* 610 */         border-bottom-right-radius: 3px;
/* 611 */     }
/* 612 */ 
/* 613 */     .fc-event-vert .fc-event-time {
/* 614 */         white-space: nowrap;
/* 615 */         font-size: 10px;
/* 616 */     }
/* 617 */ 
/* 618 */     .fc-event-vert .fc-event-inner {
/* 619 */         position: relative;
/* 620 */         z-index: 2;
/* 621 */     }
/* 622 */ 
/* 623 */     .fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
/* 624 */         position: absolute;
/* 625 */         z-index: 1;
/* 626 */         top: 0;
/* 627 */         left: 0;
/* 628 */         width: 100%;
/* 629 */         height: 100%;
/* 630 */         background: #fff;
/* 631 */         opacity: .25;
/* 632 */         filter: alpha(opacity=25);
/* 633 */     }
/* 634 */ 
/* 635 */ .fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
/* 636 */ .fc-select-helper .fc-event-bg {
/* 637 */     display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
/* 638 */ }
/* 639 */ 
/* 640 */ /* resizable */
/* 641 */ 
/* 642 */ .fc-event-vert .ui-resizable-s {
/* 643 */     bottom: 0 !important; /* importants override pre jquery ui 1.7 styles */
/* 644 */     width: 100% !important;
/* 645 */     height: 8px !important;
/* 646 */     overflow: hidden !important;
/* 647 */     line-height: 8px !important;
/* 648 */     font-size: 11px !important;
/* 649 */     font-family: monospace;
/* 650 */     text-align: center;

/* fullcalendar.css */

/* 651 */     cursor: s-resize;
/* 652 */ }
/* 653 */ 
/* 654 */ .fc-agenda .ui-resizable-resizing { /* TODO: better selector */
/* 655 */     _overflow: hidden;
/* 656 */ }
/* 657 */ 

/* fullcalendar.print.css */

/* 1  */ /*!
/* 2  *|  * FullCalendar v1.6.4 Print Stylesheet
/* 3  *|  * Docs & License: http://arshaw.com/fullcalendar/
/* 4  *|  * (c) 2013 Adam Shaw
/* 5  *|  */
/* 6  */ 
/* 7  */ /*
/* 8  *|  * Include this stylesheet on your page to get a more printer-friendly calendar.
/* 9  *|  * When including this stylesheet, use the media='print' attribute of the <link> tag.
/* 10 *|  * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
/* 11 *|  */
/* 12 */ @media print {
/* 13 */ 
/* 14 */     /* Events
/* 15 *| -----------------------------------------------------*/
/* 16 */ 
/* 17 */     .fc-event {
/* 18 */         background: #fff !important;
/* 19 */         color: #000 !important;
/* 20 */     }
/* 21 */ 
/* 22 */     /* for vertical events */
/* 23 */ 
/* 24 */     .fc-event-bg {
/* 25 */         display: none !important;
/* 26 */     }
/* 27 */ 
/* 28 */     .fc-event .ui-resizable-handle {
/* 29 */         display: none !important;
/* 30 */     }
/* 31 */ }
/* 32 */ 

/* main-style.css */

/* 1    */ @import "utilities.css";
/* 2    */ @import "print.css";
/* 3    */ @import "colorbox.css";
/* 4    */ @import "fullcalendar.css";
/* 5    */ @import "fullcalendar.print.css";
/* 6    */ /* --------------------------------------
/* 7    *|       Global Styling
/* 8    *| -------------------------------------- */
/* 9    */ /*google fonts - not rendering well on chrome, safari/windows */
/* 10   */ @font-face {
/* 11   */     font-family: 'montserratregular';
/* 12   */     src: url(fonts/Montserrat/montserrat-regular-webfont.eot);
/* 13   */     src: url(fonts/Montserrat/montserrat-regular-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/Montserrat/montserrat-regular-webfont.svg#montserratregular) format('svg'), url(fonts/Montserrat/montserrat-regular-webfont.woff) format('woff'), url(fonts/Montserrat/montserrat-regular-webfont.ttf) format('truetype');
/* 14   */     font-weight: normal;
/* 15   */     font-style: normal;
/* 16   */ }
/* 17   */ 
/* 18   */ @font-face {
/* 19   */     font-family: 'montserratregular';
/* 20   */     src: url(fonts/Montserrat/montserrat-bold-webfont.eot);
/* 21   */     src: url(fonts/Montserrat/montserrat-bold-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/Montserrat/montserrat-bold-webfont.svg#montserratbold) format('svg'), url(fonts/Montserrat/montserrat-bold-webfont.woff) format('woff'), url(fonts/Montserrat/montserrat-bold-webfont.ttf) format('truetype');
/* 22   */     font-weight: bold;
/* 23   */     font-style: normal;
/* 24   */ }
/* 25   */ 
/* 26   */ @font-face {
/* 27   */     font-family: 'open_sans';
/* 28   */     src: url(fonts/Open%20Sans/opensans-bold-webfont.eot);
/* 29   */     src: url(fonts/Open%20Sans/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/Open%20Sans/opensans-bold-webfont.svg#open_sansbold) format('svg'), url(fonts/Open%20Sans/opensans-bold-webfont.woff) format('woff'), url(fonts/Open%20Sans/opensans-bold-webfont.ttf) format('truetype');
/* 30   */     font-weight: bold;
/* 31   */     font-style: normal;
/* 32   */ }
/* 33   */ 
/* 34   */ @font-face {
/* 35   */     font-family: 'open_sans';
/* 36   */     src: url(fonts/Open%20Sans/opensans-bolditalic-webfont.eot);
/* 37   */     src: url(fonts/Open%20Sans/opensans-bolditalic-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/Open%20Sans/opensans-bolditalic-webfont.svg#open_sansbold_italic) format('svg'), url(fonts/Open%20Sans/opensans-bolditalic-webfont.woff) format('woff'), url(fonts/Open%20Sans/opensans-bolditalic-webfont.ttf) format('truetype');
/* 38   */     font-weight: bold;
/* 39   */     font-style: italic;
/* 40   */ }
/* 41   */ 
/* 42   */ @font-face {
/* 43   */     font-family: 'open_sans';
/* 44   */     src: url(fonts/Open%20Sans/opensans-italic-webfont.eot);
/* 45   */     src: url(fonts/Open%20Sans/opensans-italic-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/Open%20Sans/opensans-italic-webfont.ttf) format('truetype'), url(fonts/Open%20Sans/opensans-italic-webfont.svg#open_sansitalic) format('svg');
/* 46   */     font-weight: normal;
/* 47   */     font-style: italic;
/* 48   */ }
/* 49   */ 
/* 50   */ @font-face {

/* main-style.css */

/* 51   */     font-family: 'open_sans';
/* 52   */     src: url(fonts/Open%20Sans/opensans-regular-webfont.eot);
/* 53   */     src: url(fonts/Open%20Sans/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/Open%20Sans/opensans-regular-webfont.ttf) format('truetype'), url(fonts/Open%20Sans/opensans-regular-webfont.svg#open_sansregular) format('svg');
/* 54   */     font-weight: normal;
/* 55   */     font-style: normal;
/* 56   */ }
/* 57   */ 
/* 58   */ /*---------------------------------------------------
/* 59   *|         LESS Elements 0.9
/* 60   *|     ---------------------------------------------------
/* 61   *|         A set of useful LESS mixins
/* 62   *|     ---------------------------------------------------*/
/* 63   */ body {
/* 64   */     background-color: #f7f7f7;
/* 65   */     color: #222;
/* 66   */     font-family: 'open_sans', sans-serif;
/* 67   */     font-size: 12px;
/* 68   */     min-width: 980px;
/* 69   */ }
/* 70   */ 
/* 71   */ /* Headings */
/* 72   */ h1,
/* 73   */ h2,
/* 74   */ h3,
/* 75   */ h4,
/* 76   */ h5 {
/* 77   */     font-weight: normal;
/* 78   */     color: #00aeef;
/* 79   */     margin-bottom: 0.4em;
/* 80   */     font-family: 'montserratregular', sans-serif;
/* 81   */ }
/* 82   */ 
/* 83   */ h1 {
/* 84   */     font-size: 2.5em;
/* 85   */     line-height: 1em;
/* 86   */ }
/* 87   */ 
/* 88   */ h2 {
/* 89   */     font-size: 2em;
/* 90   */     line-height: 1em;
/* 91   */ }
/* 92   */ 
/* 93   */ h3 {
/* 94   */     font-size: 1.5em;
/* 95   */     line-height: 1em;
/* 96   */ }
/* 97   */ 
/* 98   */ h4 {
/* 99   */     font-size: 1.255em;
/* 100  */     line-height: 1em;

/* main-style.css */

/* 101  */ }
/* 102  */ 
/* 103  */ h5 {
/* 104  */     font-size: 1em;
/* 105  */     line-height: 1em;
/* 106  */     font-weight: bold;
/* 107  */ }
/* 108  */ 
/* 109  */ /* Anchors */
/* 110  */ a,
/* 111  */ a:visited {
/* 112  */     text-decoration: none;
/* 113  */     color: #444;
/* 114  */ }
/* 115  */ 
/* 116  */ a:hover {
/* 117  */     text-decoration: underline;
/* 118  */ }
/* 119  */ 
/* 120  */ .big-padding-bottom {
/* 121  */     padding-bottom: 100px;
/* 122  */ }
/* 123  */ 
/* 124  */ .big-padding-bottom.search-results {
/* 125  */     padding-bottom: 50px;
/* 126  */ }
/* 127  */ 
/* 128  */ p a {
/* 129  */     z-index: 10;
/* 130  */ }
/* 131  */ 
/* 132  */ /* Base margin */
/* 133  */ p,
/* 134  */ blockquote,
/* 135  */ ul,
/* 136  */ ol {
/* 137  */     margin-bottom: 0.833em;
/* 138  */ }
/* 139  */ 
/* 140  */ /* ULs, OLs & LIs */
/* 141  */ ul {
/* 142  */     margin-left: 2em;
/* 143  */ }
/* 144  */ 
/* 145  */ ul li {
/* 146  */     list-style: none;
/* 147  */ }
/* 148  */ 
/* 149  */ ol {
/* 150  */     margin-left: 2em;

/* main-style.css */

/* 151  */ }
/* 152  */ 
/* 153  */ ol li {
/* 154  */     list-style: decimal;
/* 155  */ }
/* 156  */ 
/* 157  */ /* Blockquote */
/* 158  */ blockquote {
/* 159  */     width: 75%;
/* 160  */     font-size: 1.166em;
/* 161  */     margin-left: 10%;
/* 162  */     padding: 10px;
/* 163  */     quotes: "\201C" "\201D";
/* 164  */ }
/* 165  */ 
/* 166  */ blockquote:before {
/* 167  */     content: open-quote;
/* 168  */     font: bold 20px/12px Georgia, "Times New Roman", Times, serif;
/* 169  */ }
/* 170  */ 
/* 171  */ blockquote:after {
/* 172  */     content: close-quote;
/* 173  */     font: bold 20px/12px Georgia, "Times New Roman", Times, serif;
/* 174  */ }
/* 175  */ 
/* 176  */ /* Other styles */
/* 177  */ small {
/* 178  */     font-size: 90%;
/* 179  */ }
/* 180  */ 
/* 181  */ .tbig {
/* 182  */     font-size: 110%;
/* 183  */ }
/* 184  */ 
/* 185  */ /* Classes */
/* 186  */ .right {
/* 187  */     float: right;
/* 188  */ }
/* 189  */ 
/* 190  */ .left {
/* 191  */     float: left;
/* 192  */ }
/* 193  */ 
/* 194  */ img.right {
/* 195  */     float: right;
/* 196  */     margin: 0 0 0 10px;
/* 197  */ }
/* 198  */ 
/* 199  */ img.left {
/* 200  */     float: left;

/* main-style.css */

/* 201  */     margin: 0 10px 0 0;
/* 202  */ }
/* 203  */ 
/* 204  */ p img.right {
/* 205  */     float: right;
/* 206  */     margin: 0 0 10px 10px;
/* 207  */     z-index: 100;
/* 208  */ }
/* 209  */ 
/* 210  */ p img.left {
/* 211  */     float: left;
/* 212  */     margin: 0 10px 10px 0;
/* 213  */     z-index: 100;
/* 214  */ }
/* 215  */ 
/* 216  */ .last {
/* 217  */     border: 0 !important;
/* 218  */     margin-right: 0 !important;
/* 219  */     margin-bottom: 0 !important;
/* 220  */ }
/* 221  */ 
/* 222  */ .error {
/* 223  */     background-color: #fed7d7;
/* 224  */     color: #ff5a5a;
/* 225  */ }
/* 226  */ 
/* 227  */ .tleft {
/* 228  */     text-align: left;
/* 229  */ }
/* 230  */ 
/* 231  */ .tright {
/* 232  */     text-align: right;
/* 233  */ }
/* 234  */ 
/* 235  */ .tcenter {
/* 236  */     text-align: center;
/* 237  */ }
/* 238  */ 
/* 239  */ .nomarg {
/* 240  */     margin: 0 !important;
/* 241  */ }
/* 242  */ 
/* 243  */ div.hr,
/* 244  */ hr {
/* 245  */     width: 100%;
/* 246  */     display: block;
/* 247  */     height: 0;
/* 248  */     border: none;
/* 249  */     border-top: 1px solid #ccc;
/* 250  */     border-bottom: 1px solid #fff;

/* main-style.css */

/* 251  */     margin: 1.5em 0;
/* 252  */     clear: both;
/* 253  */ }
/* 254  */ 
/* 255  */ /* --------------------------------------
/* 256  *|       Center Wrap
/* 257  *| -------------------------------------- */
/* 258  */ .center {
/* 259  */     width: 980px;
/* 260  */     margin: 0 auto;
/* 261  */ }
/* 262  */ 
/* 263  */ /* --------------------------------------
/* 264  *|       PNG Fix
/* 265  *| -------------------------------------- */
/* 266  */ img {
/* 267  */     _behavior: url(css/iepngfix.htc);
/* 268  */ }
/* 269  */ 
/* 270  */ /* must be absolute URL, blank.gif must be next to iepngfix.htc */
/* 271  */ /* --------------------------------------
/* 272  *|       Header Section
/* 273  *| -------------------------------------- */
/* 274  */ .header {
/* 275  */     background-color: #00aeef;
/* 276  */ }
/* 277  */ 
/* 278  */ .header .center {
/* 279  */     height: 38px;
/* 280  */ }
/* 281  */ 
/* 282  */ .header .center .heading-text {
/* 283  */     float: left;
/* 284  */     color: white;
/* 285  */     text-transform: uppercase;
/* 286  */     line-height: 38px;
/* 287  */     padding-left: 32px;
/* 288  */     font-size: 11px;
/* 289  */ }
/* 290  */ 
/* 291  */ .header .center .login-bar {
/* 292  */     color: white;
/* 293  */     line-height: 38px;
/* 294  */     float: right;
/* 295  */     display: block;
/* 296  */     font-size: 11px;
/* 297  */ }
/* 298  */ 
/* 299  */ .header .center .login-bar i {
/* 300  */     text-transform: uppercase;

/* main-style.css */

/* 301  */ }
/* 302  */ 
/* 303  */ .header .center .login-bar p {
/* 304  */     margin-bottom: 0px;
/* 305  */     float: right;
/* 306  */     font-size: 11px;
/* 307  */ }
/* 308  */ 
/* 309  */ .header .center .login-bar p.loggedin {
/* 310  */     display: none;
/* 311  */ }
/* 312  */ 
/* 313  */ .header .center .login-bar p.right {
/* 314  */     margin-left: 12px;
/* 315  */     margin-right: 12px;
/* 316  */ }
/* 317  */ 
/* 318  */ .header .center .login-bar p.right a {
/* 319  */     color: white;
/* 320  */ }
/* 321  */ 
/* 322  */ .header .center .login-bar ul.login-box {
/* 323  */     margin-left: 15px;
/* 324  */     margin-bottom: 0;
/* 325  */     float: right;
/* 326  */     z-index: 101;
/* 327  */     font-size: 12px;
/* 328  */ }
/* 329  */ 
/* 330  */ .header .center .login-bar ul.login-box > li {
/* 331  */     list-style-type: none;
/* 332  */     width: 48px;
/* 333  */     height: 38px;
/* 334  */ }
/* 335  */ 
/* 336  */ .header .center .login-bar ul.login-box > li > a {
/* 337  */     display: block;
/* 338  */     width: 48px;
/* 339  */     height: 38px;
/* 340  */     background-color: #666666;
/* 341  */     text-align: center;
/* 342  */     position: absolute;
/* 343  */ }
/* 344  */ 
/* 345  */ .header .center .login-bar ul.login-box > li .login-dropdown {
/* 346  */     background-color: #666666;
/* 347  */     width: 215px;
/* 348  */     display: none;
/* 349  */     position: absolute;
/* 350  */     margin-left: -167px;

/* main-style.css */

/* 351  */     margin-top: 38px;
/* 352  */ }
/* 353  */ 
/* 354  */ .header .center .login-bar ul.login-box > li .login-dropdown .checkbox {
/* 355  */     float: right;
/* 356  */     margin-left: 6px;
/* 357  */     margin-top: 9px;
/* 358  */ }
/* 359  */ 
/* 360  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedout {
/* 361  */     display: none;
/* 362  */     height: 183px;
/* 363  */ }
/* 364  */ 
/* 365  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedout .form-item input.left {
/* 366  */     background-color: #0099cc;
/* 367  */ }
/* 368  */ 
/* 369  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedout .form-item input.left:hover {
/* 370  */     background-color: #008ebd;
/* 371  */ }
/* 372  */ 
/* 373  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin {
/* 374  */     display: none;
/* 375  */ }
/* 376  */ 
/* 377  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul {
/* 378  */     margin: 5px 17px;
/* 379  */ }
/* 380  */ 
/* 381  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li {
/* 382  */     height: 43px;
/* 383  */     border-bottom: 1px solid #ddd;
/* 384  */     padding-left: 27px;
/* 385  */     background-image: url(../i/icon-account.png);
/* 386  */     background-repeat: no-repeat;
/* 387  */ }
/* 388  */ 
/* 389  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li a {
/* 390  */     color: white;
/* 391  */     line-height: 42px;
/* 392  */     font-size: 10px;
/* 393  */     text-transform: uppercase;
/* 394  */ }
/* 395  */ 
/* 396  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li a.double-line {
/* 397  */     line-height: 12px;
/* 398  */     display: block;
/* 399  */     padding-top: 10px;
/* 400  */ }

/* main-style.css */

/* 401  */ 
/* 402  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li.my-account {
/* 403  */     background-position: left 10px;
/* 404  */ }
/* 405  */ 
/* 406  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li.cip-points {
/* 407  */     background-position: -2px -35px;
/* 408  */ }
/* 409  */ 
/* 410  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li.master-id {
/* 411  */     background-position: -2px -78px;
/* 412  */ }
/* 413  */ 
/* 414  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li.membership-status {
/* 415  */     background-position: -2px -125px;
/* 416  */ }
/* 417  */ 
/* 418  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li.current-enrolments {
/* 419  */     background-position: -2px -170px;
/* 420  */ }
/* 421  */ 
/* 422  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li.study-centre {
/* 423  */     background-position: left -213px;
/* 424  */ }
/* 425  */ 
/* 426  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li.exam-centre {
/* 427  */     background-position: left -255px;
/* 428  */ }
/* 429  */ 
/* 430  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li.renew-membership {
/* 431  */     background-position: left -297px;
/* 432  */ }
/* 433  */ 
/* 434  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li.shopping-cart {
/* 435  */     background-position: left -335px;
/* 436  */ }
/* 437  */ 
/* 438  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li.logout {
/* 439  */     background-position: left -376px;
/* 440  */ }
/* 441  */ 
/* 442  */ .header .center .login-bar ul.login-box > li .login-dropdown.loggedin ul li:last-child {
/* 443  */     border-bottom: none;
/* 444  */ }
/* 445  */ 
/* 446  */ #logo {
/* 447  */     top: 0;
/* 448  */ }
/* 449  */ 
/* 450  */ #logo,

/* main-style.css */

/* 451  */ #logo a {
/* 452  */     width: 159px;
/* 453  */     height: 60px;
/* 454  */     display: block;
/* 455  */     color: #fff;
/* 456  */     font-size: 30px;
/* 457  */ }
/* 458  */ 
/* 459  */ /* --------------------------------------
/* 460  *|       Banner Styles
/* 461  *| -------------------------------------- */
/* 462  */ #banner {
/* 463  */     margin-bottom: 22px;
/* 464  */     height: 412px;
/* 465  */     width: 980px;
/* 466  */ }
/* 467  */ 
/* 468  */ #banner > ul {
/* 469  */     overflow: hidden;
/* 470  */     clear: both;
/* 471  */     display: block;
/* 472  */ }
/* 473  */ 
/* 474  */ #banner > ul > li {
/* 475  */     height: 412px;
/* 476  */     padding: 0;
/* 477  */     list-style: none;
/* 478  */     margin: 0;
/* 479  */     position: absolute;
/* 480  */     top: 0;
/* 481  */     left: 0;
/* 482  */ }
/* 483  */ 
/* 484  */ #banner .info {
/* 485  */     width: 257px;
/* 486  */     height: 412px;
/* 487  */     position: absolute;
/* 488  */     right: 0;
/* 489  */     z-index: 1;
/* 490  */ }
/* 491  */ 
/* 492  */ #banner .info .info-bg {
/* 493  */     position: absolute;
/* 494  */     width: 257px;
/* 495  */     height: 412px;
/* 496  */     background-color: #888;
/* 497  */     -moz-opacity: 0.2;
/* 498  */     -khtml-opacity: 0.2;
/* 499  */     -webkit-opacity: 0.2;
/* 500  */     opacity: 0.2;

/* main-style.css */

/* 501  */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
/* 502  */     filter: alpha(opacity=20);
/* 503  */ }
/* 504  */ 
/* 505  */ #banner .info ul.quick-links {
/* 506  */     margin-top: 32px;
/* 507  */     margin-left: 15px;
/* 508  */     overflow: visible;
/* 509  */     margin-bottom: 30px;
/* 510  */ }
/* 511  */ 
/* 512  */ #banner .info ul.quick-links li {
/* 513  */     width: 220px;
/* 514  */     height: 43px;
/* 515  */     padding-left: 18px;
/* 516  */     clear: both;
/* 517  */     display: block;
/* 518  */     float: none;
/* 519  */     margin-bottom: 15px;
/* 520  */ }
/* 521  */ 
/* 522  */ #banner .info ul.quick-links li:hover {
/* 523  */     background-image: url(../i/arrow-right.png);
/* 524  */     background-repeat: no-repeat;
/* 525  */     background-position: 3px center;
/* 526  */ }
/* 527  */ 
/* 528  */ #banner .info ul.quick-links li a {
/* 529  */     color: white;
/* 530  */     text-decoration: none;
/* 531  */     font-size: 13px;
/* 532  */     text-transform: uppercase;
/* 533  */     line-height: 43px;
/* 534  */ }
/* 535  */ 
/* 536  */ #banner .info ul.quick-links li a i {
/* 537  */     display: inline-block;
/* 538  */     float: left;
/* 539  */     margin-right: 6px;
/* 540  */ }
/* 541  */ 
/* 542  */ #banner .info ul.quick-links li a i img {
/* 543  */     width: 43px;
/* 544  */     height: 43px;
/* 545  */ }
/* 546  */ 
/* 547  */ #banner .info ul.quick-links li a.double-line {
/* 548  */     line-height: 18px;
/* 549  */     display: block;
/* 550  */     padding-top: 5px;

/* main-style.css */

/* 551  */ }
/* 552  */ 
/* 553  */ #banner .info ul.quick-links li a.double-line i {
/* 554  */     margin-top: -5px;
/* 555  */ }
/* 556  */ 
/* 557  */ #banner .info span.link a {
/* 558  */     color: white;
/* 559  */     text-decoration: none;
/* 560  */     width: 100%;
/* 561  */     text-align: center;
/* 562  */     margin-top: 15px;
/* 563  */     font-weight: bold;
/* 564  */     display: block;
/* 565  */ }
/* 566  */ 
/* 567  */ #banner .info span.link a:hover {
/* 568  */     text-decoration: underline;
/* 569  */ }
/* 570  */ 
/* 571  */ #banner .controls {
/* 572  */     position: absolute;
/* 573  */     z-index: 1;
/* 574  */     bottom: 20px;
/* 575  */     left: 15px;
/* 576  */ }
/* 577  */ 
/* 578  */ #banner .controls li {
/* 579  */     position: relative;
/* 580  */     margin: 0 0 0 5px;
/* 581  */     height: auto;
/* 582  */ }
/* 583  */ 
/* 584  */ #banner .controls li a {
/* 585  */     background-color: #f7f7f7;
/* 586  */     display: block;
/* 587  */     width: 10px;
/* 588  */     height: 10px;
/* 589  */     -webkit-border-top-right-radius: 5px;
/* 590  */     -webkit-border-bottom-right-radius: 5px;
/* 591  */     -webkit-border-bottom-left-radius: 5px;
/* 592  */     -webkit-border-top-left-radius: 5px;
/* 593  */     -moz-border-radius-topright: 5px;
/* 594  */     -moz-border-radius-bottomright: 5px;
/* 595  */     -moz-border-radius-bottomleft: 5px;
/* 596  */     -moz-border-radius-topleft: 5px;
/* 597  */     border-top-right-radius: 5px;
/* 598  */     border-bottom-right-radius: 5px;
/* 599  */     border-bottom-left-radius: 5px;
/* 600  */     border-top-left-radius: 5px;

/* main-style.css */

/* 601  */     -moz-background-clip: padding-box;
/* 602  */     -webkit-background-clip: padding-box;
/* 603  */     background-clip: padding-box;
/* 604  */ }
/* 605  */ 
/* 606  */ #banner .controls li a span {
/* 607  */     display: none;
/* 608  */ }
/* 609  */ 
/* 610  */ #banner .controls li.active a {
/* 611  */     background-color: #000;
/* 612  */ }
/* 613  */ 
/* 614  */ #banner .image {
/* 615  */     width: 980px;
/* 616  */     height: 412px;
/* 617  */     overflow: hidden;
/* 618  */ }
/* 619  */ 
/* 620  */ #banner .image img {
/* 621  */     width: 980px;
/* 622  */     height: 412px;
/* 623  */ }
/* 624  */ 
/* 625  */ #banner .image .bannerText {
/* 626  */     position: absolute;
/* 627  */     z-index: 2;
/* 628  */     left: 30px;
/* 629  */     bottom: 50px;
/* 630  */     background-color: black;
/* 631  */     -moz-opacity: 0.6;
/* 632  */     -khtml-opacity: 0.6;
/* 633  */     -webkit-opacity: 0.6;
/* 634  */     opacity: 0.6;
/* 635  */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
/* 636  */     filter: alpha(opacity=60);
/* 637  */     padding: 15px;
/* 638  */     width: 630px;
/* 639  */ }
/* 640  */ 
/* 641  */ #banner .image .bannerText h2 {
/* 642  */     color: white;
/* 643  */ }
/* 644  */ 
/* 645  */ #banner .image .bannerText p {
/* 646  */     color: white;
/* 647  */     font-size: 13px;
/* 648  */     line-height: 16px;
/* 649  */ }
/* 650  */ 

/* main-style.css */

/* 651  */ /* IE 7 hack */
/* 652  */ * + html {
/* 653  */     /*ul.form-list {
/* 654  *|                 z-index: 1;
/* 655  *| 
/* 656  *|                 li {
/* 657  *|                         .form-field {
/* 658  *|                                 z-index: 2;
/* 659  *| 
/* 660  *|                                 .custom-select-wrapper {
/* 661  *|                                         z-index: 3;
/* 662  *|                                 }
/* 663  *|                         }
/* 664  *|                 }
/* 665  *|         }*/
/* 666  */ }
/* 667  */ 
/* 668  */ * + html .cursor-inner {
/* 669  */     margin-left: -25px;
/* 670  */     width: 10px;
/* 671  */ }
/* 672  */ 
/* 673  */ * + html #banner .info {
/* 674  */     width: 271px;
/* 675  */ }
/* 676  */ 
/* 677  */ * + html .header {
/* 678  */     z-index: 101;
/* 679  */ }
/* 680  */ 
/* 681  */ * + html .header .center .login-bar ul.login-box li > a img {
/* 682  */     display: block;
/* 683  */     margin-top: 15px;
/* 684  */ }
/* 685  */ 
/* 686  */ * + html .header .center .login-bar ul.login-box li .login-dropdown {
/* 687  */     z-index: 101;
/* 688  */     margin-top: 38px;
/* 689  */ }
/* 690  */ 
/* 691  */ * + html .header .center .login-bar ul.login-box li .login-dropdown label {
/* 692  */     padding-left: 70px;
/* 693  */ }
/* 694  */ 
/* 695  */ * + html #main-navigation {
/* 696  */     z-index: 100;
/* 697  */ }
/* 698  */ 
/* 699  */ * + html #main-navigation .main-navigation > ul > li:hover {
/* 700  */     background-color: #eee;

/* main-style.css */

/* 701  */ }
/* 702  */ 
/* 703  */ * + html #main-navigation .main-navigation .search-bar input {
/* 704  */     width: 100px;
/* 705  */ }
/* 706  */ 
/* 707  */ * + html #main-navigation .main-navigation .search-bar a {
/* 708  */     right: 22px;
/* 709  */ }
/* 710  */ 
/* 711  */ * + html .main-navigation > UL > LI.active > A SPAN {
/* 712  */     bottom: 46px;
/* 713  */ }
/* 714  */ 
/* 715  */ * + html .enrol-form .field-bubble .button-row a {
/* 716  */     width: 100%;
/* 717  */     padding: 0px;
/* 718  */ }
/* 719  */ 
/* 720  */ * + html .enrol-form .field-bubble-inline {
/* 721  */     display: none !important;
/* 722  */ }
/* 723  */ 
/* 724  */ * + html .enrol-form .box-wrap .section.disabled .styled-select {
/* 725  */     display: none;
/* 726  */ }
/* 727  */ 
/* 728  */ #sub-banner {
/* 729  */     margin-bottom: 22px;
/* 730  */     height: 286px;
/* 731  */     width: 980px;
/* 732  */ }
/* 733  */ 
/* 734  */ #sub-banner .info {
/* 735  */     position: absolute;
/* 736  */     margin-top: 135px;
/* 737  */     margin-left: 49px;
/* 738  */     z-index: 1;
/* 739  */ }
/* 740  */ 
/* 741  */ #sub-banner .info.member-centre {
/* 742  */     margin-top: 111px;
/* 743  */ }
/* 744  */ 
/* 745  */ #sub-banner .info.member-centre h3,
/* 746  */ #sub-banner .info.member-centre p {
/* 747  */     color: #c76857;
/* 748  */     font-size: 25px;
/* 749  */     text-transform: uppercase;
/* 750  */     line-height: 25px;

/* main-style.css */

/* 751  */     font-family: 'montserratregular', sans-serif;
/* 752  */ }
/* 753  */ 
/* 754  */ #sub-banner .info.withLogo {
/* 755  */     margin-top: 80px;
/* 756  */ }
/* 757  */ 
/* 758  */ #sub-banner .info.withLogo img {
/* 759  */     float: left;
/* 760  */ }
/* 761  */ 
/* 762  */ #sub-banner .info h2 {
/* 763  */     color: white;
/* 764  */     font-size: 36px;
/* 765  */     text-transform: uppercase;
/* 766  */ }
/* 767  */ 
/* 768  */ #sub-banner .info h2.blue {
/* 769  */     color: #042f4c;
/* 770  */ }
/* 771  */ 
/* 772  */ #sub-banner .info p {
/* 773  */     color: white;
/* 774  */     font-size: 15px;
/* 775  */     width: 500px;
/* 776  */     line-height: 21px;
/* 777  */ }
/* 778  */ 
/* 779  */ #sub-banner .info.black h2 {
/* 780  */     color: #484848;
/* 781  */ }
/* 782  */ 
/* 783  */ #sub-banner .info.black p {
/* 784  */     color: #484848;
/* 785  */ }
/* 786  */ 
/* 787  */ #text-banner {
/* 788  */     width: 980px;
/* 789  */     background-color: #fbf6f2;
/* 790  */     background-image: -webkit-gradient(linear, left top, right top, from(#fcfbf9), to(#fbf6f2));
/* 791  */     background-image: -webkit-linear-gradient(left, #fcfbf9, #fbf6f2);
/* 792  */     background-image: -moz-linear-gradient(left, #fcfbf9, #fbf6f2);
/* 793  */     background-image: -ms-linear-gradient(left, #fcfbf9, #fbf6f2);
/* 794  */     background-image: -o-linear-gradient(left, #fcfbf9, #fbf6f2);
/* 795  */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfbf9', endColorstr='#fbf6f2', GradientType=1);
/* 796  */     height: 110px;
/* 797  */     margin-bottom: 22px;
/* 798  */ }
/* 799  */ 
/* 800  */ #text-banner h2 {

/* main-style.css */

/* 801  */     line-height: 110px;
/* 802  */     margin-left: 23px;
/* 803  */     font-size: 36px;
/* 804  */     color: #636363;
/* 805  */     text-transform: uppercase;
/* 806  */ }
/* 807  */ 
/* 808  */ /* --------------------------------------
/* 809  *|       Container Template
/* 810  *| -------------------------------------- */
/* 811  */ .content {
/* 812  */     background-color: #f7f7f7;
/* 813  */ }
/* 814  */ 
/* 815  */ .content .center {
/* 816  */     background-color: white;
/* 817  */ }
/* 818  */ 
/* 819  */ .content .center .main-content {
/* 820  */     padding-bottom: 80px;
/* 821  */ }
/* 822  */ 
/* 823  */ .content .center .main-content.homepage {
/* 824  */     overflow: hidden;
/* 825  */ }
/* 826  */ 
/* 827  */ .content .center .main-content > ul {
/* 828  */     margin: 0px;
/* 829  */ }
/* 830  */ 
/* 831  */ .content .center .main-content > ul > li {
/* 832  */     list-style-type: none;
/* 833  */     float: left;
/* 834  */     margin-left: 15px;
/* 835  */     width: 226px;
/* 836  */ }
/* 837  */ 
/* 838  */ .content .center .main-content > ul > li > span {
/* 839  */     display: block;
/* 840  */     width: 226px;
/* 841  */     height: 226px;
/* 842  */     clear: both;
/* 843  */ }
/* 844  */ 
/* 845  */ .content .center .main-content > ul > li > span img {
/* 846  */     width: 226px;
/* 847  */     height: 220px;
/* 848  */ }
/* 849  */ 
/* 850  */ .content .center .main-content > ul > li h2 {

/* main-style.css */

/* 851  */     color: #636363;
/* 852  */     font-size: 17px;
/* 853  */     text-transform: uppercase;
/* 854  */     margin-top: 15px;
/* 855  */     margin-bottom: 13px;
/* 856  */     margin-left: 8px;
/* 857  */ }
/* 858  */ 
/* 859  */ .content .center .main-content > ul > li p {
/* 860  */     font-size: 13px;
/* 861  */     line-height: 17px;
/* 862  */     margin: 0px 10px;
/* 863  */     color: #636363;
/* 864  */     margin-bottom: 15px;
/* 865  */ }
/* 866  */ 
/* 867  */ .content .center .main-content > ul > li ul {
/* 868  */     margin: 0px;
/* 869  */     margin-left: 8px;
/* 870  */ }
/* 871  */ 
/* 872  */ .content .center .main-content > ul > li ul li {
/* 873  */     list-style-type: none;
/* 874  */     padding-left: 20px;
/* 875  */     background-image: url(../i/arrow-right-blue.png);
/* 876  */     background-repeat: no-repeat;
/* 877  */     background-position: 2px 0px;
/* 878  */     margin-bottom: 9px;
/* 879  */ }
/* 880  */ 
/* 881  */ .content .center .main-content > ul > li ul li a {
/* 882  */     text-decoration: none;
/* 883  */     color: #636363;
/* 884  */     font-size: 13px;
/* 885  */     text-transform: uppercase;
/* 886  */     line-height: 18px;
/* 887  */     font-weight: 800;
/* 888  */ }
/* 889  */ 
/* 890  */ .content .center .main-content > ul > li ul li:hover a {
/* 891  */     color: #444;
/* 892  */ }
/* 893  */ 
/* 894  */ .content .center .main-content .cta-column {
/* 895  */     float: left;
/* 896  */     margin-left: 15px;
/* 897  */ }
/* 898  */ 
/* 899  */ .content .center .main-content.subpage {
/* 900  */     padding-bottom: 22px;

/* main-style.css */

/* 901  */ }
/* 902  */ 
/* 903  */ /** 1 column layout **/
/* 904  */ .one-column {
/* 905  */     clear: both;
/* 906  */     margin-left: 15px;
/* 907  */     margin-right: 15px;
/* 908  */ }
/* 909  */ 
/* 910  */ .one-column .sign-up-form {
/* 911  */     width: 708px;
/* 912  */ }
/* 913  */ 
/* 914  */ .one-column .sign-up-form h3 {
/* 915  */     margin-bottom: 5px;
/* 916  */     padding: 0px 10px;
/* 917  */     padding-top: 35px;
/* 918  */ }
/* 919  */ 
/* 920  */ .one-column .sign-up-form hr {
/* 921  */     display: block;
/* 922  */     clear: both;
/* 923  */     height: 1px;
/* 924  */     border: 0;
/* 925  */     border-top: 1px solid #00aeef;
/* 926  */     margin: 0;
/* 927  */ }
/* 928  */ 
/* 929  */ .one-column .sign-up-form .note,
/* 930  */ .one-column .sign-up-form .error {
/* 931  */     width: 480px;
/* 932  */     background-color: #f9f9f9;
/* 933  */     padding: 15px 15px;
/* 934  */     margin-top: 15px;
/* 935  */ }
/* 936  */ 
/* 937  */ .one-column .sign-up-form .note h4,
/* 938  */ .one-column .sign-up-form .error h4 {
/* 939  */     color: #636363;
/* 940  */     text-transform: uppercase;
/* 941  */     font-weight: bold;
/* 942  */ }
/* 943  */ 
/* 944  */ .one-column .sign-up-form .note p,
/* 945  */ .one-column .sign-up-form .error p {
/* 946  */     font-size: 13px;
/* 947  */     color: #636363;
/* 948  */ }
/* 949  */ 
/* 950  */ .one-column .sign-up-form .note p:last-child,

/* main-style.css */

/* 951  */ .one-column .sign-up-form .error p:last-child {
/* 952  */     margin-bottom: 0px;
/* 953  */ }
/* 954  */ 
/* 955  */ .one-column .sign-up-form .error {
/* 956  */     background-color: #fed7d7;
/* 957  */     margin-bottom: 19px;
/* 958  */ }
/* 959  */ 
/* 960  */ .one-column .sign-up-form .error h4 {
/* 961  */     color: #ff5a5a;
/* 962  */ }
/* 963  */ 
/* 964  */ .one-column .sign-up-form .error ul {
/* 965  */     margin: 0px;
/* 966  */     padding-top: 5px;
/* 967  */ }
/* 968  */ 
/* 969  */ .one-column .sign-up-form .error ul li {
/* 970  */     list-style-type: none;
/* 971  */ }
/* 972  */ 
/* 973  */ .one-column .sign-up-form .button-right {
/* 974  */     text-align: right;
/* 975  */     width: 503px;
/* 976  */ }
/* 977  */ 
/* 978  */ .one-column .sign-up-form .checkbox {
/* 979  */     float: left;
/* 980  */     margin-right: 5px;
/* 981  */     width: 16px;
/* 982  */     height: 16px;
/* 983  */     margin-top: 4px;
/* 984  */     margin-left: 30px;
/* 985  */     background-image: url(../i/icon-checkbox2.png);
/* 986  */     background-repeat: no-repeat;
/* 987  */     display: block;
/* 988  */     cursor: pointer;
/* 989  */ }
/* 990  */ 
/* 991  */ .one-column .sign-up-form .checkbox.active {
/* 992  */     background-position: 0px -16px;
/* 993  */ }
/* 994  */ 
/* 995  */ .one-column ul.form-list {
/* 996  */     margin: 0px;
/* 997  */ }
/* 998  */ 
/* 999  */ .one-column ul.form-list > li {
/* 1000 */     height: 28px;

/* main-style.css */

/* 1001 */     margin-top: 10px;
/* 1002 */     width: 315px;
/* 1003 */     padding-left: 240px;
/* 1004 */     list-style-type: none;
/* 1005 */ }
/* 1006 */ 
/* 1007 */ .one-column ul.form-list > li > label {
/* 1008 */     width: 230px;
/* 1009 */     position: absolute;
/* 1010 */     margin-left: -230px;
/* 1011 */     padding-left: 10px;
/* 1012 */     text-transform: uppercase;
/* 1013 */     font-size: 13px;
/* 1014 */     font-weight: bold;
/* 1015 */     line-height: 28px;
/* 1016 */     color: #636363;
/* 1017 */ }
/* 1018 */ 
/* 1019 */ .one-column ul.form-list > li > label span {
/* 1020 */     color: #00aeef;
/* 1021 */ }
/* 1022 */ 
/* 1023 */ .one-column ul.form-list > li > label.long {
/* 1024 */     width: 314px;
/* 1025 */ }
/* 1026 */ 
/* 1027 */ .one-column ul.form-list > li .form-field p {
/* 1028 */     padding: 5px 0px;
/* 1029 */     margin-bottom: 0px;
/* 1030 */     line-height: 15px;
/* 1031 */     color: #666;
/* 1032 */ }
/* 1033 */ 
/* 1034 */ .one-column ul.form-list > li .form-field p a {
/* 1035 */     z-index: 1;
/* 1036 */ }
/* 1037 */ 
/* 1038 */ .one-column ul.form-list > li .form-field input[type=text],
/* 1039 */ .one-column ul.form-list > li .form-field input[type=password],
/* 1040 */ .one-column ul.form-list > li .form-field input[type=email] {
/* 1041 */     border: none;
/* 1042 */     height: 28px;
/* 1043 */     line-height: 28px\9;
/* 1044 */     background-color: #e1e1e1;
/* 1045 */     padding: 0px 10px;
/* 1046 */     width: 250px;
/* 1047 */ }
/* 1048 */ 
/* 1049 */ .one-column ul.form-list > li .form-field input[type=text].short,
/* 1050 */ .one-column ul.form-list > li .form-field input[type=password].short,

/* main-style.css */

/* 1051 */ .one-column ul.form-list > li .form-field input[type=email].short {
/* 1052 */     width: 220px;
/* 1053 */ }
/* 1054 */ 
/* 1055 */ .one-column ul.form-list > li .form-field input[type=text].invalid,
/* 1056 */ .one-column ul.form-list > li .form-field input[type=password].invalid,
/* 1057 */ .one-column ul.form-list > li .form-field input[type=email].invalid {
/* 1058 */     background-color: #fed7d7;
/* 1059 */     color: #ff5a5a;
/* 1060 */ }
/* 1061 */ 
/* 1062 */ .one-column ul.form-list > li .form-field.fixed-width {
/* 1063 */     width: 258px;
/* 1064 */ }
/* 1065 */ 
/* 1066 */ .one-column ul.form-list > li .form-field.dd-title {
/* 1067 */     width: 104px;
/* 1068 */ }
/* 1069 */ 
/* 1070 */ .one-column ul.form-list > li .form-field.withIndent {
/* 1071 */     padding-left: 70px;
/* 1072 */ }
/* 1073 */ 
/* 1074 */ .one-column ul.form-list > li .form-field.withIndent ul.radioBtn-list {
/* 1075 */     margin: 0;
/* 1076 */ }
/* 1077 */ 
/* 1078 */ .one-column ul.form-list > li .form-field.withIndent ul.radioBtn-list li {
/* 1079 */     list-style-type: none;
/* 1080 */     float: left;
/* 1081 */     line-height: 26px;
/* 1082 */     margin-right: 5px;
/* 1083 */ }
/* 1084 */ 
/* 1085 */ .one-column ul.form-list > li .form-field.withIndent ul.radioBtn-list li .custom-radioBtn-wrapper {
/* 1086 */     margin-top: 3px;
/* 1087 */ }
/* 1088 */ 
/* 1089 */ .one-column ul.form-list > li .form-field.withIndent ul.radioBtn-list li.more-margin-right {
/* 1090 */     margin-right: 15px;
/* 1091 */ }
/* 1092 */ 
/* 1093 */ .one-column ul.form-list > li .form-field.dd-dob > ul {
/* 1094 */     margin: 0px;
/* 1095 */ }
/* 1096 */ 
/* 1097 */ .one-column ul.form-list > li .form-field.dd-dob > ul li {
/* 1098 */     list-style-type: none;
/* 1099 */     float: left;
/* 1100 */     margin-right: 20px;

/* main-style.css */

/* 1101 */ }
/* 1102 */ 
/* 1103 */ .one-column ul.form-list > li .form-field.dd-dob > ul li.day {
/* 1104 */     width: 60px;
/* 1105 */ }
/* 1106 */ 
/* 1107 */ .one-column ul.form-list > li .form-field.dd-dob > ul li.month {
/* 1108 */     width: 117px;
/* 1109 */ }
/* 1110 */ 
/* 1111 */ .one-column ul.form-list > li .form-field.dd-dob > ul li.year {
/* 1112 */     width: 75px;
/* 1113 */ }
/* 1114 */ 
/* 1115 */ .one-column ul.form-list > li.double {
/* 1116 */     height: 66px;
/* 1117 */ }
/* 1118 */ 
/* 1119 */ .one-column ul.form-list > li.double .form-field input[type=text] {
/* 1120 */     margin-bottom: 10px;
/* 1121 */ }
/* 1122 */ 
/* 1123 */ .one-column ul.form-list > li.triple {
/* 1124 */     height: 104px;
/* 1125 */ }
/* 1126 */ 
/* 1127 */ .one-column ul.form-list > li.triple .form-field input[type=text] {
/* 1128 */     margin-bottom: 10px;
/* 1129 */ }
/* 1130 */ 
/* 1131 */ .one-column .field-bubble,
/* 1132 */ .one-column .field-bubble-inline {
/* 1133 */     position: absolute;
/* 1134 */     right: -392px;
/* 1135 */     width: 425px;
/* 1136 */     height: 344px;
/* 1137 */     background-color: #00aeef;
/* 1138 */     margin-top: -38px;
/* 1139 */     display: none;
/* 1140 */     z-index: 2;
/* 1141 */ }
/* 1142 */ 
/* 1143 */ .one-column .field-bubble .arrow-left,
/* 1144 */ .one-column .field-bubble-inline .arrow-left {
/* 1145 */     position: absolute;
/* 1146 */     left: -10px;
/* 1147 */     width: 0;
/* 1148 */     height: 0;
/* 1149 */     border-top: 10px solid transparent;
/* 1150 */     border-bottom: 10px solid transparent;

/* main-style.css */

/* 1151 */     border-right: 10px solid #00aeef;
/* 1152 */     margin-top: 42px;
/* 1153 */ }
/* 1154 */ 
/* 1155 */ .one-column .field-bubble .bubble-body,
/* 1156 */ .one-column .field-bubble-inline .bubble-body {
/* 1157 */     width: 100%;
/* 1158 */ }
/* 1159 */ 
/* 1160 */ .one-column .field-bubble .bubble-body .close-btn,
/* 1161 */ .one-column .field-bubble-inline .bubble-body .close-btn {
/* 1162 */     display: block;
/* 1163 */     position: absolute;
/* 1164 */     color: white;
/* 1165 */     right: 0px;
/* 1166 */     cursor: pointer;
/* 1167 */     font-size: 15px;
/* 1168 */     padding: 10px 15px;
/* 1169 */     margin-top: 3px;
/* 1170 */     margin-right: 10px;
/* 1171 */ }
/* 1172 */ 
/* 1173 */ .one-column .field-bubble .bubble-body h3,
/* 1174 */ .one-column .field-bubble-inline .bubble-body h3 {
/* 1175 */     color: white;
/* 1176 */     display: block;
/* 1177 */     border-bottom: 1px solid white;
/* 1178 */     line-height: 40px;
/* 1179 */     margin: 0px 20px;
/* 1180 */     margin-right: 50px;
/* 1181 */     padding-top: 5px;
/* 1182 */     font-size: 14px;
/* 1183 */     padding-left: 0px;
/* 1184 */ }
/* 1185 */ 
/* 1186 */ .one-column .field-bubble .bubble-body .bubble-content,
/* 1187 */ .one-column .field-bubble-inline .bubble-body .bubble-content {
/* 1188 */     height: 255px;
/* 1189 */     overflow: auto;
/* 1190 */     padding: 0px 5px;
/* 1191 */     margin: 15px 20px;
/* 1192 */     margin-right: 15px;
/* 1193 */     margin-right: 5px\9;
/* 1194 */ }
/* 1195 */ 
/* 1196 */ .one-column .field-bubble .bubble-body .bubble-content ul,
/* 1197 */ .one-column .field-bubble-inline .bubble-body .bubble-content ul {
/* 1198 */     margin: 0px;
/* 1199 */ }
/* 1200 */ 

/* main-style.css */

/* 1201 */ .one-column .field-bubble .bubble-body .bubble-content ul li,
/* 1202 */ .one-column .field-bubble-inline .bubble-body .bubble-content ul li {
/* 1203 */     list-style-type: none;
/* 1204 */     margin-bottom: 15px;
/* 1205 */ }
/* 1206 */ 
/* 1207 */ .one-column .field-bubble .bubble-body .bubble-content ul li a,
/* 1208 */ .one-column .field-bubble-inline .bubble-body .bubble-content ul li a {
/* 1209 */     color: white;
/* 1210 */ }
/* 1211 */ 
/* 1212 */ .one-column .field-bubble-inline {
/* 1213 */     width: 226px;
/* 1214 */     height: 221px;
/* 1215 */     right: -151px;
/* 1216 */ }
/* 1217 */ 
/* 1218 */ .one-column .field-bubble-inline .bubble-body h3 {
/* 1219 */     margin: 0px 15px !important;
/* 1220 */     padding-top: 12px;
/* 1221 */     font-size: 13px;
/* 1222 */ }
/* 1223 */ 
/* 1224 */ .one-column .field-bubble-inline .bubble-body .close-btn {
/* 1225 */     margin-right: 2px;
/* 1226 */     margin-top: 1px;
/* 1227 */     z-index: 2;
/* 1228 */ }
/* 1229 */ 
/* 1230 */ .one-column .field-bubble-inline .bubble-body .bubble-content {
/* 1231 */     padding: 0px;
/* 1232 */     height: 163px;
/* 1233 */     margin-top: 10px;
/* 1234 */ }
/* 1235 */ 
/* 1236 */ .one-column .field-bubble-inline .bubble-body .bubble-content .result-list li a {
/* 1237 */     font-size: 12px;
/* 1238 */ }
/* 1239 */ 
/* 1240 */ .one-column .field-bubble-inline .bubble-body .bubble-content .result-list.address-list {
/* 1241 */     margin-right: 16px;
/* 1242 */ }
/* 1243 */ 
/* 1244 */ .one-column .enrol-form {
/* 1245 */     width: 708px;
/* 1246 */     padding-top: 24px;
/* 1247 */ }
/* 1248 */ 
/* 1249 */ .one-column .enrol-form .field-bubble {
/* 1250 */     display: block;

/* main-style.css */

/* 1251 */     width: 226px;
/* 1252 */     right: -241px;
/* 1253 */     margin-top: 36px;
/* 1254 */     height: auto;
/* 1255 */     padding-bottom: 15px;
/* 1256 */     -webkit-border-top-right-radius: 2px;
/* 1257 */     -webkit-border-bottom-right-radius: 2px;
/* 1258 */     -webkit-border-bottom-left-radius: 2px;
/* 1259 */     -webkit-border-top-left-radius: 2px;
/* 1260 */     -moz-border-radius-topright: 2px;
/* 1261 */     -moz-border-radius-bottomright: 2px;
/* 1262 */     -moz-border-radius-bottomleft: 2px;
/* 1263 */     -moz-border-radius-topleft: 2px;
/* 1264 */     border-top-right-radius: 2px;
/* 1265 */     border-bottom-right-radius: 2px;
/* 1266 */     border-bottom-left-radius: 2px;
/* 1267 */     border-top-left-radius: 2px;
/* 1268 */     -moz-background-clip: padding-box;
/* 1269 */     -webkit-background-clip: padding-box;
/* 1270 */     background-clip: padding-box;
/* 1271 */ }
/* 1272 */ 
/* 1273 */ .one-column .enrol-form .field-bubble .arrow-left {
/* 1274 */     margin-top: 13px;
/* 1275 */ }
/* 1276 */ 
/* 1277 */ .one-column .enrol-form .field-bubble .bubble-body {
/* 1278 */     padding-top: 5px;
/* 1279 */ }
/* 1280 */ 
/* 1281 */ .one-column .enrol-form .field-bubble .bubble-body h3 {
/* 1282 */     margin-right: 16px;
/* 1283 */     margin-left: 16px;
/* 1284 */     line-height: 23px;
/* 1285 */     font-size: 13px;
/* 1286 */     padding-left: 3px;
/* 1287 */ }
/* 1288 */ 
/* 1289 */ .one-column .enrol-form .field-bubble .bubble-body > div {
/* 1290 */     margin: 0px 16px;
/* 1291 */     color: white;
/* 1292 */     font-size: 12px;
/* 1293 */     padding-top: 7px;
/* 1294 */     line-height: 16px;
/* 1295 */     padding-bottom: 16px;
/* 1296 */     padding-left: 3px;
/* 1297 */ }
/* 1298 */ 
/* 1299 */ .one-column .enrol-form .field-bubble .bubble-body > div span {
/* 1300 */     clear: both;

/* main-style.css */

/* 1301 */     display: block;
/* 1302 */     margin-bottom: 10px;
/* 1303 */ }
/* 1304 */ 
/* 1305 */ .one-column .enrol-form .field-bubble .bubble-body > div b {
/* 1306 */     margin-top: 12px;
/* 1307 */     display: block;
/* 1308 */ }
/* 1309 */ 
/* 1310 */ .one-column .enrol-form .field-bubble .bubble-body > div.enrolment-details {
/* 1311 */     min-height: 105px;
/* 1312 */ }
/* 1313 */ 
/* 1314 */ .one-column .enrol-form .field-bubble .bubble-body > div.study-details {
/* 1315 */     min-height: 75px;
/* 1316 */ }
/* 1317 */ 
/* 1318 */ .one-column .enrol-form .field-bubble .bubble-body > div.exam-details {
/* 1319 */     min-height: 140px;
/* 1320 */ }
/* 1321 */ 
/* 1322 */ .one-column .enrol-form .field-bubble .bubble-body > div.supervisor-details {
/* 1323 */     min-height: 45px;
/* 1324 */ }
/* 1325 */ 
/* 1326 */ .one-column .enrol-form .field-bubble .bubble-body > div.total {
/* 1327 */     padding-left: 0px;
/* 1328 */     border-top: 1px solid white;
/* 1329 */     padding-bottom: 3px;
/* 1330 */ }
/* 1331 */ 
/* 1332 */ .one-column .enrol-form .field-bubble .bubble-body > div.total b {
/* 1333 */     text-transform: uppercase;
/* 1334 */     margin: 0px;
/* 1335 */ }
/* 1336 */ 
/* 1337 */ .one-column .enrol-form .field-bubble .bubble-body > div.button-row {
/* 1338 */     padding-bottom: 0px;
/* 1339 */ }
/* 1340 */ 
/* 1341 */ .one-column .enrol-form .field-bubble .bubble-body > div.button-row a {
/* 1342 */     line-height: 35px;
/* 1343 */     padding-top: 2px;
/* 1344 */ }
/* 1345 */ 
/* 1346 */ .one-column .enrol-form .box-wrap {
/* 1347 */     border: 1px solid #ccc;
/* 1348 */     padding: 15px 20px;
/* 1349 */     margin-top: 10px;
/* 1350 */     min-height: 770px;

/* main-style.css */

/* 1351 */ }
/* 1352 */ 
/* 1353 */ .one-column .enrol-form .box-wrap .arrow-up {
/* 1354 */     width: 0;
/* 1355 */     height: 0;
/* 1356 */     border-left: 10px solid transparent;
/* 1357 */     border-right: 10px solid transparent;
/* 1358 */     border-bottom: 10px solid #ccc;
/* 1359 */     margin-top: -25px;
/* 1360 */     margin-left: 47px;
/* 1361 */     position: absolute;
/* 1362 */     -webkit-transition: all 0.2s ease-out;
/* 1363 */     -moz-transition: all 0.2s ease-out;
/* 1364 */     -o-transition: all 0.2s ease-out;
/* 1365 */     transition: all 0.2s ease-out;
/* 1366 */ }
/* 1367 */ 
/* 1368 */ .one-column .enrol-form .box-wrap .arrow-up.supervisor {
/* 1369 */     right: 110px;
/* 1370 */ }
/* 1371 */ 
/* 1372 */ .one-column .enrol-form .box-wrap .arrow-up span {
/* 1373 */     width: 0;
/* 1374 */     height: 0;
/* 1375 */     border-left: 10px solid transparent;
/* 1376 */     border-right: 10px solid transparent;
/* 1377 */     border-bottom: 10px solid white;
/* 1378 */     margin-top: 2px;
/* 1379 */     margin-left: -10px;
/* 1380 */     position: absolute;
/* 1381 */ }
/* 1382 */ 
/* 1383 */ .one-column .enrol-form .box-wrap h3 {
/* 1384 */     margin-left: 0px;
/* 1385 */     line-height: 22px;
/* 1386 */ }
/* 1387 */ 
/* 1388 */ .one-column .enrol-form .box-wrap hr {
/* 1389 */     display: block;
/* 1390 */     clear: both;
/* 1391 */     height: 1px;
/* 1392 */     border: 0;
/* 1393 */     border-top: 1px solid #ccc;
/* 1394 */     margin: 0;
/* 1395 */     margin-bottom: 10px;
/* 1396 */ }
/* 1397 */ 
/* 1398 */ .one-column .enrol-form .box-wrap p {
/* 1399 */     font-size: 12px;
/* 1400 */     color: #636363;

/* main-style.css */

/* 1401 */ }
/* 1402 */ 
/* 1403 */ .one-column .enrol-form .box-wrap p .chooseLink {
/* 1404 */     margin-left: 40px;
/* 1405 */     font-weight: bold;
/* 1406 */ }
/* 1407 */ 
/* 1408 */ .one-column .enrol-form .box-wrap p.top-bottom-padding {
/* 1409 */     padding-top: 5px;
/* 1410 */     margin-bottom: 5px;
/* 1411 */ }
/* 1412 */ 
/* 1413 */ .one-column .enrol-form .box-wrap ul.form-list > li {
/* 1414 */     padding-left: 0px;
/* 1415 */     height: auto;
/* 1416 */     margin-bottom: 20px;
/* 1417 */     margin-top: 0px;
/* 1418 */     width: 450px;
/* 1419 */ }
/* 1420 */ 
/* 1421 */ .one-column .enrol-form .box-wrap ul.form-list > li > label {
/* 1422 */     position: relative;
/* 1423 */     margin-left: 0px;
/* 1424 */     display: block;
/* 1425 */     clear: both;
/* 1426 */     width: 100%;
/* 1427 */     padding-left: 0px;
/* 1428 */     line-height: 15px;
/* 1429 */ }
/* 1430 */ 
/* 1431 */ .one-column .enrol-form .box-wrap ul.form-list > li .form-field {
/* 1432 */     padding-top: 5px;
/* 1433 */ }
/* 1434 */ 
/* 1435 */ .one-column .enrol-form .box-wrap ul.form-list > li .form-field .custom-select-dropdown,
/* 1436 */ .one-column .enrol-form .box-wrap ul.form-list > li .form-field .custom-select-display {
/* 1437 */     text-transform: none;
/* 1438 */ }
/* 1439 */ 
/* 1440 */ .one-column .enrol-form .box-wrap ul.form-list > li .form-field .custom-select-display i {
/* 1441 */     font-style: normal;
/* 1442 */     float: right;
/* 1443 */     margin-right: 120px;
/* 1444 */ }
/* 1445 */ 
/* 1446 */ .one-column .enrol-form .box-wrap ul.form-list > li .form-field .custom-select-dropdown li span {
/* 1447 */     background-color: yellow;
/* 1448 */ }
/* 1449 */ 
/* 1450 */ .one-column .enrol-form .box-wrap ul.form-list > li .form-field .custom-select-dropdown li.disabled {

/* main-style.css */

/* 1451 */     color: #aaa;
/* 1452 */     pointer-events: none;
/* 1453 */ }
/* 1454 */ 
/* 1455 */ .one-column .enrol-form .box-wrap ul.form-list > li .form-field .custom-select-dropdown li.disabled:hover {
/* 1456 */     cursor: default;
/* 1457 */     background-color: transparent;
/* 1458 */ }
/* 1459 */ 
/* 1460 */ .one-column .enrol-form .box-wrap ul.form-list > li .form-field .custom-select-dropdown li i {
/* 1461 */     font-style: normal;
/* 1462 */     float: right;
/* 1463 */     margin-right: 120px;
/* 1464 */ }
/* 1465 */ 
/* 1466 */ .one-column .enrol-form .box-wrap ul.form-list > li .form-field .form-item {
/* 1467 */     padding: 0;
/* 1468 */     display: block;
/* 1469 */ }
/* 1470 */ 
/* 1471 */ .one-column .enrol-form .box-wrap ul.form-list > li .form-field .form-item label {
/* 1472 */     display: inline-block;
/* 1473 */     clear: both;
/* 1474 */     line-height: 28px;
/* 1475 */     margin-left: 0px;
/* 1476 */     padding: 0px;
/* 1477 */ }
/* 1478 */ 
/* 1479 */ .one-column .enrol-form .box-wrap ul.form-list > li .form-field .form-item.text input {
/* 1480 */     width: 100%;
/* 1481 */     display: block;
/* 1482 */     height: 28px;
/* 1483 */     border: 0;
/* 1484 */     padding: 0px;
/* 1485 */     line-height: 28px\9;
/* 1486 */ }
/* 1487 */ 
/* 1488 */ .one-column .enrol-form .box-wrap ul.data-list {
/* 1489 */     margin: 0px;
/* 1490 */     margin-bottom: 10px;
/* 1491 */ }
/* 1492 */ 
/* 1493 */ .one-column .enrol-form .box-wrap ul.data-list li {
/* 1494 */     padding-left: 110px;
/* 1495 */     padding-bottom: 5px;
/* 1496 */ }
/* 1497 */ 
/* 1498 */ .one-column .enrol-form .box-wrap ul.data-list li label {
/* 1499 */     position: absolute;
/* 1500 */     margin-left: -110px;

/* main-style.css */

/* 1501 */     font-weight: bold;
/* 1502 */     color: #636363;
/* 1503 */ }
/* 1504 */ 
/* 1505 */ .one-column .enrol-form .box-wrap ul.radioBtn-list {
/* 1506 */     margin: 0;
/* 1507 */     overflow: hidden;
/* 1508 */     margin-left: 10px;
/* 1509 */     margin-bottom: 20px;
/* 1510 */ }
/* 1511 */ 
/* 1512 */ .one-column .enrol-form .box-wrap ul.radioBtn-list li {
/* 1513 */     list-style-type: none;
/* 1514 */     float: left;
/* 1515 */     line-height: 26px;
/* 1516 */     margin-right: 15px;
/* 1517 */ }
/* 1518 */ 
/* 1519 */ .one-column .enrol-form .box-wrap ul.radioBtn-list li .custom-radioBtn-wrapper {
/* 1520 */     margin-top: 3px;
/* 1521 */ }
/* 1522 */ 
/* 1523 */ .one-column .enrol-form .box-wrap ul.radioBtn-list li.more-margin-right {
/* 1524 */     margin-right: 45px;
/* 1525 */ }
/* 1526 */ 
/* 1527 */ .one-column .enrol-form .box-wrap .button-row {
/* 1528 */     overflow: hidden;
/* 1529 */ }
/* 1530 */ 
/* 1531 */ .one-column .enrol-form .box-wrap .button-row input {
/* 1532 */     font-size: 12px;
/* 1533 */ }
/* 1534 */ 
/* 1535 */ .one-column .enrol-form .box-wrap .section {
/* 1536 */     display: block;
/* 1537 */ }
/* 1538 */ 
/* 1539 */ .one-column .enrol-form .box-wrap .section .overlay {
/* 1540 */     display: none;
/* 1541 */ }
/* 1542 */ 
/* 1543 */ .one-column .enrol-form .box-wrap .section#course-details .overlay {
/* 1544 */     height: 150px;
/* 1545 */ }
/* 1546 */ 
/* 1547 */ .one-column .enrol-form .box-wrap .section#study-period .overlay {
/* 1548 */     height: 140px;
/* 1549 */ }
/* 1550 */ 

/* main-style.css */

/* 1551 */ .one-column .enrol-form .box-wrap .section#study-group .overlay {
/* 1552 */     height: 108px;
/* 1553 */ }
/* 1554 */ 
/* 1555 */ .one-column .enrol-form .box-wrap .section#exam .overlay {
/* 1556 */     height: 153px;
/* 1557 */ }
/* 1558 */ 
/* 1559 */ .one-column .enrol-form .box-wrap .section#buttons .overlay {
/* 1560 */     height: 39px;
/* 1561 */ }
/* 1562 */ 
/* 1563 */ .one-column .enrol-form .box-wrap .section.disabled .overlay {
/* 1564 */     display: block;
/* 1565 */     position: absolute;
/* 1566 */     width: 100%;
/* 1567 */     height: 100px;
/* 1568 */     background-color: white;
/* 1569 */     -moz-opacity: 0.8;
/* 1570 */     -khtml-opacity: 0.8;
/* 1571 */     -webkit-opacity: 0.8;
/* 1572 */     opacity: 0.8;
/* 1573 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
/* 1574 */     filter: alpha(opacity=80);
/* 1575 */     z-index: 1;
/* 1576 */ }
/* 1577 */ 
/* 1578 */ .one-column .enrol-form h3 {
/* 1579 */     color: #00aeef;
/* 1580 */     font-size: 14px;
/* 1581 */     margin: 0px;
/* 1582 */     padding-top: 0px;
/* 1583 */     margin-left: 10px;
/* 1584 */     clear: both;
/* 1585 */     display: block;
/* 1586 */     overflow: hidden;
/* 1587 */ }
/* 1588 */ 
/* 1589 */ .one-column .enrol-form h3.supervisor {
/* 1590 */     color: #aaa;
/* 1591 */ }
/* 1592 */ 
/* 1593 */ .one-column .enrol-form h3.supervisor span {
/* 1594 */     color: #00aeef;
/* 1595 */ }
/* 1596 */ 
/* 1597 */ .one-column .enrol-form h3.supervisor span.left {
/* 1598 */     color: #555;
/* 1599 */ }
/* 1600 */ 

/* main-style.css */

/* 1601 */ .one-column .enrol-form h3.supervisor span.left:hover {
/* 1602 */     cursor: pointer;
/* 1603 */     color: #00aeef;
/* 1604 */ }
/* 1605 */ 
/* 1606 */ .one-column .enrol-form h3 span {
/* 1607 */     color: #aaa;
/* 1608 */     margin-right: 40px;
/* 1609 */ }
/* 1610 */ 
/* 1611 */ .one-column .enrol-form h3 span.left {
/* 1612 */     color: #00aeef;
/* 1613 */ }
/* 1614 */ 
/* 1615 */ .one-column .enrol-form .supervisor-tab {
/* 1616 */     display: none;
/* 1617 */ }
/* 1618 */ 
/* 1619 */ .one-column .enrol-form .supervisor-tab p {
/* 1620 */     color: #555;
/* 1621 */ }
/* 1622 */ 
/* 1623 */ .one-column .enrol-form .supervisor-tab ol {
/* 1624 */     margin-left: 52px;
/* 1625 */ }
/* 1626 */ 
/* 1627 */ .one-column .enrol-form .supervisor-tab ol li {
/* 1628 */     line-height: 17px;
/* 1629 */     color: #555;
/* 1630 */ }
/* 1631 */ 
/* 1632 */ .one-column .enrol-form .supervisor-tab h2 {
/* 1633 */     padding-top: 3px;
/* 1634 */     font-size: 15px;
/* 1635 */ }
/* 1636 */ 
/* 1637 */ .one-column .enrol-form .supervisor-tab h2 i {
/* 1638 */     display: inline-block;
/* 1639 */     width: 10px;
/* 1640 */     height: 10px;
/* 1641 */     -webkit-border-top-right-radius: 5px;
/* 1642 */     -webkit-border-bottom-right-radius: 5px;
/* 1643 */     -webkit-border-bottom-left-radius: 5px;
/* 1644 */     -webkit-border-top-left-radius: 5px;
/* 1645 */     -moz-border-radius-topright: 5px;
/* 1646 */     -moz-border-radius-bottomright: 5px;
/* 1647 */     -moz-border-radius-bottomleft: 5px;
/* 1648 */     -moz-border-radius-topleft: 5px;
/* 1649 */     border-top-right-radius: 5px;
/* 1650 */     border-bottom-right-radius: 5px;

/* main-style.css */

/* 1651 */     border-bottom-left-radius: 5px;
/* 1652 */     border-top-left-radius: 5px;
/* 1653 */     -moz-background-clip: padding-box;
/* 1654 */     -webkit-background-clip: padding-box;
/* 1655 */     background-clip: padding-box;
/* 1656 */     float: left;
/* 1657 */     margin-right: 9px;
/* 1658 */     background-color: #00aeef;
/* 1659 */     margin-top: 2px;
/* 1660 */ }
/* 1661 */ 
/* 1662 */ .one-column .enrol-form .supervisor-tab ul.form-list > li {
/* 1663 */     height: 28px;
/* 1664 */     margin-top: 10px;
/* 1665 */     width: 315px;
/* 1666 */     padding-left: 205px;
/* 1667 */     list-style-type: none;
/* 1668 */     margin-bottom: 10px;
/* 1669 */ }
/* 1670 */ 
/* 1671 */ .one-column .enrol-form .supervisor-tab ul.form-list > li.double {
/* 1672 */     height: 66px;
/* 1673 */ }
/* 1674 */ 
/* 1675 */ .one-column .enrol-form .supervisor-tab ul.form-list > li.double .form-field input[type=text] {
/* 1676 */     margin-bottom: 10px;
/* 1677 */ }
/* 1678 */ 
/* 1679 */ .one-column .enrol-form .supervisor-tab ul.form-list > li > label {
/* 1680 */     width: 215px;
/* 1681 */     position: absolute;
/* 1682 */     margin-left: -215px;
/* 1683 */     padding-left: 10px;
/* 1684 */     text-transform: uppercase;
/* 1685 */     font-size: 12px;
/* 1686 */     font-weight: bold;
/* 1687 */     line-height: 28px;
/* 1688 */     color: #636363;
/* 1689 */ }
/* 1690 */ 
/* 1691 */ .one-column .enrol-form .supervisor-tab ul.form-list > li > label span {
/* 1692 */     color: #00aeef;
/* 1693 */ }
/* 1694 */ 
/* 1695 */ .one-column .enrol-form .supervisor-tab ul.form-list > li > label.long {
/* 1696 */     width: 290px;
/* 1697 */ }
/* 1698 */ 
/* 1699 */ .one-column .enrol-form .supervisor-tab ul.form-list > li .form-field {
/* 1700 */     padding-top: 0px;

/* main-style.css */

/* 1701 */ }
/* 1702 */ 
/* 1703 */ .one-column .enrol-form .supervisor-tab ul.form-list > li .form-field.withIndent {
/* 1704 */     padding-left: 60px;
/* 1705 */ }
/* 1706 */ 
/* 1707 */ .one-column .enrol-form .supervisor-tab ul.form-list > li.or-row {
/* 1708 */     height: 12px;
/* 1709 */ }
/* 1710 */ 
/* 1711 */ .one-column .enrol-form .supervisor-tab ul.form-list > li.or-row span {
/* 1712 */     float: right;
/* 1713 */     display: block;
/* 1714 */     font-weight: bold;
/* 1715 */     margin-right: 174px;
/* 1716 */ }
/* 1717 */ 
/* 1718 */ .one-column .enrol-form .supervisor-tab .section#create-a-supervisor {
/* 1719 */     margin-top: 15px;
/* 1720 */ }
/* 1721 */ 
/* 1722 */ .one-column .enrol-form .supervisor-tab .section#create-a-supervisor.disabled h2 {
/* 1723 */     color: #000;
/* 1724 */ }
/* 1725 */ 
/* 1726 */ .one-column .enrol-form .supervisor-tab .section#create-a-supervisor.disabled h2 i {
/* 1727 */     background-color: #000;
/* 1728 */ }
/* 1729 */ 
/* 1730 */ .one-column .enrol-form .supervisor-tab .section#create-a-supervisor.disabled .overlay {
/* 1731 */     height: 677px;
/* 1732 */ }
/* 1733 */ 
/* 1734 */ .one-column.member-centre {
/* 1735 */     margin-right: 0px;
/* 1736 */     margin-left: 0px;
/* 1737 */     width: 965px;
/* 1738 */ }
/* 1739 */ 
/* 1740 */ .one-column.member-centre .center-align {
/* 1741 */     margin-top: 30px;
/* 1742 */     width: 709px;
/* 1743 */     padding-left: 50%;
/* 1744 */ }
/* 1745 */ 
/* 1746 */ .one-column.member-centre ul.tabs {
/* 1747 */     margin: 0px;
/* 1748 */     overflow: hidden;
/* 1749 */     margin-bottom: 18px;
/* 1750 */ }

/* main-style.css */

/* 1751 */ 
/* 1752 */ .one-column.member-centre ul.tabs li {
/* 1753 */     float: left;
/* 1754 */     margin-right: 50px;
/* 1755 */ }
/* 1756 */ 
/* 1757 */ .one-column.member-centre ul.tabs li a {
/* 1758 */     font-size: 14px;
/* 1759 */     font-weight: bold;
/* 1760 */     text-transform: uppercase;
/* 1761 */     font-family: 'montserratregular', sans-serif;
/* 1762 */ }
/* 1763 */ 
/* 1764 */ .one-column.member-centre ul.tabs li a.active {
/* 1765 */     color: #00aeef;
/* 1766 */ }
/* 1767 */ 
/* 1768 */ .one-column.member-centre .shuffle__sizer {
/* 1769 */     position: absolute;
/* 1770 */     opacity: 0;
/* 1771 */     visibility: hidden;
/* 1772 */     width: 1px;
/* 1773 */     height: 1px;
/* 1774 */ }
/* 1775 */ 
/* 1776 */ .one-column.member-centre .tab-content {
/* 1777 */     display: none;
/* 1778 */     overflow: hidden;
/* 1779 */ }
/* 1780 */ 
/* 1781 */ .one-column.member-centre .tab-content.active {
/* 1782 */     display: block;
/* 1783 */ }
/* 1784 */ 
/* 1785 */ .one-column.member-centre .tab-content > p {
/* 1786 */     text-align: center;
/* 1787 */     margin-top: 40px;
/* 1788 */ }
/* 1789 */ 
/* 1790 */ .one-column.member-centre .tab-content ul.articles {
/* 1791 */     margin: 0;
/* 1792 */ }
/* 1793 */ 
/* 1794 */ .one-column.member-centre .tab-content ul.articles > li {
/* 1795 */     margin-top: 15px;
/* 1796 */     margin-right: 15px;
/* 1797 */     float: left;
/* 1798 */     width: 226px;
/* 1799 */     height: 233px;
/* 1800 */     overflow: hidden;

/* main-style.css */

/* 1801 */ }
/* 1802 */ 
/* 1803 */ .one-column.member-centre .tab-content ul.articles > li > a {
/* 1804 */     line-height: 1px;
/* 1805 */     display: block;
/* 1806 */     overflow: hidden;
/* 1807 */     filter: inherit;
/* 1808 */ }
/* 1809 */ 
/* 1810 */ .one-column.member-centre .tab-content ul.articles > li > a span {
/* 1811 */     background-color: black;
/* 1812 */     display: block;
/* 1813 */     overflow: hidden;
/* 1814 */     filter: inherit;
/* 1815 */ }
/* 1816 */ 
/* 1817 */ .one-column.member-centre .tab-content ul.articles > li > a span img {
/* 1818 */     width: 226px;
/* 1819 */     height: 140px;
/* 1820 */     -webkit-transition: all 0.2s ease-out;
/* 1821 */     -moz-transition: all 0.2s ease-out;
/* 1822 */     -o-transition: all 0.2s ease-out;
/* 1823 */     transition: all 0.2s ease-out;
/* 1824 */     filter: inherit;
/* 1825 */ }
/* 1826 */ 
/* 1827 */ .one-column.member-centre .tab-content ul.articles > li > a span i {
/* 1828 */     position: absolute;
/* 1829 */     width: 50px;
/* 1830 */     height: 51px;
/* 1831 */     background-image: url(../i/icon-star.png);
/* 1832 */     right: 0;
/* 1833 */     display: none;
/* 1834 */     z-index: 1;
/* 1835 */     filter: inherit;
/* 1836 */ }
/* 1837 */ 
/* 1838 */ .one-column.member-centre .tab-content ul.articles > li > a span u {
/* 1839 */     position: absolute;
/* 1840 */     display: block;
/* 1841 */     width: 0;
/* 1842 */     height: 0;
/* 1843 */     border-top: 30px solid transparent;
/* 1844 */     border-bottom: 30px solid transparent;
/* 1845 */     border-left: 50px solid white;
/* 1846 */     z-index: 1;
/* 1847 */     -moz-opacity: 0.5;
/* 1848 */     -khtml-opacity: 0.5;
/* 1849 */     -webkit-opacity: 0.5;
/* 1850 */     opacity: 0.5;

/* main-style.css */

/* 1851 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
/* 1852 */     filter: alpha(opacity=50);
/* 1853 */     left: 50%;
/* 1854 */     margin-left: -25px;
/* 1855 */     top: 50%;
/* 1856 */     margin-top: -30px;
/* 1857 */     filter: inherit;
/* 1858 */ }
/* 1859 */ 
/* 1860 */ .one-column.member-centre .tab-content ul.articles > li > a span.read i {
/* 1861 */     display: block;
/* 1862 */     filter: inherit;
/* 1863 */ }
/* 1864 */ 
/* 1865 */ .one-column.member-centre .tab-content ul.articles > li > a h2 {
/* 1866 */     font-size: 14px;
/* 1867 */     margin-top: 10px;
/* 1868 */     font-weight: bold;
/* 1869 */     text-transform: uppercase;
/* 1870 */     margin-bottom: 3px;
/* 1871 */     filter: inherit;
/* 1872 */     height: 14px;
/* 1873 */     overflow: hidden;
/* 1874 */ }
/* 1875 */ 
/* 1876 */ .one-column.member-centre .tab-content ul.articles > li > a:hover {
/* 1877 */     text-decoration: none;
/* 1878 */ }
/* 1879 */ 
/* 1880 */ .one-column.member-centre .tab-content ul.articles > li > a:hover span img {
/* 1881 */     -moz-opacity: 0.8;
/* 1882 */     -khtml-opacity: 0.8;
/* 1883 */     -webkit-opacity: 0.8;
/* 1884 */     opacity: 0.8;
/* 1885 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
/* 1886 */     filter: alpha(opacity=80);
/* 1887 */ }
/* 1888 */ 
/* 1889 */ .one-column.member-centre .tab-content ul.articles > li > a:hover h2 {
/* 1890 */     text-decoration: underline;
/* 1891 */ }
/* 1892 */ 
/* 1893 */ .one-column.member-centre .tab-content ul.articles > li p {
/* 1894 */     filter: inherit;
/* 1895 */     height: 66px;
/* 1896 */     overflow: hidden;
/* 1897 */     color: #111;
/* 1898 */     line-height: 17px;
/* 1899 */     font-size: 13px;
/* 1900 */     display: none;

/* main-style.css */

/* 1901 */ }
/* 1902 */ 
/* 1903 */ .one-column.member-centre .tab-content ul.articles > li p span {
/* 1904 */     color: #888;
/* 1905 */     display: block;
/* 1906 */     clear: both;
/* 1907 */     font-size: 12px;
/* 1908 */     filter: inherit;
/* 1909 */     height: 18px;
/* 1910 */     overflow: hidden;
/* 1911 */ }
/* 1912 */ 
/* 1913 */ .one-column.member-centre .tab-content ul.articles > li p span i {
/* 1914 */     font-style: normal;
/* 1915 */ }
/* 1916 */ 
/* 1917 */ .one-column.member-centre .tab-content ul.articles > li.big {
/* 1918 */     width: 467px;
/* 1919 */     height: 481px;
/* 1920 */ }
/* 1921 */ 
/* 1922 */ .one-column.member-centre .tab-content ul.articles > li.big > a span img {
/* 1923 */     width: 467px;
/* 1924 */     height: 295px;
/* 1925 */ }
/* 1926 */ 
/* 1927 */ .one-column.member-centre .tab-content ul.articles > li.big p {
/* 1928 */     height: 153px;
/* 1929 */ }
/* 1930 */ 
/* 1931 */ .one-column.member-centre .tab-content ul.articles > li.big.right {
/* 1932 */     float: right;
/* 1933 */     left: 660px;
/* 1934 */ }
/* 1935 */ 
/* 1936 */ .one-column.member-centre .search-bar {
/* 1937 */     height: 50px;
/* 1938 */     background-color: #00aeef;
/* 1939 */     margin-right: 15px;
/* 1940 */ }
/* 1941 */ 
/* 1942 */ .one-column.member-centre .search-bar .back-link {
/* 1943 */     margin-left: 15px;
/* 1944 */ }
/* 1945 */ 
/* 1946 */ .one-column.member-centre .search-bar .back-link a {
/* 1947 */     font-size: 14px;
/* 1948 */     text-transform: uppercase;
/* 1949 */     text-decoration: underline;
/* 1950 */     color: white;

/* main-style.css */

/* 1951 */     line-height: 50px;
/* 1952 */     font-weight: bold;
/* 1953 */ }
/* 1954 */ 
/* 1955 */ .one-column.member-centre .search-bar .back-link a:hover {
/* 1956 */     text-decoration: none;
/* 1957 */ }
/* 1958 */ 
/* 1959 */ .one-column.member-centre .search-bar .arrow-up {
/* 1960 */     width: 0;
/* 1961 */     height: 0;
/* 1962 */     border-left: 10px solid transparent;
/* 1963 */     border-right: 10px solid transparent;
/* 1964 */     border-bottom: 10px solid #00aeef;
/* 1965 */     margin-top: -10px;
/* 1966 */     margin-left: 0px;
/* 1967 */     position: absolute;
/* 1968 */     -webkit-transition: all 0.2s ease-out;
/* 1969 */     -moz-transition: all 0.2s ease-out;
/* 1970 */     -o-transition: all 0.2s ease-out;
/* 1971 */     transition: all 0.2s ease-out;
/* 1972 */ }
/* 1973 */ 
/* 1974 */ .one-column.member-centre .search-bar .arrow-up.all {
/* 1975 */     margin-left: 38px;
/* 1976 */     float: none;
/* 1977 */ }
/* 1978 */ 
/* 1979 */ .one-column.member-centre .search-bar .arrow-up.article {
/* 1980 */     margin-left: 169px;
/* 1981 */     float: none;
/* 1982 */ }
/* 1983 */ 
/* 1984 */ .one-column.member-centre .search-bar .arrow-up.video {
/* 1985 */     margin-left: 279px;
/* 1986 */     float: none;
/* 1987 */ }
/* 1988 */ 
/* 1989 */ .one-column.member-centre .search-bar .arrow-up.journal {
/* 1990 */     margin-left: 393px;
/* 1991 */     float: none;
/* 1992 */ }
/* 1993 */ 
/* 1994 */ .one-column.member-centre .search-bar .arrow-up.activity {
/* 1995 */     margin-left: 519px;
/* 1996 */     float: none;
/* 1997 */ }
/* 1998 */ 
/* 1999 */ .one-column.member-centre .search-bar .left {
/* 2000 */     width: 300px;

/* main-style.css */

/* 2001 */     margin: 10px 15px;
/* 2002 */ }
/* 2003 */ 
/* 2004 */ .one-column.member-centre .search-bar .left input[type=text] {
/* 2005 */     width: 250px;
/* 2006 */     background-color: #eee;
/* 2007 */     border: none;
/* 2008 */     height: 28px;
/* 2009 */     padding-right: 40px;
/* 2010 */     padding-left: 10px;
/* 2011 */     -webkit-transition: all 0.2s ease-out;
/* 2012 */     -moz-transition: all 0.2s ease-out;
/* 2013 */     -o-transition: all 0.2s ease-out;
/* 2014 */     transition: all 0.2s ease-out;
/* 2015 */     line-height: 28px\9;
/* 2016 */ }
/* 2017 */ 
/* 2018 */ .one-column.member-centre .search-bar .left input[type=text]:focus {
/* 2019 */     background-color: #ddd;
/* 2020 */ }
/* 2021 */ 
/* 2022 */ .one-column.member-centre .search-bar .left a {
/* 2023 */     position: absolute;
/* 2024 */     right: 15px;
/* 2025 */     top: 6px;
/* 2026 */ }
/* 2027 */ 
/* 2028 */ .one-column.member-centre .search-bar .left .results-title {
/* 2029 */     color: white;
/* 2030 */     padding: 10px 10px;
/* 2031 */     padding-bottom: 0px;
/* 2032 */     font-size: 13px;
/* 2033 */     display: none;
/* 2034 */     width: 100%;
/* 2035 */ }
/* 2036 */ 
/* 2037 */ .one-column.member-centre .search-bar .right {
/* 2038 */     color: white;
/* 2039 */     text-transform: uppercase;
/* 2040 */     line-height: 30px;
/* 2041 */     font-size: 12px;
/* 2042 */     font-weight: bold;
/* 2043 */     margin: 10px 15px;
/* 2044 */     display: none;
/* 2045 */     cursor: pointer;
/* 2046 */ }
/* 2047 */ 
/* 2048 */ .one-column.member-centre .search-bar .right .switch {
/* 2049 */     width: 34px;
/* 2050 */     height: 16px;

/* main-style.css */

/* 2051 */     display: block;
/* 2052 */     margin-left: 10px;
/* 2053 */     margin-top: 7px;
/* 2054 */     float: right;
/* 2055 */     cursor: pointer;
/* 2056 */     background-image: url(../i/icon-switch.png);
/* 2057 */     background-repeat: no-repeat;
/* 2058 */     background-position: 0px -1px;
/* 2059 */ }
/* 2060 */ 
/* 2061 */ .one-column.member-centre .search-bar .right .switch.off {
/* 2062 */     background-position: 0px -18px;
/* 2063 */ }
/* 2064 */ 
/* 2065 */ .one-column.member-centre .article-content,
/* 2066 */ .one-column.member-centre .calendar-content {
/* 2067 */     overflow: hidden;
/* 2068 */     margin-right: 15px;
/* 2069 */ }
/* 2070 */ 
/* 2071 */ .one-column.member-centre .article-content .left,
/* 2072 */ .one-column.member-centre .calendar-content .left {
/* 2073 */     width: 708px;
/* 2074 */     float: left;
/* 2075 */     padding-top: 15px;
/* 2076 */ }
/* 2077 */ 
/* 2078 */ .one-column.member-centre .article-content .left ul.events-tabs,
/* 2079 */ .one-column.member-centre .calendar-content .left ul.events-tabs,
/* 2080 */ .one-column.member-centre .article-content .left ul.events-overview-tabs,
/* 2081 */ .one-column.member-centre .calendar-content .left ul.events-overview-tabs {
/* 2082 */     margin: 0px;
/* 2083 */     overflow: hidden;
/* 2084 */     margin-bottom: 18px;
/* 2085 */     margin-top: 5px;
/* 2086 */     margin-left: 12px;
/* 2087 */ }
/* 2088 */ 
/* 2089 */ .one-column.member-centre .article-content .left ul.events-tabs li,
/* 2090 */ .one-column.member-centre .calendar-content .left ul.events-tabs li,
/* 2091 */ .one-column.member-centre .article-content .left ul.events-overview-tabs li,
/* 2092 */ .one-column.member-centre .calendar-content .left ul.events-overview-tabs li {
/* 2093 */     float: left;
/* 2094 */     margin-right: 70px;
/* 2095 */ }
/* 2096 */ 
/* 2097 */ .one-column.member-centre .article-content .left ul.events-tabs li a,
/* 2098 */ .one-column.member-centre .calendar-content .left ul.events-tabs li a,
/* 2099 */ .one-column.member-centre .article-content .left ul.events-overview-tabs li a,
/* 2100 */ .one-column.member-centre .calendar-content .left ul.events-overview-tabs li a {

/* main-style.css */

/* 2101 */     font-size: 14px;
/* 2102 */     font-weight: bold;
/* 2103 */     text-transform: uppercase;
/* 2104 */     font-family: 'montserratregular', sans-serif;
/* 2105 */ }
/* 2106 */ 
/* 2107 */ .one-column.member-centre .article-content .left ul.events-tabs li a.active,
/* 2108 */ .one-column.member-centre .calendar-content .left ul.events-tabs li a.active,
/* 2109 */ .one-column.member-centre .article-content .left ul.events-overview-tabs li a.active,
/* 2110 */ .one-column.member-centre .calendar-content .left ul.events-overview-tabs li a.active {
/* 2111 */     color: #00aeef;
/* 2112 */ }
/* 2113 */ 
/* 2114 */ .one-column.member-centre .article-content .left ul.events-tabs li.right,
/* 2115 */ .one-column.member-centre .calendar-content .left ul.events-tabs li.right,
/* 2116 */ .one-column.member-centre .article-content .left ul.events-overview-tabs li.right,
/* 2117 */ .one-column.member-centre .calendar-content .left ul.events-overview-tabs li.right {
/* 2118 */     padding-top: 0px;
/* 2119 */     float: right;
/* 2120 */     width: auto;
/* 2121 */     margin-right: 5px;
/* 2122 */ }
/* 2123 */ 
/* 2124 */ .one-column.member-centre .article-content .left .line-break,
/* 2125 */ .one-column.member-centre .calendar-content .left .line-break {
/* 2126 */     border-top: 1px solid #ccc;
/* 2127 */     margin-bottom: 25px;
/* 2128 */ }
/* 2129 */ 
/* 2130 */ .one-column.member-centre .article-content .left .line-break .arrow-up,
/* 2131 */ .one-column.member-centre .calendar-content .left .line-break .arrow-up {
/* 2132 */     width: 0;
/* 2133 */     height: 0;
/* 2134 */     border-left: 10px solid transparent;
/* 2135 */     border-right: 10px solid transparent;
/* 2136 */     border-bottom: 10px solid #ccc;
/* 2137 */     margin-top: -10px;
/* 2138 */     margin-left: 29px;
/* 2139 */     position: absolute;
/* 2140 */     -webkit-transition: all 0.2s ease-out;
/* 2141 */     -moz-transition: all 0.2s ease-out;
/* 2142 */     -o-transition: all 0.2s ease-out;
/* 2143 */     transition: all 0.2s ease-out;
/* 2144 */ }
/* 2145 */ 
/* 2146 */ .one-column.member-centre .article-content .left .line-break .arrow-up.list,
/* 2147 */ .one-column.member-centre .calendar-content .left .line-break .arrow-up.list {
/* 2148 */     margin-left: 143px;
/* 2149 */ }
/* 2150 */ 

/* main-style.css */

/* 2151 */ .one-column.member-centre .article-content .left .line-break .arrow-up.overview,
/* 2152 */ .one-column.member-centre .calendar-content .left .line-break .arrow-up.overview {
/* 2153 */     margin-left: 41px;
/* 2154 */ }
/* 2155 */ 
/* 2156 */ .one-column.member-centre .article-content .left .line-break .arrow-up.registration,
/* 2157 */ .one-column.member-centre .calendar-content .left .line-break .arrow-up.registration {
/* 2158 */     margin-left: 201px;
/* 2159 */ }
/* 2160 */ 
/* 2161 */ .one-column.member-centre .article-content .left .line-break .arrow-up span,
/* 2162 */ .one-column.member-centre .calendar-content .left .line-break .arrow-up span {
/* 2163 */     width: 0;
/* 2164 */     height: 0;
/* 2165 */     border-left: 10px solid transparent;
/* 2166 */     border-right: 10px solid transparent;
/* 2167 */     border-bottom: 10px solid white;
/* 2168 */     margin-top: 2px;
/* 2169 */     margin-left: -10px;
/* 2170 */     position: absolute;
/* 2171 */ }
/* 2172 */ 
/* 2173 */ .one-column.member-centre .article-content .left #calendar,
/* 2174 */ .one-column.member-centre .calendar-content .left #calendar {
/* 2175 */     width: 708px;
/* 2176 */ }
/* 2177 */ 
/* 2178 */ .one-column.member-centre .article-content .left #calendar div,
/* 2179 */ .one-column.member-centre .calendar-content .left #calendar div,
/* 2180 */ .one-column.member-centre .article-content .left #calendar td,
/* 2181 */ .one-column.member-centre .calendar-content .left #calendar td {
/* 2182 */     position: static;
/* 2183 */ }
/* 2184 */ 
/* 2185 */ .one-column.member-centre .article-content .left #calendar h2,
/* 2186 */ .one-column.member-centre .calendar-content .left #calendar h2 {
/* 2187 */     font-size: 26px;
/* 2188 */ }
/* 2189 */ 
/* 2190 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner,
/* 2191 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner {
/* 2192 */     overflow: visible;
/* 2193 */ }
/* 2194 */ 
/* 2195 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble,
/* 2196 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble {
/* 2197 */     text-align: left;
/* 2198 */     width: 290px;
/* 2199 */     cursor: default;
/* 2200 */     position: absolute;

/* main-style.css */

/* 2201 */     left: 106px;
/* 2202 */     height: auto;
/* 2203 */ }
/* 2204 */ 
/* 2205 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble div,
/* 2206 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble div {
/* 2207 */     position: relative;
/* 2208 */ }
/* 2209 */ 
/* 2210 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble .arrow-left,
/* 2211 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble .arrow-left {
/* 2212 */     position: absolute;
/* 2213 */     margin-top: 37px;
/* 2214 */ }
/* 2215 */ 
/* 2216 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble .bubble-body .close-btn,
/* 2217 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble .bubble-body .close-btn {
/* 2218 */     margin-top: 8px;
/* 2219 */     font-size: 11px;
/* 2220 */ }
/* 2221 */ 
/* 2222 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble .bubble-body h3,
/* 2223 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble .bubble-body h3 {
/* 2224 */     padding-top: 6px;
/* 2225 */     line-height: 36px;
/* 2226 */     font-size: 12px;
/* 2227 */     font-weight: bold;
/* 2228 */ }
/* 2229 */ 
/* 2230 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content,
/* 2231 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content {
/* 2232 */     height: auto;
/* 2233 */     overflow: hidden;
/* 2234 */ }
/* 2235 */ 
/* 2236 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content ul,
/* 2237 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content ul {
/* 2238 */     margin: 5px 0px 10px 0px;
/* 2239 */     overflow: hidden;
/* 2240 */ }
/* 2241 */ 
/* 2242 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content ul li,
/* 2243 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content ul li {
/* 2244 */     color: white;
/* 2245 */     padding-left: 60px;
/* 2246 */     font-size: 12px;
/* 2247 */     font-weight: normal;
/* 2248 */     text-transform: none;
/* 2249 */     line-height: 14px;
/* 2250 */ }

/* main-style.css */

/* 2251 */ 
/* 2252 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content ul li label,
/* 2253 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content ul li label {
/* 2254 */     display: block;
/* 2255 */     position: absolute;
/* 2256 */     margin-left: -60px;
/* 2257 */     font-weight: bold;
/* 2258 */ }
/* 2259 */ 
/* 2260 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content .btn-row,
/* 2261 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content .btn-row {
/* 2262 */     text-align: center;
/* 2263 */ }
/* 2264 */ 
/* 2265 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content .btn-row a,
/* 2266 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble .bubble-body .bubble-content .btn-row a {
/* 2267 */     padding: 0px 35px;
/* 2268 */ }
/* 2269 */ 
/* 2270 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble.bubble-left,
/* 2271 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble.bubble-left {
/* 2272 */     left: -293px;
/* 2273 */ }
/* 2274 */ 
/* 2275 */ .one-column.member-centre .article-content .left #calendar .fc-event-inner .event-bubble.bubble-left .arrow-left,
/* 2276 */ .one-column.member-centre .calendar-content .left #calendar .fc-event-inner .event-bubble.bubble-left .arrow-left {
/* 2277 */     position: absolute;
/* 2278 */     left: auto;
/* 2279 */     right: -10px;
/* 2280 */     border-right: none;
/* 2281 */     border-left: 10px solid #00aeef;
/* 2282 */ }
/* 2283 */ 
/* 2284 */ .one-column.member-centre .article-content .left h2,
/* 2285 */ .one-column.member-centre .calendar-content .left h2 {
/* 2286 */     text-transform: uppercase;
/* 2287 */     font-size: 22px;
/* 2288 */     font-weight: bold;
/* 2289 */ }
/* 2290 */ 
/* 2291 */ .one-column.member-centre .article-content .left .sub-heading,
/* 2292 */ .one-column.member-centre .calendar-content .left .sub-heading {
/* 2293 */     color: #888;
/* 2294 */     margin-bottom: 15px;
/* 2295 */     line-height: 15px;
/* 2296 */ }
/* 2297 */ 
/* 2298 */ .one-column.member-centre .article-content .left .sub-heading a,
/* 2299 */ .one-column.member-centre .calendar-content .left .sub-heading a {
/* 2300 */     color: #888;

/* main-style.css */

/* 2301 */ }
/* 2302 */ 
/* 2303 */ .one-column.member-centre .article-content .left .videoWrapper,
/* 2304 */ .one-column.member-centre .calendar-content .left .videoWrapper {
/* 2305 */     text-align: center;
/* 2306 */     margin-bottom: 20px;
/* 2307 */ }
/* 2308 */ 
/* 2309 */ .one-column.member-centre .article-content .left p,
/* 2310 */ .one-column.member-centre .calendar-content .left p {
/* 2311 */     line-height: 17px;
/* 2312 */     margin-bottom: 17px;
/* 2313 */     font-family: Arial;
/* 2314 */     font-size: 14px;
/* 2315 */     color: #111;
/* 2316 */ }
/* 2317 */ 
/* 2318 */ .one-column.member-centre .article-content .left p.points,
/* 2319 */ .one-column.member-centre .calendar-content .left p.points {
/* 2320 */     text-align: center;
/* 2321 */     text-transform: uppercase;
/* 2322 */     font-weight: bold;
/* 2323 */     color: #636363;
/* 2324 */     margin-bottom: 10px;
/* 2325 */ }
/* 2326 */ 
/* 2327 */ .one-column.member-centre .article-content .left .center,
/* 2328 */ .one-column.member-centre .calendar-content .left .center {
/* 2329 */     width: 100%;
/* 2330 */     text-align: center;
/* 2331 */ }
/* 2332 */ 
/* 2333 */ .one-column.member-centre .article-content .left .center a,
/* 2334 */ .one-column.member-centre .calendar-content .left .center a {
/* 2335 */     padding: 0px 40px;
/* 2336 */ }
/* 2337 */ 
/* 2338 */ .one-column.member-centre .article-content .left .float-right-img,
/* 2339 */ .one-column.member-centre .calendar-content .left .float-right-img {
/* 2340 */     float: right;
/* 2341 */     width: 363px;
/* 2342 */     height: 230px;
/* 2343 */     margin-left: 5px;
/* 2344 */     margin-bottom: 5px;
/* 2345 */ }
/* 2346 */ 
/* 2347 */ .one-column.member-centre .article-content .left .comment-box,
/* 2348 */ .one-column.member-centre .calendar-content .left .comment-box {
/* 2349 */     background-color: #f3f3f3;
/* 2350 */     clear: both;

/* main-style.css */

/* 2351 */     margin-top: 30px;
/* 2352 */     padding: 15px;
/* 2353 */ }
/* 2354 */ 
/* 2355 */ .one-column.member-centre .article-content .left .comment-box h2,
/* 2356 */ .one-column.member-centre .calendar-content .left .comment-box h2 {
/* 2357 */     font-size: 14px;
/* 2358 */     margin-bottom: 15px;
/* 2359 */ }
/* 2360 */ 
/* 2361 */ .one-column.member-centre .article-content .left .comment-box h2 span,
/* 2362 */ .one-column.member-centre .calendar-content .left .comment-box h2 span {
/* 2363 */     display: inline-block;
/* 2364 */     float: left;
/* 2365 */     padding: 3px 11px;
/* 2366 */     color: white;
/* 2367 */     background-color: #666666;
/* 2368 */     -webkit-border-top-right-radius: 3px;
/* 2369 */     -webkit-border-bottom-right-radius: 3px;
/* 2370 */     -webkit-border-bottom-left-radius: 3px;
/* 2371 */     -webkit-border-top-left-radius: 3px;
/* 2372 */     -moz-border-radius-topright: 3px;
/* 2373 */     -moz-border-radius-bottomright: 3px;
/* 2374 */     -moz-border-radius-bottomleft: 3px;
/* 2375 */     -moz-border-radius-topleft: 3px;
/* 2376 */     border-top-right-radius: 3px;
/* 2377 */     border-bottom-right-radius: 3px;
/* 2378 */     border-bottom-left-radius: 3px;
/* 2379 */     border-top-left-radius: 3px;
/* 2380 */     -moz-background-clip: padding-box;
/* 2381 */     -webkit-background-clip: padding-box;
/* 2382 */     background-clip: padding-box;
/* 2383 */     margin-top: -4px;
/* 2384 */     margin-right: 5px;
/* 2385 */ }
/* 2386 */ 
/* 2387 */ .one-column.member-centre .article-content .left .comment-box h2 span i,
/* 2388 */ .one-column.member-centre .calendar-content .left .comment-box h2 span i {
/* 2389 */     position: absolute;
/* 2390 */     width: 0;
/* 2391 */     height: 0;
/* 2392 */     border-left: 12px solid transparent;
/* 2393 */     border-top: 8px solid #666666;
/* 2394 */     bottom: -6px;
/* 2395 */     left: 50%;
/* 2396 */     margin-left: -8px;
/* 2397 */ }
/* 2398 */ 
/* 2399 */ .one-column.member-centre .article-content .left .comment-box textarea,
/* 2400 */ .one-column.member-centre .calendar-content .left .comment-box textarea {

/* main-style.css */

/* 2401 */     border: 1px solid #ccc;
/* 2402 */     padding: 6px 10px;
/* 2403 */     font-family: arial;
/* 2404 */     color: #333;
/* 2405 */     font-size: 14px;
/* 2406 */     width: 654px;
/* 2407 */     height: 93px;
/* 2408 */ }
/* 2409 */ 
/* 2410 */ .one-column.member-centre .article-content .left .comment-box .right,
/* 2411 */ .one-column.member-centre .calendar-content .left .comment-box .right {
/* 2412 */     float: none;
/* 2413 */     text-align: right;
/* 2414 */     margin-top: 10px;
/* 2415 */     padding-top: 0px;
/* 2416 */     clear: both;
/* 2417 */     width: auto;
/* 2418 */ }
/* 2419 */ 
/* 2420 */ .one-column.member-centre .article-content .left .comment-box .right a,
/* 2421 */ .one-column.member-centre .calendar-content .left .comment-box .right a {
/* 2422 */     padding: 0px 40px;
/* 2423 */ }
/* 2424 */ 
/* 2425 */ .one-column.member-centre .article-content .left .comment-list,
/* 2426 */ .one-column.member-centre .calendar-content .left .comment-list {
/* 2427 */     margin: 15px 0px;
/* 2428 */ }
/* 2429 */ 
/* 2430 */ .one-column.member-centre .article-content .left .comment-list li,
/* 2431 */ .one-column.member-centre .calendar-content .left .comment-list li {
/* 2432 */     overflow: hidden;
/* 2433 */ }
/* 2434 */ 
/* 2435 */ .one-column.member-centre .article-content .left .comment-list li .user-icon,
/* 2436 */ .one-column.member-centre .calendar-content .left .comment-list li .user-icon {
/* 2437 */     display: inline;
/* 2438 */     float: left;
/* 2439 */     width: 44px;
/* 2440 */ }
/* 2441 */ 
/* 2442 */ .one-column.member-centre .article-content .left .comment-list li .user-icon img,
/* 2443 */ .one-column.member-centre .calendar-content .left .comment-list li .user-icon img {
/* 2444 */     width: 44px;
/* 2445 */     height: 44px;
/* 2446 */     clear: both;
/* 2447 */     margin-bottom: 3px;
/* 2448 */ }
/* 2449 */ 
/* 2450 */ .one-column.member-centre .article-content .left .comment-list li .user-icon span,

/* main-style.css */

/* 2451 */ .one-column.member-centre .calendar-content .left .comment-list li .user-icon span {
/* 2452 */     color: #999;
/* 2453 */     display: block;
/* 2454 */     width: 44px;
/* 2455 */     text-align: center;
/* 2456 */ }
/* 2457 */ 
/* 2458 */ .one-column.member-centre .article-content .left .comment-list li .comment-content,
/* 2459 */ .one-column.member-centre .calendar-content .left .comment-list li .comment-content {
/* 2460 */     width: 655px;
/* 2461 */     float: right;
/* 2462 */     padding-bottom: 19px;
/* 2463 */ }
/* 2464 */ 
/* 2465 */ .one-column.member-centre .article-content .left .comment-list li .comment-content h2,
/* 2466 */ .one-column.member-centre .calendar-content .left .comment-list li .comment-content h2 {
/* 2467 */     font-size: 14px;
/* 2468 */ }
/* 2469 */ 
/* 2470 */ .one-column.member-centre .article-content .left .comment-list li .comment-content h2 span,
/* 2471 */ .one-column.member-centre .calendar-content .left .comment-list li .comment-content h2 span {
/* 2472 */     text-transform: lowercase;
/* 2473 */     color: #999;
/* 2474 */     font-weight: normal;
/* 2475 */ }
/* 2476 */ 
/* 2477 */ .one-column.member-centre .article-content .left .comment-list li .comment-content p,
/* 2478 */ .one-column.member-centre .calendar-content .left .comment-list li .comment-content p {
/* 2479 */     margin-bottom: 15px;
/* 2480 */ }
/* 2481 */ 
/* 2482 */ .one-column.member-centre .article-content .left .comment-list li .comment-content a.reply,
/* 2483 */ .one-column.member-centre .calendar-content .left .comment-list li .comment-content a.reply {
/* 2484 */     font-size: 14px;
/* 2485 */     color: #00aeef;
/* 2486 */     margin-bottom: 19px;
/* 2487 */     display: block;
/* 2488 */ }
/* 2489 */ 
/* 2490 */ .one-column.member-centre .article-content .left .comment-list li .comment-content .sub-comment-list,
/* 2491 */ .one-column.member-centre .calendar-content .left .comment-list li .comment-content .sub-comment-list {
/* 2492 */     margin: 0px;
/* 2493 */     border-top: 1px solid #ccc;
/* 2494 */ }
/* 2495 */ 
/* 2496 */ .one-column.member-centre .article-content .left .comment-list li .comment-content .sub-comment-list li,
/* 2497 */ .one-column.member-centre .calendar-content .left .comment-list li .comment-content .sub-comment-list li {
/* 2498 */     margin: 19px 0px 0px 0px;
/* 2499 */     border-bottom: 1px solid #ccc;
/* 2500 */ }

/* main-style.css */

/* 2501 */ 
/* 2502 */ .one-column.member-centre .article-content .left .comment-list li .comment-content .sub-comment-list li .comment-content,
/* 2503 */ .one-column.member-centre .calendar-content .left .comment-list li .comment-content .sub-comment-list li .comment-content {
/* 2504 */     width: 601px;
/* 2505 */     padding-bottom: 0px;
/* 2506 */ }
/* 2507 */ 
/* 2508 */ .one-column.member-centre .article-content .right,
/* 2509 */ .one-column.member-centre .calendar-content .right {
/* 2510 */     width: 226px;
/* 2511 */     float: right;
/* 2512 */     padding-top: 15px;
/* 2513 */ }
/* 2514 */ 
/* 2515 */ .one-column.member-centre .article-content .right > h2,
/* 2516 */ .one-column.member-centre .calendar-content .right > h2 {
/* 2517 */     text-transform: uppercase;
/* 2518 */     font-size: 22px;
/* 2519 */     font-weight: bold;
/* 2520 */     color: #666;
/* 2521 */ }
/* 2522 */ 
/* 2523 */ .one-column.member-centre .article-content .right ul.relatedList li h2,
/* 2524 */ .one-column.member-centre .calendar-content .right ul.relatedList li h2 {
/* 2525 */     height: 14px;
/* 2526 */     overflow: hidden;
/* 2527 */ }
/* 2528 */ 
/* 2529 */ .one-column.member-centre .article-content .right ul.relatedList li span,
/* 2530 */ .one-column.member-centre .calendar-content .right ul.relatedList li span {
/* 2531 */     height: 16px;
/* 2532 */     overflow: hidden;
/* 2533 */     display: block;
/* 2534 */     color: #666;
/* 2535 */ }
/* 2536 */ 
/* 2537 */ .one-column.member-centre .article-content .right ul.relatedList li span i,
/* 2538 */ .one-column.member-centre .calendar-content .right ul.relatedList li span i {
/* 2539 */     font-style: normal;
/* 2540 */ }
/* 2541 */ 
/* 2542 */ .one-column.member-centre .article-content .right ul.relatedList li p,
/* 2543 */ .one-column.member-centre .calendar-content .right ul.relatedList li p {
/* 2544 */     height: 68px;
/* 2545 */     overflow: hidden;
/* 2546 */ }
/* 2547 */ 
/* 2548 */ .one-column.member-centre .article-content .right > ul,
/* 2549 */ .one-column.member-centre .calendar-content .right > ul {
/* 2550 */     margin: 0;

/* main-style.css */

/* 2551 */ }
/* 2552 */ 
/* 2553 */ .one-column.member-centre .article-content .right > ul > li,
/* 2554 */ .one-column.member-centre .calendar-content .right > ul > li {
/* 2555 */     margin-bottom: 30px;
/* 2556 */ }
/* 2557 */ 
/* 2558 */ .one-column.member-centre .article-content .right > ul > li > a,
/* 2559 */ .one-column.member-centre .calendar-content .right > ul > li > a {
/* 2560 */     line-height: 1px;
/* 2561 */     display: block;
/* 2562 */     overflow: hidden;
/* 2563 */     filter: inherit;
/* 2564 */ }
/* 2565 */ 
/* 2566 */ .one-column.member-centre .article-content .right > ul > li > a span,
/* 2567 */ .one-column.member-centre .calendar-content .right > ul > li > a span {
/* 2568 */     background-color: black;
/* 2569 */     display: block;
/* 2570 */     overflow: hidden;
/* 2571 */     filter: inherit;
/* 2572 */ }
/* 2573 */ 
/* 2574 */ .one-column.member-centre .article-content .right > ul > li > a span img,
/* 2575 */ .one-column.member-centre .calendar-content .right > ul > li > a span img {
/* 2576 */     width: 226px;
/* 2577 */     height: 140px;
/* 2578 */     -webkit-transition: all 0.2s ease-out;
/* 2579 */     -moz-transition: all 0.2s ease-out;
/* 2580 */     -o-transition: all 0.2s ease-out;
/* 2581 */     transition: all 0.2s ease-out;
/* 2582 */     filter: inherit;
/* 2583 */ }
/* 2584 */ 
/* 2585 */ .one-column.member-centre .article-content .right > ul > li > a span i,
/* 2586 */ .one-column.member-centre .calendar-content .right > ul > li > a span i {
/* 2587 */     position: absolute;
/* 2588 */     width: 50px;
/* 2589 */     height: 51px;
/* 2590 */     background-image: url(../i/icon-star.png);
/* 2591 */     right: 0;
/* 2592 */     display: none;
/* 2593 */     z-index: 1;
/* 2594 */     filter: inherit;
/* 2595 */ }
/* 2596 */ 
/* 2597 */ .one-column.member-centre .article-content .right > ul > li > a span u,
/* 2598 */ .one-column.member-centre .calendar-content .right > ul > li > a span u {
/* 2599 */     position: absolute;
/* 2600 */     display: block;

/* main-style.css */

/* 2601 */     width: 0;
/* 2602 */     height: 0;
/* 2603 */     border-top: 30px solid transparent;
/* 2604 */     border-bottom: 30px solid transparent;
/* 2605 */     border-left: 50px solid white;
/* 2606 */     z-index: 1;
/* 2607 */     -moz-opacity: 0.5;
/* 2608 */     -khtml-opacity: 0.5;
/* 2609 */     -webkit-opacity: 0.5;
/* 2610 */     opacity: 0.5;
/* 2611 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
/* 2612 */     filter: alpha(opacity=50);
/* 2613 */     left: 50%;
/* 2614 */     margin-left: -25px;
/* 2615 */     top: 50%;
/* 2616 */     margin-top: -30px;
/* 2617 */     filter: inherit;
/* 2618 */ }
/* 2619 */ 
/* 2620 */ .one-column.member-centre .article-content .right > ul > li > a span.read i,
/* 2621 */ .one-column.member-centre .calendar-content .right > ul > li > a span.read i {
/* 2622 */     display: block;
/* 2623 */     filter: inherit;
/* 2624 */ }
/* 2625 */ 
/* 2626 */ .one-column.member-centre .article-content .right > ul > li > a h2,
/* 2627 */ .one-column.member-centre .calendar-content .right > ul > li > a h2 {
/* 2628 */     font-size: 14px;
/* 2629 */     margin-top: 10px;
/* 2630 */     font-weight: bold;
/* 2631 */     text-transform: uppercase;
/* 2632 */     margin-bottom: 3px;
/* 2633 */     filter: inherit;
/* 2634 */ }
/* 2635 */ 
/* 2636 */ .one-column.member-centre .article-content .right > ul > li > a:hover,
/* 2637 */ .one-column.member-centre .calendar-content .right > ul > li > a:hover {
/* 2638 */     text-decoration: none;
/* 2639 */ }
/* 2640 */ 
/* 2641 */ .one-column.member-centre .article-content .right > ul > li > a:hover span img,
/* 2642 */ .one-column.member-centre .calendar-content .right > ul > li > a:hover span img {
/* 2643 */     -moz-opacity: 0.8;
/* 2644 */     -khtml-opacity: 0.8;
/* 2645 */     -webkit-opacity: 0.8;
/* 2646 */     opacity: 0.8;
/* 2647 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
/* 2648 */     filter: alpha(opacity=80);
/* 2649 */ }
/* 2650 */ 

/* main-style.css */

/* 2651 */ .one-column.member-centre .article-content .right > ul > li > a:hover h2,
/* 2652 */ .one-column.member-centre .calendar-content .right > ul > li > a:hover h2 {
/* 2653 */     text-decoration: underline;
/* 2654 */ }
/* 2655 */ 
/* 2656 */ .one-column.member-centre .article-content .right > ul > li p,
/* 2657 */ .one-column.member-centre .calendar-content .right > ul > li p {
/* 2658 */     line-height: 17px;
/* 2659 */ }
/* 2660 */ 
/* 2661 */ .one-column.member-centre .article-content .right > ul > li p span,
/* 2662 */ .one-column.member-centre .calendar-content .right > ul > li p span {
/* 2663 */     color: #999;
/* 2664 */     clear: both;
/* 2665 */     display: block;
/* 2666 */ }
/* 2667 */ 
/* 2668 */ .one-column.member-centre .article-content .right .ad,
/* 2669 */ .one-column.member-centre .calendar-content .right .ad {
/* 2670 */     padding-top: 40px;
/* 2671 */ }
/* 2672 */ 
/* 2673 */ .one-column.member-centre .article-content .right .ad h2,
/* 2674 */ .one-column.member-centre .calendar-content .right .ad h2 {
/* 2675 */     text-transform: uppercase;
/* 2676 */     color: #444;
/* 2677 */     margin-bottom: 5px;
/* 2678 */ }
/* 2679 */ 
/* 2680 */ .one-column.member-centre .article-content .right .ad img,
/* 2681 */ .one-column.member-centre .calendar-content .right .ad img {
/* 2682 */     width: 226px;
/* 2683 */ }
/* 2684 */ 
/* 2685 */ .one-column.member-centre .article-content .right .button-row,
/* 2686 */ .one-column.member-centre .calendar-content .right .button-row {
/* 2687 */     text-align: center;
/* 2688 */     margin-top: 30px;
/* 2689 */ }
/* 2690 */ 
/* 2691 */ .one-column.member-centre .article-content .right .button-row a,
/* 2692 */ .one-column.member-centre .calendar-content .right .button-row a {
/* 2693 */     padding: 0px 30px;
/* 2694 */ }
/* 2695 */ 
/* 2696 */ .one-column.member-centre .calendar-content {
/* 2697 */     padding-bottom: 200px;
/* 2698 */ }
/* 2699 */ 
/* 2700 */ .one-column.member-centre .calendar-content .list-view {

/* main-style.css */

/* 2701 */     display: none;
/* 2702 */ }
/* 2703 */ 
/* 2704 */ .one-column.member-centre .calendar-content .list-view ul.event-list {
/* 2705 */     margin-top: 15px;
/* 2706 */     margin-left: 0px;
/* 2707 */ }
/* 2708 */ 
/* 2709 */ .one-column.member-centre .calendar-content .list-view ul.event-list li {
/* 2710 */     overflow: hidden;
/* 2711 */     margin-bottom: 15px;
/* 2712 */ }
/* 2713 */ 
/* 2714 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-image {
/* 2715 */     width: 467px;
/* 2716 */     height: 295px;
/* 2717 */     float: left;
/* 2718 */     display: inline-block;
/* 2719 */ }
/* 2720 */ 
/* 2721 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-image img {
/* 2722 */     width: 467px;
/* 2723 */     height: 295px;
/* 2724 */ }
/* 2725 */ 
/* 2726 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info {
/* 2727 */     width: 211px;
/* 2728 */     height: 275px;
/* 2729 */     float: left;
/* 2730 */     background-color: #f7f7f7;
/* 2731 */     padding: 10px 15px;
/* 2732 */     color: #333;
/* 2733 */ }
/* 2734 */ 
/* 2735 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info h2 {
/* 2736 */     line-height: 10px;
/* 2737 */     margin-bottom: 7px;
/* 2738 */ }
/* 2739 */ 
/* 2740 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info h2 a {
/* 2741 */     color: #00aeef;
/* 2742 */     font-size: 14px;
/* 2743 */     line-height: 15px;
/* 2744 */ }
/* 2745 */ 
/* 2746 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info span {
/* 2747 */     font-family: 'montserratregular', sans-serif;
/* 2748 */     font-size: 12px;
/* 2749 */ }
/* 2750 */ 

/* main-style.css */

/* 2751 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info ul {
/* 2752 */     margin: 0;
/* 2753 */     margin-top: 13px;
/* 2754 */ }
/* 2755 */ 
/* 2756 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info ul li {
/* 2757 */     padding-left: 50px;
/* 2758 */     margin-bottom: 2px;
/* 2759 */     line-height: 15px;
/* 2760 */     color: #636363;
/* 2761 */ }
/* 2762 */ 
/* 2763 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info ul li label {
/* 2764 */     position: absolute;
/* 2765 */     margin-left: -50px;
/* 2766 */     font-weight: bold;
/* 2767 */     color: #636363;
/* 2768 */ }
/* 2769 */ 
/* 2770 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info p {
/* 2771 */     margin-top: 10px;
/* 2772 */     line-height: 15px;
/* 2773 */     color: #636363;
/* 2774 */ }
/* 2775 */ 
/* 2776 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info .btn-row {
/* 2777 */     position: absolute;
/* 2778 */     bottom: 10px;
/* 2779 */     margin-left: 17px;
/* 2780 */ }
/* 2781 */ 
/* 2782 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info .btn-row a {
/* 2783 */     padding: 0px;
/* 2784 */     width: 180px;
/* 2785 */ }
/* 2786 */ 
/* 2787 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info .btn-row a.disabled {
/* 2788 */     -moz-opacity: 0.4;
/* 2789 */     -khtml-opacity: 0.4;
/* 2790 */     -webkit-opacity: 0.4;
/* 2791 */     opacity: 0.4;
/* 2792 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
/* 2793 */     filter: alpha(opacity=40);
/* 2794 */     pointer-events: none;
/* 2795 */ }
/* 2796 */ 
/* 2797 */ .one-column.member-centre .calendar-content .list-view ul.event-list li .event-info .btn-row a.disabled:hover {
/* 2798 */     cursor: default;
/* 2799 */     background-color: #00aeef;
/* 2800 */ }

/* main-style.css */

/* 2801 */ 
/* 2802 */ .one-column.member-centre .calendar-content .right h2 {
/* 2803 */     color: #00aeef;
/* 2804 */     padding-top: 3px;
/* 2805 */     font-size: 15px;
/* 2806 */     margin-bottom: 2px;
/* 2807 */ }
/* 2808 */ 
/* 2809 */ .one-column.member-centre .calendar-content .right .ad {
/* 2810 */     padding-top: 15px;
/* 2811 */ }
/* 2812 */ 
/* 2813 */ .one-column.member-centre .calendar-content .right .filters label {
/* 2814 */     font-weight: bold;
/* 2815 */     clear: both;
/* 2816 */     display: block;
/* 2817 */     line-height: 26px;
/* 2818 */     padding-top: 5px;
/* 2819 */     color: #444;
/* 2820 */     text-transform: uppercase;
/* 2821 */ }
/* 2822 */ 
/* 2823 */ .one-column.member-centre .calendar-content .right .filters label.hasSwitch {
/* 2824 */     line-height: 31px;
/* 2825 */ }
/* 2826 */ 
/* 2827 */ .one-column.member-centre .calendar-content .right .filters .custom-select-wrapper {
/* 2828 */     width: auto;
/* 2829 */ }
/* 2830 */ 
/* 2831 */ .one-column.member-centre .calendar-content .right .filters .switch {
/* 2832 */     width: 34px;
/* 2833 */     height: 16px;
/* 2834 */     margin-left: 2px;
/* 2835 */     margin-right: 4px;
/* 2836 */     margin-top: 7px;
/* 2837 */     float: left;
/* 2838 */     cursor: pointer;
/* 2839 */     background-image: url(../i/icon-switch2.png);
/* 2840 */     background-repeat: no-repeat;
/* 2841 */     background-position: 0px -1px;
/* 2842 */ }
/* 2843 */ 
/* 2844 */ .one-column.member-centre .calendar-content .right .filters .switch.on {
/* 2845 */     background-position: 0px -18px;
/* 2846 */ }
/* 2847 */ 
/* 2848 */ .one-column.member-centre .event-content {
/* 2849 */     margin-top: -9px;
/* 2850 */     padding-bottom: 30px;

/* main-style.css */

/* 2851 */ }
/* 2852 */ 
/* 2853 */ .one-column.member-centre .event-content .left {
/* 2854 */     padding-top: 0px;
/* 2855 */     color: #444;
/* 2856 */ }
/* 2857 */ 
/* 2858 */ .one-column.member-centre .event-content .left h2 {
/* 2859 */     line-height: 24px;
/* 2860 */     padding-top: 0px;
/* 2861 */ }
/* 2862 */ 
/* 2863 */ .one-column.member-centre .event-content .left h3 {
/* 2864 */     color: #444;
/* 2865 */     font-size: 15px;
/* 2866 */     text-transform: uppercase;
/* 2867 */     font-weight: bold;
/* 2868 */     line-height: 13px;
/* 2869 */ }
/* 2870 */ 
/* 2871 */ .one-column.member-centre .event-content .left .line-break {
/* 2872 */     margin-bottom: 16px;
/* 2873 */ }
/* 2874 */ 
/* 2875 */ .one-column.member-centre .event-content .left .overview-panel p {
/* 2876 */     line-height: 19px;
/* 2877 */ }
/* 2878 */ 
/* 2879 */ .one-column.member-centre .event-content .left .overview-panel ul.listing-tiles {
/* 2880 */     overflow: hidden;
/* 2881 */     margin-top: 13px;
/* 2882 */ }
/* 2883 */ 
/* 2884 */ .one-column.member-centre .event-content .left .overview-panel ul.listing-tiles li .info h2 {
/* 2885 */     padding-top: 10px;
/* 2886 */     font-size: 13px;
/* 2887 */     line-height: 13px;
/* 2888 */ }
/* 2889 */ 
/* 2890 */ .one-column.member-centre .event-content .left .overview-panel ul.listing-tiles li .info p {
/* 2891 */     color: white;
/* 2892 */     font-size: 11px;
/* 2893 */ }
/* 2894 */ 
/* 2895 */ .one-column.member-centre .event-content .left .overview-panel ul.listing-tiles li:hover .info h2 {
/* 2896 */     padding-top: 20px;
/* 2897 */ }
/* 2898 */ 
/* 2899 */ .one-column.member-centre .event-content .left .overview-panel .table2 h4 {
/* 2900 */     background-color: #00aeef;

/* main-style.css */

/* 2901 */     color: white;
/* 2902 */     font-size: 14px;
/* 2903 */     text-align: center;
/* 2904 */     padding: 13px 0px;
/* 2905 */ }
/* 2906 */ 
/* 2907 */ .one-column.member-centre .event-content .left .overview-panel .table2 ul {
/* 2908 */     margin: 15px;
/* 2909 */     margin-bottom: 20px;
/* 2910 */     line-height: 17px;
/* 2911 */ }
/* 2912 */ 
/* 2913 */ .one-column.member-centre .event-content .left .overview-panel .table2 ul li {
/* 2914 */     padding-left: 230px;
/* 2915 */     font-size: 13px;
/* 2916 */     margin-bottom: 18px;
/* 2917 */     list-style-type: none;
/* 2918 */ }
/* 2919 */ 
/* 2920 */ .one-column.member-centre .event-content .left .overview-panel .table2 ul li label {
/* 2921 */     position: absolute;
/* 2922 */     margin-left: -245px;
/* 2923 */     text-transform: uppercase;
/* 2924 */     font-weight: bold;
/* 2925 */     width: 200px;
/* 2926 */     text-align: center;
/* 2927 */     font-family: 'montserratregular', sans-serif;
/* 2928 */     font-size: 14px;
/* 2929 */ }
/* 2930 */ 
/* 2931 */ .one-column.member-centre .event-content .left .overview-panel .table2 ul li h5 {
/* 2932 */     color: #444;
/* 2933 */     text-transform: uppercase;
/* 2934 */     clear: both;
/* 2935 */     display: block;
/* 2936 */     margin-bottom: 0px;
/* 2937 */     line-height: 18px;
/* 2938 */     font-size: 14px;
/* 2939 */ }
/* 2940 */ 
/* 2941 */ .one-column.member-centre .event-content .left .registration-panel {
/* 2942 */     display: none;
/* 2943 */     border: 1px solid #ccc;
/* 2944 */     margin-top: -16px;
/* 2945 */     border-top: none;
/* 2946 */     padding: 20px 20px;
/* 2947 */ }
/* 2948 */ 
/* 2949 */ .one-column.member-centre .event-content .left .registration-panel .step1 .overlay,
/* 2950 */ .one-column.member-centre .event-content .left .registration-panel .step2 .overlay {

/* main-style.css */

/* 2951 */     display: none;
/* 2952 */     position: absolute;
/* 2953 */     width: 100%;
/* 2954 */     height: 650px;
/* 2955 */     background-color: white;
/* 2956 */     -moz-opacity: 0.8;
/* 2957 */     -khtml-opacity: 0.8;
/* 2958 */     -webkit-opacity: 0.8;
/* 2959 */     opacity: 0.8;
/* 2960 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
/* 2961 */     filter: alpha(opacity=80);
/* 2962 */     z-index: 11;
/* 2963 */     margin-top: 30px;
/* 2964 */ }
/* 2965 */ 
/* 2966 */ .one-column.member-centre .event-content .left .registration-panel .step1.disabled .overlay,
/* 2967 */ .one-column.member-centre .event-content .left .registration-panel .step2.disabled .overlay {
/* 2968 */     display: block;
/* 2969 */ }
/* 2970 */ 
/* 2971 */ .one-column.member-centre .event-content .left .registration-panel .step2 .overlay {
/* 2972 */     height: 790px;
/* 2973 */ }
/* 2974 */ 
/* 2975 */ .one-column.member-centre .event-content .left .registration-panel h2 {
/* 2976 */     padding-top: 3px;
/* 2977 */     font-size: 15px;
/* 2978 */     line-height: 15px;
/* 2979 */ }
/* 2980 */ 
/* 2981 */ .one-column.member-centre .event-content .left .registration-panel h2 i {
/* 2982 */     display: inline-block;
/* 2983 */     width: 10px;
/* 2984 */     height: 10px;
/* 2985 */     -webkit-border-top-right-radius: 5px;
/* 2986 */     -webkit-border-bottom-right-radius: 5px;
/* 2987 */     -webkit-border-bottom-left-radius: 5px;
/* 2988 */     -webkit-border-top-left-radius: 5px;
/* 2989 */     -moz-border-radius-topright: 5px;
/* 2990 */     -moz-border-radius-bottomright: 5px;
/* 2991 */     -moz-border-radius-bottomleft: 5px;
/* 2992 */     -moz-border-radius-topleft: 5px;
/* 2993 */     border-top-right-radius: 5px;
/* 2994 */     border-bottom-right-radius: 5px;
/* 2995 */     border-bottom-left-radius: 5px;
/* 2996 */     border-top-left-radius: 5px;
/* 2997 */     -moz-background-clip: padding-box;
/* 2998 */     -webkit-background-clip: padding-box;
/* 2999 */     background-clip: padding-box;
/* 3000 */     float: left;

/* main-style.css */

/* 3001 */     margin-right: 9px;
/* 3002 */     background-color: #00aeef;
/* 3003 */     margin-top: 2px;
/* 3004 */ }
/* 3005 */ 
/* 3006 */ .one-column.member-centre .event-content .left .registration-panel p {
/* 3007 */     color: #444;
/* 3008 */ }
/* 3009 */ 
/* 3010 */ .one-column.member-centre .event-content .left .registration-panel p .chooseLink {
/* 3011 */     margin-left: 40px;
/* 3012 */     font-weight: bold;
/* 3013 */     color: #00aeef;
/* 3014 */ }
/* 3015 */ 
/* 3016 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble {
/* 3017 */     display: block;
/* 3018 */     width: 226px;
/* 3019 */     right: -241px;
/* 3020 */     margin-top: -21px;
/* 3021 */     height: auto;
/* 3022 */     padding-bottom: 15px;
/* 3023 */     -webkit-border-top-right-radius: 2px;
/* 3024 */     -webkit-border-bottom-right-radius: 2px;
/* 3025 */     -webkit-border-bottom-left-radius: 2px;
/* 3026 */     -webkit-border-top-left-radius: 2px;
/* 3027 */     -moz-border-radius-topright: 2px;
/* 3028 */     -moz-border-radius-bottomright: 2px;
/* 3029 */     -moz-border-radius-bottomleft: 2px;
/* 3030 */     -moz-border-radius-topleft: 2px;
/* 3031 */     border-top-right-radius: 2px;
/* 3032 */     border-bottom-right-radius: 2px;
/* 3033 */     border-bottom-left-radius: 2px;
/* 3034 */     border-top-left-radius: 2px;
/* 3035 */     -moz-background-clip: padding-box;
/* 3036 */     -webkit-background-clip: padding-box;
/* 3037 */     background-clip: padding-box;
/* 3038 */ }
/* 3039 */ 
/* 3040 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .arrow-left {
/* 3041 */     margin-top: 13px;
/* 3042 */ }
/* 3043 */ 
/* 3044 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body {
/* 3045 */     padding-top: 5px;
/* 3046 */ }
/* 3047 */ 
/* 3048 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body hr {
/* 3049 */     display: block;
/* 3050 */     clear: both;

/* main-style.css */

/* 3051 */     height: 1px;
/* 3052 */     border: 0;
/* 3053 */     border-top: 1px solid white;
/* 3054 */     margin: 0px 16px;
/* 3055 */     width: auto;
/* 3056 */ }
/* 3057 */ 
/* 3058 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body h3 {
/* 3059 */     margin-right: 16px;
/* 3060 */     margin-left: 16px;
/* 3061 */     line-height: 23px;
/* 3062 */     font-size: 13px;
/* 3063 */     padding-left: 3px;
/* 3064 */     color: white;
/* 3065 */ }
/* 3066 */ 
/* 3067 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body h3.no-border {
/* 3068 */     border: none;
/* 3069 */ }
/* 3070 */ 
/* 3071 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body h4 {
/* 3072 */     color: white;
/* 3073 */     text-transform: uppercase;
/* 3074 */     margin-left: 20px;
/* 3075 */     margin-top: 12px;
/* 3076 */     font-size: 13px;
/* 3077 */     font-weight: bold;
/* 3078 */ }
/* 3079 */ 
/* 3080 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body ul {
/* 3081 */     margin: 0;
/* 3082 */     margin-top: 13px;
/* 3083 */     margin-bottom: 15px;
/* 3084 */     margin-left: 20px;
/* 3085 */     margin-right: 16px;
/* 3086 */ }
/* 3087 */ 
/* 3088 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body ul li {
/* 3089 */     padding-left: 60px;
/* 3090 */     color: white;
/* 3091 */     line-height: 16px;
/* 3092 */ }
/* 3093 */ 
/* 3094 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body ul li label {
/* 3095 */     position: absolute;
/* 3096 */     font-weight: bold;
/* 3097 */     margin-left: -60px;
/* 3098 */     text-transform: uppercase;
/* 3099 */ }
/* 3100 */ 

/* main-style.css */

/* 3101 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body ul.attendees {
/* 3102 */     margin-top: 5px;
/* 3103 */ }
/* 3104 */ 
/* 3105 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body ul.attendees li {
/* 3106 */     padding-left: 0px;
/* 3107 */     margin-bottom: 20px;
/* 3108 */ }
/* 3109 */ 
/* 3110 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body ul.attendees li label {
/* 3111 */     float: right;
/* 3112 */     position: relative;
/* 3113 */     font-weight: normal;
/* 3114 */ }
/* 3115 */ 
/* 3116 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body > div {
/* 3117 */     margin: 0px 16px;
/* 3118 */     color: white;
/* 3119 */     font-size: 12px;
/* 3120 */     padding-top: 7px;
/* 3121 */     line-height: 16px;
/* 3122 */     padding-bottom: 16px;
/* 3123 */     padding-left: 3px;
/* 3124 */ }
/* 3125 */ 
/* 3126 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body > div span {
/* 3127 */     clear: both;
/* 3128 */     display: block;
/* 3129 */     margin-bottom: 10px;
/* 3130 */ }
/* 3131 */ 
/* 3132 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body > div b {
/* 3133 */     margin-top: 12px;
/* 3134 */     display: block;
/* 3135 */ }
/* 3136 */ 
/* 3137 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body > div.total {
/* 3138 */     padding-left: 0px;
/* 3139 */     border-top: 1px solid white;
/* 3140 */     padding-bottom: 3px;
/* 3141 */     font-weight: bold;
/* 3142 */ }
/* 3143 */ 
/* 3144 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body > div.total .right {
/* 3145 */     width: auto;
/* 3146 */     padding-top: 0px;
/* 3147 */ }
/* 3148 */ 
/* 3149 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body > div.total b {
/* 3150 */     text-transform: uppercase;

/* main-style.css */

/* 3151 */     margin: 0px;
/* 3152 */ }
/* 3153 */ 
/* 3154 */ .one-column.member-centre .event-content .left .registration-panel .field-bubble .bubble-body > div.button-row {
/* 3155 */     padding-bottom: 0px;
/* 3156 */ }
/* 3157 */ 
/* 3158 */ .one-column.member-centre .event-content .left .registration-panel ul.textarea-row {
/* 3159 */     margin: 0px;
/* 3160 */     padding-left: 215px;
/* 3161 */     padding-top: 8px;
/* 3162 */ }
/* 3163 */ 
/* 3164 */ .one-column.member-centre .event-content .left .registration-panel ul.textarea-row label {
/* 3165 */     position: absolute;
/* 3166 */     font-weight: bold;
/* 3167 */     margin-left: -215px;
/* 3168 */     font-size: 13px;
/* 3169 */     text-transform: uppercase;
/* 3170 */     margin-top: 5px;
/* 3171 */ }
/* 3172 */ 
/* 3173 */ .one-column.member-centre .event-content .left .registration-panel ul.textarea-row textarea {
/* 3174 */     width: 250px;
/* 3175 */     height: 70px;
/* 3176 */     display: block;
/* 3177 */     background-color: #e1e1e1;
/* 3178 */     border: none;
/* 3179 */     font-family: Arial, Verdana, Helvetica, sans-serif;
/* 3180 */     padding: 7px 10px;
/* 3181 */     color: #444;
/* 3182 */     font-size: 12px;
/* 3183 */ }
/* 3184 */ 
/* 3185 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns,
/* 3186 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns {
/* 3187 */     margin: 0px;
/* 3188 */     margin-top: 20px;
/* 3189 */     margin-bottom: 30px;
/* 3190 */ }
/* 3191 */ 
/* 3192 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li,
/* 3193 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li {
/* 3194 */     padding: 8px 15px;
/* 3195 */     overflow: hidden;
/* 3196 */ }
/* 3197 */ 
/* 3198 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li .column1,
/* 3199 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li .column1 {
/* 3200 */     width: 449px;

/* main-style.css */

/* 3201 */     float: left;
/* 3202 */ }
/* 3203 */ 
/* 3204 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li .column1 .checkbox,
/* 3205 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li .column1 .checkbox {
/* 3206 */     float: left;
/* 3207 */     margin-right: 8px;
/* 3208 */     width: 14px;
/* 3209 */     height: 14px;
/* 3210 */     background-image: url(../i/icon-checkbox4.png);
/* 3211 */     background-repeat: no-repeat;
/* 3212 */     display: block;
/* 3213 */     cursor: pointer;
/* 3214 */     margin-top: -1px;
/* 3215 */ }
/* 3216 */ 
/* 3217 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li .column1 .checkbox.active,
/* 3218 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li .column1 .checkbox.active {
/* 3219 */     background-position: 0px -15px;
/* 3220 */ }
/* 3221 */ 
/* 3222 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li .column2,
/* 3223 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li .column2 {
/* 3224 */     width: 186px;
/* 3225 */     float: left;
/* 3226 */ }
/* 3227 */ 
/* 3228 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li:hover,
/* 3229 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li:hover {
/* 3230 */     background-color: #fcf8e3;
/* 3231 */ }
/* 3232 */ 
/* 3233 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li.table-header,
/* 3234 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li.table-header {
/* 3235 */     background-color: #00aeef;
/* 3236 */     color: white;
/* 3237 */     text-transform: uppercase;
/* 3238 */     font-weight: bold;
/* 3239 */     font-size: 14px;
/* 3240 */     font-size: 15px;
/* 3241 */     padding: 12px 20px;
/* 3242 */     margin-bottom: 6px;
/* 3243 */ }
/* 3244 */ 
/* 3245 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li.table-header > div,
/* 3246 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li.table-header > div {
/* 3247 */     padding-left: 2px;
/* 3248 */ }
/* 3249 */ 
/* 3250 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li.table-header .column1,

/* main-style.css */

/* 3251 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li.table-header .column1 {
/* 3252 */     width: 438px;
/* 3253 */ }
/* 3254 */ 
/* 3255 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li.table-header .column2,
/* 3256 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li.table-header .column2 {
/* 3257 */     padding-left: 3px;
/* 3258 */     width: 183px;
/* 3259 */ }
/* 3260 */ 
/* 3261 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li.table-header:hover,
/* 3262 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li.table-header:hover {
/* 3263 */     background-color: none;
/* 3264 */ }
/* 3265 */ 
/* 3266 */ .one-column.member-centre .event-content .left .registration-panel ul.table-2columns li a.email,
/* 3267 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li a.email {
/* 3268 */     color: #00aeef;
/* 3269 */ }
/* 3270 */ 
/* 3271 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li .column1 {
/* 3272 */     width: 133px;
/* 3273 */ }
/* 3274 */ 
/* 3275 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li .column1 a.cross {
/* 3276 */     color: #00aeef;
/* 3277 */     font-weight: bold;
/* 3278 */     margin-right: 5px;
/* 3279 */     display: inline-block;
/* 3280 */     float: left;
/* 3281 */     font-size: 14px;
/* 3282 */ }
/* 3283 */ 
/* 3284 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li .column1 a.cross:hover {
/* 3285 */     text-decoration: none;
/* 3286 */ }
/* 3287 */ 
/* 3288 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li .column2 {
/* 3289 */     width: 198px;
/* 3290 */ }
/* 3291 */ 
/* 3292 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li .column3 {
/* 3293 */     width: 176px;
/* 3294 */     float: left;
/* 3295 */ }
/* 3296 */ 
/* 3297 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li .column3 textarea {
/* 3298 */     width: 150px;
/* 3299 */     height: 70px;
/* 3300 */     display: block;

/* main-style.css */

/* 3301 */     background-color: #e1e1e1;
/* 3302 */     border: none;
/* 3303 */     font-family: Arial, Verdana, Helvetica, sans-serif;
/* 3304 */     padding: 5px 8px;
/* 3305 */     color: #444;
/* 3306 */     font-size: 12px;
/* 3307 */ }
/* 3308 */ 
/* 3309 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li .column4 {
/* 3310 */     width: 122px;
/* 3311 */     float: left;
/* 3312 */ }
/* 3313 */ 
/* 3314 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li.table-header > div {
/* 3315 */     padding-left: 0px;
/* 3316 */ }
/* 3317 */ 
/* 3318 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li.table-header .column1 {
/* 3319 */     width: 117px;
/* 3320 */     margin-left: 10px;
/* 3321 */     margin-right: 0px;
/* 3322 */ }
/* 3323 */ 
/* 3324 */ .one-column.member-centre .event-content .left .registration-panel ul.table-4columns li.table-header .column2 {
/* 3325 */     padding-left: 0px;
/* 3326 */     width: 198px;
/* 3327 */ }
/* 3328 */ 
/* 3329 */ .one-column.member-centre .event-content .left .registration-panel .btn-row {
/* 3330 */     overflow: hidden;
/* 3331 */     clear: both;
/* 3332 */     margin-bottom: 40px;
/* 3333 */ }
/* 3334 */ 
/* 3335 */ .one-column.member-centre .event-content .left .registration-panel .btn-row a {
/* 3336 */     float: right;
/* 3337 */ }
/* 3338 */ 
/* 3339 */ .one-column.member-centre .event-content .right .event-info {
/* 3340 */     background-color: #00aeef;
/* 3341 */     padding: 10px 15px;
/* 3342 */ }
/* 3343 */ 
/* 3344 */ .one-column.member-centre .event-content .right .event-info h2 {
/* 3345 */     font-size: 21px;
/* 3346 */     font-weight: bold;
/* 3347 */     color: white;
/* 3348 */     display: block;
/* 3349 */     text-align: center;
/* 3350 */ }

/* main-style.css */

/* 3351 */ 
/* 3352 */ .one-column.member-centre .event-content .right .event-info h3 {
/* 3353 */     color: white;
/* 3354 */     font-size: 14px;
/* 3355 */     font-weight: bold;
/* 3356 */     margin-bottom: 0px;
/* 3357 */ }
/* 3358 */ 
/* 3359 */ .one-column.member-centre .event-content .right .event-info p {
/* 3360 */     color: white;
/* 3361 */     line-height: 16px;
/* 3362 */ }
/* 3363 */ 
/* 3364 */ .one-column.member-centre .event-content .right .event-info ul {
/* 3365 */     margin: 0;
/* 3366 */     margin-top: 13px;
/* 3367 */     margin-bottom: 15px;
/* 3368 */ }
/* 3369 */ 
/* 3370 */ .one-column.member-centre .event-content .right .event-info ul li {
/* 3371 */     padding-left: 60px;
/* 3372 */     color: white;
/* 3373 */     line-height: 16px;
/* 3374 */ }
/* 3375 */ 
/* 3376 */ .one-column.member-centre .event-content .right .event-info ul li label {
/* 3377 */     position: absolute;
/* 3378 */     font-weight: bold;
/* 3379 */     margin-left: -60px;
/* 3380 */     text-transform: uppercase;
/* 3381 */ }
/* 3382 */ 
/* 3383 */ .one-column.member-centre .event-content .right .event-info a {
/* 3384 */     color: white;
/* 3385 */     text-decoration: underline;
/* 3386 */ }
/* 3387 */ 
/* 3388 */ .one-column.member-centre .event-content .right .event-info a:hover {
/* 3389 */     text-decoration: none;
/* 3390 */ }
/* 3391 */ 
/* 3392 */ .one-column.member-centre .event-content .right .event-info a h3 {
/* 3393 */     text-transform: uppercase;
/* 3394 */     margin-bottom: 15px;
/* 3395 */ }
/* 3396 */ 
/* 3397 */ .one-column.member-centre .event-content .right .event-info hr {
/* 3398 */     display: block;
/* 3399 */     clear: both;
/* 3400 */     height: 1px;

/* main-style.css */

/* 3401 */     border: 0;
/* 3402 */     border-top: 1px solid white;
/* 3403 */     margin: 0px;
/* 3404 */     margin-bottom: 15px;
/* 3405 */ }
/* 3406 */ 
/* 3407 */ .one-column.member-centre .event-content .right .button-row {
/* 3408 */     margin-top: 20px;
/* 3409 */ }
/* 3410 */ 
/* 3411 */ .one-column.member-centre .event-content .right ul.sponsor-list {
/* 3412 */     margin-top: 50px;
/* 3413 */ }
/* 3414 */ 
/* 3415 */ .one-column.member-centre .event-content .right ul.sponsor-list li {
/* 3416 */     margin-bottom: 20px;
/* 3417 */     text-align: center;
/* 3418 */ }
/* 3419 */ 
/* 3420 */ .one-column.member-centre .event-content .right ul.sponsor-list li label {
/* 3421 */     display: block;
/* 3422 */     clear: both;
/* 3423 */     font-size: 14px;
/* 3424 */     font-weight: bold;
/* 3425 */     text-align: center;
/* 3426 */     color: #444;
/* 3427 */ }
/* 3428 */ 
/* 3429 */ .one-column.member-centre .event-content .right ul.sponsor-list li a {
/* 3430 */     text-align: center;
/* 3431 */ }
/* 3432 */ 
/* 3433 */ .one-column.member-centre .event-content .right ul.sponsor-list li a img {
/* 3434 */     display: block;
/* 3435 */     clear: both;
/* 3436 */     max-height: 90px;
/* 3437 */     max-width: 190px;
/* 3438 */     margin: 10px auto;
/* 3439 */ }
/* 3440 */ 
/* 3441 */ .one-column .forgot-password ul.form-list > li {
/* 3442 */     padding-left: 150px;
/* 3443 */ }
/* 3444 */ 
/* 3445 */ .one-column .forgot-password ul.form-list > li label {
/* 3446 */     margin-left: -150px;
/* 3447 */ }
/* 3448 */ 
/* 3449 */ .one-column .forgot-password ul.form-list > li.or-row {
/* 3450 */     height: 12px;

/* main-style.css */

/* 3451 */ }
/* 3452 */ 
/* 3453 */ .one-column .forgot-password ul.form-list > li.or-row span {
/* 3454 */     float: right;
/* 3455 */     display: block;
/* 3456 */     font-weight: bold;
/* 3457 */     margin-right: 174px;
/* 3458 */ }
/* 3459 */ 
/* 3460 */ .one-column .forgot-password .button-right {
/* 3461 */     width: auto;
/* 3462 */     float: right;
/* 3463 */ }
/* 3464 */ 
/* 3465 */ .one-column .forgot-password .left a {
/* 3466 */     line-height: 22px;
/* 3467 */ }
/* 3468 */ 
/* 3469 */ .one-column .forgot-password .left a .checkbox {
/* 3470 */     margin-left: 15px;
/* 3471 */ }
/* 3472 */ 
/* 3473 */ .padding-top-8 {
/* 3474 */     padding-top: 8px;
/* 3475 */ }
/* 3476 */ 
/* 3477 */ .no-margin-bottom {
/* 3478 */     margin-bottom: 0px !important;
/* 3479 */ }
/* 3480 */ 
/* 3481 */ /** 2 Column Layout **/
/* 3482 */ .two-columns {
/* 3483 */     clear: both;
/* 3484 */ }
/* 3485 */ 
/* 3486 */ .two-columns .left-column {
/* 3487 */     width: 226px;
/* 3488 */     float: left;
/* 3489 */     margin-left: 15px;
/* 3490 */     margin-top: -15px;
/* 3491 */ }
/* 3492 */ 
/* 3493 */ .two-columns .left-column.search-options {
/* 3494 */     margin-top: 0px;
/* 3495 */ }
/* 3496 */ 
/* 3497 */ .two-columns .left-column.search-options h2 {
/* 3498 */     font-size: 15px;
/* 3499 */     text-transform: uppercase;
/* 3500 */     margin-bottom: 13px;

/* main-style.css */

/* 3501 */ }
/* 3502 */ 
/* 3503 */ .two-columns .left-column.search-options h3 {
/* 3504 */     color: #444;
/* 3505 */     font-size: 12px;
/* 3506 */     text-transform: uppercase;
/* 3507 */ }
/* 3508 */ 
/* 3509 */ .two-columns .left-column.search-options ul.refine-list {
/* 3510 */     margin: 0;
/* 3511 */     margin-left: 15px;
/* 3512 */ }
/* 3513 */ 
/* 3514 */ .two-columns .left-column.search-options ul.refine-list li {
/* 3515 */     padding: 5px 0px;
/* 3516 */ }
/* 3517 */ 
/* 3518 */ .two-columns .left-column.search-options ul.refine-list li .checkbox {
/* 3519 */     float: left;
/* 3520 */     margin-right: 13px;
/* 3521 */     width: 10px;
/* 3522 */     height: 10px;
/* 3523 */     background-image: url(../i/icon-checkbox3.png);
/* 3524 */     background-repeat: no-repeat;
/* 3525 */     display: block;
/* 3526 */     cursor: pointer;
/* 3527 */     margin-top: 1px;
/* 3528 */ }
/* 3529 */ 
/* 3530 */ .two-columns .left-column.search-options ul.refine-list li .checkbox.active {
/* 3531 */     background-position: 0px -11px;
/* 3532 */ }
/* 3533 */ 
/* 3534 */ .two-columns .left-column.search-options p {
/* 3535 */     margin-top: 20px;
/* 3536 */ }
/* 3537 */ 
/* 3538 */ .two-columns .left-column.search-options p .button-blue {
/* 3539 */     padding: 0px 65px;
/* 3540 */     line-height: 32px;
/* 3541 */ }
/* 3542 */ 
/* 3543 */ .two-columns .left-column .left-navigation > li {
/* 3544 */     border-bottom: 1px solid #e6e6e6;
/* 3545 */     margin: 0;
/* 3546 */ }
/* 3547 */ 
/* 3548 */ .two-columns .left-column .left-navigation > li a {
/* 3549 */     display: block;
/* 3550 */     padding: 16px 11px;

/* main-style.css */

/* 3551 */     padding-right: 14px;
/* 3552 */     text-transform: uppercase;
/* 3553 */     font-size: 12px;
/* 3554 */     line-height: 15px;
/* 3555 */     color: #444;
/* 3556 */     font-family: Verdana, Arial;
/* 3557 */ }
/* 3558 */ 
/* 3559 */ .two-columns .left-column .left-navigation > li a:hover {
/* 3560 */     text-decoration: none;
/* 3561 */     background-image: url(../i/arrow-right-blue2.png);
/* 3562 */     background-repeat: no-repeat;
/* 3563 */     background-position: 0px 19px;
/* 3564 */ }
/* 3565 */ 
/* 3566 */ .two-columns .left-column .left-navigation > li ul {
/* 3567 */     margin-left: 0px;
/* 3568 */     margin-bottom: 10px;
/* 3569 */ }
/* 3570 */ 
/* 3571 */ .two-columns .left-column .left-navigation > li ul li a {
/* 3572 */     font-size: 11px;
/* 3573 */     padding: 8px 11px;
/* 3574 */     padding-right: 19px;
/* 3575 */     padding-left: 26px;
/* 3576 */ }
/* 3577 */ 
/* 3578 */ .two-columns .left-column .left-navigation > li ul li a:hover {
/* 3579 */     background-position: 16px 11px;
/* 3580 */ }
/* 3581 */ 
/* 3582 */ .two-columns .left-column .left-navigation > li ul li.active a {
/* 3583 */     color: #00aeef;
/* 3584 */ }
/* 3585 */ 
/* 3586 */ .two-columns .right-column {
/* 3587 */     float: right;
/* 3588 */     margin-right: 15px;
/* 3589 */     width: 709px;
/* 3590 */ }
/* 3591 */ 
/* 3592 */ .two-columns .right-column .search-results {
/* 3593 */     color: #636363;
/* 3594 */ }
/* 3595 */ 
/* 3596 */ .two-columns .right-column .search-results .center-align {
/* 3597 */     width: 709px;
/* 3598 */     padding-left: 50%;
/* 3599 */ }
/* 3600 */ 

/* main-style.css */

/* 3601 */ .two-columns .right-column .search-results p {
/* 3602 */     font-size: 12px;
/* 3603 */ }
/* 3604 */ 
/* 3605 */ .two-columns .right-column .search-results .search-bar {
/* 3606 */     width: 466px;
/* 3607 */     margin-right: 15px;
/* 3608 */     padding-bottom: 10px;
/* 3609 */ }
/* 3610 */ 
/* 3611 */ .two-columns .right-column .search-results .search-bar input[type=text] {
/* 3612 */     width: 416px;
/* 3613 */     background-color: #eee;
/* 3614 */     border: none;
/* 3615 */     height: 28px;
/* 3616 */     padding-right: 40px;
/* 3617 */     padding-left: 10px;
/* 3618 */     -webkit-transition: all 0.2s ease-out;
/* 3619 */     -moz-transition: all 0.2s ease-out;
/* 3620 */     -o-transition: all 0.2s ease-out;
/* 3621 */     transition: all 0.2s ease-out;
/* 3622 */     line-height: 28px\9;
/* 3623 */ }
/* 3624 */ 
/* 3625 */ .two-columns .right-column .search-results .search-bar input[type=text]:focus {
/* 3626 */     background-color: #ddd;
/* 3627 */ }
/* 3628 */ 
/* 3629 */ .two-columns .right-column .search-results .search-bar a {
/* 3630 */     position: absolute;
/* 3631 */     right: 15px;
/* 3632 */     top: 6px;
/* 3633 */ }
/* 3634 */ 
/* 3635 */ .two-columns .right-column .search-results ul.results-list {
/* 3636 */     margin: 0;
/* 3637 */ }
/* 3638 */ 
/* 3639 */ .two-columns .right-column .search-results ul.results-list li {
/* 3640 */     list-style-type: none;
/* 3641 */     margin-bottom: 3px;
/* 3642 */     overflow: hidden;
/* 3643 */ }
/* 3644 */ 
/* 3645 */ .two-columns .right-column .search-results ul.results-list li a h3 {
/* 3646 */     font-size: 13px;
/* 3647 */     color: #00aeef;
/* 3648 */     padding: 0;
/* 3649 */     line-height: 13px;
/* 3650 */     margin-bottom: 0px;

/* main-style.css */

/* 3651 */ }
/* 3652 */ 
/* 3653 */ .two-columns .right-column .search-results ul.results-list li span {
/* 3654 */     font-style: italic;
/* 3655 */     font-size: 11px;
/* 3656 */     padding-bottom: 3px;
/* 3657 */     line-height: 16px;
/* 3658 */ }
/* 3659 */ 
/* 3660 */ .two-columns .right-column .search-results ul.results-list li span u {
/* 3661 */     text-decoration: none;
/* 3662 */     font-style: normal;
/* 3663 */ }
/* 3664 */ 
/* 3665 */ .two-columns .right-column .search-results ul.results-list li p {
/* 3666 */     font-size: 12px;
/* 3667 */ }
/* 3668 */ 
/* 3669 */ .two-columns-cart {
/* 3670 */     width: 980px;
/* 3671 */ }
/* 3672 */ 
/* 3673 */ .two-columns-cart h2 {
/* 3674 */     text-transform: uppercase;
/* 3675 */     margin-bottom: 20px;
/* 3676 */     margin-top: 5px;
/* 3677 */ }
/* 3678 */ 
/* 3679 */ .two-columns-cart h3 {
/* 3680 */     text-transform: uppercase;
/* 3681 */     color: #636363;
/* 3682 */     font-size: 16px;
/* 3683 */     font-weight: bold;
/* 3684 */     margin-bottom: 5px;
/* 3685 */ }
/* 3686 */ 
/* 3687 */ .two-columns-cart p {
/* 3688 */     line-height: 14px;
/* 3689 */     margin-bottom: 6px;
/* 3690 */ }
/* 3691 */ 
/* 3692 */ .two-columns-cart .left-column {
/* 3693 */     width: 467px;
/* 3694 */     margin-left: 15px;
/* 3695 */     float: left;
/* 3696 */ }
/* 3697 */ 
/* 3698 */ .two-columns-cart .left-column .shopping-list {
/* 3699 */     overflow: hidden;
/* 3700 */     clear: both;

/* main-style.css */

/* 3701 */     margin-top: 10px;
/* 3702 */     background-color: #f7f7f7;
/* 3703 */     padding: 18px 13px;
/* 3704 */     margin-bottom: 14px;
/* 3705 */     padding-bottom: 13px;
/* 3706 */ }
/* 3707 */ 
/* 3708 */ .two-columns-cart .left-column .shopping-list ul {
/* 3709 */     margin: 0px;
/* 3710 */ }
/* 3711 */ 
/* 3712 */ .two-columns-cart .left-column .shopping-list ul li {
/* 3713 */     list-style-type: none;
/* 3714 */     line-height: 15px;
/* 3715 */     padding: 8px 0px;
/* 3716 */     color: #444;
/* 3717 */     font-size: 13px;
/* 3718 */ }
/* 3719 */ 
/* 3720 */ .two-columns-cart .left-column .shopping-list ul li.heading-text {
/* 3721 */     font-weight: bold;
/* 3722 */     border-bottom: 1px solid #00aeef;
/* 3723 */     margin-bottom: 10px;
/* 3724 */ }
/* 3725 */ 
/* 3726 */ .two-columns-cart .left-column .shopping-list ul li span {
/* 3727 */     float: right;
/* 3728 */     margin-right: 15px;
/* 3729 */ }
/* 3730 */ 
/* 3731 */ .two-columns-cart .left-column .shopping-list ul li ul {
/* 3732 */     margin-left: 28px;
/* 3733 */     margin-right: 15px;
/* 3734 */     border-top: 1px solid #00aeef;
/* 3735 */     margin-top: 9px;
/* 3736 */ }
/* 3737 */ 
/* 3738 */ .two-columns-cart .left-column .shopping-list ul li ul li.heading-text {
/* 3739 */     font-weight: bold;
/* 3740 */     border-bottom: none;
/* 3741 */     padding-top: 17px;
/* 3742 */     margin-bottom: 0px;
/* 3743 */ }
/* 3744 */ 
/* 3745 */ .two-columns-cart .left-column .shopping-list ul li ul li.subtotal {
/* 3746 */     border-top: 1px solid #00aeef;
/* 3747 */     margin-top: 16px;
/* 3748 */     padding-left: 260px;
/* 3749 */     text-transform: uppercase;
/* 3750 */     font-weight: bold;

/* main-style.css */

/* 3751 */     padding-top: 17px;
/* 3752 */ }
/* 3753 */ 
/* 3754 */ .two-columns-cart .left-column .shopping-list ul li ul li span {
/* 3755 */     margin-right: 0px;
/* 3756 */ }
/* 3757 */ 
/* 3758 */ .two-columns-cart .left-column .shopping-list ul li.total {
/* 3759 */     border-top: 1px solid #00aeef;
/* 3760 */     color: #00aeef;
/* 3761 */     text-transform: uppercase;
/* 3762 */     font-weight: bold;
/* 3763 */     padding-left: 290px;
/* 3764 */     padding-top: 17px;
/* 3765 */ }
/* 3766 */ 
/* 3767 */ .two-columns-cart .left-column .shopping-list ul li.item-list i,
/* 3768 */ .two-columns-cart .left-column .shopping-list ul li.item i {
/* 3769 */     display: inline-block;
/* 3770 */     width: 18px;
/* 3771 */     height: 18px;
/* 3772 */     -webkit-border-top-right-radius: 9px;
/* 3773 */     -webkit-border-bottom-right-radius: 9px;
/* 3774 */     -webkit-border-bottom-left-radius: 9px;
/* 3775 */     -webkit-border-top-left-radius: 9px;
/* 3776 */     -moz-border-radius-topright: 9px;
/* 3777 */     -moz-border-radius-bottomright: 9px;
/* 3778 */     -moz-border-radius-bottomleft: 9px;
/* 3779 */     -moz-border-radius-topleft: 9px;
/* 3780 */     border-top-right-radius: 9px;
/* 3781 */     border-bottom-right-radius: 9px;
/* 3782 */     border-bottom-left-radius: 9px;
/* 3783 */     border-top-left-radius: 9px;
/* 3784 */     -moz-background-clip: padding-box;
/* 3785 */     -webkit-background-clip: padding-box;
/* 3786 */     background-clip: padding-box;
/* 3787 */     background-color: #00aeef;
/* 3788 */     color: white;
/* 3789 */     font-size: 15px;
/* 3790 */     float: left;
/* 3791 */     text-align: center;
/* 3792 */     line-height: 15px;
/* 3793 */     font-style: normal;
/* 3794 */     margin-right: 10px;
/* 3795 */     -webkit-transition: all 0.2s ease-out;
/* 3796 */     -moz-transition: all 0.2s ease-out;
/* 3797 */     -o-transition: all 0.2s ease-out;
/* 3798 */     transition: all 0.2s ease-out;
/* 3799 */     cursor: pointer;
/* 3800 */ }

/* main-style.css */

/* 3801 */ 
/* 3802 */ .two-columns-cart .left-column .shopping-list ul li.item-list i:hover,
/* 3803 */ .two-columns-cart .left-column .shopping-list ul li.item i:hover {
/* 3804 */     background-color: #0099cc;
/* 3805 */ }
/* 3806 */ 
/* 3807 */ .two-columns-cart .left-column .shopping-list ul li.item-list.promo,
/* 3808 */ .two-columns-cart .left-column .shopping-list ul li.item.promo {
/* 3809 */     color: #00aeef;
/* 3810 */     text-transform: uppercase;
/* 3811 */     font-weight: bold;
/* 3812 */ }
/* 3813 */ 
/* 3814 */ .two-columns-cart .right-column {
/* 3815 */     width: 467px;
/* 3816 */     margin-left: 15px;
/* 3817 */     float: left;
/* 3818 */ }
/* 3819 */ 
/* 3820 */ .two-columns-cart .right-column .confirm-details {
/* 3821 */     margin-bottom: 30px;
/* 3822 */     overflow: hidden;
/* 3823 */ }
/* 3824 */ 
/* 3825 */ .two-columns-cart .right-column .confirm-details.disabled .overlay {
/* 3826 */     display: block;
/* 3827 */ }
/* 3828 */ 
/* 3829 */ .two-columns-cart .right-column h2 {
/* 3830 */     margin-bottom: 10px;
/* 3831 */     clear: both;
/* 3832 */ }
/* 3833 */ 
/* 3834 */ .two-columns-cart .right-column h3 {
/* 3835 */     font-size: 13px;
/* 3836 */     margin-bottom: 8px;
/* 3837 */ }
/* 3838 */ 
/* 3839 */ .two-columns-cart .right-column .address-box,
/* 3840 */ .two-columns-cart .right-column .payment-box {
/* 3841 */     overflow: hidden;
/* 3842 */     clear: both;
/* 3843 */     margin-top: 10px;
/* 3844 */     background-color: #f7f7f7;
/* 3845 */     padding: 18px 18px;
/* 3846 */     margin-bottom: 14px;
/* 3847 */ }
/* 3848 */ 
/* 3849 */ .two-columns-cart .right-column .address-box .left,
/* 3850 */ .two-columns-cart .right-column .payment-box .left {

/* main-style.css */

/* 3851 */     width: 210px;
/* 3852 */     border-right: 1px solid #00aeef;
/* 3853 */ }
/* 3854 */ 
/* 3855 */ .two-columns-cart .right-column .address-box .right,
/* 3856 */ .two-columns-cart .right-column .payment-box .right {
/* 3857 */     width: 190px;
/* 3858 */ }
/* 3859 */ 
/* 3860 */ .two-columns-cart .right-column .address-box .styled-radioBtn,
/* 3861 */ .two-columns-cart .right-column .payment-box .styled-radioBtn {
/* 3862 */     float: left;
/* 3863 */     margin-right: 5px;
/* 3864 */     margin-top: -3px;
/* 3865 */     z-index: 2;
/* 3866 */ }
/* 3867 */ 
/* 3868 */ .two-columns-cart .right-column .address-form-bubble {
/* 3869 */     position: absolute;
/* 3870 */     display: none;
/* 3871 */     z-index: 102;
/* 3872 */ }
/* 3873 */ 
/* 3874 */ .two-columns-cart .right-column .address-form-bubble .arrow-up {
/* 3875 */     width: 0;
/* 3876 */     height: 0;
/* 3877 */     border-left: 10px solid transparent;
/* 3878 */     border-right: 10px solid transparent;
/* 3879 */     border-bottom: 10px solid #00aeef;
/* 3880 */     margin-top: 0px;
/* 3881 */     margin-left: 100px;
/* 3882 */     -webkit-transition: all 0.2s ease-out;
/* 3883 */     -moz-transition: all 0.2s ease-out;
/* 3884 */     -o-transition: all 0.2s ease-out;
/* 3885 */     transition: all 0.2s ease-out;
/* 3886 */ }
/* 3887 */ 
/* 3888 */ .two-columns-cart .right-column .address-form-bubble .arrow-up.right {
/* 3889 */     margin-left: 343px;
/* 3890 */     float: none;
/* 3891 */ }
/* 3892 */ 
/* 3893 */ .two-columns-cart .right-column .address-form-bubble.one-column {
/* 3894 */     margin: 0px;
/* 3895 */     margin-top: 229px;
/* 3896 */ }
/* 3897 */ 
/* 3898 */ .two-columns-cart .right-column .address-form-bubble .address-form {
/* 3899 */     background-color: #00aeef;
/* 3900 */     padding: 10px 25px;

/* main-style.css */

/* 3901 */     width: 417px;
/* 3902 */ }
/* 3903 */ 
/* 3904 */ .two-columns-cart .right-column .address-form-bubble .address-form ul.form-list > li {
/* 3905 */     padding-left: 140px;
/* 3906 */     width: auto;
/* 3907 */ }
/* 3908 */ 
/* 3909 */ .two-columns-cart .right-column .address-form-bubble .address-form ul.form-list > li label {
/* 3910 */     margin-left: -140px;
/* 3911 */     color: white;
/* 3912 */     width: 140px;
/* 3913 */     padding-left: 0px;
/* 3914 */ }
/* 3915 */ 
/* 3916 */ .two-columns-cart .right-column .address-form-bubble .address-form ul.form-list > li label span {
/* 3917 */     color: white;
/* 3918 */ }
/* 3919 */ 
/* 3920 */ .two-columns-cart .right-column .address-form-bubble .address-form .button-right {
/* 3921 */     width: auto;
/* 3922 */     padding-top: 15px;
/* 3923 */     padding-bottom: 15px;
/* 3924 */     padding-right: 3px;
/* 3925 */ }
/* 3926 */ 
/* 3927 */ .two-columns-cart .right-column .address-form-bubble .address-form .button-right input {
/* 3928 */     text-transform: uppercase;
/* 3929 */ }
/* 3930 */ 
/* 3931 */ .two-columns-cart .right-column p {
/* 3932 */     margin-bottom: 15px;
/* 3933 */ }
/* 3934 */ 
/* 3935 */ .two-columns-cart .right-column .payment {
/* 3936 */     overflow: hidden;
/* 3937 */ }
/* 3938 */ 
/* 3939 */ .two-columns-cart .right-column .payment .payment-box p {
/* 3940 */     line-height: 16px;
/* 3941 */ }
/* 3942 */ 
/* 3943 */ .two-columns-cart .right-column .payment.disabled .overlay {
/* 3944 */     display: block;
/* 3945 */ }
/* 3946 */ 
/* 3947 */ .two-columns-cart .right-column #terms {
/* 3948 */     line-height: 16px;
/* 3949 */     color: #444;
/* 3950 */ }

/* main-style.css */

/* 3951 */ 
/* 3952 */ .two-columns-cart .right-column .checkbox {
/* 3953 */     float: left;
/* 3954 */     margin-right: 5px;
/* 3955 */     width: 16px;
/* 3956 */     height: 16px;
/* 3957 */     background-image: url(../i/icon-checkbox2.png);
/* 3958 */     background-repeat: no-repeat;
/* 3959 */     display: block;
/* 3960 */     cursor: pointer;
/* 3961 */ }
/* 3962 */ 
/* 3963 */ .two-columns-cart .right-column .checkbox.active {
/* 3964 */     background-position: 0px -16px;
/* 3965 */ }
/* 3966 */ 
/* 3967 */ .two-columns-cart .right-column .overlay {
/* 3968 */     width: 100%;
/* 3969 */     height: 100%;
/* 3970 */     position: absolute;
/* 3971 */     background-color: white;
/* 3972 */     -moz-opacity: 0.8;
/* 3973 */     -khtml-opacity: 0.8;
/* 3974 */     -webkit-opacity: 0.8;
/* 3975 */     opacity: 0.8;
/* 3976 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
/* 3977 */     filter: alpha(opacity=80);
/* 3978 */     z-index: 33;
/* 3979 */     display: none;
/* 3980 */ }
/* 3981 */ 
/* 3982 */ .breadcrumbs li {
/* 3983 */     margin-right: 7px;
/* 3984 */ }
/* 3985 */ 
/* 3986 */ .breadcrumbs li.active a {
/* 3987 */     color: #00aeef;
/* 3988 */ }
/* 3989 */ 
/* 3990 */ .text-content h2,
/* 3991 */ .overview-panel h2 {
/* 3992 */     padding-top: 15px;
/* 3993 */     font-size: 23px;
/* 3994 */     text-transform: uppercase;
/* 3995 */ }
/* 3996 */ 
/* 3997 */ .text-content h2 a.button-gray,
/* 3998 */ .overview-panel h2 a.button-gray {
/* 3999 */     font-size: 14px;
/* 4000 */     line-height: 32px;

/* main-style.css */

/* 4001 */     padding: 0px 10px;
/* 4002 */     margin-top: -6px;
/* 4003 */ }
/* 4004 */ 
/* 4005 */ .text-content h3,
/* 4006 */ .overview-panel h3 {
/* 4007 */     color: #636363;
/* 4008 */     font-size: 16px;
/* 4009 */     text-transform: uppercase;
/* 4010 */     font-weight: bold;
/* 4011 */     line-height: 26px;
/* 4012 */     padding-top: 10px;
/* 4013 */ }
/* 4014 */ 
/* 4015 */ .text-content h4,
/* 4016 */ .overview-panel h4 {
/* 4017 */     color: #636363;
/* 4018 */     font-size: 14px;
/* 4019 */     text-transform: uppercase;
/* 4020 */     font-weight: bold;
/* 4021 */     margin-bottom: 0px;
/* 4022 */     padding-top: 3px;
/* 4023 */ }
/* 4024 */ 
/* 4025 */ .text-content h4 span.right,
/* 4026 */ .overview-panel h4 span.right {
/* 4027 */     font-size: 11px;
/* 4028 */     font-weight: normal;
/* 4029 */ }
/* 4030 */ 
/* 4031 */ .text-content p,
/* 4032 */ .overview-panel p {
/* 4033 */     font-size: 13px;
/* 4034 */     line-height: 17px;
/* 4035 */     margin-bottom: 17px;
/* 4036 */ }
/* 4037 */ 
/* 4038 */ .text-content ul,
/* 4039 */ .overview-panel ul {
/* 4040 */     margin-left: 40px;
/* 4041 */     margin-top: -10px;
/* 4042 */     margin-bottom: 17px;
/* 4043 */ }
/* 4044 */ 
/* 4045 */ .text-content ul li,
/* 4046 */ .overview-panel ul li {
/* 4047 */     list-style: disc;
/* 4048 */     line-height: 15px;
/* 4049 */ }
/* 4050 */ 

/* main-style.css */

/* 4051 */ .text-content a,
/* 4052 */ .overview-panel a {
/* 4053 */     color: #00aeef;
/* 4054 */     font-size: 13px;
/* 4055 */ }
/* 4056 */ 
/* 4057 */ .text-content ul.listing-tiles,
/* 4058 */ .overview-panel ul.listing-tiles {
/* 4059 */     margin: 0px;
/* 4060 */     margin-left: -15px;
/* 4061 */     width: 719px\9;
/* 4062 */ }
/* 4063 */ 
/* 4064 */ .text-content ul.listing-tiles > li,
/* 4065 */ .overview-panel ul.listing-tiles > li {
/* 4066 */     list-style-type: none;
/* 4067 */     float: left;
/* 4068 */     margin-bottom: 15px;
/* 4069 */     margin-left: 15px;
/* 4070 */     margin-left: 13px\9;
/* 4071 */     width: 226px;
/* 4072 */     height: 226px;
/* 4073 */     position: relative;
/* 4074 */     background-color: black;
/* 4075 */ }
/* 4076 */ 
/* 4077 */ .text-content ul.listing-tiles > li > a,
/* 4078 */ .overview-panel ul.listing-tiles > li > a {
/* 4079 */     line-height: 1px;
/* 4080 */     position: absolute;
/* 4081 */ }
/* 4082 */ 
/* 4083 */ .text-content ul.listing-tiles > li > a img,
/* 4084 */ .overview-panel ul.listing-tiles > li > a img {
/* 4085 */     width: 226px;
/* 4086 */     height: 226px;
/* 4087 */     -webkit-transition: all 0.2s ease-out;
/* 4088 */     -moz-transition: all 0.2s ease-out;
/* 4089 */     -o-transition: all 0.2s ease-out;
/* 4090 */     transition: all 0.2s ease-out;
/* 4091 */     -moz-opacity: 1;
/* 4092 */     -khtml-opacity: 1;
/* 4093 */     -webkit-opacity: 1;
/* 4094 */     opacity: 1;
/* 4095 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
/* 4096 */     filter: alpha(opacity=100);
/* 4097 */ }
/* 4098 */ 
/* 4099 */ .text-content ul.listing-tiles > li > a:hover img,
/* 4100 */ .overview-panel ul.listing-tiles > li > a:hover img {

/* main-style.css */

/* 4101 */     -moz-opacity: 0.8;
/* 4102 */     -khtml-opacity: 0.8;
/* 4103 */     -webkit-opacity: 0.8;
/* 4104 */     opacity: 0.8;
/* 4105 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
/* 4106 */     filter: alpha(opacity=80);
/* 4107 */ }
/* 4108 */ 
/* 4109 */ .text-content ul.listing-tiles > li .info,
/* 4110 */ .overview-panel ul.listing-tiles > li .info {
/* 4111 */     position: absolute;
/* 4112 */     z-index: 1;
/* 4113 */     width: 226px;
/* 4114 */     height: 50px;
/* 4115 */     bottom: 0;
/* 4116 */     cursor: pointer;
/* 4117 */     -webkit-transition: all 0.2s ease-out;
/* 4118 */     -moz-transition: all 0.2s ease-out;
/* 4119 */     -o-transition: all 0.2s ease-out;
/* 4120 */     transition: all 0.2s ease-out;
/* 4121 */ }
/* 4122 */ 
/* 4123 */ .text-content ul.listing-tiles > li .info .info-bg,
/* 4124 */ .overview-panel ul.listing-tiles > li .info .info-bg {
/* 4125 */     position: absolute;
/* 4126 */     width: 226px;
/* 4127 */     height: 50px;
/* 4128 */     background-color: black;
/* 4129 */     -moz-opacity: 0.7;
/* 4130 */     -khtml-opacity: 0.7;
/* 4131 */     -webkit-opacity: 0.7;
/* 4132 */     opacity: 0.7;
/* 4133 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
/* 4134 */     filter: alpha(opacity=70);
/* 4135 */     -webkit-transition: all 0.2s ease-out;
/* 4136 */     -moz-transition: all 0.2s ease-out;
/* 4137 */     -o-transition: all 0.2s ease-out;
/* 4138 */     transition: all 0.2s ease-out;
/* 4139 */ }
/* 4140 */ 
/* 4141 */ .text-content ul.listing-tiles > li .info h2,
/* 4142 */ .overview-panel ul.listing-tiles > li .info h2 {
/* 4143 */     font-size: 13px;
/* 4144 */     font-weight: bold;
/* 4145 */     text-transform: uppercase;
/* 4146 */     color: white;
/* 4147 */     margin-left: 10px;
/* 4148 */     margin-bottom: 0px;
/* 4149 */     -webkit-transition: all 0.2s ease-out;
/* 4150 */     -moz-transition: all 0.2s ease-out;

/* main-style.css */

/* 4151 */     -o-transition: all 0.2s ease-out;
/* 4152 */     transition: all 0.2s ease-out;
/* 4153 */     padding-top: 10px;
/* 4154 */     padding-left: 10px\9;
/* 4155 */     margin-left: 0px\9;
/* 4156 */ }
/* 4157 */ 
/* 4158 */ .text-content ul.listing-tiles > li .info p,
/* 4159 */ .overview-panel ul.listing-tiles > li .info p {
/* 4160 */     color: white;
/* 4161 */     padding-left: 10px;
/* 4162 */     text-transform: uppercase;
/* 4163 */     font-size: 11px;
/* 4164 */     margin-bottom: 0px;
/* 4165 */ }
/* 4166 */ 
/* 4167 */ .text-content ul.listing-tiles > li.color1 .info .info-bg,
/* 4168 */ .overview-panel ul.listing-tiles > li.color1 .info .info-bg {
/* 4169 */     background-color: #a5c8db;
/* 4170 */ }
/* 4171 */ 
/* 4172 */ .text-content ul.listing-tiles > li.color1 .tile-details,
/* 4173 */ .overview-panel ul.listing-tiles > li.color1 .tile-details {
/* 4174 */     background-color: #a5c8db;
/* 4175 */ }
/* 4176 */ 
/* 4177 */ .text-content ul.listing-tiles > li.color1 .tile-details .arrow-up,
/* 4178 */ .overview-panel ul.listing-tiles > li.color1 .tile-details .arrow-up {
/* 4179 */     border-bottom: 12px solid #a5c8db;
/* 4180 */ }
/* 4181 */ 
/* 4182 */ .text-content ul.listing-tiles > li.color2 .info .info-bg,
/* 4183 */ .overview-panel ul.listing-tiles > li.color2 .info .info-bg {
/* 4184 */     background-color: #6f616e;
/* 4185 */ }
/* 4186 */ 
/* 4187 */ .text-content ul.listing-tiles > li.color2 .tile-details,
/* 4188 */ .overview-panel ul.listing-tiles > li.color2 .tile-details {
/* 4189 */     background-color: #6f616e;
/* 4190 */ }
/* 4191 */ 
/* 4192 */ .text-content ul.listing-tiles > li.color2 .tile-details .arrow-up,
/* 4193 */ .overview-panel ul.listing-tiles > li.color2 .tile-details .arrow-up {
/* 4194 */     border-bottom: 12px solid #6f616e;
/* 4195 */ }
/* 4196 */ 
/* 4197 */ .text-content ul.listing-tiles > li.color3 .info .info-bg,
/* 4198 */ .overview-panel ul.listing-tiles > li.color3 .info .info-bg {
/* 4199 */     background-color: #e06f61;
/* 4200 */ }

/* main-style.css */

/* 4201 */ 
/* 4202 */ .text-content ul.listing-tiles > li.color3 .tile-details,
/* 4203 */ .overview-panel ul.listing-tiles > li.color3 .tile-details {
/* 4204 */     background-color: #e06f61;
/* 4205 */ }
/* 4206 */ 
/* 4207 */ .text-content ul.listing-tiles > li.color3 .tile-details .arrow-up,
/* 4208 */ .overview-panel ul.listing-tiles > li.color3 .tile-details .arrow-up {
/* 4209 */     border-bottom: 12px solid #e06f61;
/* 4210 */ }
/* 4211 */ 
/* 4212 */ .text-content ul.listing-tiles > li.color4 .info .info-bg,
/* 4213 */ .overview-panel ul.listing-tiles > li.color4 .info .info-bg {
/* 4214 */     background-color: #e66f7e;
/* 4215 */ }
/* 4216 */ 
/* 4217 */ .text-content ul.listing-tiles > li.color4 .tile-details,
/* 4218 */ .overview-panel ul.listing-tiles > li.color4 .tile-details {
/* 4219 */     background-color: #e66f7e;
/* 4220 */ }
/* 4221 */ 
/* 4222 */ .text-content ul.listing-tiles > li.color4 .tile-details .arrow-up,
/* 4223 */ .overview-panel ul.listing-tiles > li.color4 .tile-details .arrow-up {
/* 4224 */     border-bottom: 12px solid #e66f7e;
/* 4225 */ }
/* 4226 */ 
/* 4227 */ .text-content ul.listing-tiles > li.color5 .info .info-bg,
/* 4228 */ .overview-panel ul.listing-tiles > li.color5 .info .info-bg {
/* 4229 */     background-color: #ffc938;
/* 4230 */ }
/* 4231 */ 
/* 4232 */ .text-content ul.listing-tiles > li.color5 .tile-details,
/* 4233 */ .overview-panel ul.listing-tiles > li.color5 .tile-details {
/* 4234 */     background-color: #ffc938;
/* 4235 */ }
/* 4236 */ 
/* 4237 */ .text-content ul.listing-tiles > li.color5 .tile-details .arrow-up,
/* 4238 */ .overview-panel ul.listing-tiles > li.color5 .tile-details .arrow-up {
/* 4239 */     border-bottom: 12px solid #ffc938;
/* 4240 */ }
/* 4241 */ 
/* 4242 */ .text-content ul.listing-tiles > li.color6 .info .info-bg,
/* 4243 */ .overview-panel ul.listing-tiles > li.color6 .info .info-bg {
/* 4244 */     background-color: #192732;
/* 4245 */ }
/* 4246 */ 
/* 4247 */ .text-content ul.listing-tiles > li.color6 .tile-details,
/* 4248 */ .overview-panel ul.listing-tiles > li.color6 .tile-details {
/* 4249 */     background-color: #192732;
/* 4250 */ }

/* main-style.css */

/* 4251 */ 
/* 4252 */ .text-content ul.listing-tiles > li.color6 .tile-details .arrow-up,
/* 4253 */ .overview-panel ul.listing-tiles > li.color6 .tile-details .arrow-up {
/* 4254 */     border-bottom: 12px solid #192732;
/* 4255 */ }
/* 4256 */ 
/* 4257 */ .text-content ul.listing-tiles > li.color7 .info .info-bg,
/* 4258 */ .overview-panel ul.listing-tiles > li.color7 .info .info-bg {
/* 4259 */     background-color: #3d3c42;
/* 4260 */ }
/* 4261 */ 
/* 4262 */ .text-content ul.listing-tiles > li.color7 .tile-details,
/* 4263 */ .overview-panel ul.listing-tiles > li.color7 .tile-details {
/* 4264 */     background-color: #3d3c42;
/* 4265 */ }
/* 4266 */ 
/* 4267 */ .text-content ul.listing-tiles > li.color7 .tile-details .arrow-up,
/* 4268 */ .overview-panel ul.listing-tiles > li.color7 .tile-details .arrow-up {
/* 4269 */     border-bottom: 12px solid #3d3c42;
/* 4270 */ }
/* 4271 */ 
/* 4272 */ .text-content ul.listing-tiles > li .tile-details,
/* 4273 */ .overview-panel ul.listing-tiles > li .tile-details {
/* 4274 */     width: 709px;
/* 4275 */     position: absolute;
/* 4276 */     background-color: #00aeef;
/* 4277 */     margin-top: 241px;
/* 4278 */     display: none;
/* 4279 */ }
/* 4280 */ 
/* 4281 */ .text-content ul.listing-tiles > li .tile-details .arrow-up,
/* 4282 */ .overview-panel ul.listing-tiles > li .tile-details .arrow-up {
/* 4283 */     width: 0;
/* 4284 */     height: 0;
/* 4285 */     border-left: 12px solid transparent;
/* 4286 */     border-right: 12px solid transparent;
/* 4287 */     border-bottom: 12px solid #00aeef;
/* 4288 */     margin-top: -12px;
/* 4289 */     margin-left: 103px;
/* 4290 */ }
/* 4291 */ 
/* 4292 */ .text-content ul.listing-tiles > li .tile-details.second,
/* 4293 */ .overview-panel ul.listing-tiles > li .tile-details.second {
/* 4294 */     margin-left: -241px;
/* 4295 */ }
/* 4296 */ 
/* 4297 */ .text-content ul.listing-tiles > li .tile-details.second .arrow-up,
/* 4298 */ .overview-panel ul.listing-tiles > li .tile-details.second .arrow-up {
/* 4299 */     margin-left: 344px;
/* 4300 */ }

/* main-style.css */

/* 4301 */ 
/* 4302 */ .text-content ul.listing-tiles > li .tile-details.third,
/* 4303 */ .overview-panel ul.listing-tiles > li .tile-details.third {
/* 4304 */     margin-left: -482px;
/* 4305 */ }
/* 4306 */ 
/* 4307 */ .text-content ul.listing-tiles > li .tile-details.third .arrow-up,
/* 4308 */ .overview-panel ul.listing-tiles > li .tile-details.third .arrow-up {
/* 4309 */     margin-left: 585px;
/* 4310 */ }
/* 4311 */ 
/* 4312 */ .text-content ul.listing-tiles > li .tile-details .left,
/* 4313 */ .overview-panel ul.listing-tiles > li .tile-details .left {
/* 4314 */     width: 200px;
/* 4315 */     margin-left: 20px;
/* 4316 */     padding: 19px 0px;
/* 4317 */ }
/* 4318 */ 
/* 4319 */ .text-content ul.listing-tiles > li .tile-details .left h2,
/* 4320 */ .overview-panel ul.listing-tiles > li .tile-details .left h2 {
/* 4321 */     color: white;
/* 4322 */     font-size: 26px;
/* 4323 */     text-transform: uppercase;
/* 4324 */     font-weight: bold;
/* 4325 */     padding-top: 0px;
/* 4326 */     line-height: 32px;
/* 4327 */     margin-bottom: 5px;
/* 4328 */ }
/* 4329 */ 
/* 4330 */ .text-content ul.listing-tiles > li .tile-details .left p,
/* 4331 */ .overview-panel ul.listing-tiles > li .tile-details .left p {
/* 4332 */     color: white;
/* 4333 */     font-size: 13px;
/* 4334 */ }
/* 4335 */ 
/* 4336 */ .text-content ul.listing-tiles > li .tile-details .right,
/* 4337 */ .overview-panel ul.listing-tiles > li .tile-details .right {
/* 4338 */     width: 460px;
/* 4339 */     padding: 20px 0px;
/* 4340 */     padding-bottom: 10px;
/* 4341 */     margin-right: 15px;
/* 4342 */ }
/* 4343 */ 
/* 4344 */ .text-content ul.listing-tiles > li .tile-details .right p,
/* 4345 */ .overview-panel ul.listing-tiles > li .tile-details .right p {
/* 4346 */     color: white;
/* 4347 */     font-size: 13px;
/* 4348 */     line-height: 15px;
/* 4349 */ }
/* 4350 */ 

/* main-style.css */

/* 4351 */ .text-content ul.listing-tiles > li .tile-details .right p a,
/* 4352 */ .overview-panel ul.listing-tiles > li .tile-details .right p a {
/* 4353 */     color: white;
/* 4354 */     text-decoration: underline;
/* 4355 */ }
/* 4356 */ 
/* 4357 */ .text-content ul.listing-tiles > li .tile-details .right p a:hover,
/* 4358 */ .overview-panel ul.listing-tiles > li .tile-details .right p a:hover {
/* 4359 */     text-decoration: none;
/* 4360 */ }
/* 4361 */ 
/* 4362 */ .text-content ul.listing-tiles > li .tile-details .right ul.link-list,
/* 4363 */ .overview-panel ul.listing-tiles > li .tile-details .right ul.link-list {
/* 4364 */     margin: 0px;
/* 4365 */     padding-top: 5px;
/* 4366 */ }
/* 4367 */ 
/* 4368 */ .text-content ul.listing-tiles > li .tile-details .right ul.link-list li,
/* 4369 */ .overview-panel ul.listing-tiles > li .tile-details .right ul.link-list li {
/* 4370 */     list-style-type: none;
/* 4371 */     margin-bottom: 15px;
/* 4372 */ }
/* 4373 */ 
/* 4374 */ .text-content ul.listing-tiles > li .tile-details .right ul.link-list li a,
/* 4375 */ .overview-panel ul.listing-tiles > li .tile-details .right ul.link-list li a {
/* 4376 */     color: white;
/* 4377 */     font-weight: bold;
/* 4378 */     text-transform: uppercase;
/* 4379 */ }
/* 4380 */ 
/* 4381 */ .text-content ul.listing-tiles > li:hover .info,
/* 4382 */ .overview-panel ul.listing-tiles > li:hover .info {
/* 4383 */     height: 80px;
/* 4384 */ }
/* 4385 */ 
/* 4386 */ .text-content ul.listing-tiles > li:hover .info .info-bg,
/* 4387 */ .overview-panel ul.listing-tiles > li:hover .info .info-bg {
/* 4388 */     height: 80px;
/* 4389 */ }
/* 4390 */ 
/* 4391 */ .text-content ul.listing-tiles > li:hover .info h2,
/* 4392 */ .overview-panel ul.listing-tiles > li:hover .info h2 {
/* 4393 */     padding-top: 20px;
/* 4394 */ }
/* 4395 */ 
/* 4396 */ .text-content ul.listing-tiles > li:hover > a img,
/* 4397 */ .overview-panel ul.listing-tiles > li:hover > a img {
/* 4398 */     -moz-opacity: 0.8;
/* 4399 */     -khtml-opacity: 0.8;
/* 4400 */     -webkit-opacity: 0.8;

/* main-style.css */

/* 4401 */     opacity: 0.8;
/* 4402 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
/* 4403 */     filter: alpha(opacity=80);
/* 4404 */ }
/* 4405 */ 
/* 4406 */ .text-content .table,
/* 4407 */ .overview-panel .table {
/* 4408 */     border: 1px solid #e5e5e5;
/* 4409 */ }
/* 4410 */ 
/* 4411 */ .text-content .table h3,
/* 4412 */ .overview-panel .table h3 {
/* 4413 */     font-size: 15px;
/* 4414 */     color: white;
/* 4415 */     display: block;
/* 4416 */     background-color: #00aeef;
/* 4417 */     text-align: center;
/* 4418 */     padding-top: 0px;
/* 4419 */     line-height: 38px;
/* 4420 */     margin-bottom: 0px;
/* 4421 */ }
/* 4422 */ 
/* 4423 */ .text-content .table h4,
/* 4424 */ .overview-panel .table h4 {
/* 4425 */     color: #636363;
/* 4426 */     display: block;
/* 4427 */     text-align: center;
/* 4428 */     background-color: #e5e5e5;
/* 4429 */     font-size: 15px;
/* 4430 */     line-height: 38px;
/* 4431 */ }
/* 4432 */ 
/* 4433 */ .text-content .table ul,
/* 4434 */ .overview-panel .table ul {
/* 4435 */     margin: 15px;
/* 4436 */     overflow: hidden;
/* 4437 */ }
/* 4438 */ 
/* 4439 */ .text-content .table ul li,
/* 4440 */ .overview-panel .table ul li {
/* 4441 */     list-style-type: none;
/* 4442 */     color: #636363;
/* 4443 */     display: inline;
/* 4444 */     float: left;
/* 4445 */     width: 33%;
/* 4446 */     line-height: 18px;
/* 4447 */     font-size: 14px;
/* 4448 */ }
/* 4449 */ 
/* 4450 */ .text-content .table ul li b,

/* main-style.css */

/* 4451 */ .overview-panel .table ul li b {
/* 4452 */     display: block;
/* 4453 */     clear: both;
/* 4454 */     text-transform: uppercase;
/* 4455 */ }
/* 4456 */ 
/* 4457 */ .text-content ul.accordion-list,
/* 4458 */ .overview-panel ul.accordion-list {
/* 4459 */     margin: 0px;
/* 4460 */     border-top: 1px solid #ccc;
/* 4461 */     margin-top: 15px;
/* 4462 */ }
/* 4463 */ 
/* 4464 */ .text-content ul.accordion-list > li,
/* 4465 */ .overview-panel ul.accordion-list > li {
/* 4466 */     list-style-type: none;
/* 4467 */     border-bottom: 1px solid #ccc;
/* 4468 */     padding: 12px 0px;
/* 4469 */ }
/* 4470 */ 
/* 4471 */ .text-content ul.accordion-list > li > a,
/* 4472 */ .overview-panel ul.accordion-list > li > a {
/* 4473 */     font-weight: bold;
/* 4474 */     font-size: 14px;
/* 4475 */ }
/* 4476 */ 
/* 4477 */ .text-content ul.accordion-list > li span.plus,
/* 4478 */ .overview-panel ul.accordion-list > li span.plus {
/* 4479 */     float: right;
/* 4480 */     width: 18px;
/* 4481 */     height: 18px;
/* 4482 */     background-image: url(../i/icon-plus.jpg);
/* 4483 */     background-repeat: no-repeat;
/* 4484 */     background-position: -1px -22px;
/* 4485 */     margin-right: 5px;
/* 4486 */     cursor: pointer;
/* 4487 */ }
/* 4488 */ 
/* 4489 */ .text-content ul.accordion-list > li span.plus.minus,
/* 4490 */ .overview-panel ul.accordion-list > li span.plus.minus {
/* 4491 */     background-position: -1px -1px;
/* 4492 */ }
/* 4493 */ 
/* 4494 */ .text-content ul.accordion-list > li .module-details,
/* 4495 */ .overview-panel ul.accordion-list > li .module-details {
/* 4496 */     background-color: #c76857;
/* 4497 */     margin-top: 20px;
/* 4498 */     padding: 20px;
/* 4499 */     color: white;
/* 4500 */     margin-bottom: 30px;

/* main-style.css */

/* 4501 */     display: none;
/* 4502 */ }
/* 4503 */ 
/* 4504 */ .text-content ul.accordion-list > li .module-details h4,
/* 4505 */ .overview-panel ul.accordion-list > li .module-details h4 {
/* 4506 */     color: white;
/* 4507 */ }
/* 4508 */ 
/* 4509 */ .text-content ul.accordion-list > li .module-details .arrow-up,
/* 4510 */ .overview-panel ul.accordion-list > li .module-details .arrow-up {
/* 4511 */     width: 0;
/* 4512 */     height: 0;
/* 4513 */     border-left: 10px solid transparent;
/* 4514 */     border-right: 10px solid transparent;
/* 4515 */     border-bottom: 10px solid #c76857;
/* 4516 */     margin-top: -29px;
/* 4517 */     margin-left: 75px;
/* 4518 */     position: absolute;
/* 4519 */ }
/* 4520 */ 
/* 4521 */ .text-content ul.accordion-list > li .module-details .button-white,
/* 4522 */ .overview-panel ul.accordion-list > li .module-details .button-white {
/* 4523 */     line-height: 36px;
/* 4524 */     font-size: 14px;
/* 4525 */     color: #636363 !important;
/* 4526 */ }
/* 4527 */ 
/* 4528 */ /** 3 Column Layout **/
/* 4529 */ .three-columns {
/* 4530 */     clear: both;
/* 4531 */ }
/* 4532 */ 
/* 4533 */ .three-columns .left-column {
/* 4534 */     width: 33%;
/* 4535 */     float: left;
/* 4536 */ }
/* 4537 */ 
/* 4538 */ .three-columns .mid-column {
/* 4539 */     width: 34%;
/* 4540 */     float: left;
/* 4541 */ }
/* 4542 */ 
/* 4543 */ .three-columns .right-column {
/* 4544 */     width: 33%;
/* 4545 */     float: right;
/* 4546 */ }
/* 4547 */ 
/* 4548 */ /* --------------------------------------
/* 4549 *|       Content Styles
/* 4550 *| -------------------------------------- */

/* main-style.css */

/* 4551 */ .content blockquote {
/* 4552 */     background: #fff;
/* 4553 */     border: 1px solid #ccc;
/* 4554 */ }
/* 4555 */ 
/* 4556 */ .content .code {
/* 4557 */     border: 1px solid #ccc;
/* 4558 */     background-color: #fff;
/* 4559 */     padding: 10px;
/* 4560 */     font-size: 14px;
/* 4561 */ }
/* 4562 */ 
/* 4563 */ .content .code pre {
/* 4564 */     padding: 0;
/* 4565 */     margin: 0;
/* 4566 */     text-align: left;
/* 4567 */ }
/* 4568 */ 
/* 4569 */ /* --------------------------------------
/* 4570 *|       Main Navigation
/* 4571 *| -------------------------------------- */
/* 4572 */ .main-navigation {
/* 4573 */     height: 80px;
/* 4574 */     background-color: #fff;
/* 4575 */     z-index: 100;
/* 4576 */     /** Menu level 1 **/
/* 4577 */ }
/* 4578 */ 
/* 4579 */ .main-navigation .logo {
/* 4580 */     float: left;
/* 4581 */     margin-top: 14px;
/* 4582 */     margin-left: 19px;
/* 4583 */ }
/* 4584 */ 
/* 4585 */ .main-navigation > ul {
/* 4586 */     /** First level un-ordered list **/
/* 4587 */     padding: 0;
/* 4588 */     margin: 0 0 0 20px;
/* 4589 */     float: left;
/* 4590 */ }
/* 4591 */ 
/* 4592 */ .main-navigation > ul.editingMode li > a span {
/* 4593 */     display: block;
/* 4594 */     position: relative;
/* 4595 */     left: 0;
/* 4596 */     width: auto;
/* 4597 */     height: auto;
/* 4598 */     bottom: 0;
/* 4599 */     z-index: 100;
/* 4600 */ }

/* main-style.css */

/* 4601 */ 
/* 4602 */ .main-navigation > ul.editingMode li:hover > a span i {
/* 4603 */     display: none;
/* 4604 */ }
/* 4605 */ 
/* 4606 */ .main-navigation > ul > li {
/* 4607 */     /** First level un-ordered list items **/
/* 4608 */     float: left;
/* 4609 */     list-style-type: none;
/* 4610 */     /* mega sub menu */
/* 4611 */ }
/* 4612 */ 
/* 4613 */ .main-navigation > ul > li > a,
/* 4614 */ .main-navigation > ul > li > a:visited {
/* 4615 */     /** First level anchor static-state **/
/* 4616 */     text-decoration: none;
/* 4617 */     padding: 0px 16px;
/* 4618 */     color: #636363;
/* 4619 */     display: block;
/* 4620 */     line-height: 80px;
/* 4621 */     text-transform: uppercase;
/* 4622 */     font-weight: bold;
/* 4623 */     position: relative;
/* 4624 */ }
/* 4625 */ 
/* 4626 */ .main-navigation > ul > li > a span,
/* 4627 */ .main-navigation > ul > li > a:visited span {
/* 4628 */     display: none;
/* 4629 */ }
/* 4630 */ 
/* 4631 */ .main-navigation > ul > li > a:hover {
/* 4632 */     background-color: #eeeeee;
/* 4633 */ }
/* 4634 */ 
/* 4635 */ .main-navigation > ul > li > a:before {
/* 4636 */     display: none;
/* 4637 */     position: absolute;
/* 4638 */     left: 0px;
/* 4639 */     width: 70px;
/* 4640 */     margin-left: -68px;
/* 4641 */     bottom: 0;
/* 4642 */     height: 30px;
/* 4643 */     content: ' ';
/* 4644 */     z-index: 101;
/* 4645 */ }
/* 4646 */ 
/* 4647 */ .main-navigation > ul > li > a:after {
/* 4648 */     display: none;
/* 4649 */     position: absolute;
/* 4650 */     right: 0px;

/* main-style.css */

/* 4651 */     width: 70px;
/* 4652 */     margin-right: -68px;
/* 4653 */     bottom: 0;
/* 4654 */     height: 30px;
/* 4655 */     content: ' ';
/* 4656 */     z-index: 101;
/* 4657 */ }
/* 4658 */ 
/* 4659 */ .main-navigation > ul > li > a span {
/* 4660 */     display: block;
/* 4661 */     position: absolute;
/* 4662 */     left: 7%;
/* 4663 */     width: 86%;
/* 4664 */     height: 4px;
/* 4665 */     bottom: 20px;
/* 4666 */     z-index: 100;
/* 4667 */ }
/* 4668 */ 
/* 4669 */ .main-navigation > ul > li > a span i {
/* 4670 */     width: 0;
/* 4671 */     height: 0;
/* 4672 */     border-left: 10px solid transparent;
/* 4673 */     border-right: 10px solid transparent;
/* 4674 */     border-bottom: 10px solid #00aeef;
/* 4675 */     position: absolute;
/* 4676 */     z-index: 2;
/* 4677 */     margin-top: 14px;
/* 4678 */     left: 50%;
/* 4679 */     margin-left: -10px;
/* 4680 */     display: none;
/* 4681 */ }
/* 4682 */ 
/* 4683 */ .main-navigation > ul > li.active > a span {
/* 4684 */     background-color: #00aeef;
/* 4685 */ }
/* 4686 */ 
/* 4687 */ .main-navigation > ul > li .mega-menu {
/* 4688 */     width: 950px;
/* 4689 */     background-color: #00aeef;
/* 4690 */     overflow: hidden;
/* 4691 */     position: absolute;
/* 4692 */     left: 0;
/* 4693 */     margin-left: -148px;
/* 4694 */     padding: 15px;
/* 4695 */     display: none;
/* 4696 */ }
/* 4697 */ 
/* 4698 */ .main-navigation > ul > li .mega-menu ul.column-list {
/* 4699 */     margin: 0;
/* 4700 */ }

/* main-style.css */

/* 4701 */ 
/* 4702 */ .main-navigation > ul > li .mega-menu ul.column-list > li {
/* 4703 */     margin: 0;
/* 4704 */     padding: 0;
/* 4705 */     list-style-type: none;
/* 4706 */     float: left;
/* 4707 */     margin-right: 20px;
/* 4708 */     width: 159px;
/* 4709 */ }
/* 4710 */ 
/* 4711 */ .main-navigation > ul > li .mega-menu ul.column-list > li:last-child {
/* 4712 */     margin-right: 0px;
/* 4713 */ }
/* 4714 */ 
/* 4715 */ .main-navigation > ul > li .mega-menu ul.column-list > li a {
/* 4716 */     color: white;
/* 4717 */ }
/* 4718 */ 
/* 4719 */ .main-navigation > ul > li .mega-menu ul.column-list > li h2 {
/* 4720 */     margin-bottom: 10px;
/* 4721 */ }
/* 4722 */ 
/* 4723 */ .main-navigation > ul > li .mega-menu ul.column-list > li h2 a {
/* 4724 */     font-size: 12px;
/* 4725 */     font-weight: bold;
/* 4726 */     text-decoration: none;
/* 4727 */     text-transform: uppercase;
/* 4728 */     padding: 2px 3px;
/* 4729 */     display: block;
/* 4730 */     -webkit-transition: all 0.2s ease-out;
/* 4731 */     -moz-transition: all 0.2s ease-out;
/* 4732 */     -o-transition: all 0.2s ease-out;
/* 4733 */     transition: all 0.2s ease-out;
/* 4734 */     line-height: 16px;
/* 4735 */ }
/* 4736 */ 
/* 4737 */ .main-navigation > ul > li .mega-menu ul.column-list > li h2 a:hover {
/* 4738 */     background-color: #0099cc;
/* 4739 */ }
/* 4740 */ 
/* 4741 */ .main-navigation > ul > li .mega-menu ul.column-list > li ul {
/* 4742 */     margin: 0;
/* 4743 */ }
/* 4744 */ 
/* 4745 */ .main-navigation > ul > li .mega-menu ul.column-list > li ul li {
/* 4746 */     list-style-type: none;
/* 4747 */ }
/* 4748 */ 
/* 4749 */ .main-navigation > ul > li .mega-menu ul.column-list > li ul li a {
/* 4750 */     text-decoration: none;

/* main-style.css */

/* 4751 */     padding: 4px 3px;
/* 4752 */     display: block;
/* 4753 */     line-height: 14px;
/* 4754 */     margin-bottom: 3px;
/* 4755 */     font-size: 13px;
/* 4756 */ }
/* 4757 */ 
/* 4758 */ .main-navigation > ul > li .mega-menu ul.column-list > li ul li a:hover {
/* 4759 */     background-color: #0099cc;
/* 4760 */ }
/* 4761 */ 
/* 4762 */ .main-navigation > ul > li .mega-menu ul.column-list > li.featured-column {
/* 4763 */     width: 215px;
/* 4764 */     padding-left: 14px;
/* 4765 */     padding-top: 3px;
/* 4766 */     padding-bottom: 3px;
/* 4767 */     border-left: 1px solid #fff;
/* 4768 */     margin-right: 0px;
/* 4769 */     float: right;
/* 4770 */ }
/* 4771 */ 
/* 4772 */ .main-navigation > ul > li .mega-menu ul.column-list > li.featured-column a {
/* 4773 */     color: #00aeef;
/* 4774 */ }
/* 4775 */ 
/* 4776 */ .main-navigation > ul > li .mega-menu ul.column-list > li.featured-column a img {
/* 4777 */     -webkit-transition: all 0.2s ease-out;
/* 4778 */     -moz-transition: all 0.2s ease-out;
/* 4779 */     -o-transition: all 0.2s ease-out;
/* 4780 */     transition: all 0.2s ease-out;
/* 4781 */ }
/* 4782 */ 
/* 4783 */ .main-navigation > ul > li .mega-menu ul.column-list > li.featured-column a img:hover {
/* 4784 */     -moz-opacity: 0.8;
/* 4785 */     -khtml-opacity: 0.8;
/* 4786 */     -webkit-opacity: 0.8;
/* 4787 */     opacity: 0.8;
/* 4788 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
/* 4789 */     filter: alpha(opacity=80);
/* 4790 */ }
/* 4791 */ 
/* 4792 */ .main-navigation > ul > li:hover a:before {
/* 4793 */     display: block;
/* 4794 */ }
/* 4795 */ 
/* 4796 */ .main-navigation > ul > li:hover a:after {
/* 4797 */     display: block;
/* 4798 */ }
/* 4799 */ 
/* 4800 */ .main-navigation > ul > li:hover a span i {

/* main-style.css */

/* 4801 */     display: block;
/* 4802 */ }
/* 4803 */ 
/* 4804 */ .main-navigation > ul > li:hover .mega-menu {
/* 4805 */     display: block;
/* 4806 */ }
/* 4807 */ 
/* 4808 */ .main-navigation .search-bar {
/* 4809 */     float: right;
/* 4810 */     padding-top: 25px;
/* 4811 */     margin-right: 15px;
/* 4812 */ }
/* 4813 */ 
/* 4814 */ .main-navigation .search-bar input[type=text] {
/* 4815 */     width: 120px;
/* 4816 */     background-color: #eee;
/* 4817 */     border: none;
/* 4818 */     height: 28px;
/* 4819 */     padding-right: 30px;
/* 4820 */     padding-left: 10px;
/* 4821 */     -webkit-transition: all 0.2s ease-out;
/* 4822 */     -moz-transition: all 0.2s ease-out;
/* 4823 */     -o-transition: all 0.2s ease-out;
/* 4824 */     transition: all 0.2s ease-out;
/* 4825 */     line-height: 28px\9;
/* 4826 */ }
/* 4827 */ 
/* 4828 */ .main-navigation .search-bar input[type=text]:focus {
/* 4829 */     background-color: #ddd;
/* 4830 */     width: 140px;
/* 4831 */ }
/* 4832 */ 
/* 4833 */ .main-navigation .search-bar a {
/* 4834 */     position: absolute;
/* 4835 */     right: 5px;
/* 4836 */     top: 30px;
/* 4837 */ }
/* 4838 */ 
/* 4839 */ /* --------------------------------------
/* 4840 *|       Footer Section
/* 4841 *| -------------------------------------- */
/* 4842 */ .footer {
/* 4843 */     height: 47px;
/* 4844 */     background-color: #484848;
/* 4845 */ }
/* 4846 */ 
/* 4847 */ .footer .center .hmenu {
/* 4848 */     margin-left: 15px;
/* 4849 */     float: left;
/* 4850 */ }

/* main-style.css */

/* 4851 */ 
/* 4852 */ .footer .center .hmenu li {
/* 4853 */     padding-right: 9px;
/* 4854 */     margin-right: 9px;
/* 4855 */     border-right: 1px solid #c5c5c5;
/* 4856 */     height: 13px;
/* 4857 */     margin-top: 17px;
/* 4858 */ }
/* 4859 */ 
/* 4860 */ .footer .center .hmenu li:last-child {
/* 4861 */     border-right: none;
/* 4862 */ }
/* 4863 */ 
/* 4864 */ .footer .center .hmenu li.last-column {
/* 4865 */     border-right: none\9;
/* 4866 */ }
/* 4867 */ 
/* 4868 */ .footer .center .hmenu li a {
/* 4869 */     color: #c5c5c5;
/* 4870 */     text-decoration: none;
/* 4871 */     text-transform: uppercase;
/* 4872 */     font-size: 11px;
/* 4873 */ }
/* 4874 */ 
/* 4875 */ .footer .center .hmenu li a:hover {
/* 4876 */     color: white;
/* 4877 */ }
/* 4878 */ 
/* 4879 */ .footer .center .social-links {
/* 4880 */     margin: 0;
/* 4881 */     display: inline;
/* 4882 */     float: right;
/* 4883 */     margin-right: 15px;
/* 4884 */     margin-top: 7px;
/* 4885 */ }
/* 4886 */ 
/* 4887 */ .footer .center .social-links li {
/* 4888 */     list-style-type: none;
/* 4889 */     float: left;
/* 4890 */ }
/* 4891 */ 
/* 4892 */ .footer .center .social-links li a img {
/* 4893 */     display: block;
/* 4894 */ }
/* 4895 */ 
/* 4896 */ .footer .center .social-links li a:hover img {
/* 4897 */     -moz-opacity: 0.8;
/* 4898 */     -khtml-opacity: 0.8;
/* 4899 */     -webkit-opacity: 0.8;
/* 4900 */     opacity: 0.8;

/* main-style.css */

/* 4901 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
/* 4902 */     filter: alpha(opacity=80);
/* 4903 */ }
/* 4904 */ 
/* 4905 */ .footer-sitemap {
/* 4906 */     background-color: #666666;
/* 4907 */     overflow: hidden;
/* 4908 */     -webkit-font-smoothing: antialiased;
/* 4909 */ }
/* 4910 */ 
/* 4911 */ .footer-sitemap .center {
/* 4912 */     overflow: hidden;
/* 4913 */ }
/* 4914 */ 
/* 4915 */ .footer-sitemap .center .left {
/* 4916 */     padding-bottom: 30px;
/* 4917 */     overflow: hidden;
/* 4918 */     border-right: 2px solid #aeaeae;
/* 4919 */     width: 813px;
/* 4920 */ }
/* 4921 */ 
/* 4922 */ .footer-sitemap .center div > ul {
/* 4923 */     margin-top: 26px;
/* 4924 */     margin-left: 15px;
/* 4925 */     float: left;
/* 4926 */ }
/* 4927 */ 
/* 4928 */ .footer-sitemap .center div > ul > li {
/* 4929 */     list-style-type: none;
/* 4930 */     float: left;
/* 4931 */     margin-right: 15px;
/* 4932 */     width: 143px;
/* 4933 */     line-height: 15px;
/* 4934 */ }
/* 4935 */ 
/* 4936 */ .footer-sitemap .center div > ul > li h2 {
/* 4937 */     color: #69c2e4;
/* 4938 */     text-transform: uppercase;
/* 4939 */     font-size: 13px;
/* 4940 */     margin-bottom: 10px;
/* 4941 */ }
/* 4942 */ 
/* 4943 */ .footer-sitemap .center div > ul > li h2 a {
/* 4944 */     color: #69c2e4;
/* 4945 */ }
/* 4946 */ 
/* 4947 */ .footer-sitemap .center div > ul > li ul {
/* 4948 */     margin: 0;
/* 4949 */ }
/* 4950 */ 

/* main-style.css */

/* 4951 */ .footer-sitemap .center div > ul > li ul li {
/* 4952 */     list-style-type: none;
/* 4953 */     margin: 7px 0px;
/* 4954 */ }
/* 4955 */ 
/* 4956 */ .footer-sitemap .center div > ul > li ul li a {
/* 4957 */     color: white;
/* 4958 */     text-decoration: none;
/* 4959 */     font-size: 12px;
/* 4960 */ }
/* 4961 */ 
/* 4962 */ .footer-sitemap .center div > ul > li ul li a:hover {
/* 4963 */     text-decoration: underline;
/* 4964 */ }
/* 4965 */ 
/* 4966 */ .footer-sitemap .center div > ul > li:last-child {
/* 4967 */     margin-right: 20px;
/* 4968 */ }
/* 4969 */ 
/* 4970 */ .footer-sitemap .center div > ul > li.last-column {
/* 4971 */     margin-right: 20px\9;
/* 4972 */ }
/* 4973 */ 
/* 4974 */ .footer-sitemap .center .right {
/* 4975 */     max-width: 170px;
/* 4976 */ }
/* 4977 */ 
/* 4978 */ .footer-sitemap .center .right ul {
/* 4979 */     margin-left: 0px;
/* 4980 */ }
/* 4981 */ 
/* 4982 */ .footer-sitemap .center .right ul li {
/* 4983 */     margin-right: 15px;
/* 4984 */     float: none;
/* 4985 */ }
/* 4986 */ 
/* 4987 */ .footer-sitemap .center .right ul li:last-child {
/* 4988 */     margin-right: 15px;
/* 4989 */ }
/* 4990 */ 
/* 4991 */ /* --------------------------------------
/* 4992 *|       NOW/media Credit
/* 4993 *| -------------------------------------- */
/* 4994 */ a.credit {
/* 4995 */     width: 96px;
/* 4996 */     height: 19px;
/* 4997 */     font: 10px Arial, Helvetica, sans-serif;
/* 4998 */     float: right;
/* 4999 */ }
/* 5000 */ 

/* main-style.css */

/* 5001 */ a.credit span {
/* 5002 */     background-image: url(../i/nowmedia-credit.gif);
/* 5003 */ }
/* 5004 */ 
/* 5005 */ /* --------------------------------------
/* 5006 *|       Form Styles
/* 5007 *| -------------------------------------- */
/* 5008 */ .form {
/* 5009 */     width: 182px;
/* 5010 */     height: 153px;
/* 5011 */     margin: 17px;
/* 5012 */ }
/* 5013 */ 
/* 5014 */ .form .form-item {
/* 5015 */     padding: 0;
/* 5016 */     display: block;
/* 5017 */ }
/* 5018 */ 
/* 5019 */ .form .form-item label {
/* 5020 */     display: inline-block;
/* 5021 */     clear: both;
/* 5022 */     margin-bottom: 0.2em;
/* 5023 */     color: #666666;
/* 5024 */     line-height: 30px;
/* 5025 */     margin-left: 30px;
/* 5026 */ }
/* 5027 */ 
/* 5028 */ .form .form-item.text input {
/* 5029 */     width: 142px;
/* 5030 */     padding: 3px;
/* 5031 */     display: block;
/* 5032 */     height: 28px;
/* 5033 */     padding-left: 35px;
/* 5034 */     border: 0;
/* 5035 */     line-height: 28px\9;
/* 5036 */ }
/* 5037 */ 
/* 5038 */ .form .form-item.username input {
/* 5039 */     background: #ffffff url(../i/icon-username.png) 13px center no-repeat;
/* 5040 */     border-bottom: 1px solid #ccc;
/* 5041 */     -webkit-border-top-right-radius: 2px;
/* 5042 */     -webkit-border-bottom-right-radius: 0;
/* 5043 */     -webkit-border-bottom-left-radius: 0;
/* 5044 */     -webkit-border-top-left-radius: 2px;
/* 5045 */     -moz-border-radius-topright: 2px;
/* 5046 */     -moz-border-radius-bottomright: 0;
/* 5047 */     -moz-border-radius-bottomleft: 0;
/* 5048 */     -moz-border-radius-topleft: 2px;
/* 5049 */     border-top-right-radius: 2px;
/* 5050 */     border-bottom-right-radius: 0;

/* main-style.css */

/* 5051 */     border-bottom-left-radius: 0;
/* 5052 */     border-top-left-radius: 2px;
/* 5053 */     -moz-background-clip: padding-box;
/* 5054 */     -webkit-background-clip: padding-box;
/* 5055 */     background-clip: padding-box;
/* 5056 */ }
/* 5057 */ 
/* 5058 */ .form .form-item.password input {
/* 5059 */     background: #ffffff url(../i/icon-password.png) 14px center no-repeat;
/* 5060 */     -webkit-border-top-right-radius: 0;
/* 5061 */     -webkit-border-bottom-right-radius: 2px;
/* 5062 */     -webkit-border-bottom-left-radius: 2px;
/* 5063 */     -webkit-border-top-left-radius: 0;
/* 5064 */     -moz-border-radius-topright: 0;
/* 5065 */     -moz-border-radius-bottomright: 2px;
/* 5066 */     -moz-border-radius-bottomleft: 2px;
/* 5067 */     -moz-border-radius-topleft: 0;
/* 5068 */     border-top-right-radius: 0;
/* 5069 */     border-bottom-right-radius: 2px;
/* 5070 */     border-bottom-left-radius: 2px;
/* 5071 */     border-top-left-radius: 0;
/* 5072 */     -moz-background-clip: padding-box;
/* 5073 */     -webkit-background-clip: padding-box;
/* 5074 */     background-clip: padding-box;
/* 5075 */ }
/* 5076 */ 
/* 5077 */ .form .form-item.button {
/* 5078 */     clear: both;
/* 5079 */ }
/* 5080 */ 
/* 5081 */ .form .form-item.button input {
/* 5082 */     width: 87px;
/* 5083 */     height: 32px;
/* 5084 */     -webkit-border-top-right-radius: 2px;
/* 5085 */     -webkit-border-bottom-right-radius: 2px;
/* 5086 */     -webkit-border-bottom-left-radius: 2px;
/* 5087 */     -webkit-border-top-left-radius: 2px;
/* 5088 */     -moz-border-radius-topright: 2px;
/* 5089 */     -moz-border-radius-bottomright: 2px;
/* 5090 */     -moz-border-radius-bottomleft: 2px;
/* 5091 */     -moz-border-radius-topleft: 2px;
/* 5092 */     border-top-right-radius: 2px;
/* 5093 */     border-bottom-right-radius: 2px;
/* 5094 */     border-bottom-left-radius: 2px;
/* 5095 */     border-top-left-radius: 2px;
/* 5096 */     -moz-background-clip: padding-box;
/* 5097 */     -webkit-background-clip: padding-box;
/* 5098 */     background-clip: padding-box;
/* 5099 */     background-color: #00aeef;
/* 5100 */     color: white;

/* main-style.css */

/* 5101 */     font-size: 14px;
/* 5102 */     font-weight: bold;
/* 5103 */     font-family: 'open_sans', sans-serif;
/* 5104 */     border: 0;
/* 5105 */     padding: 0px;
/* 5106 */     cursor: pointer;
/* 5107 */     -webkit-transition: all 0.2s ease-out;
/* 5108 */     -moz-transition: all 0.2s ease-out;
/* 5109 */     -o-transition: all 0.2s ease-out;
/* 5110 */     transition: all 0.2s ease-out;
/* 5111 */ }
/* 5112 */ 
/* 5113 */ .form .form-item.button input:hover {
/* 5114 */     background-color: #0099cc;
/* 5115 */ }
/* 5116 */ 
/* 5117 */ .form label {
/* 5118 */     color: white;
/* 5119 */     line-height: 29px;
/* 5120 */ }
/* 5121 */ 
/* 5122 */ .form label a {
/* 5123 */     color: white;
/* 5124 */     text-decoration: none;
/* 5125 */     width: auto;
/* 5126 */ }
/* 5127 */ 
/* 5128 */ .form label a:hover {
/* 5129 */     text-decoration: underline;
/* 5130 */ }
/* 5131 */ 
/* 5132 */ span.checkbox {
/* 5133 */     width: 13px;
/* 5134 */     height: 11px;
/* 5135 */     background-image: url(../i/icon-checkbox.png);
/* 5136 */     background-repeat: no-repeat;
/* 5137 */     display: block;
/* 5138 */     cursor: pointer;
/* 5139 */ }
/* 5140 */ 
/* 5141 */ span.checkbox.active {
/* 5142 */     background-position: 0px -11px;
/* 5143 */ }
/* 5144 */ 
/* 5145 */ span.checkbox input {
/* 5146 */     display: none;
/* 5147 */ }
/* 5148 */ 
/* 5149 */ .textarea textarea {
/* 5150 */     width: 468px;

/* main-style.css */

/* 5151 */     height: 100px;
/* 5152 */     padding: 3px;
/* 5153 */     display: block;
/* 5154 */     font-size: 1.2em;
/* 5155 */     border: 1px solid #ccc;
/* 5156 */     font-family: Arial, Verdana, Helvetica, sans-serif;
/* 5157 */ }
/* 5158 */ 
/* 5159 */ .postcode input {
/* 5160 */     width: 4em;
/* 5161 */ }
/* 5162 */ 
/* 5163 */ .select select {
/* 5164 */     width: 225px;
/* 5165 */     padding: 3px;
/* 5166 */     display: block;
/* 5167 */     border: 1px solid #ccc;
/* 5168 */ }
/* 5169 */ 
/* 5170 */ .submit {
/* 5171 */     text-align: right;
/* 5172 */ }
/* 5173 */ 
/* 5174 */ /** error styling **/
/* 5175 */ input.error,
/* 5176 */ select.error,
/* 5177 */ textarea.error {
/* 5178 */     border: 1px solid #6aa0cc;
/* 5179 */     background-color: #e1effa;
/* 5180 */     color: #000;
/* 5181 */ }
/* 5182 */ 
/* 5183 */ .form-item span {
/* 5184 */     display: block;
/* 5185 */     padding: 1px;
/* 5186 */     border: 1px solid #ccc;
/* 5187 */ }
/* 5188 */ 
/* 5189 */ /*button styles*/
/* 5190 */ .white-button-1,
/* 5191 */ span.white-button-2 a {
/* 5192 */     display: block;
/* 5193 */     width: 214px;
/* 5194 */     -webkit-border-top-right-radius: 2px;
/* 5195 */     -webkit-border-bottom-right-radius: 2px;
/* 5196 */     -webkit-border-bottom-left-radius: 2px;
/* 5197 */     -webkit-border-top-left-radius: 2px;
/* 5198 */     -moz-border-radius-topright: 2px;
/* 5199 */     -moz-border-radius-bottomright: 2px;
/* 5200 */     -moz-border-radius-bottomleft: 2px;

/* main-style.css */

/* 5201 */     -moz-border-radius-topleft: 2px;
/* 5202 */     border-top-right-radius: 2px;
/* 5203 */     border-bottom-right-radius: 2px;
/* 5204 */     border-bottom-left-radius: 2px;
/* 5205 */     border-top-left-radius: 2px;
/* 5206 */     -moz-background-clip: padding-box;
/* 5207 */     -webkit-background-clip: padding-box;
/* 5208 */     background-clip: padding-box;
/* 5209 */     text-align: center;
/* 5210 */     text-decoration: none;
/* 5211 */     color: #00aeef;
/* 5212 */     background-color: #eeeeee;
/* 5213 */     padding: 8px 0px;
/* 5214 */     font-size: 12px;
/* 5215 */     font-weight: bold;
/* 5216 */     text-transform: uppercase;
/* 5217 */     -webkit-transition: all 0.2s ease-out;
/* 5218 */     -moz-transition: all 0.2s ease-out;
/* 5219 */     -o-transition: all 0.2s ease-out;
/* 5220 */     transition: all 0.2s ease-out;
/* 5221 */ }
/* 5222 */ 
/* 5223 */ .white-button-1:hover,
/* 5224 */ span.white-button-2 a:hover {
/* 5225 */     background-color: #666;
/* 5226 */     color: white !important;
/* 5227 */     text-decoration: none;
/* 5228 */ }
/* 5229 */ 
/* 5230 */ span.white-button-2 a {
/* 5231 */     width: 226px;
/* 5232 */     margin-left: 15px;
/* 5233 */     color: #00aeef !important;
/* 5234 */ }
/* 5235 */ 
/* 5236 */ .blue-button {
/* 5237 */     width: 181px;
/* 5238 */     -webkit-border-top-right-radius: 2px;
/* 5239 */     -webkit-border-bottom-right-radius: 2px;
/* 5240 */     -webkit-border-bottom-left-radius: 2px;
/* 5241 */     -webkit-border-top-left-radius: 2px;
/* 5242 */     -moz-border-radius-topright: 2px;
/* 5243 */     -moz-border-radius-bottomright: 2px;
/* 5244 */     -moz-border-radius-bottomleft: 2px;
/* 5245 */     -moz-border-radius-topleft: 2px;
/* 5246 */     border-top-right-radius: 2px;
/* 5247 */     border-bottom-right-radius: 2px;
/* 5248 */     border-bottom-left-radius: 2px;
/* 5249 */     border-top-left-radius: 2px;
/* 5250 */     -moz-background-clip: padding-box;

/* main-style.css */

/* 5251 */     -webkit-background-clip: padding-box;
/* 5252 */     background-clip: padding-box;
/* 5253 */     text-align: center;
/* 5254 */     text-decoration: none;
/* 5255 */     color: white;
/* 5256 */     background-color: #00aeef;
/* 5257 */     padding: 8px 0px;
/* 5258 */     font-size: 14px;
/* 5259 */     font-weight: bold;
/* 5260 */     border: none;
/* 5261 */     cursor: pointer;
/* 5262 */     -webkit-transition: all 0.2s ease-out;
/* 5263 */     -moz-transition: all 0.2s ease-out;
/* 5264 */     -o-transition: all 0.2s ease-out;
/* 5265 */     transition: all 0.2s ease-out;
/* 5266 */ }
/* 5267 */ 
/* 5268 */ .blue-button:hover {
/* 5269 */     background-color: #0099cc;
/* 5270 */     color: white !important;
/* 5271 */     text-decoration: none;
/* 5272 */ }
/* 5273 */ 
/* 5274 */ .blue-button.with-margin-right {
/* 5275 */     margin-right: 26px;
/* 5276 */ }
/* 5277 */ 
/* 5278 */ .grey-textbox {
/* 5279 */     height: 32px;
/* 5280 */     background-color: #e1e1e1;
/* 5281 */     border: none;
/* 5282 */     padding: 0px 8px;
/* 5283 */     width: 104px;
/* 5284 */     line-height: 32px\9;
/* 5285 */     margin-right: 3px;
/* 5286 */ }
/* 5287 */ 
/* 5288 */ .grey-button {
/* 5289 */     background-color: #666;
/* 5290 */     height: 32px;
/* 5291 */     border: none;
/* 5292 */     font-size: 14px;
/* 5293 */     color: white;
/* 5294 */     font-weight: bold;
/* 5295 */     margin: 0px;
/* 5296 */     -webkit-border-top-right-radius: 2px;
/* 5297 */     -webkit-border-bottom-right-radius: 2px;
/* 5298 */     -webkit-border-bottom-left-radius: 2px;
/* 5299 */     -webkit-border-top-left-radius: 2px;
/* 5300 */     -moz-border-radius-topright: 2px;

/* main-style.css */

/* 5301 */     -moz-border-radius-bottomright: 2px;
/* 5302 */     -moz-border-radius-bottomleft: 2px;
/* 5303 */     -moz-border-radius-topleft: 2px;
/* 5304 */     border-top-right-radius: 2px;
/* 5305 */     border-bottom-right-radius: 2px;
/* 5306 */     border-bottom-left-radius: 2px;
/* 5307 */     border-top-left-radius: 2px;
/* 5308 */     -moz-background-clip: padding-box;
/* 5309 */     -webkit-background-clip: padding-box;
/* 5310 */     background-clip: padding-box;
/* 5311 */     margin-right: 3px;
/* 5312 */     -webkit-transition: all 0.2s ease-out;
/* 5313 */     -moz-transition: all 0.2s ease-out;
/* 5314 */     -o-transition: all 0.2s ease-out;
/* 5315 */     transition: all 0.2s ease-out;
/* 5316 */     cursor: pointer;
/* 5317 */     width: 76px;
/* 5318 */ }
/* 5319 */ 
/* 5320 */ .grey-button:hover {
/* 5321 */     background-color: #555;
/* 5322 */ }
/* 5323 */ 
/* 5324 */ .grey-button.big-padding {
/* 5325 */     width: 178px;
/* 5326 */ }
/* 5327 */ 
/* 5328 */ .grey-button.small-padding {
/* 5329 */     width: 93px;
/* 5330 */ }
/* 5331 */ 
/* 5332 */ .grey-button.fixed-width {
/* 5333 */     width: 181px;
/* 5334 */ }
/* 5335 */ 
/* 5336 */ /* custom select style */
/* 5337 */ .styled-select select {
/* 5338 */     display: none;
/* 5339 */ }
/* 5340 */ 
/* 5341 */ .styled-select .custom-select-wrapper {
/* 5342 */     width: 100%;
/* 5343 */     padding: 0px 0;
/* 5344 */     background-color: #e1e1e1;
/* 5345 */     padding-right: 10px;
/* 5346 */     border-left: 1px solid #e1e1e1;
/* 5347 */     border-right: 1px solid #e1e1e1;
/* 5348 */ }
/* 5349 */ 
/* 5350 */ .styled-select .custom-select-wrapper .custom-select-display {

/* main-style.css */

/* 5351 */     height: 28px;
/* 5352 */     display: block;
/* 5353 */     line-height: 28px;
/* 5354 */     background: url(../i/select-arrow.png) no-repeat #e1e1e1;
/* 5355 */     background-position: right center;
/* 5356 */     padding: 0px 10px;
/* 5357 */ }
/* 5358 */ 
/* 5359 */ .styled-select .custom-select-wrapper .custom-select-display:hover {
/* 5360 */     cursor: pointer;
/* 5361 */ }
/* 5362 */ 
/* 5363 */ .styled-select .custom-select-wrapper .custom-select-dropdown {
/* 5364 */     display: none;
/* 5365 */     border: 1px solid #ddd;
/* 5366 */     margin: 0px;
/* 5367 */     padding: 0px;
/* 5368 */     margin-left: -1px;
/* 5369 */     width: 100%;
/* 5370 */     position: absolute;
/* 5371 */     overflow: hidden;
/* 5372 */     text-transform: capitalize;
/* 5373 */     z-index: 2;
/* 5374 */     max-height: 500px;
/* 5375 */     overflow: auto;
/* 5376 */     overflow-x: hidden;
/* 5377 */     background-color: #eee;
/* 5378 */ }
/* 5379 */ 
/* 5380 */ .styled-select .custom-select-wrapper .custom-select-dropdown li {
/* 5381 */     list-style-type: none;
/* 5382 */     width: 100%;
/* 5383 */     display: block;
/* 5384 */     padding: 0px 10px;
/* 5385 */     background-color: #eee;
/* 5386 */     min-height: 13px;
/* 5387 */     line-height: 22px;
/* 5388 */ }
/* 5389 */ 
/* 5390 */ .styled-select .custom-select-wrapper .custom-select-dropdown li:hover {
/* 5391 */     cursor: pointer;
/* 5392 */     background-color: #b4d7e4;
/* 5393 */     background-repeat: repeat-x;
/* 5394 */ }
/* 5395 */ 
/* 5396 */ /* custom radio btn style */
/* 5397 */ .styled-radioBtn input {
/* 5398 */     display: none;
/* 5399 */ }
/* 5400 */ 

/* main-style.css */

/* 5401 */ .styled-radioBtn .custom-radioBtn-wrapper {
/* 5402 */     display: block;
/* 5403 */     width: 18px;
/* 5404 */     height: 18px;
/* 5405 */     background-image: url(../i/radio-btn.png);
/* 5406 */     background-repeat: no-repeat;
/* 5407 */     background-position: -18px center;
/* 5408 */     cursor: pointer;
/* 5409 */ }
/* 5410 */ 
/* 5411 */ .styled-radioBtn .custom-radioBtn-wrapper.checked {
/* 5412 */     background-position: 0px center;
/* 5413 */ }
/* 5414 */ 
/* 5415 */ .styled-radioBtn label {
/* 5416 */     float: right;
/* 5417 */     margin-left: 23px;
/* 5418 */     line-height: 23px;
/* 5419 */     margin-right: 10px;
/* 5420 */     cursor: pointer;
/* 5421 */     margin-bottom: 15px;
/* 5422 */     color: #636363;
/* 5423 */     text-transform: uppercase;
/* 5424 */     font-weight: bold;
/* 5425 */     font-family: 'open_sans', sans-serif;
/* 5426 */     font-size: 13px;
/* 5427 */ }
/* 5428 */ 
/* 5429 */ /* custom scroll bar style */
/* 5430 */ .nicescroll-rails {
/* 5431 */     width: 3px !important;
/* 5432 */     opacity: 1 !important;
/* 5433 */ }
/* 5434 */ 
/* 5435 */ .nicescroll-rails > div {
/* 5436 */     margin-right: -4px;
/* 5437 */ }
/* 5438 */ 
/* 5439 */ .nicescroll-rails .cursor-wrapper {
/* 5440 */     padding: 10px;
/* 5441 */     background-color: red;
/* 5442 */ }
/* 5443 */ 
/* 5444 */ /* page content button style */
/* 5445 */ .button-blue,
/* 5446 */ .button-gray,
/* 5447 */ .button-white {
/* 5448 */     line-height: 38px;
/* 5449 */     border: none;
/* 5450 */     font-size: 14px;

/* main-style.css */

/* 5451 */     color: white !important;
/* 5452 */     font-weight: bold;
/* 5453 */     margin: 0px;
/* 5454 */     padding: 0px 60px;
/* 5455 */     -webkit-border-top-right-radius: 2px;
/* 5456 */     -webkit-border-bottom-right-radius: 2px;
/* 5457 */     -webkit-border-bottom-left-radius: 2px;
/* 5458 */     -webkit-border-top-left-radius: 2px;
/* 5459 */     -moz-border-radius-topright: 2px;
/* 5460 */     -moz-border-radius-bottomright: 2px;
/* 5461 */     -moz-border-radius-bottomleft: 2px;
/* 5462 */     -moz-border-radius-topleft: 2px;
/* 5463 */     border-top-right-radius: 2px;
/* 5464 */     border-bottom-right-radius: 2px;
/* 5465 */     border-bottom-left-radius: 2px;
/* 5466 */     border-top-left-radius: 2px;
/* 5467 */     -moz-background-clip: padding-box;
/* 5468 */     -webkit-background-clip: padding-box;
/* 5469 */     background-clip: padding-box;
/* 5470 */     background-color: #00aeef;
/* 5471 */     text-align: center;
/* 5472 */     overflow: hidden;
/* 5473 */     width: auto;
/* 5474 */     display: inline-block;
/* 5475 */     -webkit-transition: all 0.2s ease-out;
/* 5476 */     -moz-transition: all 0.2s ease-out;
/* 5477 */     -o-transition: all 0.2s ease-out;
/* 5478 */     transition: all 0.2s ease-out;
/* 5479 */ }
/* 5480 */ 
/* 5481 */ .button-blue:hover,
/* 5482 */ .button-gray:hover,
/* 5483 */ .button-white:hover {
/* 5484 */     background-color: #0099cc;
/* 5485 */     text-decoration: none;
/* 5486 */ }
/* 5487 */ 
/* 5488 */ .button-gray {
/* 5489 */     background-color: #666666;
/* 5490 */ }
/* 5491 */ 
/* 5492 */ .button-gray:hover {
/* 5493 */     background-color: #484848;
/* 5494 */ }
/* 5495 */ 
/* 5496 */ .button-white {
/* 5497 */     background-color: #ffffff;
/* 5498 */     color: #00aeef !important;
/* 5499 */ }
/* 5500 */ 

/* main-style.css */

/* 5501 */ .button-white:hover {
/* 5502 */     background-color: #e5e5e5;
/* 5503 */ }
/* 5504 */ 
/* 5505 */ /* pagination style */
/* 5506 */ .jPaginate {
/* 5507 */     height: 34px;
/* 5508 */     position: relative;
/* 5509 */     color: #a5a5a5;
/* 5510 */     font-size: small;
/* 5511 */     width: 100%;
/* 5512 */     font-family: Arial;
/* 5513 */     -webkit-user-select: none;
/* 5514 */     /* Chrome/Safari */
/* 5515 */ }
/* 5516 */ 
/* 5517 */ .jPaginate a {
/* 5518 */     line-height: 26px;
/* 5519 */     height: 26px;
/* 5520 */     cursor: pointer;
/* 5521 */     padding: 0px 5px;
/* 5522 */     margin: 2px;
/* 5523 */     float: left;
/* 5524 */ }
/* 5525 */ 
/* 5526 */ .jPag-control-back {
/* 5527 */     position: absolute;
/* 5528 */     left: 0px;
/* 5529 */     margin-left: -30px;
/* 5530 */ }
/* 5531 */ 
/* 5532 */ .jPag-control-back .jPag-first {
/* 5533 */     display: none;
/* 5534 */ }
/* 5535 */ 
/* 5536 */ .jPag-control-front {
/* 5537 */     position: absolute;
/* 5538 */     top: 0px;
/* 5539 */     margin-left: 30px;
/* 5540 */ }
/* 5541 */ 
/* 5542 */ .jPag-control-front .jPag-last {
/* 5543 */     display: none;
/* 5544 */ }
/* 5545 */ 
/* 5546 */ .jPaginate span {
/* 5547 */     cursor: pointer;
/* 5548 */ }
/* 5549 */ 
/* 5550 */ ul.jPag-pages {

/* main-style.css */

/* 5551 */     float: left;
/* 5552 */     list-style-type: none;
/* 5553 */     margin: 0px 0px 0px 0px;
/* 5554 */     padding: 0px;
/* 5555 */     white-space: nowrap;
/* 5556 */ }
/* 5557 */ 
/* 5558 */ ul.jPag-pages li {
/* 5559 */     display: inline;
/* 5560 */     float: left;
/* 5561 */     padding: 0px;
/* 5562 */     margin: 0px;
/* 5563 */     width: 25px;
/* 5564 */ }
/* 5565 */ 
/* 5566 */ ul.jPag-pages li a {
/* 5567 */     float: left;
/* 5568 */     padding: 2px 5px;
/* 5569 */     font-weight: bold;
/* 5570 */     font-size: 15px;
/* 5571 */ }
/* 5572 */ 
/* 5573 */ span.jPag-current {
/* 5574 */     cursor: default;
/* 5575 */     line-height: 26px;
/* 5576 */     height: 26px;
/* 5577 */     padding: 2px 5px;
/* 5578 */     margin: 2px;
/* 5579 */     float: left;
/* 5580 */     font-weight: bold;
/* 5581 */     font-size: 15px;
/* 5582 */ }
/* 5583 */ 
/* 5584 */ ul.jPag-pages li span.jPag-previous,
/* 5585 */ ul.jPag-pages li span.jPag-next,
/* 5586 */ span.jPag-sprevious,
/* 5587 */ span.jPag-snext,
/* 5588 */ ul.jPag-pages li span.jPag-previous-img,
/* 5589 */ ul.jPag-pages li span.jPag-next-img,
/* 5590 */ span.jPag-sprevious-img,
/* 5591 */ span.jPag-snext-img {
/* 5592 */     height: 22px;
/* 5593 */     margin: 2px;
/* 5594 */     float: left;
/* 5595 */     line-height: 18px;
/* 5596 */ }
/* 5597 */ 
/* 5598 */ ul.jPag-pages li span.jPag-previous.disabled,
/* 5599 */ ul.jPag-pages li span.jPag-next.disabled,
/* 5600 */ span.jPag-sprevious.disabled,

/* main-style.css */

/* 5601 */ span.jPag-snext.disabled,
/* 5602 */ ul.jPag-pages li span.jPag-previous-img.disabled,
/* 5603 */ ul.jPag-pages li span.jPag-next-img.disabled,
/* 5604 */ span.jPag-sprevious-img.disabled,
/* 5605 */ span.jPag-snext-img.disabled {
/* 5606 */     -moz-opacity: 0.4;
/* 5607 */     -khtml-opacity: 0.4;
/* 5608 */     -webkit-opacity: 0.4;
/* 5609 */     opacity: 0.4;
/* 5610 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
/* 5611 */     filter: alpha(opacity=40);
/* 5612 */     cursor: default;
/* 5613 */ }
/* 5614 */ 
/* 5615 */ ul.jPag-pages li span.jPag-previous,
/* 5616 */ ul.jPag-pages li span.jPag-previous-img {
/* 5617 */     margin: 2px 0px 2px 2px;
/* 5618 */     font-size: 12px;
/* 5619 */     font-weight: bold;
/* 5620 */     width: 10px;
/* 5621 */ }
/* 5622 */ 
/* 5623 */ ul.jPag-pages li span.jPag-next,
/* 5624 */ ul.jPag-pages li span.jPag-next-img {
/* 5625 */     margin: 2px 2px 2px 0px;
/* 5626 */     font-size: 12px;
/* 5627 */     font-weight: bold;
/* 5628 */     width: 10px;
/* 5629 */ }
/* 5630 */ 
/* 5631 */ span.jPag-sprevious,
/* 5632 */ span.jPag-sprevious-img {
/* 5633 */     margin: 2px 0px 2px 2px;
/* 5634 */     font-size: 18px;
/* 5635 */     width: 28px;
/* 5636 */     text-align: right;
/* 5637 */     height: 28px;
/* 5638 */ }
/* 5639 */ 
/* 5640 */ span.jPag-snext,
/* 5641 */ span.jPag-snext-img {
/* 5642 */     margin: 2px 2px 2px 0px;
/* 5643 */     font-size: 18px;
/* 5644 */     width: 28px;
/* 5645 */     text-align: right;
/* 5646 */     height: 28px;
/* 5647 */ }
/* 5648 */ 
/* 5649 */ /*ul.jPag-pages li span.jPag-previous-img {
/* 5650 *|         background: transparent url(../images/previous.png) no-repeat center right;

/* main-style.css *|

/* 5651 *| }
/* 5652 *| 
/* 5653 *| 
/* 5654 *| ul.jPag-pages li span.jPag-next-img {
/* 5655 *|         background: transparent url(../images/next.png) no-repeat center left;
/* 5656 *| }
/* 5657 *| */
/* 5658 */ span.jPag-sprevious-img {
/* 5659 */     background: transparent url(../i/icon-arrow-left.png) no-repeat top left;
/* 5660 */ }
/* 5661 */ 
/* 5662 */ span.jPag-sprevious-img:hover {
/* 5663 */     background-position: 0px -28px;
/* 5664 */ }
/* 5665 */ 
/* 5666 */ span.jPag-snext-img {
/* 5667 */     background: transparent url(../i/icon-arrow-right.png) no-repeat top left;
/* 5668 */ }
/* 5669 */ 
/* 5670 */ span.jPag-snext-img:hover {
/* 5671 */     background-position: 0px -28px;
/* 5672 */ }
/* 5673 */ 
/* 5674 */ /* colorbox style override */
/* 5675 */ #cboxOverlay {
/* 5676 */     background-color: black;
/* 5677 */ }
/* 5678 */ 
/* 5679 */ #cboxLoadedContent {
/* 5680 */     line-height: 15px;
/* 5681 */ }
/* 5682 */ 
/* 5683 */ #cboxLoadedContent h2 {
/* 5684 */     font-size: 14px;
/* 5685 */     font-weight: bold;
/* 5686 */     margin-bottom: 10px;
/* 5687 */ }
/* 5688 */ 
/* 5689 */ #cboxLoadedContent b {
/* 5690 */     text-transform: uppercase;
/* 5691 */ }
/* 5692 */ 
/* 5693 */ #cboxLoadedContent .button-row {
/* 5694 */     text-align: right;
/* 5695 */     margin-top: 15px;
/* 5696 */ }
/* 5697 */ 
/* 5698 */ #cboxLoadedContent #choose-someone #boxscroll {
/* 5699 */     padding-right: 30px;
/* 5700 */     height: 408px;

/* main-style.css */

/* 5701 */ }
/* 5702 */ 
/* 5703 */ #cboxLoadedContent #choose-someone ul.student-list {
/* 5704 */     margin: 0px;
/* 5705 */     margin-left: 20px;
/* 5706 */ }
/* 5707 */ 
/* 5708 */ #cboxLoadedContent #choose-someone ul.student-list li {
/* 5709 */     margin-bottom: 10px;
/* 5710 */     list-style-type: disc;
/* 5711 */ }
/* 5712 */ 
/* 5713 */ #cboxLoadedContent #choose-someone ul.student-list li a:hover {
/* 5714 */     text-decoration: none;
/* 5715 */ }
/* 5716 */ 
/* 5717 */ #cboxLoadedContent #choose-someone ul.student-list li a:hover b {
/* 5718 */     text-decoration: underline;
/* 5719 */ }
/* 5720 */ 
/* 5721 */ #cboxLoadedContent #terms #boxscroll {
/* 5722 */     padding-right: 30px;
/* 5723 */     height: 408px;
/* 5724 */ }
/* 5725 */ 
/* 5726 */ #cboxLoadedContent #privacy ul.checkbox-list {
/* 5727 */     margin: 0px;
/* 5728 */ }
/* 5729 */ 
/* 5730 */ #cboxLoadedContent #privacy ul.checkbox-list li {
/* 5731 */     padding-left: 20px;
/* 5732 */     margin-bottom: 15px;
/* 5733 */ }
/* 5734 */ 
/* 5735 */ #cboxLoadedContent #privacy ul.checkbox-list li label {
/* 5736 */     position: absolute;
/* 5737 */     margin-left: -20px;
/* 5738 */ }
/* 5739 */ 
/* 5740 */ #cboxLoadedContent #privacy ul.checkbox-list li label .checkbox {
/* 5741 */     width: 14px;
/* 5742 */     height: 14px;
/* 5743 */     background-image: url(../i/icon-checkbox4.png);
/* 5744 */     margin-top: 0px;
/* 5745 */ }
/* 5746 */ 
/* 5747 */ #cboxLoadedContent #privacy ul.checkbox-list li label .checkbox.active {
/* 5748 */     background-position: 0px -15px;
/* 5749 */ }
/* 5750 */ 

/* main-style.css */

/* 5751 */ #cboxLoadedContent #find-someone #boxscroll {
/* 5752 */     padding-right: 30px;
/* 5753 */     margin-bottom: 20px;
/* 5754 */     height: 408px;
/* 5755 */ }
/* 5756 */ 
/* 5757 */ #cboxLoadedContent #find-someone .section {
/* 5758 */     overflow: hidden;
/* 5759 */ }
/* 5760 */ 
/* 5761 */ #cboxLoadedContent #find-someone ul.form-list {
/* 5762 */     margin: 0px;
/* 5763 */ }
/* 5764 */ 
/* 5765 */ #cboxLoadedContent #find-someone ul.form-list > li {
/* 5766 */     height: 28px;
/* 5767 */     margin-top: 10px;
/* 5768 */     width: 315px;
/* 5769 */     padding-left: 205px;
/* 5770 */     list-style-type: none;
/* 5771 */     margin-bottom: 10px;
/* 5772 */ }
/* 5773 */ 
/* 5774 */ #cboxLoadedContent #find-someone ul.form-list > li.or-row {
/* 5775 */     height: 12px;
/* 5776 */ }
/* 5777 */ 
/* 5778 */ #cboxLoadedContent #find-someone ul.form-list > li.or-row span {
/* 5779 */     float: right;
/* 5780 */     display: block;
/* 5781 */     font-weight: bold;
/* 5782 */     margin-right: 174px;
/* 5783 */ }
/* 5784 */ 
/* 5785 */ #cboxLoadedContent #find-someone ul.form-list > li > label {
/* 5786 */     width: 215px;
/* 5787 */     position: absolute;
/* 5788 */     margin-left: -215px;
/* 5789 */     padding-left: 10px;
/* 5790 */     text-transform: uppercase;
/* 5791 */     font-size: 12px;
/* 5792 */     font-weight: bold;
/* 5793 */     line-height: 28px;
/* 5794 */     color: #636363;
/* 5795 */ }
/* 5796 */ 
/* 5797 */ #cboxLoadedContent #find-someone ul.form-list > li > label span {
/* 5798 */     color: #00aeef;
/* 5799 */ }
/* 5800 */ 

/* main-style.css */

/* 5801 */ #cboxLoadedContent #find-someone ul.form-list > li > label.long {
/* 5802 */     width: 290px;
/* 5803 */ }
/* 5804 */ 
/* 5805 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field {
/* 5806 */     padding-top: 0px;
/* 5807 */ }
/* 5808 */ 
/* 5809 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field input[type=text],
/* 5810 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field input[type=password] {
/* 5811 */     border: none;
/* 5812 */     height: 28px;
/* 5813 */     line-height: 28px\9;
/* 5814 */     background-color: #e1e1e1;
/* 5815 */     padding: 0px 10px;
/* 5816 */     width: 250px;
/* 5817 */ }
/* 5818 */ 
/* 5819 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field input[type=text].short,
/* 5820 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field input[type=password].short {
/* 5821 */     width: 220px;
/* 5822 */ }
/* 5823 */ 
/* 5824 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field input[type=text].invalid,
/* 5825 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field input[type=password].invalid {
/* 5826 */     background-color: #fed7d7;
/* 5827 */     color: #ff5a5a;
/* 5828 */ }
/* 5829 */ 
/* 5830 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.fixed-width {
/* 5831 */     width: 258px;
/* 5832 */ }
/* 5833 */ 
/* 5834 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.dd-title {
/* 5835 */     width: 104px;
/* 5836 */ }
/* 5837 */ 
/* 5838 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.withIndent {
/* 5839 */     padding-left: 60px;
/* 5840 */ }
/* 5841 */ 
/* 5842 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.withIndent ul.radioBtn-list {
/* 5843 */     margin: 0;
/* 5844 */ }
/* 5845 */ 
/* 5846 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.withIndent ul.radioBtn-list li {
/* 5847 */     list-style-type: none;
/* 5848 */     float: left;
/* 5849 */     line-height: 26px;
/* 5850 */     margin-right: 5px;

/* main-style.css */

/* 5851 */ }
/* 5852 */ 
/* 5853 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.withIndent ul.radioBtn-list li .custom-radioBtn-wrapper {
/* 5854 */     margin-top: 3px;
/* 5855 */ }
/* 5856 */ 
/* 5857 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.withIndent ul.radioBtn-list li.more-margin-right {
/* 5858 */     margin-right: 15px;
/* 5859 */ }
/* 5860 */ 
/* 5861 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.dd-dob > ul {
/* 5862 */     margin: 0px;
/* 5863 */ }
/* 5864 */ 
/* 5865 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.dd-dob > ul li {
/* 5866 */     list-style-type: none;
/* 5867 */     float: left;
/* 5868 */     margin-right: 20px;
/* 5869 */ }
/* 5870 */ 
/* 5871 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.dd-dob > ul li.day {
/* 5872 */     width: 60px;
/* 5873 */ }
/* 5874 */ 
/* 5875 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.dd-dob > ul li.month {
/* 5876 */     width: 117px;
/* 5877 */ }
/* 5878 */ 
/* 5879 */ #cboxLoadedContent #find-someone ul.form-list > li .form-field.dd-dob > ul li.year {
/* 5880 */     width: 75px;
/* 5881 */ }
/* 5882 */ 
/* 5883 */ #cboxLoadedContent #find-someone ul.form-list > li.double {
/* 5884 */     height: 66px;
/* 5885 */ }
/* 5886 */ 
/* 5887 */ #cboxLoadedContent #find-someone ul.form-list > li.double .form-field input[type=text] {
/* 5888 */     margin-bottom: 10px;
/* 5889 */ }
/* 5890 */ 
/* 5891 */ #cboxLoadedContent #find-someone p {
/* 5892 */     color: #555;
/* 5893 */ }
/* 5894 */ 
/* 5895 */ #cboxLoadedContent #find-someone ol {
/* 5896 */     margin-left: 52px;
/* 5897 */ }
/* 5898 */ 
/* 5899 */ #cboxLoadedContent #find-someone ol li {
/* 5900 */     line-height: 17px;

/* main-style.css */

/* 5901 */     color: #555;
/* 5902 */ }
/* 5903 */ 
/* 5904 */ #cboxLoadedContent #find-someone h2 {
/* 5905 */     padding-top: 3px;
/* 5906 */     font-size: 15px;
/* 5907 */     text-transform: uppercase;
/* 5908 */ }
/* 5909 */ 
/* 5910 */ #cboxLoadedContent #find-someone h2 i {
/* 5911 */     display: inline-block;
/* 5912 */     width: 10px;
/* 5913 */     height: 10px;
/* 5914 */     -webkit-border-top-right-radius: 5px;
/* 5915 */     -webkit-border-bottom-right-radius: 5px;
/* 5916 */     -webkit-border-bottom-left-radius: 5px;
/* 5917 */     -webkit-border-top-left-radius: 5px;
/* 5918 */     -moz-border-radius-topright: 5px;
/* 5919 */     -moz-border-radius-bottomright: 5px;
/* 5920 */     -moz-border-radius-bottomleft: 5px;
/* 5921 */     -moz-border-radius-topleft: 5px;
/* 5922 */     border-top-right-radius: 5px;
/* 5923 */     border-bottom-right-radius: 5px;
/* 5924 */     border-bottom-left-radius: 5px;
/* 5925 */     border-top-left-radius: 5px;
/* 5926 */     -moz-background-clip: padding-box;
/* 5927 */     -webkit-background-clip: padding-box;
/* 5928 */     background-clip: padding-box;
/* 5929 */     float: left;
/* 5930 */     margin-right: 9px;
/* 5931 */     background-color: #00aeef;
/* 5932 */     margin-top: 2px;
/* 5933 */ }
/* 5934 */ 
/* 5935 */ #cboxLoadedContent #find-someone .section#create-a-supervisor {
/* 5936 */     margin-top: 15px;
/* 5937 */ }
/* 5938 */ 
/* 5939 */ #cboxLoadedContent #find-someone .section#create-a-supervisor.disabled h2 {
/* 5940 */     color: #000;
/* 5941 */ }
/* 5942 */ 
/* 5943 */ #cboxLoadedContent #find-someone .section#create-a-supervisor.disabled h2 i {
/* 5944 */     background-color: #000;
/* 5945 */ }
/* 5946 */ 
/* 5947 */ #cboxLoadedContent #find-someone .section#create-a-supervisor.disabled .overlay {
/* 5948 */     display: block;
/* 5949 */     position: absolute;
/* 5950 */     width: 100%;

/* main-style.css */

/* 5951 */     background-color: white;
/* 5952 */     -moz-opacity: 0.8;
/* 5953 */     -khtml-opacity: 0.8;
/* 5954 */     -webkit-opacity: 0.8;
/* 5955 */     opacity: 0.8;
/* 5956 */     -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
/* 5957 */     filter: alpha(opacity=80);
/* 5958 */     z-index: 1;
/* 5959 */     height: 677px;
/* 5960 */ }
/* 5961 */ 
/* 5962 */ /* WFFM style */
/* 5963 */ .scfForm {
/* 5964 */     font-family: 'open_sans', sans-serif !important;
/* 5965 */     color: #636363;
/* 5966 */     font-size: 13px;
/* 5967 */ }
/* 5968 */ 
/* 5969 */ .scfForm .scfTitleBorder {
/* 5970 */     display: none;
/* 5971 */ }
/* 5972 */ 
/* 5973 */ .scfForm .scfIntroBorder {
/* 5974 */     margin: 20px 0px;
/* 5975 */ }
/* 5976 */ 
/* 5977 */ .scfForm .scfSectionBorderAsFieldSet {
/* 5978 */     padding: 0;
/* 5979 */     text-transform: uppercase;
/* 5980 */     margin: 0px;
/* 5981 */     border: none;
/* 5982 */     margin-bottom: 10px;
/* 5983 */ }
/* 5984 */ 
/* 5985 */ .scfForm .scfSectionBorderAsFieldSet .scfSectionLegend {
/* 5986 */     color: #636363;
/* 5987 */     font-size: 16px;
/* 5988 */     padding: 0px 0px;
/* 5989 */     margin-bottom: 5px;
/* 5990 */     margin-left: 0px;
/* 5991 */ }
/* 5992 */ 
/* 5993 */ .scfForm .scfSectionContent {
/* 5994 */     border-top: 1px solid #00aeef;
/* 5995 */     padding-top: 10px;
/* 5996 */ }
/* 5997 */ 
/* 5998 */ .scfForm .scfSectionContent > div {
/* 5999 */     overflow: hidden;
/* 6000 */     padding-bottom: 5px;

/* main-style.css */

/* 6001 */ }
/* 6002 */ 
/* 6003 */ .scfForm .scfDropListGeneralPanel {
/* 6004 */     width: 250px;
/* 6005 */ }
/* 6006 */ 
/* 6007 */ .scfForm .scfDropListBorder {
/* 6008 */     overflow: visible !important;
/* 6009 */     height: 29px;
/* 6010 */ }
/* 6011 */ 
/* 6012 */ .scfForm input[type=text],
/* 6013 */ .scfForm input[type=password] {
/* 6014 */     border: none;
/* 6015 */     height: 28px;
/* 6016 */     line-height: 28px\9;
/* 6017 */     background-color: #e1e1e1;
/* 6018 */     padding: 0px 10px;
/* 6019 */     width: 250px;
/* 6020 */ }
/* 6021 */ 
/* 6022 */ .scfForm input[type=text].short,
/* 6023 */ .scfForm input[type=password].short {
/* 6024 */     width: 220px;
/* 6025 */ }
/* 6026 */ 
/* 6027 */ .scfForm input[type=text].invalid,
/* 6028 */ .scfForm input[type=password].invalid {
/* 6029 */     background-color: #fed7d7;
/* 6030 */     color: #ff5a5a;
/* 6031 */ }
/* 6032 */ 
/* 6033 */ .scfForm textarea {
/* 6034 */     border: none;
/* 6035 */     padding: 6px 10px;
/* 6036 */     font-family: arial;
/* 6037 */     color: #333;
/* 6038 */     font-size: 14px;
/* 6039 */     background-color: #e1e1e1;
/* 6040 */     height: 93px;
/* 6041 */ }
/* 6042 */ 
/* 6043 */ .scfForm label,
/* 6044 */ .scfForm .scfRadioButtonListLabel {
/* 6045 */     font-family: 'open_sans', sans-serif;
/* 6046 */     color: #636363;
/* 6047 */     text-transform: uppercase;
/* 6048 */     font-weight: bold;
/* 6049 */     padding-right: 10px;
/* 6050 */ }

/* main-style.css */

/* 6051 */ 
/* 6052 */ .scfForm label span,
/* 6053 */ .scfForm .scfRadioButtonListLabel span {
/* 6054 */     color: #00aeef;
/* 6055 */     font-weight: bold;
/* 6056 */ }
/* 6057 */ 
/* 6058 */ .scfForm .scfRadioButtonList label {
/* 6059 */     font-weight: normal;
/* 6060 */     text-transform: none;
/* 6061 */ }
/* 6062 */ 
/* 6063 */ .scfForm .scfDropList {
/* 6064 */     width: auto;
/* 6065 */ }
/* 6066 */ 
/* 6067 */ .scfForm input[type=submit] {
/* 6068 */     line-height: 38px;
/* 6069 */     border: none;
/* 6070 */     font-size: 14px;
/* 6071 */     color: white !important;
/* 6072 */     font-weight: bold;
/* 6073 */     margin: 0px;
/* 6074 */     padding: 0px 60px;
/* 6075 */     -webkit-border-top-right-radius: 2px;
/* 6076 */     -webkit-border-bottom-right-radius: 2px;
/* 6077 */     -webkit-border-bottom-left-radius: 2px;
/* 6078 */     -webkit-border-top-left-radius: 2px;
/* 6079 */     -moz-border-radius-topright: 2px;
/* 6080 */     -moz-border-radius-bottomright: 2px;
/* 6081 */     -moz-border-radius-bottomleft: 2px;
/* 6082 */     -moz-border-radius-topleft: 2px;
/* 6083 */     border-top-right-radius: 2px;
/* 6084 */     border-bottom-right-radius: 2px;
/* 6085 */     border-bottom-left-radius: 2px;
/* 6086 */     border-top-left-radius: 2px;
/* 6087 */     -moz-background-clip: padding-box;
/* 6088 */     -webkit-background-clip: padding-box;
/* 6089 */     background-clip: padding-box;
/* 6090 */     background-color: #00aeef;
/* 6091 */     text-align: center;
/* 6092 */     overflow: hidden;
/* 6093 */     width: auto;
/* 6094 */     display: inline-block;
/* 6095 */     -webkit-transition: all 0.2s ease-out;
/* 6096 */     -moz-transition: all 0.2s ease-out;
/* 6097 */     -o-transition: all 0.2s ease-out;
/* 6098 */     transition: all 0.2s ease-out;
/* 6099 */ }
/* 6100 */ 

/* main-style.css */

/* 6101 */ .scfForm input[type=submit]:hover {
/* 6102 */     background-color: #0099cc;
/* 6103 */     text-decoration: none;
/* 6104 */ }
/* 6105 */ 
/* 6106 */ .scfForm .scfRequired,
/* 6107 */ .scfForm .scfValidatorRequired,
/* 6108 */ .scfForm .scfValidator,
/* 6109 */ .scfForm .scfValidationSummary {
/* 6110 */     display: none !important;
/* 6111 */ }
/* 6112 */ 
/* 6113 */ .scfForm .scfFooterBorder,
/* 6114 */ .scfForm .error {
/* 6115 */     overflow: hidden;
/* 6116 */     clear: both;
/* 6117 */     background-color: #f9f9f9;
/* 6118 */     padding: 15px 15px;
/* 6119 */     margin-top: 15px;
/* 6120 */     margin-bottom: 5px;
/* 6121 */ }
/* 6122 */ 
/* 6123 */ .scfForm .scfFooterBorder h4,
/* 6124 */ .scfForm .error h4 {
/* 6125 */     color: #636363;
/* 6126 */     text-transform: uppercase;
/* 6127 */     font-weight: bold;
/* 6128 */ }
/* 6129 */ 
/* 6130 */ .scfForm .scfFooterBorder p,
/* 6131 */ .scfForm .error p {
/* 6132 */     font-size: 13px;
/* 6133 */     color: #636363;
/* 6134 */ }
/* 6135 */ 
/* 6136 */ .scfForm .scfFooterBorder p:last-child,
/* 6137 */ .scfForm .error p:last-child {
/* 6138 */     margin-bottom: 0px;
/* 6139 */ }
/* 6140 */ 
/* 6141 */ .scfForm .error {
/* 6142 */     background-color: #fed7d7;
/* 6143 */     margin-bottom: 19px;
/* 6144 */ }
/* 6145 */ 
/* 6146 */ .scfForm .error h4 {
/* 6147 */     color: #ff5a5a;
/* 6148 */     margin-bottom: 0px;
/* 6149 */ }
/* 6150 */ 

/* main-style.css */

/* 6151 */ .scfForm .error ul {
/* 6152 */     margin: 0px;
/* 6153 */     padding-top: 5px;
/* 6154 */ }
/* 6155 */ 
/* 6156 */ .scfForm .error ul li {
/* 6157 */     list-style-type: none;
/* 6158 */ }
/* 6159 */ 
/* 6160 */ /* loading bar css */
/* 6161 */ #loadingbar {
/* 6162 */     position: fixed;
/* 6163 */     z-index: 2147483647;
/* 6164 */     top: 0;
/* 6165 */     left: -6px;
/* 6166 */     width: 1%;
/* 6167 */     height: 2px;
/* 6168 */     background: #666;
/* 6169 */     -moz-border-radius: 1px;
/* 6170 */     -webkit-border-radius: 1px;
/* 6171 */     border-radius: 1px;
/* 6172 */     -moz-transition: all 500ms ease-in-out;
/* 6173 */     -ms-transition: all 500ms ease-in-out;
/* 6174 */     -o-transition: all 500ms ease-in-out;
/* 6175 */     -webkit-transition: all 500ms ease-in-out;
/* 6176 */     transition: all 500ms ease-in-out;
/* 6177 */ }
/* 6178 */ 
/* 6179 */ #loadingbar.left {
/* 6180 */     left: 100%;
/* 6181 */     right: 0px;
/* 6182 */     width: 100%;
/* 6183 */ }
/* 6184 */ 
/* 6185 */ #loadingbar.up {
/* 6186 */     left: 0px;
/* 6187 */     top: 100%;
/* 6188 */     width: 5px;
/* 6189 */     bottom: 0px;
/* 6190 */     height: 100%;
/* 6191 */ }
/* 6192 */ 
/* 6193 */ #loadingbar.down {
/* 6194 */     left: 0;
/* 6195 */     width: 5px;
/* 6196 */     height: 0;
/* 6197 */ }
/* 6198 */ 
/* 6199 */ #loadingbar.waiting dd,
/* 6200 */ #loadingbar.waiting dt {

/* main-style.css */

/* 6201 */     -moz-animation: pulse 2s ease-out 0s infinite;
/* 6202 */     -ms-animation: pulse 2s ease-out 0s infinite;
/* 6203 */     -o-animation: pulse 2s ease-out 0s infinite;
/* 6204 */     -webkit-animation: pulse 2s ease-out 0s infinite;
/* 6205 */     animation: pulse 2s ease-out 0s infinite;
/* 6206 */ }
/* 6207 */ 
/* 6208 */ #loadingbar dt {
/* 6209 */     opacity: .6;
/* 6210 */     width: 180px;
/* 6211 */     right: -80px;
/* 6212 */     clip: rect(-6px, 90px, 14px, -6px);
/* 6213 */ }
/* 6214 */ 
/* 6215 */ #loadingbar dd {
/* 6216 */     opacity: .6;
/* 6217 */     width: 20px;
/* 6218 */     right: 0;
/* 6219 */     clip: rect(-6px, 22px, 14px, 10px);
/* 6220 */ }
/* 6221 */ 
/* 6222 */ #loadingbar dd,
/* 6223 */ #loadingbar dt {
/* 6224 */     position: absolute;
/* 6225 */     top: 0;
/* 6226 */     height: 2px;
/* 6227 */     -moz-box-shadow: #777 1px 0 6px 1px;
/* 6228 */     -ms-box-shadow: #777 1px 0 6px 1px;
/* 6229 */     -webkit-box-shadow: #777 1px 0 6px 1px;
/* 6230 */     box-shadow: #777 1px 0 6px 1px;
/* 6231 */     -moz-border-radius: 100%;
/* 6232 */     -webkit-border-radius: 100%;
/* 6233 */     border-radius: 100%;
/* 6234 */ }
/* 6235 */ 
/* 6236 */ #loadingbar.left dt {
/* 6237 */     opacity: .6;
/* 6238 */     width: 180px;
/* 6239 */     left: -4px;
/* 6240 */     clip: rect(-6px, 185px, 14px, 25px);
/* 6241 */ }
/* 6242 */ 
/* 6243 */ #loadingbar.left dd {
/* 6244 */     opacity: .6;
/* 6245 */     width: 20px;
/* 6246 */     left: 0;
/* 6247 */     margin: 0;
/* 6248 */     clip: rect(-6px, 22px, 14px, 0px);
/* 6249 */ }
/* 6250 */ 

/* main-style.css */

/* 6251 */ #loadingbar.left dd,
/* 6252 */ #loadingbar.left dt {
/* 6253 */     top: 0;
/* 6254 */     height: 2px;
/* 6255 */ }
/* 6256 */ 
/* 6257 */ #loadingbar.down dt {
/* 6258 */     opacity: .6;
/* 6259 */     height: 180px;
/* 6260 */     top: auto;
/* 6261 */     bottom: -47px;
/* 6262 */     clip: rect(-6px, 20px, 130px, -6px);
/* 6263 */ }
/* 6264 */ 
/* 6265 */ #loadingbar.down dd {
/* 6266 */     opacity: .6;
/* 6267 */     height: 20px;
/* 6268 */     top: auto;
/* 6269 */     bottom: 0;
/* 6270 */     clip: rect(-6px, 22px, 20px, 10px);
/* 6271 */     margin: 0;
/* 6272 */ }
/* 6273 */ 
/* 6274 */ #loadingbar.down dd,
/* 6275 */ #loadingbar.down dt {
/* 6276 */     left: -5px;
/* 6277 */     right: auto;
/* 6278 */     width: 10px;
/* 6279 */ }
/* 6280 */ 
/* 6281 */ #loadingbar.up dt {
/* 6282 */     opacity: .6;
/* 6283 */     height: 180px;
/* 6284 */     bottom: auto;
/* 6285 */     top: -10px;
/* 6286 */     clip: rect(13px, 20px, 190px, -6px);
/* 6287 */ }
/* 6288 */ 
/* 6289 */ #loadingbar.up dd {
/* 6290 */     opacity: .6;
/* 6291 */     height: 20px;
/* 6292 */     bottom: auto;
/* 6293 */     top: 0;
/* 6294 */     clip: rect(-6px, 22px, 25px, 10px);
/* 6295 */     margin: 0;
/* 6296 */ }
/* 6297 */ 
/* 6298 */ #loadingbar.up dd,
/* 6299 */ #loadingbar.up dt {
/* 6300 */     left: -5px;

/* main-style.css */

/* 6301 */     right: auto;
/* 6302 */     width: 10px;
/* 6303 */ }
/* 6304 */ 
/* 6305 */ @keyframes pulse {
/* 6306 */     30% {
/* 6307 */         opacity: 0.6;
/* 6308 */     }
/* 6309 */ 
/* 6310 */     60% {
/* 6311 */         opacity: 0;
/* 6312 */     }
/* 6313 */ 
/* 6314 */     100% {
/* 6315 */         opacity: 0.6;
/* 6316 */     }
/* 6317 */ }
/* 6318 */ 
/* 6319 */ @-moz-keyframes pulse {
/* 6320 */     30% {
/* 6321 */         opacity: 0.6;
/* 6322 */     }
/* 6323 */ 
/* 6324 */     60% {
/* 6325 */         opacity: 0;
/* 6326 */     }
/* 6327 */ 
/* 6328 */     100% {
/* 6329 */         opacity: 0.6;
/* 6330 */     }
/* 6331 */ }
/* 6332 */ 
/* 6333 */ @-ms-keyframes pulse {
/* 6334 */     30% {
/* 6335 */         opacity: 0.6;
/* 6336 */     }
/* 6337 */ 
/* 6338 */     60% {
/* 6339 */         opacity: 0;
/* 6340 */     }
/* 6341 */ 
/* 6342 */     100% {
/* 6343 */         opacity: 0.6;
/* 6344 */     }
/* 6345 */ }
/* 6346 */ 
/* 6347 */ @-webkit-keyframes pulse {
/* 6348 */     30% {
/* 6349 */         opacity: 0.6;
/* 6350 */     }

/* main-style.css */

/* 6351 */ 
/* 6352 */     60% {
/* 6353 */         opacity: 0;
/* 6354 */     }
/* 6355 */ 
/* 6356 */     100% {
/* 6357 */         opacity: 0.6;
/* 6358 */     }
/* 6359 */ }
