﻿@font-face {
    font-family:'Stag Sans';
    src:url("../../fonts/StagSans-Light.eot");
    src:url("../../fonts/StagSans-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/StagSans-Light.woff2") format("woff2"), url("../../fonts/StagSans-Light.woff") format("woff"), url("../../fonts/StagSans-Light.svg#StagSans-Light") format("svg");
    font-stretch:normal;
    font-style:normal;
    font-weight:300
}
@font-face {
    font-family:'Stag Sans';
    src:url("../../fonts/StagSans-Semibold.eot");
    src:url("../../fonts/StagSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/StagSans-Semibold.woff2") format("woff2"), url("../../fonts/StagSans-Semibold.woff") format("woff"), url("../../fonts/StagSans-Semibold.svg#StagSans-Semibold") format("svg");
    font-stretch:normal;
    font-style:normal;
    font-weight:600
}
@font-face {
    font-family:'Stag';
    src:url("../../fonts/Stag-Light.eot");
    src:url("../../fonts/Stag-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Stag-Light.woff2") format("woff2"), url("../../fonts/Stag-Light.woff") format("woff"), url("../../fonts/Stag-Light.svg#Stag-Light") format("svg");
    font-stretch:normal;
    font-style:normal;
    font-weight:300
}
@font-face {
    font-family:'Stag';
    src:url("../../fonts/Stag-Semibold.eot");
    src:url("../../fonts/Stag-Semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Stag-Semibold.woff2") format("woff2"), url("../../fonts/Stag-Semibold.woff") format("woff"), url("../../fonts/Stag-Semibold.svg#Stag-Semibold") format("svg");
    font-stretch:normal;
    font-style:normal;
    font-weight:600
}

*, *::before, *::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html
{
    height:100%;
    width:100%;
    color:#424242;
    font-size:100%;
    vertical-align:baseline;
}

body 
{
    line-height:1;
    margin:0;
    padding:0;
    font-family: "Stag Sans","helvetica",sans-serif;
    font-size: 100%;
    font-weight: 300;
    letter-spacing: 0.06em;
    overflow-y: scroll;
    background-color:#ffffff;
}

#bodypopup
{
	margin:0px;
	background-color:#ffffff;
}


#accesslinks, .skiplink
{
	display:none;
}


