@import url('https://fonts.googleapis.com/css?family=Lato');html,body{font-family:'Lato',sans-serif;font-size:16px;color:#0B0C0C;line-height:1.6;font-weight:normal;-webkit-font-smoothing:antialiased}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,progress,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}table{border-collapse:collapse;border-spacing:0}audio:not([controls]){display:none;height:0}a{color:#005EA5;text-decoration:underline}a:hover{color:#2B8CC4;cursor:pointer}button{font-size:1rem}button:hover{cursor:pointer}button,input,optgroup,select,textarea{font-family:inherit}::placeholder{color:#767676;opacity:1}:-ms-input-placeholder{color:#767676}::-ms-input-placeholder{color:#767676}a:focus,button:focus,input:focus,select:focus,textarea:focus,*[tabindex]:focus{outline:2px solid #0064FF;outline-offset:0}h1{font-size:2.5rem;font-weight:bold;margin:0 0 20px 0}h2{font-size:1.5rem;font-weight:bold;margin:0 0 20px 0}h3{font-size:1.25rem;font-weight:bold;margin:0 0 20px 0}h4{font-weight:bold;margin:0 0 20px 0}p{margin:0 0 20px 0;word-wrap:break-word}small{font-size:.8rem}hr{margin:20px 0;background-color:#fff;border:1px inset}ul,ol{list-style:none}table,th,td{border:1px solid #ccc;padding:5px}th{background-color:#ddd;text-align:left}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}.accessibility,.hide{display:block;visibility:visible;border:0;clip:rect(0 0 0 0);clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.a-intro__content{margin:10px 0;font-size:1.3rem;font-weight:bold}.container{position:relative;box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 20px;clear:both}.panel__link--external:after,.media-link--external:after{content:'\f08e';font-size:.8em;padding-left:5px}.skip-link{height:1px;width:1px;clip:rect(0 0 0 0);clip:rect(0,0,0,0);overflow:hidden;position:absolute;top:10px;left:10px;background:#fff;border:1px solid #ccc;line-height:2em;z-index:10;display:block;padding:5px}.skip-link:focus,.skip-link:active{height:auto;width:auto;clip:auto;margin:auto}.a-body ul,.cke_editable ul{padding:0 0 20px 40px;list-style:disc;overflow:hidden}.a-body ol,.cke_editable ol{padding:0 0 20px 40px;list-style:decimal;overflow:hidden}.a-body ul ul,.cke_editable ul ul,.a-body ol ol,.cke_editable ol ol{padding-bottom:0}.a-body li,.cke_editable li{padding:5px 0}.alignleft{text-align:left}.aligncenter{text-align:center}.alignright{text-align:right}.tablenoborder td{border:0 solid #fff}.tablenoborder th{border:0 solid #fff;background:transparent}.tabledark td{border:1px solid #fff;padding:15px 10px}.tabledark th{background-color:#000;color:#fff;text-align:left}.tabledark tr:nth-child(even){background-color:#D7D7D7}.tabledark tr:nth-child(odd){background-color:#EDEDED}.tablelight td{border:0;border-bottom:1px solid #CCC;padding:15px 10px}.tablelight th{border:0;background-color:transparent;border-bottom:2px solid #000;text-align:left;padding:15px 10px}.tableprimary td{border:1px solid #fff;padding:15px 10px}.tableprimary th{background-color:#453853;color:#fff;text-align:left}.tableprimary tr:nth-child(even){background-color:rgba(69,56,83,0.3)}.tableprimary tr:nth-child(odd){background-color:rgba(69,56,83,0.1)}.tablesecondary td{border:1px solid #fff;padding:15px 10px}.tablesecondary th{border:1px solid #fff;background-color:#B8D138;text-align:left}.tablesecondary tr:nth-child(even){background-color:rgba(184,209,56,0.3)}.tablesecondary tr:nth-child(odd){background-color:rgba(184,209,56,0.1)}/*
STYLESHEET INFORMATION

Name: Base Cruise Skin
Type: Skin
Theme: Cruise
Client: N/A

Core colours:

Table of Contents:
    - Core Styles
    - Remove Arrows Styles
    - Top Utilities
    - Main Menu
        - White Background Options
            - Media Queries
                - 1020px
    - Mobile Menu
        - Mobile bar
        - Search bar
        - Mobile button
        - Utility links
        - Top Menu
    - Footer Styles
        - Utility Menu
        - By GOSS
    - Home Template
        - Header Styles
        - Search Styles
        - Top Tasks
            - Second Tasks
            - All Services
        - Feature Task
        - Tab Section
            - Media Queries
                - 1024px
        - Related Article Section
    - Default Template
        - Breadcrumb
        - Content
        - Related Articles
        - Tables
    - List Template
        - List Item
        - Paging
    - Authentication Template
    - Form Template
    - Search Template
*/

/* Base Cruise Skin CSS Starts */

/* Core Styles */

a {
  color: #003057;
}

/* Remove Arrows Styles */

.hometoptasks__arrow,
.homefeaturedtask__arrow,
.tabcontent__arrow {
  display: none;
  opacity: 0;
}

.hometoptasks__task--open .hometoptasks__arrow {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.hometoptasks__task--open .hometoptasks__icon {
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.hometoptasks__arrow:before,
.hometoptasks__arrow:after {
  background: #003057;
}

@media (min-width: 1024px) {
  .homesecondtasks__arrow:before {
    background: #fff;
  }
}

/* Top Utilities */

.toputils {
  background-color: #003057;
}

.toputils__myaccount {
  background-color: #ffffff;
}

/* Main Menu */

.header--thin {
  background-image: none !important;
  border-bottom: 5px solid #003057;
  min-height: 150px;
  padding-bottom: 30px;
}

.secondlevel__item--button {
  background: #cf7f00;
  color: #222;
  -webkit-box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 18px;
}

/* Main Menu / White Background Options [DELETE IF YOU DO NOT WANT DARK LINKS] */

.mainmenu {
  width: calc(100% - 420px);
  float: right;
  position: relative;
}

@media (min-width: 1024px) {
  .secondlevel--nudged {
    top: 0;
    margin-bottom: 0;
  }

  .mainmenu__item {
    color: #000;
  }
}

.mainmenu__item--open {
  background-color: transparent;
  color: #CHECK;
}

.mainmenu__item--haslevel {
  -webkit-filter: invert(0);
  filter: invert(0);
  color: #000;
  position: relative;
}

.mainmenu__item--haslevel::after {
  content: "\f107";
  font-size: 27px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(0) translateY(-50%);
  -ms-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

.mainmenu__item--open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

/* Main Menu / White Background Options / Media Queries */

/* Main Menu / White Background Options / Media Queries /1020px */

@media (min-width: 1024px) {
  .mainmenu__item--haslevel {
    -webkit-filter: invert(0);
    filter: invert(0);
  }

  .searchcontrol__expandtoggle {
    -webkit-filter: invert(0);
    filter: invert(0);
    background-color: #003057;
  }
}

/* Mobile Menu */

.mobilemenu {
  background-color: #003057;
}

/* Mobile Menu / Mobile bar */

.mobilebar {
  background-color: #003057;
}

/* Mobile Menu / Search bar */

.mobilemenu__searchtoggle {
  background-color: #003057;
}

/* Mobile Menu / Mobile button */

.mobilemenu__toggle {
  background-color: #003057;
}

.mt1,
.mt2,
.mt3 {
  background-color: #fff;
}

/* Mobile Menu / Utility links */

.toputils__navitem,
.toputils__myaccountitem {
  color: #fff;
}

/* Mobile Menu / Top Menu */

.mobilemenu a,
.mobilemenu span {
  color: #fff;
}

/* Footer Style */

.footer {
  background-color: #093c71;
  border-top: 3px solid #222222;
  color: #fff;
}

/* Footer Style / Utility Menu */

.footer__navlink {
  color: #fff;
}

/* Footer Style / By GOSS */

.footer__goss>a {
  color: #ffffff;
}

/* Home Template */

/* Home Template / Header Styles */

.header--thick {
  padding: 20px 0;
}

/* Home Template / Search Styles */

#topsearchform input[type="image"] {
  background: #222222;
}

#topsearchform input[type="text"] {
  height: 40px;
  border: 1px solid #ccc;
  /* 42 = 2px border + width of search button (40px) */
  width: calc(100% - 42px - 1.5em);
}

/* Home Template / Top Tasks */

.hometoptasks__icon {
  top: 35px;
}

.hometoptasks__linktext {
  bottom: 50px;
  color: #093c71;
}

.hometoptasks__bg {
  border: 1px solid #ccc;
}

/* Home Template / Top Tasks / Second Tasks */

.homesecondtasks__task {
  background: #093c71;
}

.homesecondtasks__task--viewall {
  color: #fff;
}

/* Home Template / Top Tasks / All Services */

.homeallservices {
  margin: 0 auto;
  margin-bottom: 20px;
}

.homeallservices__button {
  background: #cf7f00;
  color: #222;
  -webkit-box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 18px;
}

/* Home Template / Feature Task */

.homefeaturedtask {
  padding: 20px;
}

.homefeaturedtask__title {
  color: #003057;
  font-weight: bold;
  font-size: 18px;
}

.homefeaturedtask__button {
  clear: none;
  position: relative;
  right: 0;
  bottom: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  background: #222;
  text-transform: uppercase;
  font-size: 16px;
}

/* Home Template / Tab Section */

.hometabs__tabheading {
  background-color: #e1e1e1;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  /*
	text-align: center;
	width: calc(100% / 3 - 2px);
	*/
  text-align: left;
  margin: 0 1px;
}

.hometabs__tabheading--selected {
  background-image: none;
  background-color: #003057;
  color: #fff;
}

.hometabs__tabheadings--enabled {
  border-bottom: 5px solid #003057;
  margin-bottom: 0;
}

.tabcontent__link {
  padding-left: 0;
}

@media (max-width: 639px) {
  .hometabs__tabheading {
    width: 100%;
    margin: 0;
  }
}

/* Home Template / Tab Section / Media Queries */

/* Home Template / Tab Section / Media Queries / 1024px */

@media (min-width: 1024px) {
  .hometabs {
    padding: 20px 0 40px 0;
  }
}

/* Home Template / Related Article Section */

.newsandevents__panel {
  background: transparent;
  padding-bottom: 2em;
  display: table-cell;
  height: auto;
}

.newsandevents__title {
  background-color: transparent;
  color: #222;
  font-weight: bold;
  border-bottom: #cf7f00 solid 3px;
}

.newsandevents__datemonth {
  background-color: #222;
}

.newsandevents__link {
  background-color: #222;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  line-height: 1.5;
  padding: 10px 0;
  max-width: 295px;
  width: 100%;
}

@media (max-width: 640px) {

  .newsandevents__panel:last-of-type,
  .newsandevents__panel:first-of-type,
  .newsandevents__panel {
    position: relative;
  }

  .newsandevents__link {
    max-width: none;
  }
}

/* Default Template  */

/* Default Template / Breadcrumb */

.breadcrumb__link {
  color: #003057;
}

.breadcrumb__crumb:last-child:after {
  content: "";
}

/* Default Template / Content */

.pagetitle {
  border-bottom: 2px solid #003057;
}

.socialmediasharing {
  background-image: none;
}

.socialmediasharing__label {
  color: #CHECK;
}

/* Default Template / Related Articles */

.panel__heading {
  background-color: #093c71;
  color: #ffffff;
  border-bottom: 1px solid #093c71;
}

.panel__content {
  padding: 20px 0;
}

.panel__item {
  background-image: none;
}

.media-link {
  color: #CHECK;
}

/* Default Template / Tables */

.ts1general {
  width: 100%;
  border: 1px solid #ccc;
}

.ts1general td,
.ts1general th {
  border: 1px solid #ccc;
  padding: 10px;
}

.ts2general {
  width: 100%;
  border: 1px solid #333;
}

.ts2general td,
.ts2general th {
  border: 1px solid #333;
  padding: 10px;
}

.ts2general th {
  background-color: #333;
  color: #fff;
}

.ts3general {
  width: 100%;
}

.ts3general td,
.ts3general th {
  border: 1px solid #fff;
  padding: 10px;
}

.ts3general th {
  background-color: #666;
  color: #fff;
  text-align: left;
}

.ts3general tr:nth-child(odd) td {
  background-color: #efefef;
}

.ts3general tr:nth-child(even) td {
  background-color: #dedede;
}

.ts4general {
  width: 100%;
}

.ts4general td,
.ts4general th {
  border: 1px solid #fff;
  padding: 10px;
}

.ts4general th {
  background-color: #CHECK;
  color: #fff;
  text-align: left;
}

.ts4general tr:nth-child(odd) td {
  background-color: rgba(#CHECK);
}

.ts4general tr:nth-child(even) td {
  background-color: rgba(#CHECK);
}

/* List Template */

/* List Template / List Item */

.item__link {
  color: #CHECK;
}

.item__image {
  width: 100%;
}

/* List Template / Paging */

.paging .paging__link {
  color: #093c71;
  border: none;
}

.paging__link:hover,
.paging__link:focus {
  color: #ffffff;
  background: #093c71;
}

.paging__item--current .paging__text,
.paging__item--disabled .paging__text,
.paging__item--next .paging__text {
  border: none;
  color: #093c71;
}

/* Authenication Template */

.loginform__submit--icmsiteuser {
  background: #cf7f00;
  color: #222;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

/* Form Template */

.icmformleft .icmvertical label {
  min-width: 150px;
  max-width: none;
  width: auto;
}

.icmform input[type="button"],
.icmform input[type="submit"],
.icmform input[type="reset"] {
  background: #093c71;
  color: #fff;
  border: #093c71 2px solid;
}

.icmform input[type="button"]:hover,
.icmform input[type="submit"]:hover,
.icmform input[type="reset"]:hover {
  background: #222222;
}

/* Search Template */

.maincontent .btn--search {
  background-color: #222222;
}

.searchsummary {
  padding: 30px 0;
}

.searchsummary__text {
  float: left;
  display: inline-block;
  margin-top: 0;
}

.searchsummary__pages {
  display: inline-block;
  float: right;
}

/* Base Cruise Skin CSS Ends */

.template--home .header {
  padding-top: 0;
  border-bottom: 5px solid #003057;
  position: relative;
}

.template--home .header::after {
  content: "";
  position: absolute;
  height: 100%;
  /* background-color: rgba(92, 136, 218, 0.82); */
  width: 100%;
  top: 0;
  /* z-index: 5; */
}

.template--home .header .container {
  z-index: 1;
}

.template--home .header::before {
  content: "";
  height: 100px;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 1;
  border-bottom: 5px solid #003057;
}

.hometabs {
  background-color: #fff;
}

@media (min-width: 640px) {
  .hometabs__tabheading:first-child {
    width: calc(100% / 3 - 1px);
    margin: 0 1px 0 0;
  }

  .hometabs__tabheading:last-child {
    width: calc(100% / 3 - 1px);
    margin: 0 0 0 1px;
  }
}

.hometabs__tabcontent {
  padding: 1em 1em 0;
  background: #003057;
}

.template--home .maincontent {
  padding: 0;
}

.homenewsandevents {
  padding-top: 40px;
  display: table;
  width: 100%;
}

.newsandevents__datebox {
  border: 1px solid rgba(0, 0, 7, 0.2);
}

.sitealert {
  background-color: #8a8d8f;
  color: #fff;
}

.sitealert__heading,
.sitealert__content,
.sitealert__link {
  display: block;
  width: 100%;
}

.sitealert__link {
  color: #fff;
}

.footer {
  padding: 3em 0.75em;
}

.template--home .logo__link {
  text-align: left;
}

.cta-link {
  background-color: #093c71;
  color: #ffffff;
}

.cta-link .a-body__link {
  color: #fff;
}

@media (min-width: 1024px) {
  .secondlevel {
    background-color: #093c71;
  }

  .secondlevel__menu>li {
    border-left-color: #fff;
  }
}

.pollform__button {
  font-size: 1em;
}

.pollform__button--vote {
  background-color: #093c71;
}

.searchform {
  margin-top: 20px;
}

.searchform__input {
  width: calc(100% - 40px);
}

.searchform__inputtxt {
  width: 100%;
  height: 47px;
}

.btn--search::after {
  color: #ffffff;
}

@media (min-width: 840px) {
  .grid--4col .searchresults__item {
    width: 100%;
    padding-right: 0;
  }
}

.grid--list {
  margin: 1em 0 0 -20px;
}

@media (min-width: 645px) {
  .grid--3col .grid__cell--listitem:nth-child(3n + 1) {
    padding: 20px;
    padding-left: 1em;
  }
}

.a-body__image {
  clear: both;
  max-width: 100%;
}

.a-body__image+.a-body__image {
  padding-left: 20px;
}

.a-body__image--right+.a-body__image--right {
  padding: 0 0 20px 20px;
}

.a-body ol {
  padding-left: 20px;
}

.item--media .item__imagecontainer {
  max-width: 50px;
}

.darkgeneral th,
.ts1general th {
  background: #222;
  color: #fff;
  border: 1px solid #acacac;
  padding: 10px;
}

.darkgeneral td,
.ts1general td {
  background: #f5f5f5;
  border: 1px solid #acacac;
}

.darkgeneral tr:nth-child(even) td,
.ts1general tr:nth-child(even) td {
  background: #cacaca;
  color: #333;
}

.lightgeneral th,
.ts2general th {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}

.lightgeneral td,
.ts2general td {
  background: #fff;
  border: 1px solid #ddd;
}

.lightgeneral tr:nth-child(even) td,
.ts2general tr:nth-child(even) td {
  background: whitesmoke;
}

.primarygeneral th,
.ts3general th {
  background: #cf7f00;
  border: 1px solid #222;
  padding: 10px;
  color: #fff;
}

.primarygeneral td,
.ts3general td {
  background: rgba(51, 51, 51, 0.05);
  border: 1px solid #333333;
}

.primarygeneral tr:nth-child(even) td,
.ts3general tr:nth-child(even) td {
  background: rgba(207, 127, 0, 0.15);
}

.secondarygeneral th,
.ts4general th {
  background: #003057;
  border: 1px solid #003057;
  padding: 10px;
  color: #ffffff;
}

.secondarygeneral td,
.ts4general td {
  background: #ffffff;
  border: 1px solid #003057;
}

.secondarygeneral tr:nth-child(even) td,
.ts4general tr:nth-child(even) td {
  background: rgba(0, 48, 87, 0.15);
}

/* CLUDO SEARCH CUSTOM */
#cludo-search-form,
.cludo-search-form,
.cludo-search_autocomplete {
  position: relative;
  margin: 0;
  z-index: 4 !important;
}

.searchcontrol__expandtoggle {
  -webkit-filter: invert(0);
  filter: invert(0);
  background-color: #003057;
  z-index: 5;
}

.searchcontrol__expandtoggle--opened {
  right: calc(100% - 1px);
  background-image: url("./images/closebutton.png");
  width: 30px;
  height: 25px;
}

/* AJP Changes made here - original styles commented out */
/* Solid Border required */
#SearchBox {
  max-width: 540px;
  /* border: 0; */
  border: 5px;
  border-color: #003057;
  border-style: solid;
  border-radius: 4px;
  font-size: 1.4em;
  padding: 0.6em 1.2em;
  /* -webkit-box-shadow: inset 0.25em 0.25em 0.25em #ddd; */
  /* box-shadow: inset 0.25em 0.25em 0.25em #ddd; */
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cludo-search-form {
  margin-top: 20px !important;
  max-width: 540px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.cludo-search--left {
  float: left;
}

@media (max-width: 1010px) {
  .cludo-search--left {
    float: unset;
  }
}

@media (max-width: 640px) {
  #cludo-search-form {
    max-width: 90vw;
  }

  #SearchBox {
    max-width: 90vw;
  }
}

/*End of CLUDO*/

/*Navigation Fix*/
.mainmenu {
  width: 100%;
  float: left;
  right: 20px;
}

/*End of Navigation Fix*/

.logo {
  z-index: 5;
  position: relative;
}

/***
Responsive Grid
***/

.grid--3col .grid__cell--listitem {
  width: 33.333%;
}

.grid--4col .grid__cell--listitem:nth-child(4n + 1) {
  padding-left: 1em;
}

.grid--1col .item {
  width: 100%;
}

.grid--2col .grid__cell--listitem {
  width: 50%;
}


.grid--2col .grid__cell--listitem:nth-child(2n + 1) {
  padding-left: 1rem;
  padding-right: 1rem;
}


/* fix goss error 20190507 */
.grid--2col.grid--list .item {
    width: 100%;
}

@media (max-width: 850px) {
  .grid--list {
    width: 100%;
    margin: 1em 0 0;
  }

  .template--list .grid--4col>.grid__cell,
  .template--list .grid--3col>.grid__cell {
    width: 49%;
    clear: none;
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .grid--2col .grid__cell--listitem:nth-child(2n + 1) {
    width: 50%;
  }

  .grid--3col .grid__cell--listitem:nth-child(3n + 1) {
    clear: none;
  }

  .grid--3col .grid__cell--listitem:nth-child(2n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {

  .template--list .grid--4col>.grid__cell,
  .template--list .grid--3col>.grid__cell,
  .template--list .grid--2col>.grid__cell {
    width: 100%;
    clear: none;
  }
}

/* Basildon Changes */

/******************/
/* From style.css */
/******************/

address {
  font-style: normal;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  padding-left: 2em;
}

#map-canvas {
  height: 500px;
  width: 700px;
}

#browsealoud {
  float: left;
}

#google_translate_element {
  float: left;
}

#google_translate {
  float: left;
}

/* Following styles are for Google roundabout sponsor map */
#roundaboutmap1 {
  height: 400px;
  width: 100%;
  /*margin-left: 10px;*/
  float: right;
}

#roundaboutlegend1 {
  background: #fff;
  padding: 10px;
  margin: 10px;
}

a.btn-enquire {
  background-color: #093c71;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  -webkit-border-radius: 0.182em;
}

/* End of styles for Google roundabout sponsor map */

#crunchmap1 {
  height: 500px;
  width: 700px;
  border: solid 2px #000;
}

#crunchmap2 {
  height: 500px;
  width: 700px;
  border: solid 2px #000;
}

#parkmap {
  height: 500px;
  width: 700px;
  border: solid 2px #000;
}

#refuseroutemap {
  height: 800px;
  width: 1200px;
  border: solid 2px #000;
}

/* Basildon Changes NEW FAQCSC Template */
.faqcsc {
  cursor: pointer;
  border: 1px solid white;
  width: 95%;
}

.faqcsc p {
  font-size: 1.25em;
}

.faacsc {
  display: none;
  font-size: 100%;
}

/********************/
/* End of style.css */
/********************/

/***********************/
/* Start of editor.css */
/***********************/

/* $name='Red Text' */
.redtext a,
.redtext {
  color: #933;
}

/* $name='Blue Text' */
.bluetext a,
.bluetext {
  color: #339;
}

/* $name='Serif' */
.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* $name='Snippet' */
.snippet {
  display: block;
  overflow: hidden;
  padding: 1em 2em;
  background: #eee;
}

/* $name='Align Centre' */
.aligncentre {
  margin: 0 auto;
  text-align: center;
}

/* iCM Table Styles from 10.0.4.0 and BBC own tables */

/* GENERIC Table */

/* $style='Borchester Generic' $value='borchestergeneric' $cellpadding='0' $cellspacing='0' */
/* $name='Borchester Generic' $type='table' */
.borchestergenericgeneral {
  text-align: left;
  background-color: #fff;
  border: solid 1px #cecece;
}

/* $name='Borchester Generic Top Left' $type='table' */
.borchestergenerictopleft {
  padding: 0.5em 1em;
  background-color: #eee;
  font-weight: bold;
  border-bottom: solid 1px #cecece;
}

/* $name='Borchester Generic Top Center' $type='table' */
.borchestergenerictopcenter {
  padding: 0.5em 1em;
  background-color: #eee;
  font-weight: bold;
  border-left: solid 1px #e3e3e3;
  border-bottom: solid 1px #cecece;
}

/* $name='Borchester Generic Top Right' $type='table' */
.borchestergenerictopright {
  padding: 0.5em 1em;
  background-color: #eee;
  font-weight: bold;
  border-left: solid 1px #e3e3e3;
  border-bottom: solid 1px #cecece;
}

/* $name='Borchester Generic Middle Left' $type='table' */
.borchestergenericmiddleleft {
  padding: 0.5em 1em;
  border-bottom: solid 1px #e9e9e9;
}

/* $name='Borchester Generic Middle Center' $type='table' */
.borchestergenericmiddlecenter {
  padding: 0.5em 1em;
  border-left: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
}

/* $name='Borchester Generic Middle Right' $type='table' */
.borchestergenericmiddleright {
  padding: 0.5em 1em;
  border-left: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
}

/* $name='Borchester Generic Bottom Left' $type='table' */
.borchestergenericbottomleft {
  padding: 0.5em 1em;
}

/* $name='Borchester Generic Bottom Center' $type='table' */
.borchestergenericbottomcenter {
  padding: 0.5em 1em;
  border-left: solid 1px #e9e9e9;
}

/* $name='Borchester Generic Bottom Right' $type='table' */
.borchestergenericbottomright {
  padding: 0.5em 1em;
  border-left: solid 1px #e9e9e9;
}

/* $name='Borchester Generic Odd' $type='table' */
.borchestergenericodd {
  background-color: #fbfbfb;
}

/* $name='Borchester Generic Even' $type='table' */
.borchestergenericeven {
  background-color: #fff;
}

/* $name='Borchester Generic Odd Cell' $type='table' */
.borchestergenericoddcell {
  background-color: #fbfbfb;
}

/* $name='Borchester Generic Even Cell' $type='table' */
.borchestergenericevencell {
  background-color: #fff;
}

/* BLUE Table */

/* $style='Blue' $value='blue' $cellpadding='0' $cellspacing='0' */
/* $name='Blue General' $type='table' */
.bluegeneral {
  text-align: left;
  background-color: #fff;
  border: solid 1px #304868;
}

/* $name='Blue Top Left' $type='table' */
.bluetopleft {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #305990;
  font-weight: bold;
  border-bottom: solid 1px #304868;
}

/* $name='Blue Top Centre' $type='table' */
.bluetopcenter {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #305990;
  font-weight: bold;
  border-left: solid 1px #304868;
  border-bottom: solid 1px #304868;
}

/* $name='Blue Top Right' $type='table' */
.bluetopright {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #305990;
  font-weight: bold;
  border-left: solid 1px #304868;
  border-bottom: solid 1px #304868;
}

/* $name='Blue Middle Left' $type='table' */
.bluemiddleleft {
  padding: 0.5em 1em;
  border-bottom: solid 1px #c2cfe0;
}

/* $name='Blue Middle Centre' $type='table' */
.bluemiddlecenter {
  padding: 0.5em 1em;
  border-left: solid 1px #d3dfef;
  border-bottom: solid 1px #c2cfe0;
}

/* $name='Blue Middle Right' $type='table' */
.bluemiddleright {
  padding: 0.5em 1em;
  border-left: solid 1px #d3dfef;
  border-bottom: solid 1px #c2cfe0;
}

/* $name='Blue Bottom Left' $type='table' */
.bluebottomleft {
  padding: 0.5em 1em;
}

/* $name='Blue Bottom Centre' $type='table' */
.bluebottomcenter {
  padding: 0.5em 1em;
  border-left: solid 1px #d3dfef;
}

/* $name='Blue Bottom Right' $type='table' */
.bluebottomright {
  padding: 0.5em 1em;
  border-left: solid 1px #d3dfef;
}

/* $name='Blue Odd' $type='table' */
.blueodd {
  background-color: #e5f0ff;
}

/* $name='Blue Even' $type='table' */
.blueeven {
  background-color: #fff;
}

/* $name='Blue Odd Cell' $type='table' */
.blueoddcell {
  background-color: #e5f0ff;
}

/* $name='Blue Even Cell' $type='table' */
.blueevencell {
  background-color: #fff;
}

/* GREEN Table */

/* $style='Green' $value='green' $cellpadding='0' $cellspacing='0' */
/* $name='Green General' $type='table' */
.greengeneral {
  text-align: left;
  background-color: #fff;
  border: solid 1px #2a4638;
}

/* $name='Green Top Left' $type='table' */
.greentopleft {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #385c4a;
  font-weight: bold;
  border-bottom: solid 1px #385c4a;
}

/* $name='Green Top Centre' $type='table' */
.greentopcenter {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #385c4a;
  font-weight: bold;
  border-left: solid 1px #2a4638;
  border-bottom: solid 1px #385c4a;
}

/* $name='Green Top Right' $type='table' */
.greentopright {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #385c4a;
  font-weight: bold;
  border-left: solid 1px #2a4638;
  border-bottom: solid 1px #385c4a;
}

/* $name='Green Middle Left' $type='table' */
.greenmiddleleft {
  padding: 0.5em 1em;
  border-bottom: solid 1px #bbc7b1;
}

/* $name='Green Middle Centre' $type='table' */
.greenmiddlecenter {
  padding: 0.5em 1em;
  border-left: solid 1px #dbe2de;
  border-bottom: solid 1px #bbc7b1;
}

/* $name='Green Middle Right' $type='table' */
.greenmiddleright {
  padding: 0.5em 1em;
  border-left: solid 1px #dbe2de;
  border-bottom: solid 1px #bbc7b1;
}

/* $name='Green Bottom Left' $type='table' */
.greenbottomleft {
  padding: 0.5em 1em;
}

/* $name='Green Bottom Centre' $type='table' */
.greenbottomcenter {
  padding: 0.5em 1em;
  border-left: solid 1px #dbe2de;
}

/* $name='Green Bottom Right' $type='table' */
.greenbottomright {
  padding: 0.5em 1em;
  border-left: solid 1px #dbe2de;
}

/* $name='Green Odd' $type='table' */
.greenodd {
  background-color: #e8eeeb;
}

/* $name='Green Even' $type='table' */
.greeneven {
  background-color: #fff;
}

/* $name='Green Odd Cell' $type='table' */
.greenoddcell {
  background-color: #e8eeeb;
}

/* $name='Green Even Cell' $type='table' */
.greenevencell {
  background-color: #fff;
}

/* $name='Text in H2 Style' */
.h2text a,
.h2text {
  font-size: 141.667%;
  /*17px*/
}

/* GREY Table */

/* $style='Grey' $value='grey' $cellpadding='0' $cellspacing='0' */
/* $name='Grey General' $type='table' */
.greygeneral {
  text-align: left;
  background-color: #fff;
  border: solid 1px #555555;
}

/* $name='Grey Top Left' $type='table' */
.greytopleft {
  padding: 0.5em 1em;
  color: #000;
  background-color: #b0b0b0;
  font-weight: bold;
  border-bottom: solid 1px #555555;
}

/* $name='Grey Top Centre' $type='table' */
.greytopcenter {
  padding: 0.5em 1em;
  color: #000;
  background-color: #b0b0b0;
  font-weight: bold;
  border-left: solid 1px #555555;
  border-bottom: solid 1px #555555;
}

