/*----- Global ------*/
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  color: #494949; }

a {
  color: #cc462c; }

a:hover, a:focus {
  color: #893322;
  text-decoration: underline; }

.portlet-column-content {
  padding: 0; }

.portlet-column-content.empty {
  padding: 0; }

/*----- Global Portlet ------*/
.portlet-column {
  display: block; }

.portlet-title span img {
  display: none; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 0; }

.portlet-layout {
  width: auto;
  display: block; }

.portlet-topper {
  border-bottom: 1px solid #cecfd2;
  padding: 0 0 10px 0; }

.portlet-topper .portlet-title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #97a450;
  font-weight: 700; }

.footer_bottom .social_links li a, .header_social li a, .mobile_social li a {
  color: #fff;
  font-size: 19px;
  margin-right: 10px; }

.header_social li a,
.mobile_social li a,
.footer_bottom .social_links li a {
  margin-top: 12px; }

.header_social li a span,
.mobile_social li a span,
.footer_bottom .social_links li a span {
  display: none; }

/*----- Max Col ------*/
.columns-max #column-1 {
  margin: 50px 0; }

/*----- Site Header ------*/
.site_header {
  width: 100%;
  background: #f7a71b; }

/*Search*/
.header_search {
  float: right;
  background: #e89a12;
  width: 65%; }

.header_search input[type="image"] {
  margin: 0 1em 0 0; }

.header_search input[name="_3_keywords"] {
  background: none;
  border: none;
  color: #ab710d;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 17px 20px;
  width: 80%; }

.header_search input[type="image"] {
  margin: 20px 20px 0 0;
  display: block;
  float: right; }

.header_search select {
  display: none; }

.header_search input[name="_3_keywords"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ae730e; }

.header_search input[name="_3_keywords"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ae730e; }

.header_search input[name="_3_keywords"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ae730e; }

.header_search input[name="_3_keywords"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ae730e; }

.header_search input[name="_3_keywords"]:focus {
  color: #fff; }

/*Social Links*/
.header_social {
  float: left; }

.header_social ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style-type: none; }

.header_social li {
  float: left; }

.header_social li a {
  display: block;
  transition: all 500ms; }

.header_social li a:hover, .footer_bottom .social_links li a:focus {
  opacity: .5; }

.mobile_social {
  float: right;
  display: none; }

.mobile_social ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style-type: none; }

.mobile_social li {
  float: left; }

.mobile_social li a {
  display: block;
  transition: all 500ms; }

.mobile_social li a:hover {
  opacity: .5; }

/*Mobile Icons*/
.mobile_icons {
  float: left;
  display: none; }

.mobile_icons ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.mobile_icons ul li {
  float: left;
  margin: 0 0 0 0; }

.mobile_icons a {
  display: block;
  float: left;
  transition: all 500ms; }

.mobile_icons a:hover, .mobile_icons a:focus {
  color: #AA710E; }

.navbar-header .navbar-toggle {
  background: none repeat scroll 0 0 #e89a12;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  text-shadow: none;
  width: 50px;
  transition: all 500ms; }

.navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:focus {
  border: none;
  color: #AA710E; }

.mobile_search_button {
  background: none repeat scroll 0 0 #e89a12;
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 100%;
  padding: 13px 0 14px;
  text-align: center;
  width: 50px; }

/*----- Site Navigation ------*/
ul.nav {
  margin: 0;
  padding: 0; }

ul.nav li {
  padding: 20px;
  background: url(../images/nav_divider.jpg) no-repeat right center; }

ul.nav li:first-child {
  padding-left: 0; }

ul.nav li a {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  transition: all 500ms;
  line-height: 100%;
  font-size: 13px;
  font-weight: 700; }

ul.nav li a:focus, ul.nav li a:hover {
  color: #ab710d;
  background: none; }

ul.nav li a i {
  font-size: 13px;
  margin: 0 0 0 5px; }

ul.nav li ul li a i {
  float: right; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  color: #ab710d;
  background: none;
  border: none; }

ul.dropdown-menu {
  background: #F7A71B;
  box-shadow: none;
  border: none;
  padding: 0; }

ul.dropdown-menu li {
  padding: 0;
  background: none; }

ul.dropdown-menu li a {
  padding: 20px; }

ul.dropdown-menu li:first-child a {
  padding-top: 10px; }

/*Multi-tier*/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px; }

.dropdown-submenu ul.dropdown-menu {
  border-radius: 0;
  padding: 3px 0; }

/*----- Home Layout ------*/
.home {
  margin-top: 30px; }

#social-stream {
  background: #f7f7f7;
  padding: 5px; }

.home .portlet-column {
  margin-bottom: 30px; }

/*Home Feature*/
.home_boxes .feature, .home_bottom .feature {
  text-align: left; }

.home_social .feature {
  text-align: right; }

/*Home Boxes*/
.home_box {
  background-color: #f7f7f7;
  background-position: center 90%;
  background-repeat: no-repeat; }

.home_box header {
  background: #fff;
  border-bottom: 4px solid; }

.home_box header h3 {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 5px 0; }

