/**
 * @file
 * Subtheme specific CSS. */


/*  Theme */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

p {
	overflow-wrap: break-word;
}

blockquote {
	margin-right: 40px;
	margin-left: 40px;
}

.navbar {
	padding-bottom: 0;
}

.container {
	max-width: 1280px;
	margin-top: 0;
}

#main {
	margin-top: 0;
}

.form-row {
    margin: 0;
}

.menu.sf-menu.sf-main.sf-horizontal.sf-style-default.sf-js-enabled {
	margin-bottom: 0;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

nav.tabs {
	margin: 0 !important;
}

.Content-Body,
.feature-body,
.feature-bottom {
	line-height: 21px;
}

.block-page-title-block,
.view-header h1 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 50px;
	z-index: 1;
	position:relative;
	margin-bottom: 25px;
}

.title:before,
.view-header h1:before,
.view-empty h1:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0px;
    border-left: 9999px solid;
    z-index: -1;
    height: 100%;
}
.view {
	z-index: 1;
}
@media only screen and (min-width: 800px) {
    .title>span:after {
        position: absolute;
        content: '';
        bottom: -7px;
        right: 0;
        border-left: 9999px solid;
        z-index: -1;
        height: 1px;
    }
	
	.block-page-title-block {
		padding-right: 200px;
	}
}

/* Link Hover */

.Content-Body a,
.Content-Top a,
.contact-body a,
.contact-page-body a,
.Topic-Bottom-Link a,
.a2a_kit a,
.Topic-Banner-Text a,
.Related-Information_Links .field__item a,
.side-nav .Side-Nav-Menu a,
.Side-Nav-Heading a,
.Bottom-Links .field__item a.btn,
.site-footer__top a,
.feature-body a,
.feature-block a,
.feature-bottom a,
.search-title a,
.schedule a,
.Basic-page-text a,
.view-content a {
	text-decoration: underline;
}

.Content-Body a:hover,
.Content-Top a:hover,
.contact-body a:hover,
.contact-page-body a:hover,
.Topic-Bottom-Link a:hover,
.a2a_kit a:hover,
.Topic-Banner-Text a:hover,
.Related-Information_Links .field__item a:hover,
.side-nav .Side-Nav-Menu a:hover,
.Side-Nav-Heading a:hover,
.Bottom-Links .field__item a.btn:hover,
.site-footer__top a:hover,
.feature-body a:hover,
.feature-block a:hover,
.feature-bottom a:hover,
.feature-block .active>.page-link,
.search-title a:hover,
.schedule a:hover,
.Basic-page-text a:hover,
.view-content a:hover {
	text-decoration: none;
}

.site-footer__bottom a {
	text-decoration: none;
}
.site-footer__bottom a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 800px) {
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.breadcrumb {
		display: none;
	}
	.content {
		margin-left: 0;
		margin-right: 0;
	}
	.col {
		padding-right: 0;
		padding-left: 0;
	}
	.container {
		padding: 0;
	}
	.block-page-title-block {
		padding-left: 15px;
	}
	.field--name-title {
		padding-left: 0;
	}
	
	#main-wrapper {
	    padding-top: 0;
	    margin-left: 0;
	    margin-right: 0;
    }
}
@media only screen and (min-width: 800px) {
    #main-wrapper {
    	padding-top: 0;
    	margin-left: 15px;
    	margin-right: 15px;
    }
}

a:hover,
.link:hover {
	color: blue;
}

/*  End Theme */


/* Header */

#navbar-top {
	padding:0;
	height:auto;
}

.navbar-brand {
	width: 25%;
	z-index:2;
	margin:0;
	position: relative;
	top: 8px;
}

.navbar-brand img {
    width: 65px;
	height: 50px;
    position: relative;
	bottom: 9px;
}

.region-top-header {
	width: 70%;
	float: left;
}

.Top-Search .search-form .fa-search {
	float: right;
	position: relative;
	top: 28px;
	left: 95%;
	font-size: 25px;
}

.Search-Text {
	padding-top: 13px;
	font-size: 15px;
	width:25%;
	text-align:center;
}
.Top-Search {
    width: 75%;
}

.Top-Search .btn:hover,
.Top-Search .btn:active,
.Top-Search .btn:active:hover,
.Top-Search .btn:active:focus,
.Top-Search .btn:focus:hover,
.Top-Search .btn:focus,
.Top-Search .btn:visited {
    border:none !important;
    box-shadow: none !important;
    color: rgba(0,0,0,0) !important;
    background:none;
}
.Top-Search .btn {
    border:none !important;
    box-shadow: none !important;
    color: rgba(0,0,0,0);
    background:none !important;
    padding-left:5px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    unicode-bidi: bidi-override;
}
.Top-Search .btn:hover, .Top-Search .btn:focus, .Top-Search .btn:active {
    border:none;
    box-shadow:none;
}
.Top-Search div .trigger.focusable {
    display:none;
}
.Top-Search .form-item-search-api-fulltext-mobile {
	display: none;
}	
.Top-Search .form-item-search-api-fulltext {
	display: inline-block;
	width: 70%;
	top: 5px;
	padding:0;
	padding-left:5px;
}
.Top-Search .form-actions.js-form-wrapper.form-group {
    width:30%;
    padding:0;
}
.Top-Search .form-item-search-api-fulltext input{
    height:25px;
    border-radius:0;
    margin-top:7px;
    border: none;
    transition: none;
}
.Top-Search .btn:after {
	font-family: 'Font Awesome 5 Free';
    content: '\f002';
    font-size: 25px;
    margin: 0 5px 0 -15px;
    font-weight: 900;
    color: #000;
    position: relative;
    top:0px;
}

@media (min-width: 576px) {
	.form-inline .form-control {
		width: 100%;
	}
}

.Top-Menu {
	float: right;
	padding-bottom:10px;
	padding-top: 10px;
	width:auto;
	font-weight:bold;
}

.Top-Menu .contextual-links {
	position: relative;
	z-index: 900;
}

.Top-Menu #superfish-top-menu li {
	width: auto;
	padding-right: 30px;
}
.Top-Menu #superfish-top-menu li:first-child {
    display:none;
}

.Top-Menu ul.sf-menu.sf-vertical {
	width: auto;
}

.form-group {
	margin-bottom: 0;
}

@media only screen and (min-width: 800px) {
    .Top-Menu-Mobile {
	    display: none;
	}
}
	