/* $name='Grey Top Right' $type='table' */
.greytopright {
  padding: 0.5em 1em;
  color: #000;
  background-color: #b0b0b0;
  font-weight: bold;
  border-left: solid 1px #555555;
  border-bottom: solid 1px #555555;
}

/* $name='Grey Middle Left' $type='table' */
.greymiddleleft {
  padding: 0.5em 1em;
  border-bottom: solid 1px #d0d0d0;
}

/* $name='Grey Middle Centre' $type='table' */
.greymiddlecenter {
  padding: 0.5em 1em;
  border-left: solid 1px #e0e0e0;
  border-bottom: solid 1px #d0d0d0;
}

/* $name='Grey Middle Right' $type='table' */
.greymiddleright {
  padding: 0.5em 1em;
  border-left: solid 1px #e0e0e0;
  border-bottom: solid 1px #d0d0d0;
}

/* $name='Grey Bottom Left' $type='table' */
.greybottomleft {
  padding: 0.5em 1em;
}

/* $name='Grey Bottom Centre' $type='table' */
.greybottomcenter {
  padding: 0.5em 1em;
  border-left: solid 1px #e0e0e0;
}

/* $name='Grey Bottom Right' $type='table' */
.greybottomright {
  padding: 0.5em 1em;
  border-left: solid 1px #e0e0e0;
}

/* $name='Grey Odd' $type='table' */
.greyodd {
  background-color: #f0f0f0;
}

/* $name='Grey Even' $type='table' */
.greyeven {
  background-color: #fff;
}

/* $name='Grey Odd Cell' $type='table' */
.greyoddcell {
  background-color: #f0f0f0;
}

/* $name='Grey Even Cell' $type='table' */
.greyevencell {
  background-color: #fff;
}

/*********************/
/* End of editor.css */
/*********************/

/* Start of Basildon cruise.css changes */

.item__title {
  background-color: #b0b0b0;
  text-align: center;
  padding: 5px;
}

.homeallservices {
  display: none;
}

.a-intro__content h2 {
  font-size: 1em;
}

h5,
h6 {
  font-size: 1em;
}

/* underline links in body text */
.a-body__link {
  text-decoration: underline;
}

.a-body__link:hover {
  text-decoration: none;
}


@media (min-width: 640px) {
  .hometabs__tabheading:first-child {
    width: calc(66% / 3 - 1px);
    margin: 0 1px 0 0;
  }

  .hometabs__tabheading {
    width: 20%;
  }

  .hometabs__tabheading:last-child {
    width: calc(66% / 3 - 1px);
    margin: 0 0 0 1px;
  }

  .footer__navlink {
    padding-right: 0.4em;
    margin-right: 0.4em;
  }
}

.item__title {
  background-color: #003057;
}

.item__title .item__link {
  color: #fff;
}

#google_translate_element {
  float: left;
  position: absolute;
  z-index: 1000;
}

.st2 {
  background-color: #003057;
}

.template--home .header--thick {
  background-position-x: left;
  background-position-y: bottom;
}

@media (max-width: 480px) {
  #cludo-search-form input[type="text"] {
    font-size: 1.3em;
  }
}

@media (max-width: 380px) {
  #cludo-search-form input[type="text"] {
    font-size: 1em;
  }
}

.mobilemenu__searchtoggle {
  display: none;
}


.hometabs::after {
  content: "";
  position: absolute;
}

.container {
  padding: 0px 10px 0 10px;
}

/*itrent job vancancies border fix*/
#wr_content table,
#wr_content th,
#wr_content td {
  border: 0px;
}

#wr_content  table.sect_header {
    border-top: 1px solid #003f77;
    border-bottom: 1px solid #003f77;
    border-left: 1px solid #003f77;
    border-right: 1px solid #003f77;
}

/* fix goss error 20190507 */
a:focus, button:focus, input:focus, select:focus, textarea:focus, *[tabindex]:focus {
    outline: 0px none;
}


/* End of Basildon Changes */



/*Cludo Search styles*/
#cludo-search-results .cludo-hidden {
  display: none
}

#cludo-search-results .cludo-opacity0 {
  opacity: 0
}

#cludo-search-results .cludo-opacity1 {
  opacity: 1
}

.transition {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#cludo-search-form,
#cludo-search-form-content,
#cludo-search-results,
.cludo-search_autocomplete {
  box-sizing: border-box;
  text-shadow: none
}

#cludo-search-form *,
#cludo-search-form-content *,
#cludo-search-results *,
.cludo-search_autocomplete * {
  box-sizing: border-box;
  text-align: left;
  text-shadow: none;
  font-style: normal
}

#cludo-search-form ul,
#cludo-search-form-content ul,
.cludo-search-form ul,
.cludo-search-modal-body ul,
.cludo-search-modal-footer ul,
.cludo-search-modal-header ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#cludo-search-form ul li,
#cludo-search-form-content ul li,
.cludo-search-form ul li,
.cludo-search-modal-body ul li,
.cludo-search-modal-footer ul li,
.cludo-search-modal-header ul li {
  margin: 0;
  padding: 0;
  border: 0
}

#cludo-search-form ul li:hover,
#cludo-search-form-content ul li:hover,
.cludo-search-form ul li:hover,
.cludo-search-modal-body ul li:hover,
.cludo-search-modal-footer ul li:hover,
.cludo-search-modal-header ul li:hover {
  background-color: transparent;
  border: 0
}

#cludo-search-form a,
#cludo-search-form a:link,
#cludo-search-form-content a,
#cludo-search-form-content a:link,
.cludo-search-form a,
.cludo-search-form a:link,
.cludo-search-modal-body a,
.cludo-search-modal-body a:link,
.cludo-search-modal-footer a,
.cludo-search-modal-footer a:link,
.cludo-search-modal-header a,
.cludo-search-modal-header a:link {
  color: #5da1ce;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none
}

#cludo-search-form a:hover,
#cludo-search-form a:link:hover,
#cludo-search-form-content a:hover,
#cludo-search-form-content a:link:hover,
.cludo-search-form a:hover,
.cludo-search-form a:link:hover,
.cludo-search-modal-body a:hover,
.cludo-search-modal-body a:link:hover,
.cludo-search-modal-footer a:hover,
.cludo-search-modal-footer a:link:hover,
.cludo-search-modal-header a:hover,
.cludo-search-modal-header a:link:hover {
  color: #3a8abe;
  text-decoration: none
}

#cludo-search-form a:focus,
#cludo-search-form a:link:focus,
#cludo-search-form-content a:focus,
#cludo-search-form-content a:link:focus,
.cludo-search-form a:focus,
.cludo-search-form a:link:focus,
.cludo-search-modal-body a:focus,
.cludo-search-modal-body a:link:focus,
.cludo-search-modal-footer a:focus,
.cludo-search-modal-footer a:link:focus,
.cludo-search-modal-header a:focus,
.cludo-search-modal-header a:link:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-form h2,
#cludo-search-form h3,
#cludo-search-form p,
#cludo-search-form-content h2,
#cludo-search-form-content h3,
#cludo-search-form-content p,
.cludo-search-form h2,
.cludo-search-form h3,
.cludo-search-form p,
.cludo-search-modal-body h2,
.cludo-search-modal-body h3,
.cludo-search-modal-body p,
.cludo-search-modal-footer h2,
.cludo-search-modal-footer h3,
.cludo-search-modal-footer p,
.cludo-search-modal-header h2,
.cludo-search-modal-header h3,
.cludo-search-modal-header p {
  margin: 0;
  padding: 0;
  white-space: normal
}

#cludo-search-form,
.cludo-search-form {
  display: block
}

#cludo-search-form .search-input,
#cludo-search-form input[type=search],
.cludo-search-form .search-input,
.cludo-search-form input[type=search] {
  border: 1px solid transparent;
  background-color: #f2f2f2;
  color: #4d4d4d;
  padding: 0 40px 0 10px;
  height: 40px;
  line-height: 1.2;
  width: 250px;
  font-size: 14px;
  -webkit-appearance: none
}

#cludo-search-form .search-button,
#cludo-search-form button,
#cludo-search-form-content button,
.cludo-search-form .search-button,
.cludo-search-form button {
  background-color: #f2f2f2;
  background-image: url(https://customer.cludo.com/img/search.svg);
  background-position: center center;
  text-indent: -999px;
  -webkit-transition: all .3s ease-in-out;
  padding: 4px;
  right: 2px;
  overflow: hidden
}

#cludo-search-form .search-input:focus,
#cludo-search-form input[type=search]:focus,
.cludo-search-form .search-input:focus,
.cludo-search-form input[type=search]:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-form .search-button,
#cludo-search-form button,
.cludo-search-form .search-button,
.cludo-search-form button {
  color: #4d4d4d;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  width: 40px;
  height: 36px;
  position: absolute;
  top: 2px;
  transition: all .3s ease-in-out;
  z-index: 9999;
  -webkit-filter: none;
  filter: none;
  float: none
}

#cludo-search-form .search-button:hover,
#cludo-search-form button:hover,
#cludo-search-form-content button:hover,
.cludo-search-form .search-button:hover,
.cludo-search-form button:hover {
  color: grey
}

#cludo-search-form .search-button:focus,
#cludo-search-form button:focus,
.cludo-search-form .search-button:focus,
.cludo-search-form button:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-form label,
.cludo-search-form label {
  position: absolute;
  left: -9999px;
  top: -9999px
}

#cludo-search-form,
.cludo-search-form,
.cludo-search_autocomplete {
  position: relative;
  margin: 0;
  z-index: 9999999
}

#cludo-search-form button,
.cludo-search-form button,
.cludo-search_autocomplete button {
  text-align: center
}

#cludo-search-form-content {
  position: relative;
  width: 100%;
  z-index: 99;
  display: block;
  padding: 0;
  border: 0
}

#cludo-search-form-content input[type=search] {
  background-image: none;
  background-color: #f2f2f2;
  border-top: 1px solid #5da1ce;
  border-bottom: 1px solid #5da1ce;
  border-left: 0;
  border-right: 0;
  color: #4d4d4d;
  position: relative;
  width: 100% !important;
  margin: 0 auto;
  font-size: 22px;
  padding: 0 100px 0 40px;
  height: 64px;
  line-height: 1.2;
  border-radius: 0;
  -webkit-appearance: none
}

#cludo-search-form-content button:focus,
#cludo-search-form-content input[type=search]:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-form-content button {
  color: #4d4d4d;
  background-repeat: no-repeat;
  position: absolute;
  transition: all .3s ease-in-out;
  z-index: 9999;
  border: 0;
  top: 2px;
  width: 96px;
  height: 60px;
  border-radius: 0;
  -webkit-filter: none;
  filter: none;
  float: none
}

@media (max-width:767px) {
  #cludo-search-form-content input[type=search] {
    height: 44px;
    line-height: 44px;
    padding: 0 60px 0 10px
  }

  #cludo-search-form-content button {
    right: 1px;
    top: 2px;
    height: 38px;
    width: 60px
  }
}

#cludo-search-form-content label {
  position: absolute;
  left: -9999px;
  top: -9999px
}

#cludo-search-form .search_autocomplete,
#cludo-search-form-content .search_autocomplete,
.cludo-search-form .search_autocomplete,
.cludo-search_autocomplete .search_autocomplete {
  position: absolute;
  top: 40px;
  background-color: rgba(242, 242, 242, .95);
  border: 1px solid transparent;
  width: 100%;
  z-index: 99999;
  margin: 0;
  padding: 0
}

#cludo-search-form .search_autocomplete h3,
#cludo-search-form-content .search_autocomplete h3,
.cludo-search-form .search_autocomplete h3,
.cludo-search_autocomplete .search_autocomplete h3 {
  font-size: 12px;
  color: #fff;
  background-color: #4d4d4d;
  padding: 7px;
  text-transform: uppercase;
  font-weight: 700
}

#cludo-search-form .search_autocomplete h3:after,
#cludo-search-form-content .search_autocomplete h3:after,
.cludo-search-form .search_autocomplete h3:after,
.cludo-search_autocomplete .search_autocomplete h3:after {
  content: ":"
}

#cludo-search-form .search_autocomplete li,
#cludo-search-form-content .search_autocomplete li,
.cludo-search-form .search_autocomplete li,
.cludo-search_autocomplete .search_autocomplete li {
  border-bottom: 1px solid transparent;
  color: #4d4d4d;
  padding: 7px;
  cursor: pointer;
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-image: none;
  text-shadow: none
}

#cludo-search-form .search_autocomplete li a,
#cludo-search-form-content .search_autocomplete li a,
.cludo-search-form .search_autocomplete li a,
.cludo-search_autocomplete .search_autocomplete li a {
  color: #4d4d4d
}

#cludo-search-form .search_autocomplete li.active,
#cludo-search-form .search_autocomplete li:hover,
#cludo-search-form-content .search_autocomplete li.active,
#cludo-search-form-content .search_autocomplete li:hover,
.cludo-search-form .search_autocomplete li.active,
.cludo-search-form .search_autocomplete li:hover,
.cludo-search_autocomplete .search_autocomplete li.active,
.cludo-search_autocomplete .search_autocomplete li:hover {
  background-image: none;
  background-color: #5da1ce;
  color: #fff
}

#cludo-search-form .search_autocomplete li.active a,
#cludo-search-form .search_autocomplete li:hover a,
#cludo-search-form-content .search_autocomplete li.active a,
#cludo-search-form-content .search_autocomplete li:hover a,
.cludo-search-form .search_autocomplete li.active a,
.cludo-search-form .search_autocomplete li:hover a,
.cludo-search_autocomplete .search_autocomplete li.active a,
.cludo-search_autocomplete .search_autocomplete li:hover a {
  color: #fff
}

#cludo-search-form .search_autocomplete li:last-child,
#cludo-search-form-content .search_autocomplete li:last-child,
.cludo-search-form .search_autocomplete li:last-child,
.cludo-search_autocomplete .search_autocomplete li:last-child {
  border-bottom: 0
}

#cludo-search-form-content .search_autocomplete {
  top: 63px;
  margin: 0;
  width: 100%;
  padding: 0;
  background-color: transparent
}

@media (max-width:767px) {
  #cludo-search-form-content .search_autocomplete {
    padding: 0;
    top: 43px
  }

  .cludo-search-modal-active {
    margin: 0
  }
}

#cludo-search-form-content .search_autocomplete h3 {
  padding: 12px 10px 7px 7px
}

#cludo-search-form-content .search_autocomplete li {
  font-size: 18px;
  padding: 7px 20px;
  background-color: rgba(242, 242, 242, .95)
}

.cludo-search-modal-overlay-inactive {
  display: none
}

.cludo-search-modal-active {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0
}

.cludo-search-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(31, 31, 31, .6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99313131', endColorstr='#99313131');
  z-index: 9999999999999;
  width: 100% !important
}

#cludo-search-modal-inner {
  position: relative;
  height: 100%;
  width: 100%
}

#cludo-search-results .cludo-search-modal-header {
  position: fixed;
  left: 50%;
  top: 30px;
  margin: 0 0 0 -470px;
  width: 940px;
  background-color: #fff;
  z-index: 9999999
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-header {
    width: 766px;
    margin-left: -383px
  }
}

@media (max-width:767px) {
  .cludo-search-modal {
    background-color: #fff;
    -webkit-filter: none;
    filter: none
  }

  #cludo-search-results .cludo-search-modal-header {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
    z-index: 1
  }

  #cludo-search-results .cludo-search-modal-header #cludo-close {
    border-radius: 0 !important
  }
}

#cludo-search-results .cludo-search-modal-header #cludo-close {
  position: relative;
  top: 0;
  right: 0;
  height: 39px;
  margin-left: auto;
  width: 150px;
  float: none;
  background-image: url(https://customer.cludo.com/img/cross.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding: 10px 0;
  cursor: pointer;
  text-align: right;
  display: block
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-header #cludo-close {
    color: #fff;
    height: 34px;
    width: 40px
  }
}

#cludo-search-results .cludo-search-modal-header #cludo-close button {
  background: 0 0;
  text-shadow: none;
  border: 0;
  cursor: pointer;
  color: #4d4d4d;
  text-transform: uppercase;
  padding: 0 40px 0 0;
  -webkit-filter: none;
  filter: none;
  float: none;
  width: auto;
  text-indent: 0
}

#cludo-search-results .cludo-search-modal-header #cludo-close button:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-header #cludo-close button {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    height: 35px;
    top: 0
  }
}

#cludo-search-results .cludo-search-modal-body {
  position: fixed;
  top: 128px;
  left: 50%;
  margin: 0 0 0 -470px;
  z-index: 0;
  height: 470px;
  padding: 30px 20px 0 40px;
  width: 880px;
  background-color: #fff;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 21px;
  box-sizing: content-box
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-body {
    width: 766px;
    margin-left: -383px;
    box-sizing: border-box
  }
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body {
    width: 100%;
    height: auto;
    top: 82px;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
    z-index: 0
  }
}

#cludo-search-results .cludo-search-modal-body:after {
  content: "";
  display: table;
  clear: both;
  height: 20px;
  width: 100%
}

#cludo-search-results .cludo-search-modal-body::-webkit-scrollbar {
  width: 12px
}

#cludo-search-results .cludo-search-modal-body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 10px
}

#cludo-search-results .cludo-search-modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  padding-right: 25px;
  background-color: rgba(0, 0, 0, .2)
}

#cludo-search-results .cludo-search-modal-body #cludo-loading {
  position: relative;
  margin: 20px auto;
  width: 83px;
  height: 30px
}

#cludo-search-results .cludo-search-modal-body #cludo-loading .loading {
  position: absolute;
  top: 0;
  height: auto;
  font-size: 20px;
  font-weight: 700;
  font-family: Arial, Sans-Serif;
  background-color: transparent
}

#cludo-search-results .cludo-search-modal-body #cludo-loading #loading_1 {
  color: #383838;
  width: 0;
  height: 22px;
  overflow: hidden;
  border-right: 2px solid #824fd3;
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  z-index: 1
}

#cludo-search-results .cludo-search-modal-body #cludo-loading #loading_2 {
  color: #cbcbcb;
  -webkit-animation-name: loading2;
  animation-name: loading2;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
  width: 83px;
  z-index: 0
}

@-webkit-keyframes loading {
  0% {
    width: 0
  }

  100% {
    width: 83px
  }
}

@keyframes loading {
  0% {
    width: 0
  }

  100% {
    width: 83px
  }
}

#cludo-search-results .cludo-search-modal-body .search-results {
  width: 75%;
  float: left;
  padding: 0 40px 0 0;
  margin: 0;
  border: 0
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body .search-results {
    width: 100%;
    padding: 0 10px
  }
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 -10px;
  padding: 0;
  min-height: 95px;
  border: 0;
  float: none;
  width: calc(100% + 20px)
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a {
  padding: 10px;
  margin: 0;
  display: block;
  color: #333;
  text-shadow: none;
  background-image: none;
  border: 2px solid transparent
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a h2,
#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a h3 {
  padding: 0;
  margin: 0 0 7px;
  border: 0;
  font-size: 22px;
  line-height: 27.5px;
  font-weight: 400;
  color: #333;
  display: block;
  white-space: normal;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a h2 b,
#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a h3 b {
  font-size: 22px;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a p {
  font-size: 14px !important;
  line-height: 21px !important;
  margin-bottom: 5px;
  color: #4d4d4d;
  white-space: normal;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a b {
  font-weight: 700;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a .path {
  font-size: 12px;
  word-break: break-all;
  color: #ccc;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item:hover {
  background-color: #f2f2f2;
  background-image: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item:hover h2,
#cludo-search-results .cludo-search-modal-body .search-results .search-results-item:hover h3 {
  text-decoration: underline;
  color: #333
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item:hover p {
  color: #4d4d4d
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item:hover .path {
  text-decoration: underline
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type {
  position: relative;
  line-height: 24px;
  padding-left: 24px;
  color: #4d4d4d;
  text-shadow: none;
  font-size: 14px
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type:before {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(https://customer.cludo.com/img/cludo-overlay-search-icons.png);
  background-repeat: no-repeat
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type.adobepdf:before {
  background-position: 0 0
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type.microsoftword:before {
  background-position: -20px -20px
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type.microsoftexcel:before {
  background-position: -20px 0
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type.microsoftpowerpoint:before {
  background-position: 0 -20px
}

#cludo-search-results .cludo-search-modal-body #cludo-load-more {
  margin: 20px 0 50px;
  float: left;
  width: 70%;
  background-color: #5da1ce;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#cludo-search-results .cludo-search-modal-body #cludo-load-more:hover {
  background-color: #9e9e9e
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body #cludo-load-more {
    width: 100%
  }
}

#cludo-search-results .cludo-search-modal-body #cludo-load-more button {
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 0;
  background: 0 0;
  text-shadow: none;
  border: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-filter: none;
  filter: none;
  float: none;
  text-indent: 0;
  position: relative;
  top: 0;
  right: 0
}

#cludo-search-results .cludo-search-modal-body #cludo-load-more button:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-results .cludo-search-modal-body #cludo-back-to-top {
  position: fixed;
  top: 560px;
  left: 50%;
  width: 840px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 -420px;
  text-align: right;
  z-index: 999;
  float: none;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-body #cludo-back-to-top {
    width: 680px;
    margin-left: -340px
  }
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body #cludo-back-to-top {
    width: auto;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding-left: 10px;
    bottom: 20px;
    right: 37px;
    top: auto;
    left: auto;
    color: #fff;
    background-color: rgba(50, 50, 50, .6)
  }
}

#cludo-search-results .cludo-search-modal-body #cludo-back-to-top button {
  text-align: right;
  text-transform: uppercase;
  color: #9e9e9e;
  font-size: 12px;
  cursor: pointer;
  background: 0 0;
  text-shadow: none;
  border: 0;
  padding: 0 25px 0 0;
  -webkit-filter: none;
  filter: none;
  float: none;
  line-height: 30px;
  height: 100%;
  width: auto;
  text-indent: 0
}

#cludo-search-results .cludo-search-modal-body #cludo-back-to-top button:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-results .cludo-search-modal-body #cludo-back-to-top:after {
  content: "";
  background-image: url(https://customer.cludo.com/img/arrow-up.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 30px
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body #cludo-back-to-top button {
    color: #fff
  }

  #cludo-search-results .cludo-search-modal-body #cludo-back-to-top:after {
    background-image: url(https://customer.cludo.com/img/arrow-up-white.svg);
    background-color: transparent;
    height: 35px
  }
}

#cludo-search-results .cludo-search-modal-body .cludo-banner {
  padding: 15px;
  margin: 15px 0;
  background-color: #f2f2f2;
  color: #4d4d4d;
  float: none !important;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .cludo-banner * {
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .cludo-banner ul {
  margin-left: 20px
}

#cludo-search-results .cludo-search-modal-body .cludo-banner ul li {
  list-style: disc
}

#cludo-search-results .cludo-search-modal-body .cludo-banner a {
  color: #5da1ce;
  text-decoration: underline
}

#cludo-search-results .cludo-search-modal-body .cludo-banner p {
  font-size: 14px !important;
  line-height: 21px !important
}

#cludo-search-results .cludo-search-modal-body .cludo-banner h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal
}

#cludo-search-results .cludo-search-modal-body .cludo-banner h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal
}

#cludo-search-results .cludo-search-modal-body .cludo-banner h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal
}

#cludo-search-results .cludo-search-modal-body .cludo-banner h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: normal
}

#cludo-search-results .cludo-search-modal-body .cludo-banner img {
  max-width: 100%;
  max-height: 100%
}

#cludo-search-results .cludo-search-modal-body .cludo-banner:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0
}

#cludo-search-results .cludo-search-modal-body .search-result-count,
#cludo-search-results .cludo-search-modal-body .search-result-count * {
  font-size: 18px;
  padding: 15px 0
}

#cludo-search-results .cludo-search-modal-body .search-result-count {
  float: left;
  width: 75%;
  color: #4d4d4d
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body .search-result-count {
    width: 100%;
    margin-top: 20px;
    padding: 0 0 10px 10px
  }
}

#cludo-search-results .cludo-search-modal-body .search-did-you-mean {
  cursor: pointer;
  font-size: 18px;
  float: left;
  width: 75%;
  color: #4d4d4d
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body .search-did-you-mean {
    width: 100%;
    padding: 0 0 0 10px
  }
}

#cludo-search-results .cludo-search-modal-body .search-did-you-mean b {
  text-decoration: underline;
  color: #5da1ce;
  font-size: 18px
}

#cludo-search-results .cludo-search-modal-footer {
  position: fixed;
  top: 600px;
  left: 50%;
  width: 940px;
  height: 21px;
  margin: 0 0 0 -470px;
  display: block
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-footer {
    width: 766px;
    margin-left: -383px
  }

  #cludo-search-results .cludo-search-modal-body {
    -webkit-overflow-scrolling: touch
  }

  #cludo-search-results .cludo-search-modal-body>* {
    -webkit-transform: translateZ(0)
  }
}

#cludo-search-results .search-filters ul {
  border: 1px solid #ccc
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-footer {
    display: none
  }

  #cludo-search-results .search-filters ul {
    display: none;
    border: 0;
    box-shadow: 2px 2px 5px #d9d9d9;
    border-radius: 0 !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 36px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .8)
  }

  #cludo-search-results .search-filters ul li {
    background-color: #fff
  }
}

#cludo-search-results .search-filters ul li {
  width: 100%;
  border: 0;
  text-shadow: none;
  padding: 0;
  margin: 0;
  float: none;
  border-bottom: 1px solid #ccc
}

#cludo-search-results .search-filters ul li:last-child {
  border-bottom: 0
}

@media (max-width:767px) {
  #cludo-search-results .search-filters ul li:last-child {
    border-bottom: 1px solid #ccc
  }
}

#cludo-search-results .search-filters ul li:hover {
  background-image: none
}

#cludo-search-results .search-filters ul a {
  padding: 12px 10px;
  display: block;
  color: #4d4d4d;
  cursor: pointer;
  float: none;
  margin: 0;
  text-shadow: none;
  border: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#cludo-search-results .search-filters ul a:hover {
  background-color: #f2f2f2;
  color: grey;
  background-image: none
}

#cludo-search-results .search-filters ul a.active {
  background-color: #5da1ce;
  color: #fff
}

#cludo-search-results .cludo-search-modal-body .search-filters {
  position: relative;
  width: 25%;
  float: right;
  margin-top: -40px;
  display: block
}

#cludo-search-results .cludo-search-modal-body .search-filters .search-filters-mobile-button,
#cludo-search-results .cludo-search-modal-header .search-filters {
  display: none
}

@media (max-width:767px) {
  #cludo-search-results .search-filters ul a {
    border-radius: 0 !important
  }

  #cludo-search-results .cludo-search-modal-body .search-filters {
    display: none
  }

  #cludo-search-results .cludo-search-modal-header .search-filters {
    display: block;
    width: 100%;
    margin-top: 0;
    position: fixed;
    top: 36px;
    background-color: #fff;
    z-index: 999
  }
}

#cludo-search-results .cludo-search-modal-header .search-filters .search-filters-mobile-button {
  display: block;
  position: fixed;
  background-image: url(https://customer.cludo.com/img/ellipsis.svg);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  height: 36px;
  width: 40px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  overflow: hidden
}

#cludo-search-results .cludo-search-modal-header .search-filters .search-filters-mobile-button.open {
  background-color: #5da1ce;
  background-image: url(https://customer.cludo.com/img/ellipsis-active.svg)
}

#cludo-search-results .cludo-search-modal-header .search-filters li:first-child {
  border-top: 1px solid #ccc
}

#cludo-search-results .cludo-poweredby {
  position: relative;
  top: 26px;
  right: 0;
  margin-left: auto;
  width: 120px;
  height: 21px;
  background-image: url(https://customer.cludo.com/img/cludo-overlay-search-powered-by-Cludo-light.png);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  float: none;
  display: block
}

@media (max-width:767px) {
  #cludo-search-results .cludo-poweredby {
    display: none
  }
}

#cludo-search-results .cludo-poweredby a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent !important;
  text-indent: -999px;
  overflow: hidden
}

#cludo-search-results .cludo-poweredby-mobile {
  display: none
}

@media (max-width:767px) {
  #cludo-search-results .cludo-poweredby-mobile {
    display: block;
    width: 100%;
    height: 35px;
    margin-left: 10px;
    background-image: url(https://customer.cludo.com/img/cludo-overlay-search-powered-by-Cludo.png);
    background-position: center left;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer
  }
}

#cludo-search-results .cludo-poweredby-mobile a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent !important
}

.cludo-no-search-term {
  background-image: url(https://customer.cludo.com/img/search-here.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 24px;
  margin: -50px 0 50px -5px;
  padding-left: 33px;
  font-size: 18px;
  color: #4d4d4d
}

@media (max-width:767px) {
  .cludo-no-search-term {
    margin-top: -26px
  }
}

/*End of Cludo search styles*/

/*Browsealoud styling fixes*/
#__ba_panel {
  border: 0 !important;
  text-align: left;
  width: 100% !important;
}

._ba_logo {
  width: 127px;
  float: right;
}

/*End of Browsealoud styling fixes*/

.accordion__content ul {
	padding: 0 0 20px 40px;
	list-style: disc;
	overflow: hidden;
}

.accordion__content ol {
	padding: 0 0 20px 40px;
	list-style: decimal;
	overflow: hidden;
}

.accordion__content ul ul,
.accordion__content ol ol {
	padding-bottom: 0;
}