.sr-only
{
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.maxwidth
{
    width:100%;
    max-width:1240px;
}
.clearboth
{
    clear:both;
}


a, a:active, a:visited
{
    color: #008c95;
    font-weight: 600;
}
a:hover
{
    text-decoration: none;
}


.bold, b, strong
{
    font-weight: 600;
}


h1, h2, h3, h4, h5
{
    font-family: "Stag","trebuchet",serif;
    font-weight: 300;
    position: relative;
    margin:0;
}
h1
{
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 75px;
    line-height: 4.6875rem;
    margin-bottom: 30px;
}
h2
{
    color: #991e66;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 45px;
    line-height: 2.8125rem;
}
h3
{
    color: #991e66;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    line-height: 2.1875rem;
}



/* Css Button */
.cssbutton a
{
    background-color:#991e66;
    border-color:#991e66;
    border-width: 3px;
    border-style: solid;
    display: inline-block;
    font-weight: 600;
    padding: 15px 12px;
    margin-right: 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    -webkit-transition: background .3s ease-in-out,color .2s ease-in-out;
    transition: background .3s ease-in-out,color .2s ease-in-out;
    color:#fff;
    white-space:nowrap
}
.cssbutton a:hover
{
    background-color: #fff;
    color:#991e66 !important;
}


#header .headerinner
{
    margin:0 auto;
    padding:0 20px;
    clear:both;
}

/* Header main area */
#header #headermain
{
    position:relative;
    z-index:200;
}
#header #headermain #headermainlogo
{
    float: left;
    clear: none;
    text-align: inherit;
    width: 200px;
}
#header #headermain #headermainlogo img
{
    vertical-align:text-bottom;
    max-width: 175px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#header #headermain #headermainnav
{
    text-align:right;
    padding-left:230px;
}
#header #headermain #headermainnav ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}
#header #headermain #headermainnav ul li
{
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    line-height: 1.4375rem;
    display:inline-block;
    padding: 37px 20px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#header #headermain #headermainnav ul li:hover
{
    background: transparent;
    -webkit-box-shadow: inset 0px -5px 0px 0px #008c95;
    box-shadow: inset 0px -5px 0px 0px #008c95;
    color: #424242;
}
#header #headermain #headermainnav ul li a
{
    color: #424242;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    line-height: 1.4375rem;
    font-weight: 300;
    padding: 20px 0;
    text-decoration: none;
}
#header #headermain #headermainnav ul li.headermoreitem
{
    position:relative;
}
#header #headermain #headermainnav ul li.headermoreitem::after
{
    content: '\f055';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    line-height: 19px;
    line-height: 1.1875rem;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
}

#header #headermain #headermainmobilemenu,
#header #headermain #headermainmobiletrigger
{
    display:none;
}

/* Header main menu */
#header #headermenu
{
    background-color:#d5d7d8;
    z-index:100;
}
#header #headermenu ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}
#header #headermenu ul li
{
    display:inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
}
#header #headermenu ul li a
{
    border-radius: 0;
    color: #424242;
    display: inline-block;
    font-weight: 300;
    padding: 14px 10px 12px;
    text-decoration: none;
    text-transform:uppercase;
    -webkit-transition: background 300ms ease-in-out, color 200ms ease-in-out;
    transition: background 300ms ease-in-out, color 200ms ease-in-out;
}
#header #headermenu ul li:hover a
{
    background: #93989a;
    color: #fff;
}
#header #headermenu ul li.sel a
{
    color: #76797b;
    font-weight:600;
}
#header #headermenu ul li.headermoreitem
{
    float:right;
    position:relative;
    right:-10px;
}
#header #headermenu ul li.headermoreitem a
{
    padding-right:30px;
}
#header #headermenu ul li.headermoreitem::after
{
    content: '\f055';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    line-height: 19px;
    line-height: 1.1875rem;
    position: absolute;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    cursor:pointer;
}
#header #headermenu ul li.headermoreitem ul
{
    display:none;
}
#header #headermenu ul li.headermoreitem:hover ul
{
    background: #878a8c;
    display: block;
    position: absolute;
    right: 0;
    white-space: normal;
    width: 300px;
    z-index: 10;
}
#header #headermenu ul li.headermoreitem ul li
{
    display:block;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
}
#header #headermenu ul li.headermoreitem ul li a
{
    display:block;
    color: #fff;
    line-height: 21px;
}
#header #headermenu ul li.headermoreitem ul li a:hover
{
    background: #54585a;
}

/* Header banner message */
#header #headerbanner
{
    color:#000;
    text-align:center;
    background-color:#fa8072;
}
#header #headerbanner .headerinner
{
    padding:5px 0;
    display:table;
}
#header #headerbanner p
{
    margin:0px;
}
#header #headerbanner #headerbannertext
{
    display:table-cell;
    vertical-align:top;
}
#header #headerbanner #headerbannerhide
{
    display:table-cell;
    width:150px;
    vertical-align:middle;
}
#header #headerbanner .cssbutton
{
    margin-right:0;
}


/* Cookies - fixed to bottom of window */
#header #headercookie
{
    background-color:#237afc;
    position:fixed;
    bottom:0;
    right:0;
    left:0;
    z-index:200;
    line-height:1.5;
}
#header #headercookie .headerinner
{
    padding:0 10px;
}
#header #headercookie #headercookietext
{
    float:left;
    width:80%;
    margin:10px 0;
    color:#fff;
}
#header #headercookie #headercookietext a
{
    font-weight:600;
    opacity:0.8;
    color:#fff;
    text-decoration:underline;
}
#header #headercookie #headercookietext a:hover
{
    opacity:1;
}
#header #headercookie #headercookieclose
{
    float:left;
    width:20%;
    margin:10px 0;
    text-align:right;
}
#header #headercookie #headercookieclose .cssbutton
{
    background-color:#fff;
}
#header #headercookie #headercookieclose .cssbutton a
{
    margin-right:0;
}




#main
{
    margin:40px auto;
    padding:0 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    line-height: 1.4375rem;
}

#maincontent
{
    float:left;
    width:65.3333333333%;
    margin-right:4%
}
#mainwidgets
{
    float:left;
    width:30.6666666667%;
}

#maincontent.mainfullwidth
{
    width:100%;
}
#mainwidgets.mainfullwidth
{
    display:none;
}



#mainwidgets .mainwidget
{
    margin:42px 0 0;
    background-color:#008c95;
}
#mainwidgets .mainwidget .mainwidgetcontainer
{
    padding:30px;
    color:#fff;
}
#mainwidgets .mainwidget .mainwidgetcontainer a
{
    color:#fff;
    text-decoration:underline;
}
#mainwidgets .mainwidget .mainwidgetcontainer .cssbutton a
{
    line-height:1;
}

#mainwidgets .mainwidget .mainwidgetheader
{
    font-family: "Stag","trebuchet",serif;
    font-weight:300;
    margin-bottom:26px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    line-height: 2.1875rem;
}
#mainwidgets .mainwidthseparator
{
    border-top:1px dotted #a0a0a0;
    height:1px;
}


#footernav
{
    padding:0 20px;
    border-top:1px solid #54585a;
}
#footernav #footernavinner
{
    padding:20px 20px 5px;
    margin:0 auto;
    width: auto;
    max-width: 1240px;
}
#footernav #footernavinner ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
#footernav #footernavinner ul li
{
    display:inline-block;
    margin: 0 30px 15px 0;
}


footer
{
    background: #54585a;
    color: #fff;
    font-family: "Stag Sans","helvetica",sans-serif;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x:hidden;
    letter-spacing: 0;
}
footer ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
footer .container
{
    background: url("../../../images/foot-loc-white.svg") top right no-repeat;
    background-size: 30% auto;
    width: auto;
    max-width: 1240px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: 300px 190px 190px 400px;
    grid-template-rows: auto;
    grid-template-areas: 'staff contact find map' 'social social social social' 'colophon . . .' 'legal legal legal legal';
    grid-gap: 50px 50px;
    padding-top: 50px;
    padding-bottom: 30px;
}
footer .container::after
{
    content: '';
    display: table;
    clear: both;
}
footer .container h5
{
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
    font-family: "Stag","trebuchet",serif;
    font-weight: 300;
}
footer .container a[href]:not([class])
{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}
footer .container a[href]:not([class]):hover
{
    text-decoration: underline;
}
footer .container ul
{
    list-style-type: none;
}
footer .container ul li
{
    margin-left: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    line-height: 1.4375rem;
}
footer .container ul li a
{
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
footer .container ul li a:hover
{
    text-decoration: underline;
}
footer .container .staff
{
    grid-area: staff;
}
footer .container .staff ul
{
    -webkit-column-count: 2;
    column-count: 2;
}
footer .container .contact
{
    grid-area: contact;
}
footer .container .contact a
{
    padding-left: 0 !important;
}
footer .container .contact a::before
{
    display: none;
}
footer .container .find
{
    grid-area: find;
}
footer .container .find address
{
    font-style: normal;
    margin-bottom: 20px;
}
footer .container .find address p
{
    margin-bottom: 18px;
    font-weight: bold;
}
footer .container .social
{
    grid-area: social;
}
footer .container .social ul li
{
    display: inline-block;
    text-align: left;
    height: 50px;
    margin: 0 24px;
}
footer .container .social ul li:first-of-type
{
    margin-left: 0;
}
footer .container .social ul li:last-of-type
{
    margin-right: 0;
}
footer .container .social ul li a
{
    height: 60px;
    width: 60px;
    color: white;
    background: transparent;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 45px;
    line-height: 2.8125rem;
}
footer .container .social ul li a svg
{
    width: 60px;
    height: 48px;
    margin-bottom: -6px;
}
footer .container .copy
{
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
    font-weight: 600;
    grid-area: colophon;
    padding-bottom: 18px;
    align-self: end;
}
footer .container .copy span
{
    font-weight: 300;
}
footer .container .legal
{
    grid-area: legal;
    margin-top: -40px;
}
footer .container .legal ul li
{
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 19px;
    line-height: 1.1875rem;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 0;
    margin-right: 30px;
}


/* Box */
.boxbuttons
{
    margin-top:25px;
}
.boxbuttons .cssbutton a
{
    margin-bottom:15px;
}



#headerpopupleft
{
	color:#000;
	font-size:2.0em;
	font-family:Arial;
	font-weight:700;
	padding:0 0 0 20px;
}




#popupmenu
{
	overflow:auto;
}
#popupmenuleft
{
	float:left;
	padding-left:1px;
}
#popupmenuright
{
	float:right;
	padding-right:1px;  /* Stops FF showing scroll bars when link active */
}

#popupcontent
{
	padding:10px 10px;
}




.gridtable
{
	border-bottom: #ffffff 2px solid;
	border-right: #ffffff 2px solid;
	width:100%;
}
.gridtable td
{
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
}

.gridtabledark
{
	border-bottom: #DBDEE7 2px solid;
	border-right: #DBDEE7 2px solid;
	width:100%;
}
.gridtabledark td
{
	border-top: #DBDEE7 2px solid;
	border-left: #DBDEE7 2px solid;
}


.picklistctrl
{
	margin: 0px 0px 0px 0px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	height: 100px;
	border: 1px solid black;
	background-color: white;
}
.picklistctrl .row
{
	padding: 2px 2px 2px 2px;
}
.picklistctrl .checkbox
{
	float:left;
	width:20px;
}
.picklistctrl input
{
	border:0px;
	background-color: white;
}
.picklistctrl .descr
{
	float:left;
	padding-top:3px;
}
.picklistctrl .value
{
	float:right;
}
.picklistctrl .valuectrl
{
	border:solid 1px black;
	width:60px;
}

.redHilite
{
	color: #c00;
}

.ErrorText
{
	color: red;
}

.hoverover
{
	border-bottom: blue 1px dotted;
}

.autoSaveDiv
{
	color: red;
}

/* Input controls */
input[type="text"], input[type="password"], textarea, select
{
    font-family: "Stag Sans","helvetica",sans-serif;
    font-size:100%;
}





.jobsearchtxt
{
	width:98%;
}


.rssfeeditem, .rightpanelsearchrssfeeditem
{
	background-image:url(../../../images/rssfeed.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}

.rightpanelsearchrssfeeditem
{
	background-position:left top;
	padding-left:20px;
}


.editContentContainer
{
    position:relative;
    min-height:25px;
}
.editContentContainerHighlight
{
    background-color:rgba(255,0,0,0.3);
}
.editContentEdit
{
    position:absolute;
    top:0;
    right:0;
    border:1px dotted #c0c0c0;
    margin-bottom:2px;
    z-index:9999;
}
.editContentEdit img
{
    margin:3px 0 3px 3px;
    display:block;
}


/* General container for main content area controls */
.formattedcontrols
{
    position:relative;
}
/* Limited width so it doesn't go full width on large screens */
.formattedcontrols .limitedwidth
{
    max-width:400px;
    width:100%;
}
.formattedcontrols .fullwidth
{
    width:100%;
}
.formattedcontrols textarea.fullwidth
{
    resize:vertical;
}
.formattedcontrols .blockspan
{
    display:inline-block;
    margin-right:10px;
}


/* Allow for accessibility on radiobuttonlist/checkboxlist */
fieldset.radiobuttonlist, fieldset.checkboxlist
{
    border:0;
    padding:0;
    margin:10px 0;
}
fieldset.radiobuttonlist legend, fieldset.checkboxlist legend
{
    width:100%;
    margin:0;
    padding:0;
    *margin-left: -7px;
}


/* Radio list */
.listwithproperwrap input {
    float: left;
    margin-top:3px;
}
.listwithproperwrap label {
    margin-left: 25px;
    display: block;
}
.listwithproperwrap br {
    margin:3px 0px;
    line-height:4px;
    content:" ";
    display:block;
}




/* Info label */
.infolabelerror p
{
    padding-left:30px;
    min-height: 25px;
    background: url("../../../../images/shared/error2.png") no-repeat;
    color:#a40000;
}
.infolabelinfo p
{
    padding-left:30px;
    min-height:25px;
    background: url("../../../../images/shared/info2.png") no-repeat top left;
    color:#204a87;
}



@media screen and (max-width:1024px)
{
    #header #headermain #headermainlogo
    {
        width:31.3333333333%;
    }
    #header #headermain #headermainlogo img
    {
        max-width: 150px;
    }

    #header #headermain #headermainnav
    {
        position:absolute;
        left:0;
        right:0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #header #headermain #headermainnav ul
    {
        display:none;
        font-size:1px;
    }
    #header #headermain #headermainnav #headermainmobilemenu
    {
        display:none;
    }
    #header #headermain #headermainnav #headermainmobilemenu.on
    {
        display:block;
        background-color:#fff;
        position:absolute;
        top:45px;
        right:10px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.4);
        box-shadow: 0 5px 10px rgba(0,0,0,.4);
    }
    #header #headermain #headermainnav #headermainmobilemenu li
    {
        display:block;
        padding:0;
    }
    #header #headermain #headermainnav #headermainmobilemenu li:hover
    {
        -webkit-box-shadow: inset 0px -2px 0px 0px #008c95;
        box-shadow: inset 0px -2px 0px 0px #008c95;
    }
    #header #headermain #headermainnav #headermainmobilemenu li a
    {
        display:block;
        padding:10px 20px;
    }


    #header #headermain #headermainmobiletrigger
    {
        display:block;
        border: 1px solid #54585a;
        border-radius: 2px;
        float: right;
        margin-right: 10px;
    }
    #header #headermain #headermainmobiletrigger button
    {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        background-color: transparent;
    }
    #header #headermain #headermainmobiletrigger button span
    {
        display: block;
        position: absolute;
        top: 18px;
        left: 8px;
        right: 8px;
        height: 4px;
        background: #424242;
        border-radius: 2px;
    }
    #header #headermain #headermainmobiletrigger button span::before
    {
        position: absolute;
        display: block;
        right: 0;
        width: 90%;
        height: 4px;
        background: #424242;
        content: '';
        top: -8px;
        border-radius: 2px;
        -webkit-transition: top 0.5s 0.5s, -webkit-transform 0.3s 0s;
        transition: top 0.5s 0.5s, -webkit-transform 0.3s 0s;
        transition: top 0.5s 0.5s, transform 0.3s 0s;
        transition: top 0.5s 0.5s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
    }
    #header #headermain #headermainmobiletrigger button span::after
    {
        position: absolute;
        display: block;
        right: 0;
        width: 80%;
        height: 4px;
        background: #424242;
        content: '';
        bottom: -8px;
        border-radius: 2px;
        -webkit-transition: bottom 0.5s 0.5s, -webkit-transform 0.3s 0s;
        transition: bottom 0.5s 0.5s, -webkit-transform 0.3s 0s;
        transition: bottom 0.5s 0.5s, transform 0.3s 0s;
        transition: bottom 0.5s 0.5s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
    }
    #header #headermain #headermainmobiletrigger button.on span
    {
        background: none;
    }
    #header #headermain #headermainmobiletrigger button.on span::before
    {
        width: 100%;
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 0.3s 0s, -webkit-transform 0.5s 0.5s;
        transition: top 0.3s 0s, -webkit-transform 0.5s 0.5s;
        transition: top 0.3s 0s, transform 0.5s 0.5s;
        transition: top 0.3s 0s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    }
    #header #headermain #headermainmobiletrigger button.on span::after
    {
        width: 100%;
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: bottom 0.3s 0s, -webkit-transform 0.5s 0.5s;
        transition: bottom 0.3s 0s, -webkit-transform 0.5s 0.5s;
        transition: bottom 0.3s 0s, transform 0.5s 0.5s;
        transition: bottom 0.3s 0s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    }

    footer .container
    {
        background: url("../../../images/foot-loc-white.svg") top right no-repeat;
        background-size: 46% auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: 'staff staff .' 'find contact .' 'social social social' 'colophon colophon colophon' 'legal legal legal';
        grid-gap: 30px;
    }
    footer .container .social ul li
    {
        margin: 15px;
    }
    footer .container .legal
    {
        justify-self: start;
        margin-top: 0;
    }
    footer .container .legal ul li
    {
        margin-left: 0;
        margin-right: 30px;
    }
}

@media screen and (max-width:768px)
{
    #mainwidgets .mainwidget
    {
        margin-top:20px;
    }
    #mainwidgets .mainwidget .mainwidgetcontainer
    {
        padding:20px;
    }

    footer .container
    {
        grid-template-columns: 1fr;
        grid-template-rows: 275px auto;
        grid-template-areas: '.' 'staff' 'contact' 'find' 'social' 'colophon' 'legal';
        background: url("../../../images/foot-loc-white.svg") top center no-repeat;
        background-size: 350px auto;
    }
    footer .container h5
    {
        margin-bottom: 30px;
    }
    footer .container .find address
    {
        display: inline-block;
    }
    footer .container .find address ul
    {
        margin-left: 0;
    }
    footer .container .find ul
    {
        display: inline-block;
        margin-left: 20px;
    }
    footer .container .legal ul li
    {
        display: block;
        margin-left: 0;
    }
}

@media screen and (max-width:670px)
{
    #maincontent
    {
        width:100%;
        margin-right:0;
    }
    #mainwidgets
    {
        width:100%;
    }

    footer .container .social ul
    {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin-left: -15px;
    }
    footer .container .social ul li a svg
    {
        width: 60px;
        height: 60px;
        padding: 0 0 15px 15px;
    }
}

@media screen and (max-width:480px)
{
    #header #headermain #headermainlogo img
    {
        max-width: 100px;
    }

    footer .container
    {
        background: url("../../../images/foot-loc-white.svg") top center no-repeat;
        background-size: contain;
    }
}

/*Skip to main content link*/
.skipToContent
{
    left:40px;
    top:-70px;
    position:fixed;
    border:2px solid black;
    background:white;
    text-align:center;
    text-decoration:none;
    z-index:100;
}
.skipToContent:focus
{
    top:40px;
    opacity:1;
    outline:1px solid grey;
}
.skipToContent div
{
    padding:10px;
}

.ui-widget-header
{
    background-color: #7c7c7c !important;
}