@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900");

 @import url(//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);

 @import url(//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css); 

@font-face {
 font-family:'boltonregular';
 src:url("/gmswa/downloads/file/1/bolton-mac-webfont") format("woff2"),
 url("/gmswa/downloads/file/2/bolton-mac-webfont") format("woff");
 font-weight:normal;
 font-style:normal
}

/*
	Phantom by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

body, input, textarea, select {
       font:1em / 1.5 "Roboto",sans-serif;
   }
   
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 { font-family: "boltonregular", Georgia, serif; font-weight: 400; color: #684CAC;} 

                *:focus,
                input[type="text"]:focus,
                input[type="password"]:focus,
                input[type="email"]:focus,
                input[type="tel"]:focus,
                input[type="search"]:focus,
                input[type="date"]:focus,
                .list__link:focus,
                .button:focus,
                select:focus,
                textarea:focus {
                color: #000 !important;
                outline: 3px dotted #fd0;
                background-color: #fd0 !important;
                box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
                outline: 3px solid transparent;
                text-decoration: none;
                }

h1 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 0.5em 0;
    letter-spacing: -0.015em;
}

#menu {
    background: #25262d;
}

#menu h2 {
    color: #905187; 
    line-height: 1.2em;
    font-size: 24px;
    margin: 12px 0px 10px 12px;
}

#menu a {
	text-decoration: none;
}

#menu a.close {
    color:#fff;
    margin-left: 3px;
    border: 1px dotted white;
    padding: 2px;
    margin-top: 10px;
}

#menu a.close:hover {
    color: #905187 !important;
}


#menu > .jspContainer > .jspPane > .inner > ul {
    list-style-type: none;
    padding:0px;
    margin:0px;
}


#menu > .jspContainer > .jspPane > .inner > ul > li a {
    display: block;
    padding: 0.3em 0.2em;
    line-height: 1.3em;
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    color: #fff;
}

#menu > .jspContainer > .jspPane > .inner > ul > li a:hover { 
    background: #fff; 
}

#menu .inner {
    padding: 20px 30px 25px 30px;
}


/* Navigation Widget Menu  */

/* #menu ul.list:nth-of-type(1) {
    display: none;
} */

 #menu h2:nth-of-type(1) {
    display: none;
} 


 #menu ul.list:nth-last-of-type(1) {
    display: none;
}  

 #menu h2:nth-last-of-type(1) {
    display: none;
}


/* #menu {
   position: absolute;
   overflow-y: auto;
  -webkit-overflow-scrolling: touch !important; // mobile safari
} */

#menu > .inner {
    -moz-transition: opacity 0.45s ease;
    -webkit-transition: opacity 0.45s ease;
    -ms-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    opacity: 0;
    overflow-y: auto;
-webkit-overflow-scrolling: auto;
}

/* width */
#menu ::-webkit-scrollbar {
 -webkit-appearance: none;
  width: 25px;
}

/* Track */
#menu ::-webkit-scrollbar-track {
  background: #905187;
}

/* Handle */
#menu ::-webkit-scrollbar-thumb {
  background: #905187;
  border-radius: 4px;
  background-color: rgba(144, 81, 135, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* Handle on hover */
#menu ::-webkit-scrollbar-thumb:hover {
  background: #ba93b5;
}


/* Buttons */

.button { 
    font-weight: 900;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.button.small {
    font-size: 0.7em;
}

.button.primary {
    font-size: 0.9em;
}

 a.button{
    line-height: 1.6em;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    background-color: #585858;
    color:#fff !important;
    padding: 0.6em 1.5em 0.5em 1.5em;
    height: 2.9em;
}

 a.button:hover {
    color: #fff !important;
    background-color: #f9b62f !important;
}


 a.button.list__link { 
    appearance: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 2px #585858;
    color: #585858 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 900;
    height: 3.5em;
    letter-spacing: normal;
    line-height: 3.45em;
    overflow: hidden;
    padding: 0 1.25em 0 1.6em;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}


#searchbtn {
   text-transform: none;
}



#menu ::-webkit-scrollbar-button
{
  border-style: solid;
  height: 16px;
  width: 16px;
}


/* Up */
#menu ::-webkit-scrollbar-button:vertical:decrement
{
  border-width: 0 7px 14px 7px;
  border-color: transparent transparent #ba93b5 transparent;
}

#menu ::-webkit-scrollbar-button:vertical:decrement:hover
{
  border-color: transparent transparent #905187 transparent;
}


/* Down */
#menu ::-webkit-scrollbar-button:vertical:increment
{
  border-width: 14px 7px 0 7px;
  border-color: #ba93b5 transparent transparent transparent;
}

#menu ::-webkit-scrollbar-button:vertical:increment:hover
{
  border-color: #905187 transparent transparent transparent;
}