.accordion__content li {
	padding: 5px 0
}
.grid{width:100%;margin:0}.grid:after{content:"";display:table;clear:both}.grid--center{text-align:center}.grid__cell{float:left;box-sizing:border-box;width:100%;padding:0}.grid--center .grid__cell{display:inline-block;float:none;vertical-align:top;margin:0 -2px}.grid__cell--hide{display:none}.grid__cell:only-child{width:100%}.grid__cellwrap{box-sizing:border-box}.grid--1col>.grid__cell{width:100%;clear:both}.grid--2col>.grid__cell{width:50%}.grid--2col>.grid__cell:nth-child(2n+1){clear:both}.grid--3col>.grid__cell{width:33.33%}.grid--3col>.grid__cell:nth-child(3n+1){clear:both}.grid--4col>.grid__cell{width:25%}.grid--4col>.grid__cell:nth-child(4n+1){clear:both}.grid--5col>.grid__cell{width:20%}.grid--5col>.grid__cell:nth-child(5n+1){clear:both}.grid--6col>.grid__cell{width:16.66%}.grid--6col>.grid__cell:nth-child(6n+1){clear:both}.grid--7col>.grid__cell{width:14.28%}.grid--7col>.grid__cell:nth-child(7n+1){clear:both}.grid--8col>.grid__cell{width:12.5%}.grid--8col>.grid__cell:nth-child(8n+1){clear:both}.grid--9col>.grid__cell{width:11.11%}.grid--9col>.grid__cell:nth-child(9n+1){clear:both}.grid--10col>.grid__cell{width:10%}.grid--10col>.grid__cell:nth-child(10n+1){clear:both}.grid--11col>.grid__cell{width:9.09%}.grid--11col>.grid__cell:nth-child(11n+1){clear:both}.grid--12col>.grid__cell{width:8.33%}.grid--12col>.grid__cell:nth-child(12n+1){clear:both}.grid--12col>.grid__cell--cols2{width:16.66%}.grid--11col>.grid__cell--cols2{width:18.18%}.grid--10col>.grid__cell--cols2{width:20%}.grid--9col>.grid__cell--cols2{width:22.22%}.grid--8col>.grid__cell--cols2,.grid--12col>.grid__cell--cols3{width:25%}.grid--11col>.grid__cell--cols3{width:27.27%}.grid--7col>.grid__cell--cols2{width:28.56%}.grid--10col>.grid__cell--cols3{width:30%}.grid--6col>.grid__cell--cols2,.grid--9col>.grid__cell--cols3,.grid--12col>.grid__cell--cols4{width:33.33%}.grid--11col>.grid__cell--cols4{width:36.36%}.grid--8col>.grid__cell--cols3{width:37.5%}.grid--12col>.grid__cell--cols5{width:41.66%}.grid--5col>.grid__cell--cols2,.grid--10col>.grid__cell--cols4{width:40%}.grid--7col>.grid__cell--cols3{width:42.84%}.grid--9col>.grid__cell--cols4{width:44.44%}.grid--11col>.grid__cell--cols5{width:45.45%}.grid--4col>.grid__cell--cols2,.grid--6col>.grid__cell--cols3,.grid--8col>.grid__cell--cols4,.grid--10col>.grid__cell--cols5,.grid--12col>.grid__cell--cols6{width:50%}.grid--11col>.grid__cell--cols6{width:54.54%}.grid--9col>.grid__cell--cols5{width:55.55%}.grid--7col>.grid__cell--cols4{width:57.12%}.grid--12col>.grid__cell--cols7{width:58.33%}.grid--5col>.grid__cell--cols3,.grid--10col>.grid__cell--cols6{width:60%}.grid--8col>.grid__cell--cols5{width:62.5%}.grid--11col>.grid__cell--cols7{width:63.63%}.grid--3col>.grid__cell--cols2,.grid--6col>.grid__cell--cols4,.grid--9col>.grid__cell--cols6,.grid--12col>.grid__cell--cols8{width:66.66%}.grid--10col>.grid__cell--cols7{width:70%}.grid--7col>.grid__cell--cols5{width:71.4%}.grid--11col>.grid__cell--cols8{width:72.72%}.grid--4col>.grid__cell--cols3,.grid--8col>.grid__cell--cols6,.grid--12col>.grid__cell--cols9{width:75%}.grid--9col>.grid__cell--cols7{width:77.77%}.grid--5col>.grid__cell--cols4,.grid--10col>.grid__cell--cols8{width:80%}.grid--11col>.grid__cell--cols9{width:81.81%}.grid--6col>.grid__cell--cols5,.grid--12col>.grid__cell--cols10{width:83.33%}.grid--7col>.grid__cell--cols6{width:84.68%}.grid--8col>.grid__cell--cols7{width:87.5%}.grid--9col>.grid__cell--cols8{width:88.88%}.grid--10col>.grid__cell--cols9{width:90%}.grid--11col>.grid__cell--cols10{width:90.1%}.grid--12col>.grid__cell--cols11{width:91.66%}.grid--2col>.grid__cell--cols2,.grid--3col>.grid__cell--cols3,.grid--4col>.grid__cell--cols4,.grid--5col>.grid__cell--cols5,.grid--6col>.grid__cell--cols6,.grid--7col>.grid__cell--cols7,.grid--8col>.grid__cell--cols8,.grid--9col>.grid__cell--cols9,.grid--10col>.grid__cell--cols10,.grid--11col>.grid__cell--cols11,.grid--12col>.grid__cell--cols12{width:100%}.grid--2col>.grid__cell--cols2:nth-child(2n+1),.grid--3col>.grid__cell--cols2:nth-child(3n+1),.grid--4col>.grid__cell--cols2:nth-child(4n+1),.grid--4col>.grid__cell--cols3:nth-child(4n+1),.grid--5col>.grid__cell--cols2:nth-child(5n+1),.grid--5col>.grid__cell--cols3:nth-child(5n+1),.grid--5col>.grid__cell--cols4:nth-child(5n+1),.grid--6col>.grid__cell--cols2:nth-child(6n+1),.grid--6col>.grid__cell--cols3:nth-child(6n+1),.grid--6col>.grid__cell--cols4:nth-child(6n+1),.grid--6col>.grid__cell--cols5:nth-child(6n+1),.grid--7col>.grid__cell--cols2:nth-child(7n+1),.grid--7col>.grid__cell--cols3:nth-child(7n+1),.grid--7col>.grid__cell--cols4:nth-child(7n+1),.grid--7col>.grid__cell--cols5:nth-child(7n+1),.grid--7col>.grid__cell--cols6:nth-child(7n+1),.grid--8col>.grid__cell--cols2:nth-child(8n+1),.grid--8col>.grid__cell--cols3:nth-child(8n+1),.grid--8col>.grid__cell--cols4:nth-child(8n+1),.grid--8col>.grid__cell--cols5:nth-child(8n+1),.grid--8col>.grid__cell--cols6:nth-child(8n+1),.grid--8col>.grid__cell--cols7:nth-child(8n+1),.grid--8col>.grid__cell--cols2:nth-child(8n+1),.grid--8col>.grid__cell--cols3:nth-child(8n+1),.grid--8col>.grid__cell--cols4:nth-child(8n+1),.grid--8col>.grid__cell--cols5:nth-child(8n+1),.grid--8col>.grid__cell--cols6:nth-child(8n+1),.grid--8col>.grid__cell--cols7:nth-child(8n+1) .grid--9col>.grid__cell--cols2:nth-child(9n+1),.grid--9col>.grid__cell--cols3:nth-child(9n+1),.grid--9col>.grid__cell--cols4:nth-child(9n+1),.grid--9col>.grid__cell--cols5:nth-child(9n+1),.grid--9col>.grid__cell--cols6:nth-child(9n+1),.grid--9col>.grid__cell--cols7:nth-child(9n+1),.grid--9col>.grid__cell--cols8:nth-child(9n+1),.grid--10col>.grid__cell--cols2:nth-child(10n+1),.grid--10col>.grid__cell--cols3:nth-child(10n+1),.grid--10col>.grid__cell--cols4:nth-child(10n+1),.grid--10col>.grid__cell--cols5:nth-child(10n+1),.grid--10col>.grid__cell--cols6:nth-child(10n+1),.grid--10col>.grid__cell--cols7:nth-child(10n+1),.grid--10col>.grid__cell--cols8:nth-child(10n+1),.grid--10col>.grid__cell--cols9:nth-child(10n+1),.grid--11col>.grid__cell--cols2:nth-child(11n+1),.grid--11col>.grid__cell--cols3:nth-child(11n+1),.grid--11col>.grid__cell--cols4:nth-child(11n+1),.grid--11col>.grid__cell--cols5:nth-child(11n+1),.grid--11col>.grid__cell--cols6:nth-child(11n+1),.grid--11col>.grid__cell--cols7:nth-child(11n+1),.grid--11col>.grid__cell--cols8:nth-child(11n+1),.grid--11col>.grid__cell--cols9:nth-child(11n+1),.grid--11col>.grid__cell--cols10:nth-child(11n+1) .grid--12col>.grid__cell--cols2:nth-child(12n+1),.grid--12col>.grid__cell--cols3:nth-child(12n+1),.grid--12col>.grid__cell--cols4:nth-child(12n+1),.grid--12col>.grid__cell--cols5:nth-child(12n+1),.grid--12col>.grid__cell--cols6:nth-child(12n+1),.grid--12col>.grid__cell--cols7:nth-child(12n+1),.grid--12col>.grid__cell--cols8:nth-child(12n+1),.grid--12col>.grid__cell--cols9:nth-child(12n+1),.grid--12col>.grid__cell--cols10:nth-child(12n+1),.grid--12col>.grid__cell--cols11:nth-child(12n+1){clear:none}@font-face{font-family:"icons";src:url('./fonts/icons.eot');src:url('./fonts/icons.eot#iefix') format('embedded-opentype'),url('./fonts/icons.woff') format('woff'),url('./fonts/icons.ttf') format('truetype'),url('./fonts/icons.svg#icons') format('svg');font-weight:normal;font-style:normal}::after,::before{font-family:"icons",sans-serif;font-style:normal;font-weight:normal;speak:none;display:inline-block;vertical-align:middle;font-variant:normal;text-transform:none;line-height:1.2em;font-size:100%}.fa::after,.fa::before{font-family:"FontAwesome",sans-serif;font-style:normal;font-weight:normal;speak:none;display:inline-block;vertical-align:middle;padding:0;font-variant:normal;text-transform:none;line-height:1.2em;font-size:100%}.btn{background-color:#E6E6E6;color:inherit;padding:10px 20px;box-sizing:border-box;margin:0 10px 10px 0;font-size:1rem;font-family:inherit;font-weight:bold;border:0;position:relative;line-height:22px}.btn:hover,.btn:focus{cursor:pointer;box-shadow:inset 0 0 20em rgba(0,0,0,0.2)}.btn[aria-disabled="true"]:hover,.btn[disabled]:hover{cursor:default;box-shadow:none}.btn[aria-disabled="true"],.btn[disabled]{color:#ccc}.btn--contrast{background-color:#333;color:#fff}.btn--contrast:hover{box-shadow:inset 0 0 20em rgba(0,0,0,0.8)}.btn--negative{background-color:#800f18;color:#fff}.btn--positive{background-color:#008000;color:#fff}.btn--progress{background-color:#FFB81B}.btn--fullwidth{width:100%}.btn::before,.btn::after{position:absolute}.btn::before{top:calc(50% - 8px);left:12px}.btn::after{top:calc(50% - 9px);right:12px}.btn--back{padding-left:35px}.btn--back::before{content:'\e826'}.btn--forward{padding-right:35px}.btn--forward::after{content:'\e827';top:calc(50% - 8px)}.btn--delete{padding-right:35px}.btn--delete::after{content:'\e840'}.btn--alert{padding-left:35px}.btn--alert::before{content:'\e83b'}.btn--cancel{padding-right:35px}.btn--cancel::after{content:'\e840'}.btn--time{padding-right:35px}.btn--time::after{content:'\e823'}.btn--filter{padding-right:35px}.btn--filter::after{content:'\f0b0'}.btn--selected{padding-right:35px}.btn--selected::after{content:'\e840'}.btn--search{padding-right:35px}.btn--search::after{content:"\e800"}.btn--play::after{content:"\e830"}.btn--play{padding-right:35px}.btn--pause::after{content:"\e82f"}.btn--pause{padding-right:35px}.btn--stop::after{content:"\e82e"}.btn--stop{padding-right:35px}.btn--complete::after{content:"\e80a"}.btn--complete{padding-right:35px}.btn--home::after{content:"\e80e"}.btn--home{padding-right:35px}.btn--big-icon{padding:15px 20px}.btn--big-icon::before{font-size:200%;top:calc(50% - 17px)}.btn--big-icon::after{font-size:200%;top:calc(50% - 19px)}.btn--big-icon.btn--back,.btn--big-icon.btn--alert{padding-left:54px}.btn--big-icon.btn--forward,.btn--big-icon.btn--delete,.btn--big-icon.btn--cancel,.btn--big-icon.btn--time,.btn--big-icon.btn--filter,.btn--big-icon.btn--selected,.btn--big-icon.btn--search,.btn--big-icon.btn--play,.btn--big-icon.btn--pause,.btn--big-icon.btn--stop,.btn--big-icon.btn--complete,.btn--big-icon.btn--home{padding-right:54px}.btn--big-icon.btn--forward::after{top:calc(50% - 16px)}.btn--icon-only{padding:10px 20px;min-height:40px}.btn--icon-only.btn--big-icon{padding:10px 20px;min-height:60px}.btn--icon-only::before,.btn--icon-only::after,.btn--icon-only.btn--big-icon::before,.btn--icon-only.btn--big-icon::after{position:static;top:auto;bottom:auto;left:auto;right:auto;margin:0;padding:0}.cta-link{background-color:#E6E6E6;color:inherit;padding:10px 20px;box-sizing:border-box;margin:0 10px 10px 0;font-size:1rem;font-family:inherit;font-weight:bold;text-decoration:none;position:relative;display:inline-block;line-height:22px}.cta-link:hover,.cta-link:focus{cursor:pointer;text-decoration:none;color:inherit;box-shadow:inset 0 0 20em rgba(0,0,0,0.2)}.cta-link{padding-right:35px}.cta-link::after{content:'\e827';top:calc(50% - 8px)}.cta-link--contrast{background-color:#4a4a4a;color:#fff}.cta-link--contrast:hover,.cta-link--contrast:focus{box-shadow:inset 0 0 20em rgba(0,0,0,0.8);color:#fff}.cta-link--negative{background-color:#800f18;color:#fff}.cta-link--positive{background-color:#008000;color:#fff}.cta-link--negative:hover,.cta-link--negative:focus,.cta-link--positive:hover,.cta-link--positive:focus{box-shadow:inset 0 0 20em rgba(0,0,0,0.5);color:#fff}.cta-link--progress{background-color:#FFB81B}.cta-link--fullwidth{width:100%}.cta-link::before,.cta-link::after{position:absolute}.cta-link::before{top:calc(50% - 8px);left:12px}.cta-link::after{right:12px}.cta-link--back{padding-left:35px;padding-right:20px}.cta-link--back::before{content:'\e826'}.cta-link--back::after{content:''}.cta-link--forward{padding-right:35px}.cta-link--forward::after{content:'\e827';top:calc(50% - 8px)}.cta-link--delete{padding-right:35px}.cta-link--delete::after{content:'\e840'}.cta-link--alert{padding-right:35px}.cta-link--alert::after{content:'\e83b'}.cta-link--cancel{padding-right:35px}.cta-link--cancel::after{content:'\e840'}.cta-link--time{padding-right:35px}.cta-link--time::after{content:'\e823'}.cta-link--filter{padding-right:35px}.cta-link--filter::after{content:'\f0b0'}.cta-link--selected{padding-right:35px}.cta-link--selected::after{content:'\e840'}.cta-link--search{padding-right:35px}.cta-link--search::after{content:"\e800"}.cta-link--play::after{content:"\e830"}.cta-link--play{padding-right:35px}.cta-link--pause::after{content:"\e82f"}.cta-link--pause{padding-right:35px}.cta-link--stop::after{content:"\e82e"}.cta-link--stop{padding-right:35px}.cta-link--complete::after{content:"\e80a"}.cta-link--complete{padding-right:35px}.cta-link--home::after{content:"\e80e"}.cta-link--home{padding-right:35px}.cta-link--big-icon{padding:15px 54px 15px 20px}.cta-link--big-icon::before{font-size:200%;top:calc(50% - 17px)}.cta-link--big-icon::after{font-size:200%;top:calc(50% - 19px)}.cta-link--big-icon.cta-link--back{padding-left:54px;padding-right:20px}.cta-link--big-icon.cta-link--forward,.cta-link--big-icon.cta-link--delete,.cta-link--big-icon.cta-link--cancel,.cta-link--big-icon.cta-link--time,.cta-link--big-icon.cta-link--filter,.cta-link--big-icon.cta-link--selected,.cta-link--big-icon.btn--play,.cta-link--big-icon.btn--pause,.cta-link--big-icon.btn--stop,.cta-link--big-icon.btn--complete,.cta-link--big-icon.btn--home{padding-right:54px}.cta-link--big-icon.cta-link--search{padding-right:54px}.cta-link--big-icon.cta-link--forward::after{top:calc(50% - 16px)}.cta-link--icon-only{padding:10px 20px;min-height:40px}.cta-link--icon-only.cta-link--big-icon{padding:10px 20px;min-height:60px}.cta-link--icon-only::before,.cta-link--icon-only::after,.cta-link--icon-only.cta-link--big-icon::before,.cta-link--icon-only.cta-link--big-icon::after{position:static;top:auto;bottom:auto;left:auto;right:auto;margin:0;padding:0}dl{display:block;clear:both}dt{font-weight:bold;padding:0 0 10px 0}dd{padding:0 0 20px 0}dl ul{padding:0 0 0 20px}dl li{padding:0 0 10px 0}dl li:last-of-type{padding:0}.block{width:100%;clear:both;padding:20px;margin:0 0 20px 0;box-sizing:border-box;border:1px solid #ccc;line-height:1.4}@media(max-width:480px){.block{padding:10px}}.block--muted{background-color:#f2f2f2}.block--contrast{background-color:#333;color:#fff}.block__heading{font-weight:bold;display:block;margin:0;padding:0;margin-bottom:10px}.block__summary{margin:0 0 20px 0}.block__link--heading{font-weight:bold;font-size:1.125rem;display:block}.block__link--list{display:block;position:relative;padding:0 20px 10px 0}.block__link--default{display:inline-block;margin:10px 0 0 0}.block__link--savedform{padding:0 0 10px 0}.block__link:after{content:'\e827';font-size:80%;padding:0 0 0 10px}.block__link--list:after{position:absolute;right:10px;top:5px}.block__list{padding:0;list-style:none}.block__item{display:block;padding-bottom:10px}.block__item:last-child{padding-bottom:0}.block .icmform{margin:0;background-color:transparent}.block .icmform legend{font-size:1.125em;font-weight:bold;margin:0 0 20px 0;padding:0 0 10px 0}.block .icmform label{font-weight:bold}.block .icmform .icmbuttongroup legend{font-weight:bold}.block__savedform+.block__savedform{padding:20px 0 0 0;margin:20px 0 0 0;border-top:1px solid #ccc}.block__list--list .block__item{float:left;width:50%;box-sizing:border-box;padding:0 20px 10px 0}.block__list--list .block__item:nth-child(2n+1){clear:left}.grid__cell--block{padding-right:10px}.alert{border:1px solid;padding-right:50px;position:relative}.alert--success{background-color:#dff0d8;color:#3c763d;border-color:#3c763d}.alert--warn{background-color:#fcf8e3;color:#8a6d3b;border-color:#8a6d3b}.alert--error{background-color:#f2dede;color:#a94442;border-color:#a94442}.alert--info{background-color:#d9edf7;color:#31708f;border-color:#31708f}.alert__message{padding:0 10px}.alert__close{position:absolute;top:10px;right:10px;font-size:20px;font-weight:700;border:0;background-color:inherit;color:inherit;padding:0;cursor:pointer}.search-suggestion{text-align:left;cursor:default;border:1px solid #ccc;border-top:0;background:#fff;box-shadow:-1px 1px 3px rgba(0,0,0,.1);position:absolute;display:none;z-index:9999;max-height:200px;overflow:hidden;overflow-y:auto;box-sizing:border-box}.search-suggestion__item{position:relative;padding:0 .6em;line-height:23px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.02em;color:#333}.search-suggestion__item--selected{background:#ccc}.accordion{position:relative;box-sizing:border-box;width:100%}.accordion+.accordion{margin:20px 0 0 0}.accordion .accordion{margin:20px 0 0 0}.accordion__heading{box-sizing:border-box;padding:20px;display:block;cursor:pointer;background-color:transparent;width:100%;text-align:left;font-weight:bold;font-size:1.1rem;font-family:inherit;color:inherit;border:1px solid #ccc}.accordion__content{box-sizing:border-box;padding:20px;border:1px solid #ccc;border-top:0;display:none}.accordion__content p{padding:0;margin:0}.accordion__content p+p{padding:10px 0 0 0}.accordion__heading::after{position:absolute;right:20px;top:20px;display:block;text-align:center;-webkit-transform-origin:center center;-webkit-transition:all .5s;-o-transform-origin:center center;-o-transition:all .5s;transform-origin:center center;transition:all .5s;font-size:1.1rem}.accordion__heading::after{content:"\e807"}.accordion--open .accordion__heading::after{-webkit-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.accordion--close .accordion__heading::after,.accordion--open .accordion .accordion__heading::after{-webkit-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.accordion--open .accordion--open .accordion__heading::after{-webkit-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.card{border:1px solid #ccc;position:relative;background-color:#fff}.grid--card{width:calc(100% + 20px);margin-left:-10px}.grid__cell--card{padding:10px}.card__label{text-align:right}.card__labeltxt{display:inline-block;padding:5px 10px;font-size:.9rem}.card__heading{padding:20px 20px 10px 20px;margin:0;box-sizing:border-box}.card__label+.card__heading{padding:5px 20px 10px 20px}.card__link--heading{display:block;clear:both;color:inherit}.card__link--heading:before{bottom:0;content:"";left:0;overflow:hidden;position:absolute;right:0;top:0;white-space:nowrap;z-index:0}.card__content{padding:0 10px 20px 10px;box-sizing:border-box}.card__summary{clear:both;width:100%;display:block;margin:0;padding:0 10px;box-sizing:border-box}.card__list{padding:10px;list-style:none}.card h4{margin:0 10px}.card .nvp__label{width:90px}.card__actions .cta-link{margin:0 0 1px 0}.datatable{max-width:100%;overflow-x:auto;margin:20px 0;position:relative}.datatable__content{background-color:#fff;width:100%}.datatable__content tr:nth-child(even){background-color:#f2f2f2}.datatable__cell,.datatable__heading{position:relative;vertical-align:top;padding:15px 10px;border:1px solid #bbb;line-height:20px}.datatable__heading{background-color:#ddd;text-align:left}.datatable__heading--check,.datatable__cell--check{text-align:center;width:30px}.datatable__heading--date,.datatable__cell--date,.datatable__heading--task,.datatable__cell--task,.datatable__heading--user,.datatable__cell--user{width:190px}@media(max-width:1000px){.datatable__heading--date,.datatable__cell--date,.datatable__heading--task,.datatable__cell--task,.datatable__heading--user,.datatable__cell--user{width:120px}}.datatable__cell--task{padding:10px}.datatable__cell--date .nvp__value{display:block}.datatable__cell--date .nvp__date{display:inline-block;vertical-align:top}.datatable__cell--date .nvp__time{float:right;display:inline-block}@media(max-width:1000px){.datatable__cell--date .nvp__time{float:none;display:block}}.grid__cell--cols2+.grid__cell--ref{text-align:right}.datatable__check{position:absolute;cursor:pointer;left:0;top:0;width:50px;height:52px;z-index:1;margin:0;zoom:1;filter:alpha(opacity=0);opacity:0}.datatable__label--checkbox.accessibility{clip-path:none;color:transparent;height:24px;width:28px;position:relative}.datatable__label--checkbox:hover,.datatable__label--checkbox::after:hover{cursor:pointer}.datatable__label--checkbox::before{content:"";border:1px solid #999;background-color:#fff;width:18px;height:18px;position:absolute;top:2px;left:6px}.datatable__check:checked+.datatable__label--checkbox::after{content:"";border:solid;border-width:0 0 4px 4px;background:transparent;border-top-color:transparent;width:10px;height:4px;position:absolute;top:7px;left:9px;-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);color:#333}.datatable__check:focus+.datatable__label::before{-webkit-box-shadow:0 0 0 2px #0064FF;-moz-box-shadow:0 0 0 2px #0064FF;box-shadow:0 0 0 2px #0064FF}.datatable__heading:focus,.datatable__cell:focus{outline:2px dotted #0064FF;outline-offset:-2px}.datatable__guidance{border:2px solid #4A4A4a;position:fixed;left:0;bottom:0;z-index:10;background-color:#fff;width:calc(100% - 20px);padding:10px 100px 10px 20px;margin:10px;box-sizing:border-box;display:none}.datatable__guidance::after{content:url('images/arrow_keyboard.png');position:absolute;top:15px;right:10px}.dialog{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);overflow-y:auto;z-index:999}.dialog--hidden{display:none}.dialog__header{width:calc(100% - 30px)}.dialog__content{padding:20px;box-sizing:border-box;width:calc(100% - 20px);top:20px;position:relative;height:auto;margin:0 auto;background:#fff;color:#000;vertical-align:middle;z-index:999}.dialog__body{overflow:auto;max-height:calc(100% - 150px)}.dialog__close{position:absolute;color:#333;width:40px;height:40px;font-size:20px;text-align:center;background-color:#fff;top:0;right:0;border:0;z-index:998}.dialog__close:before{content:'\e809';line-height:40px}.dialog__close:hover,.dialog__close:active,.dialog__close:focus{text-decoration:none;background:#333;color:#fff;cursor:pointer}.dialog__image--fullwidth{max-width:100%}.cookiemessage[aria-hidden=true]{display:none}.cookiemessage{background-color:#333;overflow:hidden;padding:20px;position:fixed;left:0;bottom:0;box-sizing:border-box;width:100%;z-index:3}.cookiemessage__message{margin:0 0 20px 0;font-size:1.125rem;color:#fff}.cookiemessage__buttons{text-align:right;margin-top:20px}.cookiemessage--NoJSOrHidden{display:none}.cookiemessage .btn--cookiemessage{border:2px solid #fff;padding:8px 33px 8px 18px;margin:0 0 0 20px}@media(max-width:780px){.cookiemessage__buttons{text-align:center}}@media(max-width:580px){.cookiemessage .btn,.cookiemessage .cta-link{width:100%}.cookiemessage .btn--cookiemessage{margin:10px 0 0 0}}.item{position:relative}.item__title{display:block;clear:both}.item .item__link:before{bottom:0;content:"";left:0;overflow:hidden;position:absolute;right:0;top:0;white-space:nowrap;z-index:1}.item .item__sublinks{z-index:2;position:relative;padding-left:20px}.item__image{max-width:100%;height:auto}.grid[data-grid-maxcols|="1"] .item__title{clear:none;display:inline}.media-links__title{font-weight:bold;padding-top:.5em}.media-links__list{padding-top:.2em;padding-left:1em}.nvp__label,.nvp__value{vertical-align:top}.nvp__label{font-weight:bold}.paging{display:block;width:100%;clear:both;text-align:center;padding:40px 0;list-style-type:none}.paging__item{display:inline-block;list-style:none;font-weight:normal;margin:10px 2px}.paging__item:first-child{margin-left:0}.paging__link{background-color:#fff;border-radius:2px;border:1px solid #ccc;padding:10px;border-radius:2px;transition:background-color .25s linear;text-decoration:none}.paging__link:hover,.paging__link:focus{box-shadow:inset 20em 20em rgba(0,0,0,0.1);text-decoration:none}.paging__item--current{font-weight:bold}.paging__item--current .paging__text,.paging__item--disabled .paging__text{color:#7a7a7a;background-color:#fff;border-radius:2px;padding:10px;border:1px solid #ccc}@media(max-width:780px){.paging{padding:20px 0}.paging__item{margin:10px 5px}.paging__item--previous,.paging__item--next{display:block;margin:20px 5px}}.panel{padding:0 10px 10px 10px;margin-bottom:10px;border:1px solid #ccc}.panel__headingtext{font-weight:bold;font-size:1.2em;padding-bottom:.5em;padding-top:.5em}.pollform,.pollform__results{padding:10px}.pollform__answer{margin:20px 4px 20px 0}.pollform__button:hover{cursor:pointer}.pollform__button{background-color:#ccc;border:0;padding:7px 10px;margin:5px 0 5px 0}.pollform__button:hover{background-color:#C3C3C3}.pollform__button--vote{background-color:#333;border:0;padding:7px 15px;color:#fff;margin:5px 0 5px 0}.pollform__button--vote:hover{background-color:#000}.pollform__results--hidden,.pollform--hidden{display:none}.poll-results{margin:20px 0}.poll-results__question{font-size:1.1em;margin:0 0 20px 0}.poll-results__answergroup{margin:0 0 20px 0}.poll-results__answergroup:last-child{margin:0}.poll-results__answer{display:block}.poll-results__answergroup--highlight .poll-results__answer,.poll-results__answergroup--highlight .poll-results__percent{font-weight:bold}.poll-results__vote{margin:20px 0 0 0;height:20px;display:inline-block;width:80%}.poll-results__bar{background-color:#666;display:block}.poll-results__answergroup--highlight .poll-results__bar{background-color:#000;display:block}.poll-results__percent{display:inline-block;width:18%;text-align:right}.pollform[aria-hidden="true"],.pollform__results[aria-hidden="true"],.poll-results[aria-hidden="true"]{display:none}.poll-results th{text-align:left;background:0;padding:5px 0}.poll-results tr{border-bottom:1px solid #ccc}.poll-results .normal,.poll-results .highlight{border-bottom:1px solid #ccc;background-color:#fff}.answer{width:50%;padding:20px 5px}.vote{width:70%;padding-left:5%;padding-right:5%}.poll-results .highlight span{font-weight:bold}.poll-results .highlight .bar{background-color:#000}.bar{background-color:#666}.quote{position:relative;padding-top:1.5em;padding-bottom:1.5em;clear:both}.quote::before{color:#000;content:"\201c";display:block;font-size:3em;left:0;position:absolute;top:.1em}.quote__caption{padding-top:.5em;font-weight:bold}.quote__imagecontainer{float:right;margin:1.0em}.sitealert{background:#ffb81c;width:100%;float:left;clear:both;padding:10px 0}.sitealert__heading{font-size:1.25em;font-weight:bold;vertical-align:middle;margin-right:20px;line-height:1}.sitealert__content{padding:10px 0}.sitealert__link{color:#000;font-weight:bold}.sitealert__link::after{content:" ... "}.grid--authentication{width:calc(100% + 40px);margin-left:-20px}.grid__cell--authentication{padding:20px}.loginform{border:1px solid #ccc;padding:0}.loginform__submit{width:100%;cursor:pointer;margin:0;border:0;border-bottom:1px solid #ccc;color:#fff;padding:20px 40px;text-decoration:none;display:block;box-sizing:border-box;background:#333 no-repeat 24px 50%;font-size:1.1rem;font-family:inherit;font-weight:bold}.loginform__submit:hover,.loginform__submit:focus{box-shadow:inset 0 0 20em rgba(0,0,0,0.15);text-decoration:none}.loginform__submit--amazon{background-color:#fcdd88;color:#111;background-position:20px 50%;background-image:url(./images/auth/amazon.png)}.loginform__submit--google{background-color:#fff;color:#757575;background-image:url(./images/auth/google.png)}.loginform__submit--facebook{background-color:#4267b2;background-position:26px 50%;background-image:url(./images/auth/facebook.png)}.loginform__submit--twitter{background-color:#1DA1F2;color:#fff;background-image:url(./images/auth/twitter.png)}.loginform__submit--linkedin{background-color:#0077b5;background-image:url(./images/auth/linkedin.png)}.loginform__submit--paypal{background-color:#fff;background-image:url(./images/auth/paypal.png);color:#0072c6}.loginform__submit--mygovscot{background-color:#fff;background-image:url(./images/auth/mygovscot.png);background-position:20px 50%;color:#226eaa}.loginform__submit--adfs{background-color:#fff;background-image:url(./images/auth/adfs.png);color:#1DA1F2}.loginform__pwrap--icmsiteuser{padding:5px 20px 20px 20px}.loginform__pwrap--icmsiteuser h2{font-size:1.2rem}.loginform__pwrap--icmsiteuser span{display:block;margin:0 0 10px 0}.loginform__label,.loginform__text,.loginform__password{display:block;width:100%;box-sizing:border-box;max-width:inherit;border:1px solid #ccc;border-radius:0;padding:15px;margin-bottom:20px}.loginform__label{visibility:visible;border:0;clip:rect(0,0,0,0);clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.loginform__guidetext{text-align:center}.divider,.loginform__divider{display:block;border-bottom:1px solid #ccc;text-align:center;margin:0 15px 20px 15px}.divider__text,.loginform__dividertext{padding:5px 20px;text-align:center;top:10px;position:relative;background-color:#fff;font-weight:bold}.loginform__title{margin:20px 0 10px 0;display:block;font-size:1.2em;font-weight:bold}@media(max-width:480px){.loginform__submit{background-image:none}}.authlinks{list-style:none;padding:0;margin:20px 0 0 0}.authlinks__item{margin-bottom:10px}.icmform{background-color:#fff;border:0 solid #ddd;margin:20px 0;padding:0;clear:both}.icmform ol,.icmform ul{padding:0;margin:0;list-style:none}.icmform legend{font-size:1.25em;font-weight:bold;margin:0 0 20px 0;padding:20px 0;border-bottom:1px solid #ddd;width:100%}.icmform .icmhideborder legend{border-bottom:0 solid #ddd;margin:0}.icmform legend.icmhide{display:none}.icmform label.icmhide{display:none}.icmform label{margin:0 0 10px 0;font-weight:bold;font-size:1em}.icmbuttongroup label{padding:0 0 0 10px;display:inline-block;font-weight:normal}.icmform .icmbuttongroup legend{font-size:1em;font-weight:bold;margin:0 0 20px 0;padding:0;border-bottom:0 solid #ddd;position:relative}.icmformleft .icmbuttongroup legend,.icmformright .icmbuttongroup legend{width:auto}.icmform input,.icmform textarea,.icmform select{border:solid 1px #ccc;font-family:inherit;background-color:#fff;font-size:1em;line-height:1.6}.icmform input,.icmform select{white-space:pre}.icmform input[readonly*="readonly"],.icmform textarea[readonly*="readonly"],.icmform select[readonly*="readonly"]{background-color:#e6e6e6;color:#666}.icmform input[type="checkbox"],.icmform input[type="radio"]{margin:0 0 20px 0}.icmbuttongroup input[type="checkbox"],.icmbuttongroup input[type="radio"]{display:inline-block}.icmform input:-moz-read-only{background-color:#eee;color:#999;border:solid 1px #a9a9a9}.icmform input.read-only{background-color:#eee;color:#999;border:solid 1px #a9a9a9}.icmvstext,.icmstext,.icmtext,.icmltext,.icmvstextarea,.icmstextarea,.icmtextarea,.icmltextarea,.icmvsselect,.icmsselect,.icmselect,.icmlselect,.icmfselect,.icmvspassword,.icmspassword,.icmpassword,.icmlpassword,.icmvsfile,.icmsfile,.icmfile,.icmlfile{max-width:100%;width:100%;box-sizing:border-box;padding:10px;margin:0 0 20px 0}.icmformtop label{display:block}.icmformtop .icmbuttongroup label{display:inline-block;font-weight:normal;max-width:calc(100% - 25px);vertical-align:top}.icmformtop input{display:block}.icmvstext,.icmvstextarea,.icmvsselect,.icmvspassword,.icmvsfile{max-width:10%}.icmhorizontal .icmvstext,.icmhorizontal .icmvstextarea,.icmhorizontal .icmvsselect,.icmhorizontal .icmvspassword,.icmhorizontal .icmvsfile{max-width:85px;width:85px}.icmstext,.icmstextarea,.icmsselect,.icmspassword,.icmsfile{max-width:25%}.icmhorizontal .icmstext,.icmhorizontal .icmstextarea,.icmhorizontal .icmsselect,.icmhorizontal .icmspassword,.icmhorizontal .icmsfile{max-width:150px;width:150px}.icmtext,.icmtextarea,.icmselect,.icmpassword,.icmfile{max-width:50%}.icmhorizontal .icmtext,.icmhorizontal .icmtextarea,.icmhorizontal .icmselect,.icmhorizontal .icmpassword,.icmhorizontal .icmfile{max-width:250px;width:250px}.icmhorizontal .icmltext,.icmhorizontal .icmltextarea,.icmhorizontal .icmlselect,.icmhorizontal .icmlpassword,.icmhorizontal .icmlfile{max-width:350px;width:350px}@media(max-width:850px){.icmvstext,.icmvstextarea,.icmvsselect,.icmvspassword,.icmvsfile,.icmhorizontal .icmvstext,.icmhorizontal .icmvstextarea,.icmhorizontal .icmvsselect,.icmhorizontal .icmvspassword,.icmhorizontal .icmvsfile{max-width:85px;padding:15px 10px}.icmstext,.icmtext,.icmstextarea,.icmtextarea,.icmsselect,.icmselect,.icmspassword,.icmpassword,.icmsfile,.icmfile,.icmhorizontal .icmstext,.icmhorizontal .icmstextarea,.icmhorizontal .icmsselect,.icmhorizontal .icmspassword,.icmhorizontal .icmsfile,.icmhorizontal .icmtext,.icmhorizontal .icmtextarea,.icmhorizontal .icmselect,.icmhorizontal .icmpassword,.icmhorizontal .icmfile{max-width:100%;width:100%;padding:15px 10px}.icmhorizontal .icmltext,.icmhorizontal .icmltextarea,.icmhorizontal .icmlselect,.icmhorizontal .icmlpassword,.icmhorizontal .icmlfile{max-width:100%;width:100%}}@media(max-width:480px){.icmvstext,.icmvstextarea,.icmvsselect,.icmvspassword,.icmvsfile,.icmhorizontal .icmvstext,.icmhorizontal .icmvstextarea,.icmhorizontal .icmvsselect,.icmhorizontal .icmvspassword,.icmhorizontal .icmvsfile{max-width:100%;width:100%}}.icmformleft label,.icmformright label{display:inline-block;vertical-align:top;padding:0 40px 0 0;margin:0 0 20px 0;box-sizing:border-box;width:25%;vertical-align:middle}.icmformright label{text-align:right}.icmformleft .icmhorizontal label,.icmformright .icmhorizontal label{padding:0 10px 0 0}.icmformleft .icmhorizontal .field_textarea label,.icmformleft .icmhorizontal .field_multiselect label,.icmformright .icmhorizontal .field_textarea label,.icmformright .icmhorizontal .field_multiselect label{vertical-align:top;padding:10px 10px 0 0}.icmformleft .icmhorizontal .field_textarea label,.icmformleft .icmhorizontal .field_multiselect label,.icmformright .icmhorizontal .field_textarea label,.icmformright .icmhorizontal .field_multiselect label{vertical-align:top;padding:10px 10px 0 0}.icmformleft .icmhorizontal .valid label,.icmformright .icmhorizontal .valid label,.icmformleft .icmhorizontal .error label,.icmformright .icmhorizontal .error label{padding:0 50px 0 0}.icmformleft .icmbuttongroup label,.icmformright .icmbuttongroup label{display:inline-block;font-weight:normal;max-width:calc(100% - 25px);vertical-align:top}.icmformleft .icmbuttongroup label,.icmformright .icmbuttongroup label{font-weight:normal;vertical-align:top;padding:0 10px 20px 0;margin:0;width:auto;text-align:left}.icmformleft input,.icmformright input,.icmformleft select,.icmformright select{display:inline-block;vertical-align:middle}.icmformleft textarea,.icmformleft .field_multiselect select,.icmformright textarea,.icmformright .field_multiselect select{display:inline-block;vertical-align:top}.icmformleft .icmltext,.icmformleft .icmltextarea,.icmformleft .icmlselect,.icmformleft .icmfselect,.icmformleft .icmlpassword,.icmformleft .icmlfile,.icmformright .icmltext,.icmformright .icmltextarea,.icmformright .icmlselect,.icmformright .icmfselect,.icmformright .icmlpassword,.icmformright .icmlfile{max-width:73%}@media(max-width:850px){.icmformleft .icmltext,.icmformleft .icmltextarea,.icmformleft .icmlselect,.icmformleft .icmfselect,.icmformleft .icmlpassword,.icmformleft .icmlfile,.icmformright .icmltext,.icmformright .icmltextarea,.icmformright .icmlselect,.icmformright .icmfselect,.icmformright .icmlpassword,.icmformright .icmlfile{max-width:100%}.icmformleft label,.icmformright label{display:block;padding:0;width:100%}.icmformleft input,.icmformleft textarea,.icmformleft select,.icmformright input,.icmformright textarea,.icmformright select{display:block}.icmformleft .icmhorizontal input,.icmformleft .icmhorizontal textarea,.icmformleft .icmhorizontalselect,.icmformright .icmhorizontal input,.icmformright .icmhorizontal textarea,.icmformright .icmhorizontal select{display:inline-block}}.icmhorizontal li{display:inline-block;padding:0 40px 0 0;box-sizing:border-box;vertical-align:top}.icmformleft .icmhorizontal li,.icmformright .icmhorizontal li{max-width:450px}.icmhorizontal label{max-width:300px}.icmformleft .icmhorizontal label,.icmformright .icmhorizontal label{max-width:200px;width:auto}.icmformleft .icmbuttongroup ol,.icmformright .icmbuttongroup ol{display:inline-block;width:73%;padding:0 0 0 5px}.icmformleft .icmbuttongroup legend,.icmformright .icmbuttongroup legend{display:inline-block;vertical-align:top;padding:0 20px 20px 0;box-sizing:border-box;margin:0;width:25%;float:left}.icmformright .icmbuttongroup legend{text-align:right}.icmformleft .icmhorizontal textarea,.icmformleft .icmhorizontal select,.icmformright .icmhorizontal textarea,.icmformright .icmhorizontal select{vertical-align:middle;display:inline-block}@media(max-width:850px){.icmhorizontal li{display:inline-block;padding:0 40px 0 0;box-sizing:border-box;vertical-align:top}.icmformleft .icmhorizontal li,.icmformright .icmhorizontal li{max-width:none}.icmformleft .icmbuttongroup legend,.icmformleft .icmbuttongroup ol,.icmformright .icmbuttongroup legend,.icmformright .icmbuttongroup ol{display:block;width:100%;float:none;padding:0}.icmformleft .icmbuttongroup legend,.icmformright .icmbuttongroup legend{padding:0 0 20px 0}.icmformleft .icmhorizontal label,.icmformright .icmhorizontal label{display:inline-block;max-width:none}.icmformleft .icmbuttongroup label,.icmformright .icmbuttongroup label{display:inline-block;max-width:none;width:auto}}.icmformleft input[type="checkbox"],.icmformleft input[type="radio"],.icmformright input[type="checkbox"],.icmformright input[type="radio"]{margin:0 10px 20px 0;vertical-align:initial}.icmformleft .icmsinglecheckbox input[type="checkbox"],.icmformright .icmsinglecheckbox input[type="checkbox"]{vertical-align:middle}@media(max-width:480px){.icmhorizontal li{display:block;padding:0;max-width:100%}.icmhorizontal label{max-width:100%}.icmformleft .icmhorizontal label,.icmformright .icmhorizontal label{display:block;max-width:none}.icmformleft .icmbuttongroup label,.icmformright .icmbuttongroup label{display:inline-block}}.icmguidance{margin:0 0 20px 0}.icmguidancehint{margin:-10px 0 20px 0}.icmform .icmguidancehint::before{content:"?";font-style:normal;font-weight:bold;margin:-1px 10px 0 0;padding:5px;display:inline-block;margin:0 10px 0 0;vertical-align:middle;color:#fff;background-color:#333}.icmguidanceleft{text-align:left}.icmguidanceright{text-align:right}.icmguidancecenter{text-align:center}.icmguidancejustify{text-align:justify}.icmform input[type=button],.icmform input[type=submit],.icmform input[type=reset]{background-color:#E6E6E6;border:2px solid #E6E6E6;color:inherit;padding:10px 20px;box-sizing:border-box;margin:0 10px 20px 0;font-size:1em;font-family:inherit;font-weight:bold}.icmform input[type=button]:hover,.icmform input[type=submit]:hover,.icmform input[type=reset]:hover,.icmform input[type=button]:focus,.icmform input[type=submit]:focus,.icmform input[type=reset]:focus{background-color:#ddd;cursor:pointer}.back input[type=submit]{font-size:1em}.next input[type=submit],.finish input[type=submit],.save input[type=submit]{background-color:#333;border:2px solid #333;color:#fff;font-size:1em}.next input[type=submit]:hover,.finish input[type=submit]:hover,.save input[type=submit]:hover,.next input[type=submit]:focus,.finish input[type=submit]:focus,.save input[type=submit]:focus{background-color:#000;border:2px solid #000}.icmform input[type="button"]:disabled,.icmform input[type="submit"]:disabled,.icmform input[type="reset"]:disabled,.icmform input[type="file"]:disabled::-webkit-file-upload-button,button:disabled,.icmform select:disabled,.icmform optgroup:disabled,.icmform option:disabled,.icmform select[disabled]>option{color:#ccc;background-color:#E6E6E6;border:2px solid #E6E6E6}.icmform input[type="button"]:disabled:hover,.icmform input[type="submit"]:disabled:hover,.icmform input[type="reset"]:disabled:hover,.icmform input[type="file"]:disabled::-webkit-file-upload-button:hover,.icmform select:disabled:hover,.icmform optgroup:disabled:hover,.icmform option:disabled:hover,.icmform select[disabled]>option:hover{background-color:#E6E6E6;border:2px solid #E6E6E6;cursor:default}.icmwizardbuttongroup .icmbutton-surround{display:inline-block;vertical-align:middle}.icmform .inline{display:inline-block}.icmform .locationmap input[type=button],.icmform .locationsearch:first-of-type input[type=button]{margin:0 10px 20px 20px}.icmform .field_locationpicker .icmltext{max-width:calc(73% - 105px);display:inline-block}.icmform .field_locationpicker .icmwizardbuttongroup .icmltext{max-width:calc(100% - 145px)}.icmhorizontal li,.icmvertical .icmhorizontal li{vertical-align:middle;min-height:40px;padding:0 20px 0 0}.icmform .icmvertical .icmhorizontal li input[type=button],.icmform .icmvertical .icmhorizontal li input[type=submit],.icmform .icmvertical .icmhorizontal li input[type=reset],.icmform .icmhorizontal li input[type=button],.icmform .icmhorizontal li input[type=submit],.icmform .icmhorizontal li input[type=reset]{min-height:41px;margin:5px 0 0 0}.icmform .icmvertical .icmhorizontal li .icmwizardbuttongroup input[type=button],.icmform .icmvertical .icmhorizontal li .icmwizardbuttongroup input[type=submit],.icmform .icmvertical .icmhorizontal li .icmwizardbuttongroup input[type=reset],.icmform .icmhorizontal li .icmwizardbuttongroup input[type=button],.icmform .icmhorizontal li .icmwizardbuttongroup input[type=submit],.icmform .icmhorizontal li .icmwizardbuttongroup input[type=reset]{margin:5px 10px 0 0}@media(max-width:850px){.icmform .locationmap input[type=button],.icmform .locationsearch:first-of-type input[type=button]{margin:0 10px 20px 0}.icmform .field_locationpicker .icmltext,.icmform .field_locationpicker .icmwizardbuttongroup .icmltext{max-width:100%}}.icmformleft .icmbutton-surround.upload,.icmformright .icmbutton-surround.upload{display:inline-block;width:73%}.icmformleft .icmbutton-surround.upload .icmvsfile,.icmformright .icmbutton-surround.upload .icmvsfile{max-width:10%}.icmformleft .icmbutton-surround.upload .icmsfile,.icmformright .icmbutton-surround.upload .icmsfile{max-width:25%}.icmformleft .icmbutton-surround.upload .icmfile,.icmformright .icmbutton-surround.upload .icmfile{max-width:50%}.icmformleft .icmbutton-surround.upload .icmlfile,.icmformright .icmbutton-surround.upload .icmlfile{max-width:100%}@media(max-width:850px){.icmformleft .icmbutton-surround.upload,.icmformright .icmbutton-surround.upload{display:block;width:100%}.icmformleft .icmbutton-surround.upload .icmvsfile,.icmformright .icmbutton-surround.upload .icmvsfile,.icmformleft .icmbutton-surround.upload .icmsfile,.icmformright .icmbutton-surround.upload .icmsfile,.icmformleft .icmbutton-surround.upload .icmfile,.icmformright .icmbutton-surround.upload .icmfile{max-width:100%}}.icmform em[title=required]{color:#D20000}.icmform .error{margin:0 0 20px 0;width:100%;box-sizing:border-box}.icmform .errorblock{margin:0 0 10px 0;color:#D20000;font-weight:bold}.icmform .error .errorblock{margin:0}.icmform .valid label,.icmform .error label{position:relative}.icmform .valid label:after,.icmform .valid .icmbuttongroup legend:after{content:'\e80a';position:absolute;top:-10px;right:0;font-size:170%;color:green}.icmform .error label:after,.icmform .error .icmbuttongroup legend:after{content:'\e809';position:absolute;top:-10px;right:0;font-size:170%;color:#D20000}.icmformleft .valid label:after,.icmformright .valid label:after,.icmformleft .valid .icmbuttongroup legend:after,.icmformright .valid .icmbuttongroup legend:after,.icmformleft .error label:after,.icmformright .error label:after,.icmformleft .error .icmbuttongroup legend:after,.icmformright .error .icmbuttongroup legend:after{top:-5px;right:10px}.icmform .valid .icmbuttongroup label:after,.icmform .error .icmbuttongroup label:after{content:''}.field_valerrors strong{color:initial}.field_valerrors ul,.field_valerrors strong{display:inline-block;padding:0 10px 10px 0}@media(max-width:850px){.icmformright .valid label:after{right:auto;left:0}}.icmform .valid input,.icmform .valid select,.icmform .valid textarea,.icmform .valid .icmwysiwygMain{border:2px solid green}.icmform .error input,.icmform .error select,.icmform .error textarea,.icmform .error .icmwysiwygMain{border:2px solid #D20000}.icmform .valid:hover{background-color:transparent;color:inherit;cursor:default}.field_addresslookup input[type="text"]{display:inline-block;margin:0 20px 20px 0;vertical-align:top}.addresslookupsearch{display:inline-block}.icmwysiwygMain,.WYSIWYG-READONLY{width:100%!important;height:auto!important;vertical-align:top;border:solid 1px #ddd;display:inline-block;margin:0 0 20px 0;overflow:hidden}.WYSIWYG-READONLY{border:0}.icmformleft .icmwysiwygMain,.icmformright .icmwysiwygMain,.icmformleft .WYSIWYG-READONLY,.icmformright .WYSIWYG-READONLY{width:73%!important}@media(max-width:850px){.icmformleft .icmwysiwygMain,.icmformright .icmwysiwygMain,.icmformleft .WYSIWYG-READONLY,.icmformright .WYSIWYG-READONLY{width:100%!important}}.icmwysiwygMain iframe{width:100%!important}.icmwysiwygMain iframe{border:0;margin:0;padding:0;min-height:100px!important;background-color:#fff;-ms-user-select:element}.icmwysiwygMain textarea{border:0;margin:0;padding:0;overflow-y:scroll;resize:none;outline:0}.icmwysiwygToolbar{background-color:#ddd;padding:5px 10px;height:auto!important;float:left;width:100%}.icmwysiwygGroup{float:left;width:auto!important}.icmwysiwygButton,.icmwysiwygButtonH{float:left;padding:3px;text-align:center;border:0;background-color:transparent;cursor:pointer;font-size:15px;margin:0 10px 0 0}.icmwysiwygDisabled{opacity:.3;filter:alpha(opacity=30);cursor:default}.icmwysiwygButton:disabled,.icmwysiwygButtonH:disabled{background-color:transparent;cursor:default}.icmwysiwygButton:hover{background-color:#aaa}.icmwysiwygButtonH{color:transparent;cursor:default}.icmwysiwygDivider{float:left;width:1px;height:23px;margin:1px 0 1px 0}.icmwysiwygPopup{border:solid 1px rgba(122,122,122,0.25);background-color:#fff;color:#111;position:absolute;font-size:1em!important;font-family:sans-serif;font-family:inherit;cursor:default;z-index:10000}.icmwysiwygList div{padding:2px 4px 2px 4px}.icmwysiwygList p,.icmwysiwygList h1,.icmwysiwygList h2,.icmwysiwygList h3,.icmwysiwygList h4,.icmwysiwygList h5,.icmwysiwygList h6,.icmwysiwygList blockquote,.icmwysiwygList pre,.icmwysiwygList font{padding:0;margin:0;background-color:transparent}.icmwysiwygColor{width:150px;padding:1px 0 0 1px}.icmwysiwygColor div{float:left;width:14px;height:14px;margin:0 1px 1px 0}.icmwysiwygPrompt,.icmwysiwygMsg{background-color:#D0DEF0;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.25);box-shadow:0 1px 3px rgba(0,0,0,0.25);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding:8px;font-size:8.5pt;border:solid 1px #B2B2B2}.icmwysiwygPrompt input,.icmwysiwygPrompt textarea{font:8.5pt Arial,Verdana;display:block}.icmwysiwygMsg{width:150px}.icmwysiwygButtonH{border:0;width:1px;height:1px;padding:0;background-color:transparent;overflow:hidden}.icmwysiwygPopup.icmwysiwygList div{margin:2px;border:solid 1px white}.icmwysiwygPopup.icmwysiwygList div:hover{background-color:#DFF1FF;border:solid 1px blue}.icmwysiwyg-popup-header{margin-bottom:8px}.icmwysiwygPrompt input[type="button"]{margin:8px 0 0 0;float:right;border:solid 0 #3A58A5;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:3px;background-color:#ccc;font-weight:bold;color:#FFF;cursor:pointer}.icmwysiwygPrompt input[type="button"]:hover{border-color:#2B3F75;background-color:#aaa}.date-picker-wrapper{margin:20px 0}.date-picker-wrapper th{border:0}.date-picker-wrapper td{padding:0;border:0 solid #ccc}.start-day,.end-day{padding:0 5px}.gap{display:none}.normal-top{margin:0 0 10px 0}.drp_top-bar{position:relative;margin:0 0 10px 0}.error-top{display:none}.apply-btn{position:absolute;top:0;right:0}.month-name{text-transform:capitalize;text-align:center}.caption{text-align:center}.caption .next,.caption .prev{padding:0 10px 0 0;width:100%;display:block;box-sizing:border-box;text-align:center}.caption .next:hover,.caption .prev:hover{cursor:pointer;background-color:#ccc}.month-wrapper{width:100%!important}.month1{width:49%;margin:10px 2% 0 0;float:left;text-align:center;background-color:#fff}.month2{width:49%;margin:10px 0 0 0;float:left;text-align:center;background-color:#fff}.month2 .prev{display:none}.week-name th,.month-name{padding:10px}.week-name th{width:14.5%}.day{padding:10px}.lastMonth,.nextMonth{display:none}.time1,.time2{display:inline-block;width:49%;padding:0}.time2{padding:0 0 0 2%}.time .label{width:100px;display:inline-block}.time input[type="range"]{width:95%;max-width:100%;margin:10px 0}.time1 div,.time2 div{display:block;width:100%;margin:0;padding:10px 0 0 0}.time1 div:before{content:"Time from";font-weight:bold;padding:0 0 10px 0;display:block}.time2 div:before{content:"Time to";font-weight:bold;padding:20px 0 10px 0;display:block}.day.valid:hover{background:0;box-shadow:inset 0 20em 0 rgba(0,0,0,0.2);color:inherit;cursor:pointer}.field_daterange.valid input[type="button"]{border:0}.lastMonth.invalid{background-color:#fff}.real-today{background-color:#ccc}.checked{background-color:#333;color:#fff}.checked:hover{background-color:#000;color:#fff}.date-picker-wrapper .footer{margin:0;padding:0;background-color:transparent}.next-days,.next-buttons,.prev-buttons{display:block;margin:10px 0 0 0}.prev-days{display:block;margin:20px 0 0 0}.shortcuts{background-color:#e6e6e6;padding:20px;box-sizing:border-box;margin:0 0 20px 0;clear:both}.shortcuts b{display:block}.shortcuts span{width:48%;display:inline-block;font-weight:bold}.shortcuts span a{font-weight:normal;display:inline-block;padding:0 0 0 10px}.shortcuts .prev-days{margin:0 0 0 -5px}@media(max-width:870px){.time1,.time2{display:inline-block;width:100%;padding:0}.time2{padding:0}.apply-btn{position:relative}.default-top{margin:0 0 10px 0}.time input[type="range"]{width:98%;margin:10px 0}.month1,.month2{width:100%;margin:20px 0 0 0}.date-picker-wrapper .footer{margin:40px 0 0 0}}@media(max-width:490px){.month-wrapper{overflow-x:scroll}}.g-recaptcha{display:inline-block;vertical-align:top;margin:0 0 20px 0}.icmformleft .icmlocationmap,.icmformright .icmlocationmap{margin:0 0 20px 25.5%}@media(max-width:850px){.icmformleft .icmlocationmap,.icmformright .icmlocationmap{width:100%!important}}.icmformleft .field_locationpicker .icmwizardbuttongroup,.icmformright .field_locationpicker .icmwizardbuttongroup{margin:0 0 20px 25%}.icmformleft .icmhorizontal .icmlocationmap,.icmformright .icmhorizontal .icmlocationmap,.icmformleft .icmhorizontal .field_locationpicker .icmwizardbuttongroup,.icmformright .icmhorizontal .field_locationpicker .icmwizardbuttongroup{margin:0 0 20px 0}@media(max-width:850px){.icmformleft .icmlocationmap,.icmformleft .field_locationpicker .icmwizardbuttongroup,.icmformright .icmlocationmap,.icmformright .field_locationpicker .icmwizardbuttongroup{margin:0 0 20px 0}}body .ui-widget-header{background:transparent;border:0}body .ui-widget-content{border:1px solid #ccc;border-radius:0;background:#fff;color:inherit;font-family:inherit}body .ui-state-default,body .ui-widget-content .ui-state-default,body .ui-widget-header .ui-state-default{border:0 solid #c5dbec;background:#fff;font-weight:bold;color:inherit;text-align:center}body .ui-datepicker{z-index:5!important}body .ui-datepicker select.ui-datepicker-month,body .ui-datepicker select.ui-datepicker-year{font-family:inherit;font-weight:bold;color:#333}body .ui-state-hover,body .ui-widget-content .ui-state-hover,body .ui-widget-header .ui-state-hover,body .ui-state-focus,body .ui-widget-content .ui-state-focus,body .ui-widget-header .ui-state-focus{border:0 solid #79b7e7;box-shadow:inset 0 20em 0 rgba(0,0,0,0.2)}body .ui-state-highlight,body .ui-widget-content .ui-state-highlight,body .ui-widget-header .ui-state-highlight{border:0 solid #fad42e;background:#ccc;color:inherit}body .ui-state-active,body .ui-widget-content .ui-state-active,body .ui-widget-header .ui-state-active{border:0 solid #79b7e7;background:#333;color:#fff}body .ui-icon,body .ui-widget-content .ui-icon{-webkit-filter:grayscale(100%) brightness(50%);filter:grayscale(100%) brightness(50%)}body .ui-corner-all{border-radius:0}.icmform th{padding:10px;border:1px solid #ccc;background:#efefef}.icmform td{padding:10px;border:1px solid #ccc}.icmverticalaccordion--container{position:relative;margin:0 0 20px 0;border:1px solid #ccc;box-sizing:border-box;padding:0;width:100%}.icmverticalaccordion .icmguidancehint{margin:0 0 20px 0}.icmform legend.icmverticalaccordion__heading{border-bottom-style:hidden;padding:20px;margin:0;display:block;box-sizing:border-box;cursor:pointer}.icmform legend.icmverticalaccordion__heading:hover,.icmform legend.icmverticalaccordion__heading:focus{background-color:#efefef}.icmverticalaccordion__content p{padding:0 0 20px 0;margin:0}.icmverticalaccordion__heading::after{position:absolute;right:20px;top:21px;display:block;text-align:center;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;font-size:110%;content:"\e807"}.icmverticalaccordion--open.icmverticalaccordion__heading::after{transform:rotate(135deg)}.icmverticalaccordion__content{padding:20px 20px 0 20px;border-top:1px solid #ccc}.chosen-container{position:relative;display:inline-block;vertical-align:middle;width:100%!important;margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(max-width:850px){.icmformleft .chosen-container,.icmformright .chosen-container{max-width:100%}}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:calc(100% - 19px);z-index:999;width:100%;border:1px solid #ccc;padding:10px;border-top:0;margin:0 0 20px 0;box-sizing:border-box;background:#fff;display:none}.chosen-container.chosen-with-drop .chosen-drop{display:block}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;color:#000;color:initial}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;text-decoration:none;white-space:nowrap;border:solid 1px #ccc;font-family:inherit;background-color:#fff;font-size:1rem;line-height:1.6;padding:10px;width:100%;margin:0 0 20px 0}.chosen-container-single .chosen-single input[type="text"]{cursor:pointer;opacity:0;position:absolute;width:0}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap;color:#000;color:initial}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single div:before{content:"\e801";position:absolute;top:0;line-height:47px;transform:scale(1,2);font-size:60%;right:7px;color:#000;color:initial}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{padding:10px 40px 10px 10px;width:100%;outline:0;border:1px solid #ccc;font-size:1rem}.chosen-container-single .chosen-search:after{content:"\e800";position:absolute;top:0;line-height:47px;font-size:100%;right:10px;color:#000;color:initial}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;opacity:0;pointer-events:none}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:10px 10px 10px 20px;list-style:none;word-wrap:break-word;-webkit-touch-callout:none;position:relative}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#e5e5e5}.chosen-container .chosen-results li.no-results{display:list-item;background:#efefef}.chosen-container .chosen-results li.group-result,.chosen-container .chosen-results li.result-selected{display:list-item;font-weight:bold;cursor:default}.chosen-container .chosen-results li.result-selected{font-weight:bold;cursor:default}.chosen-container .chosen-results li.result-selected:before{content:"\e80a";position:absolute;left:3px;top:3px;font-size:80%;line-height:42px}.chosen-container .chosen-results li.group-option{padding-left:20px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;display:block;overflow:hidden;text-decoration:none;white-space:nowrap;border:solid 1px #ccc;font-family:inherit;background-color:#fff;font-size:1rem;padding:0 10px 0 5px;width:100%;margin:0 0 20px 0;cursor:text;height:47px}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{outline:0;border:0;line-height:38px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:5px 10px 0 0;padding:5px 30px 5px 10px;max-width:100%;font-weight:bold;background-color:#e5e5e5;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:3px;right:7px;display:block}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{content:"\e809";color:#4a4a4a}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before{color:#000}.chosen-container-multi .chosen-choices li.search-field{height:47px;line-height:40px;padding:0 0 0 5px}.chosen-container-active .chosen-single,.chosen-container-active .chosen-choices{outline:2px solid #0064FF;outline-offset:0}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-container-multi .chosen-choices li.search-field input[type="text"]:hover{cursor:default}.dimple{height:500px;overflow:hidden}@media(max-width:680px){.dimple{height:320px}}.domain{stroke:#d3d3d3!important;stroke-width:1px!important}.tick line{stroke:#d3d3d3!important;stroke-width:1px!important}.tick text,.dimple-legend-text{fill:#4a4a4a!important}.dimple-title{font-family:inherit;font-size:1.2rem!important;font-weight:bold;fill:#4A4A4a}rect.dimple-tooltip{fill:#fff!important;stroke:#ccc!important;stroke-width:1px!important}text.dimple-tooltip{fill:#4a4a4a;font-size:1rem!important;height:25px!important;font-family:inherit!important;transform:translate(100,0)!important}body .ui-tabs{margin:0 0 60px 0;background-color:#f2f2f2}body .ui-tabs .ui-widget-header{color:inherit}body .ui-tabs .ui-button{background-color:#E6E6E6;border:2px solid #E6E6E6;color:inherit;padding:10px 20px;box-sizing:border-box;margin:0 10px 0 0;font-size:1.125rem;font-family:inherit;font-weight:bold}body .ui-tabs .ui-button:hover{background-color:#ddd;border:2px solid #ddd;cursor:pointer}body .ui-tabs .ui-button-text{padding:0}body .ui-tabs-nav>.ui-state-default{border:1px solid #ccc;background-color:#f2f2f2}body .ui-tabs-nav .ui-state-default a,body .ui-tabs-nav .ui-state-default a:link,body .ui-tabs-nav .ui-state-default a:visited{color:inherit}body .ui-tabs-nav>.ui-state-active{background-color:#fff}body .ui-tabs-nav .ui-state-active a,body .ui-tabs-nav .ui-state-active a:link,body .ui-tabs-nav .ui-state-active a:visited{color:#000;text-decoration:none}.ui-tabs>.ui-tabs-panel.ui-widget-content{padding:0 1.4em 1em 1.4em}.ui-tabs>.ui-tabs-panel.ui-widget-content>ul{background-color:#fff;border:1px solid #ccc;padding:10px}body .ui-tabs>.ui-tabs-nav{padding:1em 1.4em 0 1.4em}.icmform .icmradiocontainer li{position:relative}.icmform .icmradiocontainer input[type=radio]{position:absolute;cursor:pointer;left:0;top:0;width:38px;height:38px;z-index:1;margin:0;zoom:1;filter:alpha(opacity=0);opacity:0}.icmform .icmradiocontainer label{padding:5px 20px 30px 50px}.icmform .icmradiocontainer .label:hover .icmform .icmradiocontainer .label::after:hover{cursor:pointer}.icmform .icmradiocontainer label:before{content:"";border:1px solid #999;background:transparent;width:34px;height:34px;position:absolute;top:0;left:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.icmform .icmradiocontainer input[type=radio]:checked+label::after{content:"";border:10px solid;width:0;height:0;position:absolute;top:8px;left:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#333}.icmform .icmradiocontainer input[type=radio]:checked+label{font-weight:bold}.icmform .icmradiocontainer input[type=radio]:focus+label::before{-webkit-box-shadow:0 0 0 2px #0064FF;-moz-box-shadow:0 0 0 2px #0064FF;box-shadow:0 0 0 2px #0064FF}.icmform .icmcheckcontainer li{position:relative}.icmform .icmcheckcontainer input[type=checkbox]{position:absolute;cursor:pointer;left:0;top:0;width:38px;height:38px;z-index:1;margin:0;zoom:1;filter:alpha(opacity=0);opacity:0}.icmform .icmcheckcontainer label{padding:5px 20px 30px 50px}.icmform .icmcheckcontainer .label:hover .icmform .icmcheckcontainer .label::after:hover{cursor:pointer}.icmform .icmcheckcontainer label::before{content:"";border:1px solid #999;background:transparent;width:34px;height:34px;position:absolute;top:0;left:0}.icmform .icmcheckcontainer input[type=checkbox]:checked+label::after{content:"";border:solid;border-width:0 0 5px 5px;background:transparent;border-top-color:transparent;width:17px;height:7px;position:absolute;top:9px;left:7px;-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);color:#333}.icmform .icmcheckcontainer input[type=checkbox]:focus+label::before{outline:2px solid #0064FF;outline-offset:0}.icmform .icmsinglecheckbox{position:relative}.icmform .icmsinglecheckbox .icmcheck{position:absolute;width:1px;height:1px;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;padding:0;border:0}.icmform .icmsinglecheckbox label{width:calc(25% + 40px);position:relative;margin-bottom:30px}.icmformright .icmsinglecheckbox label{padding-right:60px}.icmform .icmsinglecheckbox label::before{cursor:pointer;content:"";border:1px solid #999;background:#fff;width:34px;height:34px;visibility:visible;z-index:3;position:absolute;right:0;top:0}.icmform .icmsinglecheckbox input[type=checkbox]:checked+label::after{content:"";border:solid;border-width:0 0 5px 5px;background:transparent;border-top-color:transparent;width:17px;height:7px;z-index:4;position:absolute;top:9px;right:7px;-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);color:#333}.icmform .icmsinglecheckbox input[type=checkbox]:focus+label::before{outline:2px solid #0064FF;outline-offset:0}.icmformtop .icmsinglecheckbox label{width:100%;margin-bottom:70px}.icmformtop .icmsinglecheckbox label::before{top:auto;right:auto;bottom:-50px;left:0}.icmformtop .icmsinglecheckbox input[type=checkbox]:checked+label::after{top:auto;right:auto;bottom:-36px;left:7px}.icmformleft .error .icmsinglecheckbox label:after,.icmformright .error .icmsinglecheckbox label:after{right:50px}.icmformleft .error .icmsinglecheckbox label{padding-right:80px}.icmformright .error .icmbuttongroup legend{padding-right:80px}@media(max-width:850px){.icmform .icmsinglecheckbox label{width:100%;margin-bottom:70px}.icmform .icmsinglecheckbox label::before{top:auto;right:auto;bottom:-50px;left:0}.icmform .icmsinglecheckbox input[type=checkbox]:checked+label::after{top:auto;right:auto;bottom:-36px;left:7px}}.icmform table{overflow-x:auto;max-width:100%}.icmformdata__table{width:100%;border:0 solid #fff}.icmformdata__cell{width:50%;vertical-align:top;box-sizing:border-box;padding:10px 0;border:0 solid #fff}.icmformdata__cell--value{word-break:break-all}.icmformdata__cell--multi{font-weight:bold;font-size:1.125rem;border-bottom:1px solid #ccc;padding:30px 10px 10px 0;background-color:transparent}.icmformdata__row:first-of-type .icmformdata__cell--multi:first-of-type{padding:0 10px 10px 0}.icmformdatapagetable{width:100%;border:0 solid #fff}.icmformdatalabel,.icmformdatavalue{width:50%;vertical-align:top;box-sizing:border-box;padding:10px 0;border:0 solid #fff}.icmformdatavalue{word-break:break-all}.icmformdatacontainer{font-weight:bold;font-size:1.125rem;border:0;border-bottom:1px solid #ccc;padding:30px 10px 10px 0;background-color:transparent}icmformdatapagetable tr:first-of-type .icmformdatacontainer:first-of-type{padding:0 10px 10px 0}.grid--list{width:calc(100% + 40px);margin:0 0 0 -20px;overflow:hidden}.grid__cell--listitem{padding:20px}@media(min-width:470px){.grid--list.grid--1col .item{display:table}.grid--list.grid--1col .item__imagecontainer{display:table-cell;vertical-align:top;width:170px;line-height:1em}.grid--list.grid--1col .item__content{display:table-cell;vertical-align:top}}@media(min-width:980px){.grid--list.grid--2col .item{display:table}.grid--list.grid--2col .item__imagecontainer{display:table-cell;vertical-align:top;width:170px;line-height:1em}.grid--list.grid--2col .item__content{display:table-cell;vertical-align:top}}.searchform{width:100%;clear:both}.searchform__label,.btn--search .btn__text{display:block;visibility:visible;border:0;clip:rect(0 0 0 0);clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.searchform__input{float:left;width:calc(100% - 60px)}.searchform__inputtxt{border:solid 1px #ccc;font-family:inherit;background-color:#fff;font-size:1em;white-space:normal;line-height:1.6;width:100%;box-sizing:border-box;padding:10px;margin:0 0 20px 0;height:47px}.searchform__button{float:left}.searchform__button .btn--search{border:solid 1px #ccc;border-left:0;margin:0;font-size:120%;height:47px}.searchsummary{padding:10px 0;border-bottom:solid 1px #ccc}.searchsummary__text,.searchsummary__pages{display:inline-block}.searchsummary__pages{float:right}.searchresults{margin:20px 0;list-style:none}.searchresults__item{margin:0 0 20px 0;padding-left:5px}.searchresults__itemlink,.searchresults__itemtitle{color:#1a0dac;font-size:1.125rem;display:inline-block}.searchresults__itemlink:hover>.searchresults__itemtitle{text-decoration:underline}.searchresults__itemurl{display:block;color:#006620;font-size:1rem}.searchresults__itemurl strong{font-weight:bold;background-color:#ffff69}.searchresults__itemsummary{margin:0;font-size:1rem}.icmhighlight{background-color:#ffa}.searchoptions{border:1px solid #ccc}.searchoptions--mobile{margin:0 0 20px 0}.searchoptions--overflow{overflow-x:hidden;overflow-y:auto;margin:10px 0 0 0;padding:0 0 10px 0}.searchoptions--fixed{z-index:7;position:fixed;top:0;left:0;width:100%}.searchoptions--fixed.searchoptions--open{height:100%;box-sizing:border-box;overflow-y:auto;background-color:#fff}.searchoptions--overflow::-webkit-scrollbar-track{background-color:#fff;margin:10px 0 0 0}.searchoptions--overflow::-webkit-scrollbar{width:5px}.searchoptions--overflow::-webkit-scrollbar-thumb{border-radius:20px;background-color:#666}.searchoptions__title{background-color:#f2f2f2;margin:0;padding:10px;box-sizing:border-box;position:relative}.searchoptions--mobile .searchoptions__title:focus,.searchoptions--mobile .searchoptions__title:hover{cursor:pointer}.searchoptions__title--open:after{content:"\e808";position:absolute;right:10px;top:15px}.searchoptions__title--close:after{content:"\e807";position:absolute;right:10px;top:15px}.searchoptions__content{background-color:#fff;box-sizing:border-box}.searchoptions__content--close{display:none}.searchoptions__selected{padding:10px;margin:0 0 10px 0}.searchoptions__label--selected{display:block;margin:0 0 10px 0}.btn--facet{padding:7px 35px 7px 10px;text-align:left;margin:0 5px 10px 0}.btn--facet:after{position:absolute;top:7px;right:10px;font-size:110%}.facet__list{list-style:none}.facet{border-top:1px solid #ccc;margin:0}.facet__heading{margin:0;padding:10px 30px 10px 10px;box-sizing:border-box;position:relative}.facet__heading:focus,.facet__heading:hover{cursor:pointer}.facet__heading--open:after{content:"\e808";position:absolute;right:10px;top:15px}.facet__heading--close:after{content:"\e807";position:absolute;right:10px;top:15px}.facet__list--open{padding:0 10px;box-sizing:border-box;width:calc(100% - 10px);margin:0 0 20px 0;max-height:150px;overflow-x:auto}.facet__list--group{margin:0}.facet__list--group:last-child{margin:0 0 20px 0}.facet__list--close{display:none}.facet__link{display:block;margin:5px 0;font-size:1rem}.facet__link--selected{font-weight:bold}.facet__count{padding:0 0 0 5px}.facet__count:before{content:"(";padding:0 2px 0 0;vertical-align:text-bottom}.facet__count:after{content:")";padding:0 0 0 2px;vertical-align:text-bottom}.facet__link--selected:after{content:'\e840';padding:0 0 0 5px;display:inline-block;vertical-align:text-bottom}.facet__link--selected .facet__count{display:none}.grid__cell--searchresults.grid__cell--cols3 .searchoptions--mobile{display:none}.grid--searchresults.grid--1col .grid__cell--refine{display:none}.grid--searchresults.grid--4col .grid__cell--facetsleft{padding:0 0 0 40px}.grid--searchresults.grid--4col .grid__cell--facetsright{padding:0 40px 0 0}.grid--searchresults .grid__cell:only-child{width:100%;padding:0}.grid--searchgrid{width:calc(100% + 20px);margin-left:-10px;overflow:hidden;padding:10px 0}.grid__cell--searchitem{padding:10px}.searchresult--grid{padding:10px;box-sizing:border-box;border:1px solid #ccc}.grid__cell--searchitem .searchresults__itemurl{word-break:break-word}.contents{position:relative;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #bfc1c3}.contents__title,.contents__list{font-weight:400;font-size:1rem}.contents__list{line-height:1.25;margin-bottom:20px}.contents__listitem{padding-top:7.5px;line-height:1.3;list-style-type:none;margin-left:25px;padding-right:25px}.contents__listitem::before{content:"— ";margin-left:-25px;padding-right:10px}.document-pagination{padding-right:15px}.document-pagination .document-pagination__link{display:block;padding:15px;padding-left:25px;text-decoration:none;position:relative}.document-pagination__link:hover,.document-pagination__link:focus{background-color:#f8f8f8}.document-pagination__direction{display:block;font-size:1.2rem;line-height:1.3;padding-left:30px;position:relative;font-weight:700}.document-pagination__direction::before{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;margin-right:15px}.document-pagination__link--next .document-pagination__direction::before{content:"\e827"}.document-pagination__link--prev .document-pagination__direction::before{content:"\e826"}.document-pagination__pagetitle{display:inline-block;text-decoration:underline;margin-left:30px;font-size:1rem;line-height:1.25}.document-print{font-size:1rem;padding:15px}.document-print::before{content:"\e817"}.document-print a{margin-left:20px}.document-pagination,.document-print{float:left;width:100%}@media(max-width:640px){.document-pagination__direction::before{font-size:.875rem}}@media print{.document-print,.document-pagination,.a-intro--document,.a-body--document,.template--document .breadcrumb{display:none}}.a-body__image--right{float:right;padding:20px 0 20px 20px}.a-body__image--left{float:left;padding:20px 20px 20px 0}.a-body__image--btn{background:0;border:0}.contact{display:block;clear:both;width:100%}.contact__title{display:block;width:100%;float:left;padding:20px 0;box-sizing:border-box;border-top:1px solid #ccc}.contact__value{display:block;width:100%;float:left;padding:20px 0;box-sizing:border-box;border-top:1px solid #ccc}.contact__title{width:15%}.contact__value{width:35%}.contact__title:nth-of-type(2n+1){clear:both}.contact__socialimage{display:inline-block;vertical-align:middle;margin:0 10px 0 0}.contact__socialimagetext{display:inline-block;vertical-align:middle}.contact__sociallink:hover .contact__socialimagetext{text-decoration:underline}.contact__socialimage .contact__socialimagetext{text-decoration:none}.contact__addresslist,.contact__sociallist{margin:0;padding:0;list-style:none}.contact__addressitem,.contact__socialitem{padding:0 0 10px 0}@media(max-width:720px){.contact__title{width:30%}.contact__value{width:70%}.contact__title:nth-of-type(n+1){clear:both}}.contact--listitem .contact__title{width:70px;clear:both}.contact--listitem .contact__value{width:calc(100% - 70px)}.contact--listitem .contact__title:first-of-type,.contact--listitem .contact__value:first-of-type{border:0;padding:10px 0 20px 0}dfn,dl,dt,dd{margin:0;padding:0;border:0;vertical-align:baseline}dl{display:block;clear:both}dt{font-weight:bold;padding:0 0 10px 0}dd{padding:0 0 20px 0}dl ul{padding:0 0 0 20px}dl li{padding:0 0 10px 0}dl li:last-of-type{padding:0}p{margin:1em 0}body{line-height:1.4}.accessibility,#responsiveindex{display:block;visibility:visible;border:0;clip:rect(0,0,0,0);clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}::after,::before{padding:0}.paging__link:hover,.paging__link:focus{color:#fff;background:#040f1e;text-decoration:none}.cookiemessage[aria-hidden=true],.pollform__results[aria-hidden=true],.pollform[aria-hidden=true],.poll-results[aria-hidden=true]{display:none}#responsiveindex{z-index:1}@media(min-width :640px){#responsiveindex{z-index:2}}@media(min-width :1024px){#responsiveindex{z-index:3}}body{margin:0;padding:0;font-family:'Open Sans',sans-serif;color:#333}ul{margin:0}a{text-decoration:none}a:hover,a:focus{text-decoration:underline}input{font-family:'Open Sans',sans-serif;font-size:.875rem}h2{margin:.5em 0}figure{padding:0;margin:0}img{border:0}.container{position:relative;box-sizing:border-box;max-width:1024px;margin:0 auto;padding:0 20px;clear:both}.container:after{content:"";display:table;clear:both}.cookiemessage--NoJSOrHidden{display:none}.cookiemessage{overflow:hidden;background-color:#e1e1e1;color:#333}.cookiemessage__message{margin:0 0 1em 0}.cookiemessage__buttons{text-align:center;margin-top:1em}@media(min-width :720px){.cookiemessage__buttons{text-align:right}}.cookiemessage__link{text-align:center;position:relative;display:inline-block;color:#333;padding:.5em .75em;border:2px solid #333}.cookiemessage__link--close{padding-left:2em;background-color:#333;color:#fff;font-weight:bold}.cookiemessage__link--close:before,.cookiemessage__link--close:after{content:' ';background-color:#fff;left:16px;top:48%;width:16px;height:3px;position:absolute;transform:translate(-50%,0) rotate(45deg)}.cookiemessage__link--close:after{transform:translate(-50%,0) rotate(-45deg)}.mobilebar{position:relative;background-color:#000;padding-top:40px}@media(min-width :1024px){.mobilebar{display:none}}.mobilemenu__toggle,.mobilemenu__searchtoggle{display:block;background-color:#000;width:32px;height:32px;position:absolute;right:4px;top:4px;overflow:hidden;color:transparent;transition:background-color .6s ease-in-out}@media(min-width :1024px){.mobilemenu__toggle{display:none}}.mtcontainer{position:relative;width:100%;height:100%}.mtrotate{position:absolute;-ms-transform:translate(6px,6px);-webkit-transform:translate(6px,6px);transform:translate(6px,6px);transition:transform .3s ease-in-out}.mt1,.mt2,.mt3{display:block;width:20px;height:4px;background-color:#fff;border-radius:1px;transition:all .6s ease-in-out}.mt1{position:absolute}.mt2{position:absolute;top:8px}.mt3{position:absolute;top:16px}.mtrotate{height:16px}.mobilemenu--open{background-color:#900}.mobilemenu--open .mtrotate{-ms-transform:translate(10px,0) rotate(45deg);-webkit-transform:translate(10px,0px) rotate(45deg);transform:translate(10px,0px) rotate(45deg)}.mobilemenu--open .mt1{-ms-transform:translate(0px,7px) rotate(90deg);-webkit-transform:translate(0px,7px) rotate(90deg);transform:translate(0px,7px) rotate(90deg)}.mobilemenu--open .mt2{opacity:0}.mobilemenu--open .mt3{-ms-transform:translate(0px,-9px) rotate(180deg);-webkit-transform:translate(0px,-9px) rotate(180deg);transform:translate(0px,-9px) rotate(180deg)}.mobilemenu__searchtoggle{right:40px}@media(min-width :640px){.mobilemenu__searchtoggle{display:none}}.mobilemenu{background-color:#333;display:none;min-height:1em;overflow:hidden}@media(min-width :1024px){.mobilemenu{display:none}}.mobilemenu>ul{list-style:none;padding:0;padding-bottom:.75em;border-bottom:1px solid #666;margin:.75em;font-size:.875rem}.mobilemenu>ul:last-child{padding-bottom:0;border-bottom:0}.mobilemenu a,.mobilemenu span{padding:10px 0 10px 5px;margin:0;line-height:1;display:block;color:#fff}.mobilemenu--open{display:block}.searchcontrol--open.mobilemenu__searchtoggle{background-color:#900}.searchcontrol__expandtoggle{display:none}@media(min-width :1024px){.searchcontrol__expandtoggle{display:block;width:40px;height:40px;background-image:url("./images/searchbutton-transparent.png");position:absolute;right:0}.searchcontrol__expandtoggle--opened{right:calc(100% - 5px);background-image:url("./images/closebutton.png");width:30px;height:25px}}.stcontainer{position:relative;width:100%;height:100%}.strotate{position:absolute;-ms-transform:translate(5px,5px);-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}.st1{display:block;position:absolute;background-color:#fff;border-radius:19px;width:19px;height:19px;transition:all .3s ease-in-out}.st2{display:block;position:absolute;background-color:#000;border-radius:13px;width:13px;height:13px;-ms-transform:translate(3px,3px);-webkit-transform:translate(3px,3px);transform:translate(3px,3px);z-index:2;transition:all .3s ease-in-out}.st3{width:10px;height:3px;display:block;background-color:#fff;-ms-transform:translate(15px,18px) rotate(45deg);-webkit-transform:translate(16px,18px) rotate(45deg);transform:translate(15px,18px) rotate(45deg);transition:all .3s ease-in-out}.searchcontrol--open .st1{border-radius:1px;width:20px;height:4px;-ms-transform:translate(1px,9px) rotate(-45deg);-webkit-transform:translate(1px,9px) rotate(-45deg);transform:translate(1px,9px) rotate(-45deg)}.searchcontrol--open .st2{opacity:0;border-radius:1px;width:20px;height:4px;-ms-transform:translate(1px,9px) rotate(-45deg);-webkit-transform:translate(1px,9px) rotate(-45deg);transform:translate(1px,9px) rotate(-45deg)}.searchcontrol--open .st3{border-radius:1px;width:20px;height:4px;-ms-transform:translate(1px,9px) rotate(45deg);-webkit-transform:translate(1px,9px) rotate(45deg);transform:translate(1px,9px) rotate(45deg)}.searchcontrol{display:none;background-color:#fff;font-size:.875rem}@media(min-width :640px){.searchcontrol{position:absolute;display:block;right:20px;width:40px;height:40px;overflow:hidden;margin-top:30px;background-color:transparent}}.searchcontrol--open{display:block}@media(min-width :640px){#topsearchform{display:none}.searchcontrol--expanded{width:22em;overflow:visible}.searchcontrol--expanded #topsearchform{display:block}}#topsearchform fieldset{border:0;padding:0;margin:0}#topsearchform legend,#topsearchform label{display:block;visibility:visible;border:0;clip:rect(0,0,0,0);clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#topsearchform input[type=text]{margin:0;border:0;width:calc(100% - 40px);display:block;float:left;height:40px;box-sizing:border-box;text-align:center;padding:0 .75em}#topsearchform input[type=image]{vertical-align:top;background-color:#32928e;outline-color:#000}@media(max-width:640px){#topsearchform input[type=text]{padding:0 10px 0 60px}}.toputils{display:none}.toputils__navitem.selected,.toputils__myaccountitem.selected{font-weight:bold}@media(min-width :1024px){.toputils{display:block;background-color:#000;color:#fff}.toputils ul{list-style:none;margin:0;padding:0}.toputils__myaccountlist li+li,.toputils__nav li+li{border-left:1px solid rgba(255,255,255,0.25)}.toputils__right{float:right}.toputils__nav{float:left;padding:0 .5em}.toputils__nav li{float:left}.toputils__navitem,.toputils__myaccountitem{display:block;color:#fff;line-height:2.5rem;padding:0 1em;font-size:.875rem}.toputils__myaccount{background-color:#609;float:left;padding:0 .5em 0 2.5em;background-image:url("./images/icon-user.png");background-repeat:no-repeat;background-position:left .75em center}.toputils__myaccount li{float:left}.mobilemenu--enabled .toputils__navitem,.mobilemenu--enabled .toputils__myaccountitem{color:#000;line-height:1;padding:0}}.header{clear:left;padding-bottom:2em}.header--thin{background-image:url("./images/bannerbg-thin.jpg");background-repeat:no-repeat;background-position:top center;background-size:cover;padding-bottom:0}.logo{float:left;display:table;height:100px;width:100%}@media(min-width :640px){.logo{width:auto}}.logo__link{display:table-cell;vertical-align:middle;text-align:center}.logo__image{display:inline-block;max-width:100%;height:auto}@media(min-width :640px){.logo__image{display:block}.template--home .logo__image{display:inline-block}}.mainmenu{display:none}.mainmenu__secondlevel{list-style:none;padding:0;padding-left:1em}@media(min-width :1024px){.mainmenu{position:absolute;display:block;right:70px;top:20px;opacity:1;transition:opacity .3s ease-in-out}.mainmenu--searchopen{opacity:0;z-index:-1}.mainmenu__item{font-size:1.125rem;display:block;padding:1em;color:#fff}.mainmenu__item--haslevel{background-image:url("./images/vshape.png");background-repeat:no-repeat;background-position:right .9em center;padding-right:2.5em}.mainmenu__item--open{background-color:#333;background-image:url(./images/vshape-up.png);padding-bottom:2.1em;background-position:right .9em top 1.5em}.mainmenu__list{padding:0;list-style:none}.mainmenu__list>li{float:left;position:relative}}.secondlevel{display:none}.secondlevel__item.selected,.thirdlevel__item.selected,.mainmenu__item.selected{font-weight:bold}@media(min-width :1024px){.secondlevel{display:none;background-color:#333;position:relative}.secondlevel--open{display:block}.secondlevel__menu{display:none}.secondlevel__menu--open{display:block;list-style:none;padding:2em 0 .5em 0;overflow:hidden}.secondlevel__menu>li{box-sizing:border-box;border-left:2px solid #454545;width:25%;float:left;padding-right:1em;margin-bottom:1.5em}.secondlevel__menu>li:nth-child(4n+1){clear:both;border-left:0}.secondlevel__icon{max-width:1.5em;max-height:1.5em;position:absolute;left:.5em;top:25%;-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.secondlevel__item{position:relative;display:block;padding-left:2.75rem;color:#fff;font-size:1.125rem}.secondlevel__menu>.secondlevel__viewall{display:block;text-align:center;width:100%;margin:.5em 0 2em 0;padding:0}.secondlevel__item--button{padding-left:0;display:inline-block;background-color:#609;padding:.5em 0;width:50%}.thirdlevel{list-style:none;margin:1.25em 0 0 0;padding:0 0 0 2.75em}.thirdlevel__item{display:block;color:#fff;margin:.75em 0;font-size:.875rem}}.pagetitle{clear:left;overflow:hidden;border-bottom:2px solid #32928e}.pagetitle__heading img{vertical-align:middle;margin-right:.5em}.sitealert{background-color:#f0bb53}.sitealert__heading{font-weight:bold;font-size:1em;float:left;padding:10px 0;text-transform:uppercase}.sitealert__content{font-size:.875rem;float:left;margin-right:1rem}.sitealert__link{float:right;font-size:.875rem;color:#333;padding:10px 0;text-decoration:underline;font-weight:bold}.intro{font-weight:600}.item__link{color:#000}.a-body--default ul{padding-left:20px}@media(min-width :1024px){.maincontent__left{float:left;max-width:680px;max-width:calc(100% - 320px);width:100%}.maincontent__left:only-child{float:none;max-width:100%}.maincontent__right{float:right;max-width:300px;width:100%}}.mainccontent__banner,.imageinline{display:block;max-width:100%;height:auto;margin:0 auto}.maincontent__bodytext a{color:#609;text-decoration:underline}.maincontent__bodytext a:hover,.maincontent__bodytext a:focus{text-decoration:none}.maincontent__divider,.maincontent__left hr{background-color:#e1e1e1;height:2px;width:100%;border:0;margin:1em 0}.imageinline__container{margin-bottom:1.5em}.imageinline--captioned{background-color:#333}.imageinline__caption{font-size:.875rem;padding:.75em 1.25em;background-color:#e1e1e1}.inlineimage{text-align:center}.inlineimage,.inlineimage>a,.inline image img{display:block}.inlineimage img{margin:1em auto;max-width:100%;height:auto}.panel{background-color:#fff;padding:0;margin:0;border:0;border:0;margin-top:20px}.panel:first-of-type{margin:0}.panel__list{list-style:none;padding:.25em .5em 1em 0}.panel__list>li{margin:0;border-bottom:1px solid #e1e1e1}.panel__list>li:last-child{border-bottom:0}.panel__link{display:inline-block;padding:.5em .5em .5em .5em;color:#333}.panel__heading{position:relative;font-size:1.25rem;font-weight:400;margin:0;padding:.5em .5em;background-color:#565453;color:#fff}.panel__headingtext{font-weight:normal;font-size:inherit;padding:0;padding-left:10px}.relateditem--primary .panel__heading{color:#fff;background-color:#609}.relateditem--secondary .panel__heading{color:#fff;background-color:#32928e}.panel__heading{padding-left:55px;background-image:url("./images/title_back.png");background-size:55px 100%;background-repeat:no-repeat;background-position:left center}.panel--relforms .panel__heading::before{content:url("./images/icon-forms.png")}.panel--relarticles .panel__heading::before{content:url("./images/icon-articles.png")}.panel--relmedia .panel__heading::before{content:url("./images/icon-downloads.png")}.panel--relpolls .panel__heading::before{content:url("./images/icon-polls.png")}.panel--relfeatures .panel__heading::before{content:url("./images/icon-featuregroup.png")}.panel--rellinks .panel__heading::before{content:url("./images/icon-links.png")}.panel__heading::before{position:absolute;left:.5em;top:50%;padding:0 10px 0 0;-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.media-link{display:inline-block;margin:.3em .3em .3em .3em;color:#609}.media-link__text{display:block;font-size:.875rem;font-weight:600}.relateditem__itemtitle--arrow{padding-right:1.25em;background-image:url("./images/vshape-right-secondary.png");background-repeat:no-repeat;background-position:right center}.relateditem--primary .relateditem__itemtitle--arrow{background-image:url("../images/vshape-right-primary.png")}.relateditem--secondary .relateditem__itemtitle--arrow{background-image:url("./images/vshape-right-secondary.png")}.media-link__filesize{display:block;font-size:.75rem}.media-link__filesize img.relateditem__itemimage{width:100%;height:auto;margin-top:1em}.media-link__filesize img.relateditem_offsite{width:9px;height:9px;margin-top:0}.relateditem__cta{display:block;background-color:#e1e1e1;color:#000;text-align:center;font-size:.875rem;line-height:2.5}.relateditem__cta--primary{background-color:#609;color:#fff}.relateditem__cta--secondary{background-color:#32928e;color:#fff}.panel__list--rellinks .panel__item::before{content:url("./images/icon-offsitelink.png");display:inline-block;padding:10px}.panel__item{padding-right:1.25em;background-image:url("./images/vshape-right-secondary.png");background-repeat:no-repeat;background-position:right center}.panel__item--pdf .media-links::before{content:url("./images/icon-pdf.jpg");padding:10px;display:inline-block}.panel__item--word .media-links::before{content:url("./images/icon-word.jpg");padding:10px;display:inline-block}.panel__item--excel .media-links::before{content:url("./images/icon-excel.jpg");padding:10px;display:inline-block}.panel__item--zip .media-links::before{content:url("./images/icon-zip.png");padding:10px;display:inline-block}.pollform--related fieldset{border:0;padding:0;margin:0}.poll-results{padding-bottom:.5em;margin-left:3.5em}.pollform__question{font-size:.875rem;font-weight:600;padding:.5rem .5rem .5rem 0;margin:0}.pollform__answer{margin:0;padding:.25em .5em 1em 0}.pollform__submitwrap{padding:0 .5rem .5rem 0}.pollform__submit--vote,.pollform__submit--results{border:0;padding:.3em 1em;margin:0 0 .5em .5em}.pollform__submit--vote:hover,.pollform__submit--vote:focus,.pollform__submit--results:hover,.pollform__submit--results:focus{text-decoration:underline}.pollform__submit--vote{background-color:#333;color:#fff}.pollform__submit--results{background-color:#e1e1e1;color:#333}.relateditem--primary .pollform__submit--vote{color:#fff;background-color:#609}.relateditem--secondary .pollform__submit--vote{color:#fff;background-color:#32928e}.relatedpoll__options li{padding:.25rem 0;font-size:.875rem;font-weight:600}.relateditem--linkicon .relateditem__link{background-image:url("./images/icon-offsitelink.png");background-repeat:no-repeat;background-position:left 1.125em center}.relateditem__newsimage{display:none}@media(min-width :1024px){.relateditem__newsimage{display:block;width:100%;height:auto}}.relateditem__newstext{font-size:.875rem}@media(min-width:1000px){.grid--1col .item{float:left}.grid--1col .item__title{padding:0 0 15px 0}.grid--1col .item__imagecontainer{float:left;width:200px;margin-right:20px}.grid--1col .item__imagecontainer img{width:100%;height:auto}.grid--1col .item__imagecontainer+.item__content{text-align:left;float:left;width:calc(100% - 220px);display:block}.grid--1col .grid--itemlinks .grid__cell,.grid--1col .grid--itemlinks .grid__cellwrap{padding:5px 0}.grid--1col .media-link{margin:10px 0}}.breadcrumb__nav .container{padding:0}.breadcrumb{overflow:hidden;border-bottom:2px solid #e1e1e1;padding:.5em 0}.breadcrumb__link{font-size:.875rem;color:#8a40b3;font-weight:600}.breadcrumb__crumb{display:block;margin-right:.5em;float:left;list-style:none}.breadcrumb__crumb::after{content:">";margin:.1em .1em 0 .6em;display:block;float:right}.breadcrumb__crumb:last-child:after{content:""}.socialmediasharing{background-image:url("./images/socialmediashare-bg.gif");background-repeat:repeat-x;background-position:center center;text-align:center;margin:2em 0;overflow:hidden}.socialmediasharing__buttons{display:inline-block;background-color:#fff;margin:0 1em}.socialmediasharing__label{display:inline-block;font-weight:600;margin-right:.5em;color:#333}.socialmediasharing__print{display:block;margin:.5em 1.5em}@media(min-width :480px){.socialmediasharing__print{display:inline-block;margin:0 1.5em}}.socialmediasharing__print:hover{text-decoration:none}.socialmediasharing__print:hover .socialmediasharing__label{text-decoration:underline}.socialmediasharing__print>img{display:inline-block;vertical-align:middle}.socialmediasharing__addthis{display:inline-block;margin:.5em 1em}@media(min-width :480px){.socialmediasharing__addthis{margin:0 1.5em 0 0}}.socialmediasharing__addthis>img{vertical-align:middle}.addthis_default_style{position:relative;display:inline-block;vertical-align:middle;top:+2px}.footer--site{overflow:hidden;color:#fff;background-color:#000;padding:3em .75em 1em .75em;margin-top:2em}@media(min-width :1024px){.footer__left{float:left;width:35%}.footer__right{float:right;width:65%;padding-left:20px;box-sizing:border-box}}.footer__logo{display:block;margin:0 auto 1em auto;text-align:center;max-width:100%}@media(min-width :640px){.footer__logo{text-align:left;margin:0 0 1em 0}}.footer__socialmedia{text-align:center}.footer__socialmedia .imagelink{display:inline-block}@media(min-width :640px){.footer__socialmedia{text-align:left}.footer__socialmedia img{margin:0 1em 1em 0}}.footer__navigation{overflow:hidden;margin-bottom:1em}.footer__navigation>ul{list-style:none;padding:0}.footer__navlink{color:#fff;display:block;padding:.5em 0;text-align:center}.footer__navlink--selected{font-weight:bold;text-decoration:underline}@media(min-width :640px){.footer__navlink{padding:0;padding-right:.5em;margin-right:.5em;text-align:left}.footer__navitem:last-child .footer__navlink{border-right:0}}@media(min-width :1024px){.footer__navitem{float:left}.footer__navlink{border-right:1px solid #fff}}.footer__copyright{clear:both;text-align:center}@media(min-width :640px){.footer__copyright{text-align:left}}.footer__goss>a{display:block;text-align:center;clear:both;font-size:14px;color:#ccc}@media(min-width :640px){.footer__goss>a{text-align:left}}.grid--list{padding:0;margin:1em 0 0 0;list-style:none;overflow:hidden}.item_link{color:#000}.grid__cell--listitem{position:relative;margin-bottom:1em}.item__title{font-size:18px;font-weight:600;color:#6b6b6b}.item__body{font-size:15px}@media(min-width :645px){.grid__cell--listitem{float:left;box-sizing:border-box;padding-left:1em;width:100%}.grid--2col .grid__cell--listitem{width:48%}.grid--3col .grid__cell--listitem{width:33%}.grid--4col .grid__cell--listitem{width:25%}.grid--2col .grid__cell--listitem:nth-child(2n+1){clear:both;padding-left:0;padding-right:.5rem}.grid--3col .grid__cell--listitem:nth-child(3n+1){clear:both;padding-left:0;padding-right:.5rem}.grid--4col .grid__cell--listitem:nth-child(4n+1){clear:both;padding-left:0;padding-right:.5rem}}.list__link{color:#333}.list__image{display:block;width:100%;height:auto}.list__title{position:relative;font-size:1.25rem;font-weight:400;margin:0;padding:.5em .5em .5em 0}.list__title--hasicon{padding-left:calc(55px - -0.25em);background-image:url("./images/title_back_secondary.png");background-size:55px 100%;background-repeat:no-repeat;background-position:left center}.list__titleicon{position:absolute;left:.5em;top:50%;max-width:1.5em;max-height:1.5em;-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.list__intro{font-size:.875rem}.list__childlist{list-style:none;padding:0;margin:0;width:100%;box-sizing:border-box;padding:0;margin-bottom:20px;border-bottom:5px solid #e1e1e1}.list__childlistitem{display:block;box-sizing:border-box;border:5px solid #e1e1e1;border-bottom:0;background-color:#fff;padding:0}.list__childlink{position:relative;display:block;font-size:1.125rem;padding:.5em .4em;color:#333;padding:5px 0;overflow:hidden}.list__childlink--hasicon{position:relative;padding-left:calc(55px - -0.25em);background-image:url("./images/title_back_tertiary.png");background-size:55px 100%;background-repeat:no-repeat;background-position:left center}.list__childlinkicon{position:absolute;left:.6em;top:50%;-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.paging{display:block;width:100%;clear:both;text-align:center;padding:1em 0}.paging ol{text-align:center;margin:0 auto;padding:0;display:inline-block;list-style-type:none}.paging li{display:inline-block;list-style:none}.paging a{color:#8a40b3;margin:.5em}.paging ol a{display:block}.paging .selected a,.paging .selected a:hover{color:#333;text-decoration:none;cursor:default;font-weight:600}.header--thick{background-image:url('./images/bannerbg-thick.jpg');background-position:center;background-repeat:no-repeat;background-size:cover}.template--home .logo{float:none;width:100%}.template--home .mobilemenu__searchtoggle{display:none}.template--home .maincontent{padding:2em 0}.searchcontrol--home{display:block;position:relative;overflow:hidden;margin:0 auto}@media(min-width :640px){.searchcontrol--home{width:35em;right:0;padding:20px 0}}@media(min-width :1024px){.searchcontrol--home{width:40em}}.searchcontrol__expandtoggle--home{display:none}.searchcontrol--home #topsearchform{display:block}.hometoptasks{position:relative;left:0;text-align:center;width:280px;margin:0 auto}@media(min-width :640px){.hometoptasks{width:auto}}@media(min-width :1024px){.hometoptasks--hasfeature{float:left}}.hometoptasks__task{text-align:left;display:inline-block;position:relative;width:120px;height:170px;z-index:2;overflow:hidden;margin-top:1em;margin-left:.5em;margin-right:.5em}.hometoptasks--hasfeature .hometoptasks__task{margin-left:0;margin-right:1em}.hometoptasks__task:nth-child(n+3){margin-top:0}@media(min-width :640px){.hometoptasks__task{width:120px;height:170px}.hometoptasks__task:nth-child(n+3){margin-top:1em}}.hometoptasks__bg{display:block;background-color:#fff;position:absolute;width:100%;height:140px;top:0;z-index:-1}.hometoptasks__arrow:before{content:' ';position:absolute;background-color:#32938e;width:50%;height:140px;z-index:0;-ms-transform:skewY(20deg) translate(0,-127px);-webkit-transform:skewY(20deg) translate(0,-127px);transform:skewY(20deg) translate(0,-127px);transition:transform .3s ease-in-out;border-right:1px solid transparent}.hometoptasks__arrow:after{content:' ';position:absolute;background-color:#32938e;right:0;width:50%;height:140px;z-index:0;-ms-transform:skewY(-20deg) translate(0,-127px);-webkit-transform:skewY(-20deg) translate(0,-127px);transform:skewY(-20deg) translate(0,-127px);transition:transform .3s ease-in-out}.hometoptasks__task:hover .hometoptasks__arrow:before{-ms-transform:skewY(20deg) translate(0,-117px);-webkit-transform:skewY(20deg) translate(0,-117px);transform:skewY(20deg) translate(0,-117px)}.hometoptasks__task:hover .hometoptasks__arrow:after{-ms-transform:skewY(-20deg) translate(0,-117px);-webkit-transform:skewY(-20deg) translate(0,-117px);transform:skewY(-20deg) translate(0,-117px)}.hometoptasks__task--open .hometoptasks__arrow:before,.hometoptasks__task--open:hover .hometoptasks__arrow:before,.hometoptasks__task--open:focus .hometoptasks__arrow:before{-ms-transform:skewY(20deg) translate(0,13px);-webkit-transform:skewY(20deg) translate(0,13px);transform:skewY(20deg) translate(0,13px)}.hometoptasks__task--open .hometoptasks__arrow:after,.hometoptasks__task--open:hover .hometoptasks__arrow:after,.hometoptasks__task--open:focus .hometoptasks__arrow:after{-ms-transform:skewY(-20deg) translate(0,13px);-webkit-transform:skewY(-20deg) translate(0,13px);transform:skewY(-20deg) translate(0,13px)}.hometoptasks__linktext{display:block;position:absolute;z-index:2;bottom:40px;width:100%;text-align:center;color:#32938e;font-weight:bold;font-size:1.375rem;transition:color .4s ease-in-out}.hometoptasks__task--open .hometoptasks__linktext{color:#fff}.hometoptasks__icon{display:block;position:absolute;z-index:2;top:45px;left:50%;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:center;color:#32938e;transition:opacity .3s ease-in-out}.hometoptasks__icon--open{opacity:0}.hometoptasks__task--open .hometoptasks__icon{opacity:0}.hometoptasks__task--open .hometoptasks__icon--open{opacity:1}.homefeaturedtask__container{position:relative;margin:0 auto 1em auto;max-width:540px}@media(min-width :1024px){.homefeaturedtask__container{float:right;width:425px;margin:1em auto}}.homefeaturedtask{min-height:140px;overflow:hidden;position:relative;z-index:2;box-sizing:border-box;padding:.5em .5em .5em 3em}.homefeaturedtask__bg{position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;background-color:#fff}.homefeaturedtask__arrow:before{position:absolute;content:' ';background-color:#32938e;width:100px;height:50%;top:0;left:-80px;-webkit-transform:skewX(20deg);-ms-transform:skewX(20deg);transform:skewX(20deg);border-right:1px solid transparent}.homefeaturedtask__arrow:after{position:absolute;content:' ';background-color:#32938e;width:100px;height:50%;bottom:0;left:-80px;-webkit-transform:skewX(-20deg);-ms-transform:skewX(-20deg);transform:skewX(-20deg)}.homefeaturedtask__title{color:#32938e;margin:0}.homefeaturedtask p{font-size:.875rem;margin:10px 0 0 0;padding:10px 0 0 0;clear:right}.homefeaturedtask__icon{float:right}.homefeaturedtask__button{display:block;color:#fff;background-color:#609;padding:.5em;text-align:center;clear:both;margin-top:.5em}@media(min-width :640px){.homefeaturedtask p{clear:none}}.homesecondtasks{display:none}@media(min-width :1024px){.homesecondtasks{display:block;clear:both}.homesecondtasks__tasklist{display:none}.homesecondtasks__tasklist--open{display:block}.homesecondtasks__task{vertical-align:top;display:inline-block;margin:0 1em 1em 0;color:#fff;background-color:#32938e;width:120px;height:140px}.homesecondtasks__task--viewall{font-size:1.5rem;background-color:#fff;color:#32938e;position:relative;overflow:hidden}.homesecondtasks__icon{display:block;margin:1em auto}.homesecondtasks__title{display:block;text-align:center;font-weight:bold;margin:0 .5em}.homesecondtasks__title:only-child{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.homesecondtasks__task--viewall .homesecondtasks__title{position:absolute;top:50%;width:100%;margin:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.homesecondtasks__arrow:before{content:' ';position:absolute;background-color:#32938e;width:50%;width:50.5% \9;height:140px;z-index:0;-ms-transform:skewY(20deg) translate(0,-127px);-webkit-transform:skewY(20deg) translate(0,-127px);transform:skewY(20deg) translate(0,-127px);transition:transform .3s ease-in-out}.homesecondtasks__arrow:after{content:' ';position:absolute;background-color:#32938e;width:50%;width:50.5% \9;left:50%;height:140px;z-index:0;-ms-transform:skewY(-20deg) translate(0,-127px);-webkit-transform:skewY(-20deg) translate(0,-127px);transform:skewY(-20deg) translate(0,-127px);transition:transform .3s ease-in-out}.homesecondtasks__task:hover .homesecondtasks__arrow:before,.homesecondtasks__task:focus .homesecondtasks__arrow:before{-ms-transform:skewY(20deg) translate(0,-117px);-webkit-transform:skewY(20deg) translate(0,-117px);transform:skewY(20deg) translate(0,-117px)}.homesecondtasks__task:hover .homesecondtasks__arrow:after,.homesecondtasks__task:focus .homesecondtasks__arrow:after{-ms-transform:skewY(-20deg) translate(0,-117px);-webkit-transform:skewY(-20deg) translate(0,-117px);transform:skewY(-20deg) translate(0,-117px)}}.homeallservices{clear:both;margin:1em auto;max-width:540px}@media(min-width :1024px){.homeallservices--hasfeature{float:left;width:100%}}.homeallservices__button{display:block;color:#fff;background-color:#32938e;padding:.9em;text-align:center;font-weight:bold;font-size:1.125rem}.hometabs{overflow:hidden;background-color:#e1e1e1;padding:0 0 2em 0}@media(max-width :640px){.hometabs{padding-top:3em}}.hometabs__tabheadings{list-style:none;padding:0;margin:0}.hometabs__tabheading{background-color:#707070;color:#fff;padding:.5em 1em;font-weight:bold;display:block;box-sizing:border-box;font-size:1.125rem;margin-bottom:1em;background-image:url('./images/icon-plus-large.png');background-position:right .75em center;background-repeat:no-repeat;outline:0}.hometabs__tabheading--selected{font-weight:bold;background-image:url('./images/icon-minus-large.png')}@media(min-width :640px){.hometabs__tabheading{background-image:none}}.tabcontent__item{position:relative;display:block;padding:.5em;overflow:hidden;background-color:#fff;box-sizing:border-box;margin-bottom:1em}@media(min-width :640px){.tabcontent__item{float:left;width:30%;margin:0 3.375% 1em 0}.tabcontent__item:nth-child(3n-1){margin:0 1.625% 1em 1.625%}.tabcontent__item:nth-child(3n){margin:0 0 1em 3.375%}.tabcontent__item:nth-child(3n+1){clear:both}}.tabcontent__link{color:#333;display:block;padding-left:calc(0.25em - -50px)}.tabcontent__arrow{display:block;position:absolute;background-color:#32938e;width:16px;left:0;top:0;height:100%}.tabcontent__arrow:before{content:' ';position:absolute;background-color:#32938e;width:55px;height:50%;left:0;top:0;z-index:0;-ms-transform:skewX(30deg) translate(-15px,0);-webkit-transform:skewX(30deg) translate(-15px,0);transform:skewX(30deg) translate(-15px,0);transition:transform .3s ease-in-out;border-bottom:1px solid transparent}.tabcontent__arrow:after{content:' ';position:absolute;background-color:#32938e;width:55px;height:50%;left:0;bottom:0;z-index:0;-ms-transform:skewX(-30deg) translate(-15px,0);-webkit-transform:skewX(-30deg) translate(-15px,0);transform:skewX(-30deg) translate(-15px,0);transition:transform .3s ease-in-out}.tabcontent__link:hover .tabcontent__arrow:before,.tabcontent__link:focus .tabcontent__arrow:before{-webkit-transform:skewX(30deg) translate(-10px,0);-ms-transform:skewX(30deg) translate(-10px,0);transform:skewX(30deg) translate(-10px,0)}.tabcontent__link:hover .tabcontent__arrow:after,.tabcontent__link:focus .tabcontent__arrow:after{-webkit-transform:skewX(-30deg) translate(-10px,0);-ms-transform:skewX(-30deg) translate(-10px,0);transform:skewX(-30deg) translate(-10px,0)}.tabcontent__icon{position:absolute;left:.5em;top:50%;-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);max-width:1.5em;max-height:1.5em}.hometabs__tabheading--selected{background-color:#609}@media(min-width :640px){.hometabs__tabheading{float:left;width:30%;margin:0 1.626%}.hometabs__tabheadings--enabled{border-bottom:5px solid #609;overflow:hidden;margin:3em 0 1em 0}.hometabs__tabheading:first-child{width:30%;margin:0 3.375% 0 0}.hometabs__tabheading:last-child{width:30%;margin:0 0 0 3.375%;float:left}}@media(min-width :1024px){.hometabs__tabheadings--enabled{margin-top:3em}}.hometabs__tabcontent{clear:both;display:none;overflow:hidden;list-style:none;padding:0;margin:0}.hometabs__tabcontent--selected{display:block}.newsandevents__panel{max-width:30%;width:100%;background-color:#e1e1e1;float:left;margin:1em 1.625% 1em 1.625%}.newsandevents__panel:first-of-type{margin:1em 3.375% 1em 0}.newsandevents__panel:last-of-type{margin:1em 0 1em 3.375%}@media screen and (max-width:1024px){.newsandevents__panel:first-of-type{margin:0 1.5% 20px 0}.newsandevents__panel{margin:0 0 20px 1.5%;max-width:48.5%}.newsandevents__panel:last-of-type{max-width:none;margin:0}.homenewsandevents{margin-bottom:1em}}@media screen and (max-width:640px){.newsandevents__panel:last-of-type,.newsandevents__panel:first-of-type,.newsandevents__panel{margin:0 0 20px;max-width:none}}.newsandevents__image{width:100%;display:block;height:auto}.newsandevents__title{position:relative;font-size:1.125rem;font-weight:bold;margin:0;padding:.5em .5em;background-color:#32928e;color:#fff}.newsandevents__title--hasicon{padding-left:calc(55px - -0.25em);background-image:url("./images/title_back.png");background-size:55px 100%;background-repeat:no-repeat;background-position:left center}.newsandevents__icon{position:absolute;left:.6em;top:50%;max-width:1.5em;max-height:1.5em;-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.newsandevents__text{padding:0 1em;font-size:.875rem}.newsandevents__link{display:block;text-align:center;font-size:.875rem;line-height:2.5;background-color:#609;color:#fff}.newsandevents__time{padding:0 1em;font-size:.875rem}.newsandevents__datebox{float:right;width:60px;background-color:#fff;margin:1em}.newsandevents__datenumber{display:block;height:3rem;font-size:2rem;line-height:3rem;text-align:center}.newsandevents__datemonth{display:block;color:#fff;text-align:center;font-size:.875rem;height:1.5rem;line-height:1.5rem;background-color:#32928e}.newsandevents__panel--redirect p{max-height:400px;margin:0;overflow-y:hidden}.newsandevents__panel--redirect iframe{width:100%!important;padding:0 1px!important;box-sizing:border-box!important}@media(min-width :640px) and (max-width:1023px){.layout__wrapper--newsandevents{margin:0 auto;max-width:calc(590px - -2rem)}}@media(min-width :680px) and (max-width:1023px){.layout__wrapper--newsandevents{margin:0 auto;max-width:calc(620px - -2rem)}}.searchquery{margin:1.5em 0 1em 0}.searchquery__form fieldset{border:0;padding:0;margin:0}.searchquery__form legend,.searchform__label{display:block;visibility:visible;border:0;clip:rect(0,0,0,0);clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.searchform__inputtxt{margin:0;border:1px solid #ccc;border-right:0;width:calc(100% - 40px);display:block;float:left;height:40px;padding:0 .75em;box-sizing:border-box}.btn--search{vertical-align:top;background-color:#32928e;outline-color:#000;border:0;width:40px;height:40px;padding:0;margin:0}.btn__image{width:37px;height:37px}.searchresults__number{font-size:.875rem;color:#888;margin:1em 0 0 0;padding-bottom:1em;border-bottom:2px solid #e1e1e1}.icmhighlight{font-weight:bold}.searchresults{list-style:none;padding:0;margin:1em 0}.searchresults__item{margin-bottom:1.5rem}.searchresults__itemtitle{font-size:1rem;margin:0;color:inherit}.searchresults__itemtitle strong{background:#fff78a}.searchresults__itemurl{font-size:.875rem;margin:0;color:#006620;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}.searchresults__itemsummary{font-size:.875rem;margin:0;color:#222}.keywordhighlight{background-color:rgba(255,255,0,0.4);font-style:inherit;font-weight:bold}.searchpagination{text-align:center;margin:2em;width:100%;float:left;display:block;padding:0}.searchpagination__link{color:#4285f5}.searchpagination>li{display:inline-block;list-style:none}.searchpagination__selected,.searchpagination__link{display:block;padding:.5em}.searchresults__item img{max-width:100%;height:auto;padding:1em 0 0 0}.searchresults__item{width:100%}@media(min-width :840px){.grid--2col .searchresults__item,.grid--3col .searchresults__item,.grid--4col .searchresults__item{float:left;display:block;width:48%;padding-bottom:1em}.grid--4col .searchresults__item{width:23%;padding-right:1em}.grid--3col .searchresults__item{width:31%;padding-right:1em}.grid--2col .searchresults__item:nth-child(even){padding-right:1em}.grid--2col .searchresults__item:nth-child(odd){clear:both;padding-right:1em}.grid--3col .searchresults__item:nth-child(3){clear:both}.grid--4col .searchresults__item:nth-child(5){clear:both}}.alert{padding:10px;text-align:center;background:#ccc}.alert p{padding:0;margin:0}.alert--info{background:#d5fbff}.alert--warn{background:#ffdd9c}.alert--error{background:#feb6b6}.sitemap,.sitemap__level2,.sitemap__level3,.sitemap__level4,.sitemap__level5,.sitemap__level6,.sitemap__level7{list-style:none;padding:0}.sitemap{margin:2em 0}.sitemap a{display:block}.sitemap__title1,.sitemap__title2,.sitemap__title3,.sitemap__title4,.sitemap__title5,.sitemap__title6,.sitemap__title7{font-size:1.125rem;font-weight:normal;margin:0;padding:.5em 1.75em .5em .75em;border-bottom:1px solid #fff}.sitemap__link1{background-color:#32928e;background-image:url("./images/vshape-right.png");background-repeat:no-repeat;background-position:center right .75em;color:#fff}.sitemap__link2{background-color:#d3eff0;background-image:url("./images/vshape-right-tertiary.png");background-repeat:no-repeat;background-position:center right .75em;color:#333}.sitemap__title2{padding-left:1.75rem}.sitemap__link3{background-image:url("./images/vshape-right-secondary.png");background-repeat:no-repeat;background-position:center right .75em;color:#333}.sitemap__title3{font-size:1rem;padding-left:3.5rem;border-bottom:2px solid #e1e1e1}.sitemap__level3>li:last-child .sitemap__title3{border-bottom:0}.sitemap__link4,.sitemap__link5,.sitemap__link6{color:#333;font-size:1rem}.sitemap__title4,.sitemap__title5,.sitemap__title6,.sitemap__title7{font-size:1rem;padding-left:5.25rem;background-image:url("./images/vshape-right-tertiary.png");background-repeat:no-repeat;background-position:center right .75em;border-bottom:2px solid #e1e1e1}.sitemap__title5{padding-left:7em}.sitemap__title6{padding-left:8.75em}.sitemap__title7{padding-left:10.5em}.contact__profile{overflow:hidden;margin-bottom:1em}.searchresults__item .contact__profile{margin-top:1em;margin-bottom:0}.contact__photo{max-width:100%;height:auto}@media(min-width :640px){.contact__photo{float:left;margin:0 1em 1em 0}}.contact__summary{font-weight:bold}@media(min-width :640px){.contact__summary,.contact__intro{margin-top:0}}@media(min-width :640px){.contact__details{overflow:hidden}}.contact__details a{color:#8a40b3}.contact__details>dt{margin:1em 0 0 0;padding:0 .75em 0 .75em;font-weight:bold}.contact__details>dd{margin:0;padding:0 .75em 1em .75em;overflow:auto;border-bottom:2px solid #e1e1e1}.contact__details>dd:last-child{border-bottom:0}.contact__socialmediaitem{overflow:hidden}.contact__socialmediaicon{display:block;float:left;margin-top:.5em;margin-right:.75em}.container--authentication .maincontent{width:80%}.loginform{border:1px solid #e1e1e1;padding:0;width:100%;margin:1em auto}.grid__cell--authentication+.grid__cell--authentication{padding-left:30px}.loginform__submit{width:100%;cursor:pointer;margin:0;border:0;color:#fff;padding:20px 40px;text-decoration:none;display:block;box-sizing:border-box;background:#333 no-repeat 33px 50%;font-size:1em}.loginform__submit--google{background-color:#ef6666;background-image:url(./images/auth/google.png);background-repeat:no-repeat;background-position:33px 50%;font-weight:200;border:0;color:#fff}.loginform__submit--facebook{background-color:#4267b2;background-image:url(./images/auth/facebook.png);background-repeat:no-repeat;background-position:33px 50%;font-weight:200;border:0;color:#fff}.loginform__submit--linkedin{background-color:#0077B5;background-image:url(./images/auth//linkedin.png);background-repeat:no-repeat;background-position:25px 50%;font-weight:200;border:0;color:#fff}.loginform__submit--paypal{background-color:#FFF;background-image:url(./images/auth/paypal.png);background-repeat:no-repeat;background-position:25px 50%;font-weight:normal;border:0;color:#0072C6}.loginform__submit--mygovscot{background-color:#fff;background-image:url(./images/auth/mygovscot.png);background-repeat:no-repeat;background-position:15px 50%;font-weight:200;border:0;color:#226eaa}.loginform__pform--icmsiteuser{padding:15px}.loginform__label,.loginform__text,.loginform__password{display:block;width:100%;box-sizing:border-box;max-width:inherit;border-radius:0;padding:15px}.loginform__label{visibility:visible;border:0;clip:rect(0 0 0 0);clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.loginform__guidetext{text-align:center}.loginform__divider{display:block;border-bottom:1px solid #C0C0C0;margin:10px 15px 15px 15px}.loginform__dividertext{padding:5px;text-align:center;top:.5em;position:relative;background-color:#FFF;font-weight:bold}@media(max-width:780px){.grid__cell--authentication+.grid__cell--authentication,.grid__cell--authentication{padding:0}.maincontent__left .grid__cell--authentication{width:100%;display:block;float:none}}@media(min-width:640px){.authentication__dialog{width:calc(50% - 1em);margin:.5em;float:left}.authentication__dialog--registration{float:right}}@media(min-width:1024px){.authentication__dialog{margin:0;width:calc(50% - 0.5em)}}.faq{padding:1em 0}.faq__link{padding:1em;border-bottom:1px #ccc solid;display:block;background-color:#fff;-webkit-transition:background-color 700ms linear;-moz-transition:background-color 700ms linear;-o-transition:background-color 700ms linear;-ms-transition:background-color 700ms linear;transition:background-color 700ms linear}.faq__title{font-size:1.2em;font-weight:600;color:#670099}.faq__icon,.faq__icon--open{padding-right:.5em;float:left;display:block;width:1.5em}.faq__icon--hide{display:none}.faq__link:hover,.faq__link:focus{cursor:pointer}.faq__link:hover .faq__title,.faq__link:focus .faq__title{color:#333}.faq__link--open{background-color:#efefef;margin-bottom:1em;-webkit-transition:background-color 700ms linear;-moz-transition:background-color 700ms linear;-o-transition:background-color 700ms linear;-ms-transition:background-color 700ms linear;transition:background-color 700ms linear}.faq__link--open .faq__title{color:#333}.faq__panel{font-size:.875rem;color:#333;display:none;text-decoration:none;padding:0 2.25em}.faq__panel__link{color:#670099}.faq__title:after{content:">";color:#670099;float:right;display:block;font-size:20px;-webkit-transform:scale(1,2);-moz-transform:scale(1,2);-ms-transform:scale(1,2);-o-transform:scale(1,2);transform:scale(1,2);-webkit-transition:transform .5s linear;transition:transform .5s linear}.faq__link--open .faq__title:after{-webkit-transition:transform .5s linear;color:#333;transition:transform .5s linear;-ms-transform:rotate(90deg) scale(1,2);-webkit-transform:rotate(90deg) scale(1,2);transform:rotate(90deg) scale(1,2)}#cal{overflow:hidden;height:100%}#calendar{width:100%;padding-bottom:1em}.hideme{line-height:1.5;display:none}.days{border:0;background-color:#333;color:#fff;padding:.5em;text-align:center;font-weight:600}.calendarCombos{padding:.3em;margin:0 auto;margin:.2em}.btntext{background:#32938e;color:#fff;border:0;padding:.25em .5em}#caldays{width:100%;text-align:center}#caldays th{background:#ccc;padding:.5em 0}#caldays td{width:14%}.normal{border:2px solid #fff;padding:1em 0;background:#efefef}.normal a{color:#333;font-weight:600}.past a{color:#666;font-weight:400}.normal.today,.selected.today{background:#32938e}.normal.today a,.selected.today a{color:#fff}#caldays .event{background:#f2dcfd;border:2px solid #fff}#caldays .event a{color:#670099;font-weight:600}#caldays .selected{border:2px solid #333}#caldays .selectedevent{background:#670099}#caldays .selectedevent a{color:#fff}#caldays .event.today{background:#670099;color:#fff}#caldays .event.today a{color:#fff}@media(min-width :520px){.calendarCombos{display:inline;margin:0 1.5em 0 .5em}}@media(min-width :460px){.hideme{display:inline}}#eventlist .event{border-bottom:1px solid #ccc;margin-bottom:1em;padding-bottom:1em}.eventheading{font-size:1.25rem;font-weight:600;margin:0;padding:.5em .5em .5em 0}#eventlist .details{padding:0 .5em .5em 0}#eventlist a{color:#609;font-weight:600}#eventlist .article{padding-bottom:.5em}#forums{margin:1em 0 2em 0;clear:both}.tableoverflow{overflow-x:scroll}#forum,#thread,#message{width:580px;font-size:14px}#addthread{width:100%}#addthread input[type="text"],#addthread textarea{width:100%}#forumspace{border-top:1px solid #ccc}#forum th,#thread th,#forumhead,#message th{background:#ddd;padding:.5em 0;text-align:left}#forumhead{padding:.5em;margin:0;font-size:14px}.forumrow{padding:1em .5em}.forumrow .label{padding-bottom:.75em;display:block}#forum .img,#thread .img,#message .img{padding:.2em}#forum td,#thread td,#message td{padding:.5em 0;border-bottom:1px solid #ccc}#message th,#message td{padding:.5em}.messagetitle{font-weight:600}#message tr td:first-child,#message tr td:last-child{font-weight:600;vertical-align:top}#forum a,#thread a,#message a{color:#670099;font-size:16px;font-weight:600}#message a{font-size:14px}#forum .subscribe,#thread .subscribe{font-size:14px;font-weight:400}#forumtitle{font-weight:600;font-size:16px}#forumcontrol{width:100%;margin:1em 0;font-size:14px;padding:.5em 0;list-style:none;overflow:hidden;border-top:solid 1px #cecece;border-bottom:solid 1px #ccc}#forumcontrol li{float:left;display:inline;margin:.5em .5em 0 0;padding:0 .5em 0 0;border-right:solid 1px #000}#forumcontrol li:first-child{padding-left:0}#forumcontrol li:last-child{border-right:solid 0 #000;margin:.2em 0 0 0}#forumcontrol a,#forumgo a{color:#670099;font-weight:600;font-size:14px}#forumgo a{padding-right:20px}.forumsearch label{font-weight:600;padding-right:.2em}.forumsearch .submit,#forumgo input{background:#32938e;color:#fff;border:0;padding:.25em .5em}.forumsearch .submit:hover,#forumgo input:hover{background:#306663}@media(min-width :580px){#forum,#thread,#message{width:100%}.tableoverflow{overflow-x:auto}}@media only print{.toputils,.header,.cookiemessage,.mainccontent__banner,.breadcrumb,.maincontent__right,.socialmediasharing,.sitealert,.footer,.mobilebar{display:none}.maincontent__left{max-width:100%}}ul.ui-autocomplete{max-height:260px;margin:0;padding:0 1em 1em 1em;list-style:none;background:#fff;border:1px solid #cecece;z-index:2}ul.ui-autocomplete li{padding:1em 0 0 0}ul.ui-autocomplete a{cursor:pointer}.ui-state-focus{font-weight:bold}.snippetheading,.snippetintro,.snippetbody,.snippetlink{display:block;margin-bottom:.5em}.snippetheading{font-weight:600;margin:.5em 0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-15px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-next span{margin-left:-25px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:40%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none;color:#333;text-align:center}.ui-datepicker td a:hover{font-weight:bold;background:#333;color:#fff}.ui-datepicker-today{background-color:#ddd}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker .ui-datepicker-prev span:hover,.ui-datepicker .ui-datepicker-next span:hover{cursor:pointer;font-weight:bold;color:black}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-widget-header{border:1px solid #ddd;background:#ddd;color:#444;font-weight:bold}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#444}.searchsummary{margin:0 0 2em 0}.searchresults{margin:0 0 2em 0;border-top:solid 1px #e9e9e9;padding-top:1em}.searchresult__heading{font-size:125%;text-decoration:none}.searchresult__address{margin-top:.4em;font-size:90%;text-decoration:none;display:block;color:#006621}.searchresult__summary{margin-top:.4em;margin-bottom:1em;font-size:90%;color:#666}.search-suggestion{text-align:left;cursor:default;border:1px solid #ccc;border-top:0;background:#fff;box-shadow:-1px 1px 3px rgba(0,0,0,.1);position:absolute;display:none;z-index:9999;max-height:200px;overflow:hidden;overflow-y:auto;box-sizing:border-box}.search-suggestion__item{position:relative;padding:0 .6em;line-height:23px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.02em;color:#333}.search-suggestion__item--selected{background:#ccc}.block--assistedservice-usersearch .grid__cell--viewall.grid__cell--cols1{padding:10px 0}.block--assistedservice-usersearch .searchform__input{width:calc(100% - 40px)}.block--assistedservice-usersearch .searchform__inputtxt{width:100%}/*
STYLESHEET INFORMATION

Name: Base Cruise Skin
Type: Skin
Theme: Cruise
Client: N/A

Core colours:

Table of Contents:
    - Core Styles
    - Remove Arrows Styles
    - Top Utilities
    - Main Menu
        - White Background Options
            - Media Queries
                - 1020px
    - Mobile Menu
        - Mobile bar
        - Search bar
        - Mobile button
        - Utility links
        - Top Menu
    - Footer Styles
        - Utility Menu
        - By GOSS
    - Home Template
        - Header Styles
        - Search Styles
        - Top Tasks
            - Second Tasks
            - All Services
        - Feature Task
        - Tab Section
            - Media Queries
                - 1024px
        - Related Article Section
    - Default Template
        - Breadcrumb
        - Content
        - Related Articles
        - Tables
    - List Template
        - List Item
        - Paging
    - Authentication Template
    - Form Template
    - Search Template
*/

/* Base Cruise Skin CSS Starts */

/* Core Styles */

a {
  color: #003057;
}

/* Remove Arrows Styles */

.hometoptasks__arrow,
.homefeaturedtask__arrow,
.tabcontent__arrow {
  display: none;
  opacity: 0;
}

.hometoptasks__task--open .hometoptasks__arrow {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.hometoptasks__task--open .hometoptasks__icon {
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.hometoptasks__arrow:before,
.hometoptasks__arrow:after {
  background: #003057;
}

@media (min-width: 1024px) {
  .homesecondtasks__arrow:before {
    background: #fff;
  }
}

/* Top Utilities */

.toputils {
  background-color: #003057;
}

.toputils__myaccount {
  background-color: #ffffff;
}

/* Main Menu */

.header--thin {
  background-image: none !important;
  border-bottom: 5px solid #003057;
  min-height: 150px;
  padding-bottom: 30px;
}

.secondlevel__item--button {
  background: #cf7f00;
  color: #222;
  -webkit-box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 18px;
}

/* Main Menu / White Background Options [DELETE IF YOU DO NOT WANT DARK LINKS] */

.mainmenu {
  width: calc(100% - 420px);
  float: right;
  position: relative;
}

@media (min-width: 1024px) {
  .secondlevel--nudged {
    top: 0;
    margin-bottom: 0;
  }

  .mainmenu__item {
    color: #000;
  }
}

.mainmenu__item--open {
  background-color: transparent;
  color: #CHECK;
}

.mainmenu__item--haslevel {
  -webkit-filter: invert(0);
  filter: invert(0);
  color: #000;
  position: relative;
}

.mainmenu__item--haslevel::after {
  content: "\f107";
  font-size: 27px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(0) translateY(-50%);
  -ms-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

.mainmenu__item--open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

/* Main Menu / White Background Options / Media Queries */

/* Main Menu / White Background Options / Media Queries /1020px */

@media (min-width: 1024px) {
  .mainmenu__item--haslevel {
    -webkit-filter: invert(0);
    filter: invert(0);
  }

  .searchcontrol__expandtoggle {
    -webkit-filter: invert(0);
    filter: invert(0);
    background-color: #003057;
  }
}

/* Mobile Menu */

.mobilemenu {
  background-color: #003057;
}

/* Mobile Menu / Mobile bar */

.mobilebar {
  background-color: #003057;
}

/* Mobile Menu / Search bar */

.mobilemenu__searchtoggle {
  background-color: #003057;
}

/* Mobile Menu / Mobile button */

.mobilemenu__toggle {
  background-color: #003057;
}

.mt1,
.mt2,
.mt3 {
  background-color: #fff;
}

/* Mobile Menu / Utility links */

.toputils__navitem,
.toputils__myaccountitem {
  color: #fff;
}

/* Mobile Menu / Top Menu */

.mobilemenu a,
.mobilemenu span {
  color: #fff;
}

/* Footer Style */

.footer {
  background-color: #093c71;
  border-top: 3px solid #222222;
  color: #fff;
}

/* Footer Style / Utility Menu */

.footer__navlink {
  color: #fff;
}

/* Footer Style / By GOSS */

.footer__goss>a {
  color: #ffffff;
}

/* Home Template */

/* Home Template / Header Styles */

.header--thick {
  padding: 20px 0;
}

/* Home Template / Search Styles */

#topsearchform input[type="image"] {
  background: #222222;
}

#topsearchform input[type="text"] {
  height: 40px;
  border: 1px solid #ccc;
  /* 42 = 2px border + width of search button (40px) */
  width: calc(100% - 42px - 1.5em);
}

/* Home Template / Top Tasks */

.hometoptasks__icon {
  top: 35px;
}

.hometoptasks__linktext {
  bottom: 50px;
  color: #093c71;
}

.hometoptasks__bg {
  border: 1px solid #ccc;
}

/* Home Template / Top Tasks / Second Tasks */

.homesecondtasks__task {
  background: #093c71;
}

.homesecondtasks__task--viewall {
  color: #fff;
}

/* Home Template / Top Tasks / All Services */

.homeallservices {
  margin: 0 auto;
  margin-bottom: 20px;
}

.homeallservices__button {
  background: #cf7f00;
  color: #222;
  -webkit-box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 18px;
}

/* Home Template / Feature Task */

.homefeaturedtask {
  padding: 20px;
}

.homefeaturedtask__title {
  color: #003057;
  font-weight: bold;
  font-size: 18px;
}

.homefeaturedtask__button {
  clear: none;
  position: relative;
  right: 0;
  bottom: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  background: #222;
  text-transform: uppercase;
  font-size: 16px;
}

/* Home Template / Tab Section */

.hometabs__tabheading {
  background-color: #e1e1e1;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  /*
	text-align: center;
	width: calc(100% / 3 - 2px);
	*/
  text-align: left;
  margin: 0 1px;
}

.hometabs__tabheading--selected {
  background-image: none;
  background-color: #003057;
  color: #fff;
}

.hometabs__tabheadings--enabled {
  border-bottom: 5px solid #003057;
  margin-bottom: 0;
}

.tabcontent__link {
  padding-left: 0;
}

@media (max-width: 639px) {
  .hometabs__tabheading {
    width: 100%;
    margin: 0;
  }
}

/* Home Template / Tab Section / Media Queries */

/* Home Template / Tab Section / Media Queries / 1024px */

@media (min-width: 1024px) {
  .hometabs {
    padding: 20px 0 40px 0;
  }
}

/* Home Template / Related Article Section */

.newsandevents__panel {
  background: transparent;
  padding-bottom: 2em;
  display: table-cell;
  height: auto;
}

.newsandevents__title {
  background-color: transparent;
  color: #222;
  font-weight: bold;
  border-bottom: #cf7f00 solid 3px;
}

.newsandevents__datemonth {
  background-color: #222;
}

.newsandevents__link {
  background-color: #222;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  line-height: 1.5;
  padding: 10px 0;
  max-width: 295px;
  width: 100%;
}

@media (max-width: 640px) {

  .newsandevents__panel:last-of-type,
  .newsandevents__panel:first-of-type,
  .newsandevents__panel {
    position: relative;
  }

  .newsandevents__link {
    max-width: none;
  }
}

/* Default Template  */

/* Default Template / Breadcrumb */

.breadcrumb__link {
  color: #003057;
}

.breadcrumb__crumb:last-child:after {
  content: "";
}

/* Default Template / Content */

.pagetitle {
  border-bottom: 2px solid #003057;
}

.socialmediasharing {
  background-image: none;
}

.socialmediasharing__label {
  color: #CHECK;
}

/* Default Template / Related Articles */

.panel__heading {
  background-color: #093c71;
  color: #ffffff;
  border-bottom: 1px solid #093c71;
}

.panel__content {
  padding: 20px 0;
}

.panel__item {
  background-image: none;
}

.media-link {
  color: #CHECK;
}

/* Default Template / Tables */

.ts1general {
  width: 100%;
  border: 1px solid #ccc;
}

.ts1general td,
.ts1general th {
  border: 1px solid #ccc;
  padding: 10px;
}

.ts2general {
  width: 100%;
  border: 1px solid #333;
}

.ts2general td,
.ts2general th {
  border: 1px solid #333;
  padding: 10px;
}

.ts2general th {
  background-color: #333;
  color: #fff;
}

.ts3general {
  width: 100%;
}

.ts3general td,
.ts3general th {
  border: 1px solid #fff;
  padding: 10px;
}

.ts3general th {
  background-color: #666;
  color: #fff;
  text-align: left;
}

.ts3general tr:nth-child(odd) td {
  background-color: #efefef;
}

.ts3general tr:nth-child(even) td {
  background-color: #dedede;
}

.ts4general {
  width: 100%;
}

.ts4general td,
.ts4general th {
  border: 1px solid #fff;
  padding: 10px;
}

.ts4general th {
  background-color: #CHECK;
  color: #fff;
  text-align: left;
}

.ts4general tr:nth-child(odd) td {
  background-color: rgba(#CHECK);
}

.ts4general tr:nth-child(even) td {
  background-color: rgba(#CHECK);
}

/* List Template */

/* List Template / List Item */

.item__link {
  color: #CHECK;
}

.item__image {
  width: 100%;
}

/* List Template / Paging */

.paging .paging__link {
  color: #093c71;
  border: none;
}

.paging__link:hover,
.paging__link:focus {
  color: #ffffff;
  background: #093c71;
}

.paging__item--current .paging__text,
.paging__item--disabled .paging__text,
.paging__item--next .paging__text {
  border: none;
  color: #093c71;
}

/* Authenication Template */

.loginform__submit--icmsiteuser {
  background: #cf7f00;
  color: #222;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

/* Form Template */

.icmformleft .icmvertical label {
  min-width: 150px;
  max-width: none;
  width: auto;
}

.icmform input[type="button"],
.icmform input[type="submit"],
.icmform input[type="reset"] {
  background: #093c71;
  color: #fff;
  border: #093c71 2px solid;
}

.icmform input[type="button"]:hover,
.icmform input[type="submit"]:hover,
.icmform input[type="reset"]:hover {
  background: #222222;
}

/* Search Template */

.maincontent .btn--search {
  background-color: #222222;
}

.searchsummary {
  padding: 30px 0;
}

.searchsummary__text {
  float: left;
  display: inline-block;
  margin-top: 0;
}

.searchsummary__pages {
  display: inline-block;
  float: right;
}

/* Base Cruise Skin CSS Ends */

.template--home .header {
  padding-top: 0;
  border-bottom: 5px solid #003057;
  position: relative;
}

.template--home .header::after {
  content: "";
  position: absolute;
  height: 100%;
  /* background-color: rgba(92, 136, 218, 0.82); */
  width: 100%;
  top: 0;
  /* z-index: 5; */
}

.template--home .header .container {
  z-index: 1;
}

.template--home .header::before {
  content: "";
  height: 100px;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 1;
  border-bottom: 5px solid #003057;
}

.hometabs {
  background-color: #fff;
}

@media (min-width: 640px) {
  .hometabs__tabheading:first-child {
    width: calc(100% / 3 - 1px);
    margin: 0 1px 0 0;
  }

  .hometabs__tabheading:last-child {
    width: calc(100% / 3 - 1px);
    margin: 0 0 0 1px;
  }
}

.hometabs__tabcontent {
  padding: 1em 1em 0;
  background: #003057;
}

.template--home .maincontent {
  padding: 0;
}

.homenewsandevents {
  padding-top: 40px;
  display: table;
  width: 100%;
}

.newsandevents__datebox {
  border: 1px solid rgba(0, 0, 7, 0.2);
}

.sitealert {
  background-color: #8a8d8f;
  color: #fff;
}

.sitealert__heading,
.sitealert__content,
.sitealert__link {
  display: block;
  width: 100%;
}

.sitealert__link {
  color: #fff;
}

.footer {
  padding: 3em 0.75em;
}

.template--home .logo__link {
  text-align: left;
}

.cta-link {
  background-color: #093c71;
  color: #ffffff;
}

.cta-link .a-body__link {
  color: #fff;
}

@media (min-width: 1024px) {
  .secondlevel {
    background-color: #093c71;
  }

  .secondlevel__menu>li {
    border-left-color: #fff;
  }
}

.pollform__button {
  font-size: 1em;
}

.pollform__button--vote {
  background-color: #093c71;
}

.searchform {
  margin-top: 20px;
}

.searchform__input {
  width: calc(100% - 40px);
}

.searchform__inputtxt {
  width: 100%;
  height: 47px;
}

.btn--search::after {
  color: #ffffff;
}

@media (min-width: 840px) {
  .grid--4col .searchresults__item {
    width: 100%;
    padding-right: 0;
  }
}

.grid--list {
  margin: 1em 0 0 -20px;
}

@media (min-width: 645px) {
  .grid--3col .grid__cell--listitem:nth-child(3n + 1) {
    padding: 20px;
    padding-left: 1em;
  }
}

.a-body__image {
  clear: both;
  max-width: 100%;
}

.a-body__image+.a-body__image {
  padding-left: 20px;
}

.a-body__image--right+.a-body__image--right {
  padding: 0 0 20px 20px;
}

.a-body ol {
  padding-left: 20px;
}

.item--media .item__imagecontainer {
  max-width: 50px;
}

.darkgeneral th,
.ts1general th {
  background: #222;
  color: #fff;
  border: 1px solid #acacac;
  padding: 10px;
}

.darkgeneral td,
.ts1general td {
  background: #f5f5f5;
  border: 1px solid #acacac;
}

.darkgeneral tr:nth-child(even) td,
.ts1general tr:nth-child(even) td {
  background: #cacaca;
  color: #333;
}

.lightgeneral th,
.ts2general th {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}

.lightgeneral td,
.ts2general td {
  background: #fff;
  border: 1px solid #ddd;
}

.lightgeneral tr:nth-child(even) td,
.ts2general tr:nth-child(even) td {
  background: whitesmoke;
}

.primarygeneral th,
.ts3general th {
  background: #cf7f00;
  border: 1px solid #222;
  padding: 10px;
  color: #fff;
}

.primarygeneral td,
.ts3general td {
  background: rgba(51, 51, 51, 0.05);
  border: 1px solid #333333;
}

.primarygeneral tr:nth-child(even) td,
.ts3general tr:nth-child(even) td {
  background: rgba(207, 127, 0, 0.15);
}

.secondarygeneral th,
.ts4general th {
  background: #003057;
  border: 1px solid #003057;
  padding: 10px;
  color: #ffffff;
}

.secondarygeneral td,
.ts4general td {
  background: #ffffff;
  border: 1px solid #003057;
}

.secondarygeneral tr:nth-child(even) td,
.ts4general tr:nth-child(even) td {
  background: rgba(0, 48, 87, 0.15);
}

/* CLUDO SEARCH CUSTOM */
#cludo-search-form,
.cludo-search-form,
.cludo-search_autocomplete {
  position: relative;
  margin: 0;
  z-index: 4 !important;
}

.searchcontrol__expandtoggle {
  -webkit-filter: invert(0);
  filter: invert(0);
  background-color: #003057;
  z-index: 5;
}

.searchcontrol__expandtoggle--opened {
  right: calc(100% - 1px);
  background-image: url("./images/closebutton.png");
  width: 30px;
  height: 25px;
}

/* AJP Changes made here - original styles commented out */
/* Solid Border required */
#SearchBox {
  max-width: 540px;
  /* border: 0; */
  border: 5px;
  border-color: #003057;
  border-style: solid;
  border-radius: 4px;
  font-size: 1.4em;
  padding: 0.6em 1.2em;
  /* -webkit-box-shadow: inset 0.25em 0.25em 0.25em #ddd; */
  /* box-shadow: inset 0.25em 0.25em 0.25em #ddd; */
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cludo-search-form {
  margin-top: 20px !important;
  max-width: 540px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.cludo-search--left {
  float: left;
}

@media (max-width: 1010px) {
  .cludo-search--left {
    float: unset;
  }
}

@media (max-width: 640px) {
  #cludo-search-form {
    max-width: 90vw;
  }

  #SearchBox {
    max-width: 90vw;
  }
}

/*End of CLUDO*/

/*Navigation Fix*/
.mainmenu {
  width: 100%;
  float: left;
  right: 20px;
}

/*End of Navigation Fix*/

.logo {
  z-index: 5;
  position: relative;
}

/***
Responsive Grid
***/

.grid--3col .grid__cell--listitem {
  width: 33.333%;
}

.grid--4col .grid__cell--listitem:nth-child(4n + 1) {
  padding-left: 1em;
}

.grid--1col .item {
  width: 100%;
}

.grid--2col .grid__cell--listitem {
  width: 50%;
}


.grid--2col .grid__cell--listitem:nth-child(2n + 1) {
  padding-left: 1rem;
  padding-right: 1rem;
}


/* fix goss error 20190507 */
.grid--2col.grid--list .item {
    width: 100%;
}

@media (max-width: 850px) {
  .grid--list {
    width: 100%;
    margin: 1em 0 0;
  }

  .template--list .grid--4col>.grid__cell,
  .template--list .grid--3col>.grid__cell {
    width: 49%;
    clear: none;
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .grid--2col .grid__cell--listitem:nth-child(2n + 1) {
    width: 50%;
  }

  .grid--3col .grid__cell--listitem:nth-child(3n + 1) {
    clear: none;
  }

  .grid--3col .grid__cell--listitem:nth-child(2n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {

  .template--list .grid--4col>.grid__cell,
  .template--list .grid--3col>.grid__cell,
  .template--list .grid--2col>.grid__cell {
    width: 100%;
    clear: none;
  }
}

/* Basildon Changes */

/******************/
/* From style.css */
/******************/

address {
  font-style: normal;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  padding-left: 2em;
}

#map-canvas {
  height: 500px;
  width: 700px;
}

#browsealoud {
  float: left;
}

#google_translate_element {
  float: left;
}

#google_translate {
  float: left;
}

/* Following styles are for Google roundabout sponsor map */
#roundaboutmap1 {
  height: 400px;
  width: 100%;
  /*margin-left: 10px;*/
  float: right;
}

#roundaboutlegend1 {
  background: #fff;
  padding: 10px;
  margin: 10px;
}

a.btn-enquire {
  background-color: #093c71;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  -webkit-border-radius: 0.182em;
}

/* End of styles for Google roundabout sponsor map */

#crunchmap1 {
  height: 500px;
  width: 700px;
  border: solid 2px #000;
}

