@import url(color_schemes/inner1.css);
@import url(color_schemes/inner2.css);
@import url(color_schemes/inner3.css);
@import url(color_schemes/inner4.css);
@import url(color_schemes/inner5.css);
@import url(color_schemes/inner6.css);
@import url(color_schemes/inner7.css);
/*-----------------------Colour Schemes--------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Global Styles

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #ebebeb;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #6f6568; }

#main-content {
  background: url(../images/watermark.png) no-repeat bottom -100px center #ebebeb;
  padding: 0 0 20px 0; }

a {
  color: #80b1c8;
  font-weight: 600; }

a:hover {
  color: #e1612f; }

input[type="submit"]:hover, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
  background: #ce5424;
  color: #fff; }

input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus {
  background: #e1612f;
  border: none; }

button, .btn, html input[type="button"], input[type="reset"], input[type="submit"] {
  background: #e1612f;
  border: none;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  transition: all 500ms; }

.btn-o, .btn-o:visited {
  background: none;
  box-shadow: none;
  color: #ce5424;
  border: 1px solid #ce5424; }

.btn-o:hover, .btn-o:active, .btn-o:focus, .btn-o:visited:hover, .btn-o:visited:active, .btn-o:visited:focus {
  background: #ce5424;
  box-shadow: inset 0 0 0 1px #ce5424;
  color: #fff;
  text-decoration: none; }

.aui-buttonitem-content {
  color: #000; }

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

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

.portlet-column .right_col {
  position: relative; }

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

.portlet-topper {
  line-height: 100%;
  padding: 20px;
  margin: 0;
  padding: 0; }

.portlet-title {
  font-size: 20px;
  font-weight: bold;
  font-family: 'etelka_light_proregular';
  color: #fff;
  line-height: 100%; }

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

.home_bottom .portlet-topper a.portlet-icon-back,
.left_col .portlet-topper a.portlet-icon-back {
  color: #fff; }

/*--------------------------------
  Max Col
--------------------------------*/
#main-content.columns-max {
  padding: 20px 0; }

.columns-max .container .inner_max {
  background: #fff;
  padding: 20px; }

/*--------------------------------
  Must Include
--------------------------------*/
/*Remove pointer cursor for portlet titles*/
.signed-out .portlet-title-text {
  cursor: text; }

/*Fix Scrolling pop-up*/
html.aui-dialog-iframe-root-node {
  height: auto !important; }

/*Web content edit title fix*/
.aui-combobox-content .aui-field-input,
.aui-combobox-content .aui-toolbar-content {
  position: relative;
  z-index: 200; }

/*Dockbar*/
html body .dockbar a {
  color: inherit;
  text-shadow: none; }

html body .dockbar a:visited {
  color: inherit;
  text-shadow: none; }

