html, body {
	height: 100%;
}
body.site {
    border-top: 0;
    padding: 0;
    background-color: #fff;
}
.body .container {
    background-color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a {
	color: #188252;
}
.navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover,
.btn-primary {
	background: #188252;
}
.navbar-inner {
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
}
@media print {
	a[href]:after {
		content: "" !important;
	}
	pre,
	blockquote {
		border: 0 !important;
		page-break-inside: avoid;
	}
}

.alert-bar.red { background-color: #D24F49; color: #fff; }
.alert-bar.yellow { background-color: #ffb00b; color: #000; }
.alert-bar.blue { background-color: #9BD2E9; color: #000; }
.alert-bar.green { background-color: #B4D6C8; color: #000; }
.alert-bar.red a { color: #fff; }
.alert-bar.yellow a { color: #000; }
.alert-bar.blue a { color: #000; }
.alert-bar.green a { color: #000; }
.alert-bar .container {
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.alert-bar p {
    margin: 0 0 0px;
}

.top-bar {
    display: none;
    /*position: fixed;
    width: 100%;
    height: 58px;
    top: 0;
    left: 0;
    background-color: #bfe6d4;
    z-index: 89px;*/
}
.top-bar .container {
    padding: 0 10px 10px 10px;
}
.container.header-wrapper {
    padding-bottom: 12px;
}
.header {
    margin-bottom: 0;
}

.navbar {
    margin-bottom: 0;
}
.related-toggle {
    display: none;
    position: relative;
    color: #188252;
    font-size: 16px;
    background-color: #f6f5f5;
    padding: 10px;
    border-radius: 4px;
}
.related-toggle:hover, .related-toggle:active {
    color: #188252;
    text-decoration: none;
    cursor: pointer;
    background-color: #ededed;    
}
.related-toggle .toggle-arrow {
    display: block;
    float: right;
    font-family: 'Font Awesome 5 Free'; /*IcoMoon*/
    font-style: normal;
    speak: none;
    font-size: 24px;
    font-weight: 900;
}
.related-toggle .toggle-arrow:before {
    content: "\f0de"; /*e00f*/
}
.related-toggle.collapsed .toggle-arrow:before {
    content: "\f0dd"; /*e011*/
}


/* SEARCH BAR */

.header-search {
	max-width: 422px;
	margin: 12px auto 0 auto;
}

.search-container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 366px;
}
@media (max-width: 767px) {
    .search-container {
        justify-content: center;
    }
}

form#searchform {
	margin: 0;
	width: 340px;
}
form#searchformweb {
	margin: 0;
	width: 320px;
}

.searchbar {
    width: 100%;
    position: relative;
}

#searchterm {
	box-sizing: border-box;
	height: 36px;
	width: 100% !important;	
	border: 2px solid #188252;
	outline: 0px none;
	margin: 0px;
	padding: 4px 42px 4px 8px;
	color: #555;
	background-color: #FFF;
	vertical-align: top;
	font-size: 16px;
	border-radius: 8px 0 0 8px;
}
#searchtermweb {
	box-sizing: border-box;
	height: 30px;
	width: 100% !important;
	border: 2px solid #188252;
	border-top: 0;
	outline: 0px none;
	margin: 0px;
	padding: 4px 42px 4px 8px;
	color: #555;
	background-color: #FFF;
	vertical-align: top;
	font-size: 14px;
	border-radius: 8px 0 0 8px;
}

div.searchselect {
	position: absolute;
	display: inline-block;
	height: 42px;
	vertical-align: top;
	margin: 0;
	top: 0px;
	right: 44px;
}

div.searchform {
	position: absolute;
	top: 99%;
	right: -2px;	
	width: auto;
	white-space: nowrap;	
	display: none;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	z-index: 10000;
	background-color: #fff;
	border-bottom: 1px solid rgba(220,220,220,1);
	border-right: 1px solid rgba(220,220,220,1);
	border-left: 1px solid rgba(220,220,220,1);
	box-shadow: 0 0.3rem .5rem -0.111rem rgba(0,0,0,0.15);
}

div.searchform a {
	display: block;
	font-size: 14px;
	color: #555;
	padding: 8px;
	outline: 0;
}

div.searchform a:hover, div.searchform a:active, div.searchform a:focus
{
	text-decoration: none;;
	background-color: #f1f1f1;
}

#searchform .searchbar button.searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background-color: #188252;
	border: 0;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	width: 36px;
	margin-left: 0px;
	top: 0px;
	color: #fff;
}
#searchformweb .searchbar button.searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background-color: #188252;
	border: 0;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	width: 36px;
	margin-left: 0px;
	top: 0px;
	color: #fff;
}
.searchbar button.searchsubmit [class^="icon-"] {
    margin-right: 0;
}

.searchbar button.searchsubmit:hover, .searchbar button.searchsubmit:focus, #show-search-form:hover, #show-search-form:focus {
	color: #def2e9;
}
#close-search-form:hover, #close-search-form:focus {
	color: #999;
}

.links-container-top {
	*zoom: 1;
}
.links-container-top:before,
.links-container-top:after {
	display: table;
	content: "";
	line-height: 0;
}
.links-container-top:after {
	clear: both;
}
.links-container-top {
	padding: 0 0 0 8px;
	margin: 0 0 12px 0;
	list-style: none;
	text-align: left;
}
.links-container-top li {
	float: left;
}
.links-container-top a, .links-container-top a:visited  {
	color: #469b75;
	font-size: 13px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 20px;
	border-bottom: 2px solid #ddece7;
}
.links-container-top li:last-child a {
	margin-right: 0;
}
.links-container-top a:hover, .links-container-top a:active  {
	color: #009345;
	text-decoration: none;
	border-bottom: 2px solid #009345;	
}
/* Search Results */
.com-finder__search > .form-inline {
	display: flex;
	justify-content: center;
}

.input-group > input.js-finder-search-query {
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div.com-finder__pagination > nav.pagination__wrapper > ul.pagination > li.active {
	font-weight: bold;
}

.search-pages-counter {
text-align:center;
}

/* top navigation */

.navigation {
    padding: 10px 0;
    border-top: 2px solid #188252;
    border-bottom: 2px solid #188252;
    margin-bottom: 0px;
}

.navigation .nav.menu.nav-pills img {
	margin-right: 10px;
}
.navigation .nav.menu.nav-pills li a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-right: 30px;
}
.navigation .nav.menu.nav-pills li:last-child a {
	margin-right: 0;
}

.moduletable.top-mega {
    list-style: none;
    font-family: 'Roboto', Arial, sans-serif;
}

.moduletable.top-mega li a.dj-up_a {
    margin-right: 30px;
    display: block;
    float: left;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    border-right: 0;
    border-left: 0;
    text-transform: none;
}
.moduletable.top-mega li:last-child a.dj-up_a {
    margin-right: 0px;
}
.moduletable.top-mega li a.dj-up_a img.dj-icon {
    border: 0;
    margin: 0;
    max-height: 52px;
    vertical-align: middle;
}
.moduletable.top-mega li:hover a.dj-up_a, .moduletable.top-mega li.hover a.dj-up_a, .moduletable.top-mega li.active a.dj-up_a {
    border-radius: 3px;
}

.moduletable.top-mega li a.dj-up_a span span.image-title {
    background: none;
    padding: 0 !important;
    margin: 0 0 0 8px;
    display: inline-block;
    float: none;
    height: auto;
}

.moduletable.top-mega li:hover div.dj-subwrap,
.moduletable.top-mega li.hover div.dj-subwrap {
    -webkit-box-shadow:  2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow:  2px 2px 2px rgba(0, 0, 0, 0.2);
}

.moduletable.top-mega li a.dj-up_a span.dj-drop {
    padding: 0 0 0 0 !important;
}
.moduletable.top-mega .dj-drop .arrow {
    display: none;
}
.dj-megamenu-custom254 li ul.dj-submenu > li {
    border-top: 0 !important;
}
.dj-megamenu-custom254 li ul.dj-submenu > li > a {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 16px;
    color: #000000;
}
/*.dj-megamenu.top-mega ul.dj-submenu li.separator a, .dj-megamenu.top-mega .dj-mtmenu ul.dj-submenu li.separator:hover a */
.moduletable.top-mega ul.dj-submenu li.separator a, .moduletable.top-mega .dj-mtmenu ul.dj-submenu li.separator:hover a
{
    font-size: 15px !important;
    font-weight: bold;
    color: #000 !important;
}

.moduletable.top-mega li.first a.dj-up_a.active {
    background: transparent !important; 
}


ul.dj-mobile-light > li.dj-mobileitem > a {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #188252 !important;
}
.dj-mobile-nav.dj-mobile-light.top-mega li.divider a, .dj-mobile-nav.dj-mobile-light.top-mega li.divider:hover a {
    font-weight: bold;
    color: #666 !important;
    background: #e4e4e4 !important;
    cursor: default;
}
.moduletable.top-mega li ul.dj-submenu > li.separator:hover > a,
.moduletable.top-mega li ul.dj-submenu > li.separator.hover > a
{
	background: none;
}
.dj-mobile-nav.dj-mobile-light.top-mega li.divider > a:hover
{
    background: #e4e4e4 !important;
}
.dj-megamenu-custom254 li ul.dj-subtree > li {
   
}
.dj-megamenu-custom254 li ul.dj-subtree > li > a {
    display: block !important;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 14px !important;
    color: #000000;
    background: transparent;
    text-decoration: none;
    padding: 3px !important;
    margin: 4px 0;
}
.dj-megamenu-custom254 li ul.dj-subtree > li > a:hover {
    background: #bfe6d4;
}
.dj-megamenu-custom254 li ul.dj-submenu > li.parent > a i.arrow:before {
	content: "\f107" !important;
}


.moduletable.top-mega .dj-mobile-open-btn {

}
#dj-megamenu254mobileWrap {
    display: table;
    margin: 0 auto;
    padding: 3px 30px;
    background: #188252;
    border-radius: 0 0 8px 8px;
}
.dj-megamenu-offcanvas.top-mega .dj-mobile-open-btn, .dj-megamenu-offcanvas.top-mega .dj-mobile-open-btn:focus {
    display: table-cell;
    cursor: pointer;
    margin: 0 auto;
    width: 32px;
    height: 38px;
    font-size: 26px;
    line-height: 1;
    padding: 3px 5px;
    background: #188252;
    color: #fff;
    text-align: center;
    outline: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.dj-megamenu-offcanvas.top-mega .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas.top-mega .dj-mobile-open-btn:active {
    background: #469b75;
    color: #fff;    
}

.dj-megamenu-offcanvas.top-mega:after {
    content:'Menu';
    /*display: table-cell;*/
    vertical-align: middle;
    padding-left: 8px;
    font-size: 16px;
    color: #fff;
}
.dj-offcanvas-light {

}
.dj-offcanvas-light .dj-offcanvas-top {
    background: #188252 !important;
    text-align: right;
}
.dj-offcanvas-light .dj-offcanvas-close-btn {
    font-size: 20px;
    line-height: 1;
    color: #fff !important;
    cursor: pointer;
}

/* 4-21 Megamenu */

#dj-megamenu254 {
display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.dj-megamenu-modern li.dj-up{
display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.dj-megamenu-modern li a.dj-up_a > span {
  flex-wrap: nowrap !important;
}

.dj-megamenu-modern li ul.dj-submenu > li > a {
  font-size: 15px !important;
}

.dj-megamenu-modern {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  overflow: visible;
  /*height: 32px !important;
  width: 38px !important;*/
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dj-megamenu-modern li ul.dj-submenu > li > a {
  font-size: 14px;
  line-height: 18px;
  color: #6e6e6f;
  text-decoration: none;
  margin: 0;
  padding: 12px 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 5px;
  position: relative;
}

.dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.dj-megamenu-offcanvas.top-mega .dj-mobile-open-btn.dj-fa-0 .dj-mobile-open-icon::before, .dj-megamenu-offcanvas.top-mega .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon::before, .dj-megamenu-offcanvas.top-mega .dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon::before {
                content: "\f0c9";
                display: inline-block;
                /*font: normal normal normal 26px/1 "FontAwesome" !important;*/
  				font-size: 26px !important;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
}

.dj-mobile-open-btn.active .dj-mobile-open-icon {
  background:none !important;
}


/* left sidebar */

.sidebar-nav .nav.menu-subpage li a,
.sidebar-nav .nav.-subpage li a {
    display: block;
    font-size: 14px;
    color: #188252;
    padding: 12px 8px;
    border-bottom: 1px solid #e2e2e2;
}
.sidebar-nav .nav.menu-subpage li a img,
.sidebar-nav .nav.-subpage li a img {
    display: none;
}
.sidebar-nav .nav.menu-subpage li a:hover, .sidebar-nav .nav.menu-subpage li a:active, .sidebar-nav .nav.menu-subpage li a:focus, .sidebar-nav .nav.menu-subpage li.current > a,
.sidebar-nav .nav.-subpage li a:hover, .sidebar-nav .nav.-subpage li a:active, .sidebar-nav .nav.-subpage li a:focus, .sidebar-nav .nav.-subpage li.current > a {
    text-decoration: none;
    background-color: #def2e9;
}



/* main content */

.content {
    margin-top: 30px;
}
.page-header {
    border: 0;
}
.item-page-landing .category-desc img {
    margin-bottom: 16px;
}
.blog .page-header {
    margin: 0;
}
.blog .item {
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.item-page h2, .item-page h2 a, .item-page h2 a:active, .item-page h2 a:visited, .item-page-landing h2, .item-page-landing h2 a, .item-page-landing h2 a:active, .item-page-landing h2 a:visited {
    font-size: 26px;
    line-height: 30px;
    color: #188252;
    font-weight: 400;
}
.page-header h1, .page-header h2, h2 .subheading-category, .blog .page-header h1, h1.page-title {
    font-size: 32px;
    line-height: 36px;    
    color: #188252;
    font-weight: 400;
}
.blog .page-header h2, .blog .page-header h2 a {
    color: #333;
}
.blog .page-header h2 a:hover {
    color: #188252;
    text-decoration: none;
}
.head-rounded, .blog-landing .items-leading h2 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    background-color: #def2e9;
    padding: 8px 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.head-rounded span {
    background-color: transparent !important;
}
span.head-rounded {
    display: block;
}
.contentheading {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 16px 0 10px 0;
}
.readmore {
    clear: both;
    padding-top: 8px;
}
.readmore .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #188252;
	text-shadow: noen;
	background-color: #f9f9f9;
	background-image: none;
	filter: none;
	border-color: #188252;
	*background-color: #f9f9f9;
	border: 1px solid #188252;
	*border: 0;
	border-bottom-color: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.readmore .btn:hover,
.readmore .btn:focus,
.readmore .btn:active,
.readmore .btn.active,
.readmore .btn.disabled,
.readmore .btn[disabled] {
	color: #188252;
	background-color: #def2e9;
	*background-color: #def2e9;
}
.readmore .btn:active,
.readmore .btn.active {
	background-color: #def2e9 \9;
}

#bottom-content {
    clear: both;
    display: inline-block;
    margin-top: 20px;
    padding-top: 16px;    
    border-top: 1px solid #188252;    
}
#bottom-content .moduletable-roundedhead {
    font-size: 14px;
    margin-bottom: 16px;
}
#bottom-content .moduletable-roundedhead h3 {
	background-color: #def2e9;
	padding: 6px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 18px;
}


.layout-blog .breadcrumb.covid-blog {
    display: none;
}
.breadcrumb.covid-blog {
    background-color: #f9f9f9;
}
.breadcrumb.covid-blog .divider.icon-location {
    display: none;
}
.breadcrumb.covid-blog .divider img {
    margin-top: -3px;
}
.blog.blog-standard .page-header h1 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    background-color: #def2e9;
    padding: 8px 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.blog.blog-standard .item {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid #def2e9;
    font-size: 16px;
    line-height: 1.5;
}
.blog.blog-standard .items-row:last-child .item {
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-bottom: 0;
}
.blog.blog-standard .item .page-header h2, .blog.blog-standard .item .page-header h2 a {
    font-size: 26px;
    font-weight: normal;
    color: #333;
    margin-bottom: 6px;
}
.blog.blog-standard .item .page-header h2 a:hover {
    text-decoration: underline;
}
.blog.blog-standard .item .readmore .btn {
    font-size: 18px;
    cursor: pointer;
    color: #188252;
    text-shadow: noen;
    background-color: #fff;
    background-image: none;
    *background-color: #fff;
    border: 0;
    *border: 0;
    border-bottom-color: none;
}
.blog.blog-standard .item .readmore .btn span {
    font-size: 14px;
    display: none;
}
.view-article .item-page.blog-standard .page-header h1 {
    display: none;
}


/* search results page */

.search .badge-info {
	background-color: #188252;
}

.search .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #FFF;
	background-color: #188252;
	display: inline-block;
	padding: 4px 4px;
	margin-bottom: 0px;
	font-family: "Open Sans",arial;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.search .btn:hover, .search .btn:focus, .search .btn:active
{
	background-color: #559177;
	color: #FFF;
	text-decoration: none;
}

.search .phrases-box .controls label#searchphraseall-lbl,
.search .phrases-box .controls label#searchphraseany-lbl,
.search .phrases-box .controls label#searchphraseexact-lbl,
.search .ordering-box label,
.search .form-limit label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 6px;
}