@media only screen and (min-width: 640px) {
    .Top-Menu {
        height: 35px;
    }
	.Top-Menu ul.sf-menu a {
		font-size: 14px;
		padding: 0;
		text-align:center;
		font-weight: 100;
	}
	#navbar-top div .form-inline.navbar-form.float-right {
        width: 25%;
    }
    .Top-Menu ul.sf-menu li:last-child a:before {
        content: '';
    }
    .Top-Menu ul.sf-menu a:before {
        content: '|';
        position: absolute;
        font-size: 11px;
        right: -15px;
        top: 10%;
    }
}

@media only screen and (min-width: 800px) {
    .Top-Search .form-control:focus {
            box-shadow: 0 0 0 0.1rem rgba(0,0,0,0);
    }
	.breadcrumbs {
		width: 100%;
		left: 0;
		height: 46px;
		background-color: #eee;
	}
	.breadcrumb {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
	.breadcrumb a {
	    text-decoration: underline;
	}
	.breadcrumb a:hover {
		color: #666666;
	}
	.breadcrumb-item+.breadcrumb-item::before {
	    content: '>';
	}
	.main-content.col {
		padding:0;
	}
}

@media only screen and (max-width: 800px) {
    
    .navbar-brand {
        position: absolute;
        top: 5px;
        left: 60px;
    }
    .navbar-brand img {
        display:none !important;
    }
    
	#navbar-top div .form-inline.navbar-form.float-right {
        position: absolute;
        right: 0;
        top:0px;
        width: 55px;
    }
	
	#navbar-top div .form-inline.navbar-form.float-right>section {
		width: 100%;
	}
	
    .Top-Menu {
		display: none;
	}
	#navbar-top {
	    height: 50px;
	    padding:0;
	}
	
	.Top-Menu-Mobile ul.sf-menu.sf-horizontal {
		display: none;
	}
	
	.Top-Menu-Mobile div.sf-accordion-toggle.sf-style-black a {
	    background:none;
	    top: 6px;
	    text-decoration: none !important;
	}
	.Top-Menu-Mobile .sf-accordion-toggle.sf-style-black {
	    min-height: 50px;
	}
	.Top-Menu-Mobile ul.sf-menu.sf-style-black {
		margin-bottom: 0;
		position: absolute;
	}
	.Top-Menu-Mobile ul.sf-menu.sf-style-black li {
	    background:none;
	    border-top: 2px solid rgba(255,255,255,0.27);
	    text-align:left;
	}
	.Top-Menu-Mobile ul.sf-menu.sf-style-black li a {
	    padding-left:30px;   
	}
	.Top-Search, .Top-Search .btn { 
        width: 100%;
        max-width: 100%; 
    }
    .Top-Search .form-actions.js-form-wrapper.form-group {
        height: 50px;
        width: 100%;
        max-width: 100%;
        background:none;
    }
	.Top-Search .button.js-form-submit.form-submit.btn.btn-primary {
		color: rgba(0, 0, 0, 0);
	}
	.Top-Search .form-item-search-api-fulltext-mobile {
		display: inline-block;
        padding: 0;
        top: 70px;
        position: absolute;
        right: 0;
	}
	.Top-Search .form-item-search-api-fulltext,
	.Search-Text {
		display: none;
	}
	
	.Top-Search .form-item-search-api-fulltext-mobile input {
        position: absolute;
        height: 50px;
        font-size: 18px;
        display: inline-block;
        font-weight: 100;
        border: none;
        outline: none;
        color: rgba(0,0,0,0);
        background: none;
        z-index: 3;
        cursor: pointer;
        width: 57px;
        top: -76px;
        right: 0;
        transition:none;
        opacity: 0;
	}
	.Top-Search .form-item-search-api-fulltext-mobile input:focus:hover {
		background: #fff;
		border: solid 1px #cecece;
	}
	.Top-Search .form-item-search-api-fulltext-mobile input:focus {
        padding-left: 8px;
        box-shadow: 0 0 0 1rem #f9e11b;
        border: solid 1px #cecece;
        background: #fff;
        width: 100%;
        z-index: 1;
        cursor: text;
        color: #000;
        display: flex;
        top: -8px;
        right: 16px;
        border-radius: 0;
        z-index: 999;
        opacity: 1;
    }
	.Top-Search .btn {
		height: 44px;
		display: inline-block;
		float: right;
		background: none;
		border: none;
		z-index: 2;
		cursor: pointer;
		opacity: 1;
		cursor: pointer;
		transition: opacity .4s ease;
		padding:0;
		box-shadow:none;
	}
	.Top-Search .btn-primary:not(:disabled):not(.disabled):active {
		background-color: rgba(0, 0, 0, 0);
		border: none;
		box-shadow: none;
		background: none;
	}
	.Top-Search .btn:hover {
		opacity: 1.0;
		box-shadow: none;
		background-color: rgba(0, 0, 0, 0);
		border: none;
	}
	.Top-Search .btn:focus {
		box-shadow: none;
		background-color: rgba(0, 0, 0, 0);
		border: none;
	}
}

@media only screen and (max-width: 640px) {
    #navbar-top {
        padding:0;
    }
}

/* Ends Header */

/* Footer */

.row.region.region-footer-first {
	width: 100%;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
  	padding-right: 0;
  	padding-left: 0;
}
	