html body .dockbar a:hover,
html body .dockbar a:active,
html body .dockbar a:focus {
  color: #fff; }

/*Pop-up config*/
.portal-popup a {
  color: inherit;
  text-decoration: none;
  color: inherit;
  text-decoration: underline; }

.portal-popup a:visited {
  color: inherit;
  text-decoration: none; }

.portal-popup a:active,
.portal-popup a:focus {
  color: inherit;
  text-decoration: underline; }

.portal-popup .portlet-navigation.portlet-boundary {
  background: none; }

/*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 20px 10px 0; }

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

/*Quicklinks fix*/
.portlet-boundary_cbcnavigation_WAR_cbcportlets_ .portlet-body {
  position: relative; }

.portlet-boundary_cbcnavigation_WAR_cbcportlets_ fieldset.inline-labels {
  position: absolute;
  top: 0;
  background: #ffffff;
  z-index: 99;
  padding: 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0; }

.portlet-boundary_cbcnavigation_WAR_cbcportlets_ fieldset.inline-labels legend {
  margin: 0 0 20px 0;
  line-height: 100%;
  float: left; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Header

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.site_header {
  width: 100%;
  background: #fff; }

.rwd_header {
  display: none;
  width: 100%;
  background: #fff; }

/*--------------------------------
  Header Top
--------------------------------*/
.header_top {
  padding: 20px 0px 5px 0px;
  border-bottom: 1px solid #dfdbd9; }

h1.logo {
  margin: 0;
  padding: 0;
  float: left;
  line-height: 100%;
  text-indent: -999em; }

h1.logo a {
  display: block;
  width: 360px;
  height: 80px;
  background: url(../images/logo.png) no-repeat; }

h3.tagline {
  margin: 8px 0 0 10px;
  padding: 10px 0 10px 10px;
  font-weight: bold;
  font-family: 'etelka_light_proregular';
  font-size: 16px;
  color: #55413a;
  float: left;
  border-left: 1px solid #ddd9d8; }

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

ul.header_social li {
  margin: 0 0 0 10px;
  float: right; }

ul.header_social li:first-child {
  margin: 0; }

ul.header_social li a {
  display: block;
  border: 2px solid #554134;
  border-radius: 20px;
  color: #554134;
  transition: all 500ms; }

ul.header_social li a:hover,
ul.header_social li a:focus,
ul.header_social li a:active {
  background: #554134;
  color: #fff; }

ul.header_social li a i {
  padding: 5px 7px; }

ul.header_social li a span {
  display: none; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Search

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.search_box {
  float: right;
  margin: 10px 0; }

.search_box span.aui-field-content {
  margin: 0; }

.search_box select {
  display: none; }

.search_box input[type="text"] {
  float: left;
  background: none;
  padding: 0 0 1px 0;
  border: none;
  border-bottom: 1px solid #dfdbd9;
  font-family: 'etelka_light_proregular';
  color: #554134;
  font-weight: bold;
  font-size: 15px;
  line-height: 100%;
  width: 220px; }

.search_box input[type="text"]:focus {
  outline: none;
  background: none; }

.search_box input::-webkit-input-placeholder,
.search_box input:-moz-placeholder,
.search_box input:-ms-input-placeholder {
  color: #554134; }

/*--------------------------------
  Search Results Page
--------------------------------*/
/* Paging buttons */
.taglib-page-iterator .search-pages .page-links a.next, .taglib-page-iterator .search-pages .page-links span.next, .taglib-page-iterator .search-pages .page-links a.last, .taglib-page-iterator .search-pages .page-links span.last {
  background-position: 100% 0;
  padding-left: 5px; }

.taglib-page-iterator .search-pages .page-links span.next {
  background-position: 100% 100%; }

.taglib-page-iterator .search-pages .page-links a.next, .taglib-page-iterator .search-pages .page-links span.next {
  background-image: url(../images/btrc-paging-next.png); }

.taglib-page-iterator .search-pages .page-links a.first, .taglib-page-iterator .search-pages .page-links span.first {
  background-image: url(../images/btrc-paging-first.png); }

.taglib-page-iterator .search-pages .page-links a.previous, .taglib-page-iterator .search-pages .page-links span.previous {
  background-image: url(../images/btrc-paging-previous.png); }

.result-content em.taglib-page-iterator {
  padding-bottom: 10px;
  display: block; }

.search-page.columns-max .container .inner_max {
  padding: 0;
  background: none; }

.portlet-search .portlet-topper-toolbar {
  right: 20px;
  top: 20px; }

.portlet-search .portlet {
  margin: 0 -10px; }

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

.portlet-search .portlet-icon-back {
  color: #fff;
  background: url(../images/btrc-01-left.png) no-repeat 0 50%; }

.portlet-search .portlet-topper {
  width: 75%;
  float: right;
  padding: 0 10px; }

.portlet-search .portlet-title {
  line-height: 100%;
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 20px;
  font-family: 'etelka_light_proregular';
  font-weight: bold;
  background: #ce5424; }

.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: none;
  padding: 0 10px; }

.portlet-search .search-layout .search-layout-content .result {
  float: right;
  width: 75%;
  padding: 0 10px; }

.portlet-search .search-layout .search-layout-content .result .aui-column-content {
  padding: 20px;
  background: #fff; }

.portlet-search .menu-content {
  overflow: hidden;
  padding: 0;
  background: #80b1c8; }

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

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

.portlet-search .results-row.hover td {
  border: none; }

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

.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value {
  border-bottom: 1px solid #76a1b6;
  position: relative;
  font-size: 13px; }

.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: #fff;
  padding: 20px;
  display: block;
  transition: background 500ms; }

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

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

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

.frequency {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 20px; }

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

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

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

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

.portlet-search span.highlight {
  background: #f0f0f0;
  color: inherit;
  font-weight: 600;
  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: 600; }

.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-title a {
  color: #6f6568;
  font-size: 14px;
  font-weight: 600; }

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

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

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

.portlet-search .search-layout .search-layout-content .result div.taglib-page-iterator {
  background: #f0f0f0;
  margin: 0;
  padding: 10px; }

.portlet-boundary_weather_WAR_cbcportlets_ .portlet-content {
  padding: 0 10px 10px 12px; }

.portlet-journal .journal-article-container ul {
  margin: 0;
  padding: 0; }

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

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Navigation

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
body .navbar-collapse {
  margin: 0 -10px !important; }

.navbar-nav {
  font-family: 'etelka_light_proregular'; }

.navbar-nav > li {
  margin-right: 30px; }

.navbar-nav > li:last-child {
  margin: 0; }

.navbar-nav > li > a {
  font-size: 15px;
  color: #55413a;
  padding: 20px 15px;
  font-weight: bold;
  transition: all 500ms; }

.nav > li > a:hover, .nav > li > a:focus {
  color: #80b1c8;
  background: none; }

.navbar-nav > li.selected > a {
  background: url(../images/nav_selected.png) repeat-x bottom;
  color: #80b1c8; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: #80b1c8;
  color: #fff; }

/*--------------------------------
  Dropdown
--------------------------------*/
.navbar-nav > li > .dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  background: #80b1c8;
  border-radius: 0;
  box-shadow: none; }

.dropdown-menu > li > a {
  padding: 10px 20px;
  font-weight: bold;
  line-height: 140%;
  color: #fff;
  transition: all 500ms; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #76a1b6; }

.dropdown-menu > li > a i {
  float: right;
  margin: 2px 0; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu:hover a {
  background-color: #76a1b6; }

.dropdown-submenu ul.dropdown-menu {
  top: 0;
  left: 100%;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: #76a1b6;
  margin: 0; }

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

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  margin-top: 5px;
  margin-right: -10px; }

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

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

.dropdown-submenu ul.dropdown-menu li a:hover,
.dropdown-submenu ul.dropdown-menu li a:focus,
.dropdown-submenu ul.dropdown-menu li a:active {
  background: #99c7dd; }

/*--------------------------------
  Social Share
--------------------------------*/
.signed-in .share_container {
  top: 0; }

.share_container {
  overflow: hidden;
  position: absolute;
  top: 47px;
  right: 30px;
  z-index: 1; }

.share_container p {
  float: left;
  margin: 2px 10px 0 0; }

.share_container .addthis_inline_share_toolbox {
  float: left;
  clear: none !important; }

.share_container .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn {
  max-height: none;
  max-width: none;
  display: block;
  float: left; }

.share_container .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn span {
  float: left;
  height: auto !important;
  width: auto !important;
  line-height: 100% !important;
  padding: 4px; }

.share_container .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn span svg {
  width: 18px !important;
  height: 18px !important; }

.share_container .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn span.at4-visually-hidden {
  display: none; }

.share_container .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn.at-svc-facebook span {
  background: #3d5b97 !important; }

.share_container .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn.at-svc-twitter span {
  background: #2aa7df !important; }

.share_container .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn.at-svc-compact span {
  background: #fb6c4c !important; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Homepage

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------
  Home Banner
--------------------------------*/
.home {
  position: relative; }

.row.portlet-layout {
  z-index: 99; }

.home_top_bg {
  width: 100%;
  position: absolute;
  background: #e1612f;
  top: 0;
  min-height: 10px; }

.home_banner {
  padding-right: 0; }

.home_banner .portlet-column-content {
  margin-right: -10px; }

.home .alertPromotions .container, .home .alertPromotions .row, .home .alertPromotions .promo_col {
  height: 100%; }

/*--------------------------------
  Home Boxes
--------------------------------*/
.home_boxes {
  margin: 20px 0; }

/*--------------------------------
  Home Events Button
--------------------------------*/
body.signed-out .home_bottom .portlet-boundary_alertsDisplay_WAR_esportlets_ .portlet-topper {
  padding: 0; }

body.signed-out .home_bottom .portlet-boundary_alertsDisplay_WAR_esportlets_ .portlet-topper .portlet-title a {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  transition: all 500ms; }

body.signed-out .home_bottom .portlet-boundary_alertsDisplay_WAR_esportlets_ .portlet-topper .portlet-title a:hover,
body.signed-out .home_bottom .portlet-boundary_alertsDisplay_WAR_esportlets_ .portlet-topper .portlet-title a:focus {
  cursor: pointer;
  background: #729eb2; }

body.signed-out .home_bottom .portlet-boundary_alertsDisplay_WAR_esportlets_ .portlet-topper .portlet-title a:hover .portlet-title-text {
  cursor: pointer; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Inner Page

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.inner_banner {
  width: 100%;
  height: 300px;
  background: url(../images/inner_banner.jpg) no-repeat;
  background-size: cover; }

.inner_content {
  margin-top: -58px; }

.page_menu_button {
  display: none; }

.page_menu_button {
  transition: all 500ms;
  color: #fff;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  line-height: 100%;
  background: #372f1e;
  font-family: 'etelka_light_proregular';
  font-weight: bold; }

.page_menu_button i {
  float: right; }

.page_menu_button:hover,
.page_menu_button:focus {
  background: #76a1b6;
  color: #fff;
  text-decoration: none; }

.taglib-header {
  border: none; }

/*--------------------------------
  Right Column
--------------------------------*/
.right_col {
  background: #fff;
  padding: 30px; }

.right_col .portlet-topper {
  background: none; }

.right_col .portlet-topper .portlet-title {
  font-size: 26px;
  line-height: 100%;
  color: #80b1c8;
  margin-right: 120px;
  margin-top: 20px;
  margin-bottom: 10px; }

.right_col .portlet-boundary {
  margin-top: 30px; }

.right_col .portlet-boundary:first-child {
  margin: 0; }

/*--------------------------------
  Left Column
--------------------------------*/
.left_col .portlet-topper {
  background: #76a1b6;
  padding: 20px; }

.left_col .portlet-topper .portlet-title {
  font-size: 18px;
  line-height: 100%; }

.left_col .portlet-boundary {
  margin-top: 20px;
  background: #fff; }

.left_col .portlet-boundary:first-child {
  margin: 0; }

/*--------------------------------
  Breadcrumbs
--------------------------------*/
.breadcrumb_container {
  background: #d1521c;
  padding: 0 30px; }

.breadcrumb_container .portlet-topper {
  display: none; }

.portlet-breadcrumb .portlet-topper {
  margin: 0;
  display: none; }

.portlet-breadcrumb .portlet-title {
  display: none; }

.portlet-breadcrumb {
  padding: 20px 0; }

.portlet-breadcrumb ul.breadcrumbs {
  margin: 0;
  padding: 0; }

.portlet-breadcrumb ul.breadcrumbs li {
  background: url(../images/bc_arrow.png) no-repeat right;
  margin: 0 20px 0 0;
  line-height: 100%; }

.portlet-breadcrumb ul.breadcrumbs li.last {
  background: none;
  margin: 0; }

.portlet-breadcrumb ul.breadcrumbs li a {
  display: block;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 25px 0 0;
  font-size: 12px;
  font-family: 'etelka_light_proregular';
  font-weight: bold; }

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

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Navigation Portlet

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.left_col .portlet-navigation {
  background: #80b1c8; }

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

.portlet-navigation ul.layouts li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #76a1b6; }

.portlet-navigation ul.layouts li a {
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: 100%;
  padding: 20px;
  background: url(../images/nav_portlet_arrow.png) no-repeat right 20px center;
  transition: all 500ms;
  font-family: 'etelka_light_proregular';
  font-weight: bold; }

.portlet-navigation ul.layouts li a:hover {
  background-color: #99c7dd;
  text-decoration: none; }

.portlet-navigation ul.layouts.level-2 li {
  border: none;
  padding: 0; }

.portlet-navigation ul.layouts.level-2 li a {
  background: none;
  padding: 10px 10px 15px 30px;
  color: #ccedfc;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif; }

.portlet-navigation ul.layouts.level-2 li a:hover {
  background-color: none;
  text-decoration: underline;
  color: #4a606b; }

.portlet-navigation ul.layouts.level-3 {
  /*margin: 20px 0 0 20px;*/ }

.portlet-navigation ul.layouts.level-3 li a {
  padding: 10px 10px 15px 40px; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Liferay Quicklinks

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

.portlet-boundary_cbcnavigation_WAR_cbcportlets_ ul#links li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #769fb5; }

.portlet-boundary_cbcnavigation_WAR_cbcportlets_ ul#links li a {
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: 100%;
  padding: 20px;
  background: url(../images/quick_portlet_arrow.png) no-repeat right 25px center;
  background-color: #80afc7;
  transition: all 500ms;
  font-family: 'etelka_light_proregular';
  font-weight: bold; }

.portlet-boundary_cbcnavigation_WAR_cbcportlets_ ul#links li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #94c4da;
  background-position: right 20px center; }

/*--------------------------------
  Popout settings
--------------------------------*/
.portlet-boundary_cbcnavigation_WAR_cbcportlets_ .portlet-body {
  position: relative; }

.portlet-boundary_cbcnavigation_WAR_cbcportlets_ fieldset.inline-labels {
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 99;
  padding: 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0; }

.portlet-boundary_cbcnavigation_WAR_cbcportlets_ fieldset.inline-labels legend {
  margin: 0 0 20px 0;
  line-height: 100%;
  float: left; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Jump Menu

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.jumpMenuWrapper {
  margin: 0;
  padding: 20px; }

.jumpMenuTitle {
  font-weight: bold;
  font-weight: 13px;
  padding: 0 0 5px 0;
  display: inline-block; }

.jumpMenu {
  width: 100%;
  background: #fff; }

/*--------------------------------
  Popout settings
--------------------------------*/
.portlet-boundary_cbcjumpmenu_WAR_cbcportlets_ .portlet-body {
  position: relative; }

.portlet-boundary_cbcjumpmenu_WAR_cbcportlets_ .inline-labels {
  background: #fff;
  border-radius: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  z-index: 999; }

.portlet-boundary_cbcjumpmenu_WAR_cbcportlets_ .portlet-body fieldset {
  position: relative;
  z-index: 2; }

.portlet-boundary_cbcjumpmenu_WAR_cbcportlets_ .portlet-body fieldset table {
  background-color: #fff;
  border: 1px solid #ddd; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Asset Publisher

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.portlet-asset-publisher .asset-abstract {
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #e5e5e5; }

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

.portlet-asset-publisher .asset-title {
  margin: 0 0 10px 80px;
  padding: 0;
  border: none; }

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

.portlet-asset-publisher .asset-title a {
  color: #80b1c8;
  font-size: 16px;
  font-family: 'etelka_light_proregular';
  font-weight: bold;
  display: block;
  line-height: 100%; }

.portlet-asset-publisher .asset-content {
  margin: 0 0 0 80px;
  padding: 0 0 20px 0;
  clear: none; }

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

.portlet-asset-publisher img.asset-small-image {
  float: none;
  padding: 0;
  max-width: 60px;
  height: auto; }

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

.portlet-asset-publisher .asset-more a {
  color: #e1612f;
  font-weight: bold;
  font-family: 'etelka_light_proregular'; }

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

.controls-hidden .portlet-asset-publisher .aui-form {
  display: none; }

/*--------------------------------
  Asset Left Col
--------------------------------*/
.left_col .portlet-asset-publisher div.asset-small-image {
  display: none; }

.left_col .portlet-asset-publisher .asset-title {
  margin: 0 20px 10px 20px; }

.left_col .portlet-asset-publisher .asset-content {
  margin: 0 20px;
  border: none; }

/*--------------------------------
  Asset Full Content
--------------------------------*/
.portlet-asset-publisher .taglib-header {
  border: none;
  margin: 20px 0;
  color: #80b1c8; }

.portlet-asset-publisher .taglib-header .header-back-to a {
  padding: 0; }

.portlet-asset-publisher .taglib-header .header-title {
  margin: 0;
  padding: 0;
  font-family: 'etelka_light_proregular';
  font-weight: bold; }

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

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

.left_col .portlet-asset-publisher .taglib-header {
  color: #80b1c8;
  margin: 20px; }

.left_col .portlet-asset-publisher .asset-full-content.show-asset-title .asset-content {
  margin: 0 20px; }

/*--------------------------------
  Asset Specific Portlet
--------------------------------*/
.columns-max .portlet-asset-publisher .portlet-topper {
  display: none; }

.columns-max .portlet-asset-publisher .asset-content {
  border: none; }

.columns-max .portlet-asset-publisher .taglib-header {
  margin: 0 0 20px 0; }

.columns-max .portlet-asset-publisher .taglib-social-bookmarks {
  display: block; }

.columns-max .portlet-asset-publisher .asset-content br {
  display: none; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Doc Media

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------
  Hidden
--------------------------------*/
/*.portlet-document-library-display .taglib-header  {display:none;}*/
.portlet-document-library-display .taglib-header .header-title {
  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 .portlet-content {
  margin-top: 20px; }

.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: #d1521c; }

.portlet-document-library-display .results-header th {
  padding: 15px 0;
  background: #80b1c8;
  font-family: 'etelka_light_proregular';
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  border: none;
  text-transform: uppercase; }

.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; }

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

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

.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: #6f6568; }

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

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

.portlet-document-library-display .results-row td:first-child a:first-child {
  display: none; }

.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-top {
  background: #80b1c8;
  display: none; }

.portlet-document-library-display .taglib-search-iterator-page-iterator-bottom {
  background: #ccd7dc; }

.portlet-document-library-display .taglib-search-iterator tbody {
  border: 1px solid #dfdbd9; }

.portlet-document-library-display .taglib-page-iterator .search-pages .page-links span {
  display: none; }

.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: #6f6568;
  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: 10px; }

.portlet-document-library-display .taglib-page-iterator .search-pages a.previous {
  float: left;
  background: none;
  border: none; }

.portlet-document-library-display .taglib-page-iterator .search-pages a.next {
  float: right;
  background: none;
  border: none; }

.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; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Icon Quicklinks

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.quicklinks {
  background: rgba(95, 131, 148, 0.95);
  margin: 40px 0;
  /*padding-bottom:20px;*/ }

.quicklinks header {
  padding: 30px 20px 20px 20px; }

.quicklinks header h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-family: 'etelka_light_proregular';
  line-height: 100%; }

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

.quicklinks ul li a {
  display: block;
  padding: 10px 20px 10px 0px;
  overflow: hidden;
  transition: all 500ms;
  text-decoration: none;
  border-top: 1px solid #3c515b;
  margin: 0 20px 0 20px; }

.quicklinks ul li a:hover,
.quicklinks ul li a:focus,
.quicklinks ul li a:active {
  background: rgba(15, 75, 103, 0.4); }

.quicklinks ul li a .icon {
  float: left;
  padding: 15px 5px 15px 0px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center; }

.quicklinks ul li a .icon i {
  float: none;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  padding: 0;
  display: block;
  text-align: center; }

.quicklinks ul li a .text {
  font-size: 14px;
  color: #fff;
  font-family: 'etelka_light_proregular';
  font-weight: 600;
  padding-top: 12px; }

.quicklinks ul li a .text em {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #fbbba1;
  display: block;
  font-weight: normal;
  font-style: normal; }

.quicklinks ul li a i {
  float: right;
  font-size: 10px;
  color: #fff;
  margin: 15px 0; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Info Boxes

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.info_box {
  background: url(../images/box_watermark.png) no-repeat right center white;
  padding: 0px; }

.info_box h3 {
  color: #554134;
  font-size: 17px;
  font-family: 'etelka_light_proregular';
  font-weight: bold;
  margin: 20px 0 20px 0; }

.info_box h3 a {
  text-decoration: none; }

.info_box a.btn {
  font-family: 'etelka_light_proregular';
  font-weight: bold;
  font-size: 13px;
  background: none;
  color: #eb6e1f;
  margin: 10px 0 0 0;
  padding: 0;
  text-transform: none;
  transition: all 500ms; }

.info_box a.btn:hover, .info_box a.btn:focus {
  color: #715645;
  box-shadow: none; }

.info_box .thumbnail {
  padding: 0;
  border-radius: 0;
  margin-bottom: 0; }

.info_box .thumbnail:hover {
  border: 1px solid #c2c2c2; }

.info_box .thumbnail-image-holder {
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Weather Widget

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.weather_widget {
  position: relative;
  background: url(../images/weather_bg.jpg) no-repeat;
  background-size: cover !important; }

.weather_widget .weather_time {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  width: 100%; }

.weather_widget .weather_lat,
.weather_widget .weather_long {
  display: none; }

.weather_widget .details {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.5) 100%);
  padding: 60px 15px 20px 15px;
  font-size: 15px;
  color: #fff; }

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

.weather_widget .details ul li {
  color: #fff;
  font-size: 21px;
  font-weight: 300; }

.weather_widget .details ul li span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%; }

.weather_widget .temp {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 110px; }

.weather_widget .temp h4 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 100px;
  font-weight: 200;
  display: inline-block;
  position: relative;
  line-height: 100%; }

.weather_widget .temp h4 em {
  font-style: normal;
  font-size: 60px;
  position: absolute;
  top: 0;
  line-height: 100%; }

.weather_widget .temp p {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  color: #fff; }

.weather_widget .temp p i {
  font-size: 16px;
  margin: 0 5px 0 0;
  font-style: normal; }

/*--------------------------------
  Right Col Form
--------------------------------*/
.inner .weather_widget {
  height: 280px; }

.inner .weather_widget .temp {
  top: 65px; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Alerts Promotions

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.portlet-boundary_alertsPromotion_WAR_esportlets_ {
  position: relative; }

.portlet-boundary_alertsPromotion_WAR_esportlets_.full-promo {
  position: absolute;
  width: 100%;
  top: 0; }

.alertPromotions {
  margin: 0; }

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

.lt-ie9 .alertPromotions {
  min-height: 550px; }

.lt-ie9 .alertPromoDetails {
  background: url(../images/ie_promo.png) repeat; }

.portlet-boundary_alertsPromotion_WAR_esportlets_ .uni-form {
  background: #fff;
  padding: 20px; }

/*--------------------------------
  Alert Details
--------------------------------*/
/*-----------------
  Promotion Details
------------------*/
.alertPromoDetails {
  padding: 20px;
  width: 47%;
  background: rgba(34, 35, 35, 0.8); }

.alertPromoDetails h1,
.alertPromoDetails h2,
.alertPromoDetails h3 {
  color: #fff;
  font-size: 25px;
  font-family: 'etelka_light_proregular';
  font-weight: bold;
  margin: 0 0 20px 0; }

.alertPromoDetails p {
  color: #fff;
  font-size: 13px;
  line-height: 140%;
  margin: 0 0 30px 0; }

.home_banner .alertPromoDetails .alertPromoText > p:last-of-type {
  margin-bottom: 0; }

.alertPromoDetails .btn, .alertPromoDetails .btn-o {
  font-family: 'etelka_light_proregular';
  font-weight: bold;
  border: 1px solid #fff;
  text-transform: capitalize;
  background: #e1612f;
  color: #fff;
  font-size: 11px;
  padding: 10px 15px;
  line-height: 12px;
  transition: all 500ms; }

.alertPromoDetails .btn i {
  margin-left: 10px; }

.alertPromoDetails .btn-o, .alertPromoDetails .btn-o:visited {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 4px; }

.alertPromoDetails .btn:hover,
.alertPromoDetails .btn:focus,
.alertPromoDetails .btn:active {
  background: #b44f28; }

.alertPromoDetails .btn-o:hover,
.alertPromoDetails .btn-o:active,
.alertPromoDetails .btn-o:focus,
.alertPromoDetails .btn-o:visited:hover,
.alertPromoDetails .btn-o:visited:active,
.alertPromoDetails .btn-o:visited:focus {
  background: #ce5424;
  box-shadow: none;
  color: #fff;
  text-decoration: none; }

.alertPromoText {
  width: 100%; }

.banner_container #promoBar #pausePromo {
  display: none; }

.banner_container #promoBar .promoPages {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 195px;
  z-index: 99; }

.home_banner .alertPromotions #promoBar {
  background: none;
  height: auto;
  border: none;
  z-index: 999;
  opacity: 1;
  width: auto;
  padding: 0;
  bottom: 50px;
  left: 20px; }

.alertPromotions #promoBar {
  background: none;
  height: auto;
  border: none;
  z-index: 999;
  opacity: 1;
  width: auto;
  padding: 0;
  right: 20px;
  bottom: 20px;
  left: auto; }

.alertPromotions #promoBar .promoPages span {
  background: #fff;
  border-radius: 20px;
  text-indent: -999em;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.alertPromotions #promoBar .promoPages span.selected {
  background: #e1612f; }

.alertPromotions #promoBar .promoPages span:hover {
  cursor: pointer; }

.alertPromotions #promoBar .lastPromo,
.alertPromotions #promoBar .nextPromo {
  width: 10px;
  height: 10px; }

.alertPromotions #promoBar .lastPromo {
  background: url(../images/promo_left.png) no-repeat center center;
  margin: 0 10px 0 0; }

.alertPromotions #promoBar .nextPromo {
  background: url(../images/promo_right.png) no-repeat center center;
  margin: 0 0 0 10px; }

.alertPromotions #promoBar #pausePromo {
  display: none; }

/*-----------------
  Inner Promotions
------------------*/
.alertPromoDetails {
  height: 100%; }

/*-----------------
  Home Promotions
------------------*/
.home_banner .alertPromoDetails {
  height: auto; }

/* position the injected wrapping container */
.home_banner .alertPromoContent > .container {
  line-height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-direction: column;
  justify-content: center; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Events / Contacts

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------
  General
--------------------------------*/
.esAlerts fieldset, .esContact fieldset {
  padding: 0;
  border: none; }

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

.esAlerts #alertsDisplayActions, .esContact #alertsDisplayActions {
  display: none; }

.esAlerts .portlet-borderless-container {
  position: static; }

.esAlerts .alertImageThumbnail {
  max-width: 100% !important; }

/*--------------------------------
  Search
--------------------------------*/
.esAlerts .alertsDisplay {
  margin: 0 0 10px 0; }

.esContact .contactsDisplaySearch {
  margin: 0 0 10px 0; }

.esContact .contactsDisplaySearch table {
  width: 90%;
  margin: 0 auto;
  display: table;
  table-layout: fixed; }

.alertsDisplaySearch {
  margin: 30px 0; }

.alertsDisplaySearch table {
  margin: 0 auto; }

/*--------------------------------
  Calendar
--------------------------------*/
.alertsDisplayCalendar {
  float: none;
  margin: 20px 0;
  background: none;
  padding-top: 0; }

.alertsDisplayCalendar .ui-datepicker.ui-datepicker-multi {
  width: 100% !important; }

.alertsDisplayCalendar .ui-datepicker {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: 'Open Sans', sans-serif; }

.alertsDisplayCalendar .ui-datepicker-header {
  padding: 25px 0;
  border-radius: 0;
  border: none;
  font-weight: 400;
  font-size: 12px;
  background: #76a1b6; }

.alertsDisplayCalendar .ui-datepicker-title {
  margin: 0;
  font-size: 13px;
  line-height: 100%;
  color: #fff; }

.alertsDisplayCalendar .ui-datepicker-title span {
  font-size: 16px;
  font-weight: bold;
  font-family: 'etelka_light_proregular'; }

.alertsDisplayCalendar .ui-datepicker table {
  font-size: 13px;
  margin: 0;
  width: 100%; }

.alertsDisplayCalendar .ui-datepicker table thead {
  border: 1px solid #80b1c8; }

.alertsDisplayCalendar .ui-datepicker table tbody {
  border: 1px solid #dfdbd9;
  border-top: none;
  border-left: none;
  border-bottom: none; }

.alertsDisplayCalendar .ui-datepicker th {
  width: 10%;
  padding: 10px 0;
  background: #80b1c8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px; }

.alertsDisplayCalendar .ui-datepicker td {
  padding: 0;
  border-left: 1px solid #dfdbd9;
  border-bottom: 1px solid #dfdbd9; }

.alertsDisplayCalendar .ui-state-default {
  border: none;
  color: #6f6568;
  background: none;
  text-align: center;
  margin: 0;
  font-weight: 500;
  padding: 15px 0;
  font-size: 12px; }

.alertsDisplayCalendar .ui-state-disabled {
  opacity: 1;
  background: none;
  padding: 0; }

.alertsDisplayCalendar .highlight {
  background: none;
  border: none; }

.alertsDisplayCalendar table.ui-datepicker-calendar tbody td.highlight > a {
  border: none;
  font-weight: 700;
  color: #d1521c; }

table.ui-datepicker-calendar tbody td.light-gray > a, table.ui-datepicker-calendar tbody td.light-gray > a:visited, table.ui-datepicker-calendar tbody td.light-gray > a:hover {
  background: none; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  top: 22px;
  transition: background-color 500ms; }

.ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-next.ui-state-hover {
  background-image: none;
  background-color: #99c7dd;
  cursor: pointer;
  border: none; }

.ui-datepicker .ui-datepicker-prev {
  left: 20px; }

.ui-datepicker .ui-datepicker-next {
  right: 20px; }

.ui-datepicker .ui-datepicker-prev.ui-prev-hover {
  left: 20px; }

.ui-datepicker .ui-datepicker-prev.ui-next-hover {
  right: 20px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  position: static;
  margin: 0;
  left: auto;
  top: auto;
  width: 20px;
  height: 20px; }

.alertsDisplayCalendar .ui-datepicker .ui-datepicker-next span {
  background: url(../images/calendar_next.png) no-repeat; }

.alertsDisplayCalendar .ui-datepicker .ui-datepicker-prev span {
  background: url(../images/calendar_prev.png) no-repeat; }

.alertsDisplayCalendar .ui-datepicker-unselectable {
  height: 48px; }

/*General Multi*/
.ui-datepicker-multi .ui-datepicker-group {
  width: 47%;
  margin: 0 10px 20px 10px;
  float: left; }

.ui-datepicker-multi .ui-datepicker-row-break {
  display: none; }

/* 3 Months*/
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 48%;
  margin: 0 20px 30px 0; }

.ui-datepicker-multi-3 .ui-datepicker-group.ui-datepicker-group-middle {
  margin: 0 0 30px 0;
  float: right; }

.ui-datepicker-multi-3 .ui-datepicker-group.ui-datepicker-group-last {
  margin: 0 auto;
  float: none;
  clear: both; }

/* 6 Months*/
.ui-datepicker-multi-6 .ui-datepicker-group {
  width: 47%;
  margin: 0 10px 20px 10px;
  float: left; }

.ui-datepicker-multi-6 .ui-datepicker-group.ui-datepicker-group-middle {
  float: left;
  margin: 0 10px 20px 10px; }

.ui-datepicker-multi-6 .ui-datepicker-group.ui-datepicker-group-last {
  float: left;
  margin: 0 10px 20px 10px;
  clear: none; }

/*--------------------------------
  Map
--------------------------------*/
.alertsDisplayMap {
  margin-bottom: 20px; }

.esAlerts .alertsDisplayMap div#_alertsDisplay_WAR_esportlets_MapContainer,
.esContact #_contactsDisplay_WAR_esportlets_MapContainer {
  width: 100% !important; }

.esAlerts #alertsDisplayMap .mapContainer, .esContact .mapContainer {
  width: 100% !important; }

.contactsDisplayMap, .contactsDisplayMap table {
  width: 100% !important;
  margin: 0; }

/*--------------------------------
  List View
--------------------------------*/
.alertsDisplayList .taglib-search-iterator-page-iterator-bottom,
.alertsDisplayList .alertsDisplayListTitle {
  display: none; }

.alertsDisplayList .results-grid {
  border: none; }

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

.alertsDisplayList .results-row, .alertsDisplayList .results-row.alt {
  background: none; }

.alertsDisplayList .results-row td {
  border: none;
  padding: 0; }

.alertsDisplayList .results-row.alt td {
  background: none;
  border: none; }

.alertsDisplayList .alertContent {
  margin: 0;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #e5e5e5; }

.alertsDisplayList .alertDisplayColLeft {
  background: none;
  min-width: 60px;
  max-width: 60px;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 20px 0 0;
  padding: 0;
  height: 60px; }

.alertsDisplayList .alertImageThumbnail {
  border: none;
  max-width: 100%; }

.alertsDisplayList .alertDisplayColRight {
  margin: 0;
  border-bottom: none;
  padding: 0 0 20px 0;
  width: 89%;
  float: right; }

.alertsDisplayList .alertDisplayColRight img {
  display: none; }

.alertsDisplayList .alertDisplayColRight a {
  color: #80b1c8;
  font-size: 16px;
  font-family: 'etelka_light_proregular';
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin: 0 0 15px 0;
  line-height: 100%; }

.alertContent .alertDisplayCatImg {
  display: none; }

/*--------------------------------
  Contact Display List
--------------------------------*/
.contactsDisplay .alertsDisplayList > input[type="button"] {
  margin-top: 10px; }

/*--------------------------------
  Pop Up
--------------------------------*/
.ui-dialog {
  padding: 0;
  border-radius: none;
  border: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  font-family: 'Open Sans', sans-serif; }

.ui-dialog .ui-dialog-titlebar {
  border-radius: 0;
  border: none;
  background: #76a1b6;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  font-weight: bold;
  font-family: 'etelka_light_proregular'; }

.ui-dialog .ui-dialog-content {
  padding: 20px; }

.alertPopupDetails {
  padding: 0;
  color: #6f6568;
  font-size: 13px;
  margin: 0; }

.alertPopupMap {
  margin-right: 20px; }

.alertPopupDetails .alertPopupText h1:first-child,
.alertPopupDetails .alertPopupText h2:first-child,
.alertPopupDetails .alertPopupText h3:first-child {
  margin-top: 0; }

.contactPopupImagePreview {
  border: 0;
  margin: 0;
  max-width: 250px; }

.qtip-default {
  border: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-width: 0px;
  padding: 20px;
  font-family: 'Open Sans', sans-serif; }

.qtip-content {
  padding: 0; }

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

.qtip ul li {
  margin: 0 0 10px 0; }

.alertDisplayCatImg {
  display: none; }

.qtip ul li a {
  color: #6f6568;
  display: block; }

.qtip ul li a:hover,
.qtip ul li a:active,
.qtip ul li a:focus {
  cursor: pointer;
  text-decoration: underline; }

/*--------------------------------
  Events Left Col
--------------------------------*/
.left_col .esAlerts .alertDisplayColLeft {
  display: none; }

.left_col .alertsDisplayCalendar {
  margin: 0 0 20px 0; }

.left_col .alertsDisplayMap {
  display: none; }

.left_col .esAlerts .alertDisplayColRight {
  float: none;
  margin: 0 20px;
  width: auto; }

.left_col .esAlerts .taglib-search-iterator-page-iterator-bottom,
.left_col .esContact .taglib-search-iterator-page-iterator-bottom {
  padding: 20px; }

.left_col .esAlerts .taglib-page-iterator .search-pages .page-links .next,
.left_col .esContact .taglib-page-iterator .search-pages .page-links .next {
  margin-left: 0; }

/*--------------------------------
  Homepage Events
--------------------------------*/
.home_bottom .portlet-topper {
  background: #372f1e;
  padding: 20px; }

/*Hide*/
.home_bottom .alertsDisplay,
.home_bottom .alertsDisplayCalendar,
.home_bottom .alertSearchButton,
.home_bottom .alertsDisplayMap {
  display: none; }

.home_bottom .alertsDisplayList legend,
.home_bottom .alertsDisplayList .alertsDisplayListTitle,
.home_bottom .alertsDisplayList .results-header,
.home_bottom .alertsDisplayList .lfr-template,
.home_bottom .alertsDisplayList .taglib-search-iterator-page-iterator-bottom {
  display: none; }

/*Structure*/
.home_bottom .inlineLabels .alertSearchButton {
  display: block; }

.home_bottom .taglib-search-iterator {
  width: auto;
  display: block; }

.home_bottom .taglib-search-iterator tbody {
  display: block; }

.home_bottom .alertsDisplayList .results-grid {
  border: none;
  background: none; }

.home_bottom .alertsDisplayList .results-row td {
  border: none; }

.home_bottom .alertContent {
  margin: 0; }

/*Style*/
.home_bottom .alertsDisplayList .alertContent {
  padding: 0;
  border: none; }

.home_bottom .alertsDisplayList .results-row td,
.home_bottom .alertsDisplayList .results-row.alt td {
  padding: 20px;
  background: #fff;
  border: none;
  display: block;
  margin: 20px 0 0 0;
  border: 1px solid transparent;
  transition: border ease .2s; }

.home_bottom .alertsDisplayList .results-row td:hover {
  border: 1px solid #c2c2c2; }

.home_bottom .alertsDisplayList .alertDisplayColLeft {
  margin: 0 20px 0 0;
  padding: 0;
  max-width: 60px;
  min-width: 60px;
  border: none;
  overflow: hidden;
  background: none;
  border-radius: 50px; }

.home_bottom .alertsDisplayList .alertImageThumbnail {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 100%; }

.home_bottom .alertsDisplayList .alertDisplayColRight {
  margin: 0;
  float: right;
  width: 73%;
  border: none;
  padding: 0; }

.home_bottom .alertsDisplayList img.alertDisplayCatImg {
  display: none; }

.home_bottom .alertsDisplayList .alertDisplayColRight a {
  color: #80b1c8;
  font-size: 16px;
  font-family: 'etelka_light_proregular';
  font-weight: bold;
  text-decoration: none;
  line-height: 120%;
  margin-bottom: 15px;
  display: block; }

.home_bottom .alertsDisplayList .alertDisplayColRight a:hover,
.home_bottom .alertsDisplayList .alertDisplayColRight a:focus,
.home_bottom .alertsDisplayList .alertDisplayColRight a:active {
  text-decoration: none;
  color: #e1612f; }

.home_bottom .alertsDisplayList .alertDisplayColRight p {
  margin: 0; }

.home_bottom .alertsDisplayList .alertDisplayColRight a.btn {
  background: none;
  color: #eb6e1f;
  font-size: 13px;
  margin: 15px 0 0 0;
  padding: 0;
  text-transform: none;
  display: inline-block;
  position: relative;
  text-decoration: none; }

.alertDisplayColRight a.btn i:before {
  top: 1px;
  position: absolute; }

.info_box a.btn i:before {
  top: 1px;
  position: relative; }

.home_bottom .alertsDisplayList td a.btn:hover {
  color: #715645;
  box-shadow: none; }

/*ie9 Fixes*/
.lt-ie9 .home_bottom .taglib-search-iterator {
  width: 100% !important;
  margin: 0 !important; }

.lt-ie9 .home_bottom .alertsDisplayList .results-row,
.lt-ie9 .home_bottom .alertsDisplayList .results-row.alt {
  width: 100% !important;
  padding: 0 !important; }

.lt-ie9 .home_bottom .alertsDisplayList .results-row td,
.lt-ie9 .home_bottom .alertsDisplayList .results-row.alt td {
  width: 100%;
  float: left; }

.lt-ie9 .home_bottom .alertsDisplayList .alertDisplayColRight {
  width: 90%; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Web Form

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.web-form-portlet .portlet-topper {
  margin-bottom: 20px; }

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

.web-form-portlet .aui-fieldset-legend {
  color: inherit;
  padding: 0 0 10px;
  font-weight: inherit; }

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

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

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

.inner_l .web-form-portlet .aui-field-content {
  width: 100%; }

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

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

.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;
  clear: both; }

.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; }

/*--------------------------------
  Left Col Form
--------------------------------*/
.left_col .web-form-portlet .portlet-content {
  padding: 20px; }

.left_col .web-form-portlet .portlet-topper {
  margin: 0; }

.left_col .web-form-portlet .aui-field-content {
  width: 100%; }

.left_col
h1, h2, h3, h4, h5 {
  font-family: 'etelka_light_proregular';
  font-weight: bold; }

h1, .h1 {
  font-size: 26px;
  color: #ce5424; }

h2, .h2 {
  font-size: 23px;
  color: #80b1c8; }

h3, .h3 {
  font-size: 20px;
  color: #55413a; }

h4, .h4 {
  font-size: 16px;
  color: #55413a; }

#_alertsDisplay_WAR_esportlets_alertPopup table th,
#_alertsDisplay_WAR_esportlets_alertPopup table {
  border: none; }

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

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

#_alertsDisplay_WAR_esportlets_alertPopup table[border="1"] th,
.journal-content-article table[border="1"] th {
  background: #ce5424;
  color: #fff; }

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

.journal-content-article table.stripe_table td.alttd {
  background-color: #f8f8f8; }

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

.journal-content-article table.no_style th {
  background: none;
  padding: 0;
  color: #6f6568;
  border: none;
  font-weight: 500; }

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

.journal-content-article a {
  text-decoration: underline; }

.journal-content-article a:hover,
.journal-content-article a:focus,
.journal-content-article a:active {
  text-decoration: none; }

.journal-content-article a.btn {
  text-decoration: none; }

/*.portlet-journal-content .portlet-title, .esAlerts   { margin-top: 20px; margin-bottom: 10px;}*/
/*-- Responsive Stackable Tables --*/
.stacktable {
  width: 100%; }

.st-head-row {
  padding: 1em;
  text-align: center; }

.st-head-row.st-head-row-main {
  padding-top: 0; }

.st-key {
  width: 49%;
  text-align: right;
  padding: 1%; }

.st-val {
  width: 49%;
  padding: 1%; }

/*-- Responsive data tables --*/
.stacktable.large-only {
  display: table; }

.stacktable.small-only {
  display: none; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

 DM Tiles

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.dm-tiles .dm-tile-container {
  margin-bottom: 20px; }

.dm-tiles.image-tiles .dm-tile-container {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: center center no-repeat #f3f3f3;
  background-size: cover;
  min-height: 200px; }

.dm-tiles.image-tiles .dm-tile-container h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 7px rgba(17, 17, 17, 0.8);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.dm-tiles.image-tiles .dm-tile-container .dm-overlay {
  background: rgba(17, 17, 17, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease; }

.dm-tiles.image-tiles .dm-tile-container:hover, .dm-tiles.image-tiles .dm-tile-container:active, .dm-tiles.image-tiles .dm-tile-container:focus {
  text-decoration: none; }

.dm-tiles.image-tiles .dm-tile-container:hover h2, .dm-tiles.image-tiles .dm-tile-container:active h2, .dm-tiles.image-tiles .dm-tile-container:focus h2 {
  letter-spacing: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  border-top-color: rgba(255, 255, 255, 0.8);
  text-shadow: none; }

.dm-tiles.image-tiles .dm-tile-container:hover .dm-overlay, .dm-tiles.image-tiles .dm-tile-container:active .dm-overlay, .dm-tiles.image-tiles .dm-tile-container:focus .dm-overlay {
  background: rgba(17, 17, 17, 0.8); }

.dm-tiles.icon-tiles .dm-tile-container {
  text-decoration: none;
  display: block;
  padding: 20px 15px;
  text-align: center;
  border: 2px solid #f3f3f3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.dm-tiles.icon-tiles .dm-tile-container h2 {
  font-size: 19px;
  margin: 15px 0 5px;
  padding: 0;
  color: #55413a;
  line-height: normal;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease; }

.dm-tiles.icon-tiles .dm-tile-container p {
  color: #6f6568;
  font-weight: normal; }

.dm-tiles.icon-tiles .dm-tile-container span {
  color: #e1612f;
  font-weight: bold;
  font-family: 'etelka_light_proregular'; }

.dm-tiles.icon-tiles .dm-tile-container span:hover {
  color: #715645;
  margin: 10px 0 0 0; }

.dm-tiles.icon-tiles .dm-tile-container > i {
  color: #fff;
  font-size: 25px;
  background-color: #80b1c8;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 59px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.dm-tiles.icon-tiles .dm-tile-container:hover, .dm-tiles.icon-tiles .dm-tile-container:active, .dm-tiles.icon-tiles .dm-tile-container:focus {
  border-color: #dfdbd9;
  text-decoration: none; }

.dm-tiles.icon-tiles .dm-tile-container:hover h2, .dm-tiles.icon-tiles .dm-tile-container:active h2, .dm-tiles.icon-tiles .dm-tile-container:focus h2 {
  text-decoration: none;
  color: #111; }

.dm-tiles.icon-tiles .dm-tile-container:hover > i, .dm-tiles.icon-tiles .dm-tile-container:active > i, .dm-tiles.icon-tiles .dm-tile-container:focus > i {
  background-color: #4e9fba;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: 0; }

.dm-tiles .dm-tile-container a {
  font-family: 'etelka_light_proregular';
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  color: #eb6e1f;
  margin: 10px 0 0 0;
  padding: 0;
  text-transform: none;
  transition: all 500ms; }

.dm-tiles .dm-tile-container a:hover, .dm-tiles .dm-tile-container a:focus {
  color: #715645;
  box-shadow: none; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Footer

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
.footer_top {
  background: #fff;
  padding: 20px 0; }

.footer_col h3 {
  color: #80b1c8;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #80b1c8;
  font-family: 'etelka_light_proregular';
  font-weight: bold; }

.footer_col ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 12px; }

.footer_col ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -20px;
  top: -3px;
  color: #80b1c8;
  font-size: 18px; }

.footer_col ul li {
  margin-bottom: 10px; }

.footer_col ul li a {
  color: #6f6568;
  text-decoration: none; }

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

.footer_col_last {
  text-align: center; }

.footer_col_last p {
  color: #554134;
  line-height: 190%;
  font-weight: 500; }

.footer_bottom {
  background: #80b1c8;
  color: #fff;
  padding: 20px 0; }

.footer_bottom p {
  font-size: 12px;
  margin: 0; }

.footer_bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  float: right; }

.footer_bottom ul li {
  float: left;
  margin: 0 10px; }

.footer_bottom ul li a {
  color: #fff; }

/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Media Queries

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------
  Small Desktop
--------------------------------*/
@media (max-width: 1200px) {
  div#main-content {
    margin-top: 82px; }

  /*Header*/
  .dockbar {
    display: none; }

  .rwd_header {
    display: block;
    z-index: 9999;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0; }

  .site_header {
    display: none; }

  .rwd_header h1 {
    float: left; }

  .rwd_header h1.logo a {
    display: block;
    width: 270px;
    height: 60px;
    background: url(../images/rwd_logo.png) no-repeat; }

  .rwd_header .navbar-toggle {
    margin: 12px 0;
    line-height: 100%;
    transition: all 500ms;
    padding: 0;
    float: right;
    border: none;
    border-radius: 0;
    color: #80b1c8;
    font-size: 35px; }

  .rwd_header .navbar-toggle:hover, .rwd_header .navbar-toggle:focus {
    color: #554134;
    background: none; }

  .rwd_nav {
    border-top: 1px solid #d0cac6; }

  .rwd_header_top {
    padding: 10px 0; }

  .rwd_search {
    display: none; }

  .rwd_search .search_box input[type="text"] {
    font-size: 18px;
    width: 95%;
    float: left; }

  .rwd_search .search_box input[type="image"] {
    float: right; }

  .rwd_search .search_box {
    float: none;
    margin: 20px 0;
    overflow: hidden; }

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

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

  button.search_button:hover, button.search_button:focus {
    color: #80b1c8; }

  button.search_button {
    float: right;
    padding: 0;
    background: none;
    font-size: 26px;
    color: #55413a;
    line-height: 100%;
    margin: 15px 30px; }

  ul.header_social {
    margin: 14px 0; }

  ul.header_social li a {
    font-size: 15px; }

  ul.header_social li a i {
    padding: 7px 10px; }

  /*Navigation Break*/
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

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

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

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

  .navbar-nav {
    float: none !important;
    margin: 0; }

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

  .navbar-nav > li > a {
    padding: 15px 20px; }

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

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

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

  .navbar-nav > li.selected > a {
    background: none; }

  .navbar-nav .open .dropdown-menu {
    background-color: #80b1c8; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: none !important; }

  .navbar-nav .open .dropdown-menu > li > a i {
    display: none; }

  /*Home*/
  .home_banner .alertPromoContent {
    background-size: cover !important; }

  .home_bottom .alertsDisplayList .alertDisplayColRight {
    width: 67%; }

  .quicklinks ul li a i {
    display: none; }

  /*Portlet*/
  .alertsDisplayList .alertDisplayColRight {
    width: 86%; } }
@media (min-width: 993px) {
  .left_col .portlet-boundary {
    display: block !important; }

  .tablet_banner {
    display: none; } }
/*--------------------------------
  Tablet
--------------------------------*/
@media (max-width: 993px) {
  /*Homepage*/
  .home_top_bg {
    display: none; }

  .home_banner {
    padding: 20px 0px 20px 20px; }

  .home_banner .portlet-column-content {
    margin-right: 0; }

  .home_banner .alertPromotions {
    height: 400px !important; }

  .home_banner .alertPromoContent {
    background-size: cover !important; }

  .home_banner .full-promo {
    position: relative; }

  .home_banner .home_quick {
    padding-left: 0;
    padding-right: 0; }

  .home_boxes {
    margin: 0; }

  .home_boxes .info_box {
    margin-bottom: 20px; }

  .home_boxes .table_no_margin .info_box {
    margin: 0; }

  .home_bottom {
    margin-top: 20px; }

  .home_bottom .alertsDisplayList .alertContent {
    text-align: center; }

  .home_bottom .alertsDisplayList .alertDisplayColLeft {
    margin: 0 auto 20px auto;
    float: none;
    padding: 0; }

  .home_bottom .alertsDisplayList .alertDisplayColRight {
    width: auto;
    float: none; }

  .quicklinks {
    margin: 0; }

  /* weather widget */
  .home .weather_widget {
    display: none; }

  /*Alerts Promo*/
  .home_banner .alertPromoDetails {
    margin: auto;
    width: 50%; }

  /*Inner Page*/
  .left_col .portlet-boundary {
    display: none; }

  .page_menu_button {
    display: block; }

  .left_col .portlet-topper {
    display: none; }

  .tablet_banner {
    width: 100%;
    background: url(../images/inner_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center !important; }

  .tablet_banner .breadcrumb_container {
    margin-top: 100px; }

  .inner_content .breadcrumb_container {
    display: none; }

  .inner_banner {
    display: none; }

  .inner_content {
    margin-top: 0;
    padding-top: 20px; }

  /*Events popup*/
  .ui-dialog {
    width: 100% !important;
    left: 0 !important; }

  #_alertsDisplay_WAR_esportlets_alertPopup table,
  #_contactsDisplay_WAR_esportlets_contactPopup table {
    width: 100%; }

  #_alertsDisplay_WAR_esportlets_alertPopup table tr td,
  #_contactsDisplay_WAR_esportlets_contactPopup table tr td {
    display: block;
    width: 100%; }

  #_alertsDisplay_WAR_esportlets_alertPopup .alertPopupMap,
  #_contactsDisplay_WAR_esportlets_contactPopup .contactPopupMap {
    width: 100%;
    padding: 0; }

  #_alertsDisplay_WAR_esportlets_alertPopup .alertPopupMap .gm-style div[style="overflow: hidden; width: 300px; height: 300px;"],
  #_contactsDisplay_WAR_esportlets_contactPopup .contactPopupMap .gm-style div[style="overflow: hidden; width: 300px; height: 300px;"] {
    width: 100%; }

  #_alertsDisplay_WAR_esportlets_alertPopup .alertPopupMap .gm-style div img[style="width: 300px; height: 300px;"],
  #_contactsDisplay_WAR_esportlets_contactPopup .contactPopupMap .gm-style div img[style="width: 300px; height: 300px;"] {
    width: auto;
    max-width: 100%; }

  #_alertsDisplay_WAR_esportlets_alertPopup .alertPopupDetails,
  #_contactsDisplay_WAR_esportlets_contactPopup .contactPopupDetails {
    width: auto; }

  #_contactsDisplay_WAR_esportlets_contactPopup .contactPopupDetails {
    padding: 10px 0; }

  #_alertsDisplay_WAR_esportlets_alertPopup .alertPopupDetails .alertPopupText,
  #_alertsDisplay_WAR_esportlets_alertPopup .alertPopupDetails .alertPopupLabel,
  #_contactsDisplay_WAR_esportlets_contactPopup .contactPopupDetails .contactPopupText,
  #_contactsDisplay_WAR_esportlets_contactPopup .contactPopupDetails .contactPopupLabel {
    width: 100%; }

  #_alertsDisplay_WAR_esportlets_alertPopup .alertPopupDetails .alertPopupImagePreview,
  #_contactsDisplay_WAR_esportlets_contactPopup .contactPopupDetails .contactPopupImagePreview {
    display: none; }

  .ui-widget-overlay {
    width: 100% !important; }

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

  .footer_bottom ul {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center; }

  .footer_bottom ul li {
    float: none;
    display: inline-block; } }
/*--------------------------------
  Mobile
--------------------------------*/
@media (max-width: 767px) {
  /*--responsive tables--*/
  .stacktable.large-only {
    display: none; }

  .stacktable.small-only {
    display: table; }

  .responsive-table th.st-head-row.st-head-row-main {
    display: none; }

  .st-head-row {
    background: #d1521c;
    color: #fff; }

  .tablet_banner {
    display: none; }

  .rwd_header {
    position: static;
    top: 0; }

  div#main-content {
    margin-top: 0; }

  .inner_content {
    margin-top: 0;
    padding: 10px 0 0 0; }

  .row.portlet-layout {
    margin: 0; }

  .rwd_header h1.logo a {
    width: 185px;
    height: 41px;
    background: url(../images/mobile_logo.png) no-repeat; }

  .rwd_header h1.logo {
    margin: 5px 10px; }

  ul.header_social li a i {
    padding: 3px 6px; }

  button.search_button {
    margin: 15px 20px;
    font-size: 20px; }

  .rwd_header .navbar-toggle {
    margin: 12px 10px 12px 0;
    font-size: 25px; }

  /* Home */
  .home_banner {
    padding: 10px 10px 10px 10px; }

  .home_banner .alertPromotions {
    height: 230px !important; }

  .home_content {
    padding-left: 0;
    padding-right: 0; }

  .home_boxes {
    margin-top: 10px; }

  .home_boxes .info_box {
    margin-bottom: 10px; }

  .home_bottom {
    margin-top: 10px; }

  .home_bottom .portlet-content {
    display: none; }

  .home_bottom h1 i {
    position: absolute;
    right: 20px; }

  /*Inner Page Title*/
  .right_col .portlet-topper .portlet-title {
    margin-right: 0px; }

  /*Alerts Promo*/
  .alertPromoDetails {
    width: 100% !important;
    text-align: center; }

  .alertPromoDetails h1, .alertPromoDetails h2, .alertPromoDetails h3 {
    font-size: 20px; }

  .home_banner .alertPromoDetails p {
    text-indent: -999em;
    line-height: 0;
    margin: 0; }

  .alertPromoDetails .btn {
    text-indent: 0;
    display: block;
    margin: 0 auto;
    width: 60%; }

  .alertPromotions #promoBar {
    width: 100%;
    display: block;
    left: auto;
    right: auto;
    bottom: 10px !important;
    text-align: center; }

  .alertPromotions #promoBar * {
    float: none;
    display: inline-block; }

  /*Events*/
  .alertsDisplayList .alertDisplayColRight {
    width: 100%; }

  .alertsDisplayList .alertDisplayColLeft {
    display: none; }

  /*Asset Publisher*/
  .portlet-asset-publisher div.asset-small-image {
    display: none; }

  .portlet-asset-publisher .asset-title,
  .portlet-asset-publisher .asset-content {
    margin-left: 0; }

  /*Footer*/
  #main-content {
    padding: 0 0 10px 0; } }
/*--------------------------------
  Form Media Queries
--------------------------------*/
@media (max-width: 560px) {
  .web-form-portlet .aui-field-content {
    float: none;
    width: 100%; } }
/*--------------------------------
  Responsive Tables
--------------------------------*/
@media only screen and (max-width: 640px) {
  .journal-content-article table.m1col {
    display: block; }

  .journal-content-article table.m1col td {
    display: block;
    width: 100% !important; }

  .journal-content-article table.m1col tbody,
  .journal-content-article table.m1col tr {
    display: block; }

  .journal-content-article table.m1col td,
  .portlet-body table.m1col td {
    display: block;
    width: auto !important; }

  #main-content table.m1col[border="1"] tr td {
    border-left: 0;
    border-right: 1px solid #ccc; }

  .journal-content-article table {
    width: 100% !important; }

  .journal-content-article img {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important; } }
@media only screen and (max-width: 500px) and (min-width: 299px) {
  .tabbed-portlet_content img {
    float: none !important;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0; }

  .journal-content-article table.m1col tbody {
    display: block; }

  .journal-content-article table.m1col td {
    display: block;
    width: 100% !important; } }