#crunchmap2 {
  height: 500px;
  width: 700px;
  border: solid 2px #000;
}

#parkmap {
  height: 500px;
  width: 700px;
  border: solid 2px #000;
}

#refuseroutemap {
  height: 800px;
  width: 1200px;
  border: solid 2px #000;
}

/* Basildon Changes NEW FAQCSC Template */
.faqcsc {
  cursor: pointer;
  border: 1px solid white;
  width: 95%;
}

.faqcsc p {
  font-size: 1.25em;
}

.faacsc {
  display: none;
  font-size: 100%;
}

/********************/
/* End of style.css */
/********************/

/***********************/
/* Start of editor.css */
/***********************/

/* $name='Red Text' */
.redtext a,
.redtext {
  color: #933;
}

/* $name='Blue Text' */
.bluetext a,
.bluetext {
  color: #339;
}

/* $name='Serif' */
.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* $name='Snippet' */
.snippet {
  display: block;
  overflow: hidden;
  padding: 1em 2em;
  background: #eee;
}

/* $name='Align Centre' */
.aligncentre {
  margin: 0 auto;
  text-align: center;
}

/* iCM Table Styles from 10.0.4.0 and BBC own tables */

/* GENERIC Table */

/* $style='Borchester Generic' $value='borchestergeneric' $cellpadding='0' $cellspacing='0' */
/* $name='Borchester Generic' $type='table' */
.borchestergenericgeneral {
  text-align: left;
  background-color: #fff;
  border: solid 1px #cecece;
}

