/* Site wide  [start]*/
body
{
	overflow-y: scroll;
	margin: 0px;
	font: 0.75em Verdana, sans-serif;
	line-height: 1.5em;
}

*
{
	box-sizing: border-box;
}

div
{
	display: block;
	position: relative;
}

A:link
{
	text-decoration: underline;
	color: black;
}

A:active
{
	text-decoration: underline;
	color: black;
}

/*
A:hover
{
	text-decoration: none;
	color: black;
}
*/

A:visited
{
	text-decoration: underline;
	color: black;
}

input[type="submit"], button, input[type="button"]
{
	border: 1px solid grey;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="number"], input[type="email"], select, textarea
{
	padding: 6px 0px 4px 7px;
	border: 1px solid grey;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.09);
	-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,.09);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,.09);
}

input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="number"]:focus, input[type="email"]:focus, select:focus, textarea:focus
{
	border: 1px solid grey;
}
.ui-spinner input
{
	box-shadow: none;
}

.ui-state-default .ui-icon
{
	background-image: url(../../content/themes/base/images/ui-icons_888888_256x240.png);
}

select
{
	padding-right: 6px;
}

input.portal-button.sml-text, .portal-button-link.sml-text
{
	width: auto !important;
}

p
{
	margin: 5px 0px;
}

.catalogue-item-pleasewaitarea
{
	padding-top: 10px;
	text-align: center;
}


#addToBasketPleaseWait
{
	display: none;
}

/* Main structure items */
#page-area, .main-content fieldset
{
	border: none;
	padding: 0px;
}

#page-area
{
	padding: 0px;
}

#content-area-outer
{
}

#content-area-inner
{
}

#custom-header-outer
{
	background-color: white;
	padding-bottom: 10px;
	padding-top: 10px;
}

#custom-header-inner, #header-area-inner, #page-area-inner, #footer-wrapper-inner
{
	width: 1180px;
	margin: 0 auto;
}

#custom-header
{
}

#header-area-outer
{
	clear: both;
}

#page-area-outer
{
	margin-bottom: 20px;
	margin-top: 12px;
}

#pageHeader
{
	padding-top: 10px;
}

#footer-wrapper-outer
{
	background: rgb(52, 52, 62);
	
	float: left;
	width: 100%;
	height: 309px;
	min-width: 1235px;
	border-bottom: 45px solid !Important;
	border-bottom-color: white !important;
}

#footer-area-outer
{
	overflow: hidden;
	height: 1%;
	width: 926px;
	margin-left: -52px;
	vertical-align: middle;
	padding: 0 0 21px 40px;
	background: url(../images/bg-footer-test.gif) no-repeat 0 100%;
}

#pagination-footer, #footer-wrapper-outer, #header-breadcrumb, .main-content fieldset
{
	margin-top: 10px;
}

.site-breadcrumb-container-outer {
    float: left;
}

#logincontainerouter, #logincontainerinner {
    float: right;
}


/* hack for widths */
#catalogue-filters
{
	width: auto;
}
#catalogue-filters.form-row input.med-text, #catalogue-filters.form-row select.med-text
{
	width: 170px;
}

.site-breadcrumb-nonactiveitem a, #logincontainer a, .page-info a, a
{
	color: grey;
}

.site-breadcrumb-nonactiveitem a:hover, #logincontainer a:hover, .page-info a
{
	text-decoration: none;
}

/* These are the top bar buttons */
.nav-item a, #basket-indicator a
{
	text-decoration: none;
	border-radius: 5px;
}

.nav-item a:hover, .nav-item:hover, #basket-indicator a:hover
{
	cursor: pointer;
	border-radius: 5px;
}

