/* Bolton font */


html {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}

html,
body {
  font-size: 1rem;
  line-height: 1.4;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  background-color: #10191c;
}

.page {
  width: unset;
  margin: unset;
  max-width: unset;
  min-width: unset;
  background-color: #ffffff;
}

#content {
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

/*
-----------------------------------------------
 Site header start
-----------------------------------------------
*/

.header::before,
.header::after,
.area::before,
.area::after,
.menu::before,
.menu::after,
.menuButton::before,
.menuButton::after,
.menuList::before,
.menuList::after,
.inlineServiceList::before,
.inlineServiceList::after {
  display: table;
  content: " ";
}

.header::after,
.area::after,
.menu::after,
.menuButton::after,
.menuList::after,
.inlineServiceList::after {
  clear: both;
}


.header {
  padding-bottom: 0;
  margin-bottom: 0;
  background-image: none !important;
  border-bottom: 1px solid #0077b4;
}


#HeaderAreaInSingleColumnNoNavigationTemplate {
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0.5rem 1rem;
}

.service-heading {
  font-size: 1.5rem;
  margin: 15px 0 10px 0;
  color: #4c5355;
  font-family: "boltonregular", Georgia, serif !important;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: inherit;
  text-transform: none;
  display: block;
}


@media screen and (min-width: 1032px) {

   #HeaderAreaInSingleColumnNoNavigationTemplate {
      padding: 2.25rem 1rem;
   }
   
   .service-heading {
       margin-bottom: 0;
    
   }

}

@media screen and (max-width: 959px) {
  .service-heading {
    margin-top: 0px;
    font-size: 1.125rem !important;
  }
}

/* Site header end
-----------------------------------------------*/

/*
-----------------------------------------------
 Menu start
-----------------------------------------------
*/

#menuButton {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-image: none;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .menuButton {
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  #menuButton {
    display: block;
    width: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .header .menu {
    padding-top: 0px;
  }
}

.menu {
  float: none !important;
  max-width: unset;
}

@media only screen and (max-width: 768px) {
  .menu > ul {
    background-color: #0077b4;
  }
}

.menu > ul.menuList {
  margin: 7.5px -15px;
}

.menu > ul > li {
    border-left: none;
    float: none;
    display: inline-block;
    padding: 0 1em;
    line-height: 22px;
}

.menu > ul > li > a {
  text-decoration: none;
  text-decoration-line: none;
  background-image: none;
  border-left: unset;
  color: #10191c;
  margin: 5px;
}

.menu > ul > li > a:hover,
.menu > ul > li > a:focus,
.menu > ul > li > a:active {
  color: #008142;
}

@media (min-width: 768px) {
  .menu > ul > li > a {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .menu > ul > li > a {
    color: #fff;
    padding: 10px 15px;
    line-height: 22px;
    display: block;
  }

  .menu > ul > li > a:hover,
  .menu > ul > li > a:focus,
  .menu > ul > li > a:active {
    color: #fff;
    background-color: #026198;
    z-index: 1;
  }
}


@media only screen and (max-width: 768px) {
  .menu > ul > li {
    float: none;
    display: block;
    border-top: none;
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .menuList {
    float: right !important;
    margin-right: -15px;
  }
}

/* Menu end
-----------------------------------------------*/

/*
-----------------------------------------------
 Dform container start
-----------------------------------------------
*/

#dform_container {
  padding: 0 !important;
}


/* Dform container end
-----------------------------------------------*/


/*
-----------------------------------------------
 Dform ontrols start
-----------------------------------------------
*/

#dform_container #dform_ref_display {
  margin: 2rem 0 1rem !important;
  float: none;
  width: 100%;
}


#dform_container #dform_controls .container .six.header1,  
#dform_container #dform_controls .container #dform_ref_display {
    display: none !important;
}

* Dform controls end
-----------------------------------------------*/


/*
-----------------------------------------------
 Headings start
-----------------------------------------------
*/