/* $name='Borchester Generic Top Left' $type='table' */
.borchestergenerictopleft {
  padding: 0.5em 1em;
  background-color: #eee;
  font-weight: bold;
  border-bottom: solid 1px #cecece;
}

/* $name='Borchester Generic Top Center' $type='table' */
.borchestergenerictopcenter {
  padding: 0.5em 1em;
  background-color: #eee;
  font-weight: bold;
  border-left: solid 1px #e3e3e3;
  border-bottom: solid 1px #cecece;
}

/* $name='Borchester Generic Top Right' $type='table' */
.borchestergenerictopright {
  padding: 0.5em 1em;
  background-color: #eee;
  font-weight: bold;
  border-left: solid 1px #e3e3e3;
  border-bottom: solid 1px #cecece;
}

/* $name='Borchester Generic Middle Left' $type='table' */
.borchestergenericmiddleleft {
  padding: 0.5em 1em;
  border-bottom: solid 1px #e9e9e9;
}

/* $name='Borchester Generic Middle Center' $type='table' */
.borchestergenericmiddlecenter {
  padding: 0.5em 1em;
  border-left: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
}

/* $name='Borchester Generic Middle Right' $type='table' */
.borchestergenericmiddleright {
  padding: 0.5em 1em;
  border-left: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
}