.nav-item .sub-menu .nav-item
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* These are all other buttons */
.portal-button, .catalogue-results-item-school-addtoBasket, .catalogue-results-item-standard-addtoBasket, .catalogue-results-item-service-addtoBasket, .catalogue-results-item-parking-addtoBasket, .pagination-button, .standard-removeItem, .ui-widget-content button.ui-button
{
	height: 30px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.portal-button:hover, .catalogue-results-item-school-addtoBasket:hover, .catalogue-results-item-standard-addtoBasket:hover, .catalogue-results-item-service-addtoBasket:hover, .catalogue-results-item-service-addtoBasket:hover, .catalogue-results-item-parking-addtoBasket:hover, .pagination-button:hover, .ui-widget-content button.ui-button:hover
{
	border-radius: 5px;
	cursor: pointer;
}

/* navigation buttons - disabled mode */
.pagination-button-disabled
{
	background-color: #fff;
	color: #039;
}

/* pretend buttons */

.portal-button-link {
    width: auto;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    display: inline-block;
    font-size: 1em;
}
.portal-button-link a
{
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none !important;
	line-height: 30px;
	display: block;
	text-align: center;
	font-size: 12px;
}

/* pretend buttons */
.portal-button-link a:hover
{
	cursor: pointer;
}

/* NEXT / OK buttons */
.portal-button.portal-confirm, .portal-button-link.portal-confirm a
{
	border-radius: 5px;
	height: 30px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}


.portal-button.portal-confirm:hover, .portal-button-link.portal-confirm a:hover
{
}

.portal-button.portal-confirm {
    color: white;
    background-color: #a588d6;
}

#page-area, .main-content fieldset
{
	border: none;
	padding: 0px;
}

#login-panels .portal-button, #login-panels .portal-button-link, .portal-button-link.med-text, .form-row div.portal-button-link.med-text, .portal-button-link.med-text-wider, .portal-button-link.sml-text-wider, .portal-button.sml-text-wider
{
	width: 175px;
}

#page-area
{
	padding: 0px;
}

.holder-header
{
	overflow: hidden;
	height: 105px;
	margin-top: 12px;
	width: 100%;
}

/*
.navigation
{
	position: absolute;
	bottom: 29px;
	overflow: hidden;
	left: 45px;
	background: grey;
	width: 875px;
	padding: 4px 0;
	margin: 0px;
	clear: both;
}

*/


.navigation ul
{
	margin: 0 0 0 6px;
	padding-left: 3px;
	list-style: none;
	overflow: hidden;
}

.navigation ul li
{
	float: left;
	padding: 0 7px 0 8px;
	background: url(../images/line.gif) no-repeat 0 2px;
}

.navigation ul li a
{
	color: white;
}

.navigation ul li a:hover
{
	text-decoration: underline;
}

.navigation li:first-child
{
	background: none;
	margin-left: 0px;
	padding-left: 0px;
}

.catalogue-results-item-school-text-shopText, .catalogue-results-item-service-text-shopText, .catalogue-results-item-customservice-text-shopText, .catalogue-results-item-standard-text-shopText, .catalogue-results-item-parking-text-shopText, .catalogue-saved-item-standard-text-description, .catalogue-saved-item-school-text-description
{
	font-size: large;
	color: black;
}

.catalogue-results-item-school-text-description, .catalogue-results-item-service-text-description, .catalogue-results-item-customservice-text-description, .catalogue-results-item-standard-text-description, .catalogue-results-item-parking-text-description, .catalogue-saved-item-standard-shop-description, .catalogue-saved-item-school-shop-description, .catalogue-saved-item-service-shop-description, .catalogue-saved-item-parking-shop-description
{
	color: black;
	font-size: x-large;
	font-style: normal;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.catalogue-results-item-service-text-description
{
	width: auto; /*    height: 43px; */
	line-height: 1.5em;
}

.catalogue-results-item-school-text-userhelptext, .catalogue-results-item-service-text-userhelptext, .catalogue-results-item-customservice-text-description, .catalogue-results-item-standard-text-userhelptext, .catalogue-results-item-parking-text-userhelptext
{
	font-style: normal;
	color: black;
	font-size: 1em;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}

.saved-item {    
}

.saved-item-entry{
    padding-left:165px; 
}

.saved-item-container{
    padding-bottom:10px;
}

.saved-standard-image-outer .standard-item-image-small-container
{
    float:none;
}

.item-standard-text, .item-school-text, .item-service-text, .item-parking-text
{
	display: inline-block;
	width: 200px;
	font-size: larger;
	color: black;
}

h1, h2, h3, h4
{
	color: black;
	padding-bottom: 5px;
	padding-top: 10px;
}

h1
{
	font-size: x-large;
}

h3
{
	font-size: 1.1em;
	margin: 5px 0px;
}

.catalog-item-form, .catalog-parking-form, #saved-standard-details-outer, #saved-school-details-outer, #saved-parking-details-outer, #saved-service-details-outer
{
	display: block;
	float: left;
	padding-left: 10px;
	overflow: hidden;
	width: 800px;
	padding-left: 5px;
}

.school-item-image-small-container, .service-item-image-small-container, .standard-item-image-small-container, .parking-item-image-small-container
{
	padding: 0px;
}

.result-line
{
	margin: 0px;
	padding-bottom: 5px;
}

/* colour alternative bars */
.item-standard-resultline-odd, 
.item-school-resultline-odd, 
.item-parking-resultline-odd, 
.item-service-resultline-odd,
.item-ext-standard-resultline-odd, 
.item-ext-school-resultline-odd, 
.item-ext-parking-resultline-odd, 
.item-ext-service-resultline-odd
{
	background-color: #f7f7f8;
}

.item-standard-resultline-even, 
.item-school-resultline-even, 
.item-parking-resultline-even, 
.item-service-resultline-even, 
.item-ext-standard-resultline-even, 
.item-ext-school-resultline-even, 
.item-ext-parking-resultline-even, 
.item-ext-service-resultline-even
{
	background-color: #f7f7f8;
}

.result-line .lrg-text
{
	width: 250px;
}

#content-title
{
	padding-top: 10px;
}

#content-title h1
{
	background-color: white;
	color: black;
	font-style: normal;
	font-size: 42px;
}

#content-title
{
	/* width: 966px; margin-left: -65px;  	padding-left: 5px; 	padding-right: 5px; */
}

.photolink {
    text-align: left;
	/*padding-left: 40px;*/
}

    .photolink A:link {
	color:black;
    }

    .photolink A:visited {
    }

    .photolink A:active {
    }

    .photolink A:hover {
    }


.CivicaFooter
{
	margin-bottom: 15px;
	color: black;
	clear: both;
	background-color: white;
	/*min-width: 1235px;*/
}

.thawte {
    float: right;
    width: 150px;
    text-align: right;
    vertical-align: top;
}

.leftofthawte {
    width: 780px;
    float: left;
    text-align: left;
}

.sys_footer_row2_break
{
	padding: 5px, 0px, 5px, 0px;
	clear: left;
	margin: 0;
	border-top: 1px dotted #00472f;
	font-weight: bold;
	text-align: center;
	height: 5px;
}

.sys_footer_row2_Bold
{
	font-weight: bold;
	background-color: Transparent;
}

.pagination-button
{
	padding-left: 10px;
	padding-right: 10px;
}

.school-item-image-small, .standard-item-image-small, .service-item-image-small, .parking-item-image-small
{
	width: 150px;
	height: 150px;
	margin-left: 0.5em;
}

.form-row
{
	padding: 5px 0px;
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
	vertical-align: top;
}

.form-row.buttons
{
	float: left;
	margin-top: 0.5em;
}

#catalog-filters-outer {
    margin-bottom: 0.5em;
}

#pagination-stepahead-buttons
{
	float: right;
}

.catalogue-item-detail-buttons-outer
{
	display: block;
	float: right;
	margin-top: 30px;
}

.catalogue-item-detail-text-outer
{
	display: block;
}

.catalogue-results-item-standard, .catalogue-results-item-school, .catalogue-results-item-service, .catalogue-results-item-parking, #saved-standard-outer, #saved-school-outer, #saved-service-outer, #saved-parking-outer
{
	margin-top: 10px;
	padding-top: 10px;
}

.catalogue-item-detail-editors-outer
{
	width: 500px;
	float: left;
}

.subTitle {
    padding-top: 42px;
    margin-bottom: -4px;
}

.cufon {
    font-family: "Bliss Bold", 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size-adjust: 0.47;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.subTitle h1 {
    font-size: 1.1em;
    padding-bottom: 0px;
    color: #482278;
    margin-left: 3px;
    height: 45px;
}

#header-menu {
}

.nav-item, #basket-indicator first-child
{
	margin-left: 0px;
}

#basket-indicator
{
	margin-right: 0px;
	width: 200px;
}


#basket-indicator .indicator-item, #basket-indicator-legend
{
	display: block;
	padding-right: 10px;
}
#basket-indicator-legend
{
	text-align: left;
	background-image: url("../images/customers/Basket-white.png");
	background-repeat: no-repeat;
	background-position: right center;
	height: 32px;
	width: 32px;
	display: block;
	float: left;
	margin-top: -5px /* move the basket up a bit */;
}

#basket-indicator-detail
{
	display: block;
	float: right;
	top: -10px;
}

#basket-indicator a:hover {
            text-decoration: none !important;
        }