/*
h1,
.h1,
.header1,
h2,
.h2,
.header2,
h3,
.h3,
.header3,
h4,
.h4,
.header4,
h5,
.h5,
.header5,
h6,
.h6,
.header6 {
  color: #10191c !important;
  font-family: "boltonregular", Georgia, serif !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: inherit;
  text-transform: none;
}

h1,
.h1,
.header1 {
  font-size: 2.5rem !important;
  margin: 2rem 0 1.5rem !important;
}

@media screen and (max-width: 959px) {
  h1,
  .h1,
  .header1 {
    font-size: 1.875rem !important;
  }
}

.h1 {
  display: block !important;
}

h2,
.h2,
.header2 {
  font-size: 2.25rem !important;
  margin: 1.5rem 0 0.75rem !important;
}

h2,
.h2,
.header2 {
  color: #4c5355 !important;
}

@media screen and (max-width: 959px) {
  h2,
  .h2,
  .header2 {
    font-size: 1.6875rem !important;
  }
}

h2 + h3,
.h2 + h3,
.header2 + h3,
h2 + .h3,
h2 + .header3,
.h2 + .h3,
.header2 + .header3 {
  margin: 0.5rem 0 1.5rem !important;
}

.h2 {
  display: block !important;
}

h3,
.h3,
.header3 {
  font-size: 2rem !important;
  margin: 1rem 0 0.375rem !important;
}

h3,
.h3,
.header3 {
  color: #4c5355 !important;
}

@media screen and (max-width: 959px) {
  h3,
  .h3,
  .header3 {
    font-size: 1.5rem !important;
  }
}

h3 + h4,
.h3 + h4,
.header3 + h4,
h3 + .h4,
h3 + .header4,
.h3 + .h4,
.header3 + .header4 {
  margin: 0.25rem 0 1rem !important;
}

.h3 {
  display: block !important;
}

h4,
.h4,
.header4 {
  font-size: 1.75rem !important;
  margin: 2rem 0 0 !important;
}

@media screen and (max-width: 959px) {
  h4,
  .h4,
  .header4 {
    font-size: 1.3125rem !important;
  }
}

.h4 {
  display: block !important;
}

h5,
.h5,
.header5 {
  font-size: 1.5rem !important;
  margin: 0.75rem 0 0 !important;
}

h5,
.h5,
.header5 {
  color: #4c5355 !important;
}

@media screen and (max-width: 959px) {
  h5,
  .h5,
  .header5 {
    font-size: 1.125rem !important;
  }
}

.h5 {
  display: block !important;
}

h6,
.h6,
.header6 {
  font-size: 1.25rem !important;
  margin: 0.5rem 0 0 !important;
}

h6,
.h6,
.header6 {
  color: #4c5355 !important;
}

@media screen and (max-width: 959px) {
  h6,
  .h6,
  .header6 {
    font-size: 1rem !important;
  }
}

.h6 {
  display: block !important;
}

*/

h1,
.h1,
.header1,
h2,
.h2,
.header2,
h3,
.h3,
.header3,
h4,
.h4,
.header4,
h5,
.h5,
.header5,
h6,
.h6,
.header6 {
	color: #10191c;
	font-family: "boltonregular", Georgia, serif;
	font-weight: 400;
	line-height: 1.1;
}

h1,
.h1,
.header1 {
	font-size: 2.5rem;
	margin: 2rem 0 1.5rem !important;
}

@media screen and (max-width: 959px) {
	h1,
	.h1,
	.header1 {
		font-size: 1.875rem;
	}
}

.h1 {
	display: block;
}

h2,
.h2,
.header2 {
	font-size: 2.25rem;
	margin: 1.5rem 0 .75rem !important;
}

h2,
.h2,
.header2 {
	color: #4c5355
}

@media screen and (max-width: 959px) {
	h2,
	.h2,
	.header2 {
		font-size: 1.6875rem;
	}
}

h2+h3,
.h2+h3,
.header2+h3,
h2+.h3,
h2+.header3,
.h2+.h3,
.header2+.header3 {
	margin: .5rem 0 1.5rem !important;
}

.h2 {
	display: block;
}

h3,
.h3,
.header3 {
	font-size: 2rem;
	margin: 1rem 0 .375rem !important;
}

h3,
.h3,
.header3 {
	color: #4c5355;
}

@media screen and (max-width: 959px) {
	h3,
	.h3,
	.header3 {
		font-size: 1.5rem;
	}
}

