﻿@import "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";
@font-face {
  font-family:"Kalice";
  src:url("../../fonts/Kalice-Medium.woff2") format("woff2"),url("../../fonts/Kalice-Medium.woff") format("woff");
  font-weight:500;
  font-style:normal;
  font-variant:normal;
  font-stretch:normal;
  font-display:swap
}
@font-face {
  font-family:"Kalice";
  src:url("../../fonts/Kalice-MediumItalic.woff2") format("woff2"),url("../../fonts/Kalice-MediumItalic.woff") format("woff");
  font-weight:500;
  font-style:italic;
  font-variant:normal;
  font-stretch:normal;
  font-display:swap
}

*, *::before, *::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body, form.mainform
{
    height: 100%;
}
.wrapper
{
    min-height: 100%;
    margin: 0 auto -86px;
    position:relative;
    z-index:1;
}

body 
{
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height:1.6;
    background-color: #ffffff;
    color: #001c3d;
    font-family: "Noto Sans", Arial, sans-serif;
}

h1
{
    font-size:25px;
    font-weight:bold;
    margin:0 0 10px;
    font-family: Kalice, Arial, sans-serif;
}

h2
{
    margin:5px 0;
    font-size: 23px;
    font-family: Kalice, Arial, sans-serif;
}
h2.subsection
{
    margin-top:30px;
}

h3
{
    margin:5px 0;
    font-size: 21px;
    font-family: Kalice, Arial, sans-serif;
}

p
{
    margin: 10px 0;
}

b, strong
{
    font-weight:700;
}

.clearboth
{
    clear:both;
}


/* Font awesome */
.far {
    font-size:18px;
}
.fa-red {
    color:#D00;
}
.fa-blue {
    color:#5f9edf;
}


/* 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
{
    color: #007FAD;
    font-weight:700;
    text-decoration:none;
}
a:hover, a:active
{
    text-decoration:underline;
}


/* Css Button */
.cssbutton
{
    display:inline-block;
    margin:0 10px 10px 0;
}
.cssbutton a
{
    border: 1px solid #585858;
    display:inline-block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
    padding: 11px 12px 9px;
    color:#444 !important;
    text-decoration: none;
    white-space: nowrap;
    font-size:16px;
    line-height:1.25;
    font-weight:700 !important;
    text-transform:uppercase;
    text-decoration:none !important;
}
.cssbutton a:hover
{
    background-color: #00fbc0 !important;
}
.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:90%;
    max-width:1000px;
}
#header .headermaxwidth
{
    width:90%;
    max-width: 1290px;
}