#basket-indicator a .basket-indicator-sub-items
{
	position: relative;
	padding-top: 20px;
	bottom: 0px;
}

.basket-indicator-sub-items {
    text-decoration: none !important;
}

.pager-content .pager-pagesize-inner ul {
    float: right;
}

.pager-label
{
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.pager-label.offscreen {
        position: absolute;
        left: -1000px;
        top: auto;
        overflow: hidden;
        height: 1px;
        width: 1px;
    }

.pager-content .pager-pagesize-inner ul
{
	float: right;
}

.pager-content
{
	padding-top: 10px;
}

.pager-content li
{
	float: left;
}

.pager-content .pager-pagesize-outer
{
	float: right;
}

.pager-content a
{
	border-radius: 3px 3px 3px 3px;
	margin-right: 3px;
	padding: 4px 10px;
	line-height: 100%;
	text-decoration: none;
}

.pager-content a:hover
{
	cursor: pointer;
	text-decoration: none;
}

.pager-content li.selected a
{
	background-color: #fff;
	color: black;
	border: 1px solid grey;
}

.site-breadcrumb-container ul {
    padding-left: 4px;
    padding-top: 13px;
}

.main-content fieldset
{
	border: 0px none;
	padding: 0px;
}

.main-content fieldset legend {
    padding: 0px;
}

.main-content fieldset legend h2
{
        padding-left: 0px;
        color: black;
        font-size: 1.2em;
}

#catalogue-filters select, #catalogue-filters input, #catalogue-filters label {
    margin-right: 0px;
    margin-left: 5px;
}


#CategoryFilter {
    margin-left: 0px !important;
}

/*Login page styles*/

.page-split.left-col
{
	float: left;
}
.page-split
{
	display: inline-block;
	width: 49%;
}

.display-field.button-right
{
	text-align: right;
}

.shopping-basket-view #result
{
	background-color: white;
	color: rgb(0, 153, 0);
	width: auto;
	text-align: left;
	font-size: 1.3em;
	background-image: url("../images/tick.png");
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 40px;
	padding-top: 8px;
}

input.portal-button.med-text, .portal-button-link.med-text, .form-row div.portal-button-link.med-text
{
	white-space: nowrap;
}


/* 12.0.0.0 extra */

#cookiepolicy-main-outer
{
	font-size: normal;
	background-color: #EEEEEE;
	/*opacity: 0.7;*/
	padding: 5px 0px;
}

#cookiepolicy-main-inner
{
}

.form-row .display-field select.autowidth
{
	width: auto !important;
}

#filter-category.catalogue-filters-list-item
{
	float: right;
	margin-left: 0px;
}

#filter-shop.catalogue-filters-list-item
{
	float: left;
	margin-right: 10px;
}

.pager-outer
{
	height: 35px;
}

.validation-summary-messages {
    margin-bottom: 4px;
}

.validation-summary-errors-wrapper {
    margin-bottom: 10px;
}

.validation-summary-messages h3
{
	font-size: 1.2em;
	color: rgb(255, 0, 0);
	margin: 3px 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
}