h3+h4,
.h3+h4,
.header3+h4,
h3+.h4,
h3+.header4,
.h3+.h4,
.header3+.header4 {
	margin: .25rem 0 1rem !important;
}

.h3 {
	display: block;
}

h4,
.h4,
.header4 {
	font-size: 1.75rem;
	margin: 2rem 0 0 !important;
}

@media screen and (max-width: 959px) {
	h4,
	.h4,
	.header4 {
		font-size: 1.3125rem;
	}
}

.h4 {
	display: block;
}

h5,
.h5,
.header5 {
	font-size: 1.5rem;
	margin: .75rem 0 0 !important;
}

h5,
.h5,
.header5 {
	color: #4c5355;
}

@media screen and (max-width: 959px) {
	h5,
	.h5,
	.header5 {
		font-size: 1.125rem;
	}
}

.h5 {
	display: block;
}

h6,
.h6,
.header6 {
	font-size: 1.25rem;
	margin: .5rem 0 0 !important;
}

h6,
.h6,
.header6 {
	color: #4c5355
}

@media screen and (max-width: 959px) {
	h6,
	.h6,
	.header6 {
		font-size: 1rem;
	}
}

.h6 {
	display: block;
}


/* Headings end
-----------------------------------------------*/

/*
-----------------------------------------------
 Anchors start
-----------------------------------------------
*/

a {
  background-image: -webkit-linear-gradient(
    bottom,
    #0077b4 0,
    #0077b4 1px,
    transparent 0.07rem,
    transparent 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #0077b4 0,
    #0077b4 1px,
    transparent 0.07rem,
    transparent 100%
  );
  background-image: linear-gradient(
    to top,
    #0077b4 0,
    #0077b4 1px,
    transparent 0.07rem,
    transparent 100%
  );
  background-repeat: no-repeat;
  color: #0077b4;
  background-size: 100% 100%;
  color: #0077b4;
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-size 0.2s ease-out;
  -o-transition: color 0.3s, background-size 0.2s ease-out;
  transition: color 0.3s, background-size 0.2s ease-out;
  z-index: 1;
}

a:hover,
a:focus {
  -webkit-animation: underlineSwap 0.3s ease-out;
  animation: underlineSwap 0.3s ease-out;
  background-image: -webkit-linear-gradient(
    bottom,
    #008142 0,
    #008142 1px,
    transparent 0.07rem,
    transparent 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #008142 0,
    #008142 1px,
    transparent 0.07rem,
    transparent 100%
  );
  background-image: linear-gradient(
    to top,
    #008142 0,
    #008142 1px,
    transparent 0.07rem,
    transparent 100%
  );
  background-size: 100% 100%;
}

a::after {
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
  content: "";
  position: absolute;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s,
    -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  width: calc(100% + 0.375rem);
  z-index: -1;
  bottom: -1px;
  height: calc(100% + 2px);
  left: -1px;
  width: calc(100% + 2px);
}

a:focus {
  outline: none;
}