.portlet-journal-content .home_box.home_box_l header {
  border-color: #cc462c; }

.portlet-journal-content .home_box.home_box_l header h3 {
  color: #cc462c; }

.portlet-journal-content .home_box.home_box_m header {
  border-color: #f7a71b; }

.portlet-journal-content .home_box.home_box_m header h3 {
  color: #f7a71b; }

.portlet-journal-content .home_box.home_box_r header {
  border-color: #97a450; }

.portlet-journal-content .home_box.home_box_r header h3 {
  color: #97a450; }

.home_box .box_body {
  padding: 40px 20px 20px 20px;
  color: #777777;
  font-size: 16px;
  position: relative; }

.home_box .box_body a {
  color: #cc462c; }

.home_box .box_body .box_icon {
  position: absolute;
  top: -20px;
  right: 20px; }

.portlet-journal-content .home_box .box_body p, .portlet-journal-content .home_box .box_body ul {
  font-size: 16px; }

.home_box_l .box_body {
  padding: 40px 0 20px 0; }

.home_box_l .box_body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dddddd; }

.home_box_l .box_body ul li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
  background: url(../images/home_news_arrow.png) no-repeat 90% center;
  list-style: none; }

.home_box_l .box_body ul li a {
  display: block;
  padding: 20px;
  line-height: 100%;
  transition: all 500ms; }

.home_box_l .box_body ul li a span {
  display: block;
  font-size: 13px;
  color: #999;
  margin: 10px 0 0 0; }

.home_box_l .box_body ul li a:hover {
  background: #e5e5e5;
  text-decoration: none; }

.home_box span.box_icon img {
  border: none; }

/*----- Home "Montage" ------*/
/*General*/
.home #column-1 .portlet-column-content {
  padding: 0; }

.montage_container {
  width: 100%;
  margin: 0 auto; }

#montage {
  position: relative; }

/*Structure*/
.item {
  width: 204px;
  height: 204px;
  color: #fff;
  background-size: cover !important;
  position: relative;
  overflow: hidden; }

.item.w2 {
  width: 418px;
  height: 418px; }

.item:hover {
  cursor: pointer; }

/*Logo*/
.stamp {
  width: 418px;
  height: 204px;
  position: absolute; }

.stamp1 {
  top: 0;
  left: 0; }

.stamp h1 {
  width: 100%;
  height: 204px;
  text-indent: -999em;
  background: url(../images/logo_home.png) no-repeat; }

/*Styles*/
.item.red {
  background: #cc462c;
  background-repeat: no-repeat;
  background-position: center center; }

.item.yellow {
  background: #f7a71b;
  background-repeat: no-repeat;
  background-position: center center; }

.item.green {
  background: #97a450;
  background-repeat: no-repeat;
  background-position: center center; }

.item.orange {
  background: #cf582b;
  background-repeat: no-repeat;
  background-position: center center; }

/*Content*/
.item .item_content {
  position: absolute;
  bottom: -100%;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 10; }

.item .item_content .content_inner {
  padding: 15px; }

.item .item_content h3 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 15px 0; }

.item .item_content a {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase; }

.item.red .item_content {
  background: rgba(204, 70, 44, 0.8); }

.item.yellow .item_content {
  background: rgba(247, 167, 27, 0.8); }

.item.green .item_content {
  background: rgba(151, 164, 80, 0.8); }

.item.orange .item_content {
  background: rgba(207, 88, 43, 0.8); }

.item_icon {
  background: #a7a9ac;
  bottom: 0;
  line-height: 100%;
  padding: 10px;
  position: absolute;
  right: 0;
  z-index: 1; }

/*Feature*/
.item.w2 .feature_content {
  position: absolute;
  bottom: 50px; }

.item.w2 .feature_content h3 {
  color: #fff;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 15px;
  line-heigth: 120%;
  margin: 0;
  float: left;
  width: 80%; }

.item.w2 .feature_content a {
  display: block;
  float: left;
  text-transform: uppercase;
  padding: 10px 15px;
  background: rgba(207, 88, 43, 0.85);
  color: #fff;
  transition: all 500ms; }

.item.w2 .feature_content a:hover {
  background: #cf582b; }

/*----- Inner Page Layout ------*/
.inner {
  margin-bottom: 30px; }

.inner_left .portlet-column-content, .inner_right .portlet-column-content {
  padding: 0; }

.inner .portlet-boundary {
  margin: 0 0 20px 0; }

.inner_left .portlet-boundary {
  background: #F7F7F7; }

.inner_left .portlet-topper {
  background: #a7a9ac;
  padding: 20px 0; }

.inner_left .portlet-topper .portlet-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0 20px; }

.inner_left .portlet-content .journal-content-article {
  padding: 20px; }

/*Logo Header*/
.inner_header {
  margin: 50px 0;
  border-bottom: 1px solid #cecfd2; }

.inner_header h1 {
  margin: 0 0 30px 0;
  width: 100%; }

.inner_header h1 a {
  display: block;
  transition: all 500ms; }

.inner_header h1 a:hover, .inner_header h1 a:focus {
  opacity: .5; }

/*Breadcrumbs*/
.portlet-breadcrumb {
  margin: 0 0 20px 0;
  padding: 0; }

.portlet-breadcrumb header {
  display: none; }

.portlet-breadcrumb .breadcrumbs {
  margin: 0;
  background: #f7f7f7;
  padding: 20px; }

.portlet-breadcrumb ul li {
  background-image: none;
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500; }

.portlet-breadcrumb ul li span {
  background: url("../images/breadcrumb_arrow.png") no-repeat scroll 100% 40% transparent;
  display: block;
  padding: 0 20px 0 0;
  margin: 0; }

.portlet-breadcrumb ul li.first {
  display: none; }

.portlet-breadcrumb ul li.last span {
  background: none; }

.portlet-breadcrumb ul li.first a {
  display: block; }

.portlet-breadcrumb ul li span a {
  text-decoration: none;
  color: #cc462c; }

.portlet-breadcrumb ul li a {
  display: block; }

.portlet-breadcrumb ul li.last a {
  color: #cc462c; }

.portlet-breadcrumb ul li a:hover, .portlet-breadcrumb ul li a:focus, .portlet-breadcrumb ul li a:active {
  text-decoration: underline; }

/*----- Content Styles -----*/
/*Headings*/
.portlet-journal-content h1, .portlet-journal-content h2, .portlet-journal-content h3 {
  margin: 20px 0; }

.portlet-journal-content h1, .portlet-journal-content h2, .portlet-journal-content h3, .portlet-journal-content h4 {
  text-transform: uppercase;
  font-weight: 700; }

.portlet-journal-content h1:first-child {
  margin-top: 0; }

.portlet-journal-content h1 {
  font-size: 30px;
  color: #f7a71b; }

.portlet-journal-content h2 {
  font-size: 24px;
  color: #cf582b; }

.portlet-journal-content h3 {
  font-size: 20px;
  color: #97a450; }

.portlet-journal-content h4 {
  font-size: 18px;
  color: #97a450;
  font-weight: 300; }

/*Text*/
.portlet-journal-content p, .portlet-journal-content ul, .portlet-journal-content ol, .portlet-journal-content table {
  font-size: 13px; }

/*Tables*/
.portlet-journal-content table th {
  background-color: #f7f7f7;
  font-weight: 600; }

.portlet-journal-content table th p, .journal-content-article table td p {
  margin: 0; }

.portlet-journal-content table[border="1"] th, .journal-content-article table[border="1"] td {
  padding: 15px 10px; }

.portlet-journal-content table[border="1"], .journal-content-article table[border="1"] td {
  border: 1px solid #f7f7f7; }

.portlet-journal-content table.stripe_table td.alttd {
  background-color: #fafafa; }

.portlet-journal-content table.no_style {
  border: none; }

.portlet-journal-content table.no_style th {
  background: none;
  padding: 0;
  border: none;
  font-weight: 500; }

.portlet-journal-content table.no_style td {
  border: none;
  padding: 0; }

.portlet-journal-content ul li {
  background: url("../images/lgaq_bullet.png") no-repeat left 5px;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 15px 0; }

.portlet-journal-content blockquote {
  display: block;
  font-style: italic;
  line-height: 150%;
  margin: 15px 0;
  padding: 10px 20px;
  width: auto;
  background: #f9f9f9;
  border: 1px solid #ddd;
  font-size: 14px; }

.portlet-journal-content blockquote p {
  font-size: 14px; }

.portlet-journal-content ul li ul {
  margin: 10px 0; }

/* Unordered List*/
.portlet-journal-content ol li {
  padding: 0 0 0 20px;
  margin: 0 0 15px 0; }

.portlet-journal-content ol li ol {
  margin: 10px 0; }

/*----- Feature Headers ------*/
h2.feature {
  display: block;
  width: 100%;
  font-size: 45px;
  color: #fff;
  background: #97a450;
  padding: 20px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 20px 0; }

.feature.feature_green {
  background: #97a450; }

.feature.feature_yellow {
  background: #f7a71b; }

.feature.feature_red {
  background: #cc462c; }

/*-------- Navigation Portlet --------*/
.portlet-navigation {
  background: #f7f7f7; }

.portlet-navigation .portlet-content {
  padding: 0; }

.portlet-navigation .nav-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.portlet-navigation .nav-menu ul li {
  border-bottom: 1px solid #fff;
  font-size: 13px; }

.portlet-navigation .nav-menu ul li a {
  display: block;
  padding: 20px;
  color: #494949;
  text-decoration: none;
  transition: all 0.5s;
  text-transform: uppercase; }

.portlet-navigation .nav-menu ul li:last-child {
  border: none; }

.portlet-navigation .nav-menu ul li a.selected, .portlet-navigation .nav-menu ul li a.open {
  color: #F7A71B;
  font-weight: normal; }

.portlet-navigation .nav-menu ul li a:hover {
  background-color: #dde0e5; }

.portlet-navigation .nav-menu .level-2 {
  margin: 0 30px 20px 30px; }

.portlet-navigation .nav-menu .level-2 li {
  border: none;
  font-size: 12px;
  margin: 0; }

.portlet-navigation .nav-menu .level-2 li a {
  color: #777;
  font-size: 12px;
  padding: 10px; }

.portlet-navigation .nav-menu .level-2 li a:hover, .portlet-navigation .nav-menu .level-2 li a:focus {
  background: none;
  text-decoration: underline; }

.portlet-navigation .nav-menu .level-3 {
  margin: 0 0 20px 0; }

.portlet-navigation .nav-menu .level-3 li {
  border: medium none;
  font-size: 12px; }

.portlet-navigation .nav-menu .level-3 li a {
  padding: 15px 0 15px 40px; }

/*---- Asset Publisher ----*/
.portlet-asset-publisher .portlet-topper {
  margin: 0; }

.portlet-asset-publisher .portlet-content {
  padding: 0; }

.portlet-asset-publisher .asset-abstract {
  border-bottom: 1px solid #cecfd2;
  padding: 20px 0;
  position: relative; }

.inner .portlet-asset-publisher .portlet-topper {
  margin: 0; }

.portlet-asset-publisher .final-separator {
  display: none; }

.portlet-asset-publisher .asset-title {
  margin: 0 0 10px 90px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; }

.portlet-asset-publisher .asset-title a img {
  display: none; }

.portlet-asset-publisher .asset-title a {
  color: #777; }

.portlet-asset-publisher .asset-content {
  margin: 0 0 0 90px;
  clear: none; }

.portlet-asset-publisher .asset-content .asset-summary {
  font-size: 13px;
  line-height: 150%; }

.portlet-asset-publisher div.asset-small-image {
  float: none;
  padding: 0;
  position: absolute;
  top: 20px;
  width: 70px;
  left: 0px;
  height: 70px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 35px; }

.portlet-asset-publisher img.asset-small-image {
  width: auto;
  max-width: 70px;
  padding: 0; }

.portlet-asset-publisher .asset-more {
  margin: 10px 0 0 0; }

.portlet-asset-publisher .asset-more a {
  color: #97a450;
  text-decoration: none; }

.portlet-asset-publisher .asset-more a:hover {
  text-decoration: underline; }

.portlet-asset-publisher .taglib-header {
  position: relative; }

.columns-max .portlet-column-only .portlet-asset-publisher .taglib-header {
  border: 0; }

/* Also see .portlet-title */
.portlet-asset-publisher .taglib-header .header-title {
  color: #97a450;
  font-size: 1.5em;
  padding: 30px 0; }

.inner #column-2 .portlet-asset-publisher .taglib-header .header-title {
  margin: 0 20px; }

.portlet-asset-publisher .asset-full-content .asset-content {
  margin: 0; }

.inner #column-2 .portlet-asset-publisher .asset-full-content .asset-content {
  margin: 0 20px; }

.portlet-asset-publisher .asset-full-content .asset-content p {
  font-size: 13px;
  line-height: 150%; }

.portlet-asset-publisher .taglib-social-bookmarks {
  display: none; }

.header-back-to {
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 10px; }

.header-back-to a {
  font-weight: normal; }

.inner #column-2 .portlet-asset-publisher .asset-title {
  line-height: 120%;
  margin-left: 0; }

.inner #column-2 .portlet-asset-publisher .asset-title a {
  font-size: 16px; }

.inner #column-2 .portlet-asset-publisher .asset-content {
  margin: 0;
  clear: none; }

.inner #column-2 .portlet-asset-publisher .asset-abstract {
  padding: 20px; }

.inner #column-2 .portlet-asset-publisher .asset-small-image {
  display: none; }

.inner #column-2 .portlet-asset-publisher .header-back-to {
  bottom: 50px;
  top: auto;
  right: auto;
  left: 20px; }

.bc_assetdocs .asset-full-content {
  margin: 0;
  padding: 0; }

.bc_assetdocs .asset-full-content .asset-content {
  margin: 0;
  padding: 20px 0;
  clear: none; }

.bc_assetdocs .asset-full-content .asset-content p {
  margin: 0;
  padding: 0;
  font-style: normal; }

.bc_assetdocs .asset-full-content .asset-content br {
  display: none; }

.bc_assetdocs .asset-full-content a img {
  display: none; }

.bc_assetdocs .asset-full-content .asset-content a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
  margin: 0 0 10px 0;
  color: #777; }

.bc_assetdocs .asset-full-content .asset-content a:hover {
  text-decoration: underline; }

.bc_assetdocs .separator {
  border-top: 1px solid #cecfd2;
  margin: 0; }

/*-------- Documents & Media --------*/
/*Hidden*/
.portlet-document-library-display .taglib-header {
  display: none; }

.portlet-document-library-display .lfr-asset-metadata {
  display: none; }

.portlet-document-library-display .lfr-panel-titlebar {
  display: none; }

.portlet-document-library-display .separator {
  display: none; }

.portlet-document-library-display .search-results {
  display: none; }

.portlet-document-library-display .delta-selector {
  display: none; }

.portlet-document-library-display .page-selector {
  display: none; }

.portlet-document-library-display .page-links span.first {
  display: none; }

.portlet-document-library-display .page-links span.last {
  display: none; }

.portlet-document-library-display .page-links a.first {
  display: none; }

.portlet-document-library-display .page-links a.last {
  display: none; }

/*Styling*/
.portlet-document-library-display .lfr-asset-column-content {
  margin: 0; }

.portlet-document-library-display .lfr-panel {
  margin: 0; }

.portlet-document-library-display .lfr-panel-content {
  padding: 0; }

.portlet-document-library-display .lfr-search-container {
  overflow: hidden; }

.portlet-document-library-display .results-grid {
  border: none;
  background: #fff; }

.portlet-document-library-display .taglib-search-iterator {
  table-layout: auto; }

.portlet-document-library-display .results-header {
  background: #cecfd2; }

.portlet-document-library-display .results-header th {
  padding: 15px 0;
  background: #cecfd2;
  color: #fff;
  font-size: 13px;
  border: none;
  font-weight: 400; }

.portlet-document-library-display .results-header th.first {
  padding: 0 0 0 20px; }

.portlet-document-library-display .results-header th.first span {
  background: none;
  padding: 0;
  font-style: normal; }

.portlet-document-library-display .results-header a {
  color: #fff;
  font-weight: normal; }

.portlet-document-library-display .results-row td {
  border: none;
  background: none;
  padding: 20px 0;
  border-bottom: 1px solid #cecfd2; }

.portlet-document-library-display .results-row td a {
  color: #494949; }

.portlet-document-library-display .results-row td.first {
  padding-left: 20px; }

.portlet-document-library-display .results-row.alt td {
  background: #fff; }

.portlet-document-library-display .results-row td a {
  color: #494949; }

.portlet-document-library-display .entry-title {
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  color: #494949; }

.portlet-document-library-display .results-row td.last a {
  color: #494949; }

.portlet-document-library-display .pdf,
.portlet-document-library-display .jpg {
  background-repeat: no-repeat;
  background-position: left center; }

.portlet-document-library-display .taglib-search-iterator-page-iterator-bottom {
  background: #fff;
  padding: 10px 20px; }

.portlet-document-library-display .search-pages {
  width: 100%;
  float: left; }

.portlet-document-library-display .page-links {
  width: 100%;
  float: left; }

.portlet-document-library-display .taglib-page-iterator .search-pages span {
  color: #494949;
  padding: 0; }

.portlet-document-library-display .taglib-page-iterator .search-pages span.previous {
  float: left;
  border: none;
  background: none;
  padding: 0 0 0 10px; }

.portlet-document-library-display .taglib-page-iterator .search-pages span.next {
  float: right;
  border: none;
  background: none;
  padding: 0 10px 0 0; }

.portlet-document-library-display .taglib-page-iterator .search-pages a {
  color: #fff;
  padding: 0; }

.portlet-document-library-display .taglib-page-iterator .search-pages a.previous {
  float: left;
  border: none;
  background: url(../images/document_prev.jpg) no-repeat left 3px;
  padding: 0 0 0 10px; }

.portlet-document-library-display .taglib-page-iterator .search-pages a.next {
  float: right;
  border: none;
  background: url("../images/document_next.jpg") no-repeat right 3px;
  padding: 0 10px 0 0; }

.portlet-document-library-display .taglib-page-iterator .search-pages a:hover, .portlet-document-library-display .taglib-page-iterator .search-pages a:focus, .portlet-document-library-display .taglib-page-iterator .search-pages a:active {
  text-decoration: underline; }

.portlet-document-library-display .file-entry-list-description {
  display: none; }

.inner #column-2 .portlet-document-library-display .results-row td {
  background: #f7f7f7; }

.inner #column-2 .portlet-document-library-display .results-row.alt td {
  background: #f1f1f1; }

.inner #column-2 .portlet-document-library-display .results-header {
  display: none; }

.inner #column-2 .portlet-document-library-display .col-2 {
  display: none; }

.inner #column-2 .portlet-document-library-display .portlet-content {
  padding: 0; }

.inner #column-2 .portlet-document-library-display .results-row td {
  padding: 20px; }

.inner #column-2 .portlet-document-library-display .portlet-boundary {
  overflow: hidden; }

.inner #column-2 .portlet-document-library-display .portlet-borderless-container {
  padding: 0; }

.inner #column-2 .portlet-document-library-display .taglib-search-iterator-page-iterator-bottom {
  background: #f7f7f7;
  padding: 10px 20px;
  display: none; }

/*-------- Quick Links --------*/
.portlet-boundary.portlet-boundary_cbcnavigation_WAR_cbcportlets_ .portlet-content {
  padding: 0; }

.portlet-boundary.portlet-boundary_cbcnavigation_WAR_cbcportlets_ ul#links {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.portlet-boundary.portlet-boundary_cbcnavigation_WAR_cbcportlets_ ul#links li {
  border-bottom: 1px solid #fff;
  font-size: 13px; }

.portlet-boundary.portlet-boundary_cbcnavigation_WAR_cbcportlets_ ul#links li a {
  display: block;
  padding: 20px 20px 20px 40px;
  color: #cc462c;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.5s;
  background: url(../images/lgaq_bullet.png) no-repeat 20px center; }

.portlet-boundary.portlet-boundary_cbcnavigation_WAR_cbcportlets_ ul#links li:last-child {
  border: none; }

.portlet-boundary.portlet-boundary_cbcnavigation_WAR_cbcportlets_ ul#links li a.selected, .portlet-navigation .nav-menu ul li a.open {
  color: #F7A71B;
  font-weight: normal; }

.portlet-boundary.portlet-boundary_cbcnavigation_WAR_cbcportlets_ ul#links li a:hover {
  background-color: #dde0e5; }

.portlet-boundary.portlet-boundary_cbcnavigation_WAR_cbcportlets_ .portlet-body {
  position: relative; }

.portlet-boundary.portlet-boundary_cbcnavigation_WAR_cbcportlets_ .inline-labels {
  background: #fff;
  border: 1px solid #494949;
  border-radius: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  z-index: 999;
  color: #494949; }

.portlet-boundary.portlet-boundary_cbcnavigation_WAR_cbcportlets_ .inline-labels legend {
  display: none; }

/*---- Events / Contacts ----*/
/*General*/
.esAlerts {
  width: 100%;
  margin: 0 0 20px 0; }

.esAlerts fieldset {
  padding: 0;
  border: none; }

.esAlerts legend, .contactsDisplay legend {
  display: none; }

.esAlerts #_alertsDisplay_WAR_esportlets_alertsDisplayForm {
  width: 100%; }

.esAlerts #alertsDisplayActions {
  display: none; }

.inner_left .alertsDisplayMap,
.inner_left .contactsDisplayMap {
  display: none; }

.esAlerts .ui-widget {
  font-family: 'Lato', sans-serif;
  font-weight: normal; }

.esAlerts .alertsDisplayList, .contactsDisplayList {
  float: none; }

/*Map*/
.alertsDisplayMap .mapContainer, .contactsDisplayMap table, .contactsDisplayMap .mapContainer {
  width: 100% !important; }

/*Search*/
.esAlerts .alertsDisplaySearch, .contactsDisplay .contactsDisplaySearch {
  float: none;
  background: #f7f7f7;
  padding: 0;
  width: 100%;
  margin: 20px 0;
  border-bottom: none;
  padding: 20px 0; }

.inner_left .alertsDisplaySearch, .inner_left .contactsDisplaySearch {
  display: none; }

.esAlerts .alertsDisplaySearch table, .contactsDisplaySearch table {
  width: 100%; }

.esAlerts .alertsDisplaySearch .alertSearchLabel, .contactsDisplay .contactsDisplaySearch .contactSearchLabel {
  font-size: 12px;
  margin: 0 !important;
  padding: 0;
  width: auto;
  font-weight: 400 !important;
  color: #494949; }

.esAlerts .alertsDisplaySearch .alertSearchLabel label, .contactsDisplay .contactsDisplaySearch .contactSearchLabel label {
  font-weight: 400 !important;
  color: #494949; }

.esAlerts .alertsDisplaySearch .alertSearchButton, .contactsDisplay .contactsDisplaySearch .contactSearchButton {
  float: left; }

/*Calendar*/
.esAlerts #dates {
  width: 100%;
  margin: 0;
  margin: 0 0 20px 0; }

.esAlerts #dates a {
  cursor: pointer; }

.esAlerts #dates .ui-datepicker {
  padding: 0;
  border: none;
  background: #fff;
  padding-bottom: 1em !important;
  border-radius: 0 !important;
  border: none; }

.esAlerts #dates .ui-widget-header {
  background: #f7a71b;
  border: none;
  color: #fff;
  padding: 20px 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 700; }

.esAlerts #dates .ui-datepicker-title {
  line-height: 100%; }

.esAlerts #dates .ui-datepicker-title span {
  font-size: 16px;
  font-weight: 700; }

.esAlerts #dates .ui-datepicker .ui-datepicker-prev, .esAlerts #dates .ui-datepicker .ui-datepicker-next {
  top: 17px; }