.validation-summary-errors li a, .error-summary-linkitem
{
	color: red;
	list-style-type: none;
}

/*Table Style*/

table.portal-table
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

table.portal-table thead
{
	color: black;
	background-color: white;
	border-bottom: 1px solid black;
}

table.portal-table thead td
{
	padding: 10px 5px;
	border-bottom: solid 1px #777;
	border-top: solid 1px #777;
}

            table.portal-table thead td:first-child, table.portal-table thead tr {
                -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;
            }

            table.portal-table thead td:last-child, table.portal-table thead tr {
                -webkit-border-top-right-radius: 5px;
                border-top-right-radius: 5px;
            }

table.portal-table tbody tr.even-row td
{
	background-color: white;
}

table.portal-table tbody
{
	background-color: #fff;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border: none;
}

table.portal-table tbody td
{
	padding: 5px 3px;
}

table.portal-table tbody tr:nth-child(even)
{
	background-color: white;
}

table.portal-table tbody td:first-child, table.portal-table tfoot td:first-child
{border-left: solid 1px #777;
}

table.portal-table tbody td:last-child, table.portal-table tfoot td:last-child
{border-right: solid 1px #777;
}

table.portal-table tbody tr:last-child td
{
	border-bottom: solid 1px #777;
}

table.portal-table tfoot tr td
{
	background-color: white;
	color: black;
	font-weight: bold;
	padding: 10px 5px;
	border-bottom: solid 1px #777;
}

table.portal-table tfoot tr:last-child td:first-child
{        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
}

table.portal-table tfoot tr:last-child td:last-child
{         -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
}


/*End Table styles*/

.item-school-mandatoryFieldWarning
{
	margin-bottom: 5px;
}

#payment-confirmation-details .display-label, #payment-confirmation-details .display-field
{
	width: auto;
	padding: 10px 10px 10px 0px;
}

/*Customisable Service Pay*/
.catalogue-item-help-link {
    background: url(../images/icon_info.gif) no-repeat 0px 0px;
    width: 18px;
    height: 19px;
    margin-left: 5px;
    margin-top: 6px;
    display: inline-block;
}

.result-line input.custom-input-checkbox {
    margin: 0px;
    margin-top: 3px;
    padding: 6px 0px;
}

img.catalogue-help-diag-icon {
    margin-right: 10px;
    margin-top: 5px;
}

.result-line .custom-item-spacer {
    height: 30px;
    display: block;
}

.custom-service-pay-items .custom-service-pay-value-label {
    margin-bottom: 15px;
    display: inline-block;
}


/* Receipts */

#Reciept-standard--items-table-row, #Reciept-failed--items-table-row
{
}

.Reciept-standard--legend-detail-row, .Reciept-failed--legend-detail-row, .Reciept-declined--legend-detail-row, .Reciept-Vat--legend-detail-row
{
	font-weight: bold;
}

.Reciept-declined--title, #Reciept-failed--not_made
{
	margin-top: 20px;
}

.receipt-col
{
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-top: 10px;
}

.receipt-col .receipt-label
{
	padding-bottom: 10px;
}

.receipt-table
{
	padding: 10px 0px;
}

.receipt-table table
{
	min-width: 50%;
	width: auto;
}

#emailAddressRow
{
	margin: 10px 0px;
}

.main-content FIELDSET.success-receipt-header LEGEND
{
	background: url(../images/tick.png) no-repeat left top #fff;
	padding-left: 46px;
	line-height: 36px;
	margin-left: 10px;
}

fieldset.failed-receipt-header LEGEND
{
	background: url(../images/cross.png) no-repeat left top #fff;
	padding-left: 46px;
	line-height: 36px;
	margin-left: 10px;
}

fieldset.declined-receipt-header LEGEND
{
	background: url(../images/cross.png) no-repeat left top #fff;
	padding-left: 46px;
	line-height: 36px;
	margin-left: 10px;
}

/*End receipts*/

#search-area
{
	vertical-align: top;
    float: right;
}


/* Logged in homepage spacing issues */
#homepage-welcome-main, #homepage-welcome-warning, #refresh-balances-info
{
	padding-bottom: 5px;
}

#message-header
{
	padding-top: 5px;
}
/* End logged in homepage spacing issues */

/*My Account Style*/

#my-account-nav .my-account-nav-item
{
	background: url(../images/btns_mainWidget.png) no-repeat -158px 0px;
	height: 38px;
	margin-right: -1px;
	width: 155px;
	color: #482278;
	padding-bottom: 11px;
}

#my-account-nav .my-account-nav-item.selected
{
	background: url(../images/btns_mainWidget.png) no-repeat 0px 0px;
}

#my-account-nav .my-account-nav-item a:hover
{
	font-weight: bold;
}

#my-account-nav .my-account-nav-item a, #my-account-nav .my-account-nav-item a:hover
{
	text-decoration: none;
	line-height: 38px;
}

#my-account-content
{
	border: 1px solid #dbdbdb;
	padding: 20px;
	margin-top: -7px;
}

#my-account-content .display-label
{
	margin-top: 0px;
}

#my-account-content .display-field.button-right
{
	margin-top: 0px;
}

#my-account-container
{
	padding-top: 10px;
}
/*End My account styles*/

/*Timeout warning */

#timeout-warning-dialog-content p, #timeout-expired-dialog-outer p
{
	padding: 5px 5px 5px 25px;
}