/* Header */

	#header {
		padding: 0.25em 0 1em 0;
		background-color: #ffffff;
		border-bottom: 4px solid #684CAC;
		height: 150px;
	}

		#header .logo {
			display: block;
			border-bottom: 0;
			color: inherit;
			font-weight: 900;
			letter-spacing: 0.35em;
			margin: 0 0 1em 0;
			text-decoration: none;
			text-transform: uppercase;
			display: inline-block;
		}

			#header .logo > * {
				display: inline-block;
				vertical-align: middle;
			}

			#header .logo .symbol {
				margin-right: 0.55em;
			}

				#header .logo .symbol img {
					display: block;
					width: 100%;
					height: auto;
				}

		#header nav {
			position: fixed;
			right: 2em;
			top: 2em;
			z-index: 10000;
		}

			#header nav ul {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header nav ul li {
					display: block;
					padding: 0;
				}

					#header nav ul li a {
						display: block;
						position: relative;
						height: 3em;
						line-height: 3em;
						padding: 0 1.5em;
						background-color: rgba(255, 255, 255, 0.5) !important;
						border-radius: 4px;
						border: 0;
						font-size: 0.8em;
						font-weight: 900;
						letter-spacing: 0.35em;
						text-transform: uppercase;
					}

					#header nav ul li a[href="#menu"] {
						-webkit-tap-highlight-color: transparent;
						width: 4em;
						text-indent: 4em;
						font-size: 1em;
						overflow: hidden;
						padding: 0;
						white-space: nowrap;
					}

						#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
							-moz-transition: opacity 0.2s ease;
							-webkit-transition: opacity 0.2s ease;
							-ms-transition: opacity 0.2s ease;
							transition: opacity 0.2s ease;
							content: '';
							display: block;
							position: absolute;
							top: 0;
							left: 0;
							width: 100%;
							height: 100%;
							background-position: center;
							background-repeat: no-repeat;
							background-size: 2em 2em;
						}

						#header nav ul li a[href="#menu"]:before {
							background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %234203BF%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E") !important;
							opacity: 0;
						}

						#header nav ul li a[href="#menu"]:after {
							background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E") !important;
							opacity: 1;
						}

						#menu > .close::before {
    					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %234203BF%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E") !important;
    					opacity: 0;
						}


						#header nav ul li a[href="#menu"]:hover:before {
							opacity: 1;
						}

						#header nav ul li a[href="#menu"]:hover:after {
							opacity: 0;
						}

		@media screen and (max-width: 736px) {

			#header {
				padding: 4em 0 0.1em 0;
				height: 90%;
			}

				#header nav {
					right: 0.4em;
					top: 0.5em;
				}

					#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
						background-size: 1.5em 1.5em;
					}
			
						#header .logo .symbol img {
    						display: block;
    						width: 100%;
    						height: auto;
    						margin-top: -50px;
						}

		}

/* Icons */

ul.icons li {
    display: inline-block;
    padding: 0 0 0 0;
}

.nav--social-links ul.icons li {
    display: inline-block;
    padding: 0 0 0 16px;
}

.icon::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    margin-right: 10px;
}


#footer li a:hover {
    color: #f9b62f !important;
}

.linktree {
        width: 21px;
        height: 19px;
        background: url("/boltondes/images/linktree.png") no-repeat;
        display: inline-block;
	margin-bottom: -2px;
    }

.linktree:hover {
        background: url("/boltondes/images/linktree_orange.png") no-repeat;
    }

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #ffffff;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea {
		color: #585858;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.75;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 14pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

	a {
		-moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		-webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		-ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		transition: border-bottom-color 0.2s ease, color 0.2s ease;
		text-decoration: underline;
		color: #404040;
		border-bottom: none;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #e14700;
		}

	strong, b {
		font-weight: 900;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1em 0;
		color: #404040;
		line-height: 1.25em;
		font-family: arial;
	}

	p.summary {
    font-size: 1.2em;
    color: black;
    font-weight: bold;
    margin-top: 35px !important;
    margin-left: 0px;
    display: block;
	}

	h2, h3, h4, h5, h6 {
		font-weight: 900;
		line-height: 1.1;
		margin: 0 0 2em 0;
		text-transform: uppercase;
	}

		h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
		}

	h2 {
	font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 0.5em 0;
    text-transform: none;
    letter-spacing: 1px;
	}

	h3 {
    /* font-size: 1.1em; */
	font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 0.5em 0;
    letter-spacing: -0.015em;
    text-transform: none;
	}

	h4 {
		font-size: 0.8em;
	}

	h5 {
		font-size: 0.8em;
	}

	h6 {
		font-size: 0.8em;
	}

	@media screen and (max-width: 980px) {

		h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
			display: none;
		}

	}

	@media screen and (max-width: 736px) {

		h2 {
			font-size: 1.5em;
		}

		h3 {
			font-size: 1.3em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px #742569;
		font-style: normal;
		margin: 0 0 0 0;
		padding: 0.5em 0 0.5em 2em;
		color: #404040;
		font-family: "boltonregular", Georgia, serif;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 4px;
		border: solid 1px #c9c9c9;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px #742569;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* .slider {

	width: 100vw;
 	position: relative;
 	margin-left: -50vw;
 	height: 100px;
 	margin-top: 100px;
 	left: 50%;
	} */

.slider {

    /* Sizing */
    width: 100vw;
    height: 100vh;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Text styles */
    text-align: center;
}

/* Make slider full width of browser */

.slider-viewport {
  width: auto;
  /*
  could also use width: 100vw; instead
  */
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/***
needs to be set in order for vm units be  calculated correctly
see: https://www.w3.org/TR/css3-values/#viewport-relative-lengths
***/
html { overflow-x: hidden }

/* Services */

.service-style1 {
	background-color: #00AEEF;
	color: #000;
	min-height: 650px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	position: relative;
	margin: 5px;
	padding: 30px 30px 30px 30px;
}

.service-style2 {
	background-color: #B7AED6;
	color: #000;
	min-height: 650px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	position: relative;
	margin: 5px;
	padding: 30px 30px 30px 30px;
}

.service-style3 {
	background-color: #FDB927;
	color: #000;
	min-height: 650px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	position: relative;
	margin: 5px;
	padding: 30px 30px 30px 30px;
}

.service-style4 {
	background-color: #1FBBB0;
	color: #000;
	min-height: 650px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	position: relative;
	margin: 5px;
	padding: 30px 30px 30px 30px;
}

.service-style5 {
	background-color: #ABBD26;
	color: #000;
	min-height: 650px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	position: relative;
	margin: 5px;
	padding: 30px 30px 30px 30px;
}

.service-style6 {
	background-color: #F58220;
	color: #000;
	min-height: 650px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	position: relative;
	margin: 5px;
	padding: 30px 30px 30px 30px;
}

.service-style7 {
	background-color: #F7B9D4;
	color: #000;
	min-height: 650px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	position: relative;
	margin: 5px;
	padding: 30px 30px 30px 30px;
}

.service-style8 {
	background-color: #9EA374;
	color: #000;
	min-height: 650px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	position: relative;
	margin: 5px;
	padding: 30px 30px 30px 30px;
}

.service-image img {
    width: 100%;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    }



/* Footer */

	#footer {
		padding: 1em 0 1em 0 ;
		background-color: #684CAC;
	}

		#footer > .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}

			#footer > .inner > * > :last-child {
				margin-bottom: 0;
			}

			#footer > .inner section:nth-child(1) {
				width: calc(66% - 2.5em);
				margin-right: 2.5em;
			}

			#footer > .inner section:nth-child(2) {
				width: calc(33% - 2.5em);
				margin-left: 2.5em;
			}

			#footer > .inner .copyright {
				width: 100%;
				padding: 0;
				margin-top: 5em;
				list-style: none;
				font-size: 0.8em;
				color: #585858;
                                font-weight: bold;
			}

				#footer > .inner .copyright a {
					color: inherit;
				}

				#footer > .inner .copyright li {
					display: inline-block;
					border-left: solid 1px rgba(88, 88, 88, 0.15);
					line-height: 1;
					padding: 0 0 0 1em;
					margin: 0 0 0 1em;
				}

					#footer > .inner .copyright li:first-child {
						border-left: 0;
						padding-left: 0;
						margin-left: 0;
					}

                                #footer ul.copyright li:nth-child(2) {
                                                display: none;
  
                                }


		@media screen and (max-width: 1280px) {

			#footer {
				padding: 5em 0 3em 0 ;
			}

				#footer > .inner section:nth-child(1) {
					width: calc(66% - 1.25em);
					margin-right: 1.25em;
				}

				#footer > .inner section:nth-child(2) {
					width: calc(33% - 1.25em);
					margin-left: 1.25em;
				}

		}

		@media screen and (max-width: 980px) {

			#footer > .inner section:nth-child(1) {
				width: 66%;
				margin-right: 0;
			}

			#footer > .inner section:nth-child(2) {
				width: calc(33% - 2.5em);
				margin-left: 2.5em;
			}

		}

		@media screen and (max-width: 736px) {

			#footer {
				padding: 3em 0 1em 0 ;
			}

				#footer > .inner {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

					#footer > .inner section:nth-child(1) {
						width: 100%;
						margin-right: 0;
						margin: 3em 0 0 0;
					}

					#footer > .inner section:nth-child(2) {
						-moz-order: -1;
						-webkit-order: -1;
						-ms-order: -1;
						order: -1;
						width: 100%;
						margin-left: 0;
					}

					#footer > .inner .copyright {
						margin-top: 3em;
					}

		}

		@media screen and (max-width: 480px) {

			#footer > .inner .copyright {
				margin-top: 3em;
			}

				#footer > .inner .copyright li {
					border-left: 0;
					padding-left: 0;
					margin: 0.75em 0 0 0;
					display: block;
					line-height: inherit;
				}

					#footer > .inner .copyright li:first-child {
						margin-top: 0;
					}

		}