.esAlerts .ui-datepicker table {
  margin: 0;
  width: 100%;
  font-size: 12px;
  background: #fff;
  border-radius: 0; }

.esAlerts .ui-datepicker table th {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: #F9C260; }

.inner_left .esAlerts .ui-datepicker table {
  background: #fff; }

.esAlerts #dates .ui-state-disabled {
  opacity: 1; }

.esAlerts #dates .ui-state-disabled > span {
  color: #A7A9AC; }

.esAlerts #dates .ui-state-default {
  background: none;
  border: none;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500; }

.esAlerts #dates .highlight {
  background: none; }

.esAlerts #dates .highlight > a {
  color: #cc462c; }

.esAlerts #dates .ui-datepicker-today {
  background: url(../images/calendar_today.jpg) no-repeat center center;
  color: #fff; }

.esAlerts #dates .ui-datepicker-today span {
  color: #fff; }

.esAlerts #dates .ui-datepicker .ui-datepicker-prev, .esAlerts #dates .ui-datepicker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  border-radius: 0; }

.esAlerts #dates .ui-datepicker-prev span, .esAlerts #dates .ui-datepicker-next span {
  height: 20px;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 20px; }

.esAlerts #dates .ui-datepicker-prev {
  left: 10px; }

.esAlerts #dates .ui-datepicker-next {
  right: 10px; }