.search .ordering-box {
	margin: 12px 0;
}
.search fieldset.only {
	display: none;
}

.search .search-results dt, .search .search-results dd {
	line-height: 22px;
}

.search .search-results .result-title {
	padding-top: 12px;
	border-top: 1px solid #e5e5e5;;
	margin-top: 12px;
}

.search .result-category, .search .result-created {
	display: none;
}

.search p.counter {
	margin-top: 12px;
}



/* code for sticky footer */

.body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -152px auto; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 152px;
}


.footer {
	min-height: 130px;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 30px 0 0;
	background-color: #def2e9;
	border-top: 2px solid #188252;
}
.footer .container {
	position: relative;
}
.footer #google_translate_element {
	margin-top: -6px;
}
.footer #google_translate_element:after {
	display: block;
	content: "Powered by Google Translate";
	color: #188252;
	font-size: 15px;
	margin: 4px 0 0 0;
	text-align: center;
}
.footer .goog-te-gadget-simple {
	width: 200px;
	text-align: center;
	background-color: #def2e9 !important;
	border: 3px solid #188252;
	border-radius: 10px;
	font-size: 16px;
	padding: 6px 12px;
	color: #333 !important;
}
.footer .goog-te-gadget-icon {
	display: none !important;
}
.footer .goog-te-menu-value span:nth-child(1) {
	font-size: 18px !important;
	color: #333 !important;
}
.footer .goog-te-menu-value span:nth-child(3) {
	border-left: 0 !important;
}
.footer .goog-te-menu-value span:nth-child(5) {
	font-size: 18px !important;
	color: #188252 !important;
}
.footer .goog-te-menu-value:hover {
	text-decoration: none !important;
}
.espanol-button {
	margin-top: 16px;
}