#timeout-warning-dialog-content p.warning, #timeout-expired-dialog-outer p.expired
{
	background: url(../images/icon_info.gif) no-repeat 0px 5px;
}

#timeout-warning-dialog-content span.timeout-value
{
	color: #ff0000;
	font-size: 1.2em;
}

#timeout-expired-dialog-outer
{
	display: none;
}

/*End timeout warning*/

#payment-confirmation-details .display-label, #payment-confirmation-details .display-field
{
	width: auto;
	padding: 10px 10px 10px 0px;
}

.med-text, .portal-button.add-to-basket
{
	width: auto !important;
}

.portal-button.add-to-basket, addToBasketButton
{
	font-size: 1.2em;
	font-weight: 300;
	text-decoration: none;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-radius: 4px;
}

.form_area {
    float: left;
}

.addToBasketButton
{
	float: right;
}

.portal-button.add-to-basket:hover
{
}

.display-field.button-right.med-text
{
	margin-left: 5px;
}

#imgCSC
{
	vertical-align: bottom;
}

#ChangePassword
{
	margin-top: 0px;
}

.form-row.buttons .display-label
{
	float: none;
}

#standard-remove, #school-remove
{
	margin-top: 5px;
}

#standard-needs-verifying, #school-needs-verifying
{
	margin-top: 5px;
}

#saved-standard-image-outer, #saved-school-image-outer, #saved-service-image-outer, #saved-parking-image-outer
{
	width: 150px;
}

.clear-fix:after
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#saved-standard-balances td
{
	width: 25%;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{
	font-size: 16px;
}

.homepage-saved-updatingprogress
{
	visibility: hidden;
}

#standard-remove, #school-remove, #parking-remove, #service-remove
{
	margin-top: 5px;
}

#standard-needs-verifying, #school-needs-verifying, #service-needs-verifying, #parking-needs-verifying
{
	margin-top: 5px;
}

#containerViewSwitcher
{
	display: none;
}

#standard-needs-verifying .portal-button-link, #standard-remove .portal-button-link, #school-needs-verifying .portal-button-link, #school-remove .portal-button-link, #parking-needs-verifying .portal-button-link, #parking-remove .portal-button-link, #service-needs-verifying .portal-button-link, #service-remove .portal-button-link
{
	float: left;
	margin-top: 10px;
}

#standard-remove .portal-button-link, #service-remove .portal-button-link, #parking-remove .portal-button-link, #school-remove .portal-button-link
{
	margin-left: 10px;
}

/* space out "saved" item elements */
#saved-standard-details-detail form div, #school-standard-details-detail form div, #parking-standard-details-detail form div, #service-standard-details-detail form div
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.nav-item a, #basket-indicator a, .portal-button, .catalogue-results-item-school-addtoBasket, .catalogue-results-item-standard-addtoBasket, .catalogue-results-item-service-addtoBasket, .catalogue-results-item-parking-addtoBasket, .pagination-button, .standard-removeItem, .portal-button-link a, .portal-button.portal-confirm, .portal-button-link.portal-confirm a, .pager-content a, .portal-button.add-to-basket, addToBasketButton
{
	background-color: #2f837b;
	color: white;
	border: 1px solid #2f837b;
}

/* the header area doesnt need borders though */

.nav-item a:hover, .nav-item:hover, #basket-indicator a:hover, .portal-button:hover, .catalogue-results-item-school-addtoBasket:hover, .catalogue-results-item-standard-addtoBasket:hover, .catalogue-results-item-service-addtoBasket:hover, .catalogue-results-item-service-addtoBasket:hover, .catalogue-results-item-parking-addtoBasket:hover, .pagination-button:hover, .portal-button-link a:hover, .portal-button.portal-confirm:hover, .portal-button-link.portal-confirm a:hover, 
.pager-content a:hover, .portal-button.add-to-basket:hover
{
	background-color: black;
	color: white;
	border-color: black;
}

/* Allow resizing of the nav bars / basket */
.nav-item a
{
	line-height: 55px;
}

.nav-item .sub-menu
{
	top: 55px;
}

#basket-indicator a
{
	height: 55px;
}


/*15.2*/
.form-row.outside-fieldset {
    padding-left: 0px;
}

.confirmation-paymentdetails {
   width:100%;
}

.confirmation-paymentdetails:nth-child(odd) {
    background: #e7e7e7;
}

.confirmation-multiple-label {
    width:300px;
    float:left;
}

.confirmation-multiple-detail {
    width:70px;
    float:left;
    text-align:right;
}

/* External Views Start */

.catalogue-results-item-ext-standard, 
.catalogue-results-item-ext-service, 
.catalogue-results-item-ext-school, 
.catalogue-results-item-ext-parking {
    padding: 0;
}

.catalogue-results-item-ext-standard-text-description,
.catalogue-results-item-ext-service-text-description,
.catalogue-results-item-ext-school-text-description,
.catalogue-results-item-ext-parking-text-description
 {
    font-style: normal;
    color: black;
    height: 33px;
    padding-top: 5px;
    font-size: 1.4em;
    font-weight: bold;
}


.catalogue-results-item-ext-standard-text-shopText,
.catalogue-results-item-ext-service-text-shopText,
.catalogue-results-item-ext-school-text-shopText,
.catalogue-results-item-ext-parking-text-shopText {
    font-style: normal;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
}

.catalogue-results-item-ext-standard-text-userhelptext,
.catalogue-results-item-ext-service-text-userhelptext,
.catalogue-results-item-ext-school-text-userhelptext,
.catalogue-results-item-ext-parking-text-userhelptext {
    font-style: normal;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}

.catalogue-results-item-ext-standard-text-freetext1,
.catalogue-results-item-ext-service-text-freetext1,
.catalogue-results-item-ext-school-text-freetext1,
.catalogue-results-item-ext-parking-text-freetext1 {
    font-style: normal;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.catalogue-results-item-ext-standard-text-freetext2,
.catalogue-results-item-ext-service-text-freetext2,
.catalogue-results-item-ext-school-text-freetext2,
.catalogue-results-item-ext-parking-text-freetext2 {
    font-style: normal;
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* External Views End */

/* 
 *  Statement table columns
 */
.statement-table-balance-column-standard {
    display: table-cell;
    text-align: right;
}

.statement-table-balance-column-school {
    display: table-cell; 
    text-align: right;
}

.statement-table-amount-column-standard {
    display: table-cell;
    text-align: right;
}

.statement-table-amount-column-school {
    display: table-cell;
    text-align: right;
}
/* End Statement */

.address-search-btns-right {
    float: right;
}

.address-search-btns-container {
    position: relative;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.5em;
}

.address-search-btns-left {
    float: left;
}

/* accessibility */
.element-invisible {
  position: absolute;
  top: -999999em;
  left: auto;
  width: 1px;
  height: 1px;
  overflow:hidden;
}
legend.hide {
    display: none;
}

span.ui-dialog-title {
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
}

.ui-widget-header {
    /*background-image: url("../images/shop_background.gif");
    background-repeat: repeat-x;
    border-bottom: 1px solid #CFCFCF;*/
    background-image: none;
    background-color: grey;
    color: white;
}

.ui-widget-overlay {
    opacity: 0.6;
}

/* Saved Items Catalogue Width Default 600px Wide */

.catalogue-saved-item-parking-shop-description,
.catalogue-saved-item-service-shop-description, 
.catalogue-saved-item-standard-shop-description, 
.catalogue-saved-item-school-shop-description {width: 600px} 

.catalogue-saved-item-parking-text-description,
.catalogue-saved-item-service-text-description,
.catalogue-saved-item-standard-text-description,
.catalogue-saved-item-school-text-description {width:600px}

.item-stardard-resultline,
.item-school-resultline,
.item-service-resultline,
.item-parking-resultline {
    width: 600px;
}

.paymenthistory-searchbutton {
    float: right;
}

#ddwarning-warning-dialog-content p, #ddwarning-expired-dialog-outer p {
    padding: 5px 5px 5px 25px;
    font-weight : bold;
}

    #ddwarning-warning-dialog-content p.warning, #ddwarning-expired-dialog-outer p.expired {
        background: url(../images/icon_info.gif) no-repeat 0px 5px;
    }

#ddwarning-warning-dialog-content span.timeout-value {
    color: #ff0000;
    font-size: 1.2em;
}