.esAlerts #dates .ui-datepicker-prev span {
  background: url(../images/calendar_left.png) no-repeat; }

.esAlerts #dates .ui-datepicker-next span {
  background: url(../images/calendar_right.png) no-repeat; }

.esAlerts #dates .ui-datepicker-prev.ui-state-hover {
  opacity: .5;
  border: none;
  right: 10px;
  background: none; }

.esAlerts #dates .ui-datepicker-next.ui-state-hover {
  opacity: .5;
  border: none;
  right: 10px;
  background: none; }

.alertsDisplayCalendar {
  float: none; }

.qtip-default {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  color: #555; }

.qtip-default ul {
  marging: 0;
  padding: 10px;
  list-style-type: none; }

.qtip-default ul .alertDisplayCatImg {
  display: none; }

/*List*/
.esAlerts .alertsDisplayListTitle {
  margin: 20px 0; }

.esAlerts .results-grid, .contactsDisplay .results-grid {
  border: none;
  background: none; }

.esAlerts .results-header {
  display: none; }

.alertContent, .contactContent {
  margin: 0; }

.esAlerts .results-row td,
.contactsDisplayList .results-row td {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  background: none;
  border-left: none;
  border-right: none; }

.esAlerts .results-row.alt td,
.contactsDisplayList .results-row.alt td {
  background: none; }

.esAlerts .results-row .alertDisplayColLeft,
.contactsDisplayList .results-row .contactDisplayColLeft {
  padding: 0;
  margin: 0;
  min-height: 70px;
  border-radius: 35px;
  border: none;
  background: #EFEFEF;
  min-width: 70px;
  overflow: hidden;
  margin: 0 20px 0 0;
  border: 1px solid #EFEFEF; }

.esAlerts .results-row .alertDisplayColLeft .alertImageThumbnail,
.contactsDisplay .results-row .contactDisplayColLeft .contactImageThumbnail {
  border: none;
  width: 70px;
  height: auto;
  margin: 0;
  padding: 0;
  outline: none;
  overflow: hidden;
  min-width: 0;
  min-height: 0; }

.esAlerts .results-row .alertDisplayColLeft div.alertImageThumbnail,
.contactsDisplay .results-row .contactDisplayColLeft div.contactImageThumbnail {
  text-indent: -999em;
  background: url(../images/fallback.png) no-repeat;
  height: 70px; }

.esAlerts .results-row .alertDisplayCatImg,
.contactsDisplay .results-row .contactDisplayCatImg {
  display: none; }

.esAlerts .results-row .alertDisplayColRight a,
.contactsDisplay .results-row .contactDisplayColRight a {
  color: #494949; }

.esAlerts .results-row .alertTitle,
.contactsDisplay .results-row .contactShortDesc {
  color: #494949;
  font-size: 16px;
  margin: 0 0 15px 0; }

.esAlerts .results-row .alertDisplayColRight p,
.contactsDisplay .results-row .contactDisplayColRight p {
  width: 80%;
  float: left;
  color: #494949;
  font-size: 13px; }

/*Left Col Alerts*/
.inner_left .contactContent {
  width: auto;
  margin: 0 20px; }

.inner_left .contactsDisplay .contactsDisplayList {
  margin: 20px 0 0 0; }

.inner_left .contactsDisplay .contactsDisplayList {
  margin: 0 0 20px 0; }

.inner_left .esAlerts .results-row .alertDisplayColRight a,
.inner_left .contactsDisplay .results-row .contactDisplayColRight a,
.inner_left .esAlerts .results-row .alertTitle,
.inner_left .contactsDisplay .results-row .contactShortDesc {
  color: #494949;
  margin: 0;
  text-align: left;
  font-size: 16px; }

.inner_left .esAlerts .results-row .alertDisplayColRight p,
.inner_left .contactsDisplay .results-row .contactDisplayColRight p {
  color: #494949;
  text-align: left;
  width: auto;
  font-size: 13px; }

.inner_left .esAlerts .alertsDisplayListTitle {
  display: none; }

.inner_left .esAlerts #dates .ui-datepicker {
  border: 1px solid #f7f7f7;
  margin-bottom: 0; }

.inner_left .esAlerts .results-row td, .inner_left .contactsDisplayList .results-row td {
  border-top: 1px solid #eee;
  border-bottom: none; }

.inner_left .alertDisplayColRight {
  margin: 0 20px; }

.inner_left .esAlerts .results-row .alertDisplayColLeft,
.inner_left .contactsDisplayList .results-row .contactDisplayColLeft {
  display: none; }

.inner_left .esAlerts .results-row .alertDisplayColRight p,
.inner_left .contactsDisplayList .results-row .contactDisplayColRight p {
  width: auto; }

.inner_left .esAlerts .alertsDisplayList,
.inner_left .contactsDisplayList {
  clear: both; }

.inner_left .esAlerts .taglib-search-iterator-page-iterator-bottom,
.inner_left .contactsDisplayList .taglib-search-iterator-page-iterator-bottom {
  display: none; }

.esAlerts .taglib-search-iterator-page-iterator-bottom,
.contactsDisplay .taglib-search-iterator-page-iterator-bottom {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 0; }

.esAlerts .taglib-search-iterator-page-iterator-bottom a,
.contactsDisplay .taglib-search-iterator-page-iterator-bottom a {
  color: #494949; }

/*Modal Window*/
.ui-widget-content {
  background: #fff;
  border: none;
  border-radius: 0 !important;
  padding: 0 !important;
  font-family: 'Open Sans', sans-serif;
  color: #494949;
  border-radius: 0; }

.ui-widget-content .ui-widget-header {
  border: none;
  padding: 1em !important;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background: #F5C756;
  border-radius: 0; }

.ui-widget-content .ui-widget-header .ui-dialog-title {
  margin: 0;
  float: none;
  font-size: 1.5em; }

#_alertsDisplay_WAR_esportlets_alertPopup {
  background: #fff;
  padding: 0;
  border: none; }

#_alertsDisplay_WAR_esportlets_alertPopup .alertPopupDetails {
  padding: 1.5em 1em; }

/*-------- Web Form --------*/
.web-form-portlet {
  color: #494949; }

.web-form-portlet .aui-fieldset-content .description {
  display: block;
  color: #494949; }

.web-form-portlet .aui-fieldset-legend {
  color: inherit;
  padding: 10px 0;
  font-weight: inherit;
  /*display: none;*/
  color: #777; }

.web-form-portlet .aui-legend {
  position: static;
  width: auto;
  border-bottom: 0;
  font-weight: normal;
  color: inherit;
  color: #777; }

.web-form-portlet .aui-fieldset-content p {
  clear: both;
  padding: 15px 0;
  color: #494949; }

.web-form-portlet .aui-field-content {
  float: left;
  width: 50%;
  color: #494949; }

.wf-1col.web-form-portlet .aui-field-content {
  float: none;
  width: auto;
  color: #494949; }

.web-form-portlet .lfr-textarea-container .aui-field-content,
.web-form-portlet .lfr-textarea-containeroptional .aui-field-content {
  width: 100%;
  float: none;
  clear: both;
  color: #494949; }

.web-form-portlet .aui-form {
  margin: 0 0 20px 0; }

.inner_left .web-form-portlet .aui-form {
  margin: 0 20px 20px 20px;
  padding-bottom: 20px; }

.web-form-portlet .aui-field-choice .aui-field-label {
  font-weight: normal; }

.web-form-portlet .aui-field-choice .aui-field-element .aui-field-input {
  margin-right: 5px; }

.web-form-portlet .aui-field-choice .aui-field-content {
  float: none;
  width: auto; }

.web-form-portlet .aui-field-choice .aui-field-content .aui-field-input {
  width: auto; }

.web-form-portlet .aui-field-content label {
  display: block;
  padding: 0;
  margin-bottom: 10px; }

.web-form-portlet #webFormConfiguration .aui-field-content label {
  display: inline; }

.web-form-portlet .aui-field-content .aui-field-input {
  width: 95%;
  background-image: none; }

.wf-1col.web-form-portlet .aui-field-content .aui-field-input-text {
  width: 100%; }

.wf-1col.web-form-portlet .aui-field-content .aui-field-input.aui-field-input-select {
  width: auto; }

.web-form-portlet .aui-field-content select.aui-field-input {
  height: 27px; }

.web-form-portlet .aui-field-content textarea.aui-field-input {
  max-width: 98% !important;
  width: 98%;
  min-height: 50px; }

.wf-1col.web-form-portlet .aui-field-content textarea.aui-field-input {
  max-width: 100% !important;
  width: 100% !important; }

.web-form-portlet #webFormConfiguration .aui-field-content,
.web-form-portlet #webFormConfiguration .aui-field-content .aui-field-input {
  float: none;
  width: auto; }

.web-form-portlet .aui-button-submit {
  clear: both;
  float: none;
  display: block; }

#recaptcha_area {
  margin-bottom: 10px; }

.inner #column-1 .web-form-porlet legend {
  border-bottom: 1px solid #494949; }

/*-------- Alerts Promotions --------*/
.inner .alertPromotions {
  position: relative; }

.inner .alertPromoDetails {
  position: absolute;
  padding: 20px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  bottom: 40px; }

.inner .alertPromoContent {
  background-size: cover !important;
  background-position: center !important; }

.inner .alertPromoDetails h1, .inner .alertPromoDetails h2, .inner .alertPromoDetails h3, .inner .alertPromoDetails h4 {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #F7A71B;
  text-transform: uppercase; }

.inner .alertPromoDetails p {
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size: 13px; }

.inner .alertPromoDetails p a {
  display: block;
  float: left;
  padding: 10px 15px;
  margin: 15px 0 0 0;
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  transition: all 500ms;
  border: 1px solid rgba(255, 255, 255, 0.4); }

.inner .alertPromoDetails p a:hover, .inner .alertPromoDetails p a:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none; }

.inner .alertPromotions #promoBar {
  width: auto;
  border: none;
  height: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  opacity: 1;
  padding: 0;
  background: none; }

.inner .alertPromotions .promoPages {
  margin: 0 5px; }

.inner .alertPromotions .promoPages span {
  border: 2px solid #fff;
  background: none;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  padding: 0;
  text-indent: -999em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

.inner .alertPromotions .promoPages span.selected {
  background: #fff; }

.inner .alertPromotions #promoBar .nextPromo {
  width: 12px;
  height: 12px;
  background: url(../images/promo_right.png) no-repeat; }

.inner .alertPromotions #promoBar .lastPromo {
  width: 12px;
  height: 12px;
  background: url(../images/promo_left.png) no-repeat; }

.inner .alertPromotions #promoBar #pausePromo {
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
  background: url(../images/pause.png) no-repeat; }

.inner .alertPromotions #promoBar #pausePromo.paused {
  background: url(../images/play.png) no-repeat; }

/* Button Styles */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid #97a450;
  border-radius: 0;
  text-shadow: none;
  background: #97a450;
  color: #fff; }

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
  border: 1px solid #f7a71b;
  border-radius: 0;
  text-shadow: none;
  background: #f7a71b;
  color: #fff; }

input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus,
input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active, button:active {
  border: 1px solid #f7a71b;
  border-radius: 0;
  text-shadow: none;
  background: #f7a71b;
  color: #fff; }

/*-------- Search Results Page --------*/
.portlet-search .portlet-content {
  padding: 0; }

.columns-max .portlet-column-only .portlet-topper {
  margin: 0 0 20px 0; }

.portlet-search .aui-fieldset {
  display: none; }

.portlet-search .menu-column {
  width: auto; }

.portlet-search .menu-column .search-layout-content {
  padding: 0; }

.portlet-search .menu-column .search-layout-content .menu {
  margin: 0;
  float: left;
  width: 25%;
  background: #f7f7f7; }

.portlet-search .search-layout .search-layout-content .result {
  float: right;
  width: 73%;
  padding: 0;
  background: #fff;
  margin: 0; }

.portlet-search .search-layout .search-layout-content .result-content {
  padding: 0; }

.portlet-search .menu-content {
  padding: 0; }

.portlet-search .search-layout .search-layout-content .menu .search-facet {
  padding: 0;
  border: none;
  background: #f7f7f7; }

.portlet-search .search-layout .search-layout-content .menu .search-facet .aui-field-wrapper-content {
  margin: 0; }

.portlet-search .search-layout .search-layout-content .menu .search-facet ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center; }

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value {
  border-bottom: 1px solid #fff;
  position: relative; }

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value a img {
  display: none; }

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value a {
  color: #494949;
  padding: 20px;
  display: block;
  transition: background 500ms;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase; }

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value a:hover {
  background: #DDE0E5; }

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value.default {
  font-weight: normal; }

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value.default a {
  color: #F7A71B;
  font-weight: normal; }

.frequency {
  color: #F7A71B;
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 13px;
  font-weight: 700; }

.portlet-search .results-grid,
.portlet-search table td {
  border: none;
  background: none; }

.portlet-search .results-header {
  display: none; }

.portlet-search table td {
  background: none !important;
  border-bottom: 1px solid #cecfd2;
  padding: 20px 0; }

.portlet-search .asset-entry-title br {
  display: none; }

.portlet-search span.highlight {
  background: #e5e5e5;
  color: inherit;
  font-weight: normal;
  padding: 0; }

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-title {
  display: block;
  font-size: 16px;
  margin: 0 0 10px 0; }

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-title b {
  font-weight: normal; }

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-title a {
  color: #cc462c; }

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-summary {
  color: #494949;
  display: block;
  line-height: 150%;
  margin: 0 0 10px;
  font-size: 13px; }

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-type {
  color: #494949; }

.portlet-search .search-layout .search-layout-content .result .asset-entry a {
  color: #97a450; }

/*---- Social Wall ----*/
#facebook-id, #twitter-user, #instagram-user, #google-user, #facebook-count, #twitter-count, #instagram-count {
  display: none; }

.social_container {
  width: 100%;
  background: #eee;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  overflow: hidden; }

#loading {
  margin: 10px auto;
  left: 0;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px; }

#packery {
  display: none;
  margin: 10px 0; }

#loading img {
  border: none !important; }

.social_media_item {
  width: 200px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.21);
  font-size: 11px;
  border-radius: 3px;
  overflow: hidden; }

.social_content {
  padding: 10px; }

.facebook a {
  color: #3b5998; }

.twitter a {
  color: #4ec2dc; }

.instagram a {
  color: #584f46; }

.twitter_header {
  display: none; }

.twitter .twitter_header {
  display: block;
  width: 100%;
  overflow: hidden; }

.twitter_header a {
  display: block;
  margin: 0 10px 0 0;
  float: left;
  border: 1px solid #eee;
  padding: 1px; }

.twitter_header a img {
  width: 40px;
  height: 40px;
  float: left; }

.twitter_header p {
  font-size: 11px;
  color: #444;
  font-weight: 700; }

.instagram_image {
  display: none; }

.instagram .instagram_image {
  display: block; }

.instagram .social_image {
  display: none; }

.author_name {
  border-top: 1px solid #f7f7f7;
  padding: 10px; }

.author_name a {
  font-size: 10px;
  font-style: italic;
  background: url(../images/social_icons/user_icon.png) no-repeat left center;
  display: block;
  padding: 0 0 0 20px;
  text-decoration: none; }

.author_name a:hover {
  text-decoration: underline; }

.twitter .author_name {
  display: none; }

.social_bottom {
  padding: 10px;
  overflow: hidden; }

.social_bottom i {
  float: left;
  display: block;
  font-size: 15px;
  color: #fff; }

.social_bottom p {
  float: right;
  margin: 0;
  display: block;
  font-size: 9px;
  color: #fff; }

.facebook .social_bottom {
  background: #3b5998; }

.twitter .social_bottom {
  background: #4ec2dc; }

.instagram .social_bottom {
  background: #584f46; }

.attachment {
  display: block !important;
  max-width: 176px;
  height: auto; }

.instagram .attachment {
  border: none;
  padding: 0;
  max-width: 100%; }

/*----- Footer ------*/
.site_footer {
  width: 100%; }

/*Footer Icons*/
.footer_icons {
  background: #f9c260;
  padding: 50px 0;
  width: 100%; }

.footer_icons .footer_col {
  text-align: center; }

.footer_icons .footer_col img {
  max-height: 45px; }

.footer_icons .footer_col h3 {
  margin: 30px 0;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700; }

.footer_icons .footer_col a {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

.footer_icons .footer_col a i {
  font-size: 10px; }

.footer_icons .footer_col a:hover {
  text-decoration: underline; }

/*Footer Bottom*/
.footer_bottom {
  background: #f7a71b;
  width: 100%; }

.footer_bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.footer_bottom ul li {
  margin: 0;
  padding: 0; }

/*Social Links*/
.footer_bottom .social_links li {
  float: left; }

.footer_bottom .social_links li a {
  display: block;
  transition: all 500ms; }

.footer_bottom .social_links li a:hover, .footer_bottom .social_links li a:focus {
  opacity: .5; }

/*Footer links*/
.footer_bottom .footer_links {
  text-align: center; }

.footer_bottom .footer_links ul {
  text-align: center;
  margin: 10px 0;
  display: inline-block; }

.footer_bottom .footer_links ul li {
  display: inline-block;
  font-size: 11px;
  background: url(../images/footer_link_divider.png) no-repeat right;
  color: #fff;
  padding: 0 10px 0 5px;
  text-transform: uppercase; }

.footer_bottom .footer_links ul li.last-child {
  background: none; }

.footer_bottom .footer_links ul li a {
  color: #fff;
  font-size: 11px;
  display: block; }

.footer_bottom .footer_links ul.footer_login li {
  background: none; }

.top_button a {
  display: block;
  transition: all 500ms;
  height: 50px;
  width: 50px;
  background: url(../images/backtotop.png) no-repeat center center white;
  float: right;
  text-indent: -999em; }

.top_button a:hover, .top_button a:focus {
  opacity: .5; }

/*Asset Publisher No Image (need JS)*/
.portlet-asset-publisher .asset-has-no-image .asset-title,
.portlet-asset-publisher .asset-has-no-image .asset-content {
  margin-left: 0; }

/*Target images with align attributes*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

img.pull-left {
  margin: 0 15px 10px 0; }

img.pull-right {
  margin: 0 0 10px 15px; }

/*----- Media Queries ------*/
/*--Smaller Screens--*/
@media only screen and (max-width: 1200px) {
  /*Montage*/
  .header_search {
    width: 60%; }

  .item {
    width: 180px;
    height: 180px; }

  .item.w2 {
    width: 370px;
    height: 370px; }

  .stamp {
    width: 370px;
    height: 180px; }

  .stamp h1 {
    background-size: cover;
    height: 180px; }

  .item .item_content p {
    display: none; }

  /*Social Wall*/
  .social_media_item {
    width: 222.5px; } }
/*--Tablet--*/
@media only screen and (max-width: 993px) {
  /*Header*/
  .mobile_social {
    display: block; }

  .header_social {
    display: none; }

  .header_search {
    display: none;
    width: 100%;
    border-top: 1px solid transparent; }

  .portlet-dockbar {
    display: none; }

  /*Nav Collapse*/
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none;
    margin: 0; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; }

  ul.nav li {
    padding-left: 0; }

  .mobile_icons {
    display: block; }

  ul.nav li {
    padding: 0;
    margin: 0;
    background: none;
    border-bottom: 1px solid #F6AF31; }

  ul.nav li a {
    padding: 20px 0; }

  /*Montage*/
  .item {
    width: 172.5px;
    height: 172.5px; }

  .item.w2 {
    width: 355px;
    height: 355px; }

  .stamp {
    width: 355px;
    height: 172.5px; }

  .stamp h1 {
    background-size: cover;
    height: 172.5px; }

  .item .item_content p {
    display: none; }

  /*Social Wall*/
  .social_media_item {
    width: 167.5px; }

  .attachment {
    max-width: 100%;
    width: 100%; }

  .social_media_item .text-wrapper p {
    font-size: 11px; }

  /*Portlet*/
  .esAlerts .alertsDisplaySearch, .contactsDisplay .contactsDisplaySearch {
    display: none; }

  /*Content*/ }
/*--Mobile--*/
/*
Tile Fix ( If needed) 

@media only screen and (max-width:476px) {
.item {width:214px; height:214px;}
.item.w2 {width:438px; height:438px;}
}

*/
@media only screen and (max-width: 767px) {
  .home {
    margin-top: 10px; }

  /*Header*/
  .nav_container, .header_info {
    padding: 0 !important; }

  .header_search {
    display: none; }

  .inner_header h1 a img {
    max-width: 100%;
    height: auto; }

  /*Montage*/
  .item {
    width: 140px;
    height: 140px; }

  .item.w2 {
    width: 290px;
    height: 290px; }

  .stamp {
    width: 290px;
    height: 140px; }

  .stamp h1 {
    background-size: cover;
    height: 140px; }

  .item.w2 .feature_content h3 {
    font-size: 25px; }

  .item .item_content h3 {
    font-size: 14px; }

  .item .item_content p {
    display: none; }

  /*Social Wall*/
  .home_social {
    display: none; }

  .social_media_item {
    width: 48%; }

  .attachment {
    max-width: 100%;
    width: 100%; }

  .social_media_item .text-wrapper p {
    font-size: 11px; }

  /*Home*/
  h2.feature {
    font-size: 25px;
    text-align: center !important; }

  .home_box {
    margin-bottom: 20px; }

  #column-2 .portlet-navigation {
    display: none; }

  /*Footer*/
  .footer_icons .footer_col {
    padding-bottom: 40px;
    margin-top: 40px;
    border-bottom: 1px solid #ffd283; }

  oter_icons .footer_col:first-child {
    margin-top: 0; }

  .footer_icons .footer_col:last-child {
    padding-bottom: 0;
    border: none; }

  /*Search*/
  .portlet-search .menu-column .search-layout-content .menu {
    display: none; }

  .portlet-search .search-layout .search-layout-content .result {
    width: 100%; }

  .portlet-journal-content table.stack,
  .portlet-journal-content table.stack tr,
  .portlet-journal-content table.stack tr td {
    display: block;
    width: 100% !important; }

  .portlet-journal-content table[border="1"].stack {
    border: 0;
    margin: 0 auto; }

  .portlet-journal-content table[border="1"].stack td {
    margin-left: 0;
    margin-right: 0; } }
@media (max-width: 560px) {
  .web-form-portlet .aui-field-content {
    float: none;
    width: 100%; } }
/*--Small Mobile--*/
@media only screen and (max-width: 400px) {
  .social_media_item {
    width: 100%; }

  .mobile_social {
    float: none;
    margin: 0 auto;
    width: 60%; }

  .mobile_social ul {
    float: none;
    text-align: center; }

  .mobile_social ul li {
    float: none;
    display: inline-block; } }
.box_body p img,
.home .journal-content-article p img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important; }