/* banner/top-slides */

.banner {
	max-width: 1280px;
	margin: 0 auto;
}



/* home modules */

.n2-ss-align {

}

h3.home-head {
	margin-left: 14px;
	margin-bottom: 14px;
	color: #188252;
	font-size: 28px;
	font-weight: normal;
}

.moduletable.greenbox {
	margin-top: 30px;
}
.moduletable.greenbox.home-quicklinks {
	margin-top: 0px;
}
.moduletable.greenbox.home-interact {
	margin-top: 30px;
}

.custom.greenbox {
	padding: 6px 20px 20px 20px;
	border: 3px solid #188252;
	border-radius: 10px;
}
.custom.greenbox.home-interact {
	padding: 6px 20px 10px 20px;
}

/* added for joomla 4 module chrome changes */
.greenbox .custom {
	padding: 6px 20px 20px 20px;
	border: 3px solid #188252;
	border-radius: 10px;
}
.greenbox.home-interact .custom {
	padding: 6px 20px 10px 20px;
}


.custom.greenbox.home-justin {
	padding: 0px 10px 20px 10px;
	border: 3px solid #188252;
	border-radius: 10px;
}

.moduletable.home-events {
	margin-top: 0px;
}



/**** home events vertical ****/

/* line below is new 021323 to fix short rail */
.cal-events-container-vert .mCSB_scrollTools .mCSB_draggerContainer {
    background: #def2e9;
}