/* $name='Borchester Generic Bottom Left' $type='table' */
.borchestergenericbottomleft {
  padding: 0.5em 1em;
}

/* $name='Borchester Generic Bottom Center' $type='table' */
.borchestergenericbottomcenter {
  padding: 0.5em 1em;
  border-left: solid 1px #e9e9e9;
}

/* $name='Borchester Generic Bottom Right' $type='table' */
.borchestergenericbottomright {
  padding: 0.5em 1em;
  border-left: solid 1px #e9e9e9;
}

/* $name='Borchester Generic Odd' $type='table' */
.borchestergenericodd {
  background-color: #fbfbfb;
}

/* $name='Borchester Generic Even' $type='table' */
.borchestergenericeven {
  background-color: #fff;
}

/* $name='Borchester Generic Odd Cell' $type='table' */
.borchestergenericoddcell {
  background-color: #fbfbfb;
}

/* $name='Borchester Generic Even Cell' $type='table' */
.borchestergenericevencell {
  background-color: #fff;
}

/* BLUE Table */

/* $style='Blue' $value='blue' $cellpadding='0' $cellspacing='0' */
/* $name='Blue General' $type='table' */
.bluegeneral {
  text-align: left;
  background-color: #fff;
  border: solid 1px #304868;
}

/* $name='Blue Top Left' $type='table' */
.bluetopleft {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #305990;
  font-weight: bold;
  border-bottom: solid 1px #304868;
}