/* Remove heading */

		#heading {
			display: none;
		}

/* Remove breadcrumb */

.breadcrumb {
    display: none;
}

/* Remove padding between main content and footer */

#main {
    padding: 0 0 0 0;
}

/* Sidebar */

.widget-navigation ul li a {
  		text-decoration: none !important;
	    font-family: arial;
    	font-size: 18.667px;
		}


.widget-navigation ul {
		list-style-type: square;
	    padding-left: 1em;
		}


.widget-navigation ul li {
		color: #e14700;
                margin-top: 2px;
		}

.sidebar {
	width: 100%
}

h1.sidebar {
	font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    margin: 5px 0 20px 0;
    letter-spacing: -0.015em;
}

.sidebar-style1 {
    background-color: #00AEEF;
    color: #000;
    height: 60px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #00AEEF;
}

.sidebar-style1:hover {
    background-color: transparent;
}

.sidebar-style2 {
	background-color: #B7AED6;
	color: #000;
	height: 60px;
	border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #B7AED6;
}

.sidebar-style2:hover {
    background-color: transparent;
}

.sidebar-style3 {
	background-color: #FDB927;
	color: #000;
	height: 60px;
	border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #FDB927;
}

.sidebar-style3:hover {
    background-color: transparent;
}

.sidebar-style4 {
	background-color: #1FBBB0;
	color: #000;
	height: 60px;
	border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #1FBBB0;
}

.sidebar-style4:hover {
    background-color: transparent;
}

.sidebar-style5 {
	background-color: #ABBD26;
	color: #000;
	height: 60px;
	border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #ABBD26;
}

.sidebar-style5:hover {
    background-color: transparent;
}

.sidebar-style6 {
	background-color: #F58220;
	color: #000;
	height: 60px;
	border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #F58220;
}

.sidebar-style6:hover {
    background-color: transparent;
}

.sidebar-style7 {
	background-color: #F7B9D4;
	color: #000;
	height: 60px;
	border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #F7B9D4;
}

.sidebar-style7:hover {
    background-color: transparent;
}

.sidebar-style8 {
	background-color: #9EA374;
	color: #000;
	height: 60px;
	border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #9EA374;
}

.sidebar-style8:hover {
    background-color: transparent;
}

@media screen and (max-width: 768px) {

.sidebar {
	display: none;
}

}

@media screen and (max-width: 736px) {

.sidebar {
	display: none;
}

}

@media screen and (max-width: 480px) {

.sidebar {
	display: none;
}

}