.cal-events-container-vert {
	position: relative;
	padding: 16px 12px;
	border: 3px solid #188252;
	border-radius: 10px;
}
a.view-all-events, a.view-all-events:focus {
	position: absolute;
	right: 20px;
	top: -34px;
	font-size: 16px;
	font-weight: bold;
	color: #469b75;
	text-decoration: none;
}
a.view-all-events:hover, a.view-all-events:active {
	color: #469b75;
	text-decoration: underline;
}
.cal-events-vert {
	/*height: 850px;*/
	height: 868px;
	overflow-y: auto;
}
.cal-events-scroller-vert {

}
.cal-events-scroller-vert .cal-event {
	width: 100%;
	/*height: 310px;*/ /* if using images */
	/*height: 170px;*/
	/*padding-top: 60px;*/
	float: none;
	margin-bottom: 20px;
}
.cal-events-scroller-vert .cal-event-vert a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.cal-event-vert .event-info {
	position: relative;
	/*height: 120px;*/ /* if using images */
	height: auto;
	width: 100%;
	padding: 14px;
	background-color: #fff;
	border-radius: 0;
}
.cal-event-vert .event-info:first-child {
	padding-top: 0px;
}
.cal-event-vert .event-info span {
	display: block;
}
.cal-event-vert .event-info .event-title, .cal-event-vert .event-info .event-title a {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #469b75;
}
.cal-event-vert .event-info .event-subtitle, .cal-event-vert .event-info .event-subtitle a {
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 500;
	font-style: italic;
	line-height: 18px;
	color: #469b75;
}
.cal-event-vert .event-info .event-title a:hover, .cal-event-vert .event-info .event-title a:active,
.cal-event-vert .event-info .event-title a:hover .event-subtitle, .cal-event-vert .event-info .event-title a:active .event-subtitle {
	text-decoration: none;
	color: #188252;
}
.cal-event-vert .event-info .event-date {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	font-style: normal;
	margin-top: 0px;
}
.cal-event-vert .event-info .event-registration {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	margin-top: 0px;
}
.cal-event-vert .event-info .event-location {
	position: static;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #000;
	font-style: normal;
}
.cal-event-vert .event-info .event-register-btn {
        background-color: #fff;
        color: #333;
        border: 1px solid #333;
        margin-top: 6px;
        padding: 2px 10px;
}
.cal-event-vert .event-info .event-register-btn:hover, .cal-event-vert .event-info .event-register-btn:active {
        background-color: #fafafa;        
}


.cal-events-vert .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
	/*margin: 0 -6px;*/
	width: 20px;
	height: 100%;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #def2e9;
}
.cal-events-vert .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
    width: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #188252;
}
.cal-events-vert .mCSB_scrollTools {
    position: absolute;
    width: 20px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}



/* home social stream */

.moduletable.greenbox ul.social {
    margin: 16px 0 12px 0;
}
.moduletable.greenbox.home-interact .social > li {
    display: inline-block;
}
.moduletable.greenbox.home-interact .social > li > a {
    padding-right: 8px;
    padding-left: 8px;
    border: 0;
    margin-right: 0;
}
.moduletable.greenbox.home-interact .social > li {
    margin-right: 8px;
}
.moduletable.greenbox.home-interact .social > li:last-child {
    margin-right: 0;
}
.moduletable.greenbox.home-interact .social > li > a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.moduletable.greenbox.home-interact .social > li > a:focus:hover img {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.moduletable.greenbox.home-interact .dcsns {
    max-width: 416px;
    width: 100%;
    padding: 0 0 0;
    background: #fff;    
}
.moduletable.greenbox.home-interact .dcsns .stream li {
    border: 0;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: 'Roboto', Arial, sans-serif;
}
.moduletable.greenbox.home-interact .dcsns .stream li .icon {
    height: 27px;
}
.moduletable.greenbox.home-interact .dcsns .stream li .section-intro {
    font-size: 14px;
}
.moduletable.greenbox.home-interact .dcsns .stream li .section-intro a {
    display: inline-block;
    margin: 4px 0 0 6px;
}
.moduletable.greenbox.home-interact .dcsns .stream li .section-thumb {
    float: none;
    margin: 0 auto 0 auto;
    max-width: 99%;
    display: table;
}
.moduletable.greenbox.home-interact .dcsns .stream li .section-thumb img {
    /*width: 416px;
    max-width: 416px;*/
}

.moduletable.greenbox.home-interact .dcsns .stream li.dcsns-twitter .section-thumb {
    float: left;
    margin: 0 8px 0 0;
    max-width: 99%;
}


/* quicklinks */


.custom.greenbox.home-quicklinks {
    padding: 10px 20px 10px 20px;
}
.quicklinks {
    font-size: 15px;
}
.quicklinks .span6 {
    padding: 10px 6px 0 6px;
}
.quicklinks a {
    display: block;
    margin-bottom: 10px;
    color: #469b75;
    font-weight: 500;
}
.quicklinks a:hover, .quicklinks a:active {
    color: #188252;
    text-decoration: none;
}


/* home gmail */

.custom.greenbox.home-gmail {
    padding: 6px 20px 10px 20px;
}
.greenbox.home-gmail .cerkl_subscribe_box {
    padding: 8px 0 0 0;
}
.greenbox.home-gmail .cerkl_subscribe_box .cerkl_subscribe_title {
    font-size: 0.938em !important;
    margin-bottom: 12px !important;
    padding: 0px !important;
    color: #555 !important;
    text-align: left !important;
    line-height: 1em !important;
}
.greenbox.home-gmail .cerkl_subscribe_box .cerkl_btn {
    color: #fff;
    background-color: #188252 !important;
    display: block;
    width: 206px;
    margin: 16px auto 0 auto;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 9px 12px;
    line-height: 16px;
    border-radius: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.greenbox.home-gmail .cerkl_subscribe_box .cerkl_status {
    margin-top: 4px;
    font-size: 13px;
}

/* home spotlight */

.home-spotlight-section {
    background-color: #def2e9; margin: 60px 0 30px;
}
.home-spotlight-inner {
    max-width: 940px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 12px;
    align-items: center;
    background-color: #def2e9;
}
.home-spotlight-inner p {
    margin: 0;
}
.home-spotlight-inner img {
    width: 220px;
}
.home-spotlight-rule {
    max-width: 940px; padding: 0 20px; margin: 10px auto 20px;
}
.home-spotlight-rule hr {
    border-top: 3px solid #20ad6d; height: 1px; border-bottom: 0; margin: 0;
}
@media (max-width: 959px) {
    .home-spotlight-inner { justify-content: space-evenly; }
}
@media (max-width: 959px) {
    .home-spotlight-inner img {  width: 180px; }
}

/* home discover */

.home-discover-head {
    max-width: 1240px; padding: 0 20px; margin: 30px auto 0;
}
.home-discover-head h3.home-head {
    font-size: 42px; padding-bottom: 20px; margin-left: 0; margin-bottom: 0px; border-bottom: 3px solid #20ad6d;
}
.home-discover-section {
    margin: 0;
}
.home-discover-inner .custom {
    max-width: 1240px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}
.home-discover-inner h3.home-head {
    margin-left: 0;
}
.home-discover-rule {
    max-width: 1240px; padding: 0 20px; margin: 20px auto 40px;
}
.home-discover-rule hr {
    border-top: 3px solid #20ad6d; height: 1px; border-bottom: 0;
}
@media (max-width: 1199px) {
    .home-discover-inner .custom { justify-content: space-evenly; }
}

/* home newsletter bar */

.home-newsletter-bar {
    margin: 30px 0 40px; background-color: #188252;
}
.home-newsletter-bar-inner {
    max-width: 1240px;
    background-color: #188252;
    padding: 16px 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.home-newsletter-bar h3.home-head {
    color: #fff; margin: 0; font-size: 28px; line-height: 28px; padding: 10px 0;
}
.home-newsletter-bar a {
    display: block;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    width: 470px;
    font-size: 24px;
    line-height: 24px;
}
.home-newsletter-bar a:hover {
    background-color: #f3f3f3;
    text-decoration: none;
}
@media (max-width: 869px) {
    .home-newsletter-bar h3.home-head { margin-bottom: 12px; }
    .home-newsletter-bar-inner { justify-content: center; }
}
@media (max-width: 500px) {
    .home-newsletter-bar h3.home-head { font-size: 22px; }
    .home-newsletter-bar a { width: 350px; font-size: 20px; padding: 10px 0; }
}

/* footer modules */


.footer-links {
    font-size: 14px;
    line-height: 22px;
}

.footer-links font {
    font-size: 15px;
}

.footer-links a {
    display: block;
    color: #333;
}
.footer-links a:hover, .footer-links a:active {
    color: #188252;
    text-decoration: none;
}
.footer-links h3 {
    margin-bottom: 4px;
}


.footer-middle {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #333;
    font-size: 14px;
}
.footer-middle h3 {
    margin-bottom: 3px;
    color: #188252;
}


.footer-bottom {
    background-color: #404040;
    padding: 20px 0;
}
.footer-bottom .social-icons a, .footer-bottom .social-icons a img {
    display: inline-block;
    margin-right: 6px;
}
.footer-bottom .social-icons a:hover img {

}
.footer-bottom .copyright {
    font-size: 13px;
    color: #fff;
    font-style: italic;
}
.footer-bottom .copyright p {
    margin: 10px 0 0 0;
}

/***** Mosio Widget *****/

#mosio_widget_tab {
    z-index: 10000;
}


/**** To Top ****/

#toTop {
 	width: 24px;
        height: 20px;
        padding: 10px;
        margin: 0;
	z-index: 10;
	font-size: 34px;
 	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #ccc;
	background-color: #666;
	*border: 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
	position:fixed;
	bottom:0px;
	/*right: 50%;*/
	right: 10px;
	display:none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#toTop .icon-uparrow {
	display: inline-block;
	width: 24px;
	height: 20px;
	margin-right: 0;
	margin-left: 0;
	padding;
	line-height: 20px;
}
#toTop:hover {
	color: #fff;
	text-decoration: none;
}