.site-footer__top {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.region-footer-first .content li {
	padding-left: 20px !important;
	padding-right: 10px !important;
}

.row.region.region-footer-third,
.row.region.region-footer-fifth {
	width: 100%;
	text-align:center;
}

.site-footer__bottom .content li a:before {
	text-decoration: underline;
}

.site-footer__bottom .content li a:before {
	content: "|";
	position: relative;
	font-size: 16px;
	left: -10px;
	top: 25%;
	text-decoration: none;
}

.site-footer__top .content li a {
	display: block;
	padding: 0.5em 1px 0.1em 1px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

.site-footer .block {
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	width: auto;
}

.site-footer .container {
	max-width: 100%;
}

.site-footer__bottom {
	position: absolute;
	letter-spacing: 0.2px;
	margin-top: 0px;
	width: 100%;
}

.site-footer__bottom .region {
	margin-top: 0px !important;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}

.site-footer {
	padding: 0px;
	width: 100%;
}

.site-footer__top .content li a:hover,
.site-footer__top .content li a:focus {
	background: none;
}

.site-footer__bottom .content li {
	width: auto;
}

.site-footer__bottom .content li a {
	padding-left: 10px;
  	padding-right: 10px;
}

.site-footer__bottom .content li:first-child a:before {
	content: "" !important;
}
	
@media only screen and (min-width:800px){
	.Main-navigation-Vertical,
	.Footer-Site-Menu {
		display:none;
	}
	
	.Footer-links-Horizontal>.content>#superfish-top-menu {
		display: block !important; 
	}

	.row.region.region-footer-first {
		border-bottom: 1px solid;
	}
	
	.region-footer-first .content li {
		width: auto;
	}

	#block-footermap {
		width: 100% !important;
	}
	
	.footermap-header.footermap-header--main {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	.footermap-header.footermap-header--main li {
		text-align: center;
	}

	.footermap-item.footermap-item--depth-1.footermap-item--haschildren {
		width: 33.33%;
		text-align: center;
		min-height: 170px;
		float: left;
		padding-bottom: 20px;
	}

	.footermap-header.footermap-header--main li a::before {
		content: ""!important;
	}

	.footermap-item.footermap-item--depth-1 a {
		font-size:16px!important;
		font-weight: bold !important;
		padding-bottom: 7px!important;
	}

	.footermap-item.footermap-item--depth-2 a {
		font-size:12px!important;
		font-weight: normal !important;
	}
	
	.footermap-col {
		display: inline-block;
		vertical-align: top;
		padding-top: 35px;
		text-align: center;
		width:100%;
		margin: 0;
	}

	.footermap-item.footermap-item--depth-2 a {
		text-align: center;
	}

	.site-footer .content ol:not(.menu), .site-footer .content ul:not(.menu) {
		padding: 0;
	}

	.site-footer__top .content li a:before {
		text-decoration: underline;
	}
	
	.site-footer__top .content li a:before {
		content: "|";
		position: absolute;
		top: 33%;
		font-size: 16px; 
		text-decoration: none;
	}
	
	.site-footer__top .content li:first-child a:before {
		content: "" !important;
	}  
}

@media only screen and (max-width:800px){
	.Footer-links-Horizontal,
	.site-map {
		display:none;
	}
	
	.Main-navigation-Vertical ul.sf-vertical,
	.Footer-Site-Menu ul	{
		width: 100%;
	}
  
	.Footer-Site-Menu ul.sf-menu.menu li {
		text-align: center;
		border-top: 1px solid black;
	}
	
	.Footer-Site-Menu ul.sf-menu.menu li a {
		display: block;
		height: 100%;
		padding: 20px;
	}
	
	.Footer-Site-Menu.block {
		margin: 0;
		width: 100%;
	}
	
	.site-footer__top .content .menu {
		width: 100%;
	}
  
	.site-footer__top .region:nth-child(2n) {
		padding: 0;
	}
  
	.Main-navigation-Vertical>.content>ul.sf-vertical {
		display:block !important;
	}

	.region-footer-first .content li {
		width: 100%;
	}
  
	.footer-Site-Menu {
		width: 100%;
		text-align:center;
	}
	
	.Main-navigation-Vertical .content li a {
		padding-bottom: 10px;
	}
}

/* End Footer */

div.Basic-page-text{
	padding-left: 15px;
	width: 100%;
}

/* Home Page */

.home-background {
	position: absolute;
	width: 100%;
	left: 0;
  	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;
}

.home-background img {
	width: 100%;
	object-fit: cover;
	margin: 0;
	bottom: 0;
	position: fixed;
}

.background-image-inner {
	z-index: 0;
}
#navbar-top {
	position: relative;
	z-index: 500;
}
nav.tabs,
.highlighted {
	position: relative;
}
.highlighted {
	z-index: 2;
}
ul.nav-tabs {
	background: white;
}

.home_page_title {
	font-weight: bold;
	text-align: center;
	position: relative;
	font-size: 48px;
}

.Home-Page-box {
	align-items: center;
}

.Home-Page-box>div{
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
  	background: rgba(255,255,255,0.9);
}

.home_page_title p {
	line-height: 1em; 
	margin-bottom: 10px;
}

.home-box-logo {
	padding-top: 15px;
}

.home-box-logo img {
	width: 90px;
	height: 81px;
  	margin: 0;
}

.home-box-title {
	font-weight: bold;
    font-size: 23px;
}

.home-box-intro {
	padding: 15px;
}

.home-box-button {
	margin-left: 30px;
	margin-right: 30px;
}

.home-box-button .btn {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	font-size: medium;
	font-weight: bold;
}