#ddwarning-expired-dialog-outer {
    display: none;
}


.boldspan {
    font-weight: bold !important;
}

.mb25 {
    margin-bottom: 25px !important;
}


.mt25 {
    margin-top: 25px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt60 {
    margin-top: 60px !important;
}
.mt65 {
    margin-top: 65px !important;
}

.confirmpaymentforleft{
    width: 50%;
}

.confirmpaymentforright{
    width: 50%;
/*    margin-left: 450px; */
    margin-top: -59px;
}

.confirmbankleft{
    width: 50%;
}

.confirmbankright{
    width: 50%;
    margin-left: 450px;
    margin-top: -90px;
}

.confirmpaymentschleft{
    width: 50%;
}

.confirmpaymentschright{
    width: 50%;
    margin-left: 450px;
    margin-top: -120px;
}

.buttonrightimportant{
    text-align: right !important;
    width: 280px !important;
}

.disabled-portal-button{
    background-color: grey;
  
}

.dd-or-centre { margin-left: 255px; }
.dd-or-centre-schedule-duration { margin-left: 31px; }

.dd-title
{
	font-weight: 700;
    color: #482278;
    font-style: normal;
    margin-bottom: 10px;
	font-size: 1.4em;
}

.dd-sub-title, #lblScreenTextRow
{
	font-weight: 700;
    color: #482278;
    font-style: normal;
    margin-bottom: 10px;
	font-size: 1.2em;
}

.portal-button-recurring-payments
{
	padding-left: 5px;
	padding-right: 5px;
}

.display-label-giftaid { width: 180px; }
.display-field-giftaid {
	margin-left: 38px;
    margin-top: 12px;
}


   .catalogue-item-detail-buttons-outer-recurring {
       margin-top:4px;
   }

#rcpWarning-warning-dialog-content p, #rcpWarning-expired-dialog-outer p {
    padding: 5px 5px 5px 25px;
    font-weight: bold;
}

    #rcpWarning-warning-dialog-content p.warning, #rcpWarning-expired-dialog-outer p.expired {
        background: url(../images/icon_info.gif) no-repeat 0px 5px;
    }

#rcpWarning-warning-dialog-content span.timeout-value {
    color: #ff0000;
    font-size: 1.2em;
}

#rcpWarning-expired-dialog-outer {
    display: none;
}

.paymentconfirmationleft {
    width: 50%;
    float:left;
}

.paymentconfirmationright {
    width: 50%;
   float:left;
}