/* =========================================================
CSS3 Transition
============================================================ */
a,
.navbar li ul li,
.nav-collapse > li,
.searchbar button.searchsubmit,
.cal-events-scroller .cal-event a img,
.readmore .btn
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* =========================================================
Misc
============================================================ */

.logout-button {
    margin: 12px 0 12px 30px;
}
.btn-primary {
    background: #188252;
    border-color: #188252
}
.btn-primary:hover, .btn-primary:focus {
    background: #25a96d;
}
.btn.flat {
    text-shadow: none;
    border: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a:active, a:focus {
    outline: 0;
}

ul.newsfeed {
    list-style: none;
    margin-left: 0;
}

ul.newsfeed h3 {
    margin-top: 20px;
    padding-top: 12px;
    margin-bottom: 0px;
    border-top: 1px solid #d3d3d3;
}
ul.newsfeed h3 a {
    font-size: 22px;
}
ul.newsfeed li.newsfeed-item h4 {
    font-size: 19px;
    font-weight: normal;
    margin-top: 30px;
}
ul.newsfeed li.newsfeed-item h5 {
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
    color: #188252;
    margin-top: 0px;
}
ul.newsfeed li {
    margin-top: 4px;
    
}
ul.newsfeed li.newsfeed-item {
    margin-top: 16px;
}
ul.newsfeed li.more-events {
    font-weight: bold;
    margin-top: 20px;
    font-size: 17px;
}
ul.newsfeed li.newsfeed-item .event-register-btn {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    margin-top: 0px;
    padding: 2px 10px;
}
.mb-1 {
    margin-bottom: 1rem;
}

/* =========================================================
Special Case Pages
============================================================ */


/*** Kids Summer Submission page ***/

.summer-showcase-head-rounded {
    font-size: 20px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    margin: 20px 0;
    background-color: #895C85;
    padding: 8px 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.summer-showcase-btn-primary {
    background: #E1763E;
    border-color: #188252;
}

.summer-showcase-btn {
    display: inline-block;
    *: ;
    display: inline;
    *: ;
    zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    /* vertical-align: middle; */
    cursor: pointer;
    color: #FFF;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    background-color: #E1763E;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.summer-showcase-bg-info {
    background-color: #E69B24;
    border: 1px solid #E0773E;
    border-radius: 5px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}

/*** Career & Education page ***/
.ce-yellow-bar {
  color: white; 
  background-color: #D6A228; 
  padding:10px;
}

.ce-subheading {
  font-weight: normal !important;
  font-size: 15px;
}

.ce-description {
  font-size: 13px;
}

/*** District 270 page ***/


.item-page.studio270 .guts {
	margin-top:1%;
	height:100%;
  	width:100%;
	font-family: Lato, sans-serif;
}
.item-page.studio270 .containme {
	overflow: hidden;
  	height:100%;
	min-height:600px;
}
  
.item-page.studio270 .group{
 padding:.5%;
 display: table;
}
  
.item-page.studio270 .item{
	display:table-cell;
	margin:auto;
	vertical-align:middle;
}
  
.item-page.studio270 a.inline:hover {
  	color:white;
	text-decoration:none;
	font-weight:900;
}
.item-page.studio270 a.inline {
  	color:white;
	text-decoration:none;
  	font-weight:900;
}
  
.item-page.studio270 .button {
	display: table-cell;
  	margin:auto;
	font-size: 1.25rem;
	text-align: center;
  	vertical-align: middle;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.item-page.studio270 a.button.littletxt {
  	font-size:1rem;
}
  
.item-page.studio270 .lawidget270 {
  	padding: .5rem, .5rem;
	text-align: center;
  	vertical-align: bottom;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
  	overflow:hidden;
}
  
.item-page.studio270 .lawidgetPicks {
  	margin-bottom:15px;
  	margin-left:50px;
  	padding: .5rem, .5rem;
	text-align: center;
  	vertical-align: bottom;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
  	overflow:hidden;
}
  
.item-page.studio270 a.medialab {
  -webkit-border-radius: .5rem;	
  -moz-border-radius: .5rem;	
  border-radius: .5rem;
  background: url(http://gailborden.info/images/maccomputer.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center top; 
  /*min-height:500px;*/
  text-shadow: 0px 0px .2rem #000;
}
.item-page.studio270 a.medialab:hover {
  background-image: url(http://gailborden.info/images/equalizer2.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  text-shadow: 0px 0px .2rem #000;
} 
  
.item-page.studio270 a.instagram {
  -webkit-border-radius: .5em;	
  -moz-border-radius: .5em;	
  border-radius: .5em;
  background: url(http://gailborden.info/images/studiojam2.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  text-shadow: 0px 0px .2rem #000;
  vertical-align:bottom;
  text-align:right;
    padding: .2rem;
}
.item-page.studio270 a.instagram:hover {
  background: url(http://gailborden.info/images/studiojam3.png);
  background-size:cover;
  background-repeat: no-repeat;
  text-shadow: 0px 0px .2rem #000;
  vertical-align:bottom;
  text-align:right;
  padding: .2rem;
}
 
.item-page.studio270 .blue {
	color: White;
	background-color: #438FC3;
	text-decoration:none;
}
.item-page.studio270 a.blue:hover {
  	color:white;
	text-decoration:none;
	font-weight:900;
}
.item-page.studio270 a.blue.button:hover {
	background-color: #0068B4;
	color: White;
	text-decoration:none;	
} 
.item-page.studio270 a.blue {
  	color:white;
	text-decoration:none;
  	font-weight:900;
} 
.item-page.studio270 a.blue.event-title {
  	color:white !important;
	text-decoration:none;
  	font-weight:900;
}  
.item-page.studio270 a.blue.button:link {
	color:White;
	font-weight:900;
}
  
.item-page.studio270 .green {
	color: White;
	background-color: #7FC059;
	text-decoration:none;
}
.item-page.studio270 a.green.button:hover {
	background-color: ForestGreen;
	color: White;
	text-decoration:none;	
}
.item-page.studio270 a.green.button:link {
	color:White;
	font-weight:900;
}	
a.green.button:visited { color:White;}
a.green.button:hover { color:White;}
a.green.button:active { color:White;}

.item-page.studio270 .red {
	color: White;
	background-color: #D24C0D;
	text-decoration:none;
}
.item-page.studio270 a.red.button:hover {
	background-color: #A1370D;
	color: White;
	text-decoration:none;	
}
.item-page.studio270 a.red.button:link {
	color:White;
	font-weight:900;
}	
a.red.button:visited { color:White;}
a.red.button:hover { color:White;}
a.red.button:active { color:White;}


.item-page.studio270 .headertxt {
	text-shadow: .1em .1em 0px #FFFFFF;
	font-size: 2.7em;
	font-family: Lato, serif;
	font-weight:900;
	width:33%;
    text-align:left;
	line-height:1em;
}
  
.item-page.studio270 .sectionheadertxt {
	font-size: 1.75rem;
	font-family: Lato, sans-serif;
	font-weight:900;
}
  
.item-page.studio270 .sectionsubtxt {
	font-size: 1.1rem;
	font-family: Lato, sans-serif;
	font-weight:900;
  	vertical-align:bottom;
  	text-align:right;
}
  
.item-page.studio270 .titletxt {
	font-size: 1.4rem;
  	line-height: .8rem;
	font-family: Lato, sans-serif;
	font-weight:900;
	vertical-align:bottom;
}

  
.item-page.studio270 .vert {
	-webkit-transform: rotate(270deg);   
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
  	display:table-cell;
  	transform-origin: right top;
  	text-align: right;
  	vertical-align:middle;
  	position:relative;
  	left:-125px;
  	top:45px;
}
  
.item-page.studio270 .littletxt { font-size:.75rem;}
  
.item-page.studio270 .textblock{
	margin-left:1em;
}
  
.item-page.studio270 .rounded {
	padding: .7em .7em;	
  
	-webkit-border-radius: .5em;	
	-moz-border-radius: .5em;	
	border-radius: .5em;
}
  
.item-page.studio270 .leafrt {
	padding: .6rem;
	
	-webkit-border-top-left-radius: .3rem;
	-webkit-border-top-right-radius: .7rem;
	-webkit-border-bottom-right-radius: .3rem;
	-webkit-border-bottom-left-radius: .7rem;
	
	-moz-border-radius-topleft: .3rem;
	-moz-border-radius-topright: .7rem;
	-moz-border-radius-bottomright: .3rem;
	-moz-border-radius-bottomleft: .7rem;
	
	border-radius: .3rem .7rem;	
}
  
.item-page.studio270 .leaflft {
	padding: .5rem;
	
	-webkit-border-top-left-radius: .7rem;
	-webkit-border-top-right-radius: .3rem;
	-webkit-border-bottom-right-radius: .7rem;
	-webkit-border-bottom-left-radius: .3rem;
	
	-moz-border-radius-topleft: .3rem;
	-moz-border-radius-topright: .7rem;
	-moz-border-radius-bottomright: .3rem;
	-moz-border-radius-bottomleft: .7rem;
	
	border-radius: .7rem .3rem;	
}
  
.item-page.studio270 .teardroptr {
	padding: .7rem;
  
  	border-radius: 1rem 0 1rem 1rem;
	-moz-border-radius: 1rem 0 1rem 1rem;
	-webkit-border-radius: 1rem 0 1rem 1rem;
}
  
.item-page.studio270 .teardroptl {
	padding: .7rem;  
  	border-radius: 0 1rem 1rem 1rem;
	-moz-border-radius: 0 1rem 1rem 1rem;
	-webkit-border-radius: 0 1rem 1rem 1rem;
}
  
.item-page.studio270 .teardropbl {
	padding: .7rem;  
  	border-radius: 1rem 1rem 1rem 0;
	-moz-border-radius: 1rem 1rem 1rem 0;
	-webkit-border-radius: 1rem 1rem 1rem 0;
}
  
.item-page.studio270 .teardropbr {
	padding: .7rem;  
  	border-radius: 1rem 1rem 0 1rem;
	-moz-border-radius: 1rem 1rem 0 1rem;
	-webkit-border-radius: 1rem 1rem 0 1rem;
}



/*** 24/7 Elibrary page ***/

.elibrary, .elibrarychild {
	display: flex;
}
.elibrary .bluebg {
	position: relative;
	background-color: #e0f5f7;
	padding: 12px;
	align-items: stretch;
	margin-bottom: 20px;
  	border-radius: 0 24px 0 0;
	-moz-border-radius: 0 24px 0 0;
	-webkit-border-radius: 0 24px 0 0;	
	
}
.elibrary .bluebg img.icon {
	position: absolute;
	right: -10px;
	top: -10px;
}
.row-fluid .elibrarychild [class*="span"] {
	margin-left: 20px;
	*margin-left: 20px;
}
.row-fluid .elibrarychild [class*="span"]:first-child {
	margin-left: 0;
	*margin-left: 0;
}
.elibrary .bluebg h3 {
	color: #01afc1;
	font-size: 28px;
}
.elibrary .bluebg h4 {
	color: #74beb1;
	font-size: 18px;
	margin-bottom: 4px;
}
.elibrary .bluebg a {
	color: #0072bc;
}
.elibrary .bluebg a:hover {
	color: #01afc1;
	text-decoration: none;
}

/*** 24/7 Spanish Elibrary page ***/

.elibrary-spanish, .elibrarychild {
	display: flex;
}
.elibrary-spanish .bluebg {
	position: relative;
	background-color: #e0f5f7;
	padding: 12px;
	align-items: stretch;
	margin-bottom: 20px;
  	border-radius: 0 24px 0 0;
	-moz-border-radius: 0 24px 0 0;
	-webkit-border-radius: 0 24px 0 0;	
	
}
.elibrary-spanish .bluebg img.icon {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 90px;
}
.row-fluid .elibrarychild [class*="span"] {
	margin-left: 20px;
	*margin-left: 20px;
}
.row-fluid .elibrarychild [class*="span"]:first-child {
	margin-left: 0;
	*margin-left: 0;
}
.elibrary-spanish .bluebg h3 {
	color: #01afc1;
	font-size: 28px;
}
.elibrary-spanish .bluebg h4 {
	color: #74beb1;
	font-size: 16px;
	margin-bottom: 4px;
}
.elibrary-spanish .bluebg a {
	color: #0072bc;
}
.elibrary-spanish .bluebg a:hover {
	color: #01afc1;
	text-decoration: none;
}

/*** All Online Databases Page ***/

.databases, .databases-child {
	//display: flex;
}
.databases .bluebg {
	position: relative;
	background-color: #e0f5f7;
	padding: 12px;
	align-items: stretch;
	margin-bottom: 20px;	
    min-height: 160px;
}
.databases .bluebg-auto {
	position: relative;
	background-color: #e0f5f7;
	padding: 12px;
	align-items: stretch;
	margin-bottom: 20px;	
}

.databases .bluebg img.icon {
	position: absolute;
	right: -10px;
	top: -10px;
}
.row-fluid .databases-child [class*="span"] {
	//margin-left: 20px;
	//margin-left: 20px;
}
.row-fluid .databases-child [class*="span"]:first-child {
	margin-left: 0;
	*margin-left: 0;
}
.databases .bluebg h3 {
	color: #01afc1;
	font-size: 28px;
}
.databases .bluebg h4 {
	color: #74beb1;
	font-size: 18px;
	margin-bottom: 4px;
}
.databases .bluebg a {
	color: #0072bc;
}
.databases .bluebg a:hover {
	color: #01afc1;
	text-decoration: none;
}


/* =========================================================
custom media queries
============================================================ */

@media (max-width: 980px) {

}


@media (max-width: 979px) {
	
	.dj-megamenu.top-mega li a.dj-up_a {
	    margin-right: 4px;
	    display: block;
	    float: left;
	    height: 60px;
	    font-size: 15px;
	    font-weight: bold;
	    padding: 0 6px;
	    border-right: 0;
	    border-left: 0;
	    text-transform: none;
	}
	
	.dj-megamenu.top-mega li a.dj-up_a font {
	    font-size: 14px;
	}	
	
	
	.dj-megamenu.top-mega li:last-child a.dj-up_a {
	    margin-right: 0px;
	}
	.dj-megamenu.top-mega li a.dj-up_a img {
	    border: 0;
	    margin: 0;
	    max-height: 40px;
	    vertical-align: middle;
	}
	.dj-megamenu.top-mega li a.dj-up_a span span.image-title {
	    background: none;
	    padding: 0 !important;
	    margin: 0 0 0 8px;
	    display: inline-block;
	    float: none;
	    height: auto;
	}

	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	    font-weight: normal;
	}

	[class*="span"].home-box {
	    float: none;
	    display: block;
	    width: 100%;
	    box-sizing: border-box;
	    margin-left: 0;
	}

	.header-search {
	    max-width: 360px;
	    margin: 8px auto 0 auto;
	}
	.links-container-top a, .links-container-top a:visited {
	    padding-right: 0px;
	    padding-left: 0px;
	    margin-right: 16px;
	    font-size: 13px;
	}
	.header .brand {
	    max-width: 340px;
	}
	.moduletable.greenbox.home-interact {
	    margin-top: 30px;
	}
	.moduletable.greenbox ul.social {
	    text-align: center;
	}
	.moduletable.greenbox.home-interact .dcsns {
	    margin: 0 auto;
	}
	.moduletable.greenbox.home-quicklinks {
	    margin-top: 0px;
	}
	.moduletable.home-box.home-events {
	    margin-top: 30px;
	}	
	.footer-links {
	    font-size: 14px;
	    line-height: 28px;
	}	
	.footer-links h3 {
	    font-size: 16px;
	    line-height: 18px;
	}
	.footer #google_translate_element {

	}
	.footer #google_translate_element {
		right: 0;
	}
	.footer #google_translate_element:after {
		font-size: 13px;
		margin: 0 0 0 0;
		width: 174px;
	}
	.footer .goog-te-gadget-simple {
		width: 160px;
		background-color: #def2e9 !important;
		border: 3px solid #188252;
		border-radius: 10px;
		font-size: 13px;
		padding: 6px 6px;
		color: #333 !important;
	}
	.footer .goog-te-menu-value span:nth-child(1) {
		font-size: 16px !important;
		color: #333 !important;
	}
	.footer .goog-te-menu-value span:nth-child(5) {
		font-size: 14px !important;
		color: #188252 !important;
	}
	.espanol-button {
		max-width: 174px;
	}	
	.item-page.studio270 .group {
		 max-width: 520px;
		 width: auto !important;
		 display: block;
		 clear: both;
		 height: auto !important;
		 margin: 0 auto 16px auto !important;		 
	}
	.item-page.studio270 .item {
		display: block !important;
		max-width: 520px !important;
		width: auto !important;
		height: auto !important;
		margin:auto;
	}
	.item-page.studio270 .item.rounded.red {
		text-align: center;
	}	
	.item-page.studio270 #buttonmenu.group {
		 max-width: 767px;
		 width: auto !important;		
		display: table !important;
	}
	.item-page.studio270 #buttonmenu .item {
		display: table-cell !important;
	}
	.item-page.studio270 .lawidget270 {
		border: 1px solid #ccc;
		border-radius: .5em;
	}
	.item-page.studio270 .lawidget270 div.libraryaware_widget_38af51976ec149eeb78faf0bd734cae3 {
		max-width: 356px !important;
		width: 100% !important;
	}
	.item-page.studio270 .lawidget270 div.libraryaware_widget_38af51976ec149eeb78faf0bd734cae3 ul
	{
		max-width: 356px !important;
		width: 100% !important;		
	}
	.item-page.studio270 .lawidget270 div.libraryaware_widget_38af51976ec149eeb78faf0bd734cae3 ul li.widget-item
	{
		max-width: 356px !important;
		width: 100% !important;
		display: flex;
		align-items: center;
		justify-content: center;
		display: -webkit-flex; /* Safari */
		-webkit-align-items: center; /* Safari 7.0+ */
		-webkit-justify-content: center; /* Safari 6.1+ */
		margin: auto !important;
	}	
	.item-page.studio270 .lawidget270 div.libraryaware_widget_38af51976ec149eeb78faf0bd734cae3 ul li a img {
		width: 100% !important;
		height: auto !important;
		display: block;
		margin: auto !important;
	}	
	.fb-page.fb_iframe_widget iframe {
		max-width: 520px !important;
		width: 100% !important;
	}
	.fb_iframe_widget span {
		max-width: 520px !important;
		margin: auto !important;		
	}
	.item-page.studio270 a.instagram {
		height: 200px;
	}
	.item-page.studio270 .leafrt, .item-page.studio270 .leaflft {
		height: 100px !important;
	}	
	.item-page.studio270 a.medialab {
	  height:330px !important;
	}
	
	.elibrary .bluebg img.icon {
		width: 85px;
		position: absolute;
		right: -10px;
		top: -18px;
	}
	
	.elibrary-spanish .bluebg img.icon {
		width: 75px;
		position: absolute;
		right: -10px;
		top: -18px;
	}

}

@media (max-width: 900px) {
	.elibrary .bluebg img.icon {
		width: 90px;
		position: absolute;
		right: -10px;
		top: -18px;
	}
	
	.elibrary-spanish .bluebg img.icon {
		width: 60px;
		position: absolute;
		right: -10px;
		top: -18px;
	}
}

@media (max-width: 800px) {
	.elibrary .bluebg img.icon {
		width: 100px;
		position: absolute;
		right: -10px;
		top: -18px;
	}
	
	.elibrary-spanish .bluebg img.icon {
		width: 75px;
		position: absolute;
		right: -10px;
		top: -18px;
	}
}
@media (max-width: 768px) {
	.home-box .nav-tabs > li {
	    float: left;
	}
	.footer {
	    padding: 18px 0px 0px 0px;
	}
	.footer-top, .footer-middle, .footer-bottom {
	    padding-left: 20px;
	    padding-right: 20px;
	}	
	.footer .span6 .span6 {
	    float: left;
	    width: 48.936170208%;
	    *width: 48.882978718638%;
	    margin-left: 2.127659574%;
	    *margin-left: 2.0744680846383%;	    
	}
	.footer .span6 .span6:first-child {
	    margin-left: 0;
	}	
}


@media (max-width: 767px) {
	.top-bar {
	    display: block;
	}    
	.body .container {
	    padding-top: 10px;
	}
	.header .brand.pull-left {
	    float: none;
	}	
	.header .brand {
	    margin: 0 auto 20px auto;
	}	
	.header-search.pull-right {
	    float: none;
	}
	.header-search {
	    margin: 8px auto 0 auto;
	}
	.navigation {
	    margin-bottom: 16px;
	    padding: 0;
	    display: none;
	}
	.dj-megamenu.top-mega li.dj-up {
	    position: relative;
	    display: block;
	    float: left;
	    padding: 0 !important;
	    margin: 0 !important;
	    width: 50%;
	}
	.dj-megamenu.top-mega li a.dj-up_a {
	    padding: 0;
	    margin: 0;
	    display: block;
	    float: none;
	    padding-left: 20px;
	}
	.dj-megamenu.top-mega li:first-child a.dj-up_a {
	    border-bottom: 1px solid #188252;
	    border-right: 1px solid #188252;
	}
	.dj-megamenu.top-mega li:nth-child(2) a.dj-up_a {
	    border-bottom: 1px solid #188252;
	}	
	.dj-megamenu.top-mega li:nth-child(3) a.dj-up_a {
	    border-right: 1px solid #188252;
	}
	.dj-megamenu.top-mega .dj-subwrap {
	    width: 100%;
	}
	.navbar {
	    margin-bottom: 16px;
	}
	.related-toggle {
	    display: block;
	}
	.content {
	    margin-top: 0;
	}	
	.quicklinks .span6:last-child {
	    padding: 0px 6px 0 6px;
	}	
	.national-medal-logo {
	    margin-top: 20px;
	}
	.footer-bottom {
	    padding: 20px;
	}
	.footer-bottom .copyright {
	    margin-top: 20px;
	}	
	.item-page.studio270 #buttonmenu {
		text-align: center;
	}
	.item-page.studio270 #buttonmenu:before {
	    	content: " Studio 270 @GBPL";
	    	display: block;
	    	margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: .8rem;
		font-family: Lato, sans-serif;
		font-weight: 900;
	}
	.item-page.studio270 #buttonmenu .group {
		display: block !important;
	}
	.item-page.studio270 #buttonmenu .item {
		display: none !important;
	}
	.item-page.studio270 #buttonmenu .button {
		display: inline-block !important;
		margin-bottom: 12px;
	}	
	.elibrary, .elibrarychild {
		display: block
	}
	.row-fluid .elibrarychild [class*="span"] {
		margin-left: 0;
		*margin-left: 0;
	}	
	
	.elibrary .bluebg img.icon {
		width: 127px;
		position: absolute;
		right: -10px;
		top: -10px;
	}
	
	.elibrary-spanish .bluebg img.icon {
		width: 100px;
		position: absolute;
		right: -10px;
		top: -10px;
	}
}