/* @media screen and (max-width: 1680px) {

.sidebar {
	display: none;
}

}

@media screen and (max-width: 1280px) {

.sidebar {
	display: none;
}

} */

@media screen and (max-width: 980px) {

.sidebar {
	display: none;
}

}

/* Bullet points */

ul {
    padding-left: 2em;
}

ul li {
    padding-left: 0.5em;
    font-family: arial;
    /* font-size: 18.667px;
    font-weight: 400; */
    color: #404040;
}

/* Tiles */

	.tiles {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		margin: -2.5em 0 0 -2.5em;
	}

		.tiles article {
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			position: relative;
			width: calc(33.3333333333% - 2.5em);
			margin: 2.5em 0 0 2.5em;
		}

			.tiles article > .image {
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				position: relative;
				display: block;
				width: 100%;
				border-radius: 4px;
				overflow: hidden;
			}

				.tiles article > .image img {
					display: block;
					width: 100%;
				}

				.tiles article > .image:before {
					pointer-events: none;
					-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
					-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
					-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
					transition: background-color 0.5s ease, opacity 0.5s ease;
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					opacity: 1.0;
					z-index: 1;
					opacity: 0.8;
				}

				.tiles article > .image:after {
					pointer-events: none;
					-moz-transition: opacity 0.5s ease;
					-webkit-transition: opacity 0.5s ease;
					-ms-transition: opacity 0.5s ease;
					transition: opacity 0.5s ease;
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
				    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E"); */
					background-image: none;
					background-position: center;
					background-repeat: no-repeat;
					background-size: 100% 100%;
					opacity: 0.25;
					z-index: 2;
				}

			.tiles article > a {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
				-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
				-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
				transition: background-color 0.5s ease, transform 0.5s ease;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				padding: 1em;
				border-radius: 4px;
				border-bottom: 0;
				color: #ffffff !important;
				text-align: center;
				text-decoration: none;
				z-index: 3;
			}

				.tiles article > a > :last-child {
					margin: 0;
				}

				.tiles article > a:hover {
					color: #ffffff !important;
				}

				.tiles article > a h2 {
					margin: 0;
					line-height: 1.2em;
					background-color: rgba(0,0,0,0.4);
					padding: 5px 10px 5px 10px;
					border-radius: 4px;
				}

				.tiles article > a h3 {
					margin: 0;
					line-height: 1.1em;
					background-color: rgba(0,0,0,0.4);
					padding: 5px 10px 5px 10px;
					border-radius: 4px;
				}

				.tiles article > a .content {
					-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
					-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
					-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
					transition: max-height 0.5s ease, opacity 0.5s ease;
					width: 100%;
					max-height: 0;
					line-height: 1.5;
					margin-top: 0.35em;
					opacity: 0;
				}

					.tiles article > a .content > :last-child {
						margin-bottom: 0;
						background-color: rgba(0,0,0,0.4);
						padding: 5px 10px 5px 10px;
						border-radius: 4px;
					}

			.tiles article.style1 > .image:before {
				background-color: #f2849e;
			}

			.tiles article.style2 > .image:before {
				background-color: #A6BBDE !important;
			}

			.tiles article.style3 > .image:before {
				background-color: #A9BD09 !important;
			}

			.tiles article.style4 > .image:before {
				background-color: #C5B1D3 !important;
			}

			.tiles article.style5 > .image:before {
				background-color: #ae85ca;
			}

			.tiles article.style6 > .image:before {
				background-color: #8499e7;
			}

			.tiles article.style7 > .image:before {
			}

			body:not(.is-touch) .tiles article:hover > .image {
				-moz-transform: scale(1.1);
				-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
				transform: scale(1.1);
			}

				body:not(.is-touch) .tiles article:hover > .image:before {
					background-color: #333333;
					opacity: 0.35;
				}

				body:not(.is-touch) .tiles article:hover > .image:after {
					opacity: 0;
				}

			body:not(.is-touch) .tiles article:hover .content {
				max-height: 15em;
				opacity: 1;
			}

		* + .tiles {
			margin-top: 2em;
		}

		body.is-preload .tiles article {
			-moz-transform: scale(0.9);
			-webkit-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
			opacity: 0;
		}

		body.is-touch .tiles article .content {
			max-height: 15em;
			opacity: 1;
		}

		@media screen and (max-width: 1280px) {

			.tiles {
				margin: -1.25em 0 0 -1.25em;
			}

				.tiles article {
					width: calc(33.3333333333% - 1.25em);
					margin: 1.25em 0 0 1.25em;
				}

		}

		@media screen and (max-width: 980px) {

			.tiles {
				margin: -2.5em 0 0 -2.5em;
			}

				.tiles article {
					width: calc(50% - 2.5em);
					margin: 2.5em 0 0 2.5em;
				}

		}

		@media screen and (max-width: 736px) {

			.tiles {
				margin: -1.25em 0 0 -1.25em;
			}

				.tiles article {
					width: calc(50% - 1.25em);
					margin: 1.25em 0 0 1.25em;
				}

					.tiles article:hover > .image {
						-moz-transform: scale(1.0);
						-webkit-transform: scale(1.0);
						-ms-transform: scale(1.0);
						transform: scale(1.0);
					}

		}

		@media screen and (max-width: 480px) {

			.tiles {
				margin: 0;
			}

				.tiles article {
					width: 100%;
					margin: 1.25em 0 0 0;
				}

		}

/* News */

.news-article #heading {
	display: block;
}

.news-article .summary {
	display: block;
}

.news-article .row {
	margin-top: 30px;
}

.news-list #heading{
  		display: block !important;
		}

.news-list .row {
	margin-top: 30px;
}

.listing__link:link {
  		text-decoration: none !important;
		}

#social-links-heading {
  		margin-top: 4px;
  		margin-bottom: 46px;
		}