a:focus::after {
  -webkit-box-shadow: 0 0 0 2px #fbba07;
  box-shadow: 0 0 0 2px #fbba07;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

a:visited {
  color: #aa6000;
}

a:hover,
a:focus,
a:active {
  color: #008142;
}

a:focus {
  outline: 0;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Anchors end
-----------------------------------------------*/

/* 
-----------------------------------------------
   Identity
-----------------------------------------------*/

.identity * {
  font-family: "boltonregular", Georgia, serif !important;
}

.identity {
  display: inline-block;
  font-family: "boltonregular", Georgia, serif !important;
  line-height: 0.8;
}

.site-header .identity {
  margin: 0;
  float: left;
}

@media screen and (max-width: 599px) {
  .site-header .identity {
    font-size: 2em;
  }
}

@media screen and (min-width: 600px) and (max-width: 1031px) {
  .site-header .identity {
    font-size: 2em;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1032px) {
  .site-header .identity {
    font-size: 2.5em;
    margin-bottom: -0.125rem;
  }
}


@media print {
  .identity__text--multicolour::before {
    content: none;
  }
}

/* Identity end
----------------------------------------------*/

/*
-----------------------------------------------
 Lists start
-----------------------------------------------
*/

ul,
ol,
dd {
  margin-left: 0px;
}

/* List end
-----------------------------------------------*/

/*
-----------------------------------------------
 Footer start
-----------------------------------------------
*/

.footer {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.site-footer__rights {
  color: #fff;
}

.site-footer__suppliers {
  color: #fff;
}

/* Footer end
-----------------------------------------------*/

/*
-----------------------------------------------
 Alerts start
-----------------------------------------------
*/

.info,
.success,
.warning,
.error {
  border-radius: 0px;
}

/* Alerts end
-----------------------------------------------*/

/* Adjust panel margin
-----------------------------------------------*/

.panel {
  margin-top: 1.5rem !important;
}

/* Resize labels
-----------------------------------------------*/

.le-content #dform_container label,
.label,
label {
  width: unset;
}

/*
-----------------------------------------------
 LE content start
-----------------------------------------------
*/

.le-content .le-header,
.le-content .le-profile-header,
.le-content .le-request-header {
  color: #386fa2 !important;
}

.le-content .le-message,
.le-content .le-error-message {
  border-radius: 0px;
}

.le-content .header2 {
  display: block;
}

.le-content {
  margin-bottom: 20px;
}

.le-content .le-request-item {
  margin-top: 15px;
}

.le-content .le-request-list-link {
  margin-bottom: 20px;
}

.le-content .le-request-note-details {
    margin-bottom: 20px;
}

.le-content .le-request-note {
  margin-top: 15px;
  margin-bottom: 25px;
}

.le-content .le-request-note .le-request-note-created {
  font-style: italic;
  margin-bottom: 5px;
}

.le-content .le-request-note .le-request-note-content {
  padding-top: 10px;
  border: 1px solid #cfcfcf;
}

/* LE content end
-----------------------------------------------*/

/*
-----------------------------------------------
 Service list start
-----------------------------------------------
*/

.serviceListMenu > ul {
   margin-left: 0;
   margin-top: 0;
}

.serviceList {
  margin-bottom: 20px !important;
}

.inlineServiceList {
  padding: 0 0.5rem 0.5rem 0;
  text-align: center;
  line-height: 1.1;
  width: 11.11111%;
}

.inlineServiceList a {
  border-radius: 0;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 2px solid #0077b4;
  background-image: none;
}

.inlineServiceList a:hover {
  border-color: #00904a;
  color: #008142;
}

.inlineServiceList span {
  border-radius: 0;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  border: 2px solid #b1b8b6;
  background-color: #fff;
  color: #586062;
  cursor: not-allowed;
  opacity: inherit;
}

@media screen and (min-width: 600px) {
  .inlineServiceList {
    width: 7.69231%;
  }
}

@media screen and (min-width: 760px) {
  .inlineServiceList {
    padding: 0 0.5rem 0 0;
    width: 5%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .inlineServiceList {
    padding: 0 0.5rem 0.5rem 0;
    width: 7.69231%;
  }
}

/* Service list end
-----------------------------------------------*/


/*
-----------------------------------------------
 Article start
-----------------------------------------------
*/


#article .articleHeader {
    padding-left: 0px;
   
}

#article .articleContent {
    padding-left: 0px;
}

#article .articleContent ul {
    list-style: disc;
}

#article #tags .title {
    padding-left: 0px;
}

#article .markup {
     padding-left: 0px;
}


/* Article end
-----------------------------------------------*/


/*
-----------------------------------------------
 Nav logout start
-----------------------------------------------
*/

#nav_logout button {
    border-radius: 0;
    font-weight: normal;
    color: #10191c;
    padding: 0;
    margin: 5px;
    text-shadow: none;
}

@media (min-width: 768px) {
  #nav_logout button {
    padding: 15px;
  }
}

#nav_logout button:focus {
    box-shadow: 0 0 0 2px #fbba07;
    text-decoration: none
}
#nav_logout button:hover, #nav_logout button:active, #nav_logout button:focus {
    color: #008142;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0);
}



@media only screen and (max-width: 768px) {
   #nav_logout button {
      color: #fff;
      padding: 10px 15px;
      display: block;
      width: 98%;
      text-align: left
  }
  
  #nav_logout button:hover, #nav_logout button:active, #nav_logout button:focus {
    color: #fff;
    text-decoration: none;
    background-color: #026198;
    
  }

}


/* Nav logout end
-----------------------------------------------*/