@media (max-width: 520px) {

	h3.home-head {
	    font-size: 26px;
	}
	.dj-megamenu.top-mega li a.dj-up_a {
	    height: 60px;
	    font-size: 12px;
	    font-weight: bold;
	    padding: 0 10px;
	    border-right: 0;
	    border-left: 0;
	}
	.dj-megamenu.top-mega li a.dj-up_a img {
	    border: 0;
	    margin: 0;
	    max-height: 32px;
	    vertical-align: middle;
	}
	.dj-megamenu.top-mega li a.dj-up_a span span.image-title {
	    background: none;
	    padding: 0 !important;
	    margin: 0 0 0 6px;
	    display: inline-block;
	    float: none;
	    height: auto;
	}	
	.moduletable.greenbox.home-interact .social > li {
	    margin-right: 4px;
	}
	.moduletable.greenbox.home-interact .social > li:last-child {
	    margin-right: 0;
	}
	.moduletable.greenbox.home-interact .social > li > a {
	    padding-right: 6px;
	    padding-left: 6px;
	}
	.moduletable.greenbox.home-interact .social > li a img {
	    width: 38px;
	}
	img.pull-right, img.pull-left {
		float: none;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 12px !important;
	}	
}

@media (max-width: 430px) {

	.body .container {
	    padding: 10px 10px 20px 10px;
	}

}