@media only screen and (min-width: 950px) {
	.Home-Page-box {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media only screen and (min-width: 800px) and (max-width: 950px) {
	.Home-Page-box {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media only screen and (min-width: 800px) {
	.home_page_title {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	
	.Home-Page-box>div {
		width: calc(33.33% - 16px);
		float: left;
		padding-bottom: 30px;
		padding-top: 10px;
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 800px)  {
	.Home-Page-box>div {
		margin-bottom: 15px;
	}
	
	.Home-Page-box>div:last-child {
		margin-bottom: 30px;
	}
	
	.home_page_title {
		padding: 30px;
	}
	
	.home-background img {
		display: none;
	}
}

/* End Home Page */

/* Topic Page */

.Topic-Page-Banner {
    padding: 0;
    z-index:1;
}
.Topic-Page-Banner:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-left: 9999px solid;
    z-index:-1;
}

.Topic-Page-Banner .Topic-Title {
	height: 0;
	opacity: 0;
	margin:0;
	padding:0;
}

.Topic-Banner-Text {
    padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
}

.Topic-Page-Bottom {
    padding-left: 0;
    padding-right: 0;
}

.Topic-Links {
    margin-bottom:0;
}

.Topic-Links>.field__item {
    text-align: center;
}

.Topic-Links .Topic-Bottom-Link {
    font-size: 18px;
}

.Topic-Resources {
    margin: 0;
    text-align: center;
    padding-top: 20px;
}

.Topic-Resources>div>div>div:last-child {
	padding-bottom: 15px;
}

.Topic-Resources .Related-Information_Heading {
    padding-bottom: 20px;
	font-size: 19px;
    font-weight: bold;
}
.Topic-Resources .Related-Information_Links .field__item {
    padding-bottom:10px;
    padding-left:15px;
    padding-right:15px;
}

.Related-Information_Files .file {
	padding: 0;
}

.Related-Information_Heading {
	display: none;
}

@media only screen and (min-width: 800px) {
    .Topic-Page-Banner {
        height: 400px;
        margin-bottom: 30px;
    }
    .Topic-Page-Banner:after {
        position: absolute;
        content: '';
        bottom: -26px;
        right: 0;
        border-left: 9999px solid;
        z-index: -1;
        height: 1px;
    }
    
    .Topic-Banner-Background {
        width: calc(100% - 300px);
        height:100%;
    }
    .Topic-Banner-Background img {
        width:100%;
        height: 100%;
		object-fit: cover;
    }
    
    .Topic-Banner-Text {
        position: absolute;
        bottom: 0;
        background-color: rgba(0,0,0,.8);
        color: white;
        width: calc(100% - 300px);
    }
    .Topic-Banner-Text a,
    .Topic-Banner-Text a:hover,
	.Topic-Banner-Text a:active {
        color: white;
		font-weight: bold;
    }
    
    .Topic-Page-Banner:before {
        bottom: -31px;
    }
    
    .side-nav {
        position: absolute;
        right: 0;
        width: 270px;
        text-align: center;
        border: 3px solid;
        top: 0;
        z-index:2;
        height: 400px;
        padding-bottom: 25px;
		overflow: hidden;
    }
    .side-nav #superfish-main li a {
        border: none;
    }
    .side-nav .Side-Nav-Icon {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .side-nav .Side-Nav-Icon img {
        width: 70px;
        height: 70px;
        margin:0;
    }
    .side-nav .Side-Nav-Heading {
        font-weight: bold;
        font-size: 23px;
		padding-bottom: 4px;
        padding-left:10px;
        padding-right:10px;
    }
    .side-nav .Side-Nav-Menu a {
        margin-top: 15px;
        padding-bottom: 0;
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
        padding:0;
    }
    .side-nav .Side-Nav-Menu a.is-active {
        font-weight: bold;
        text-decoration: none;
    }
		.side-nav .Side-Nav-Menu a {
			line-height: 1.2rem;
		}
    .side-nav .Side-Nav-Menu .sf-main {
        width: 100% !important;
    }
    
    .Topic-Page-Bottom {
        min-height: 300px;
    }
    .Topic-Page-Bottom,
    .Topic-Links{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .Topic-Links .Topic-Bottom-Link {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
    }
    
	.Topic-Links>.field__item {
		width: 32.9%;
		display: inline-block;
		height: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
    
    .Topic-Links>.field__item:first-child {
        padding-left: 0;
        border-right: solid 1px;
    }
    .Topic-Links>.field__item:last-child {
        padding-right: 0;
        border-left: solid 1px;
    }
    
    .Topic-Links {
		display: flex;
        width: 75%;
		height: 100%;
		float: left;
    }
    
    .Topic-Resources {
		margin-left: 3%;
        min-height: 250px;
        width: 22%;
        max-width:280px;
		float: left;
    }

}

@media only screen and (max-width: 800px) {
    .side-nav {
        display:none;
    }
    .Topic-Page-Banner:before { 
        bottom: 0;
    }
    
    .Topic-Links .Topic-Bottom-Description,
    .Topic-Banner-Background {
        display: none;
    }
	
    .Topic-Links {
        width: 100%;
    }
	
	.Topic-Links>.field__item {
		border-bottom: solid 1px;
	}
	
	.Topic-Links>.field__item:last-child {
		border-bottom: 0;
	}
	
    .Topic-Links .field__item .layout.layout--onecol {
        width: 100%;   
    }
	
	.Topic-Links .field__item .layout.layout--onecol a {
		display: block;
		padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 50px;
        padding-right: 50px;
		height: 100%;
	}
    
    .Topic-Resources {
        float: left;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 2px;
    }
}

/* End Topic Page */

/* Content Page */
.Content-Resources {
    margin: 0;
    text-align: center;
}

.Content-Resources>div>div>div:last-child {
	padding-bottom: 15px;
}

.Content-Resources .Related-Information_Heading {
    padding: 20px;
	font-size: 19px;
    font-weight: bold;
}
.Content-Resources .Related-Information_Links .field__item {
    padding-bottom:10px;
    padding-left:15px;
    padding-right:15px;
}

.Content-Bottom {
    padding: 0;
    z-index: 1;
}
.Bottom-Links:before {
    position: absolute;
    content: '';
    right: 0;
    border-left: 9999px solid;
    height: 150px;
    z-index: -1;
		bottom: -25px;
}
.Bottom-Links {
    height: 100px;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
}

.Bottom-Links .field__item {
    width: 23.5%;
    height: 100%;
    float: left;
    margin-left: 2%;
    text-align: center;
    padding: 0;
    border: solid 10px;
}
.Bottom-Links .field__item:first-child {
    margin-left: 0;   
}
.Bottom-Links .field__item a.btn {
    padding: 10px;
    border: 1px solid;
    width: 100%;
    height: 100%;
    border-radius: 0;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
		border: 2px solid;
}

.bottom-box-block {
	z-index: 1;
	position: relative;
}

@media only screen and (min-width: 800px) {
    .Content-Resources {
        position: relative;
        right: -15px;
        float: right;
        margin-top: 425px;
        width: 270px;
    }
    .Content-Body {
        width: calc(100% - 290px);
        float:left;
    }
    .Content-Top {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .Content-Bottom,
		.Bottom-Links,
		.bottom-bottom-box-block {
        display: none;
    }
    .Content-Resources {
        float: left;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 2px;
    }  
    .Content-Body {
        width: 100%;
    }
    .Content-Top {
        margin-bottom: 5px;
				padding-left: 15px;
        padding-right: 15px;
    }
}

/* End Content Page */

/* Contact Page */

.contact-item .field__item>div.layout {
    width: 100%;
}

.contact-item .field__item {
    margin-bottom: 20px;
}

.contact-heading {
    font-weight: bold;
    margin-bottom: 25px;
}

.contact-page-body {
	margin-bottom: 40px;
}

.contact-image img {
    margin:0;
}

.contact-map iframe {
    width: 370px;
    height:315px;
}

.contact-map,
.contact-image {
    width:372px;
    height:317px;
    border: 1px solid;
}

.contact-body {
	margin-right: 30px;
}

@media only screen and (max-width: 1200px) and (min-width:800px) {
    .contact-item .layout__region--first,
    .contact-body {
        width: 100%;
        flex:none;
    }
    .contact-item .layout__region--second {
        margin-right: 40px;
    }
    .contact-map iframe {
        padding:0;
    }
}

@media only screen and (max-width: 860px) {
    .Contact-Bottom,
    .contact-item .layout__region--second,
    .contact-item .layout__region--third {
        display:none;
    }
    .contact-item .layout__region--first {
        width:100%;
        flex: none;
    }
    .Contact-Top {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* End Contact Page */

/* Modules */

.share-buttons .content {
    position: relative;
}

.a2a_kit {
    position: absolute;
    bottom: 55px;
    right: 35px;
    z-index: 5;
}
.a2a_kit img {
    width: 35px;
    height: auto;
    padding-right: 10px;
}

@media only screen and (max-width: 800px) {
    .share-buttons {
        display: none;
    }
}

/* End Modules */

/* Features */

.btn {
	border: none;
	box-shadow: none !important;
	border-radius: 0.25rem;
}

.feature-webform {
	margin-top: 16px;
	margin-bottom: 16px;
}
.feature-webform form .webform-flexbox,
.feature-webform form .webform-flex--container {
	padding:0;
	margin:0;
}
.feature-block {
	margin-bottom: 23px;
}
.feature-block>div>h2 {
	display: none;
}
.feature-block gpei-paragraph p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.feature-block gpei-paragraph.component-3 p {
	padding-left: 1px;
}
.feature-block ul.pagination {
	margin-top: 23px;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 0;
}
.feature-block .pagination a {
	padding: 10px 16px;
	box-shadow: none !important;
}
.feature-body a,
.feature-bottom a {
	text-decoration: underline;
}
.feature-block .app[_ngcontent-c0] {
	margin-bottom:0;
}
.feature-block .alert {
	padding-bottom: 0;
}
.feature-block gpei-default-route>div>div {
	padding: 0;
}

@media only screen and (min-width: 800px) {
	.feature-webform,
	.feature-body,
	.feature-bottom,
	.feature-block {
		width: calc(100% - 290px);
		float: left;
	}
	.feature-links {
		position: relative;
		float: right;
	}
}

@media only screen and (max-width: 800px) {
	.feature-block,
	.feature-body,
	.feature-bottom {
		padding-left: 0;
		padding-right: 15px;
	}
	.feature-links {
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		right: 0;
	}
	.feature-webform .webform-flex {
		width:100% !important;
	}
	.feature-block ul.pagination {
		flex-wrap: wrap;
	}
	.feature-webform,
	.feature-body,
	.feature-block,
	.feature-bottom {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* End Features */

/* Pagination */

ul.pagination {
	position: relative;
	padding-left: 30px;
	padding-top: 10px;
}

ul.pagination .page-item:focus,
ul.pagination .page-link:focus {
	box-shadow: none;
}

/* End Pagination */

/* Webforms*/

.webform-submission-form label {
	font-weight: 700;
}
.webform-submission-form fieldset {
	padding: 0;
	padding-bottom: 15px !important;
}
.webform-submission-form label {
	margin-bottom: 5px;
	padding: 0;
}
.webform-submission-form input {
	width: auto;
	max-width: 100%;
/*	margin-top: 0;    */
/*	margin-bottom: 0; */
	box-shadow: none !important;
}
.webform-submission-form select {
	width: auto;
	max-width: 100%;
	margin-bottom: 0;
	box-shadow: none !important;
}
.webform-submission-form .form-actions {
	padding-left: 0;
	padding-right: 0;
}
.webform-submission-form button {
	padding: 10px 20px;
}
.webform-element-description {
	padding: 0;
	margin-bottom: 5px;
}

/* End Webforms */

/* Tables */

table>tbody>tr:nth-child(even),
table td.value{
	background: none !important;
}

table thead th,
table tbody th,
gpei-key-value-table .table-row-key,
table td {
	font-size: 16px;
}

table th,
.table th {
	font-weight: bold;
}

gpei-key-value-table .table-row-key {
	font-weight: bold !important;
}

table td,
table th,
.table td,
.table th {
	padding: 10px;
}

table tr {
	padding: 0;
}

.table-bordered,
tr td,
tr th,
table tr,
.table td,
.table th,
.table tr,
.table thead th {
	border: none;
}

table p {
	margin: 0;
}

table thead,
.table thead {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}
table tbody,
.table tbody {
	border: 1px solid;
}

table caption {
	caption-side: top;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	table {
		display: block;
		overflow-x:auto;
	}
}

/* End Tables */


/* Forms/Rules Views  */

.Form-Search fieldset:first-child {
	padding-left: 0; 
}

.Form-Search #edit-form-id {
    padding-bottom: 0px;
    width: 110px;
}

.Form-Search .views-exposed-form {
	padding-bottom: 30px;
	padding-left: 15px;
    padding-top: 20px;
}

.Rules-Search.views-exposed-form {
	padding-left: 15px;
	padding-bottom: 30px;
}

.Rules-Search .views-exposed-form {
	padding-left: 30px;
}

.Form-Search .view-content .file {  
  	padding-left: 3px;
}

.Form-Search .form-select {
    margin-top: 4px;
}

.Form-Search #edit-actions {
    padding-bottom: 1px;
    margin-top: 11px;
}

.Form-Search label {
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 11px;
}

.Form-Search .node__title{
    display: none;
}

.Rules-Search .table-responsive {
	padding: 0;
}

.view-empty {
    padding-top: 50px;
    padding-bottom: 70px;
	padding-left: 30px;
}

/* End Forms/Rules Views */

/* Calendar */

.calendar {
    position: relative;
}

.calendar-calendar {
    width: 100%;
}

.Starting-Date {
    padding-bottom: 18px;
}

.calendar .view-content.row {
    padding-bottom: 22px;
}

.calendar .pager {
    position: absolute;
    right: 0;
    display: none;
}

.calendar .view-header .pager {
    display: block;
}

.calendar .view-header h3 {
    font-size: 25px;
}

.calendar .view-footer {
    height: 50px;
}

.calendar .view-footer h1 {
   position: absolute;
   top: 0;
   padding-top: 30px;
}

.calendar .js-pager__items {
    padding: 0px;
	height: 25px;
	width: 100%;
}

.calendar .js-pager__items li {
    display: inline;
    padding: 4px;
    border-radius: 4px;
    margin-left: 21px;
}

.calendar .js-pager__items li a {
    font-weight: bold;
}

.calendar .js-pager__items li a,
.calendar .js-pager__items li a:hover {
    text-decoration: none;
    font-size: 16px;
}

.calendar td.calendar-agenda-hour .calendar-hour,
.calendar td.calendar-agenda-hour .calendar-ampm {
    font-size: .8em;
    font-weight: normal;
    margin-right: 0px;
    font-weight: bold;
    color: #000;
    float: left;
    padding-left: 8px;
}

.calendar th.days {
    font-size: 16px;
    font-weight: 600;
	height: 45px;
}

.calendar .contents {
    font-weight: 700;
}

.calendar .contents a {
    font-weight: 500;  
    font-size: 14px;
}

.calendar .month-view .full tr.single-day .no-entry,
.calendar .month-view .full tr.single-day .no-entry .inner {
    height: 75px !important;
    line-height: 44px;
}

.calendar .month-view .full tr td.single-day.today,
.calendar .month-view .full  td.date-box.today {
    border: none;
}

.calendar td .inner div.day a {
    font-weight: normal;
    pointer-events: none;
    cursor: default;
}

.calendar td .inner div.calendar div,
.calendar td .inner div.calendar div a {
    border: none;
    padding: 4px;
    border-radius: 4px;
}

.calendar div.calendar {
    font-size: 14px;
}

.calendar .view-header {
    padding-bottom: 0px;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
    position: relative;
}

.calendar .week-view table.full {
    table-layout: fixed;
    width: 100%;
    margin: 0px;
    display: table;
}

@media only screen and (max-width: 790px) {
	.calendar .contents {
		position: relative;
		white-space: nowrap;
		width:100px; 
		overflow: hidden;
		text-overflow: ellipsis;
	}
   
	.calendar .contents a {
		position: absolute;
		top: 0;
		left: 0;
		padding-right:2px;
	}
   
	.calendar .view-header {
		justify-content: left!important;
		padding-left: 5%!important;
	}   
}

/* End Calendar */

/* Schedule Event */

.schedule-body {
	padding-bottom: 20px;
}
.schedule-field {
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	margin: 0;
}
.schedule-field .field__label,
.counsel-label {
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
	width: 200px;
	margin: 0;
}
.schedule-field .field__label:after,
.counsel-label:after {
	content: ":";
} 
.schedule-field>.field__items>.field__item {
	display: block;
}
.schedule-field>.field__item,
.schedule-field>.field__items {
	float: right;
	width: calc(100% - 200px);
}
.schedule-top-text {
	padding-left: 15px;
}

.schedule-message .Basic-page-text {
	padding-left: 0;
	float: none;
	line-height: 24px;
}

.schedule-message .Basic-page-text p:last-child,
.schedule-message .block p:last-child {
	margin: 0;
}

.schedule-message div.block {
	width: 100% !important;
}

.schedule-message .field--type-entity-reference {
	margin: 0;
}

.schedule-counsel {
	margin: 0;
}
.counsel-name,
.counsel-label {
	display: inline-block;
	padding-bottom: 5px;
}

@media only screen and (min-width: 800px) {
	.counsel-name {
	width: auto;
	float: none;
	position: relative;
	left: 200px;
	}
	.schedule-counsel>.field__item {
		position: relative;
	}
	.counsel-label {
		position: absolute;
		top: 0;
	}
}

@media only screen and (max-width: 800px) {
	.schedule-field,
	.counsel-name {
		padding-bottom: 20px;
	}
	.counsel-label {
		padding-bottom: 0;
	}
	.schedule-field .field__label,
	.counsel-label {
		width: 100%;
		text-align: left;
	}
	.schedule-field>.field__item,
	.schedule-field>.field__items,
	.counsel-name {
		float: left;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* End Schedule Event */

/* Schedule View */

.schedule .view-filters {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.schedule .view-filters fieldset>label {
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	font-weight: bold;
}
.schedule .view-filters fieldset>select {
	width: auto;
}
.schedule .view-content {
	padding-left: 15px;
	padding-right: 15px;
}
.schedule .view-content>h3 { 
	padding: 7px;
	border-radius: 0;
	border: 2px solid;
	width:100%;
	margin-bottom: 5px;
	margin-top: 15px;
}
.schedule .views-row {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.schedule .views-row:last-child {
	border-bottom: 0;
	padding-bottom: 30px;
}
.schedule .views-row>.views-field:not(.schedule-date) {
	width: calc(100% - 125px);
	float: right;
	margin-bottom: 5px;
}
.schedule .views-row>.schedule-date {
	width: 125px;
	height: 100%;
	float: left;
}
.schedule article .node__title {
	display: none;
}
.schedule article .Basic-page-text {
	padding: 15px;
	font-size: 16px;
}
.view-header .Basic-page-text {
	float: none;
}

@media only screen and (max-width: 450px) {
	.schedule .views-exposed-form fieldset,
	.schedule .views-exposed-form fieldset label {
		width: 100%;
	}
	.schedule .views-exposed-form fieldset select {
		margin-bottom: .6rem;
	}
	.schedule .views-row {
		padding-left: 7px;
		padding-right: 7px;
	}
	.schedule .views-row>.views-field:not(.schedule-date),
	.schedule .views-row>.schedule-date	{
		width: 100%;
		float: none;
		height: auto;
	}
	.schedule .views-row>.views-field:not(.schedule-date)	{
		margin-bottom: 7px;
	}
	.schedule .views-row>.schedule-date {
		margin-bottom: 7px;
		font-weight: bold;
	}
}

/* End Schedule View */

/* Alerts */

.alert-danger {
	color: #cc3300;
	background-color: #fff;
	border: solid 2px  #cc3300;
	font-size:16px;
	padding: 15px;
	width: auto;
	margin-top: 22px;
    margin-bottom: 7px;
}

.alert-danger .close {
	color:#cc3300!important;
    opacity: 0.9;
}

.alert-warning {
	color: #ff9900;
	background-color: #fff;
	border: solid 2px  #ff9900;
	font-size:16px;
	padding: 15px;
	width: auto;
	margin-top: 22px;
    margin-bottom: 7px;
}

.alert-warning .close {
	color:#ff9900!important;
    opacity: 0.9;
}

.alert-info{
	color: #999999;
	background-color: #fff;
	border: solid 2px  #76734c;
	font-size:16px;
	padding: 15px;
	width: auto;
	margin-top: 22px;
    margin-bottom: 7px;
}

.alert-info .close {
	color:#999999!important;
    opacity: 0.9;
}

.alert-success{
	color: #006600;
	background-color: #fff;
	border: solid 2px  #006600;
	font-size:16px;
	padding: 15px;
	width: auto;
	margin-top: 22px;
    margin-bottom: 7px;
}

.alert-success .close {
	color:#006600!important;
    opacity: 0.9;
}

.alert-danger .close:focus,
.alert-warning .close:focus,
.alert-info .close:focus,
.alert-success .close:focus {
	outline: 0;
}

/* End Alerts */

/** user login **/

@media only screen and (min-width: 800px) {
	.user-login-form,
	.user-pass {
		padding-bottom: 55px;
		max-width: 50%;
	}
}

@media only screen and (max-width: 800px) {
	.user-login-form,
	.user-pass {
		padding-bottom: 55px;
		max-width: 80%;
	}
}

.js-form-item.js-form-type-textfield.form-type-textfield.js-form-item-name.form-item-name.form-group.col-auto {
	padding-bottom: 25px;
}

.js-form-item.js-form-type-password.form-type-password.js-form-item-pass.form-item-pass.form-group.col-auto {
	padding-bottom: 25px;
}

p.js-form-item.js-form-type-textfield.form-type-textfield.js-form-item-name.form-item-name.form-group.col-auto p {
	padding-left: 3%;
	padding-bottom: 11px;
}

#edit-name p {
	padding-left: 3%;
	padding-bottom: 11px;
}

#user-pass p {
	padding-left: 3%;
}

.form-control:focus {
	box-shadow: none;
}


/** user login end **/


/** Accordions **/

div.spoiler div.spoiler-title div.show-icon:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f067';
	font-weight: 900;
	position: relative;
	left: -6px;
	top: 50%;
}

div.spoiler div.spoiler-title div.hide-icon:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f068';
	font-weight: 900;
	position: relative;
	left: -6px;
	top: 50%;
}

div.spoiler div.spoiler-title div.show-icon,
div.spoiler div.spoiler-title div.hide-icon {
	background: none;
}

div.hide-icon {
	background-color: white;
	background: #eee;
}

div.spoiler div.spoiler-title {
	font-size: 17px;
	font-weight: bold;
	padding: 7px 7px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	border-radius: 0;
	border: 2px solid;
}

div.spoiler div.spoiler-title:hover {
	font-size: 17px;
	font-weight: bold;
	padding: 7px 7px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

div.spoiler div.spoiler-content {
	background-color: white;
	border: 0px;
	font-size: 16px;
}

div.spoiler {
	padding-top: 5px;
	line-height: 1.6;
	padding-bottom: 5px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/** Accordions-end **/

/** Site Search **/

@media only screen and (min-width:800px) {
	.view-site-search .view-empty {
		padding-bottom: 150px;
	}
}

@media only screen and (max-width:800px) {
	.view-site-search .view-empty {
		padding-bottom: 50px;
	}
}

.view-site-search .view-header {
	padding-top: 25px;
	padding-left: 15px;
}
.view-site-search h1 {
	padding-left: 0;
}

.view-site-search .item-list ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-left: 20px;
	padding-bottom: 10px;
}

.view-site-search .item-list ul li:last-child {
	padding-bottom: 50px;
	border-bottom: 0px;
}

.view-site-search li .views-field views-field-title-1 {
	padding-top: 10px;
}

.search-title {
	padding-top: 15px;
}

.search-body {
	color: #606060;
}


/** End Site Search **/




/* Menus */

.navbar.navbar-expand-lg {
	padding: 0px;
	position:relative;
	width:100%;
	max-width:100%;
}

#superfish-main li ul {
    z-index:2;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#superfish-main li.sf-depth-1 {
    width:33.33%;
}
#superfish-main li a.sf-depth-1 {
    border-top:1px solid;
    border-bottom:1px solid;
}
#superfish-main li.active-trail a.sf-depth-1 {
    font-weight: bold;
}
#superfish-main>li a {
	border-right: 1px solid;
}
#superfish-main>li:first-child a {
    border-left: 1px solid;
}
#superfish-main>li>ul>li a {
	border-left: 1px solid;
	border-right: 1px solid;
}
.Site-Menu {
    padding-top:25px;
    padding-bottom:25px;
}
.Site-Menu a:hover {
	font-weight: bold;
}
.container {
	padding: 0px;
}
#navbar-main div.container {
	    position:relative;
}
.Site-Menu ul.sf-menu.sf-style-default a.sf-with-ul {
	padding-right: 20px;
}
.Site-Menu a.sf-depth-1 {
	padding-left: 20px;
	text-align: center;
}
.Site-Menu .sf-depth-1 {
    background: #fff;
}
ul.sf-menu li:hover>ul,
ul.sf-menu li.sfHover>ul {
    margin-top: 8px;
    width: 100% !important;
}
ul.sf-menu.sf-style-default a,
ul.sf-menu.sf-style-default a:visited,
ul.sf-menu.sf-style-default span.nolink {
    border: 0 none;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.sf-menu.sf-style-default li .sf-depth-2 a {
    font-size: medium;
    text-align: center;
    width: auto;
    border-bottom:1px solid;
}
ul.sf-menu.sf-style-default li .sf-depth-2:first-child a {
    border-top:0;
}

.Site-Menu.sf-depth-1 a {
	color: #000;
}

sf-depth-2.sf-no-children a {
	color: #f9e11b;
	font-weight: bold;
}

.sf-depth-1.menuparent.sf-with-ul.ul.sf-menu.sf-style-default a:hover {
	background: #000;
	text-decoration: none;
	color: #000;
	outline: 0;
}

.navbar.navbar-expand-lg {
	padding-bottom: 0px;
	padding-top: 0px;
}

.sf-menu {
	display: block;
	padding: 1em 1.5em;
	position: relative;
	margin-bottom: 0px;
}

.region-primary-menu {
	width: 1280px;
	margin: 0 auto;
}

.sf-menu {
	text-align: center;
	width: 100%;
}

.sf-menu li {
	position: relative;
	display: inline-block;
	margin: 0 -2px;
	width: 20%;
}

ul.sf-menu.sf-style-default li.sfHover.sf-depth-1 {
	text-decoration: none;
}

ul.sf-menu.sf-style-default li.current.sf-depth-1,
ul.sf-menu.sf-style-default li :hover.sf-depth-1,
ul.sf-menu.sf-style-default li.sfHover.sf-depth-1,
ul.sf-menu.sf-style-default a:focus.sf-depth-1,
ul.sf-menu.sf-style-default a:hover.sf-depth-1,
ul.sf-menu.sf-style-default span.nolink:hover.sf-depth-1 {
	text-decoration: none;
}

@media only screen and (max-width:800px) {
    #navbar-main {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width:500px) {
    #superfish-main li a.sf-depth-1 {
        height: 65px;
        padding-right: 15%;
        padding-left: 15%;
        padding-top:15px;
        padding-bottom:15px;
    }
    ul.sf-menu li:hover>ul, ul.sf-menu li.sfHover>ul {
        margin-top:25px;
    }
    ul.sf-menu li.sfHover>ul {
        margin-top: 25px;
    }
}


/* Ends Menu */


/*Superfish Main Nav*/

.ul.sf-menu a,
ul.sf-menu span.nolink {
	display: block;
	padding: 0.6em 1.5em;
	position: relative;
}

.ul.sf-menu.span.nolink {
	display: block;
	padding: 0.6em 1.5em;
	position: relative;
}

.sf-style-default .Site-Menu .sf-depth-1 :hover {
	background: #000;
	Color: #f9e11b;
	text-decoration: none;
}

.Site-Menu .sf-depth-2 {
	color: #f9e11b;
	text-decoration: none;
}

.Site-Menu .sf-depth-2 a {
	color: #f9e11b;
}

ul.sf-menu.sf-style-default {
	float: left;
	margin-bottom: 1em;
	padding: 0;
}

ul.sf-menu.sf-style-default.sf-navbar {
	width: 100%;
}

ul.sf-menu.sf-style-default ul {
	margin: 0;
	padding: 0;
}

.sf-depth-2 a {
	color: #f9e11b;
}

ul.sf-menu.sf-style-default a.sf-with-ul,
ul.sf-menu.sf-style-default span.nolink.sf-with-ul {
	padding-right: 2.25em;
}

ul.sf-menu.sf-style-default.rtl a.sf-with-ul,
ul.sf-menu.sf-style-default.rtl span.nolink.sf-with-ul {
	padding-left: 2.25em;
	padding-right: 1em;
}

ul.sf-menu.sf-style-default span.sf-description {
	color: #000;
	display: block;
	font-size: smaller;
	line-height: 1.5;
	margin: 0.25em 0 0 0;
	padding: 0;
}

ul.sf-menu.sf-style-default li,
ul.sf-menu.sf-style-default.sf-navbar {
	background: #f9e11b;
}

ul.sf-menu.sf-style-default li li,
ul.sf-menu.sf-style-default.sf-navbar>li>ul {
	background: #f9e11b;
}

ul.sf-menu.sf-style-default li li li {
	background: #000;
}

div.sf-accordion-toggle.sf-style-default a {
	background: #000;
	color: #000;
	display: inline-block;
	font-weight: bold;
	padding: 2em 2.5em 1em 1em;
	position: relative;
	padding-left: 0%;
	padding-right: 0px;
	width:50%;
}

div.sf-accordion-toggle.sf-style-default a.sf-expanded,
ul.sf-menu.sf-style-default.sf-accordion li.sf-expanded {
	background: #000;
	display: block;
	position: relative;
}

div.sf-accordion-toggle.sf-style-default a.sf-expanded,
ul.sf-menu.sf-style-default.sf-accordion li.sf-expanded>a,
ul.sf-menu.sf-style-default.sf-accordion li.sf-expanded>span.nolink {
	font-weight: bold;
}

ul.sf-menu.sf-style-default.sf-accordion li a.sf-accordion-button{
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 499;
	padding-bottom: 10px;
}



ul.sf-menu.sf-style-default.sf-accordion li li a,
ul.sf-menu.sf-style-default.sf-accordion li li span.nolink {
	padding-left: 2em;
}

ul.sf-menu.sf-style-default.sf-accordion li li li a,
ul.sf-menu.sf-style-default.sf-accordion li li li span.nolink {
	padding-left: 3em;
}

ul.sf-menu.sf-style-default.sf-accordion li li li li a,
ul.sf-menu.sf-style-default.sf-accordion li li li li span.nolink {
	padding-left: 4em;
}

ul.sf-menu.sf-style-default.sf-accordion li li li li li a,
ul.sf-menu.sf-style-default.sf-accordion li li li li li span.nolink {
	padding-left: 5em;
}

ul.sf-menu.sf-style-default.rtl.sf-accordion li li a,
ul.sf-menu.sf-style-default.rtl.sf-accordion li li span.nolink {
	padding-right: 2em;
}

ul.sf-menu.sf-style-default.rtl.sf-accordion li li li a,
ul.sf-menu.sf-style-default.rtl.sf-accordion li li li span.nolink {
	padding-right: 3em;
}

ul.sf-menu.sf-style-default.rtl.sf-accordion li li li li a,
ul.sf-menu.sf-style-default.rtl.sf-accordion li li li li span.nolink {
	padding-right: 4em;
}

ul.sf-menu.sf-style-default.rtl.sf-accordion li li li li li a,
ul.sf-menu.sf-style-default.rtl.sf-accordion li li li li li span.nolink {
	padding-right: 5em;
}

ul.sf-menu.sf-style-default li.sf-multicolumn-wrapper ol,
ul.sf-menu.sf-style-default li.sf-multicolumn-wrapper ol li {
	margin: 0;
	padding: 0;
}

ul.sf-menu.sf-style-default li.sf-multicolumn-wrapper a.menuparent,
ul.sf-menu.sf-style-default li.sf-multicolumn-wrapper span.nolink.menuparent {
	font-weight: bold;
}


/*End Superfish Main Nav*/

.progress-step:not(:last-child)::after {
 z-index: 10;
}
.webform-multiple-table td.webform-multiple-table--operations-two {
    border-right: 1px solid;
    border-color: #666633;
}
 
.webform-multiple-add {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 8px;
}
 
.webform-multiple-add .form-control {
        display: inline;
}
 
.webform-multiple-add .btn:not(:disabled):not(.disabled) {
    margin-right: 15px;
}
 
.webform-multiple-table, .webform-multiple-table-responsive {
        margin-bottom: 10px;
}
 
.tabledrag-toggle-weight-wrapper {
    display: none;
}
 
.webform-multiple-table td.webform-multiple-table--operations {
    padding: 6px 0 0 0;
    vertical-align: top;
}
 
.webform-multiple-table td input[type="image"] {
    margin: 5px;
}
 
.webform-button--next, .webform-button--previous, .webform-button--submit, .webform-button--preview, .button--print {
        margin-bottom: 25px;
}
 
summary {
    display: none;
}

a.tabledrag-handle .handle {
	height: 25px;
	width: 25px
}
.alert-wrapper {
    position: relative;
}
.webform-computed-loading {
    background-color: transparent;
}
.skip-link {
    display: none;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #666666;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
.mb-3 {
    margin-right: 5px;
    margin-left: 5px;
}
input#edit-captcha-response {
    width: 200px !important;
    flex: initial;
}
.Search-Text {
    padding-top: 20px;
}
.js-form-item.js-form-type-textfield.form-type-textfield.js-form-item-search-api-fulltext.form-item-search-api-fulltext.form-no-label.mb-3 {
    margin-bottom: 0 !important;
    padding-top: 15px;
}
.form-inline.navbar-form.float-right {
    width: auto !important;
}
button#edit-submit-site-search {
    margin-top: 10px;
}