.payment-type-option-first {
    width: 30%;
    float: left;
    height: 220px;
}

.payment-type-option {
    width: 30%;
    float: left;
    height: 220px;
    margin-left: 4%;
}
#rp-paymentschedule .display-label { vertical-align: baseline; }
#rp-paymentschedule fieldset { margin-top: 5px; }
#rp-continious-end-date-message { margin: 5px 0 5px 0; }
#rp-effectivedate {margin-top: 6px;}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #6C558A; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #6C558A;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
	font-size: 12px;
	font-weight:normal;
	left: 45px;
	top: -6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #6C558A transparent transparent;
}

.tooltip-circle {
	width: 28px;
	height: 28px;
	border-radius: 26px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #6C558A;
}

.tooltip-circle:before {
	content: "?";
}

.payment-type-option-image {
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

.payment-info-icon {
    float: right;
}

.payment-schedule-tooltip
{
	left: 150px;
}

#rp-end-date-selection
{
	margin-top: 15px;
}

#rp-end-date-selection .or-space
{
	margin-left:10px;
	margin-right:10px;
}

#CalculateSchedule { margin-top: 15px; }

.portal-alert-warning  
{
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #8a6d3b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.vertical-align-middle  
{
   vertical-align:middle;
}

.help-icon-payment-confirmation  
{
   padding-right:10px;
}

.searchable-types-dropdown
{
    width: 400px;
    display: inline-block;
}

.payment-schedule-erroricon {
    background: url(../images/cross.png) no-repeat left top #fff;
    padding-left: 46px;
    line-height: 36px;
    margin-left: 10px;
}
/* Eden Specific */

.primaryBackground, .footer-holder {
	/*background-color: #2f837b;*/
}

/*
.primaryBackground {
    border-bottom-color: #ccc !Important;
}

.primaryBackground {
	border-bottom: 5px solid;
}
*/
#pop-up-spacer {
	display: none;
	height: 54px;
}

.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-header::after, .modal-footer::after {
	clear: both;
}

.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-header::before, .modal-header::after, .modal-footer::before, .modal-footer::after {
	content: " ";
	display: table;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

#siteHeader {
	padding: 10px 0px;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.skip-content {
	padding-right: 15px;
	position: relative;
	height: 0px;
}

.pull-right {
	float: right !important;
}

.skip-content a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.col-sm-2 {
	width: 16.66666667%;
}

#logo-image {
	height: 110px;
	padding: 0px;
	margin-left: 20px;
}

img {
	vertical-align: middle;
}

img {
	border: 0;
}


.contact-holder, .contact-holder a, .footer-holder, .footer-holder a {
	color: #fff;
	text-decoration: none;
}

.contact-holder {
	margin-top: 25px;
}

.contact-holder, .a-z-title, .action-button-holder, .action-button-holder a {
	font-size: 21px;
	
}


.col-md-3 {
	width: 25%;
}

#title-text a {
    content:  "NEW!";
}

.contact-holder a:hover, .contact-holder a:focus {
	text-decoration: underline;
}

.contact-holder a {

    line-height: 1.5em;
}

.footer-holder {
	padding: 0 15px;
	overflow: hidden;
	font-size: 15px;
}

.footer-margin {
	/*margin-top: 50px;*/
}

/*
.container {
	width: 1170px;
}
*/


.footer-column {
	padding: 15px 15px;
}

.col-md-4 {
	width: 33.33333333%;
}

.footer-column ul {
	margin-bottom: 0;
}

.footer-holder ul {
	list-style: none;
	padding-left: 0px;
}

.footer-holder ul {
	list-style: none;
}

.footer-holder {
	font-size: 15px;
}

.a-z-holder, .news-column, .news-wrapper, .copyright-holder, .cookie-holder {
	background-color: #eee;
}

.copyright-holder {
	text-align: center;
}

/*
.col-xs-12 {
	width: 100%;
}
*/

.copyright-holder ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000066;
	font-size: 16px;
}

.copyright-holder ul li {
	display: inline;
	padding: 5px;
}

.copyright-holder ul li:not(:last-child)::after {
	content: '|';
	padding-left: 5px;
}

.copyright-holder a {

color: #000066;

font-size: 14px;
}


.footer-inner {
	text-align: left;
}


#custom-header-outer {
	background-color: white;
	/*height: 145px !Important;*/
	border-bottom: 1px solid #b8b8c2;
}


.copyright-holder ul li a {
	text-decoration: underline;
}

/*
.fa-twitter-square::before {
	background-image:url(../images/customers/twitter.png); background-repeat: no-repeat; background-color: #002B54; margin: 0px; padding: 5px 8px 5px 8px; text-align: right; width: 970px; min-height: 120px;}


.fa-twitter-square {
	background-image:url(../images/customers/twitter.png);
}

*/

a.twitter {
	display: inline-block;
	background: url(../images/customers/twitter.png);
	height: 29px;
	width: 28px;
}

a.facebook {
	display: inline-block;
	background: url(../images/customers/facebook.png);
	height: 29px;
	width: 28px;
}

a.rss {
	display: inline-block;
	background: url(../images/customers/rss.png);
	height: 29px;
	width: 28px;
}

#cookiepolicy-main {
	color: black !Important;

}

.site-breadcrumb-container li {
	visibility: hidden;
}

#basket-indicator-legend:hover
{
	background-image: url("../images/Basket.png") !Important;
}

#logincontainer a
{
 visibility:hidden;
}