@media (max-width: 425px) {
	.location-info {
	    padding: 0 10px 10px 10px;
	}
	.location-info table {
	    font-size: 15px;
	}
}	


@media (max-width: 400px) {

	.dj-megamenu.top-mega li a.dj-up_a img {
	    max-height: 26px;
	}
	.custom.greenbox {
	    padding: 6px 10px 10px 10px;
	}	
	.moduletable.greenbox.home-interact .social > li {
	    margin-right: 6px;
	}
	.moduletable.greenbox.home-interact .social > li:last-child {
	    margin-right: 0;
	}
	.moduletable.greenbox.home-interact .social > li > a {
	    padding-right: 3px;
	    padding-left: 3px;
	}
	.moduletable.greenbox.home-interact .social > li a img {
	    width: 38px;
	}
	.custom.greenbox.home-quicklinks {
	    padding: 0px 10px 0px 10px;
	}
	.moduletable.greenbox.home-locations .nav-tabs > li > a {
	    font-size: 17px;
	    line-height: 17px;
	    padding-right: 4px;
	    padding-left: 4px;
	}
	.footer-top, .footer-middle, footer-bottom {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.footer .span6 .span6 {
	    float: none;
	    display: block;
	    width: 100%;
	    margin-left: 0;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	
}

@media (max-width: 380px) {
	.hword {
	    display: none;
	}
}

@media (max-width: 360px) {
	.links-container-top a, .links-container-top a:visited {
	    padding-right: 0px;
	    padding-left: 0px;
	    margin-right: 10px;
	    font-size: 13px;
	}	
	.moduletable.greenbox.home-interact .social > li {
	    margin-right: 4px;
	}
	.moduletable.greenbox.home-interact .social > li > a {
	    padding-right: 0px;
	    padding-left: 0px;
	}
}

@media (max-width: 326px) {

	.links-container a, .links-container a:visited {
	    padding-right: 6px;
	    padding-left: 6px;
	    margin-right: 7px;
	    font-size: 16px;
	}
	.links-container a font {
	    font-size: 14px;
	}
	
	.custom.greenbox {
	    padding: 6px 10px 10px 10px;
	}
	a.view-all-events, a.view-all-events:focus {
		right: 0px;
	}	
	.moduletable.greenbox.home-interact .social > li:last-child {
	    margin-right: 0;
	}
	.moduletable.greenbox.home-interact .social > li a img {
	    width: 36px;
	}
	.custom.greenbox.home-quicklinks {
	    padding: 0px 10px 0px 10px;
	}
	.location-info {
	    padding: 0 10px 10px 10px;
	}
	.location-info table {
	    font-size: 15px;
	}
	.footer-bottom .social-icons a, .footer-bottom .social-icons a img {
	    margin-right: 4px;
	}
}