﻿*, *::before, *::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html
{
    font-size:100%;
    background: #000;
}

body 
{
    margin: 0;
    padding: 0;
    background: #000;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #151F35;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body, form.mainform
{
    height: 100%;
}
#wrapper
{
    width:100%;
    background: #fff;
    min-height: 100%;
}

h1, h2, h3
{
    font-family: "degular";
    font-style: normal;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizeLegibility;
}
h1.subsection
{
    margin-top:30px;
}

h2
{
    font-size:1.5rem;
    line-height: 1.28;
    margin-bottom: 0.875rem;
    letter-spacing: -0.03em;
}

p
{
    font-size:1rem;
    margin: 0 0 1.5rem;
    line-height:1.5;
}

.resize-animation-stopper *
{
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}


/* Hidden */
#accesslinks, .skiplink
{
    display:none;
}
.sr-only
{
    overflow: hidden;
    clip: rect(0,0,0,0);
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
}


/* Links */
a, a:link, a:visited, a:hover, a:active
{
    color: #30786C;
    text-decoration:none;
    font-weight:700;
}


/* Css Button */
.cssbutton
{
    background-color: #D9226A;
    display:inline-block;
    margin: 0 10px 5px 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    white-space:nowrap;
}
.cssbutton:hover
{
    background-color: #AA0043;
}
.cssbutton a
{
    display:block;
    padding: 0.875rem 2.5rem;
    color:#fff !important;
    text-decoration: none !important;
    white-space: nowrap;
    font-family: "DM Sans";
    -webkit-transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cssbutton a:focus
{
    outline-offset:2px;
}


/* Pick list control */
.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;
}


/* Maximum width */
.maxwidth
{
    width:84%;
}



/* Header */
#header
{
    width:100%;
}
#header .headerinner
{
    margin:0 auto;
    overflow:hidden;
}

/* Header cookie consent */
#header #headercookie
{
    background-color:#f0f4f5;
    position:fixed;
    bottom:0;
    right:0;
    left:0;
    z-index:200;
    color:#000;
}
#header #headercookie .headerinner
{
    padding:0 10px;
}
#header #headercookiecontent
{
    display:table;
}
#header #headercookiecontent > div
{
    display:table-cell;
    vertical-align:middle;
    padding:10px 0;
}
#header #headercookieclose
{
    width:230px;
    text-align:right;
}
#header #headercookieclose .cssbutton
{
    margin:0;
}

/* Header */
#header #headermain
{
    padding:2.875rem 0 10rem;
    min-height:173px;
}
@media screen and (max-width:2040px)
{
    #header #headermain
    {
        padding-bottom:clamp(2rem, calc((100vw - 600px) / 8), 10rem);
    }
}
@media screen and (max-width:800px)
{
    #header #headermain
    {
        padding-bottom:2rem;
    }
}
#header #headermobile
{
    display:none;
}

/* Header logo */
#header #headerlogo
{
    position:absolute;
    top:0;
    color:#151F35;
    z-index:2;
}
#header #headerlogo .headerlogo-svg
{
    width:22vw;
    min-width:180px;
    max-width:450px;
}
#header #headerlogo .headerlogo-svg img
{
    width:100%;
}

#header #headertop
{
    position:absolute;
    top:0;
    right:0;
    padding:0.3125rem 8% 0.4375rem 1.8125rem;
    background-color:#101010;
}
#header #headertop li
{
    margin:0 1.25rem 0 0;
    line-height:1.5;
}
#header #headertop li:last-child
{
    margin-right:0;
}
#header #headertop a
{
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "degular";
    text-transform: capitalize;
    letter-spacing: -0.01em;
    color: #ffffff;
    line-height:1.3;
}
#header #headertop a:hover
{
    text-decoration:underline;
}

#header #headerstatic
{
    float:right;
    margin-right: -0.9375rem;
}
#header #headerstaticlist
{
    display:flex;
}
#header #headerstaticlist a
{
    position:relative;
    padding:0.75rem 1rem 1.688rem 1rem;
    line-height: 1.32;
    letter-spacing: -0.01em;
    color: #151F35;
    text-transform: capitalize;
    font-family: "degular";
    font-weight: 700;
}
#header #headerstaticlist a::after
{
    content: "";
    position: absolute;
    left: 0.9375rem;
    bottom: 0.75rem;
    width: 0;
    height: 0.3125rem;
    background-color: #30786C;
    -webkit-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
}
#header #headerstaticlist a:hover::after
{
    width:1.25rem;
}
#header #headerstaticlist a:focus
{
    outline-offset:-10px;
}


/* Lists within the header */
#header ul
{
    margin:0;
    padding:0;
}
#header ul li
{
    list-style-type: none;
    display:inline-block;
}
#header ul li a
{
    display:inline-block;
    text-decoration:none;
}


/* Header banner message */
#header #headerbanner
{
    color:#000;
    margin-bottom:20px;
}
#header #headerbanner .headerinner
{
}
#header #headerbanner #headerbannerinner
{
    padding: 10px;
    background-color:#fa8072;
    display:table;
    width:100%;
}
#header #headerbanner p
{
    margin:0px;
}
#header #headerbanner p a
{
    color:#000 !important;
    text-decoration:underline;
}
#header #headerbanner #headerbannertext
{
    display:table-cell;
    vertical-align:top;
    text-align:center;
}
#header #headerbanner #headerbannerhide
{
    display:table-cell;
    width:200px;
    vertical-align:middle;
    text-align:right;
}
#header #headerbanner .cssbutton
{
    margin:0;
}

/* Main area */
#main
{
    background-color:#fff;
    margin: 0 auto;
    padding-bottom:30px;
    overflow:hidden;
}


/* Main content area */
#maincontent
{
    float:left;
    width:66.66%;
}
#maincontentinner
{
    width:75%;
    margin:0 auto;
}
#maincontent b,
#maincontent strong
{
    color:#333;
}
#maincontent a
{
    text-decoration:underline;
}

/* Widgets - note, the padding is set by the individual widgets, due to the separator line */
#mainwidgets
{
    float:left;
    width:33.33%;
}
#mainwidgetsinner
{
    width: 75%;
    margin-left: 1.5rem;
}

/* If full width (i.e. there are no widgets) */
#maincontent.mainfullwidth
{
    width:100%;
}
#maincontent.mainfullwidth #maincontentinner
{
    width:90%;
}
#mainwidgets.mainfullwidth
{
    display:none;
}



/* Individual widget */
#mainwidgets .mainwidget
{
    width:100%;
    margin:10px 0 30px;
}
#mainwidgets .mainwidgetheader
{
    font-family: "degular";
    font-style: normal;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizeLegibility;
    background-color:#fff;
    font-size: 1.5rem;
    line-height: 1.28;
    letter-spacing: -0.03em;
    padding:1rem 0 0.875rem;
}
#mainwidgets .mainwidgetnoline .mainwidgetcontainer
{
    border-left: 0;
}
#mainwidgets .mainwidgetcontent
{
    font-size: 0.875rem;
    position:relative;
    padding:1.875rem 2.5rem;
    background-color:#f0f4f5;
}
#mainwidgets .mainwidgetcontent p
{
    margin:10px 0;
}
#mainwidgets .mainwidgetcontent p:first-child
{
    margin-top:0;
}
#mainwidgets .mainwidgetcontent p:last-child
{
    margin-bottom:0;
}
#mainwidgets .mainwidgetcontent a
{
    color: #000000;
    display: block;
    -webkit-transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    position:relative;
    margin-left: 1.25rem;
}
#mainwidgets .mainwidgetcontent a:hover
{
    color: #30786C;
}
#mainwidgets .mainwidgetcontent a::before
{
    content: "";
    position: absolute;
    right: calc(100% + 0.75rem);
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../../../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 0.5rem;
    height: 0.5rem;
    padding: 0.5rem;
}
#mainwidgets .mainwidthseparator
{
    border-top:1px dotted #a0a0a0;
    height:1px;
}
#mainwidgets .cssbutton a
{
    margin-left:0;
}
#mainwidgets .cssbutton a::before
{
    display:none;
}

/* Popup with header */
#headerpopup
{
    width:100%;
    background-color:#fff;
    padding:4px 10px;
}
#headerpopup #headerpopupleft
{
    font-size:2em;
}
#mainpopup
{
    width:100%;
    background-color:#fff;
}
#mainpopupcontent
{
    padding:10px;
}
#mainpopup #popupmenuright
{
    float:right;
}


/* Footer */
#footer
{
    background-color:#fff;
}
#footer .footerinner
{
    margin:0 auto;
}
#footer a
{
    -webkit-transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-family: "degular";
    font-weight:normal;
}
#footer a, #footer a:link, #footer a:visited
{
    color: #151F35;
}
#footer a:hover, #footer a:active
{
    color: #30786C;
}
#footer p a
{
    font-weight:bold;
}
#footer #footerupper
{
    padding:7.3125rem 0;
    background-color:#f0f4f5;
}
#footer #footerupper #footerlinksflex
{
    display:flex;
    flex-flow: row wrap;
    margin-left:-1.24687rem;
    margin-right:-1.24687rem;
}
#footer #footerupper #footerlinksflex > div
{
    flex: 0 0 auto;
    width:calc(25% - 2.49375rem);
    margin-left: 1.24687rem;
    margin-right: 1.24687rem;
}
#footer #footerupper #footerlinksflex h2
{
    font-size: 1.3125rem;
    margin: 0 0 1.25rem;
    line-height: 1.75rem;
    letter-spacing: -0.03em;
    font-family: "degular";
    font-weight: 700;
    color: #000000;
}
#footer #footerupper #footerlinksflex ul
{
    list-style-type:none;
    margin:0 0 2.5rem;
    padding:0;
}
#footer #footerupper #footerlinksflex ul a
{
    font-weight:normal;
}
#footer #footerupper #footerlinksflex .footerlinkssmall
{
    font-size:small;
}

#footer #footerupper #footersocial
{
    margin-top: 5.3125rem;
    display:flex;
}
#footer #footerupper #footersocial ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    display:flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items:center;
}
#footer #footerupper #footersocial ul li
{
    display:inline-block;
}
#footer #footerupper #footersocial ul li:not(:last-child)
{
    margin-right: 2.3125rem;
}
#footer #footerupper #footersocial a
{
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}
#footer #footerupper #footersocial svg
{
    fill: #000000;
    -webkit-transition: fill 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: fill 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    height: 100%;
}
#footer #footerupper #footersocial svg:hover
{
    fill: #30786C;
}
#footer #footerupper #footercopy
{
    display:inline-block;
    margin-left: 2.5rem;
    margin-top: 0;
    font-size: 0.75rem;
    font-family: "degular";
    font-style: normal;
}