/* $name='Blue Top Centre' $type='table' */
.bluetopcenter {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #305990;
  font-weight: bold;
  border-left: solid 1px #304868;
  border-bottom: solid 1px #304868;
}

/* $name='Blue Top Right' $type='table' */
.bluetopright {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #305990;
  font-weight: bold;
  border-left: solid 1px #304868;
  border-bottom: solid 1px #304868;
}

/* $name='Blue Middle Left' $type='table' */
.bluemiddleleft {
  padding: 0.5em 1em;
  border-bottom: solid 1px #c2cfe0;
}

/* $name='Blue Middle Centre' $type='table' */
.bluemiddlecenter {
  padding: 0.5em 1em;
  border-left: solid 1px #d3dfef;
  border-bottom: solid 1px #c2cfe0;
}

/* $name='Blue Middle Right' $type='table' */
.bluemiddleright {
  padding: 0.5em 1em;
  border-left: solid 1px #d3dfef;
  border-bottom: solid 1px #c2cfe0;
}

/* $name='Blue Bottom Left' $type='table' */
.bluebottomleft {
  padding: 0.5em 1em;
}

/* $name='Blue Bottom Centre' $type='table' */
.bluebottomcenter {
  padding: 0.5em 1em;
  border-left: solid 1px #d3dfef;
}

/* $name='Blue Bottom Right' $type='table' */
.bluebottomright {
  padding: 0.5em 1em;
  border-left: solid 1px #d3dfef;
}

/* $name='Blue Odd' $type='table' */
.blueodd {
  background-color: #e5f0ff;
}

/* $name='Blue Even' $type='table' */
.blueeven {
  background-color: #fff;
}

/* $name='Blue Odd Cell' $type='table' */
.blueoddcell {
  background-color: #e5f0ff;
}

/* $name='Blue Even Cell' $type='table' */
.blueevencell {
  background-color: #fff;
}

/* GREEN Table */

/* $style='Green' $value='green' $cellpadding='0' $cellspacing='0' */
/* $name='Green General' $type='table' */
.greengeneral {
  text-align: left;
  background-color: #fff;
  border: solid 1px #2a4638;
}

/* $name='Green Top Left' $type='table' */
.greentopleft {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #385c4a;
  font-weight: bold;
  border-bottom: solid 1px #385c4a;
}

/* $name='Green Top Centre' $type='table' */
.greentopcenter {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #385c4a;
  font-weight: bold;
  border-left: solid 1px #2a4638;
  border-bottom: solid 1px #385c4a;
}

/* $name='Green Top Right' $type='table' */
.greentopright {
  padding: 0.5em 1em;
  color: #fff;
  background-color: #385c4a;
  font-weight: bold;
  border-left: solid 1px #2a4638;
  border-bottom: solid 1px #385c4a;
}

/* $name='Green Middle Left' $type='table' */
.greenmiddleleft {
  padding: 0.5em 1em;
  border-bottom: solid 1px #bbc7b1;
}

/* $name='Green Middle Centre' $type='table' */
.greenmiddlecenter {
  padding: 0.5em 1em;
  border-left: solid 1px #dbe2de;
  border-bottom: solid 1px #bbc7b1;
}

/* $name='Green Middle Right' $type='table' */
.greenmiddleright {
  padding: 0.5em 1em;
  border-left: solid 1px #dbe2de;
  border-bottom: solid 1px #bbc7b1;
}

/* $name='Green Bottom Left' $type='table' */
.greenbottomleft {
  padding: 0.5em 1em;
}

/* $name='Green Bottom Centre' $type='table' */
.greenbottomcenter {
  padding: 0.5em 1em;
  border-left: solid 1px #dbe2de;
}

/* $name='Green Bottom Right' $type='table' */
.greenbottomright {
  padding: 0.5em 1em;
  border-left: solid 1px #dbe2de;
}

/* $name='Green Odd' $type='table' */
.greenodd {
  background-color: #e8eeeb;
}