.CivicaFooter a
{
 color:black !Important;
}

#ddwarning-dialog-wrapper{
	visibility:hidden;
}

#rcpwarning-dialog-wrapper{
	visibility:hidden;
}


body, input, select, textarea {
	font-family: Verdana, sans-serif !Important;
}

/*Footer*/
.lgd-footer__footer {
	color: white;
	padding: 3rem;
}

.lgd-footer__footer {
	background-color: rgb(52, 52, 62);
}

.lgd-container {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.lgd-row {
	display: flex;
	flex-wrap: wrap;
}

.lgd-row > div[class*="lgd-row"] {
	margin-right: 0;
	margin-left: 0;
}

.lgd-footer__footer .menu--footer {
	list-style: none;
}


.lgd-footer__footer .lgd-row__full {
	margin-left: 0.9375rem !important;
}

.lgd-footer__footer .menu--footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-bottom: 2rem;
	padding-left: 0;
}

.lgd-footer__footer p, .lgd-footer__footer ul {
	font-size: 0.9375rem;
	line-height: 1.8;
}

.lgd-footer__footer a {
	color: white;
}

.cumbria-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-bottom: 2rem;
	padding-left: 0;
}

.cumbria-social {
	list-style: none;
}

.cumbria-social li a img {
	background-color: #2f837b;
	border: 0.1875rem solid transparent;
	height: 2.125rem;
	width: 2.125rem;
}

.cumbria-social img {
	border-radius: 0.25rem 0.25rem 0.75rem 0.25rem;
}

.lgd-footer__footer p {
	margin-bottom: 1rem;
}

.lgd-footer__footer UL LI {
	/* list-style-type: square; */
	margin-right: 10px;
}

.lgd-footer__footer a:hover {
	text-underline-offset: 2px;
}

.cumbria-social li a:hover img {
	background-color: black;
}

.lgd-footer__footer a:hover {
	text-decoration-thickness: max(3px, 0.1875rem);
}

.lgd-footer__footer a:focus {	
	text-decoration: none;
	color: black;
	outline: 3px solid transparent;
	background-color: #74eadd;
	-webkit-box-shadow: 0 -2px #74eadd, 0 4px black;
	box-shadow: 0 -2px #74eadd, 0 4px black;
	-webkit-box-decoration-break: clone;
}



/*header*/
/*
.lgd-header {
	border-bottom: 1px solid #b8b8c2;
}
*/

.lgd-header {
	padding-top: 0.625rem;;
	padding-bottom: 0;
}

.lgd-header {	
	background-color: white;
}

.lgd-header .lgd-container {
	padding-bottom: 0.625rem;
}

.padding-horizontal {
	padding-right: 1rem;
	padding-left: 1rem;
}

.lgd-container {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.lgd-row {
	display: flex;
	flex-wrap: wrap;
}

.lgd-row > div[class*="lgd-row"] {
	margin-right: 0;
	margin-left: 0;
}

/*
 .lgd-row__full {
	width: calc(100% - 1rem);
}
*/

.lgd-header__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: end;
}

.lgd-header__nav--primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	margin-right: 0;
	align-items: center;
    text-align: center;
	vertical-align: text-top;
}
.lgd-header .lgd-region--header {
	margin-right: calc(1rem * 2);
}

.branding__item--logo {
	width: 240px;
}

.branding__item--logo a {
	transition: none;
}

.lgd-header a {
	color: white;
}

.branding__logo img {
	max-width: 240px;
	display: block;
	height: auto;
}

.lgd-header__nav--primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	margin-right: 0;
}

.lgd-header__nav--primary {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: auto;
}

.lgd-region--primary-menu {
	background-color: transparent;
}

.visually-hidden {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	word-wrap: normal;
}

.lgd-region--primary-menu .menu--main {
	display: flex;
}

.menu--main {
	margin-right: 1.25rem;
}

.menu--main {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.menu--main > .menu-item {
	margin-right: 1em * 0.5;
	margin-left: 1em * 0.5;
}

.menu--main > .menu-item, .lgd-header__toggle {
	border-radius: 0;
	font-weight: 600;
}

.lgd-header__toggle {
	border: none;
	border-radius: 0.25rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0.375rem 1em;
}

.lgd-header__toggle--secondary {
	display: flex;
}

.lgd-header__toggle-icon::after {
	content: none;
	transform: none;
	width: 1rem;
}

.lgd-header__toggle-icon::after {
	display: inline-block;
	margin-left: 1em;
	content: "\203A";
	transition: 3s;
	transform: rotate(90deg);
	font-size: 16px * 1.6875;
}

.lgd-header__toggle-icon svg {
	fill: black;
}

.lgd-header__toggle-icon svg {
	display: block;
	height: 1.125rem;
	width: 1.125rem;
}

.menu--main > .menu-item, .lgd-header__toggle {
	border-radius: 0;
	font-weight: 600;
}

.menu--main > .menu-item {
	font-size: 1.125rem;
	font-weight: 700;
}

.menu--main > .menu-item a {
	color: black;
}

.menu--main > .menu-item a {
	border: none;
	color: white;
	padding: 0.375rem 0.75rem;
	text-decoration: none;
}

.menu--main > .menu-item a {
	color: white;
	border: 1px solid transparent;
	background-color: transparent;
}

.menu--main > .menu-item a {
	display: block;
	padding: 1em;
	color: black;
}