#footer #footerlower #footerlogos
{
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
}
#footer #footerlower #footerlogos a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -0.625rem;
}
#footer #footerlower #footerlogos img
{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 10px;
}

#footer #footerlower #footernav
{
    padding-bottom:3.125rem;
}
#footer #footerlower #footernav ul
{
    font-size: 0.6875rem;
    margin: 0;
    padding: 0;
}
#footer #footerlower #footernav ul li
{
    display: inline-block;
    margin: 0 1.875rem 0.625rem 0;
}


/* Red Star */
.redHilite
{
    color: #c00;
}

/* Error */
.errorText
{
    color:#E00;
}


/* Box */
.boxbuttons
{
    margin-top:25px;
}


/* Input controls */
input[type="text"], input[type="password"], textarea, select
{
    font-family:"Inter", sans-serif;
    font-size:14px;
}



/* 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:300px;
    width:100%;
}
.formattedcontrols .fullwidth
{
    width:100%;
}
.formattedcontrols textarea.fullwidth
{
    resize:vertical;
}
.formattedcontrols select
{
    max-width:100%;
}
.formattedcontrols .blockspan
{
    display:inline-block;
    margin-right:10px;
}


/* 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;
}


/* 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:0 0 6px 25px;
    display:block;
}
.listwithproperwrap > label:last-child,
.listwithproperwrap span:last-child label {
    margin-bottom:0;
}
.listwithproperwrap br {
    display:none;
}


@media screen and (max-width:1440px)
{
    #mainwidgetsinner
    {
        width:100%;
        margin-left:0;
    }
}

@media screen and (max-width:1200px)
{
    #header #headertop,
    #header #headerstatic
    {
        display:none;
    }

    #header #headermobile
    {
        display:block;
    }

    #header #headermobiletoggle
    {
        position: absolute;
        top: 1.625rem;
        right: 8%;
        margin-right: 3rem;
        width: 2.5rem;
        height: 2.5rem;
        z-index: 2;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        border-radius: 0;
        background: transparent;
        line-height: 1;
        cursor: auto;
        font-size:100%;
    }
    #header #headermobiletoggle::before,
    #header #headermobiletoggle::after,
    #header #headermobiletoggle span::before
    {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1.875rem;
        height: 0.125rem;
        background-color: #151F35;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    #header #headermobiletoggle span::before
    {
        top :0.25rem;
    }
    #header #headermobiletoggle::after
    {
        top :0.5rem;
    }
    #header #headermobiletoggle span
    {
        text-indent: 100%;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding: 0;
        opacity: 1;
        -webkit-transition: opacity .25s ease-out;
        transition: opacity .25s ease-out;
        -webkit-filter: contrast(233.33%);
        filter: contrast(233.33%);
    }

    #header #headermobiletoggle.active
    {
        position:fixed;
    }
    #header #headermobiletoggle.active::before
    {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0.5rem;
    }
    #header #headermobiletoggle.active span
    {
        opacity:0;
    }
    #header #headermobiletoggle.active::after
    {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #header #headermobilemenu
    {
        visibility:hidden;
        position: fixed;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        padding: 7.1875rem 0 1.25rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: scroll;
        background-color: #ffffff;
        z-index: 1;
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%);
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-shadow: -30px 34px 0px rgba(0, 0, 0, 0.25);
        box-shadow: -30px 34px 0px rgba(0, 0, 0, 0.25);
    }
    #header #headermobilemenu.visible
    {
        visibility:visible;
    }
    #header #headermobilemenu.active
    {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    #header #headermobiletoplist
    {
        margin: 0 auto 2.5rem;
        width: 84%;
    }
    #header #headermobiletoplist li
    {
        display: inline-block;
        margin-right: 1.25rem;
    }
    #header #headermobiletoplist a
    {
        color: #E31E69;
        text-transform: uppercase;
        font-size: 0.6875rem;
        line-height: 1.3;
        font-weight: bold;
        -webkit-transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-filter: contrast(1);
        filter: contrast(1);
    }
    #header #headermobilestaticlist
    {
        margin-left: auto;
        margin-right: auto;
        width: 84%;
    }
    #header #headermobilestaticlist li
    {
        display:block;
        margin-bottom: 0.9375rem;
    }
    #header #headermobilestaticlist a
    {
        display:block;
        font-size: 2rem;
        line-height: 1.32;
        letter-spacing: -0.01em;
        color: #151F35;
        text-transform: capitalize;
        font-family: "degular";
        font-weight: 700;
        letter-spacing: -0.01em;
    }


    #footer #footerupper
    {
        padding: 3.75rem 0;
    }
}

@media screen and (max-width:1023px)
{
    #header #headermobilemenu
    {
        /* From TOP */
        width: 100%;
        -webkit-box-shadow:none;
        box-shadow:none;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 1.3s cubic-bezier(1, 0, 0, 1);
        transition: -webkit-transform 1.3s cubic-bezier(1, 0, 0, 1);
        transition: transform 1.3s cubic-bezier(1, 0, 0, 1);
        transition: transform 1.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 1.3s cubic-bezier(1, 0, 0, 1);
    }

    
    #header #headercookie #headercookiecontent,
    #header #headercookie #headercookietext,
    #header #headercookie #headercookieclose,
    #header #headerbanner #headerbannerinner,
    #header #headerbanner #headerbannertext,
    #header #headerbanner #headerbannerhide
    {
        display:block;
        text-align:left;
        width:auto;
    }
    #header #headercookie #headercookieclose,
    #header #headerbanner #headerbannerhide
    {
        text-align:right;
    }

    #header #headercookie
    {
        position:static;
        bottom:unset;
        right:unset;
        left:unset;
        margin-bottom:20px;
        background-color:transparent;
    }
    #header #headercookie .headerinner
    {
        background-color:#f0f4f5;
    }


    #maincontent,
    #mainwidgets
    {
        float:none;
        width:100%;
    }

    #maincontentinner
    {
        width:85%;
    }

    #mainwidgetsinner
    {
        display:flex;
        flex-wrap:wrap;
        align-items:stretch;
        width:auto;
        margin: 0 -1.25rem;
    }
    #mainwidgetsinner .mainwidget
    {
        width:calc(50% - 2.5rem);
        margin-top: 0;
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    #mainwidgetsinner .mainwidget .mainwidgetcontainer
    {
        height:100%;
    }
    #mainwidgetsinner .mainwidget .mainwidgetcontent
    {
        height:calc(100% - 3.75rem);
    }


    #footer #footerupper #footerlinksflex
    {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    #footer #footerupper #footerlinksflex > div
    {
        width: calc(50% - 1.25rem);
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
    #footer #footerupper #footersocial
    {
        display:block;
    }
    #footer #footerupper #footercopy
    {
        display: block;
        margin:1.25rem auto 0 0;
        font-weight: 400;
        line-height: 1;
    }
}

@media screen and (max-width:735px)
{
    #mainwidgetsinner
    {
        display:block;
        margin: 0;
    }
    #mainwidgetsinner .mainwidget
    {
        width:100%;
        margin:30px 0;
    }
    #mainwidgetsinner .mainwidget .mainwidgetcontainer,
    #mainwidgetsinner .mainwidget .mainwidgetcontent
    {
        height:auto;
    }
}

@media screen and (max-width:639px)
{
    #footer #footerupper #footerlinksflex > div
    {
        width: calc(100% - 1.25rem);
    }
    #footer #footerupper #footerlinksflex p
    {
        font-size:0.875rem;
    }
    #footer #footerlower #footernav ul li
    {
        display:block;
    }
}





.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;
}
.editContentEdit img
{
    margin:3px 0 3px 3px;
    display:block;
}


/*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;
}


/* Override default froala table borders */
#wrapper .fr-view table td, #wrapper .fr-view table th
{
    border:0;
}