/* Events */

.event-list #heading {
	display: block !important;
}

.event-list #heading {
	visibility: hidden;
	position: relative;
}

.event-list #heading:after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	content: "Activities";
	font-family: "boltonregular", Georgia, serif;
	font-size: 2em;
}

.event-list .row {
	margin-top: 30px;
}

.event-article #heading {
	display: block;
}

.event-article .summary {
	display: block;
}

.event-article .row {
	margin-top: 30px;
}

/* Reverse columns on mobile */

@media screen and (max-width:480px){
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}


/* Growth Hub Squares */

.shadow:hover {
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.3);
}
.shadow {
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.1);
}
.service-square {
    padding: 0 0 30px;
}


/* Activities / Events  */

.button--block {
    display: none;
}
/* Top Navigation */

/* Basic styling */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-family: sans-serif;
}
/* nav {
    background: #222;
    padding: 5px 20px;
} */

ul {
    list-style-type: disc;
	margin-left: 0.5em;
}

a {
    color: #404040;
    text-decoration: underline;
}

/* a:hover {
    text-decoration: underline;
} */

ul li a:hover {
    color: #e14700 !important;; 
}

.logo a:hover {
    text-decoration: none;
}
.menu li {
    font-size: 16px;
    padding: 15px 5px;
    white-space: nowrap;
}
.logo a,
.toggle a {
    font-size: 20px;
}
.button.secondary {
    border-bottom: 1px #444 solid;
}

/* Mobile menu */
.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.toggle {
    order: 1;
}
.item.button {
    order: 2;
}
.item {
    width: 100%;
    text-align: center;
    order: 3;
    display: none;
}
.item.active {
    display: block;
}

/* Tablet menu */
@media all and (min-width: 600px) {
    .menu {
        justify-content: center;
    }
    .logo {
        flex: 1;
    }
    .toggle {
        flex: 1;
        text-align: right;
    }
    .item.button {
        width: auto;
        order: 1;
        display: block;
    }
    .toggle {
        order: 2;
    }
    .button.secondary {
        border: 0;
    }
    .button a {
        padding: 7.5px 15px;
        background: teal;
        border: 1px #006d6d solid;
    }
    .button.secondary a {
        background: transparent;    
    }
    .button a:hover {
        text-decoration: none;
    }
    .button:not(.secondary) a:hover {
        background: #006d6d;
        border-color: #005959;
    }
    .button.secondary a:hover {
        color: #ddd;
    } 
}

/* Desktop menu */
@media all and (min-width: 900px) {
    .item {
        display: block;
        width: auto;
    }
    .toggle {
        display: none;
    }
    .logo {
        order: 0;
    }
    .item {
        order: 1;
    }
    .button {
        order: 2;
    }
    .menu li {
        padding: 15px 10px;
    }
    .menu li.button {
        padding-right: 0;
    }
}

.widget--lams-navbar {
	margin-top: 20px;
	margin-bottom: -20px
}



/* Owl carousel with text overlay */

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.css">