/* $name='Green Even' $type='table' */
.greeneven {
  background-color: #fff;
}

/* $name='Green Odd Cell' $type='table' */
.greenoddcell {
  background-color: #e8eeeb;
}

/* $name='Green Even Cell' $type='table' */
.greenevencell {
  background-color: #fff;
}

/* $name='Text in H2 Style' */
.h2text a,
.h2text {
  font-size: 141.667%;
  /*17px*/
}

/* GREY Table */

/* $style='Grey' $value='grey' $cellpadding='0' $cellspacing='0' */
/* $name='Grey General' $type='table' */
.greygeneral {
  text-align: left;
  background-color: #fff;
  border: solid 1px #555555;
}

/* $name='Grey Top Left' $type='table' */
.greytopleft {
  padding: 0.5em 1em;
  color: #000;
  background-color: #b0b0b0;
  font-weight: bold;
  border-bottom: solid 1px #555555;
}

/* $name='Grey Top Centre' $type='table' */
.greytopcenter {
  padding: 0.5em 1em;
  color: #000;
  background-color: #b0b0b0;
  font-weight: bold;
  border-left: solid 1px #555555;
  border-bottom: solid 1px #555555;
}

/* $name='Grey Top Right' $type='table' */
.greytopright {
  padding: 0.5em 1em;
  color: #000;
  background-color: #b0b0b0;
  font-weight: bold;
  border-left: solid 1px #555555;
  border-bottom: solid 1px #555555;
}

/* $name='Grey Middle Left' $type='table' */
.greymiddleleft {
  padding: 0.5em 1em;
  border-bottom: solid 1px #d0d0d0;
}

/* $name='Grey Middle Centre' $type='table' */
.greymiddlecenter {
  padding: 0.5em 1em;
  border-left: solid 1px #e0e0e0;
  border-bottom: solid 1px #d0d0d0;
}

/* $name='Grey Middle Right' $type='table' */
.greymiddleright {
  padding: 0.5em 1em;
  border-left: solid 1px #e0e0e0;
  border-bottom: solid 1px #d0d0d0;
}

/* $name='Grey Bottom Left' $type='table' */
.greybottomleft {
  padding: 0.5em 1em;
}

/* $name='Grey Bottom Centre' $type='table' */
.greybottomcenter {
  padding: 0.5em 1em;
  border-left: solid 1px #e0e0e0;
}

/* $name='Grey Bottom Right' $type='table' */
.greybottomright {
  padding: 0.5em 1em;
  border-left: solid 1px #e0e0e0;
}

/* $name='Grey Odd' $type='table' */
.greyodd {
  background-color: #f0f0f0;
}

/* $name='Grey Even' $type='table' */
.greyeven {
  background-color: #fff;
}

/* $name='Grey Odd Cell' $type='table' */
.greyoddcell {
  background-color: #f0f0f0;
}

/* $name='Grey Even Cell' $type='table' */
.greyevencell {
  background-color: #fff;
}

/*********************/
/* End of editor.css */
/*********************/

/* Start of Basildon cruise.css changes */

.item__title {
  background-color: #b0b0b0;
  text-align: center;
  padding: 5px;
}

.homeallservices {
  display: none;
}

.a-intro__content h2 {
  font-size: 1em;
}

h5,
h6 {
  font-size: 1em;
}

/* underline links in body text */
.a-body__link {
  text-decoration: underline;
}

.a-body__link:hover {
  text-decoration: none;
}


@media (min-width: 640px) {
  .hometabs__tabheading:first-child {
    width: calc(66% / 3 - 1px);
    margin: 0 1px 0 0;
  }

  .hometabs__tabheading {
    width: 20%;
  }

  .hometabs__tabheading:last-child {
    width: calc(66% / 3 - 1px);
    margin: 0 0 0 1px;
  }

  .footer__navlink {
    padding-right: 0.4em;
    margin-right: 0.4em;
  }
}

.item__title {
  background-color: #003057;
}

.item__title .item__link {
  color: #fff;
}

#google_translate_element {
  float: left;
  position: absolute;
  z-index: 1000;
}

.st2 {
  background-color: #003057;
}

.template--home .header--thick {
  background-position-x: left;
  background-position-y: bottom;
}

@media (max-width: 480px) {
  #cludo-search-form input[type="text"] {
    font-size: 1.3em;
  }
}

@media (max-width: 380px) {
  #cludo-search-form input[type="text"] {
    font-size: 1em;
  }
}

.mobilemenu__searchtoggle {
  display: none;
}


.hometabs::after {
  content: "";
  position: absolute;
}

.container {
  padding: 0px 10px 0 10px;
}

/*itrent job vancancies border fix*/
#wr_content table,
#wr_content th,
#wr_content td {
  border: 0px;
}

#wr_content  table.sect_header {
    border-top: 1px solid #003f77;
    border-bottom: 1px solid #003f77;
    border-left: 1px solid #003f77;
    border-right: 1px solid #003f77;
}

/* fix goss error 20190507 */
a:focus, button:focus, input:focus, select:focus, textarea:focus, *[tabindex]:focus {
    outline: 0px none;
}


/* End of Basildon Changes */



/*Cludo Search styles*/
#cludo-search-results .cludo-hidden {
  display: none
}

#cludo-search-results .cludo-opacity0 {
  opacity: 0
}

#cludo-search-results .cludo-opacity1 {
  opacity: 1
}

.transition {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#cludo-search-form,
#cludo-search-form-content,
#cludo-search-results,
.cludo-search_autocomplete {
  box-sizing: border-box;
  text-shadow: none
}

#cludo-search-form *,
#cludo-search-form-content *,
#cludo-search-results *,
.cludo-search_autocomplete * {
  box-sizing: border-box;
  text-align: left;
  text-shadow: none;
  font-style: normal
}

#cludo-search-form ul,
#cludo-search-form-content ul,
.cludo-search-form ul,
.cludo-search-modal-body ul,
.cludo-search-modal-footer ul,
.cludo-search-modal-header ul {
  list-style: none;
  margin: 0;
  padding: 0
}

#cludo-search-form ul li,
#cludo-search-form-content ul li,
.cludo-search-form ul li,
.cludo-search-modal-body ul li,
.cludo-search-modal-footer ul li,
.cludo-search-modal-header ul li {
  margin: 0;
  padding: 0;
  border: 0
}

#cludo-search-form ul li:hover,
#cludo-search-form-content ul li:hover,
.cludo-search-form ul li:hover,
.cludo-search-modal-body ul li:hover,
.cludo-search-modal-footer ul li:hover,
.cludo-search-modal-header ul li:hover {
  background-color: transparent;
  border: 0
}

#cludo-search-form a,
#cludo-search-form a:link,
#cludo-search-form-content a,
#cludo-search-form-content a:link,
.cludo-search-form a,
.cludo-search-form a:link,
.cludo-search-modal-body a,
.cludo-search-modal-body a:link,
.cludo-search-modal-footer a,
.cludo-search-modal-footer a:link,
.cludo-search-modal-header a,
.cludo-search-modal-header a:link {
  color: #5da1ce;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none
}

#cludo-search-form a:hover,
#cludo-search-form a:link:hover,
#cludo-search-form-content a:hover,
#cludo-search-form-content a:link:hover,
.cludo-search-form a:hover,
.cludo-search-form a:link:hover,
.cludo-search-modal-body a:hover,
.cludo-search-modal-body a:link:hover,
.cludo-search-modal-footer a:hover,
.cludo-search-modal-footer a:link:hover,
.cludo-search-modal-header a:hover,
.cludo-search-modal-header a:link:hover {
  color: #3a8abe;
  text-decoration: none
}

#cludo-search-form a:focus,
#cludo-search-form a:link:focus,
#cludo-search-form-content a:focus,
#cludo-search-form-content a:link:focus,
.cludo-search-form a:focus,
.cludo-search-form a:link:focus,
.cludo-search-modal-body a:focus,
.cludo-search-modal-body a:link:focus,
.cludo-search-modal-footer a:focus,
.cludo-search-modal-footer a:link:focus,
.cludo-search-modal-header a:focus,
.cludo-search-modal-header a:link:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-form h2,
#cludo-search-form h3,
#cludo-search-form p,
#cludo-search-form-content h2,
#cludo-search-form-content h3,
#cludo-search-form-content p,
.cludo-search-form h2,
.cludo-search-form h3,
.cludo-search-form p,
.cludo-search-modal-body h2,
.cludo-search-modal-body h3,
.cludo-search-modal-body p,
.cludo-search-modal-footer h2,
.cludo-search-modal-footer h3,
.cludo-search-modal-footer p,
.cludo-search-modal-header h2,
.cludo-search-modal-header h3,
.cludo-search-modal-header p {
  margin: 0;
  padding: 0;
  white-space: normal
}

#cludo-search-form,
.cludo-search-form {
  display: block
}

#cludo-search-form .search-input,
#cludo-search-form input[type=search],
.cludo-search-form .search-input,
.cludo-search-form input[type=search] {
  border: 1px solid transparent;
  background-color: #f2f2f2;
  color: #4d4d4d;
  padding: 0 40px 0 10px;
  height: 40px;
  line-height: 1.2;
  width: 250px;
  font-size: 14px;
  -webkit-appearance: none
}

#cludo-search-form .search-button,
#cludo-search-form button,
#cludo-search-form-content button,
.cludo-search-form .search-button,
.cludo-search-form button {
  background-color: #f2f2f2;
  background-image: url(https://customer.cludo.com/img/search.svg);
  background-position: center center;
  text-indent: -999px;
  -webkit-transition: all .3s ease-in-out;
  padding: 4px;
  right: 2px;
  overflow: hidden
}

#cludo-search-form .search-input:focus,
#cludo-search-form input[type=search]:focus,
.cludo-search-form .search-input:focus,
.cludo-search-form input[type=search]:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-form .search-button,
#cludo-search-form button,
.cludo-search-form .search-button,
.cludo-search-form button {
  color: #4d4d4d;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  width: 40px;
  height: 36px;
  position: absolute;
  top: 2px;
  transition: all .3s ease-in-out;
  z-index: 9999;
  -webkit-filter: none;
  filter: none;
  float: none
}

#cludo-search-form .search-button:hover,
#cludo-search-form button:hover,
#cludo-search-form-content button:hover,
.cludo-search-form .search-button:hover,
.cludo-search-form button:hover {
  color: grey
}

#cludo-search-form .search-button:focus,
#cludo-search-form button:focus,
.cludo-search-form .search-button:focus,
.cludo-search-form button:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-form label,
.cludo-search-form label {
  position: absolute;
  left: -9999px;
  top: -9999px
}

#cludo-search-form,
.cludo-search-form,
.cludo-search_autocomplete {
  position: relative;
  margin: 0;
  z-index: 9999999
}

#cludo-search-form button,
.cludo-search-form button,
.cludo-search_autocomplete button {
  text-align: center
}

#cludo-search-form-content {
  position: relative;
  width: 100%;
  z-index: 99;
  display: block;
  padding: 0;
  border: 0
}

#cludo-search-form-content input[type=search] {
  background-image: none;
  background-color: #f2f2f2;
  border-top: 1px solid #5da1ce;
  border-bottom: 1px solid #5da1ce;
  border-left: 0;
  border-right: 0;
  color: #4d4d4d;
  position: relative;
  width: 100% !important;
  margin: 0 auto;
  font-size: 22px;
  padding: 0 100px 0 40px;
  height: 64px;
  line-height: 1.2;
  border-radius: 0;
  -webkit-appearance: none
}

#cludo-search-form-content button:focus,
#cludo-search-form-content input[type=search]:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-form-content button {
  color: #4d4d4d;
  background-repeat: no-repeat;
  position: absolute;
  transition: all .3s ease-in-out;
  z-index: 9999;
  border: 0;
  top: 2px;
  width: 96px;
  height: 60px;
  border-radius: 0;
  -webkit-filter: none;
  filter: none;
  float: none
}

@media (max-width:767px) {
  #cludo-search-form-content input[type=search] {
    height: 44px;
    line-height: 44px;
    padding: 0 60px 0 10px
  }

  #cludo-search-form-content button {
    right: 1px;
    top: 2px;
    height: 38px;
    width: 60px
  }
}

#cludo-search-form-content label {
  position: absolute;
  left: -9999px;
  top: -9999px
}

#cludo-search-form .search_autocomplete,
#cludo-search-form-content .search_autocomplete,
.cludo-search-form .search_autocomplete,
.cludo-search_autocomplete .search_autocomplete {
  position: absolute;
  top: 40px;
  background-color: rgba(242, 242, 242, .95);
  border: 1px solid transparent;
  width: 100%;
  z-index: 99999;
  margin: 0;
  padding: 0
}

#cludo-search-form .search_autocomplete h3,
#cludo-search-form-content .search_autocomplete h3,
.cludo-search-form .search_autocomplete h3,
.cludo-search_autocomplete .search_autocomplete h3 {
  font-size: 12px;
  color: #fff;
  background-color: #4d4d4d;
  padding: 7px;
  text-transform: uppercase;
  font-weight: 700
}

#cludo-search-form .search_autocomplete h3:after,
#cludo-search-form-content .search_autocomplete h3:after,
.cludo-search-form .search_autocomplete h3:after,
.cludo-search_autocomplete .search_autocomplete h3:after {
  content: ":"
}

#cludo-search-form .search_autocomplete li,
#cludo-search-form-content .search_autocomplete li,
.cludo-search-form .search_autocomplete li,
.cludo-search_autocomplete .search_autocomplete li {
  border-bottom: 1px solid transparent;
  color: #4d4d4d;
  padding: 7px;
  cursor: pointer;
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-image: none;
  text-shadow: none
}

#cludo-search-form .search_autocomplete li a,
#cludo-search-form-content .search_autocomplete li a,
.cludo-search-form .search_autocomplete li a,
.cludo-search_autocomplete .search_autocomplete li a {
  color: #4d4d4d
}

#cludo-search-form .search_autocomplete li.active,
#cludo-search-form .search_autocomplete li:hover,
#cludo-search-form-content .search_autocomplete li.active,
#cludo-search-form-content .search_autocomplete li:hover,
.cludo-search-form .search_autocomplete li.active,
.cludo-search-form .search_autocomplete li:hover,
.cludo-search_autocomplete .search_autocomplete li.active,
.cludo-search_autocomplete .search_autocomplete li:hover {
  background-image: none;
  background-color: #5da1ce;
  color: #fff
}

#cludo-search-form .search_autocomplete li.active a,
#cludo-search-form .search_autocomplete li:hover a,
#cludo-search-form-content .search_autocomplete li.active a,
#cludo-search-form-content .search_autocomplete li:hover a,
.cludo-search-form .search_autocomplete li.active a,
.cludo-search-form .search_autocomplete li:hover a,
.cludo-search_autocomplete .search_autocomplete li.active a,
.cludo-search_autocomplete .search_autocomplete li:hover a {
  color: #fff
}

#cludo-search-form .search_autocomplete li:last-child,
#cludo-search-form-content .search_autocomplete li:last-child,
.cludo-search-form .search_autocomplete li:last-child,
.cludo-search_autocomplete .search_autocomplete li:last-child {
  border-bottom: 0
}

#cludo-search-form-content .search_autocomplete {
  top: 63px;
  margin: 0;
  width: 100%;
  padding: 0;
  background-color: transparent
}

@media (max-width:767px) {
  #cludo-search-form-content .search_autocomplete {
    padding: 0;
    top: 43px
  }

  .cludo-search-modal-active {
    margin: 0
  }
}

#cludo-search-form-content .search_autocomplete h3 {
  padding: 12px 10px 7px 7px
}

#cludo-search-form-content .search_autocomplete li {
  font-size: 18px;
  padding: 7px 20px;
  background-color: rgba(242, 242, 242, .95)
}

.cludo-search-modal-overlay-inactive {
  display: none
}

.cludo-search-modal-active {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0
}

.cludo-search-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(31, 31, 31, .6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99313131', endColorstr='#99313131');
  z-index: 9999999999999;
  width: 100% !important
}

#cludo-search-modal-inner {
  position: relative;
  height: 100%;
  width: 100%
}

#cludo-search-results .cludo-search-modal-header {
  position: fixed;
  left: 50%;
  top: 30px;
  margin: 0 0 0 -470px;
  width: 940px;
  background-color: #fff;
  z-index: 9999999
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-header {
    width: 766px;
    margin-left: -383px
  }
}

@media (max-width:767px) {
  .cludo-search-modal {
    background-color: #fff;
    -webkit-filter: none;
    filter: none
  }

  #cludo-search-results .cludo-search-modal-header {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
    z-index: 1
  }

  #cludo-search-results .cludo-search-modal-header #cludo-close {
    border-radius: 0 !important
  }
}

#cludo-search-results .cludo-search-modal-header #cludo-close {
  position: relative;
  top: 0;
  right: 0;
  height: 39px;
  margin-left: auto;
  width: 150px;
  float: none;
  background-image: url(https://customer.cludo.com/img/cross.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding: 10px 0;
  cursor: pointer;
  text-align: right;
  display: block
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-header #cludo-close {
    color: #fff;
    height: 34px;
    width: 40px
  }
}

#cludo-search-results .cludo-search-modal-header #cludo-close button {
  background: 0 0;
  text-shadow: none;
  border: 0;
  cursor: pointer;
  color: #4d4d4d;
  text-transform: uppercase;
  padding: 0 40px 0 0;
  -webkit-filter: none;
  filter: none;
  float: none;
  width: auto;
  text-indent: 0
}

#cludo-search-results .cludo-search-modal-header #cludo-close button:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-header #cludo-close button {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    height: 35px;
    top: 0
  }
}

#cludo-search-results .cludo-search-modal-body {
  position: fixed;
  top: 128px;
  left: 50%;
  margin: 0 0 0 -470px;
  z-index: 0;
  height: 470px;
  padding: 30px 20px 0 40px;
  width: 880px;
  background-color: #fff;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 21px;
  box-sizing: content-box
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-body {
    width: 766px;
    margin-left: -383px;
    box-sizing: border-box
  }
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body {
    width: 100%;
    height: auto;
    top: 82px;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
    z-index: 0
  }
}

#cludo-search-results .cludo-search-modal-body:after {
  content: "";
  display: table;
  clear: both;
  height: 20px;
  width: 100%
}

#cludo-search-results .cludo-search-modal-body::-webkit-scrollbar {
  width: 12px
}

#cludo-search-results .cludo-search-modal-body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 10px
}

#cludo-search-results .cludo-search-modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  padding-right: 25px;
  background-color: rgba(0, 0, 0, .2)
}

#cludo-search-results .cludo-search-modal-body #cludo-loading {
  position: relative;
  margin: 20px auto;
  width: 83px;
  height: 30px
}

#cludo-search-results .cludo-search-modal-body #cludo-loading .loading {
  position: absolute;
  top: 0;
  height: auto;
  font-size: 20px;
  font-weight: 700;
  font-family: Arial, Sans-Serif;
  background-color: transparent
}

#cludo-search-results .cludo-search-modal-body #cludo-loading #loading_1 {
  color: #383838;
  width: 0;
  height: 22px;
  overflow: hidden;
  border-right: 2px solid #824fd3;
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  z-index: 1
}

#cludo-search-results .cludo-search-modal-body #cludo-loading #loading_2 {
  color: #cbcbcb;
  -webkit-animation-name: loading2;
  animation-name: loading2;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
  width: 83px;
  z-index: 0
}

@-webkit-keyframes loading {
  0% {
    width: 0
  }

  100% {
    width: 83px
  }
}

@keyframes loading {
  0% {
    width: 0
  }

  100% {
    width: 83px
  }
}

#cludo-search-results .cludo-search-modal-body .search-results {
  width: 75%;
  float: left;
  padding: 0 40px 0 0;
  margin: 0;
  border: 0
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body .search-results {
    width: 100%;
    padding: 0 10px
  }
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 -10px;
  padding: 0;
  min-height: 95px;
  border: 0;
  float: none;
  width: calc(100% + 20px)
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a {
  padding: 10px;
  margin: 0;
  display: block;
  color: #333;
  text-shadow: none;
  background-image: none;
  border: 2px solid transparent
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a h2,
#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a h3 {
  padding: 0;
  margin: 0 0 7px;
  border: 0;
  font-size: 22px;
  line-height: 27.5px;
  font-weight: 400;
  color: #333;
  display: block;
  white-space: normal;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a h2 b,
#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a h3 b {
  font-size: 22px;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a p {
  font-size: 14px !important;
  line-height: 21px !important;
  margin-bottom: 5px;
  color: #4d4d4d;
  white-space: normal;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a b {
  font-weight: 700;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item a .path {
  font-size: 12px;
  word-break: break-all;
  color: #ccc;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item:hover {
  background-color: #f2f2f2;
  background-image: none
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item:hover h2,
#cludo-search-results .cludo-search-modal-body .search-results .search-results-item:hover h3 {
  text-decoration: underline;
  color: #333
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item:hover p {
  color: #4d4d4d
}

#cludo-search-results .cludo-search-modal-body .search-results .search-results-item:hover .path {
  text-decoration: underline
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type {
  position: relative;
  line-height: 24px;
  padding-left: 24px;
  color: #4d4d4d;
  text-shadow: none;
  font-size: 14px
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type:before {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(https://customer.cludo.com/img/cludo-overlay-search-icons.png);
  background-repeat: no-repeat
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type.adobepdf:before {
  background-position: 0 0
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type.microsoftword:before {
  background-position: -20px -20px
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type.microsoftexcel:before {
  background-position: -20px 0
}

#cludo-search-results .cludo-search-modal-body .search-results .file-type.microsoftpowerpoint:before {
  background-position: 0 -20px
}

#cludo-search-results .cludo-search-modal-body #cludo-load-more {
  margin: 20px 0 50px;
  float: left;
  width: 70%;
  background-color: #5da1ce;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#cludo-search-results .cludo-search-modal-body #cludo-load-more:hover {
  background-color: #9e9e9e
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body #cludo-load-more {
    width: 100%
  }
}

#cludo-search-results .cludo-search-modal-body #cludo-load-more button {
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 0;
  background: 0 0;
  text-shadow: none;
  border: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-filter: none;
  filter: none;
  float: none;
  text-indent: 0;
  position: relative;
  top: 0;
  right: 0
}

#cludo-search-results .cludo-search-modal-body #cludo-load-more button:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-results .cludo-search-modal-body #cludo-back-to-top {
  position: fixed;
  top: 560px;
  left: 50%;
  width: 840px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 -420px;
  text-align: right;
  z-index: 999;
  float: none;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-body #cludo-back-to-top {
    width: 680px;
    margin-left: -340px
  }
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body #cludo-back-to-top {
    width: auto;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding-left: 10px;
    bottom: 20px;
    right: 37px;
    top: auto;
    left: auto;
    color: #fff;
    background-color: rgba(50, 50, 50, .6)
  }
}

#cludo-search-results .cludo-search-modal-body #cludo-back-to-top button {
  text-align: right;
  text-transform: uppercase;
  color: #9e9e9e;
  font-size: 12px;
  cursor: pointer;
  background: 0 0;
  text-shadow: none;
  border: 0;
  padding: 0 25px 0 0;
  -webkit-filter: none;
  filter: none;
  float: none;
  line-height: 30px;
  height: 100%;
  width: auto;
  text-indent: 0
}

#cludo-search-results .cludo-search-modal-body #cludo-back-to-top button:focus {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  outline: 0
}

#cludo-search-results .cludo-search-modal-body #cludo-back-to-top:after {
  content: "";
  background-image: url(https://customer.cludo.com/img/arrow-up.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 30px
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body #cludo-back-to-top button {
    color: #fff
  }

  #cludo-search-results .cludo-search-modal-body #cludo-back-to-top:after {
    background-image: url(https://customer.cludo.com/img/arrow-up-white.svg);
    background-color: transparent;
    height: 35px
  }
}

#cludo-search-results .cludo-search-modal-body .cludo-banner {
  padding: 15px;
  margin: 15px 0;
  background-color: #f2f2f2;
  color: #4d4d4d;
  float: none !important;
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .cludo-banner * {
  text-shadow: none
}

#cludo-search-results .cludo-search-modal-body .cludo-banner ul {
  margin-left: 20px
}

#cludo-search-results .cludo-search-modal-body .cludo-banner ul li {
  list-style: disc
}

#cludo-search-results .cludo-search-modal-body .cludo-banner a {
  color: #5da1ce;
  text-decoration: underline
}

#cludo-search-results .cludo-search-modal-body .cludo-banner p {
  font-size: 14px !important;
  line-height: 21px !important
}

#cludo-search-results .cludo-search-modal-body .cludo-banner h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal
}

#cludo-search-results .cludo-search-modal-body .cludo-banner h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal
}

#cludo-search-results .cludo-search-modal-body .cludo-banner h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal
}

#cludo-search-results .cludo-search-modal-body .cludo-banner h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: normal
}

#cludo-search-results .cludo-search-modal-body .cludo-banner img {
  max-width: 100%;
  max-height: 100%
}

#cludo-search-results .cludo-search-modal-body .cludo-banner:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0
}

#cludo-search-results .cludo-search-modal-body .search-result-count,
#cludo-search-results .cludo-search-modal-body .search-result-count * {
  font-size: 18px;
  padding: 15px 0
}

#cludo-search-results .cludo-search-modal-body .search-result-count {
  float: left;
  width: 75%;
  color: #4d4d4d
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body .search-result-count {
    width: 100%;
    margin-top: 20px;
    padding: 0 0 10px 10px
  }
}

#cludo-search-results .cludo-search-modal-body .search-did-you-mean {
  cursor: pointer;
  font-size: 18px;
  float: left;
  width: 75%;
  color: #4d4d4d
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-body .search-did-you-mean {
    width: 100%;
    padding: 0 0 0 10px
  }
}

#cludo-search-results .cludo-search-modal-body .search-did-you-mean b {
  text-decoration: underline;
  color: #5da1ce;
  font-size: 18px
}

#cludo-search-results .cludo-search-modal-footer {
  position: fixed;
  top: 600px;
  left: 50%;
  width: 940px;
  height: 21px;
  margin: 0 0 0 -470px;
  display: block
}

@media (max-width:940px) {
  #cludo-search-results .cludo-search-modal-footer {
    width: 766px;
    margin-left: -383px
  }

  #cludo-search-results .cludo-search-modal-body {
    -webkit-overflow-scrolling: touch
  }

  #cludo-search-results .cludo-search-modal-body>* {
    -webkit-transform: translateZ(0)
  }
}

#cludo-search-results .search-filters ul {
  border: 1px solid #ccc
}

@media (max-width:767px) {
  #cludo-search-results .cludo-search-modal-footer {
    display: none
  }

  #cludo-search-results .search-filters ul {
    display: none;
    border: 0;
    box-shadow: 2px 2px 5px #d9d9d9;
    border-radius: 0 !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 36px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .8)
  }

  #cludo-search-results .search-filters ul li {
    background-color: #fff
  }
}

#cludo-search-results .search-filters ul li {
  width: 100%;
  border: 0;
  text-shadow: none;
  padding: 0;
  margin: 0;
  float: none;
  border-bottom: 1px solid #ccc
}

#cludo-search-results .search-filters ul li:last-child {
  border-bottom: 0
}

@media (max-width:767px) {
  #cludo-search-results .search-filters ul li:last-child {
    border-bottom: 1px solid #ccc
  }
}

#cludo-search-results .search-filters ul li:hover {
  background-image: none
}

#cludo-search-results .search-filters ul a {
  padding: 12px 10px;
  display: block;
  color: #4d4d4d;
  cursor: pointer;
  float: none;
  margin: 0;
  text-shadow: none;
  border: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#cludo-search-results .search-filters ul a:hover {
  background-color: #f2f2f2;
  color: grey;
  background-image: none
}

#cludo-search-results .search-filters ul a.active {
  background-color: #5da1ce;
  color: #fff
}

#cludo-search-results .cludo-search-modal-body .search-filters {
  position: relative;
  width: 25%;
  float: right;
  margin-top: -40px;
  display: block
}

#cludo-search-results .cludo-search-modal-body .search-filters .search-filters-mobile-button,
#cludo-search-results .cludo-search-modal-header .search-filters {
  display: none
}

@media (max-width:767px) {
  #cludo-search-results .search-filters ul a {
    border-radius: 0 !important
  }

  #cludo-search-results .cludo-search-modal-body .search-filters {
    display: none
  }

  #cludo-search-results .cludo-search-modal-header .search-filters {
    display: block;
    width: 100%;
    margin-top: 0;
    position: fixed;
    top: 36px;
    background-color: #fff;
    z-index: 999
  }
}

#cludo-search-results .cludo-search-modal-header .search-filters .search-filters-mobile-button {
  display: block;
  position: fixed;
  background-image: url(https://customer.cludo.com/img/ellipsis.svg);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  height: 36px;
  width: 40px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  overflow: hidden
}

#cludo-search-results .cludo-search-modal-header .search-filters .search-filters-mobile-button.open {
  background-color: #5da1ce;
  background-image: url(https://customer.cludo.com/img/ellipsis-active.svg)
}

#cludo-search-results .cludo-search-modal-header .search-filters li:first-child {
  border-top: 1px solid #ccc
}

#cludo-search-results .cludo-poweredby {
  position: relative;
  top: 26px;
  right: 0;
  margin-left: auto;
  width: 120px;
  height: 21px;
  background-image: url(https://customer.cludo.com/img/cludo-overlay-search-powered-by-Cludo-light.png);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  float: none;
  display: block
}

@media (max-width:767px) {
  #cludo-search-results .cludo-poweredby {
    display: none
  }
}

#cludo-search-results .cludo-poweredby a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent !important;
  text-indent: -999px;
  overflow: hidden
}

#cludo-search-results .cludo-poweredby-mobile {
  display: none
}

@media (max-width:767px) {
  #cludo-search-results .cludo-poweredby-mobile {
    display: block;
    width: 100%;
    height: 35px;
    margin-left: 10px;
    background-image: url(https://customer.cludo.com/img/cludo-overlay-search-powered-by-Cludo.png);
    background-position: center left;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer
  }
}

#cludo-search-results .cludo-poweredby-mobile a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent !important
}

.cludo-no-search-term {
  background-image: url(https://customer.cludo.com/img/search-here.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 24px;
  margin: -50px 0 50px -5px;
  padding-left: 33px;
  font-size: 18px;
  color: #4d4d4d
}

@media (max-width:767px) {
  .cludo-no-search-term {
    margin-top: -26px
  }
}

/*End of Cludo search styles*/

/*Browsealoud styling fixes*/
#__ba_panel {
  border: 0 !important;
  text-align: left;
  width: 100% !important;
}

._ba_logo {
  width: 127px;
  float: right;
}

/*End of Browsealoud styling fixes*/

.accordion__content ul {
	padding: 0 0 20px 40px;
	list-style: disc;
	overflow: hidden;
}

.accordion__content ol {
	padding: 0 0 20px 40px;
	list-style: decimal;
	overflow: hidden;
}

.accordion__content ul ul,
.accordion__content ol ol {
	padding-bottom: 0;
}

.accordion__content li {
	padding: 5px 0
}