/* Header main */
#header #headermain
{
}
#header #headermain #headermaintop
{
    position:relative;
    z-index:60;
    min-height: 48px;
}
#header #headermain #headermainlogo
{
    display: block;
    margin: 0 auto;
    max-width: 500px;
}
#header #headermain #headermainlogo a
{
    float:left;
    font-size:2em;
    text-decoration:none;
    color:#444;
}
#header #headermain #headermainlogo .headermainlogomobile
{
    display:none;
}
#header #headermain #headermainlogo img
{
    display: block;
    width: 100%;
    height: auto;
}
#header #headermain #headermainmenutrigger
{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
#header #headermain #headermainmenutrigger a
{
    position: relative;
    margin: 18px auto;
    text-indent: -9999px;
}
#header #headermain #headermainmenutrigger a,
#header #headermain #headermainmenutrigger a::before,
#header #headermain #headermainmenutrigger a::after
{
    transition: all .1s ease-in;
    width: 48px;
    height: 4px;
    background-color: #fff;
    display: block;
}
#header #headermain #headermainmenutrigger a::before,
#header #headermain #headermainmenutrigger a::after
{
    content: '';
    position: absolute;
}
#header #headermain #headermainmenutrigger a::before
{
    top: -14px;
}
#header #headermain #headermainmenutrigger a::after
{
    top: 14px;
}
#header #headermain #headermainmenutrigger:hover span::before
{
    top: -18px;
}
#header #headermain #headermainmenutrigger:hover span::after
{
    top: 18px;
}
#header #headermain #headermainmenutrigger.active a
{
    background-color: transparent !important;
}
#header #headermain #headermainmenutrigger.active a::before,
#header #headermain #headermainmenutrigger.active a::after
{
    top:0;
    background-color: #000 !important;
}
#header #headermain #headermainmenutrigger.active a::before
{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#header #headermain #headermainmenutrigger.active a::after
{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* Header main menu - outside of #header */
#headermainmenu
{
    display:none;
    z-index:50;
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.5);
    font-family: Kalice, Arial, sans-serif;
}
#headermainmenuinner
{
    position:absolute;
    top:0;
    right:0;
    padding:172px 80px 70px;
    color:#001c3d;
    background-color:#FFF;
}
#headermainmenu ul
{
    margin:0;
    padding:0;
    list-style:none;
}
#headermainmenu ul li
{
    list-style:none;
    display:block;
}
#headermainmenu a
{
    font-size:3rem;
    display:block;
    color:#001c3d;
    letter-spacing: -.73px;
    line-height: .88889;
    padding:10px 0;
}


/* Header banner message */
#header #headerbanner
{
    background-color:#fa8072;
    color:#000;
    text-align:center;
    line-height:1.3;
}
#header #headerbanner .headerinner
{
    padding:10px;
    display:table;
}
#header #headerbanner p
{
    margin:0px;
}
#header #headerbanner a
{
    color:#000;
    text-decoration:underline;
}
#header #headerbanner #headerbannertext
{
    display:table-cell;
    vertical-align:top;
    font-size:16px;
}
#header #headerbanner #headerbannerhide
{
    display:table-cell;
    width:150px;
    vertical-align:middle;
}
#header #headerbanner #headerbannerhide .cssbutton
{
    margin:0;
}
#header #headerbanner #headerbannerhide .cssbutton a
{
    font-size:1em;
    padding: 9px 10px 7px;
    color:#000 !important;
}
#header #headerbanner #headerbannerhide .cssbutton a:hover
{
    color:#FFF !important;
}

/* Main area */
#main
{
    margin: 20px auto 0;
    clear:both;
}
#main a
{
    font-weight:300;
    text-decoration:none;
    color: inherit;
    text-decoration:underline;
    text-underline-position: under;
    text-decoration-thickness: 1px;
}
#main a:hover, #main a:active
{
    background-color: rgba(0,0,0,.15);
}


/* Main content area */
#maincontent
{
    float:left;
    width:70%;
    padding-right:30px; 
    padding-bottom:30px;
}
#maincontent h1,
#maincontent h2,
#maincontent h3,
#maincontent h4,
#maincontent p,
#maincontent fieldset
{
    margin: 0 0 30px;
}
#maincontent h2.subsection
{
    margin-top:30px;
}


/* Widgets - note, the padding is set by the individual widgets, due to the separator line */
#mainwidgets
{
    float:left;
    width:30%;
    padding:0 0 40px 0;
}

/* If full width (i.e. there are no widgets) */
#maincontent.mainfullwidth
{
    width:100%;
}
#mainwidgets.mainfullwidth
{
    display:none;
}

/* Individual widget */
#mainwidgets .mainwidget
{
    width:100%;
    padding:10px 0 20px;
}
#mainwidgets .mainwidgetcontainer
{
    padding:0 0 1px 0;
}
#mainwidgets .mainwidgetheader
{
    font-size:1.3rem;
    padding:10px;
    background-color:#00fbc0;
}
#mainwidgets .mainwidgetcontent
{
    position:relative;
    font-size:18px;
}
#mainwidgets .mainwidthseparator
{
    border-top:1px dotted #a0a0a0;
    height:1px;
}
#mainwidgets .mainwidgetrightbutton
{
    text-align:right;
}
#mainwidgets .mainwidgetrightbutton .cssbutton
{
    margin-right:0;
}


/* Popup with header */
#headerpopup
{
    width:100%;
    background-color:#fff;
    padding:4px 10px;
}
#headerpopup #headerpopupleft
{
    font-size:2em;
}
#mainpopup
{
    width:100%;
}
#mainpopupcontent
{
    padding:10px;
}
#mainpopup #popupmenuright
{
    float:right;
}



/* Footer */
#footer
{
    height:86px;
    clear:both;
    background-color:#3a383b;
    padding: 20px 0 40px;
    border-top: 4px solid #00fbc0;
}
#footer .footerinner
{
    margin: 0 auto;
    text-align:center;
    color:#fff;
    padding:0 0 5px 10px;
}
#footer .footerinner a
{
    color:#fff;
}




/* Red Star */
.redHilite
{
    color: #c00;
}

/* Error */
.errorText, .ErrorText
{
    color:#E00;
}


/* Box */
.boxbuttons
{
    margin-top:25px;
}


/* Input controls */
input[type=text], input[type=password], textarea, select
{
    font-family:Arial;
    font-size:14pt;
}



/* 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-left: 25px;
    display: block;
}
.listwithproperwrap br {
    margin:3px 0px;
    line-height:4px;
    content:" ";
    display:block;
}



@media screen and (min-width:1433px)
{
    #header .headermaxwidth
    {
        width: auto;
        padding-left: 71.66667px;
        padding-right: 71.66667px;
        max-width: none;
    }
}

@media screen and (max-width:1024px)
{
    .maxwidth
    {
        max-width:670px;
    }

    #header #headermain #headermainlogo
    {
      max-width:400px;
    }

    /* Take up entire width */
    #maincontent
    {
        width:100%;
    }
    
    /* Take up entire width, but now padding is added */
    #mainwidgets
    {
        width:100%;
    }
    
    /* Individual widgets now take up 50% of the room */
    #mainwidgets .mainwidget
    {
        float:left;
        width:50%;
    }
    /* Odd (left side) needs to clear */
    #mainwidgets .mainwidget:nth-child(odd)
    {
        clear:both;
    }
    /* Odd (left side) have just right padding and no border */
    #mainwidgets .mainwidget:nth-child(odd) .mainwidgetcontainer
    {
        padding:0 10px 0 0;
        clear:both;
    }
    /* Even (right rise) has just left padding, keeping the border */
    #mainwidgets .mainwidget:nth-child(even) .mainwidgetcontainer
    {
        padding:0 0 0 10px;
    }
    
    #main
    {    
        min-height:400px;
    }
    #maincontent
    {
        float:none;
        padding-right:0;
    }
}


@media screen and (max-width:768px)
{
    .maxwidth
    {
        width:90%;
        max-width:745px;
    }

    #header #headermain #headermainlogo
    {
      max-width:315px;
      margin:0 65px 0 0;
    }

    #headermainmenu
    {
        background-color:transparent;
    }
    #headermainmenu a
    {
        font-size:2rem;
    }
    #headermainmenuinner
    {
        position:relative;
        padding: 200px 5% 70px;
        box-shadow: 0 5px 8px rgba(0,0,0,0.25);
    }

    #header #headermain #headermaintop.menuactive
    {
        position:absolute;
        top:40px;
        left:5%;
        right:5%;
    }
    #header #headermain #headermaintop.menuactive #headermainlogo .headermainlogonormal
    {
        display:none;
    }
    #header #headermain #headermaintop.menuactive #headermainlogo .headermainlogomobile
    {
        display:inline;
    }


    #maincontent
    {
        margin:0 auto;
        padding-right:0;
    }
}



/* Small - main takes up entire width, widgets take up entire width */
/* If changing, update fullCollapse in header.js */
@media screen and (max-width:600px)
{
    .wrapper
    {
        min-height:0;
        margin-bottom:0;
    }

    #header #headerbanner .headerinner
    {
        display:block;
    }
    #header #headerbanner #headerbannertext
    {
        display:block;
        text-align:left;
    }
    #header #headerbanner #headerbannerhide
    {
        display:block;
        text-align:right;
        padding-top:5px;
        width:auto;
    }
    
    #mainwidgets .mainwidget
    {
        float:none;
        width:100%;
        margin-bottom:30px;
    }
    /* No padding or borders */
    #mainwidgets .mainwidget .mainwidgetcontainer
    {
        /* Needs "!important" as otherwise the medium instructions override */
        padding:0px !important;
        border-left:0 !important;
    }
    
    #main
    {    
        min-height:0;
    }

    #footer
    {
        height:auto;
    }    
}



.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;
}


/* Dynamic form date control width */
.field .fieldInput .fieldDateTextBox {
    width:110px !important;
}


/*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;
}