body {font-family: 'Nunito', sans-serif;margin: 0;padding: 0;}
.d-table {width: 100%;height: 100%;display: table;}
.d-tablecell {display: table-cell;vertical-align: middle;}
.custom-btn1 {background-color: #ff3547;color: #fff;border: 1px solid #ff3547;display: inline-block;padding: 12px 30px;text-transform: uppercase;border-radius: 30px;text-decoration: none;}
.custom-btn1:hover {background-color: transparent;text-decoration: none;color: #fff;}
/*
Hero slider style
==========================*/
.hero-slider {position: relative;}
.single-hs-item {height: 700px;background-size: cover;background-position: center center;position: relative;}
.single-hs-item:before {content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: #000;opacity: .4;}

.single-hs-item-barriers {height: 700px;background-size: cover;background-position: center center;position: relative;}
.single-hs-item-barriers:before {content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: #000;opacity: 0;}

.item-bg1 {
background-image: url(/gmswa/images/Study_social_work_image_1250x800.jpg);
}
.item-bg2 {
background-image: url(/gmswa/images/Continuous_Professional_Development_image_1250x800.jpg);
}
.item-bg3 {
background-image: url(/gmswa/images/Resources_image_1250x800.jpg);
}
.item-bg4 {
background-image: url(/boltondes/images/AccreditedTraining1_1250x800.jpg);
}
.item-bg5 {
background-image: url(/boltondes/images/Jobs1_1250x800.jpg);
}
.item-bg6 {
background-image: url(/boltondes/images/LifelongLearning_1250x800.jpg);
}
.item-bg7 {
background-image: url(/boltondes/images/WelfareSupport_1250x800.jpg);
}
.item-bg8 {
background-image: url(/boltondes/images/Partners_1250x800.jpg);
}
.item-bg9 {
background-image: url(/boltondes/images/Mailinglist_1250x800.jpg);
}
.hero-text {padding: 0 15px;text-align: center;max-width: 1140px;margin-left: auto;margin-right: auto;position: relative;}
.hero-text h1 {color: #fff;font-size: 46px;font-weight: 300;margin: 0;letter-spacing: 1px;}
.hero-text p {color: #fff;font-size: 20px;max-width: 600px;margin-left: auto;margin-right: auto;line-height: 30px;margin-top: 20px;margin-bottom: 35px;}
.hero-slider .owl-item.active h1 {-animation: 1s .3s fadeInUp both;}
.hero-slider .owl-item.active p {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}
.hero-slider .owl-item.active .slider-btn {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}
.owl-carousel .owl-nav button.owl-prev {background-color: #ffffff;position: absolute;left: 0;top: 50%;
color: #fff;font-size: 30px;margin: -40px 0 0;border-radius: 0;height: 50px;width: 50px;}
.owl-carousel .owl-nav button.owl-next {background-color: #ffffff;position: absolute;right: 0;top: 50%;color: #fff;font-size: 30px;margin: -40px 0 0;border-radius: 0;height: 50px;width: 50px;
}
.owl-theme .owl-nav {margin-top: 0;}
.owl-dots {position: absolute;left: 0;right: 0; bottom: 20px;}
.owl-theme .owl-dots .owl-dot span {width: 20px;height: 20px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ffffff;}
.owl-theme .owl-dots button.owl-dot {box-shadow: inset 0 0 0 0 #585858 !important;}

@media only screen and (max-width: 600px) {
    .single-hs-item {
     /* height: 550px; */
		display: block;
        height: 250px;
        width: auto;
        min-width: 100%;
    }
	
    .single-hs-item-barriers {
     /* height: 550px; */
	display: block;
        height: 250px;
        width: auto;
        min-width: 100%;
    }
	
    .hero-text h1 {
        font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.2em;
    }
    .hero-text p {
        font-size: 17px;
	line-height: 1.2em;
        margin-bottom: 25px;
    }
    .owl-carousel .owl-nav button.owl-next {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .owl-dots {
        bottom: 10px;
        left: 50px;
        right: 50px;
    }
}




/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	background: red;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

.jspHorizontalBar
{
	background: red;
	bottom: 0;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #000000;
	position: relative;
}

.jspDrag
{
	background: #905187;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #905187;
	cursor: pointer;
        direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	border: solid black;
	border-width: 0 2px 2px 0;
	text-indent: -20000px;
}

.jspDisabled
{
	background: #ffffff;
	cursor: default;
	border: solid black;
	border-width: 0 2px 2px 0;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	float: left;
	height: 100%;
	width: 16px;
}

.jspVerticalBar .jspArrow:focus
{
        border: 1px solid red;
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


/* Feature blocks (card) */

.h-100 {
    height: 100%!important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f0f0f0;
    background-clip: border-box;
    border: none;
   /* border-radius: .25rem; */
	transition: all .2s ease-in-out;
}

.card:hover {transform: scale(1.05);}

.card a {
    border-bottom: none;
    color: #000;
}

.card a:hover {
		color: #000 !important;
}


.card-img-top {
    width: 100%;
  /*  border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px); */
    min-height: 0.01px; /* fix required for IE */
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 1.5rem;
}

p.card-text {
    margin-top: 0;
    margin-bottom: 1rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-deck .card {
    min-width: 250px;
}

@media screen and (max-width: 480px) {
      
    .row.gtr-uniform > * {
        padding-bottom: 1.5em;
    }
}

@media screen and (max-width: 736px) {

   .row.gtr-uniform > * {
        padding-bottom: 1.5em;
    }
}

@media screen and (max-width: 980px) {

   .row.gtr-uniform > * {
        padding-bottom: 1.5em;
    }
}


.pagination {
       display: inline-block;
       padding-left: 0;
       margin: 20px 0;
       border-radius: 4px;
   }
   
   .pagination > li {
       display: inline;
   }
   
   
   .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
       z-index: 3;
       color: #005689;
       background-color: #fff;
       border-color: #ddd;
       cursor: default;
   }
   
   .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
       color: #777777;
       background-color: #fff;
       border-color: #ddd;
       cursor: not-allowed;
   }
   
   .pagination > li > a, .pagination > li > span {
       position: relative;
       float: left;
       padding: 6px 12px;
       line-height: 1.42857143;
       text-decoration: none;
       color: #d52349;
       background-color: #fff;
       border: 1px solid #d52349;
       margin-left: 2px;
   }
   
   .box-border {
      border: solid 1px #ccc;
   }

   .box img  {
    width: 100%;
   }
   
   .panel {
       margin-bottom: 20px;
       background-color: #fff;
       border: 1px solid transparent;
       border-radius: 4px;
      
   }
   
   .panel-default {
       border-color: #ddd;
   }
   
   .panel-highlight {
       background-color: #f7f7f7;
   }
   
   .panel-body {
       padding: 15px;
   }
   .panel-search{
     	max-h
     }



/* Alerts and banners */


.alert {
    background-color: #fbba07;
    border: #fbba07 solid .375rem;
    margin: 0 0 2.25rem;
    padding: .75rem;
    position: relative
}

@media screen and (max-width: 599px) {
    .alert {
        background-color:#f7f8f8
    }
}

@media screen and (min-width: 600px) {
    .alert {
        border-left-width: 4.5rem;
        min-height: 5rem;
    }
}

@media screen and (min-width: 1032px) {
    .alert {
        padding-right: calc(20% + .75rem);
    }
}

.alert,.alert * {
    color: #10191c
}

.alert::before {
    background-size: contain;
    content: '';
    display: inline-block;
    height: 2.5rem;
    margin: -.25rem .75rem .25rem -.25rem;
    position: relative;
    vertical-align: middle;
    width: 2.5rem
}

@media screen and (min-width: 600px) {
    .alert::before {
        display:block;
        float: none;
        left: -3.25rem;
        margin: .875rem 0 0;
        position: absolute;
        top: 0
    }
}

@media screen and (min-width: 1032px) {
    .alert::before {
        margin:0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.alert>*:first-child {
    margin-top: 0
}

@media screen and (min-width: 600px) {
    .page-article .alert:first-child {
        margin-top:2.25rem
    }
}

@media screen and (max-height: 800px) {
    .page-article .alert:first-child {
        margin-top:0
    }
}

.form .alert:only-child {
    margin-bottom: 0
}

.alert__heading {
    display: block;
    font-family: "boltonregular",Georgia,serif;
    font-size: 1.5em;
    line-height: 1.1;
    margin-bottom: .375rem
}

@media screen and (max-width: 599px) {
    .alert__heading {
        display:inline-block;
        margin-bottom: .5rem;
        vertical-align: middle;
        width: calc(100% - 3.25rem)
    }
}

.alert__heading+.alert__text {
    margin-top: 0;
}

@media screen and (min-width: 600px) {
    .alert__heading:only-child {
        margin-top:.5rem
    }
}

.alert__subheading {
    display: block;
    font-size: 1.25rem;
    margin: 0
}

.alert__list {
    clear: both;
    list-style: disc;
    list-style-position: inside;
    margin: .75rem 0
}

.alert__list .list__item {
    display: list-item
}

.alert__text {
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: .375rem;
    font-size: 1.2em;
}

.alert__list,.alert__text {
    display: block
}

@media screen and (max-width: 599px) {
    .alert__list:last-child,.alert__text:last-child {
        padding-bottom:.75rem
    }
}

.alert__form {
    clear: both
}

@media screen and (max-width: 599px) {
    .alert__form {
        background:#fff;
        margin: .75rem -.75rem 0;
        padding: .75rem
    }
}

.alert__button,.alert__button:visited,.alert__link,.alert__link:visited {
    border-color: #10191c;
    color: #10191c
}

.alert__button:hover,.alert__button:focus,.alert__button:active,.alert__link:hover,.alert__link:focus,.alert__link:active {
    border-color: #383835;
    color: #383835
}

.alert__link {
    background-image: -webkit-linear-gradient(bottom, #10191c 0, #10191c 2px, transparent 0.07rem, transparent 100%);
    background-image: -o-linear-gradient(bottom, #10191c 0, #10191c 2px, transparent 0.07rem, transparent 100%);
    background-image: linear-gradient(to top, #10191c 0, #10191c 2px, transparent 0.07rem, transparent 100%);
    background-repeat: no-repeat;
    color: #10191c;
    background-size: 100% 100%
}

.alert__link:hover,.alert__link:focus {
    -webkit-animation: underlineSwap .3s ease-out;
    animation: underlineSwap .3s ease-out;
    background-image: -webkit-linear-gradient(bottom, #0077b4 0, #0077b4 2px, transparent 0.07rem, transparent 100%);
    background-image: -o-linear-gradient(bottom, #0077b4 0, #0077b4 2px, transparent 0.07rem, transparent 100%);
    background-image: linear-gradient(to top, #0077b4 0, #0077b4 2px, transparent 0.07rem, transparent 100%);
    background-size: 100% 100%
}

.alert__button {
    background-color: transparent;
    margin-top: .75rem;
    -webkit-transition: background-color .3s,border-color .3s,color .3s;
    -o-transition: background-color .3s,border-color .3s,color .3s;
    transition: background-color .3s,border-color .3s,color .3s
}

@media screen and (max-width: 399px) {
    .alert__button {
        width:100%
    }
}

@media screen and (min-width: 1032px) {
    .alert__button {
        margin-right:0;
        margin-top: 0;
        max-width: 25%;
        position: absolute;
        right: .75rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.alert__button-list {
    margin: 0;
    padding: .75rem 0
}

.alert__button-list .list__item {
    display: inline-block;
    margin: .375rem 0
}

@media screen and (min-width: 1032px) {
    .js .alert__button-list {
        max-width:25%;
        position: absolute;
        right: .75rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 1032px) {
    .js .alert__button-list .list__item {
        width:100%
    }
}

.js .alert__button-list .alert__button {
    max-width: 100%
}

@media screen and (max-width: 1031px) {
    .js .alert__button-list .alert__button {
        margin-right:.75rem
    }
}

@media screen and (min-width: 1032px) {
    .js .alert__button-list .alert__button {
        position:relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%
    }
}

.alert--danger,.alert--error {
    background-color: #e9c3be;
    border-color: #e9c3be
}

.alert--danger .alert__button:hover,.alert--danger .alert__button:focus,.alert--danger .alert__button:active,.alert--error .alert__button:hover,.alert--error .alert__button:focus,.alert--error .alert__button:active {
    background-color: #efd2ce
}

.alert--success,.alert--information {
    background-color: #dcdf80;
    border-color: #dcdf80
}

.alert--success .alert__button:hover,.alert--success .alert__button:focus,.alert--success .alert__button:active,.alert--information .alert__button:hover,.alert--information .alert__button:focus,.alert--information .alert__button:active {
    background-color: #e5e7a0
}

.alert--warning,.alert--password-protected {
    background-color: #fbba07;
    border-color: #fbba07
}

@media screen and (max-width: 599px) {
    .alert--warning,.alert--password-protected {
        background-color:#fbba07
    }
}

.alert--warning .alert__button:hover,.alert--warning .alert__button:focus,.alert--warning .alert__button:active,.alert--password-protected .alert__button:hover,.alert--password-protected .alert__button:focus,.alert--password-protected .alert__button:active {
    background-color: #fccb45
}

.site-announcement {
    background-color: #fbba07;
  width: auto;
  /*
  could also use width: 100vw; instead
  */
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.site-announcement .alert {
    border-right: 0;
    margin: 0
}

@media screen and (max-width: 599px) {
    .site-announcement .alert {
        padding-left:0;
        padding-right: 0
    }
}

@media screen and (min-width: 600px) {
    .site-announcement .alert {
        border-left-width:3rem
    }

    .site-announcement .alert::before {
        left: -3rem
    }
}

@media screen and (min-width: 1032px) {
    .site-announcement .alert__button {
        right:0
    }
}

.site-announcement--error,.site-announcement--danger {
    background-color: #e9c3be
}

.site-announcement--success {
    background-color: #dcdf80
}

.alert--information::before, .icon-alert--info {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M22%2C2A20%2C20%2C0%2C1%2C0%2C42%2C22h0A20%2C20%2C0%2C0%2C0%2C22%2C2Zm0%2C37.89A17.89%2C17.89%2C0%2C1%2C1%2C39.89%2C22h0A17.89%2C17.89%2C0%2C0%2C1%2C22%2C39.89Zm1.64-9.77a.57.57%2C0%2C0%2C1-.64-.64V18.89c0-1.26-.53-1.79-1.79-1.79H19.14v1.73h1.23a.59.59%2C0%2C0%2C1%2C.64.65V30.06c0%2C1.26.53%2C1.79%2C1.79%2C1.79h2.07V30.12ZM22%2C12.15a1.17%2C1.17%2C0%2C1%2C1-1.17%2C1.17A1.17%2C1.17%2C0%2C0%2C1%2C22%2C12.15Z%22%20fill%3D%22%2310191c%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.alert::before {
    background-size: contain;
    content: '';
    display: inline-block;
    height: 2.5rem;
    margin: -.25rem .75rem .25rem -.25rem;
    position: relative;
    vertical-align: middle;
    width: 2.5rem
}

@media screen and (min-width: 600px) {
    .alert::before {
        display:block;
        float: none;
        left: -3.25rem;
        margin: .875rem 0 0;
        position: absolute;
        top: 0
    }
}

@media screen and (min-width: 1032px) {
    .alert::before {
        margin:0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}


.alert__button,.alert__button:visited,.alert__link,.alert__link:visited {
    border-color: #10191c;
    color: #10191c
}

.alert__button:hover,.alert__button:active,.alert__link:hover,.alert__link:focus,.alert__link:active {
    border-color: #383835;
    color: #383835
}

.alert__link {
    background-image: -webkit-linear-gradient(bottom, #10191c 0, #10191c 2px, transparent 0.07rem, transparent 100%);
    background-image: -o-linear-gradient(bottom, #10191c 0, #10191c 2px, transparent 0.07rem, transparent 100%);
    background-image: linear-gradient(to top, #10191c 0, #10191c 2px, transparent 0.07rem, transparent 100%);
    background-repeat: no-repeat;
    color: #10191c;
    background-size: 100% 100%
}

.alert__link:hover,.alert__link:focus {
    -webkit-animation: underlineSwap .3s ease-out;
    animation: underlineSwap .3s ease-out;
    background-image: -webkit-linear-gradient(bottom, #0077b4 0, #0077b4 2px, transparent 0.07rem, transparent 100%);
    background-image: -o-linear-gradient(bottom, #0077b4 0, #0077b4 2px, transparent 0.07rem, transparent 100%);
    background-image: linear-gradient(to top, #0077b4 0, #0077b4 2px, transparent 0.07rem, transparent 100%);
    background-size: 100% 100%
}

.alert__button {
    background-color: transparent;
    margin-top: .75rem;
    font-size: 1.1em !important;
    -webkit-transition: background-color .3s,border-color .3s,color .3s;
    -o-transition: background-color .3s,border-color .3s,color .3s;
    transition: background-color .3s,border-color .3s,color .3s
}

@media screen and (max-width: 399px) {
    .alert__button {
        width:100%
    }
}

@media screen and (min-width: 1032px) {
    .alert__button {
        margin-right:0;
        margin-top: 0;
        max-width: 25%;
        position: absolute;
        right: .75rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.alert__button-list {
    margin: 0;
    padding: .75rem 0
}

.alert__button-list .list__item {
    display: inline-block;
    margin: .375rem 0
}

@media screen and (min-width: 1032px) {
    .js .alert__button-list {
        max-width:25%;
        position: absolute;
        right: .75rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 1032px) {
    .js .alert__button-list .list__item {
        width:100%
    }
}

.js .alert__button-list .alert__button {
    max-width: 100%
}

@media screen and (max-width: 1031px) {
    .js .alert__button-list .alert__button {
        margin-right:.75rem
    }
}

@media screen and (min-width: 1032px) {
    .js .alert__button-list .alert__button {
        position:relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%
    }
}



/* ReachDeck toolbar */



@media screen and (max-width: 768px) {

.positionStyle {
	top: 88% !important; 
	left: 84% !important;
}

}

@media screen and (max-width: 736px) {

.positionStyle {
	top: 88% !important; 
	left: 84% !important;
}

}

@media screen and (max-width: 480px) {

.positionStyle {
	top: 88% !important; 
	left: 84% !important;
}

}

@media screen and (max-width: 1680px) {

.positionStyle {
	top: 88% !important; 
	left: 94% !important;
}

}

@media screen and (max-width: 1280px) {

.positionStyle {
	top: 88% !important; 
	left: 94% !important;
}

} 

@media screen and (max-width: 980px) {

.positionStyle {
	top: 88% !important; 
	left: 84% !important;
}

}

@media screen and (max-width: 1080px) {

.positionStyle {
	top: 88% !important; 
	left: 84% !important;
}

}


/* Cookies preferences code overwrite for accessibility */

.freeprivacypolicy-com---palette-dark .cc-cp-body-tabs-item[active=true] button {
    color: #f5f5f5 !important;
}

.freeprivacypolicy-com---pc-dialog .cc-cp-body-tabs-item-link {
    text-decoration: none;
    color: #666;
    display: block;
    padding: 7px 14px 7px 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px !important;
    position: relative;
    width: 100%;
    text-align: left;
    background: none;
    text-wrap: wrap;
    letter-spacing: normal;
}


.freeprivacypolicy-com---nb .cc-nb-okagree, .freeprivacypolicy-com---nb .cc-nb-reject, .freeprivacypolicy-com---nb .cc-nb-changep {
    font-weight: bold;
    font-size: 14px;
    margin-right: .25rem !important;
    margin-bottom: .25rem !important;
    letter-spacing: normal;
}
