﻿@charset "UTF-8";

body {
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
    background: #fff;
    font-family: Raleway, Helvetica, Arial, Sans-Serif;
    font-size: large;
    border-style: solid;
    border-width: 0 1px;
    border-color: #eee;
    line-height: 1.4;
    position: relative;
}
.wrapperform
{
    position: relative
}

p, ul, ol {
    line-height: 1.4;
}

form
{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

textarea
{
    width: 30em;
    font-family: Raleway, Helvetica, Arial, Sans-Serif;
}

select
{
    font-family: Raleway, Helvetica, Arial, Sans-Serif;
}

a
{
    text-decoration: none;
    color: #555;
}


a[href]
{
    text-decoration: none;
    color: #0f6cb1;
}

a[href]:hover, a[href]:focus, a[href]:active
{
    text-decoration: underline;
}

table
{
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: .3em
}
th
{
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: .3em;
    background-color: #eee;
}
td
{
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: .3em
}

.allowwrap
{
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*.continuationBox
{
    display: none;
}*/


.continuationBox {
	font-size: 0;
	margin: 0;
	opacity: 0;
	padding: 0.3em .9em;
	transition: opacity .25s, font-size .5s .25s, margin .5s .25s, padding .5s .25s;
}

	.continuationBox.continuationBoxOpen {
		font-size: 1em;
		opacity: 1;
		transition: font-size .25s, margin .25s, padding .25s, opacity .5s .25s;
	}






.tipBox
{
    background-color: #f2f7fd;
    padding: .6em 1em .6em 32px;
    margin: 1.6em 0 .6em 0;
    border-radius: .6em;
    position: relative;
}

.tipBox:before
{
    content: " ";
    position: absolute;
    top: -12px;
    left: -6px;
    height: 47px;
    width: 30px;
    background-image: url("../../img/tip.svg");
    background-repeat: no-repeat;
}

.tipBox p:first-child
{
    margin-top: 0;
}

#__asptrace
{
    display: none;
}


/* ========================================= header */

.header
{
    background-color: #f0f1f3;
    margin: 0;
}

.header .cobrand, .header .title
{
    min-height: 118px;
    line-height: 108px;
}

.header h1
{
    margin: 0;
    padding: 0;
}

.header h1 a
{
    padding: 0 24px;
    display: block;
    text-decoration: none !important;
}

.header h1 img
{
    vertical-align: middle;
    margin: 0;
    padding: 0;
    max-width: 48%;
    height: auto;
}

a img{border-style: none;}

.header .title a, .header .cobrand a
{
    min-height: 118px;
}

.header .title
{
    float: left;
    min-width: 55%;
    max-width: 70%;
}

.header .title img
{
    max-width: 48%;
    height: auto;
}


.header .title.nocobrand img
{
    max-width: 98%;
    height: auto;
}



.header .cobrand {
	float: right;
	background-color: #fff;
	padding: 0 24px;
	position: relative;
	min-width: 20%;
	max-width: 30%;
	text-align: center;
	min-height: 118px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .cobrand img
{
    padding: 0;
    position: relative;
    vertical-align: middle;
    z-index: 10;
    max-width: 60%;
    height: auto;
}

.header .cobrand a.a_Cobrand {
	display: block;
	margin: 0 0 0 24px;
	align-self: center;
}
.header .cobrand:before
{
    content: " ";
    height: 0;
    width: 0;
    border-color: #f6f6f8 #fff #f5f5f7 #f0f1f3;
    border-style: solid;
    border-width: 59px 24px;
    position: absolute;
    left: 0;
}

.cobrand .contactHeader {
	display: block;
	text-align: left;
	margin-left: 54px;
	align-self: center;
}
.cobrand .contactHeader p {
	margin: 0;
	padding: 0;
}
.cobrand .contactHeader a {
	text-decoration: none;
}
.cobrand .contactHeader a:after {
    font-family: Arial, Helvetica, sans-serif;
    content: "\25BA";
    padding: .15em;
    transition: all .2s;
    font-size: .8em;
}
.cobrand .contactHeader a:hover:after,
.cobrand .contactHeader a:focus:after {
    font-family: Arial, Helvetica, sans-serif;
    content: "\25BA";
    padding-left: .3em;
}

.clear
{
    clear: both;
}

br.clear
{
    height: 0;
    line-height: 0;
}

/* =========================================  arrows */

.bb_r[href]
{
    background-color: #fff;
    color: #0567ac;
    border-radius: 0.3em 0 0 0.3em;
    padding: 0.5em 0.3em 0.5em 1em;
    line-height: 1em;
    display: inline-block;
    font-weight: bold;
    position: relative;
    border-right: 0px solid #fff;
}


.bb_r:after
{
    content: " ";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #fff;
    border-style: solid;
    border-width: 1em 0 1em 1em;
    position: absolute;
    right: -0.99em;
    top: 0;
}

.bb_rb[href]
{
    background-color: #3e94d1;
    color: #fff;
    border-radius: 0.3em 0 0 0.3em;
    padding: 0.5em 0.3em 0.5em 1em;
    margin-right: 1em;
    line-height: 1em;
    display: inline-block;
    font-weight: bold;
    position: relative;
    border-right: 0px solid #fff;
}



.bb_rb:after
{
    content: " ";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #3e94d1;
    border-style: solid;
    border-width: 1em 0 1em 1em;
    position: absolute;
    right: -0.99em;
    top: 0;
}

.bb_rb_twoline:after
{
    border-width: 1.5em 0 1.5em 1.5em;
    right: -1.49em;
}

.bb_rb:hover:after,
.bb_rb:focus:after
{
    border-color: transparent #CAEBFF;
}


.bb_rb:hover,
.bb_rb:focus
{
    background-color: #CAEBFF;
    color: #3e94d1
}

/* ========================================= announcements */

.siteAnnouncement {
	background-color: #fff;
	margin: 0 1em 0.3em 1em;
	padding: 0.15em 1em;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #ffe;
}

.siteAnnouncement > h2:first-child {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.siteAnnouncementAlert {
	background-color: #fee;
}

.siteAnnouncementSmall {
	background-color: #ffe;
}

.siteAnnouncementSmall > h2 {
	font-size: 1em;
}
.siteAnnouncementSmall .announcementContent {
	font-size: .85em;
}


/* ========================================= banner */
.banner {
	background-color: #fff;
	margin: 0 0 0.3em 0;
	padding: 0.15em 1em;
	text-align: left;
}

.banner > p
{
    margin: 0.6em 0;
}


/* ================================================================================ sections */

.subSections
{
    list-style: none;
    margin: 0;
    padding: 0;
}



	.subSection {
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
		clear: both;
		position: relative;
	}

h4.subSectionTitle
{
    margin: 1em 0 0 0;
    font-size: 1.3em;
}
h4.subSectionTitle small
{
    font-size: 70%;
    margin-left: 1.6em;
    font-weight: normal
}

h4.subSectionTitle + div.subWrapperOuter
{
	margin-top: 1em
}



.subSectionTitle:after {
	content: " ";
	clear: both;
	display: block;
}


.sectionSubtitle
{
    float: right;
    font-size: 80%;
}

.moreLink
{
    position: relative;
    padding-right: 28px;
}

/*.subSectionTitle:after
{
    content: "more";
    transition: all .1s;
    color:  #0f6cb1;
    font-size: small;
}

.moreLink:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px;
    border-color:  #0f6cb1 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -3px;
    transition: all .1s;
}
*/

.moreLink::after
{
    content: 'more \25BC';
    color:  #0f6cb1;
    font-size: small;
    position: relative;
    display: inline-block;
    transition: all .5s;
}

a:hover .moreLink:after,
a:focus .moreLink:after
{
    top: 2px
}

.inlineMoreLink
{

}

.inlineMoreLink::after
{
    content: ' \25BC';
}

.inlineMoreLink.open::after
{
    content: ' \25B2';
}


/* ========================================= categories */

.categoryHeaderWrapper {
}

.categoryHeader {
	padding-top: 0;
	margin-top: 0;
	position: relative;
}


.categoryDescription
{
    margin:  0;
}

.categoryInfo
{
    padding: 0 1em 2em 1em;
}

.featuredImage
{
    float: right;
    margin: 0 0 1em 1em;
}

/* ========================================= category title icons */
 
.categoryHeaderWithIcon
{
    margin-left: 56px;
}

.categoryTitleIcon
{
    max-width: 48px;
    height: auto;
    vertical-align: middle;
    position: absolute;
    left: -56px;
    display: block;
}


/* ========================================= subcategories */

.subCategories
{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.subCategories > li
{
    position: relative;
    overflow: hidden;
} 

.subCategories > li
{
    background-color: #555;
}
.subCategories > li.subCategoryAlternate
{
    background-color: #777;
}

.contentmenu1 .subCategories > li
{
    background-color: #078b01;
}
.contentmenu1 .subCategories > li.subCategoryAlternate
{
    background-color: #196701;
}
.contentmenu2 .subCategories > li
{
    background-color: #8c016e;
}
.contentmenu2 .subCategories > li.subCategoryAlternate
{
    background-color: #660150;
}
.contentmenu3 .subCategories > li
{
    background-color: #0190f6;
}
.contentmenu3 .subCategories > li.subCategoryAlternate
{
    background-color: #0082c0;
}
.subCategories > li:not(.subCategoryCallToAction) a.subcategoryLink
{
    color: #fff;
}

.subCategories > li a[href]:hover,
.subCategories > li a[href]:focus,
.subCategories > li a[href]:active
{
    background-color: rgba(255, 255, 255, 0.2);
}


.subCategories > li img
{
    /*transform-origin: 50% 50%;
    transition: transform .23s, .23s filter;
    -webkit-transition: transform .23s, .23s -webkit-filter;
    -moz-transition: transform .23s, .23s -moz-filter;
    -ms-transition: transform .23s, .23s -ms-filter;
    -o-transition: transform .23s, .23s -o-filter;*/

} 

.subCategories > li a[href]:hover img,
.subCategories > li a[href]:focus img,
.subCategories > li a[href]:active img
{
     /*-moz-filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
    -o-filter: brightness(1.1);
    -ms-filter: brightness(1.1);
    filter: brightness(1.1);
   transform: scale(1.1);*/

}

.rightThird .subCategories .subCategorySpaceBefore
{
	margin-top: .6em !important;
}

.subcategoryHeading
{
    font-style: normal;
    display: block;
    padding: 0.3em 0.6em;
    height: auto;
    position: relative;
    z-index: 1;
}

.subcategoryTitle
{
    font-style: normal;
    display: block;
    padding-top: 0;
    margin-top: 0;
    font-weight: bold;
}

.subCategoryCallToAction.hasImage .subcategoryHeading {
	float: left;
	clear: none;
	width: auto;
	max-width: calc(100% - 100px - 1em);
}

.subcategorySubTitle
{
    font-style: normal;
    display: block;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 90%;
}

.subcategoryStandfirst
{
    font-style: normal;
    display: block;
    padding-top: 0;
    margin-top: 0.6em;
    font-weight: normal;
    font-size: 70%;
}


/* ================================================================================ siblings */

.pnl_Siblings
{
    padding: 0.6em 1em;
    background-color: rgba(255, 255, 255, 0.5);

}

.pnl_Siblings h3
{
    margin: 0;
    padding: 0;
}

.siblings
{
    font-weight: normal;
}

.siblings em
{
    font-weight: bold;
}

.pnl_AdjacentSiblings
{

}


.pnl_AdjacentSiblings ul {
    list-style: none;
    display: flex;
    justify-content: stretch;
    margin: 1em 0;
    padding: 1em;
}

.pnl_AdjacentSiblings li {
    display: block;
    flex: 1 1 auto;
    font-weight: bold;
}

    .pnl_AdjacentSiblings ul li.previousSibling{
        text-align: left;
    }

    .pnl_AdjacentSiblings ul li.nextSibling {
        text-align: right;
    }

    .pnl_AdjacentSiblings ul li.previousSibling a::before {
        content: "< ";
        font-weight: normal;
    }
    .pnl_AdjacentSiblings ul li.previousSibling a::after {
        content: " | Previous";
        font-weight: normal;
    }

    .pnl_AdjacentSiblings ul li.nextSibling a::before {
        content: " Next | ";
        font-weight: normal;
    }
    .pnl_AdjacentSiblings ul li.nextSibling a::after {
        content: " >";
        font-weight: normal;
    }

/* ================================================================================ wide */
.subCategories .wide {
    text-align: left;
}

.wide::before,
.wide::after
{
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: inherit;
    z-index: 1;
}

.wide::after
{
    bottom: 0;
}

.subCategories > li.wide a.subcategoryLink
{
    display: block;
}

.subCategories > li.wide img
{
    right: 0;
    left: unset;
    left: auto;
    visibility: hidden;
}

.subCategories > li.iconLeft img
{
    left: 0;
    right: unset;
    right: auto;
    visibility: hidden;
}


.wide img.square
{
    height: 100%;
    width: auto;
}

.wide img.portrait
{
    width: 50%;
    height: auto;
}

.wide img.landscape
{
    height: 100%;
    width: auto;
}


.wide:hover::before,
.wide:hover::after,
.wide:focus::before,
.wide:focus::after
{
    background-color: #fff;
}


/* ==================================== call to actions */


.subCategories > li.subCategoryCallToAction
{
    float: none;
    clear: both;
    text-align: left;
    background-color: #fff !important;
    color: #333;
    margin: 0.3em 0;
    padding: 0;
}

.subCategories > li.subCategoryCallToAction a.subcategoryLink
{
    float: none;
    width: 100%;
    height: auto;   
    padding: 0.3em;
    font-size: 1em !important;
}

	.subCategories > li.subCategoryCallToAction img.subCategoryIcon,
	.subCategories > li.subCategoryCallToAction svg{
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
	}

	.subCategories > li.subCategoryCallToAction.iconLeft img.subCategoryIcon, 
	.subCategories > li.subCategoryCallToAction.iconLeft svg {
		float: left;
		margin-right: 1em;
	}


.subSections > li.subSection img.sectionTitleIcon,
.subSections > li.subSection svg {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	vertical-align: middle;
	float: left;
	margin: 0 1em 0 0;
}

.subSections > li.subSection.iconLeft img.sectionTitleIcon,
.subSections > li.subSection.iconLeft svg {
	float: left;
	margin-right: 1em;
}


.subCategories > li.subCategoryCallToAction i.subcategoryStandfirst
{
    background-color: #3e94d1;
    color: #fff;
    border-radius: 0.3em 0 0 0.3em;
    padding: 0.5em 0.3em 0.5em 1em;
    margin: 0.3em 1em .3em .3em;
    line-height: 1em;
    display: inline-block;
    font-weight: bold;
    position: relative;
    border-right: 0px solid #fff;
    font-size: 1em;
    float: right;
    transition: .3s all;
}

.subCategories > li.subCategoryCallToAction a:hover i.subcategoryStandfirst,
.subCategories > li.subCategoryCallToAction a:focus i.subcategoryStandfirst {
	margin-right: .8em;
}


.subCategories > li.subCategoryCallToAction i.subcategoryStandfirst:after
{
    content: " ";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #3e94d1;
    border-style: solid;
    border-width: 1em 0 1em 1em;
    position: absolute;
    right: -.99em;
    top: 0;
}

.subCategories > li.callToActionWithoutStandfirst a.subcategoryLink
{
    padding-right: 50px;
    width: calc(100% - 50px);
}

.subCategories > li.callToActionWithoutStandfirst a.subcategoryLink:after
{
    content: " ";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #3e94d1;
    border-style: solid;
    border-width: .6em 0 .6em .6em;
    position: absolute;
    right: .99em;
    top: .7em;
    transition: .3s all;
}

	.subCategories > li.callToActionWithoutStandfirst a.subcategoryLink:hover:after,
	.subCategories > li.callToActionWithoutStandfirst a.subcategoryLink:focus:after {
		right: .69em;
	}

/* ================================================================================ expander */

.expanderContent {
	font-size: 0;
	margin: 0;
	opacity: 0;
    height: 0;
	visibility: hidden;
    overflow: hidden;
	padding: 0.3em .9em;
	transition: opacity .25s,
				font-size .5s .25s,
				margin .5s .25s,
				padding .5s .25s,
				visibility .5s .25s,
                height .25s;
}

li.subcategoryExpanderExpanded .expanderContent {
	font-size: 1em;
	opacity: 1;
    height: auto;
	visibility: visible;
	transition: font-size .25s,
                margin .25s,
                padding .25s,
                opacity .5s .25s,
                visibility .5s .25s,
                height .25s;
}

.expanderContent hr{display:none}
li.subcategoryExpanderExpanded .expanderContent hr{display:block}


.subSections > li.subcategoryExpander a.subsectionLink:after {
    content: " ";
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    position: absolute;
    right: .99em;
    top: .7em;
    transition: .3s all;
}

.subCategories > li.subcategoryExpander a.subcategoryLink:after,
.subSections > li.subcategoryExpander .subSectionTitle a.subsectionLink:after {
    border-width: .6em .6em 0 .6em;
    border-color: #3e94d1 transparent;
}

.subCategories > li.subcategoryExpander a.subcategoryLink:hover:after,
.subCategories > li.subcategoryExpander a.subcategoryLink:focus:after,
.subSections > li.subcategoryExpander a.subsectionLink:hover:after,
.subSections > li.subcategoryExpander a.subsectionLink:focus:after {
    right: .99em;
    top: 1em;
}

.subCategories > li.subcategoryExpanderShallow.subcategoryExpanderExpanded a.subcategoryLink:after,
.subSections > li.subcategoryExpanderShallow.subcategoryExpanderExpanded a.subsectionLink:after {
    border-width: 0 .6em .6em .6em;
    border-color: #3e94d1 transparent;
}

.subCategories > li.subcategoryExpanderDeep.subcategoryExpanderExpanded a.subcategoryLink:after
.subSections > li.subcategoryExpanderDeep.subcategoryExpanderExpanded a.subsectionLink:after {
    border-width: .6em 0 .6em .6em;
    border-color: transparent #3e94d1;
}
.subCategories > li.subcategoryExpanderDeep.subcategoryExpanderExpanded a.subcategoryLink:hover:after,
.subCategories > li.subcategoryExpanderDeep.subcategoryExpanderExpanded a.subcategoryLink:focus:after,
.subSections > li.subcategoryExpanderDeep.subcategoryExpanderExpanded a.subsectionLink:hover:after,
.subSections > li.subcategoryExpanderDeep.subcategoryExpanderExpanded a.subsectionLink:focus:after {
    right: .7em;
    top: .7em;
}

/* ========================================= breadcrumb */

.breadcrumb
{
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
}

.breadcrumb li
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: smaller;
}

	.breadcrumb li a:after{
		content: " >";
	}

/* ========================================= links */

/*.linkDescription
{
    max-height: 100px;
    overflow: hidden;
    transition: max-height 1s;
}

input[id*='chk_linkDescriptionToggle']
{
    position: absolute;
    left: -9999999px;
}

input[id*='chk_linkDescriptionToggle']:checked ~ .linkDescription
{
    max-height: calc(100%);
    overflow: hidden;
}*/

.linkDescriptionToggle
{

}

.ul_LinkActions
{
    margin: 0.3em 0;
    padding: 0;
    list-style: none;
    font-size: smaller;
}

.links li.li_link ul.ul_LinkActions li
{
    margin: 0 .6em 0 0;
    padding: 0;
    list-style: none;
    font-size: smaller;
    display: inline-block;
}

.links li.li_link ul.ul_LinkActions li a
{
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 18px;
    transition: all .3s
}

.links li.li_link ul.ul_LinkActions li a:hover
{
   
}


.links
{
    list-style: none;
    margin: 2em 0;
    padding: 0 0 0 52px;
    clear: both;
}


.links li.li_link
{
    list-style: none;
    margin: 0.6em 0;
    padding: 0.3em 0.6em;
    background-color: rgba(255,255,255,0.6);
    position: relative;
}

.links li.li_link h3
{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.links li.li_link h3 small
{
    font-size: 60%;
    font-weight: normal;
}

.links li.li_link ul li
{
    list-style: disc;
}


.preview
{
    background-image: url(../img/preview.gif);
}

.previewing
{
    background-image: url(../img/close-preview.gif);
}

.newWindow
{
    background-image: url(../img/new-window.gif);
}

.saveToPlatform
{
    background-image: url(../img/save.gif);
}
.removeResult {
    background-image: url(../img/delete.gif);
}



.linkImage
{
    /*float: right;     clear: none;*/
    margin: 0 0 1em 1em;
}

span.linkIcon
{
    width: 45px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    left: -45px;
    text-align: center;
    line-height: 34px;
}

span.linkIcon img
{
    vertical-align: middle;
}

.previewWindow
{
    display: none;
    position: relative;
    height: 400px;
    padding: 0.6em 1em;
    margin: 1em 0 2.6em 0;
    background-color: #fff;
    border: 1px solid #a5a5a5;
    display: none;
    clear: left;
}

.previews
{
    width: 100%;
    height: 100%;
    border: none;
    overflow: auto;
}
.closepreview
{
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    padding: 0;
    top: -6px;
    right: -6px;
    height: 18px;
    width: 18px;
    font-size: 1em;
    line-height: 18px;
    overflow: hidden;
    background: #fff;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 0px;
    padding: 0;
    text-align: center;
    border: 1px solid #a5a5a5;
    text-align: center;
    text-decoration: none !important;
    font-family: Arial, Sans-Serif;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* ========================================= main */

.main
{
    padding: 0;
    margin: 0;
}

.main > h2
{
    padding-top: 0;
    margin-top: 0.3em;
}

#content
{
    overflow: auto;
}

.contentWrapper
{

}

/* ========================================= thirds */

.leftTwoThirds, .rightThird, .threeThirds
{
    padding: 1em 0 1.6em 0;
    margin: 0;
    clear: none;
}


.leftTwoThirds
{
    float: left;
    width: 67%;
    height: 100%;
}


.rightThird
{
    float: left;
    width: 33%;
    height: 100%;
}


/* ========================================= mainmenu */

.mainMenu
{
    margin: 0;
    padding: 0;
    clear: both;
    position: relative;
    display: table;
    width: 100%;
}

.mainMenu li
{
    list-style: none;
    background: #fff;
    width: 33%;
    margin: 0;
    padding: 6px 6px 6px 60px;
    font-size: 1.3em;
    height: 100%;
    display: table-cell;
    text-indent: -60px;
}

li.mainmenu2
{
    width: 34%;
}

.mainMenu li a
{
    text-decoration: none;
    padding: 0.3em;
}

.A3narrow {
	display: none;
}

.mainMenu li.selected a {
	text-decoration: underline;
}
li.mainmenu1 a
{
    color: #396100;
}
li.mainmenu2 a
{
    color: #a50782;
}
li.mainmenu3 a
{
    color: #1e4d67;
}


.mainMenu li a:before
{
    transition: all .5s;
}

.mainMenu li a[href]:hover:before,
.mainMenu li a[href]:focus:before
{
    transform: scale(1.2);
}

li.mainmenu1 a:before, li.mainmenu2 a:before, li.mainmenu3 a:before
{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-right: 12px;
    text-indent: 0;
}


li.mainmenu1 a:before
{
    content: "1";
    background-color: #396100;
}
li.mainmenu2 a:before
{
    content: "2";
    background-color: #a50782;
}
li.mainmenu3 a:before
{
    content: "3";
    background-color: #1e4d67;
}



li.menu1selected, .contentmenu1,  .contentmenu1 .leftTwoThirds
{
    background: #daf4d2;
}

	li.menu2selected, .contentmenu2, .contentmenu2 .leftTwoThirds
	{
		background: #fceaf8;
	}
li.mainmenu3, li.menu3selected, .contentmenu3
{
    background: #dde9ff;
}

.contentWrapper.contentmenu1
{
    background: linear-gradient(to right , #daf4d2, #daf4d2 67%, #dde9ff 67%, #dde9ff) ;
}
.contentWrapper.contentmenu2
{
    background: linear-gradient(to right , #fceaf8, #fceaf8 67%, #dde9ff 67%, #dde9ff) ;
}




/* ========================================= news */

.newsFeed
{
    border-top: 1px solid #eee;
    padding: 0.3em 1.6em 0.3em;
    background-color: #fff;
}


h2.newsMasthead,
h3.newsMasthead
{
    font-weight: normal;
    margin: 0;
    padding: 0.3em 0.6em;
    background-color: #3a6200;
    color: #fff;
}

.newsMasthead a
{
    color: #fff;
}

h2.newsMasthead
{
    font-size: 1.2em;
}

h3.newsMasthead
{
    font-size: .9em;
}

.div_NewsArchive
{
    margin: 0;
}

.newsArchive
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.newsArchive li
{
    margin: 0;
    border-top: 1px solid #eee;
    padding: 0.3em 1.6em 0.3em;
    list-style: none;
}

/* ========================================= utilities menu */


.utilities
{
    list-style: none;
    text-align: center;
    max-width: 100%;
    margin: 1em 0;
    padding: 0;
    font-size: smaller;
}

.utilities li
{
    list-style: none;
    margin: 0;
    padding: 1em 1em;
    display: inline;
}





/* ========================================= footer */


.subFooter
{
    text-align: center;
}

.footer
{
    text-align: right;
    margin: 0 0 0;
    background-color: #e8e8e8;
    padding: 0;
    text-align: center;
}

.footerPhone
{
    font-size: larger;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #777;
}

.footerPhone strong
{
    color: #c30372;
}

.poweredByFooter
{
    display: block;
    text-align: right;
    padding: 0.3em;
    border-top: 1px solid #eee;
    font-size: smaller;
}

.poweredByFooter ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.poweredByFooter li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    border-left: 1px solid #eee;
}

.poweredByFooter a {
    display: block;
    padding: .6em 1em;
}


.poweredBy
{
}

.poweredByFooter li img {
    vertical-align: middle;
    height: 1em;
}

.footer img
{
    vertical-align: middle;
}

.footerLinks
{
    margin:0;
    padding: 0;
    list-style: none;
    float: left;
}

.footerLinks li {
    margin: 0 1em 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.sole
{
    font-size: smaller;
    text-align: center;
    padding: 0;
    border-top: 1px solid #eee;
}

.userbody {
    padding: 0 1em 2em 1em;
}


/* ========================================= request form */
.UserInputForm {
    background-color: #fff;
    box-shadow: 0 0 5px #333;
    padding: 1em 1em 1em 1em;
}
.UserInputForm h3
{
    color: #cf3990;
    margin-top: 0;
    padding-top: 0;
}
.ul_userInputs
{
    list-style: none;
    margin: 0;
    padding: 1em;
    position: relative;
    background-color: #f7f9ee;
    border-radius: 12px;
}

.ul_userInputs li
{
    list-style: none;
    margin: 0.3em 0;
    padding: 0.3em 1% 0.6em;
    list-style: none;
    display: inline-block;
    position: relative;
    width: 97%;
}

	.ul_userInputs li ul {
		margin: 0;
		padding: 0;
	}
	.ul_userInputs li ul li {
		margin: 0;
		padding: 0;
	}
	
	
.ul_userInputs li input[type=checkbox] {
	float: left;
	clear: none;
	zoom: 2
}

.confirmation
{

}

.confimationContent
{

}

.interestList
{
    margin: 0;
    padding: 0;
}

.interestList li
{
    margin: 0;
    padding: 0;
}

/* ========================================= editor */

#chk_Preview,
#lbl_Preview
{
	float: right;
	position: fixed;
	top: 0;
}
#chk_Preview{
	right: 0;
}

#lbl_Preview {
	right: 1.6em;
}

#chk_Preview:checked ~ .page .draghandle,
#chk_Preview:checked ~ .page .loginDisplay,
#chk_Preview:checked ~ .page .editorToolsWrapper,
#chk_Preview:checked ~ .editorToolsWrapper,
#chk_Preview:checked ~ .page .ul_EditorTools,
#chk_Preview:checked ~ .editorToolsWrapper,
#chk_Preview:checked ~ footer .editorToolsWrapper {
    display: none;
}



.pauseforloadblanker {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1000;
	/*margin: 0 -100%*/
}


.pauseforload
{
    margin: auto;
    width: auto;
    max-width: 60%;
    min-width: 40%;
    text-align: center;
    padding: 1.6em 5%;
    border: 1px solid #777;
    background-color: #fff;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    position: absolute;
}

.closefeedback:link
{
    display: block;
    position: absolute;
    top: -16px;
    right: -16px;
    font-size: 32px;
    font-weight: bold;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 4px #777;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Sans-Serif;
    z-index: 100;
}

input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
label[for],
select {
	cursor: pointer;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=tel],
input[type=email]
{
	display: block;
	font-family: 'Raleway', Sans-Serif;
	font-size: 1em;
	padding: 0.3em;
}

textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=tel],
input[type=range],
input[type=email]
{
    width: 98%;
}


.cms
{
    padding: 0 1em 2em 1em;
}

fieldset
{
    background-color: #fff;
    border: 1px solid #396100;
    padding: 1em;
    margin: 1em 0 1.6em 0;
}

legend
{
    background-color: #fff;
    border: 1px solid #396100;
    padding: .3em .6em;
}

.ul_edit, .editormenu, .level1, .editormenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.editormenu li
{
    list-style: none;
    margin: 0.3em;
    padding: 0.3em;
    border: 1px solid #ddd;
    list-style: none;
}

.ul_edit li
{
    list-style: none;
    margin: 0.3em 0;
    padding: 0.3em 1%;
    border: 1px solid #ddd;
    list-style: none;
    background: #fff;
    display: inline-block;
    position: relative;
    width: 97%;
}

.ul_edit li .invalid{
	display: block;
}
.ul_edit li.halfsize-l, .ul_edit li.halfsize-r
{
    width: 46%;
}

.ul_edit li.halfsize-l label, .ul_edit li.halfsize-r label
{
    display: block;
    width: auto;
}
.ul_edit li.halfsize-l input, .ul_edit li.halfsize-r input
{
    display: block;
    width: 96%;
    margin: 0.3em auto;
}


.ul_edit li.halfsize-l
{
    margin: 0.3em 1% 0.3em 0;
}
.ul_edit li.halfsize-r
{
    margin: 0.3em 0 0.3em 1%;
}

.editormenu li, .editormenu li li, .ul_edit li li
{
    float: left;
    clear: none;
    width: auto;
    margin: 1px;
	padding: .07em .15em;
}

.ul_edit label
{
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.ul_edit textarea
{
    padding: 0.3em 0;
    display: inline-block;
    width: 47%;
    margin: 0.6em 0 0.3em 1%;
    vertical-align: middle;
}
	.ul_edit input[type=text],
	.ul_edit input[type=password],
	.ul_edit input[type=datetime],
	.ul_edit input[type=datetime-local],
	.ul_edit select {
		padding: 0.3em 0;
		display: inline-block;
		width: 47%;
		margin: 0.6em 0 0.3em 1%;
		vertical-align: middle;
	}

.ul_edit input[type=radio]
{
    padding: 0.3em 0;
    display: inline-block;
    margin: 0 0.3em 0 0;
    vertical-align: top;
}

.ul_edit input[type=checkbox]
{
    padding: 0.3em 0;
    display: inline-block;
    margin: 0.6em 0 0.3em 1%;
    vertical-align: middle;
}

.ul_edit input[type=submit],
.ul_edit input[type=button],
a.linkButton {
	/*padding: 0.3em 5%;*/
	display: inline-block;
	margin: 0.6em 0 0.3em 1%;
	vertical-align: middle;
}

.ul_edit input[type=submit][value=Save],
.ul_edit input[type=submit][value=Add],
.ul_edit input[type=submit][value=Edit] {
	font-size: larger;
}

.editorTools
{
    margin-top: 0;
    padding-top: 0;
    text-align: right;
    font-size: smaller;
}

.editorTools:before
{
    content: "[ ";
}
.editorTools:after
{
    content: " ]";
}

.editorIcons
{
    display: inline-block;
    width: 47%;
    margin: 0 0 0 1%;
    padding: 0;
}

.ul_edit li .editorIcons li
{
    border-width: 0px;
    margin: 0 1px 1px 0;
    padding: 0;
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    background-color: #555;
}

.editorIcons input
{
    position: absolute;
    bottom: 1px;
    left: 1px;
	z-index: 1;
}

.editorIcons label
{
    display: block;
    zoom: 1;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: -1;*/
    background-color: transparent;
}

.editorIcons input:checked ~ label {
	background-color: #333;
	box-shadow: inset 0 0 30px #000000;
}

.editorIcons img {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.div_Compare,
.table_Clones,
.ol_Versions {
	display: none;
}

.versioning .ol_Versions
{
    display: block;
}


/* ==================================== user interaction */

#img_PreviewCustomIcon
{
    display: block;
    clear: both;
    margin: 1em .3em;
    background-color: #777;
}

.draghandle
{
    cursor: move;
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 24px;
    border-style: solid;
    border-color: rgba(123,123,123,0.6) rgba(123,123,123,0.6) transparent transparent;
    z-index: 2;
}

.draghandle:hover,
.draghandle:focus {
	border-color: rgba(123,123,123,0.8) rgba(123,123,123,0.8) transparent transparent;
}


.hero .draghandle
{
    display: none;
}

.placeholder
{
    display: block;
    background-color: rgba(123,123,123,0.7) !important;
}

.ui-sortable-helper
{
    box-shadow: 0 0 12px 0px #000;
}

.thanks
{
    background-color: #fff;
    padding: 1em 1.6em;
    border: 1px solid green;
}


.ul_userInputs > li:first-child:before
{
    content: "* Required information";
    color: red;
    text-align: right;
    font-size: smaller;
    margin: 0;
    padding: 0;
    display: block;
}



.ul_ServiceOptions,
.ul_ServiceOptions ul,
.ul_ServiceOptions li
{
    margin: 0;
    padding: 0;
}

.ul_ServiceOptions h4
{
    margin: 0 0 ;
    padding: 0;
}

.ul_ServiceOptions h5
{
    margin: 0 0 .6em 0;
    padding: 0;
}


.ul_ServiceOptions label
{
    display: block;
    float: left;
    max-width: 80%
}


.ul_ServiceOptions > li
{
    margin: .3em .5%;
    padding: .3em;
    background-color: #fff;
    border-radius: 0.15em;
    width: 30%;
    float: left;
    clear: none;
}

.ul_ServiceOptions li input[type=checkbox]
{
    zoom: 1;
    margin-top: 0.3em;
}
.contentsrequired label:before,
.required:before
{
    content: "*";
    color: red;
}

.valid
{
    color: green;
}

.invalid
{
    color: red;
    font-size: smaller;
    font-weight: bold;
}

.feedback {
    clear: both;
    color: Red;
}

.warning:before
{
    content: "Warning: ";
    font-weight: bold;
}
/* ============================================================================================ Slideshow */

.ofsSlideWrapper {
	position: relative;
	margin: 1em 0 0 0;
	padding: 0;
	background: #f6f6f6;
}

.ofsSlide {
	background: #f6f6f6;
	padding: 0.3em 1.6em 2em 1.6em;
	margin: 0;
	transition: opacity 1s;
	opacity: 1;
	z-index: 10;
	position: relative;
}

.ofsSlideHidden {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 0;
	transition: opacity 1s;
}

.ofsSlideMenu {
	list-style: none;
	margin: -1.6em -.3em 1.6em 0;
	padding: 0;
	text-align: right;
	z-index: 20;
	position: relative;
}

.ofsSlideMenuBullet
{
	font-size: xx-large;
}

.ofsSlideMenu li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: 1em;
	vertical-align: middle
}

.ofsSlideMenu li a {
	margin: 0;
	display: inline-block;
}


.ofsSlideMenu li.ofsSlideMenuText a {
	background-color: #0f6cb1;
	border-radius: 1em;
	padding: .3em .6em;
	color: #fff;
}

	.ofsSlideMenu li.ofsSlideMenuText:first-child {
		margin-right: 1em;
	}
	.ofsSlideMenu li.ofsSlideMenuText:last-child {
		margin-left: 1em;
	}

	.ofsSlideMenu li.ofsSlideMenuText a:hover,
	.ofsSlideMenu li.ofsSlideMenuText a:focus {
		background-color: #0f6cb1;
		color: #fff;
	}


.ofsSlideMenuBullet {
	font-size: xx-large;
}


.ofsSlideMenu li.ofsSlideMenuBullet a {
	font-size: xx-large;
	background-color: transparent;
	text-decoration: none;
	color: #999;
	padding: .35em 0;
	transition: all 1s;
}

.ofsSlideMenu li.ofsSlideMenuBullet a:hover,
.ofsSlideMenu li.ofsSlideMenuBullet a:focus {
	text-decoration: none;
	color: #333;
}

.ofsSlideMenu li.ofsSlideMenuBullet.slideSelected a {
	text-decoration: none;
	color: #333;
}
		
		
		/* ============================================================================================ UserTools */
		input [type=submit], a.linkButton {
	border-color: #0f6cb1;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	background-color: #fff;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	color: #0f6cb1;
	font-size: 1em;
	padding: .3em .6em;
	vertical-align: middle;
	cursor: pointer;
}

input[disabled] {
	cursor: default;
	color: #999;
	border-color: #999;
}


.userToolTriggers
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.userToolTriggers li
{
    margin: 0;
    padding: 0 1em;
    list-style: none;
    display: inline-block
}
.userToolTriggers li a img {
    vertical-align: middle;
    margin-right: .15em;
}

.userToolMenu
{
    display: block;
    border-color: #ccc;
    border-width: 1px 0;
    border-style: solid;
    padding: .15em 0;
    background-color: #eee;
    text-align: right;
}
.userTools legend
{
    font-size: smaller;
    display: block;
    border: none;
    float: left;
}

.userTools label
{
    display: block;
    font-size: x-small;
    float: left;
    position: absolute;
    left: -100000px;
}

.userTools input
{
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.userTools button,
.userTools input[type=submit]
{
    border-color: #0f6cb1;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: #fff;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    color: #0f6cb1;
    font-size: 1em;
    padding: 2px 24px 2px 4px;
    vertical-align: middle;
}

.userTools button:hover,
.userTools button:focus,
.userTools input[type=submit]:hover,
.userTools input[type=submit]:focus
{
    background-color: #CAEBFF;
}

.userTool
{
    padding: 0 1em;
    margin: 1em 0;
    display: none;
}

.customUserTool legend,
.customUserTool label,
.customUserTool
{
    display: block;
}
.customUserTool legend,
.customUserTool label
{
    display: block;
    float: none;
    left: auto;
    position: relative;
    font-size: medium;
}



.userToolTriggers li.li_Home {
    float: left;
    display: none;
}


/* ==================================== cookie banner */
.cookies {
    display: none;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 0 1px 0;
    padding: 0;
    margin: 0;
}

.cookies p {
	padding: .6em 1.6em .6em 1.6em;
	margin: 0;

}

	.cookies ul {
		list-style: none;
		margin: 0;
		padding: 0 1.6em;
	}
	.cookies ul li {
		list-style: none;
		margin: 0;
		padding: 0;
		display: inline;
	}

	.cookies ul li a {
		display: inline-block;
		margin: 0 1em .6em 0;
		padding: .15em .6em;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: .3em;
	}

.cookieOptions {
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.cookieThanks {
	background-color: #ccffcc;
}

.table_cookies {
	background-color: rgba(255, 255, 255, .8);
}
/* ==================================== responsiveVoice */
.responsiveVoice {
}

.div_ResponsiveVoiceCitation
{
    text-align: center;
    font-size: x-small;
    padding: 1em;
}

.div_ResponsiveVoiceCitation img
{
    vertical-align: middle;
}

.responsiveVoiceRead
{
    position: relative;
    padding: 0;
    margin: 0;
}

.speakableAlternative
{
    display: none;
}

#btn_ResponsiveVoice 
{
    background-image: url(../img/speech.svg);
}

#voiceselection
{
    font-size: .8em;
    color: #0f6cb1;
    border-color: #0f6cb1;
}

/* ==================================== translation */

.translationForm
{
    color: #0f6cb1;
}

.translationForm .goog-te-gadget-simple
{
    border-color: #0f6cb1;
}

#google_translate_element
{    
    vertical-align: middle;
}

.translationForm .goog-te-gadget-simple .goog-te-menu-value
{
    font-size: small;
    color: #0f6cb1;
}

/* ==================================== search */

.searchForm
{
}

.searchForm .searchButton
{
    background-image: url(../img/magnifier.svg);
}

input[type=text].searchText
{
    max-width: 16em;
    color: #0f6cb1;
    border-color: #0f6cb1;
    border-color: #0f6cb1;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    font-size: .8em;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif
}


.cookiePage,
.searchResults
{
    padding: 0 2em; 
}

.resultsList
{
    list-style: none;
    margin: 2em 0;
    padding: 0;
    clear: both;
}
.resultsList li
{

}

.resultsList li h3,
.resultsList li h4
{
    margin: 0;
    padding: 0 0 0.3em 0;
}

.resultsList li p{
    margin: 0;
    padding: 0;
}

.searchNeedleHighlight
{
    font-weight: inherit;
    font-style: normal;
    border-bottom: 1px dotted;
}
.searchExternalURL
{
    display: block;
    font-size: smaller;
    margin-top: 0.3em;
}

.searchResultItem
{
    list-style: none;
    margin: 0.6em 0 .6em 45px;
    padding: 0.3em 0.6em;
    background-color: rgba(255,255,255,0.6);
    position: relative;
}

.categoryResult
{
    
}

/*.linkResult
{
    margin-left: 45px;
}*/


.customSearchOptions
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.customSearchOptions li
{
    list-style: none;
    margin: 0 1em 0 0;
    padding: 0;
    display: inline-block;
}

.customSearchOptions li label,
.customSearchOptions li input
{
    list-style: none;
    margin: 0 .3em 0 0;
    padding: 0;
    display: inline;
}

.categoryInfo .customUserTool
{
    padding: .3em 0;
}

/* ==================================== UI */

.ui-dialog
{
    box-shadow: #000 0 0 20px;
    background-color: #fff;
	z-index: 10;
}



































/* ==================================== clearances */
.mainMenu:after, .main:after, .editormenu:after, .editormenu ul:after, .ul_edit ul:after, .breadcrumb:after, .header .cobrand:after, .contentmenu1:after, .contentmenu2:after, .contentmenu3:after, .linkImage:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}


/* ============================================================================================ flexibility */

@media  (min-width: 900px) /* ========================= wide screen */
{
    .subCategories:after
    {
        content: " ";
        display: block;
        clear: both;
    }
    .subCategories > li
    {
        list-style: none;
        display: block;
        text-align: center;
        vertical-align: middle;
        float: left;
        margin: 2px;
        position: relative;
    }
    .subCategories > li.fullWidth
    {
        float: none;
        clear: both;
    }
    .subCategories > li a.subcategoryLink
    {
        margin: 0;
        vertical-align: middle;
        display: table;
        text-decoration: none;
    }
    .subCategories > li a.subcategoryLink.toolong
    {
        font-size: 80%;
    }

    .subLarge li a.subcategoryLink.toolong
    {
        font-size: 100%;
    }
    .subTiny li a.subcategoryLink.toolong
    {
        font-size: 62%;
    }
    .subSmall li a.subcategoryLink.toolong
    {
        font-size: 75%;
    }

    .subCategories > li a.subcategoryLink.reallylong
    {
        font-size: 70%;
    }

    .subLarge li a.subcategoryLink.reallylong
    {
        font-size: 90%;
    }
    .subTiny li a.subcategoryLink.reallylong
    {
        font-size: 58%;
    }
    .subSmall li a.subcategoryLink.reallylong
    {
        font-size: 65%;
    }

    .subCategories > li.hero a.subcategoryLink
    {
        width: 284px;
        height: 284px;
        font-size: 140%;
    }

    .subCategories > li.squareBox a.subcategoryLink span
    {
        padding: 0 2px;
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        line-height: 1.3em;
    }


    .subCategories > li.hasImage
    {
    }

    .subCategoryIcon
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .subCategories > li.hasImage.squareBox a.subcategoryLink span
    {
        padding-top: 55%;
    }

    .subSmall li.hasImage
    {
    }


    .subTiny li a.subcategoryLink
    {
        width: 100px;
        height: 100px;
        font-size: 70%;
    }

    .subTiny li.hero a.subcategoryLink
    {
        width: 204px;
        height: 204px;
        font-size: 100% !important;
    }


    .subSmall li a.subcategoryLink
    {
        width: 140px;
        height: 140px;
        font-size: 90%;
    }

    .subSmall li.hero a.subcategoryLink
    {
        width: 284px;
        height: 284px;
        font-size: 100% !important;
    }

    .subMid li a.subcategoryLink
    {
        width: 160px;
        height: 160px;
    }

    .subMid li.hero a.subcategoryLink
    {
        width: 324px;
        height: 324px;
    }

    .subLarge li a.subcategoryLink
    {
        width: 180px;
        height: 180px;
        font-size: 120%;
    }

    .subLarge li.hero a.subcategoryLink
    {
        width: 364px;
        height: 364px;
    }

/* ========================== fullWidth */

    li.fullWidth a.subcategoryLink
    {
        width: auto !important;
    }
    li.fullWidth a.subcategoryLink img
    {
        width: auto !important;
    }

/* ========================== wide */
    .subTiny li.wide a.subcategoryLink
    {
        padding-right: 104px;
    }

    .subTiny li.wide.hero a.subcategoryLink
    {
        padding-right: 208px;
    }

    .subSmall li.wide a.subcategoryLink
    {
        padding-right: 144px;
    }

    .subSmall li.wide.hero a.subcategoryLink
    {
        padding-right: 288px;
    }

    .subMid li.wide a.subcategoryLink
    {
        padding-right: 164px;
    }

    .subMid li.wide.hero a.subcategoryLink
    {
        padding-right: 328px;
    }

    .subLarge li.wide a.subcategoryLink
    {
        padding-right: 184px;
    }

    .subLarge li.wide.hero a.subcategoryLink
    {
        padding-right: 368px;
    }

/* ========================== iconLeft */
    .subTiny li.wide.iconLeft a.subcategoryLink
    {
        padding-right: 0;
        padding-left: 104px;
    }

    .subTiny li.wide.iconLeft.hero a.subcategoryLink
    {
        padding-right: 0;
        padding-left: 208px;
    }

    .subSmall li.wide.iconLeft a.subcategoryLink
    {
        padding-right: 0;
        padding-left: 144px;
    }

    .subSmall li.wide.iconLeft.hero a.subcategoryLink
    {
        padding-right: 0;
        padding-left: 288px;
    }

    .subMid li.wide.iconLeft a.subcategoryLink
    {
        padding-right: 0;
        padding-left: 164px;
    }

    .subMid li.wide.hero.iconLeft a.subcategoryLink
    {
        padding-right: 0;
        padding-left: 328px;
    }

    .subLarge li.wide.iconLeft a.subcategoryLink
    {
        padding-right: 0;
        padding-left: 184px;
    }

    .subLarge li.wide.hero.iconLeft a.subcategoryLink
    {
        padding-right: 0;
        padding-left: 368px;
    }

    .header:after
    {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden;
    }

	/* ========================================================================================== CQC widget */

	.homeSubFooter {
		position: relative;
	}


		.homeSubFooter div.cqc-widget .cqc-container {
			display: block !important;
			margin: 0 !important;
			padding: 1em !important;
			float: none !important;
			font-size: inherit !important;
			line-height: 1em !important;
			text-align: center !important;
		}

			.homeSubFooter div.cqc-widget .cqc-container div.cqc-widget-inner div {
				display: inline-block !important;
				margin: 0 .3em !important;
				padding: 0 0.3em !important;
				float: none !important;
				font-size: inherit !important;
			}

			.homeSubFooter div.cqc-widget .cqc-container div.cqc-widget-inner {
				margin: 0 1em !important;
				padding: .7em 0 0 0 !important;
				display: inline-block !important;
				vertical-align: middle !important;
			}

			.homeSubFooter div.cqc-widget .cqc-container div.cqc-widget-header a[title="CQC Logo"] {
				vertical-align: middle !important;
				display: inline-block !important;
				margin: 0 1em !important;
				padding: 0 !important;
			}

			.homeSubFooter div.cqc-widget .cqc-container div.widget-button-wrapper {
				vertical-align: middle !important;
				display: inline-block !important;
				margin: 0 1em !important;
				padding: 0 !important;
			}

			.homeSubFooter div.cqc-widget .cqc-container span {
				display: inline-block !important;
				margin: 0 .3em !important;
				padding: 0.6em !important;
				float: none !important;
				font-size: inherit !important;
				vertical-align: middle !important;
                top: 0 !important;
			}

            .homeSubFooter div.cqc-widget .cqc-container span.cqc-widget-overall {
                padding-right: 1.6em !important;
            }
            
            .homeSubFooter div.cqc-widget .cqc-container div.cqc-widget-header div.widget-button-wrapper a {
				vertical-align: middle !important;
				display: inline-block !important;
			}



	/* ========================================================================================== end CQC widget */





}
@media (max-width: 899px) /* ========================= mid screen */
{
    /*.header .cobrand {
        min-width: 0;
    }*/

        .header .cobrand a {
            min-height: 0;
            margin: 0 0 0 32px;
        }

        .header .cobrand img {
            padding: 0;
        }

    .subCategories {
        text-align: left;
    }

        .subCategories > li {
            display: block;
            float: none;
            text-align: left;
        }

            .subCategories > li a.subcategoryLink {
                text-align: left;
                display: block;
                width: auto;
                height: auto;
                padding: 0.6em 0.3em;
                position: relative;
                overflow: hidden;
            }

                .subCategories > li.hasImage a.subcategoryLink span,
                .subCategories > li a.subcategoryLink span {
                    padding: 0;
                    display: inline;
                    text-align: left;
                    height: auto;
                    width: auto;
                    padding-top: 0;
                }

    .subTiny li a.subcategoryLink.toolong,
    .subSmall li a.subcategoryLink.toolong {
        font-size: 1em;
    }

    .subCategories > li.squareBox img.subCategoryIcon {
        position: relative;
        float: right;
        max-width: 22%;
        margin: -3% -3% -9% 1em;
        height: auto;
    }

    .subCategories > li img.subCategoryIcon {
        position: relative;
        float: right;
        max-width: 50%;
        /*margin: 0 0 0.6em 1em;*/
        height: auto;
    }

    .links {
        padding: 0;
    }

    span.linkIcon {
        top: 0;
        right: 0;
        left: unset;
    }

    .links li.li_link h3 {
        padding-right: 60px;
    }

    .categoryInfo
    {
        /*padding: 0 .3em 1em .3em;*/
    }
    .userTools
    {

    }
}



/* ================================================================================================ discussion */
.ul_Discussion
{
    margin: 2px 0;
    padding: 0em;
    background: #fff;
    border-style: solid;
    border-color: #eee;
    border-width: 1px 1px 1px 1px;
}
.ul_Discussion .ul_Discussion {
    border-width: 1px;
    margin: 2px;
}

.ul_Discussion > li {
    list-style: none;
    border-style: solid;
    border-color: #eee;
    border-width: 1px 0 0 0;
}
.ul_Discussion > li:first-child {
    border-width: 0;
}
.ul_Discussion li p{
   margin: .15em;
   padding: .3em;
}
.ul_DiscussionMeta {
    margin: .15em 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.ul_DiscussionMeta > li {
    margin: 0;
    padding: 0 .6em;
    list-style: none !important;
    font-size: smaller;
    border-left: 1px solid #eee;
}
.ul_DiscussionMeta > li:first-child {

    border-left: 0px solid #eee;
}

.ul_EditorTools.ul_DiscussionMeta {
    background: #f6f6f6;
    margin: 0;
    padding: .3em .15em;
}

.discussionAwaitingApproval {
    background-color: lightyellow;
}
.discussionDeclined {
    background-color: pink;
}

.discussionForm,
.discussionForm legend{
    background-color: #fff;
}

.discussionForm ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.discussionForm ul li {
    list-style: none !important;
    margin: 0 0 .6em 0;
    padding: .3em .6em;
    background: #fff;
    border-radius: .3em;
}


@media (max-width: 899px) /* ========================= narrow screen */ {
    .header .cobrand {
		display: none;
	}

	.header .nocobrand.title {
		float: left;
		min-width: 75%;
	}

	.header .title {
		float: left;
		min-width: 55%;
		max-width: 100%;
	}
    .header h1 a
    {
        padding: 0 12px;
    }

    .header .cobrand
    {
        padding: 0 0 0 0;
    }

    .header .cobrand a
    {
        margin: 0 0 0 0;
    }
    .header .cobrand:before
    {
            border-width: 0;
            margin: 0;
    }
    .mainMenu
    {
        display: block;
    }
    .mainMenu li
    {
        float: none;
        width: auto;
        margin: 0;
        display: block;
    }
    .rightThird, .leftTwoThirds
    {
        float: none;
        width: 100%;
        clear: both;
        margin: 0;
    }
    .mainMenu li.mainmenu3
    {
        /*display: none;*/
    }
	.A3wide {
		display: none;
	}
	.A3narrow {
		display: block;
	}
}
