@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  /*border-collapse: collapse;
	border-spacing: 0;*/
  border-spacing: 0; }
  table td {
    padding: 0; }

a {
  text-decoration: none;
  color: inherit; }

html, #form, body {
  height: 100%; }

body {
  color: white;
  display: block !important; }
  body input {
    font-family: inherit; }

b {
  font-weight: bold; }

h1 {
  font-size: 2em;
  font-weight: bold; }

h2 {
  font-size: 1.0em;
  font-weight: bold; }

img {
  max-width: 100%; }

icon {
  display: inline-block;
  margin-right: 5px; }

icon + h3 {
  display: inline-block;
  font-weight: bold; }

#siteWrap {
  position: relative;
  text-align: center;
  min-height: 100%; }
  @media only screen and (max-width: 959px) {
    #siteWrap {
      padding-bottom: 0; } }

.tmpToolTip {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  font-size: 12px;
  display: inline-block;
  max-width: 150px;
  width: 150px;
  text-align: center; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input:focus {
  outline: none; }

input[type='submit'] {
  cursor: pointer; }

.module-no-border {
  display: none; }

.container-12 {
  margin: 0 auto;
  width: 1200px;
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
  align-content: flex-start;
  align-items: start;
  max-width: 100%; }
  @media only screen and (max-width: 1199px) {
    .container-12 {
      width: 100%; } }
  @media only screen and (max-width: 959px) {
    .container-12 {
      grid-template-columns: 1fr;
      width: 100%;
      grid-column-gap: 0 !important; } }
  .container-12 .gridrow {
    grid-column: span 12;
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    align-content: space-around;
    align-content: flex-start;
    align-items: start; }
    @media only screen and (max-width: 959px) {
      .container-12 .gridrow {
        grid-template-columns: 1fr;
        grid-column: span 1; } }
  .container-12 .contentGrid-content {
    grid-column: span 8;
    display: grid !important;
    grid-template-columns: repeat(8, 1fr);
    align-content: flex-start;
    align-items: start; }
    .container-12 .contentGrid-content.fullWidth {
      grid-template-columns: repeat(12, 1fr);
      grid-column: span 12; }
      @media only screen and (max-width: 959px) {
        .container-12 .contentGrid-content.fullWidth {
          grid-template-columns: 1fr;
          grid-column: span 1; } }
    @media only screen and (max-width: 959px) {
      .container-12 .contentGrid-content {
        grid-template-columns: 1fr;
        grid-column: span 1; } }
    .container-12 .contentGrid-content .grid- {
      grid-column: span 8; }
      @media only screen and (max-width: 959px) {
        .container-12 .contentGrid-content .grid- {
          grid-column: span 1 !important; } }
  .container-12 .contentGrid-right {
    grid-column: span 4;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    align-content: flex-start;
    align-items: start; }
    @media only screen and (max-width: 959px) {
      .container-12 .contentGrid-right {
        grid-template-columns: 1fr;
        grid-column: span 1; } }
    .container-12 .contentGrid-right .grid- {
      grid-column: span 4; }
      @media only screen and (max-width: 959px) {
        .container-12 .contentGrid-right .grid- {
          grid-column: span 1 !important; } }
  .container-12 .contentGrid-bottom {
    grid-column: span 12;
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    align-content: flex-start;
    align-items: start; }
    @media only screen and (max-width: 959px) {
      .container-12 .contentGrid-bottom {
        grid-template-columns: 1fr;
        grid-column: 1; } }
    .container-12 .contentGrid-bottom .grid- {
      grid-column: span 12; }
      @media only screen and (max-width: 959px) {
        .container-12 .contentGrid-bottom .grid- {
          grid-column: span 1 !important; } }
  .container-12 .col-12 {
    grid-column: span 12;
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    align-content: flex-start;
    align-items: start; }
    @media only screen and (max-width: 959px) {
      .container-12 .col-12 {
        grid-template-columns: 1fr !important;
        grid-column: span 1 !important; } }
    .container-12 .col-12 [class*="grid-"] {
      grid-column: span 12; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-12 [class*="grid-"] {
          grid-column: span 1 !important; } }
    .container-12 .col-12 .grid- {
      grid-column: span 12; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-12 .grid- {
          grid-column: span 1 !important; } }
  .container-12 .col-8 {
    grid-column: span 8;
    display: grid !important;
    grid-template-columns: repeat(8, 1fr);
    align-content: flex-start;
    align-items: start; }
    @media only screen and (max-width: 959px) {
      .container-12 .col-8 {
        grid-template-columns: 1fr !important;
        grid-column: span 1 !important; } }
    .container-12 .col-8 [class*="grid-"] {
      grid-column: span 8; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-8 [class*="grid-"] {
          grid-column: span 1 !important; } }
    .container-12 .col-8 .grid- {
      grid-column: span 8; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-8 .grid- {
          grid-column: span 1 !important; } }
  .container-12 .col-6 {
    grid-column: span 6;
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    align-content: flex-start;
    align-items: start; }
    @media only screen and (max-width: 959px) {
      .container-12 .col-6 {
        grid-template-columns: 1fr !important;
        grid-column: span 1 !important; } }
    .container-12 .col-6 [class*="grid-"] {
      grid-column: span 6; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-6 [class*="grid-"] {
          grid-column: span 1 !important; } }
    .container-12 .col-6 .grid- {
      grid-column: span 6; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-6 .grid- {
          grid-column: span 1 !important; } }
  .container-12 .col-4 {
    grid-column: span 4;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    align-content: flex-start;
    align-items: start; }
    @media only screen and (max-width: 959px) {
      .container-12 .col-4 {
        grid-template-columns: 1fr !important;
        grid-column: span 1 !important; } }
    .container-12 .col-4 [class*="grid-"] {
      grid-column: span 4; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-4 [class*="grid-"] {
          grid-column: span 1 !important; } }
    .container-12 .col-4 .grid- {
      grid-column: span 4; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-4 .grid- {
          grid-column: span 1 !important; } }
  .container-12 .col-3 {
    grid-column: span 3;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    align-content: flex-start;
    align-items: start; }
    @media only screen and (max-width: 959px) {
      .container-12 .col-3 {
        grid-template-columns: 1fr !important;
        grid-column: span 1 !important; } }
    .container-12 .col-3 [class*="grid-"] {
      grid-column: span 3; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-3 [class*="grid-"] {
          grid-column: span 1 !important; } }
    .container-12 .col-3 .grid- {
      grid-column: span 3; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-3 .grid- {
          grid-column: span 1 !important; } }
  .container-12 .col-2 {
    grid-column: span 2;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    align-content: flex-start;
    align-items: start; }
    @media only screen and (max-width: 959px) {
      .container-12 .col-2 {
        grid-template-columns: 1fr !important;
        grid-column: span 1 !important; } }
    .container-12 .col-2 [class*="grid-"] {
      grid-column: span 2; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-2 [class*="grid-"] {
          grid-column: span 1 !important; } }
    .container-12 .col-2 .grid- {
      grid-column: span 2; }
      @media only screen and (max-width: 959px) {
        .container-12 .col-2 .grid- {
          grid-column: span 1 !important; } }
  .container-12 .grid-12 {
    grid-column: span 12; }
    @media only screen and (max-width: 959px) {
      .container-12 .grid-12 {
        grid-column: span 1 !important; } }
  .container-12 .grid-8 {
    grid-column: span 8; }
    @media only screen and (max-width: 959px) {
      .container-12 .grid-8 {
        grid-column: span 1 !important; } }
  .container-12 .grid-6 {
    grid-column: span 6; }
    @media only screen and (max-width: 959px) {
      .container-12 .grid-6 {
        grid-column: span 1 !important; } }
  .container-12 .grid-4 {
    grid-column: span 4; }
    @media only screen and (max-width: 959px) {
      .container-12 .grid-4 {
        grid-column: span 1 !important; } }
  .container-12 .grid-3 {
    grid-column: span 3; }
    @media only screen and (max-width: 959px) {
      .container-12 .grid-3 {
        grid-column: span 1 !important; } }
  .container-12 .grid-2 {
    grid-column: span 2; }
    @media only screen and (max-width: 959px) {
      .container-12 .grid-2 {
        grid-column: span 1 !important; } }
  .container-12 .grid-1 {
    grid-column: span 1; }
    @media only screen and (max-width: 959px) {
      .container-12 .grid-1 {
        grid-column: span 1 !important; } }

.width100 {
  width: 100% !important; }

.centerText {
  text-align: center; }

.fitPagePadding {
  padding-left: 5px;
  padding-right: 5px; }
  @media only screen and (max-width: 959px) {
    .fitPagePadding {
      padding: 0; } }

.topPadding {
  padding-top: 20px; }

.breadcrumbWrap {
  text-align: left;
  margin-top: 5px;
  margin-bottom: -5px;
  font-size: 12px; }
  @media only screen and (max-width: 959px) {
    .breadcrumbWrap {
      display: none; } }
  .breadcrumbWrap ul {
    list-style: none;
    display: inline-table;
    padding: 0;
    margin: 0;
    margin-bottom: 10px; }
    .breadcrumbWrap ul li {
      display: inline;
      display: inline-block;
      list-style-type: none; }
      .breadcrumbWrap ul li:last-child a {
        padding-right: 10px; }
      .breadcrumbWrap ul li a {
        display: block;
        float: left;
        height: 12px;
        text-align: center;
        padding: 5px 5px 5px 5px;
        position: relative;
        margin: 0 10px 0 0;
        font-size: 12px;
        text-decoration: none;
        border-radius: 5px 0 0 5px; }
        .breadcrumbWrap ul li a:after {
          content: "";
          border-top: 11px solid transparent;
          border-bottom: 11px solid transparent;
          border-left: 10px solid;
          position: absolute;
          right: -10px;
          top: 0;
          z-index: 1; }

#content {
  text-align: left;
  color: black;
  min-height: 500px;
  max-width: 100%; }
  @media only screen and (max-width: 959px) {
    #content {
      height: auto; } }

#footerWrap {
  display: inline-block; }
  @media only screen and (max-width: 959px) {
    #footerWrap {
      display: inline-block;
      height: auto;
      position: relative;
      padding-left: 0;
      padding-right: 0; } }
  #footerWrap #footer {
    text-align: center;
    display: inline-block; }
    @media only screen and (max-width: 959px) {
      #footerWrap #footer {
        height: auto;
        display: inline-block;
        padding-bottom: 20px;
        margin-bottom: -3px; } }
    #footerWrap #footer .theme_quickLinks ul, #footerWrap #footer .theme_quickLinks ol {
      margin: 30px 0;
      list-style: none; }
    #footerWrap #footer .theme_quickLinks li {
      font-size: 14px;
      line-height: 20px; }
    #footerWrap #footer div {
      /*display: inline-block;
            vertical-align: top;*/
      align-items: center; }
      @media only screen and (max-width: 959px) {
        #footerWrap #footer div {
          width: 100%; } }
    #footerWrap #footer .theme_footerContactInfo {
      text-align: center;
      line-height: 120%;
      margin: 30px 0; }
      #footerWrap #footer .theme_footerContactInfo .footerLogo {
        height: 100px;
        margin-bottom: 10px; }

#headerWrap {
  z-index: 400;
  margin: 0 auto;
  grid-template-columns: 1fr; }
  @media only screen and (max-width: 959px) {
    #headerWrap {
      display: inline-block;
      height: auto;
      display: block;
      padding-left: 0;
      padding-right: 0; } }
  #headerWrap #header {
    position: relative; }
    #headerWrap #header #logoHolder {
      grid-column: span 12; }
      #headerWrap #header #logoHolder img {
        display: inline-block;
        max-height: 200px;
        vertical-align: middle; }

.theme_headerControls_wrap {
  position: absolute;
  top: 4px;
  right: 15px;
  border-top: 0;
  padding: 5px;
  z-index: 5; }
  .theme_headerControls_wrap div {
    display: inline-flex;
    vertical-align: top; }
  @media only screen and (max-width: 959px) {
    .theme_headerControls_wrap {
      position: relative;
      text-align: center;
      top: auto;
      right: auto; }
      .theme_headerControls_wrap .theme_socialLinks_wrap {
        display: none; } }

.navWrap {
  vertical-align: top;
  display: inline-block;
  grid-column: span 12;
  grid-template-columns: 1fr; }
  @media only screen and (max-width: 959px) {
    .navWrap {
      display: none !important; } }
  .navWrap.centered .topNavigation > .grid-12 {
    text-align: center; }
  .navWrap .topNavigation.centered > .grid-12 {
    text-align: center; }
  .navWrap .topNavigation > .grid-12 {
    text-align: left; }
  .navWrap .topNavigation .topNavigationUl li {
    /*font-size: 14px;
                text-transform: none;*/ }
  .navWrap .topNavigation .currentMark {
    height: 15px;
    width: 15px;
    margin: 0 auto;
    margin-top: -3px;
    border-radius: 50px; }

.topNavigationMobile {
  display: none; }

.topNavigationMobile_menu {
  display: none; }

.widthSet .theme_BigMenu_wrap > .container-12 {
  width: 100%; }

.theme_BigMenu_wrap {
  position: absolute;
  width: 100%;
  min-height: 200px;
  display: none;
  z-index: 12;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.theme_BigMenu_subUl {
  display: inline-block;
  border: 1px solid #3c3c3c;
  padding: 10px;
  float: left;
  margin-top: 10px; }
  .theme_BigMenu_subUl li {
    position: relative;
    text-align: left;
    width: 180px;
    min-height: 25px;
    line-height: 25px; }
    .theme_BigMenu_subUl li:hover {
      background-color: #c2c2c2; }
      .theme_BigMenu_subUl li:hover ul {
        display: inline-block; }
    .theme_BigMenu_subUl li ul {
      /*display: none;*/
      position: absolute;
      right: -220px;
      top: 0; }

.theme_BigMenu_MenuItem {
  position: relative;
  text-align: left;
  width: 180px;
  min-height: 25px;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: width 400ms ease-in;
  -moz-transition: width 400ms ease-in;
  -ms-transition: width 400ms ease-in;
  -o-transition: width 400ms ease-in;
  transition: width 400ms ease-in;
  padding-left: 5px; }
  .theme_BigMenu_MenuItem.hasChildren {
    background-image: url("/themes/vanilla/images/icon_goto.png");
    background-size: 15px 15px;
    background-position: center right;
    background-repeat: no-repeat; }
  .theme_BigMenu_MenuItem a {
    height: 25px;
    width: 85%;
    line-height: 25px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle; }
  .theme_BigMenu_MenuItem:hover {
    background-color: #c2c2c2; }
  .theme_BigMenu_MenuItem.active {
    background-color: #4c4c4c; }

.theme_BigMenu_ItemContainer {
  float: left;
  display: inline-block; }

.widthSet .theme_BigMenu_ItemContainer {
  /*width: calc(100% - 10px);*/ }

.theme_BigMenu_SubItemContainer {
  float: left;
  display: inline-block;
  border-right: 1px solid white;
  width: 190px;
  -webkit-transition: width 400ms ease-in;
  -moz-transition: width 400ms ease-in;
  -ms-transition: width 400ms ease-in;
  -o-transition: width 400ms ease-in;
  transition: width 400ms ease-in;
  position: relative;
  min-height: 200px; }
  .theme_BigMenu_SubItemContainer.cascaded {
    width: 100px;
    overflow: hidden;
    padding-right: 30px; }
    .theme_BigMenu_SubItemContainer.cascaded .backButton {
      display: inline-block;
      background-color: #333;
      -webkit-box-shadow: -3px 0px 4px 0px rgba(50, 50, 50, 0.26);
      -moz-box-shadow: -3px 0px 4px 0px rgba(50, 50, 50, 0.26);
      box-shadow: -3px 0px 4px 0px rgba(50, 50, 50, 0.26);
      z-index: 100; }
    .theme_BigMenu_SubItemContainer.cascaded .theme_BigMenu_MenuItem {
      width: auto;
      overflow: hidden; }
      .theme_BigMenu_SubItemContainer.cascaded .theme_BigMenu_MenuItem.hasChildren {
        background-image: none; }
  .theme_BigMenu_SubItemContainer .backButton {
    height: 100%;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    background-image: url("/themes/vanilla/images/icon_goto_back.png");
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }

.topNavSlideToggle {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1001;
  cursor: pointer;
  display: none;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50%;
  height: 40px;
  padding-top: 15px;
  padding-left: 15px;
  width: 40px;
  font-size: 20px; }
  .topNavSlideToggle:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .topNavSlideToggle.mobileOut {
    /*box-shadow: 0 14px 28px rgba(0,0,0,0.0), 0 10px 10px rgba(0,0,0,0.0);*/
    background-color: transparent !important; }
  .topNavSlideToggle span {
    font-size: 24px !important;
    display: none;
    vertical-align: middle; }
  .topNavSlideToggle icon {
    vertical-align: middle; }
  .topNavSlideToggle icon:nth-child(even) {
    display: inline-block; }

.topNavSlide {
  display: none;
  height: 100%;
  width: 250px;
  margin-right: -250px;
  position: fixed;
  -webkit-box-shadow: inset -15px -5px 24px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -15px -5px 24px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset -15px -5px 24px -8px rgba(0, 0, 0, 0.75);
  overflow-x: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 20px; }
  .topNavSlide .backButton_wrap {
    top: 70px !important;
    z-index: 100;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    padding-left: 5px;
    font-size: 22px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.topNavSlideBox {
  width: 500px; }

@media only screen and (max-width: 1024px) {
  .topNavSlideToggle {
    left: unset;
    right: 10px; }
  .mobileOut.topNavSlideToggle {
    text-align: left; } }

.navSlideUl {
  padding-top: 75px;
  display: inline-block;
  display: none;
  float: left; }
  .navSlideUl.level_1 {
    display: inline-block; }

#bbSpan {
  font-size: 12px;
  vertical-align: 3px;
  font-weight: bold; }

.navSlideLi {
  width: 250px;
  /*height: 35px;*/
  border-bottom: 1px solid #c2c2c2;
  position: relative;
  line-height: 35px; }
  .navSlideLi:last-child {
    border: 0; }
  .navSlideLi a {
    width: 75%;
    height: 100%;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%; }
    .navSlideLi a.noLink {
      cursor: context-menu !important; }

.navSlide_next {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  width: 60px;
  cursor: pointer;
  display: none;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px; }
  .navSlide_next.beShown {
    display: inline-block; }
  .navSlide_next:hover {
    opacity: 0.7; }

.navSlideLi icon {
  /*position: absolute;
  right: 10px;
  top:10px;*/ }

.currentMark {
  display: none; }

.standardNav.topNavigation {
  /*height: 25px;*/ }
  .standardNav.topNavigation ul {
    padding: 0;
    margin: 0;
    /*float: left;*/ }
  .standardNav.topNavigation li {
    display: inline-block;
    list-style-type: none;
    padding: 0 10px 0 10px;
    margin: 0;
    text-transform: uppercase;
    line-height: 25px; }
    .standardNav.topNavigation li:last-child {
      border-right: 0; }

.standardNav .currentMark {
  height: 5px;
  width: 12px;
  margin: 0 auto;
  margin-top: -5px; }

.standardNav.topNavigation li.current .currentMark {
  background: rgba(0, 0, 0, 0.4); }

.standardNav.topNavigation a {
  color: inherit;
  text-decoration: none; }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .standardNav.topNavigation li {
    font-size: 12px; } }

/********************************
            MegaMenu
********************************/
.megaNav.topNavigation ul {
  padding: 0;
  margin: 0; }

.megaNav.topNavigation li {
  display: inline-block;
  list-style-type: none;
  padding: 0 10px 0 10px;
  margin: 0;
  line-height: 25px; }
  .megaNav.topNavigation li:last-child {
    border-right: 0; }

.megaNav.topNavigation li.current .currentMark {
  background: rgba(0, 0, 0, 0.4); }

.megaNav.topNavigation a {
  color: inherit;
  text-decoration: none; }

.megaNav .currentMark {
  height: 5px;
  width: 12px;
  margin: 0 auto;
  margin-top: -5px; }

.theme_MegaMenu_wrap {
  position: absolute;
  width: 100%;
  min-height: 200px;
  display: none;
  z-index: 21; }

.theme_MegaMenu_MenuItem {
  position: relative;
  text-align: left;
  width: 180px;
  min-height: 25px;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: width 400ms ease-in;
  -moz-transition: width 400ms ease-in;
  -ms-transition: width 400ms ease-in;
  -o-transition: width 400ms ease-in;
  transition: width 400ms ease-in;
  padding-left: 5px; }

.theme_MegaMenu_ItemContainer {
  display: inline-block;
  text-align: left;
  padding: 15px;
  min-height: 200px; }
  .theme_MegaMenu_ItemContainer ul {
    list-style: none;
    margin-bottom: 20px;
    -moz-transition: all ease-in;
    -o-transition: all ease-in;
    -webkit-transition: all ease-in;
    transition: all ease-in;
    vertical-align: top; }
  .theme_MegaMenu_ItemContainer li {
    -moz-transition: all ease-in;
    -o-transition: all ease-in;
    -webkit-transition: all ease-in;
    transition: all ease-in;
    vertical-align: top; }
  .theme_MegaMenu_ItemContainer li.level_2 {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px; }
    .theme_MegaMenu_ItemContainer li.level_2 > a {
      font-weight: bold;
      padding: 5px; }
    .theme_MegaMenu_ItemContainer li.level_2 > span {
      font-weight: bold;
      padding: 5px; }
  .theme_MegaMenu_ItemContainer li.level_3 {
    position: relative; }
    .theme_MegaMenu_ItemContainer li.level_3 > a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 5px; }
    .theme_MegaMenu_ItemContainer li.level_3 > span {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 5px; }
    .theme_MegaMenu_ItemContainer li.level_3:hover ul {
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 100000; }
  .theme_MegaMenu_ItemContainer ul.level_3 {
    margin-top: 10px; }
  .theme_MegaMenu_ItemContainer ul.level_sublevel {
    display: none;
    padding-left: 15px; }
    .theme_MegaMenu_ItemContainer ul.level_sublevel:after {
      left: 1px;
      top: 13px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-right-color: #fff;
      border-width: 7px;
      margin-top: -10px; }
  .theme_MegaMenu_ItemContainer li.level_sublevel {
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
    position: relative;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.44);
    -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.44);
    box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.44); }
  .theme_MegaMenu_ItemContainer icon {
    margin-left: 10px; }
  .theme_MegaMenu_ItemContainer li.sublevel:hover ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 100000; }

.widthSet .theme_MegaMenu_wrap {
  left: 0;
  float: none; }

.widthSet .theme_MegaMenu_ItemContainer {
  padding-right: 0; }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .megaNav.topNavigation li {
    font-size: 12px; } }

.activityCalendar .fc-type {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 10px; }

.activityCalendar .fc-description {
  display: none; }

.activityCalendar .descriptionPlaceholder {
  font-size: 11px;
  display: block;
  margin-top: 5px; }

.activityCalendar .fc-listMonth-view .fc-description {
  font-size: 11px;
  display: block;
  margin-top: 5px;
  display: none; }

.activityCalendar .fc-venue {
  display: none; }

.activityCalendar .infowrap {
  display: inline-block;
  width: 100%;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3); }
  .activityCalendar .infowrap > span {
    display: inline-block;
    vertical-align: middle; }

.activityCalendar .titlewrap {
  padding: 5px; }

.activityCalendar .fc-unthemed td.fc-today.fc-day-top {
  background-color: transparent; }

.activityCalendar .close-btn {
  display: none; }

.activityCalendar .theme_contentWrap {
  position: relative; }

.activityCalendar .fc-toolbar h2 {
  padding: 10px;
  border-radius: 10px; }

.activityCalendar .fc-button {
  border-radius: 0;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  width: 50px;
  line-height: 1px;
  border: 0;
  height: 32px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 300;
  border-radius: 5px; }
  .activityCalendar .fc-button.fc-state-active {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5); }

.activityCalendar .fc-widget-header {
  background-color: #fff !important;
  color: #222 !important;
  padding: 3px 0; }

.activityCalendar .fc-day-number {
  background-color: #fff !important;
  color: #222 !important; }

.activityCalendar .fc-event {
  border-radius: 10px; }

.calendarPopup {
  display: none;
  position: absolute;
  z-index: 500;
  width: 88%;
  max-width: 600px;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-50%); }
  .calendarPopup .fc-type {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 10px; }
  .calendarPopup .descriptionPlaceholder {
    display: none; }
  .calendarPopup .fc-description {
    font-size: 11px;
    display: block;
    margin-top: 5px;
    display: block;
    font-size: 14px; }
  .calendarPopup .fc-venue {
    font-size: 9px;
    display: block;
    margin-top: 5px; }
  .calendarPopup .infowrap {
    display: inline-block;
    width: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.3); }
    .calendarPopup .infowrap > span {
      display: inline-block;
      vertical-align: middle; }
  .calendarPopup .titlewrap {
    padding: 5px; }
  .calendarPopup .signupurl {
    font-weight: bold;
    margin: 5px 0; }
  .calendarPopup .url {
    font-weight: bold;
    margin: 5px 0; }
  .calendarPopup .close-btn {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 10;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    cursor: pointer;
    transition: 200ms ease all;
    color: #1d1d1d; }
    .calendarPopup .close-btn:hover {
      transform: scale(1.1); }
  .calendarPopup .fc-event {
    border: 10px solid #fff; }
  .calendarPopup .fc-day-grid-event {
    cursor: default; }

.fc-other-month {
  background-color: #f2f2f2; }

.fc-toolbar .fc-right {
  display: block;
  float: left;
  margin-top: 10px;
  width: 100%; }
  .fc-toolbar .fc-right .fc-button-group {
    float: left;
    margin-left: 0; }
  .fc-toolbar .fc-right > button {
    float: left;
    margin-left: 0; }

@media only screen and (max-width: 959px) {
  .theme_ClubFixtures {
    font-size: 10px !important; } }

.theme_ClubFixtures .theme_ClubFixtures_content > table {
  width: 100%;
  border-collapse: collapse; }
  .theme_ClubFixtures .theme_ClubFixtures_content > table td {
    width: 20%; }
    @media only screen and (max-width: 959px) {
      .theme_ClubFixtures .theme_ClubFixtures_content > table td {
        padding: 5px;
        height: auto !important; } }
  .theme_ClubFixtures .theme_ClubFixtures_content > table tr.match > td {
    vertical-align: middle;
    text-align: center;
    padding: 10px 0; }

.theme_ClubFixtures .theme_ClubFixtures_content .match {
  cursor: pointer; }

.theme_ClubFixtures .tag {
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: normal; }
  @media only screen and (max-width: 959px) {
    .theme_ClubFixtures .tag {
      padding: 2px;
      margin: 0; } }

.theme_ClubFixtures .theme_ClubFixtures_monthBar {
  font-size: 18px;
  font-weight: bold;
  display: block !important; }

.theme_ClubFixtures .theme_ClubFixtures_time {
  height: 100px;
  width: 100px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }
  .theme_ClubFixtures .theme_ClubFixtures_time .weekday {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold; }
  .theme_ClubFixtures .theme_ClubFixtures_time .date {
    margin-left: 3px; }
  .theme_ClubFixtures .theme_ClubFixtures_time icon {
    margin-top: 10px;
    display: block;
    margin-right: 0px;
    font-size: 24px; }

.theme_ClubFixtures .theme_ClubFixtures_stadium {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal; }

.theme_ClubFixtures .theme_ClubFixtures_tags {
  width: 100px;
  display: inline-block;
  vertical-align: middle; }

.theme_ClubFixtures .theme_ClubFixtures_poolinfo {
  font-size: 10px; }

.theme_ClubFixtures .theme_ClubFixtures_team {
  font-size: 12px;
  text-align: center;
  font-weight: bold; }
  .theme_ClubFixtures .theme_ClubFixtures_team img {
    width: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid white;
    background-color: white; }
  .theme_ClubFixtures .theme_ClubFixtures_team .homeTeamName {
    margin-top: 5px; }
  .theme_ClubFixtures .theme_ClubFixtures_team .awayTeamName {
    margin-top: 5px; }

.theme_ClubFixtures .theme_ClubFixtures_logo {
  margin: 0 auto;
  width: 54px;
  height: 54px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  padding: 4px;
  margin-bottom: 5px; }

.theme_ClubFixtures .theme_ClubFixtures_score {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 5px; }
  .theme_ClubFixtures .theme_ClubFixtures_score table tr td {
    padding: 0; }

.theme_ClubFixtures .booking_ref {
  padding-top: 10px; }
  .theme_ClubFixtures .booking_ref .booking_room {
    font-weight: bold; }

.theme_ClubFixtures .booking_field {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold; }

.theme_ClubFixtures .booking_room {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal; }

.theme_ClubFixtures .bookingRef span {
  font-size: 12px;
  display: block;
  font-weight: bold; }
  .theme_ClubFixtures .bookingRef span span {
    margin-top: 5px; }

.theme_ClubFixtures .theme_ClubFixtures_goto {
  font-size: 24px; }

.theme_ClubFixtures .theme_ClubFixtures_noMatchesText {
  padding: 10px; }

.theme_ClubFixtures .theme_ClubFixtures_mobile_stadiumInfo {
  display: none; }

.theme_ClubFixtures .paging {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .theme_ClubFixtures .paging * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .theme_ClubFixtures .paging .paging_lbl {
    display: inline-block; }
  .theme_ClubFixtures .paging .paging_but {
    height: 20px;
    width: 20px;
    margin: 10px 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer; }
  .theme_ClubFixtures .paging .paging_but.disabled {
    opacity: 0.6;
    cursor: default; }

.grid-4.theme_ClubFixtures {
  font-size: 10px !important; }
  .grid-4.theme_ClubFixtures table tr td {
    padding: 5px;
    height: auto !important; }
  .grid-4.theme_ClubFixtures .theme_ClubFixtures_mobile_stadiumInfo {
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px; }
    .grid-4.theme_ClubFixtures .theme_ClubFixtures_mobile_stadiumInfo .booking_field {
      font-weight: normal;
      font-size: 10px; }
  .grid-4.theme_ClubFixtures .theme_ClubFixtures_content {
    overflow-x: auto; }
  .grid-4.theme_ClubFixtures .theme_ClubFixtures_team {
    font-size: 10px; }
    .grid-4.theme_ClubFixtures .theme_ClubFixtures_team img {
      width: 30px; }
  .grid-4.theme_ClubFixtures .theme_ClubFixtures_logo {
    width: 34px;
    height: 34px;
    padding: 2px;
    margin-bottom: 2px; }
  .grid-4.theme_ClubFixtures .theme_ClubFixtures_time {
    font-size: 12px; }
    .grid-4.theme_ClubFixtures .theme_ClubFixtures_time icon {
      font-size: 20px; }
  .grid-4.theme_ClubFixtures .theme_ClubFixtures_poolinfo {
    margin-top: 3px; }
  .grid-4.theme_ClubFixtures .theme_ClubFixtures_stadium {
    font-size: 10px;
    display: none; }
  .grid-4.theme_ClubFixtures .theme_ClubFixtures_score {
    padding: 0;
    font-size: 30px; }
  .grid-4.theme_ClubFixtures .tag_gender {
    display: none; }
  .grid-4.theme_ClubFixtures .tag_division {
    display: none; }
  .grid-4.theme_ClubFixtures .booking_room {
    font-size: 10px; }
  .grid-4.theme_ClubFixtures .fa-calendar-o {
    margin-bottom: 2px; }

.col-4 .theme_ClubFixtures {
  font-size: 10px !important; }
  .col-4 .theme_ClubFixtures .tag {
    padding: 2px;
    margin: 0; }
  .col-4 .theme_ClubFixtures table tr td {
    padding: 5px;
    height: auto !important; }
  .col-4 .theme_ClubFixtures .theme_ClubFixtures_mobile_stadiumInfo {
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px; }
    .col-4 .theme_ClubFixtures .theme_ClubFixtures_mobile_stadiumInfo .booking_field {
      font-weight: normal;
      font-size: 10px; }
  .col-4 .theme_ClubFixtures .theme_ClubFixtures_content {
    overflow-x: auto; }
  .col-4 .theme_ClubFixtures .theme_ClubFixtures_team {
    font-size: 10px; }
    .col-4 .theme_ClubFixtures .theme_ClubFixtures_team img {
      width: 30px; }
  .col-4 .theme_ClubFixtures .theme_ClubFixtures_logo {
    width: 34px;
    height: 34px;
    padding: 2px;
    margin-bottom: 2px; }
  .col-4 .theme_ClubFixtures .theme_ClubFixtures_time {
    font-size: 12px; }
  .col-4 .theme_ClubFixtures .theme_ClubFixtures_poolinfo {
    margin-top: 3px; }
  .col-4 .theme_ClubFixtures .theme_ClubFixtures_stadium {
    font-size: 10px;
    display: none; }
  .col-4 .theme_ClubFixtures .theme_ClubFixtures_score {
    padding: 0;
    font-size: 30px; }

@media only screen and (max-width: 959px) {
  .theme_ClubFixtures_content {
    overflow-x: auto; }
  .theme_ClubFixtures_team {
    font-size: 10px; }
    .theme_ClubFixtures_team img {
      width: 30px; }
  .theme_ClubFixtures_logo {
    width: 34px;
    height: 34px;
    padding: 2px;
    margin-bottom: 2px; }
  .theme_ClubFixtures_time {
    font-size: 12px; }
    .theme_ClubFixtures_time icon {
      font-size: 20px; }
  .theme_ClubFixtures_poolinfo {
    margin-top: 3px; }
  .theme_ClubFixtures_stadium {
    font-size: 10px;
    display: none; }
  .theme_ClubFixtures_score {
    padding: 0;
    font-size: 30px; }
  .grid-4.theme_ClubFixtures_score table tr td {
    padding: 0;
    font-size: 30px; }
  .grid-4 .tag_division {
    display: none; }
  .theme_ClubFixtures_mobile_stadiumInfo {
    display: block !important;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px; }
    .theme_ClubFixtures_mobile_stadiumInfo .booking_field {
      font-weight: normal;
      font-size: 10px; }
  .tag_gender {
    display: none; }
  .booking_room {
    font-size: 10px; }
  .fa-calendar-o {
    margin-bottom: 2px; } }

.faq {
  z-index: 20;
  overflow: hidden; }
  .faq .accordion--header {
    padding: 20px;
    position: relative;
    cursor: pointer; }
    .faq .accordion--header i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(-180deg);
      right: 1rem;
      transition: 200ms ease-in all; }
  .faq .accordion-item {
    border-top-width: 1px;
    border-top-style: solid; }
    .faq .accordion-item.closed .accordion--header i {
      transform: translateY(-50%) rotate(0deg); }
    .faq .accordion-item.closed .accordion--body {
      display: none; }
    .faq .accordion-item .accordion--body {
      padding: 20px; }

.imgModule {
  overflow: hidden;
  /*padding: 5px;*/
  text-align: center; }
  .imgModule .imgWrap {
    font-size: 0; }
    .imgModule .imgWrap img {
      margin: 0 auto; }

.theme_newsListItem_wrap .theme_header {
  margin-bottom: 0px; }

.theme_newsListItem_wrap .theme_newsListItem_small {
  display: inline-block;
  /*margin-bottom: 10px;*/
  width: 100%;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease; }
  .theme_newsListItem_wrap .theme_newsListItem_small a {
    display: table; }
  .theme_newsListItem_wrap .theme_newsListItem_small .theme_newsListItem_stamp {
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold; }
    .theme_newsListItem_wrap .theme_newsListItem_small .theme_newsListItem_stamp a {
      font-weight: 700 !important;
      padding-right: 5px; }
    .theme_newsListItem_wrap .theme_newsListItem_small .theme_newsListItem_stamp time {
      opacity: 0.8; }
  .theme_newsListItem_wrap .theme_newsListItem_small .theme_newsListItem_small_textWrap {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    max-width: 80%; }
    @media only screen and (max-width: 375px) {
      .theme_newsListItem_wrap .theme_newsListItem_small .theme_newsListItem_small_textWrap {
        display: block;
        margin-top: 20px; } }
  .theme_newsListItem_wrap .theme_newsListItem_small .theme_newsListItem_small_category {
    font-size: 10px;
    padding: 5px 8px;
    display: inline-block;
    margin-bottom: 5px;
    z-index: 10;
    font-weight: bold;
    text-transform: uppercase; }
  .theme_newsListItem_wrap .theme_newsListItem_small .theme_newsListItem_small_title {
    word-break: break-word;
    font-weight: bold; }

.col_4 .ls_time span.textOnly {
  display: block;
  margin-top: 10px; }

.ls_time {
  margin-top: 10px;
  font-size: 32px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 959px) {
    .ls_time {
      font-size: 24px; } }
  .ls_time.running i {
    animation: blink 1s linear infinite; }
  .ls_time i {
    margin-right: 10px;
    font-size: 32px; }
  .ls_time span.textOnly {
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold; }

@media only screen and (max-width: 959px) {
  .grid-4 .ls_score .score {
    width: 100px; }
  .grid-4 .ls_time i, .col_4 .ls_time i {
    font-size: 20px;
    margin-right: 2px; }
  .grid-4 .ls_infoWrap > div, .col_4 .ls_infoWrap > div {
    width: 35%; }
  .grid-4 .ls_infoWrap > div:nth-child(2), .col_4 .ls_infoWrap > div:nth-child(2) {
    width: 30%; }
  .grid-4 .ls_events {
    padding: 0 5px; }
  .grid-4 .ls_event {
    height: 30px;
    line-height: 30px; }
  .grid-4 .ls_profilePic {
    width: 24px;
    height: 24px; }
  .grid-4 .eventIcon {
    height: 24px;
    width: 24px;
    margin-right: 5px;
    margin-left: 5px; }
  .grid-4 .minute {
    margin-right: 5px; }
  .grid-4 .ls_score .score table td {
    font-size: 20px; }
  .grid-4 .ls_time {
    font-size: 20px; } }

.livescoreModule .ls_isConnected {
  background-size: contain;
  height: 20px;
  width: 20px;
  background-image: url("/resources/images/livescore/notconnected.png");
  float: right;
  margin-bottom: 5px; }

.livescoreModule .ls_loading {
  font-size: 60px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px; }

.livescoreModule .ls_match {
  position: relative; }
  .livescoreModule .ls_match * {
    cursor: pointer; }
  .livescoreModule .ls_match .awayScore, .livescoreModule .ls_match .homeScore {
    display: block; }
  .livescoreModule .ls_match .ls_poolRow {
    display: block;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    font-weight: bold;
    /*margin-bottom: 10px;*/
    font-size: 12px; }
  .livescoreModule .ls_match .ls_homeTeam, .livescoreModule .ls_match .ls_awayTeam {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    width: 30%; }
    .livescoreModule .ls_match .ls_homeTeam span, .livescoreModule .ls_match .ls_awayTeam span {
      display: block;
      margin-top: 10px; }
  .livescoreModule .ls_match .logoWrap {
    width: 60px;
    height: 60px;
    padding: 4px;
    background-color: firebrick;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center; }
    .livescoreModule .ls_match .logoWrap .clubLogo {
      background-color: #fff;
      width: 52px;
      border-radius: 50%;
      padding: 4px; }
  .livescoreModule .ls_match .ls_score {
    width: 40%; }
    .livescoreModule .ls_match .ls_score .score {
      /*background-color: rgba(254, 237, 0, 1);*/
      border-radius: 5px;
      /*color: black;*/
      width: 60%;
      margin: 0 auto;
      margin-bottom: 10px; }
      .livescoreModule .ls_match .ls_score .score table {
        width: 100%; }
        .livescoreModule .ls_match .ls_score .score table td {
          width: 40%;
          text-align: center;
          vertical-align: middle;
          height: 30px;
          font-size: 42px;
          font-weight: bold; }
          @media only screen and (max-width: 959px) {
            .livescoreModule .ls_match .ls_score .score table td {
              font-size: 24px; } }
        .livescoreModule .ls_match .ls_score .score table td:nth-child(2) {
          width: 20%; }
  .livescoreModule .ls_match .ls_infoWrap {
    display: flex;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 959px) {
      .livescoreModule .ls_match .ls_infoWrap > div {
        text-align: center;
        width: 30%;
        display: inline-block;
        vertical-align: top; }
        .livescoreModule .ls_match .ls_infoWrap > div:nth-child(2) {
          width: 40%; } }
    .livescoreModule .ls_match .ls_infoWrap div {
      text-align: center;
      /*max-width:270px;*/
      vertical-align: top; }
  .livescoreModule .ls_match .ls_placeTimeInfo {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px; }
    .livescoreModule .ls_match .ls_placeTimeInfo span.ls_stadion {
      display: block;
      margin-bottom: 5px; }
  .livescoreModule .ls_match .ls_link {
    position: absolute;
    top: 10px;
    right: 10px; }

.livescoreModule .noMatches {
  text-align: center;
  display: none;
  padding: 20px 0; }

.livescoreModule .ls_period {
  font-size: 10px;
  margin-bottom: 5px; }

.livescoreModule .ls_livescoreperson {
  text-align: center;
  font-size: 12px;
  margin: 10px 0; }
  .livescoreModule .ls_livescoreperson span {
    font-weight: bold; }
  .livescoreModule .ls_livescoreperson i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px; }

.livescoreModule .ls_dateDay {
  text-transform: capitalize; }

.livescoreModule .ls_eventsWrap {
  overflow: hidden; }

.livescoreModule .ls_events {
  text-align: center;
  padding: 0 20px; }
  .livescoreModule .ls_events .ls_event {
    height: 40px;
    display: none;
    font-size: 18px;
    line-height: 40px;
    border-radius: 5px;
    margin: 10px 0;
    /*mål*/
    /*selvmål*/
    /*straffe*/
    /*gul kort*/
    /*rød kort*/
    /*udskiftning hjem*/
    /*udskiftning ude*/
    /*kamp startet*/
    /*1. halveg slut*/
    /*2. halveg start*/
    /*kamp slut*/
    /*kamp afbrudt*/
    /*kamp genoptaget*/
    /*forlænget spilletid*/
    /*1. halveg af forlænget*/
    /*2. halveg af forlænget*/
    /*Forlænget spilletid slut*/
    /*Ordinær kamp slut*/
    /*Kamp slut*/
    /*2. gule kort = rød*/
    /*Brændt straffe*/ }
    .livescoreModule .ls_events .ls_event.event_home {
      text-align: left; }
      .livescoreModule .ls_events .ls_event.event_home .ls_profilePic.subIn::before {
        content: '\f061';
        font-family: "FontAwesome";
        border-radius: 50%;
        position: absolute;
        right: -26px;
        height: 32px;
        width: 32px;
        top: 0;
        bottom: 0;
        margin-top: -4px;
        color: #95cb14; }
      .livescoreModule .ls_events .ls_event.event_home .ls_profilePic.subOut::before {
        content: '\f060';
        font-family: "FontAwesome";
        border-radius: 50%;
        position: absolute;
        left: -10px;
        right: 0;
        height: 32px;
        width: 32px;
        top: 0;
        bottom: 0;
        margin-top: -4px;
        color: red; }
    .livescoreModule .ls_events .ls_event.event_away {
      text-align: right; }
      .livescoreModule .ls_events .ls_event.event_away .ls_profilePic.subIn::before {
        content: '\f060';
        font-family: "FontAwesome";
        border-radius: 50%;
        position: absolute;
        right: 26px;
        height: 32px;
        width: 32px;
        top: 0;
        bottom: 0;
        margin-top: -4px;
        color: #95cb14; }
      .livescoreModule .ls_events .ls_event.event_away .ls_profilePic.subOut::before {
        content: '\f061';
        font-family: "FontAwesome";
        border-radius: 50%;
        position: absolute;
        left: 10px;
        right: 0;
        height: 32px;
        width: 32px;
        top: 0;
        bottom: 0;
        margin-top: -4px;
        color: red; }
      .livescoreModule .ls_events .ls_event.event_away .eventWrap .name {
        text-align: right; }
    .livescoreModule .ls_events .ls_event.event_neutral .eventWrap {
      text-align: center; }
      .livescoreModule .ls_events .ls_event.event_neutral .eventWrap .name {
        width: auto;
        text-align: left; }
    .livescoreModule .ls_events .ls_event .eventWrap {
      padding-right: 10px; }
      .livescoreModule .ls_events .ls_event .eventWrap .name {
        font-size: 12px;
        line-height: 14px;
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        max-width: 140px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .livescoreModule .ls_events .ls_event > div {
      display: inline-block; }
    .livescoreModule .ls_events .ls_event > div:first-child {
      display: inline-block; }
    .livescoreModule .ls_events .ls_event .minute {
      padding-left: 10px;
      text-align: right;
      width: 40px;
      margin-right: 10px;
      font-size: 12px;
      font-weight: bold;
      position: relative; }
      .livescoreModule .ls_events .ls_event .minute span {
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 10px;
        line-height: normal;
        opacity: 0.6; }
    .livescoreModule .ls_events .ls_event .subOutName {
      opacity: 0.7;
      font-weight: normal;
      font-size: 10px; }
    .livescoreModule .ls_events .ls_event .ls_profilePic {
      height: 32px;
      width: 32px;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: top;
      margin-top: 4px;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      background-image: url(/resources/images/livescore/profilepic.png);
      margin-left: 5px;
      margin-right: 5px; }
      @media only screen and (max-width: 959px) {
        .livescoreModule .ls_events .ls_event .ls_profilePic {
          display: none !important; } }
      .livescoreModule .ls_events .ls_event .ls_profilePic.subIn {
        position: relative; }
      .livescoreModule .ls_events .ls_event .ls_profilePic.subOut {
        position: relative; }
    .livescoreModule .ls_events .ls_event .assist {
      font-size: 10px;
      font-weight: normal; }
    .livescoreModule .ls_events .ls_event .eventIcon {
      height: 32px;
      width: 32px;
      margin-left: 10px;
      margin-right: 10px;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: top;
      margin-top: 4px;
      background-size: contain; }
    .livescoreModule .ls_events .ls_event.eventType_1 .eventIcon {
      background-image: url(/resources/images/livescore/ball_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_2 .eventIcon {
      background-image: url(/resources/images/livescore/ball_red_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_3 .eventIcon {
      background-image: url(/resources/images/livescore/ball_penalty_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_4 .eventIcon {
      background-image: url(/resources/images/livescore/card_y_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_5 .eventIcon {
      background-image: url(/resources/images/livescore/card_r_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_6.event_home .eventIcon {
      background-image: url(/resources/images/livescore/sub_home_32x32_2.png); }
    .livescoreModule .ls_events .ls_event.eventType_6.event_away .eventIcon {
      background-image: url(/resources/images/livescore/sub_away_32x32_2.png); }
    .livescoreModule .ls_events .ls_event.eventType_7 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_green_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_8 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_red_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_9 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_green_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_10 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_red_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_11 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_gray_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_12 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_green_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_13 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_green_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_14 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_green_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_15 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_green_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_16 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_red_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_17 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_red_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_18 .eventIcon {
      background-image: url(/resources/images/livescore/whistle_red_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_19 .eventIcon {
      background-image: url(/resources/images/livescore/card_ry_32x32.png); }
    .livescoreModule .ls_events .ls_event.eventType_23 .eventIcon {
      background-image: url(/resources/images/livescore/penalty_miss.png); }
    .livescoreModule .ls_events .ls_event.eventType_7 .ls_profilePic, .livescoreModule .ls_events .ls_event.eventType_8 .ls_profilePic, .livescoreModule .ls_events .ls_event.eventType_9 .ls_profilePic, .livescoreModule .ls_events .ls_event.eventType_10 .ls_profilePic, .livescoreModule .ls_events .ls_event.eventType_11 .ls_profilePic, .livescoreModule .ls_events .ls_event.eventType_12 .ls_profilePic, .livescoreModule .ls_events .ls_event.eventType_13 .ls_profilePic, .livescoreModule .ls_events .ls_event.eventType_14 .ls_profilePic, .livescoreModule .ls_events .ls_event.eventType_15 .ls_profilePic, .livescoreModule .ls_events .ls_event.eventType_16 .ls_profilePic, .livescoreModule .ls_events .ls_event.eventType_17 .ls_profilePic, .livescoreModule .ls_events .ls_event.eventType_18 .ls_profilePic {
      display: none; }

@-moz-keyframes blink {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

@-webkit-keyframes blink {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

@keyframes blink {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

.theme_macro.macroScript {
  overflow: hidden; }

@media only screen and (max-width: 959px) {
  .container-12 .grid-8.theme_NMB_bigNews {
    display: block;
    width: auto; } }

.container-12 .grid-8.theme_NMB_bigNews.newsSlider {
  background-color: transparent; }

.theme_NMB_bigNews.theme-no-border + .theme_NMB_tinyNews .theme_macro {
  border: none; }

.theme_NMB_bigNews.newsSlider {
  /*margin-left: -20px;*/
  padding-left: 0px;
  overflow: hidden;
  position: relative; }
  .theme_NMB_bigNews.newsSlider .newsSliderWrap {
    width: 1000%;
    display: inline-block; }
    .theme_NMB_bigNews.newsSlider .newsSliderWrap > div {
      float: left;
      /*width:100%;*/ }

.theme_NMB_bigNews .theme_NMB_bigWrap {
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
  position: relative; }
  .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_bigTextWrap {
    width: 100%;
    position: absolute;
    bottom: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_bigTextWrap .theme_NMB_bigText {
      margin: 10px 20px 10px 10px;
      display: block;
      font-size: 30px;
      font-weight: bold;
      width: 85%; }
      @media only screen and (max-width: 959px) {
        .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_bigTextWrap .theme_NMB_bigText {
          font-size: 18px;
          float: left; } }
  .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_leadText {
    margin: 5px 0 10px 12px;
    display: block;
    font-size: 14px;
    width: 85%; }
    @media only screen and (max-width: 959px) {
      .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_leadText {
        overflow: hidden; } }
  .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_categoryWrap {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    font-size: 12px; }
    @media only screen and (max-width: 959px) {
      .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_categoryWrap {
        padding: 2px;
        font-size: 10px; } }
    .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_categoryWrap .theme_NMB_category {
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      width: 100%;
      height: 25px;
      text-transform: uppercase;
      line-height: 25px; }
      @media only screen and (max-width: 959px) {
        .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_categoryWrap .theme_NMB_category {
          font-size: 12px;
          font-weight: bold;
          width: 100%;
          text-transform: uppercase;
          height: 15px;
          line-height: 15px; } }
  .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_bigGoto {
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 65px;
    font-weight: bold;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
    @media only screen and (max-width: 959px) {
      .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_bigGoto {
        font-size: 20px;
        right: 5px;
        bottom: 3px; } }
    .theme_NMB_bigNews .theme_NMB_bigWrap .theme_NMB_bigGoto:hover {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }

.sliderIndicators {
  text-align: center;
  position: absolute;
  top: 5px;
  left: 5px; }
  .sliderIndicators .sliderIndicator {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer; }
    .sliderIndicators .sliderIndicator.active {
      height: 10px;
      width: 10px; }

.theme_NMB_tinyNews {
  display: inline-block;
  width: 100%;
  /*margin-bottom: -10px;*/
  background-color: transparent !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  @media only screen and (max-width: 959px) {
    .theme_NMB_tinyNews {
      margin-right: 0;
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 375px) {
    .theme_NMB_tinyNews {
      margin-right: 0;
      grid-template-columns: repeat(2, 1fr); } }
  .theme_NMB_tinyNews .theme_NMB_tinyWrap {
    display: inline-block;
    position: relative;
    cursor: pointer; }
    @media only screen and (max-width: 959px) {
      .theme_NMB_tinyNews .theme_NMB_tinyWrap:nth-child(even) {
        margin-right: 0px; } }
    .theme_NMB_tinyNews .theme_NMB_tinyWrap:nth-child(4n) {
      margin-right: 0; }
    .theme_NMB_tinyNews .theme_NMB_tinyWrap a {
      width: 100%;
      height: 100%;
      display: inline-block;
      position: relative; }
    .theme_NMB_tinyNews .theme_NMB_tinyWrap .theme_NMB_tinyTime {
      display: block;
      margin-bottom: 5px;
      padding-left: 5px;
      margin-top: -5px;
      font-size: 10px; }
    .theme_NMB_tinyNews .theme_NMB_tinyWrap .theme_NMB_tinyImg {
      background-size: cover; }
    .theme_NMB_tinyNews .theme_NMB_tinyWrap .theme_NMB_tinyCategoryWrap {
      position: absolute;
      top: 0px;
      right: 0px;
      cursor: pointer;
      height: 25px;
      width: 100%;
      text-align: center;
      padding: 0px;
      z-index: 2; }
      .theme_NMB_tinyNews .theme_NMB_tinyWrap .theme_NMB_tinyCategoryWrap .theme_NMB_tinyCategory {
        display: block;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px; }
    .theme_NMB_tinyNews .theme_NMB_tinyWrap .theme_NMB_tinyTextWrap {
      width: 100%;
      font-size: 10pt;
      font-weight: bold;
      line-height: 110%;
      letter-spacing: 0px;
      padding: 10px 0;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease;
      overflow: hidden; }
      @media only screen and (max-width: 959px) {
        .theme_NMB_tinyNews .theme_NMB_tinyWrap .theme_NMB_tinyTextWrap {
          height: 35px;
          width: 100%;
          font-size: 11pt;
          line-height: 75%;
          /*padding-top: 3px;*/
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease; } }
      .theme_NMB_tinyNews .theme_NMB_tinyWrap .theme_NMB_tinyTextWrap .theme_NMB_tinyText {
        margin-left: 5px;
        display: block;
        width: 84%; }
        @media only screen and (max-width: 959px) {
          .theme_NMB_tinyNews .theme_NMB_tinyWrap .theme_NMB_tinyTextWrap .theme_NMB_tinyText {
            font-size: 10px; } }
    .theme_NMB_tinyNews .theme_NMB_tinyWrap .theme_NMB_tinyGoto {
      position: absolute;
      right: 5px;
      bottom: 3px;
      font-weight: bold;
      font-size: 24px;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      padding: 0;
      margin: 0; }
      .theme_NMB_tinyNews .theme_NMB_tinyWrap .theme_NMB_tinyGoto:hover {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9); }

.onlineSignup {
  display: block;
  width: 100%; }
  .onlineSignup .onlineSignup-wrap {
    /*padding: 10px;*/
    /*padding-top: 10px;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center; }
    @media only screen and (max-width: 959px) {
      .onlineSignup .onlineSignup-wrap {
        grid-template-columns: 1fr !important; } }
    .onlineSignup .onlineSignup-wrap .signup-item {
      padding: 1rem;
      border: 1px solid #e2e2e2;
      text-align: center; }
      .onlineSignup .onlineSignup-wrap .signup-item .signup-item--sportname {
        font-size: 0.8rem;
        opacity: 0.6;
        margin: 0.5rem 0;
        display: block; }
    .onlineSignup .onlineSignup-wrap .signup-item--title {
      text-transform: uppercase;
      font-weight: bold;
      height: 30px;
      padding-right: 1rem; }
      .onlineSignup .onlineSignup-wrap .signup-item--title span {
        padding-right: 0rem; }
    .onlineSignup .onlineSignup-wrap .signup-item--price {
      margin: 20px 0; }
      .onlineSignup .onlineSignup-wrap .signup-item--price span {
        padding-right: 0.5rem; }
        .onlineSignup .onlineSignup-wrap .signup-item--price span:nth-child(odd) {
          font-weight: normal; }
      .onlineSignup .onlineSignup-wrap .signup-item--price .onlinepayment {
        margin-top: 0.5rem; }
  .onlineSignup .onlineSignup-wrap.card .signup-item--price span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.5rem;
    padding-right: 0rem; }
  .onlineSignup .no-signup {
    font-size: 10px; }
  .onlineSignup .bodyText + .list {
    /*padding-top: 0;*/ }
  .onlineSignup .theme_contentWrap + .theme_contentWrap {
    padding-top: 0; }

.contentGrid-right .onlineSignup .onlineSignup-wrap {
  grid-template-columns: 1fr; }

.col_3 .onlineSignup .onlineSignup-wrap {
  grid-template-columns: 1fr; }

.col_4 .onlineSignup .onlineSignup-wrap {
  grid-template-columns: 1fr; }

.contentGrid-bottom .onlineSignup .onlineSignup-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.col_12 .onlineSignup .onlineSignup-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

@media screen and (min-width: 960px) {
  .onlineSignup .onlineSignup-wrap.list {
    grid-template-columns: 1fr; }
    .onlineSignup .onlineSignup-wrap.list .signup-item {
      display: grid;
      grid-template-areas: 'title title title button' 'info info info button';
      align-items: center; }
      .onlineSignup .onlineSignup-wrap.list .signup-item .signup-item--sportname {
        grid-area: title;
        justify-self: flex-start; }
    .onlineSignup .onlineSignup-wrap.list .signup-item--title {
      height: auto;
      justify-self: flex-start;
      text-align: left;
      grid-area: title; }
    .onlineSignup .onlineSignup-wrap.list .signup-item--price {
      grid-area: info;
      justify-self: flex-start;
      margin: 0;
      font-weight: normal;
      text-align: left; }
      .onlineSignup .onlineSignup-wrap.list .signup-item--price span {
        font-weight: normal;
        display: inline-block;
        margin: 0;
        margin-right: 1rem;
        font-weight: normal; }
        .onlineSignup .onlineSignup-wrap.list .signup-item--price span:first-child {
          margin-left: 0rem; }
    .onlineSignup .onlineSignup-wrap.list .signup-item--button-wrap {
      grid-area: button;
      justify-self: flex-end; } }

/******************************************************
    KlubOffice Tilmelding
******************************************************/
.divFFOuter {
  line-height: 1.2; }
  .divFFOuter ul {
    list-style-type: none;
    list-style-position: inside; }
    .divFFOuter ul a {
      text-decoration: underline;
      font-weight: bold; }

/*.contentGrid-content .personGroup_person {
    width: 140px;
    padding-bottom: 20px;
    display: inline-block;
}

.gridv2 .personGroup_person {
    width: 200px;
}*/
.personGroup {
  display: block;
  /*text-align: center;*/ }
  .personGroup .personGroup_person {
    justify-self: center; }
  .personGroup.grid-12 .personsWrap {
    display: grid;
    /*grid-template-columns: repeat(12,1fr);*/ }
    .personGroup.grid-12 .personsWrap .personGroup_person {
      /*grid-column: span 2;*/ }
  .personGroup.grid-8 .personsWrap {
    display: grid;
    /*grid-template-columns: repeat(8,1fr);*/ }
    .personGroup.grid-8 .personsWrap .personGroup_person {
      /*grid-column: span 2;*/ }
  .personGroup.grid-6 .personsWrap {
    display: grid;
    /*grid-template-columns: repeat(6,1fr);*/ }
    .personGroup.grid-6 .personsWrap .personGroup_person {
      /*grid-column: span 2;*/ }
  .personGroup.grid-4 .personsWrap {
    display: grid;
    /*grid-template-columns: repeat(4,1fr);*/ }
    .personGroup.grid-4 .personsWrap .personGroup_person {
      /*grid-column: span 2;*/ }
  .personGroup .personsWrap {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
    @media only screen and (max-width: 375px) {
      .personGroup .personsWrap {
        grid-template-columns: repeat(auto-fill, minmax(110px, 2fr)); } }
    .personGroup .personsWrap .personGroup_person {
      text-align: center;
      display: inline-block;
      vertical-align: top; }
      .personGroup .personsWrap .personGroup_person.tooltip:hover:before {
        display: none; }
      .personGroup .personsWrap .personGroup_person.tooltip:hover:after {
        top: 40px;
        bottom: auto;
        width: 150px;
        left: 50%;
        margin-left: -90px; }
      .personGroup .personsWrap .personGroup_person .personGroup_profilePicWrap {
        width: 140px;
        height: 140px;
        overflow: hidden;
        text-align: center;
        /*padding: 5px;*/
        margin: 0 auto;
        margin-bottom: 10px; }
        .personGroup .personsWrap .personGroup_person .personGroup_profilePicWrap .personGroup_profilePic {
          width: 140px;
          height: 140px; }
          .personGroup .personsWrap .personGroup_person .personGroup_profilePicWrap .personGroup_profilePic.img_noProfilePic {
            background-color: #d3d3d3; }
    .personGroup .personsWrap .personGroup_title {
      height: 30px;
      overflow: hidden;
      font-weight: bold;
      font-size: 12px;
      text-transform: uppercase;
      padding-top: 10px; }
    .personGroup .personsWrap .personGroup_name {
      font-weight: bold;
      margin-bottom: 20px;
      padding: 10px; }
    .personGroup .personsWrap .personGroup_mail {
      font-size: 10px; }
      .personGroup .personsWrap .personGroup_mail span {
        hyphens: none; }
    .personGroup .personsWrap .personGroup_contactInfo {
      -ms-word-break: break-all;
      /* Be VERY careful with this, breaks normal words wh_erever */
      word-break: break-all;
      /* Non standard for webkit */
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
      padding: 0 10px; }
      .personGroup .personsWrap .personGroup_contactInfo table {
        width: auto;
        /*background-color:yellow;*/
        margin: 0 auto; }
        .personGroup .personsWrap .personGroup_contactInfo table tr td {
          padding: 5px;
          vertical-align: top;
          text-align: left; }
          .personGroup .personsWrap .personGroup_contactInfo table tr td:first-child {
            text-align: center; }
          .personGroup .personsWrap .personGroup_contactInfo table tr td span {
            font-size: 12px;
            vertical-align: middle;
            line-height: 16px; }
    .personGroup .personsWrap .personGroup_description {
      font-size: 12px;
      text-align: center;
      font-style: italic; }
      .personGroup .personsWrap .personGroup_description span {
        padding: 0 1rem;
        text-align: left;
        margin-bottom: 1rem;
        display: inline-block; }

.theme_practicetimes .time-span {
  white-space: nowrap; }

.theme_practicetimes .practicetime-table-wrap .practicetime-table {
  width: 100%; }
  .theme_practicetimes .practicetime-table-wrap .practicetime-table tr th {
    width: 20%;
    padding-bottom: 1rem; }
  .theme_practicetimes .practicetime-table-wrap .practicetime-table tr td {
    width: 20%;
    vertical-align: top; }

.theme_practicetimes .practicetime-table-wrap + .theme_subHeader {
  margin-top: 1rem; }

.theme_practicetimes .practicetime {
  /*width: 100%;*/
  display: flex;
  justify-content: space-around; }
  .theme_practicetimes .practicetime:last-child {
    border-bottom: 0; }
  .theme_practicetimes .practicetime > div {
    width: 20%;
    /*padding: 0 1rem;*/
    padding: 0 0.5rem;
    overflow: hidden; }
    .theme_practicetimes .practicetime > div:last-child {
      /*width: 60%;*/ }
  .theme_practicetimes .practicetime.include-future > div {
    width: 25%; }
  .theme_practicetimes .practicetime.include-future .practicetime_header > div {
    width: 25%; }

.theme_practicetimes .practicetime-teamname {
  padding: 0.5rem;
  display: block; }

.theme_practicetimes .practicetime_header {
  /*width: 100%;*/
  display: flex;
  justify-content: space-around; }
  .theme_practicetimes .practicetime_header > div {
    width: 20%;
    font-weight: bold;
    padding: 0.5rem;
    overflow: hidden; }
    .theme_practicetimes .practicetime_header > div:last-child {
      /*width: 60%;*/ }

.theme_quickGallery_wrap {
  width: 100%; }
  .theme_quickGallery_wrap .theme_quickGallery_thumbWrap {
    height: 100px;
    width: 100px;
    overflow: hidden; }
    .theme_quickGallery_wrap .theme_quickGallery_thumbWrap .theme_quickGallery_thumb {
      display: inline-block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover; }
  .theme_quickGallery_wrap .theme_quickGallery_header {
    margin-bottom: 10px; }
  .theme_quickGallery_wrap .mp_gallery_imgs {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }

.theme_quickGallery_seeAll {
  height: 100px;
  width: 100px;
  background-size: cover;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  border: 5px solid white;
  display: inline-block; }
  .theme_quickGallery_seeAll:hover {
    opacity: 0.8; }
  .theme_quickGallery_seeAll div {
    display: inline-block;
    text-align: left;
    vertical-align: sub;
    font-weight: bold;
    cursor: pointer;
    text-align: center; }
  .theme_quickGallery_seeAll icon {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
    margin-top: 24px;
    margin-right: 0; }

.theme_rssFeed_wrap .theme_rssFeed_content ul li {
  /*margin-bottom: 10px;*/ }
  .theme_rssFeed_wrap .theme_rssFeed_content ul li a {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-weight: bold; }
  .theme_rssFeed_wrap .theme_rssFeed_content ul li span {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    margin-bottom: 3px; }

.rss_err {
  text-align: center;
  display: block;
  padding-bottom: 20px; }

.sponsorModuleWrap {
  overflow: hidden; }
  .sponsorModuleWrap .sponsorModule_headerOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1; }
  .sponsorModuleWrap .sponsorModule {
    overflow-x: hidden;
    position: relative; }
    .sponsorModuleWrap .sponsorModule.static {
      overflow: hidden;
      height: auto !important;
      display: block; }
      .sponsorModuleWrap .sponsorModule.static .sponsorModule_sliderWrap {
        height: auto !important; }
      .sponsorModuleWrap .sponsorModule.static .sponsorSlide {
        margin-bottom: 10px; }
        .sponsorModuleWrap .sponsorModule.static .sponsorSlide:last-child {
          margin-bottom: 0; }
    .sponsorModuleWrap .sponsorModule .sponsorSlide {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      float: left;
      background-size: contain; }
      .sponsorModuleWrap .sponsorModule .sponsorSlide a {
        height: 100%;
        width: 100%;
        display: block; }

.stadium-image {
  text-align: center; }
  .stadium-image .imgWrap {
    display: flex;
    justify-content: center; }

.theme_teamActivities_wrap .theme_teamActivities_content {
  padding-left: 5px;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 10px; }
  .theme_teamActivities_wrap .theme_teamActivities_content.noActivities {
    height: 40px; }
  .theme_teamActivities_wrap .theme_teamActivities_content .theme_teamActivities_month {
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 5px; }
  .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity {
    display: block;
    vertical-align: top;
    /*border-radius: 10px;*/
    width: 98%;
    margin: 0 auto;
    margin-bottom: 20px; }
    .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity table {
      width: 100%; }
      .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity table td {
        vertical-align: middle;
        text-align: center;
        /*height:65px;*/ }
    .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity .td_activityDateTime {
      padding: 10px;
      width: 20%;
      font-size: 12px;
      font-weight: bold; }
      .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity .td_activityDateTime .timeWrap {
        width: 120px;
        text-align: center;
        margin: 0 auto; }
      .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity .td_activityDateTime .date {
        margin-left: 3px; }
      .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity .td_activityDateTime .weekday {
        text-transform: uppercase;
        font-size: 10px; }
      .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity .td_activityDateTime icon {
        font-size: 18px;
        display: block;
        margin: 0; }
    .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity .td_activityType {
      width: 30%; }
    .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity .td_activityPlaceTitle {
      font-size: 12px;
      width: 50%; }
      .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity .td_activityPlaceTitle .activityPlace {
        margin-top: 5px;
        font-size: 11px;
        font-weight: bold; }
    .theme_teamActivities_wrap .theme_teamActivities_content .teamActivity .activityImg {
      height: 32px;
      width: 32px;
      margin-left: 4px;
      background-repeat: no-repeat;
      display: inline-block; }

.theme_teamActivities_wrap .theme_teamActivities_goto {
  margin-top: 5px; }

.theme_teamActivities_wrap .activityImg_Kamp {
  background-image: url(/content/img/kk_activities_match.png); }

.theme_teamActivities_wrap .activityImg_Træning {
  background-image: url(/content/img/kk_activities_train.png); }

.theme_teamActivities_wrap .activityImg_Træningskamp {
  background-image: url(/content/img/kk_activities_trainmatch.png); }

.theme_teamActivities_wrap .activityImg_Stævne {
  background-image: url(/content/img/kk_activities_medal.png); }

.theme_teamActivities_wrap .activityImg_DBU-Stævne {
  background-image: url(/content/img/kk_activities_medal.png); }

.theme_teamActivities_wrap .activityImg_Andet {
  background-image: url(/content/img/kk_activities_other.png); }

.theme_teamActivities_wrap .activityImg_Møde {
  background-image: url(/content/img/kk_activities_meeting.png); }

.teamContacts .division {
  text-align: left; }
  .teamContacts .division h3 {
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 10px 10px; }

.teamContacts .divisionRow .division {
  padding-top: 20px; }

.teamContacts .divisionRow:first-child .division {
  padding-top: 0; }

.teamContacts .teamRow .teamname {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px; }
  .teamContacts .teamRow .teamname a:hover {
    text-decoration: underline; }

.teamContacts .personlist_old .teamname {
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  width: max-content; }
  .teamContacts .personlist_old .teamname a:hover {
    text-decoration: underline; }

.personlist_simple {
  font-size: 12px;
  overflow-x: auto;
  overflow-y: hidden; }
  .personlist_simple .teamname {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    width: max-content; }
  .personlist_simple table {
    width: 100%;
    /*border-spacing: 0 15px;*/ }
    .personlist_simple table td {
      overflow-y: visible; }
  .personlist_simple .staff-row td {
    padding: 5px 0; }
  .personlist_simple .name {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word; }
  .personlist_simple .email {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word; }
  .personlist_simple .phone {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word; }
  .personlist_simple .mobile {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word; }
  .personlist_simple .profilePicWrap {
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    overflow: hidden; }

.isMatchPage .theme_leagueTable_wrap {
  margin-bottom: 0; }

.packeryBox .theme_leagueTable_wrap {
  margin-bottom: 0; }

.gridv2 .theme_leagueTable_wrap:last-child {
  margin-bottom: 0; }

.theme_leagueTable_wrap .theme_leagueTable_content {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden; }
  .theme_leagueTable_wrap .theme_leagueTable_content table {
    width: 94%;
    border-collapse: collapse;
    min-height: 95%;
    margin: 0 auto; }
    .theme_leagueTable_wrap .theme_leagueTable_content table tr.isClubTeam {
      font-weight: bold; }
    .theme_leagueTable_wrap .theme_leagueTable_content table td {
      padding: 5px;
      vertical-align: middle; }
      .theme_leagueTable_wrap .theme_leagueTable_content table td.lt_row_Sort {
        text-align: right;
        width: 5%; }
      .theme_leagueTable_wrap .theme_leagueTable_content table td.lt_row_TeamName {
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        @media only screen and (max-width: 959px) {
          .theme_leagueTable_wrap .theme_leagueTable_content table td.lt_row_TeamName {
            max-width: 100px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; } }
      .theme_leagueTable_wrap .theme_leagueTable_content table td.lt_row_NoOfMatch {
        width: 5%; }
      .theme_leagueTable_wrap .theme_leagueTable_content table td.lt_row_MatchWon {
        width: 5%; }
      .theme_leagueTable_wrap .theme_leagueTable_content table td.lt_row_MatchDrawn {
        width: 5%; }
      .theme_leagueTable_wrap .theme_leagueTable_content table td.lt_row_MatchLost {
        width: 5%; }
      .theme_leagueTable_wrap .theme_leagueTable_content table td.lt_row_Point {
        text-align: right;
        width: 5%; }
  .theme_leagueTable_wrap .theme_leagueTable_content .theme_leagueTable_headerRow {
    font-size: 10px; }
  .theme_leagueTable_wrap .theme_leagueTable_content .theme_leagueTable_lineType01 {
    border-bottom: 2px solid; }
  .theme_leagueTable_wrap .theme_leagueTable_content .theme_leagueTable_lineType02 {
    border-bottom: 2px dashed; }

.packeryBox .theme_matchProgram_wrap, .gridv2 .theme_matchProgram_wrap:last-child {
  margin-bottom: 0; }

.theme_matchProgram_wrap .theme_matchProgram_content {
  /*height: 400px;*/
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden; }
  .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_matchMonth {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0.5rem; }
  .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match {
    /*margin-bottom: 20px;*/
    vertical-align: top;
    border-bottom: 1px solid #e7e7e7;
    position: relative; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match.isPlayed {
      opacity: 0.5;
      -webkit-transition: all .30s;
      transition: all .30s; }
      .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match.isPlayed:hover {
        opacity: 1; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_homeTeam_wrap, .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_awayTeam_wrap {
      width: 28%; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .homeTeamName, .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .awayTeamName {
      font-size: 12px; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_homeTeam_wrap, .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_result_wrap, .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_awayTeam_wrap {
      display: inline-block;
      text-align: center;
      vertical-align: top; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_result_wrap {
      width: 35%; }
      .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_result_wrap .theme_matchProgram_score {
        font-size: 24px;
        font-weight: bold; }
        .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_result_wrap .theme_matchProgram_score table {
          width: 100%; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_matchInfo {
      height: 38px;
      text-align: center;
      vertical-align: middle; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_matchInfo2 {
      display: inline-block;
      text-align: center;
      vertical-align: top; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_matchDate {
      font-size: 15px;
      display: inline-block;
      font-weight: bold; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_matchPlace {
      font-size: 10px;
      text-align: center;
      display: block; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_homeAway {
      font-size: 10px;
      font-weight: bold; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_goto {
      position: absolute;
      font-size: 20px;
      right: 0px;
      top: 50%;
      margin-top: -11px; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_logoWrap {
      border-radius: 50%;
      overflow: hidden;
      padding: 4px;
      height: 36px;
      width: 36px;
      margin: 0 auto; }
      .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .theme_matchProgram_logoWrap .clubLogo {
        width: 36px;
        border-radius: 50%;
        background-color: white; }
    .theme_matchProgram_wrap .theme_matchProgram_content .theme_matchProgram_match .liveLink {
      display: block; }

.gridv2 .theme_nextMatch_wrap:last-child {
  /*margin-bottom: 0;*/ }

.packeryBox .theme_nextMatch_wrap {
  /*margin-bottom: 0px;*/ }

.theme_nextMatch_wrap {
  /*.theme_nextMatch_noMatch {
        display: block;
        padding-bottom: 20px;
        margin-top: 10px;
    }*/ }
  .theme_nextMatch_wrap .theme_nextMatch_content {
    text-align: center;
    /*padding-top: 10px;*/ }
    .theme_nextMatch_wrap .theme_nextMatch_content .theme_nextMatch_homeAway {
      font-size: 14px;
      font-weight: bold; }
    .theme_nextMatch_wrap .theme_nextMatch_content .theme_nextMatch_logo {
      height: 90px;
      width: 90px;
      text-align: center;
      margin: 0 auto;
      margin-top: 10px;
      margin-bottom: 10px; }
      .theme_nextMatch_wrap .theme_nextMatch_content .theme_nextMatch_logo img {
        width: 90px;
        max-height: 90px;
        max-width: 90px; }
    .theme_nextMatch_wrap .theme_nextMatch_content .theme_nextMatch_teamName {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 5px; }
    .theme_nextMatch_wrap .theme_nextMatch_content .theme_nextMatch_dateTimeWrap {
      height: 20px;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center;
      display: block;
      width: 180px;
      margin: 0 auto;
      margin-bottom: 5px; }
      .theme_nextMatch_wrap .theme_nextMatch_content .theme_nextMatch_dateTimeWrap div {
        display: inline-block;
        line-height: 20px;
        font-size: 16px; }
        .theme_nextMatch_wrap .theme_nextMatch_content .theme_nextMatch_dateTimeWrap div:first-child {
          margin-right: 10px; }
    .theme_nextMatch_wrap .theme_nextMatch_content .theme_nextMatch_poolRowInfo {
      margin-bottom: 20px; }
  .theme_nextMatch_wrap .theme_nextMatch_goto {
    position: absolute;
    right: 1rem;
    top: 50%;
    font-size: 26px;
    margin-top: -10px; }

.theme_tPS_content {
  padding-top: 20px; }
  .theme_tPS_content .tPS_playerImgWrap {
    width: 50px;
    padding: 5px;
    border-radius: 50%;
    height: 50px;
    margin: 0 auto; }
    .theme_tPS_content .tPS_playerImgWrap img {
      background-color: white;
      width: 46px;
      height: 46px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid white; }
  .theme_tPS_content table {
    width: 100%; }
    .theme_tPS_content table thead {
      font-weight: bold;
      font-size: 10px; }
      .theme_tPS_content table thead th {
        text-align: center;
        width: 50px;
        outline: none !important; }
        .theme_tPS_content table thead th img {
          display: block;
          height: 32px;
          width: 32px;
          margin: 0 auto;
          margin-top: 10px;
          background-color: #fff;
          padding: 5px; }
        .theme_tPS_content table thead th * {
          cursor: pointer; }
      .theme_tPS_content table thead th.tPS_namecell {
        text-align: left; }
    .theme_tPS_content table td {
      vertical-align: middle;
      text-align: center;
      font-weight: bold;
      font-size: 16px; }
    .theme_tPS_content table td.tPS_namecell {
      text-align: left;
      font-weight: bold;
      font-size: 12px; }
  .theme_tPS_content .pager {
    padding-bottom: 10px; }

.grid-4 .theme_tPS_content table thead th span {
  display: none; }

.tablesorter-headerAsc span:after {
  content: "\f0de";
  font-family: "FontAwesome";
  margin-left: 3px; }

.tablesorter-headerDesc span:after {
  content: "\f0dd";
  font-family: "FontAwesome";
  margin-left: 3px; }

@media only screen and (max-width: 959px) {
  .theme_tPS_content table thead th img {
    display: block;
    height: 16px;
    width: 16px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #fff;
    padding: 2px; } }

.theme_macro.theme_teamstatistic {
  overflow: visible; }

.teamstatistic_content {
  text-align: center;
  /*padding-top: 20px;*/ }
  .teamstatistic_content .ts_sta_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px; }
  .teamstatistic_content .ts_sta {
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: smaller;
    margin-bottom: 20px;
    /*width: 100px;*/ }
    .teamstatistic_content .ts_sta img {
      display: block;
      height: 40px;
      width: 40px;
      margin: 0 auto;
      background-color: #fff;
      padding: 10px; }
    .teamstatistic_content .ts_sta > span:first-child {
      height: 15px;
      display: inline-block; }
    .teamstatistic_content .ts_sta > span:not(:first-child) {
      font-size: 20px;
      display: inline-block;
      /*margin-top: 10px;*/ }
  .teamstatistic_content .ts_form {
    text-align: center;
    grid-column: span 3; }
    .teamstatistic_content .ts_form > span {
      text-align: center;
      display: block;
      font-weight: bold; }
    .teamstatistic_content .ts_form > div {
      border-radius: 50%;
      height: 30px;
      width: 30px;
      display: inline-block;
      color: white;
      line-height: 30px;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 10px; }
    .teamstatistic_content .ts_form .form_1 {
      background-color: #99ba61; }
    .teamstatistic_content .ts_form .form_2 {
      background-color: #e1c025; }
    .teamstatistic_content .ts_form .form_3 {
      background-color: #cd313f; }
    .teamstatistic_content .ts_form .form {
      position: relative;
      cursor: default; }
      .teamstatistic_content .ts_form .form .formOverlay {
        display: none;
        z-index: 2; }
      .teamstatistic_content .ts_form .form:hover .formOverlay {
        position: absolute;
        height: 100px;
        width: 300px;
        display: block;
        margin-left: -135px;
        padding-top: 10px; }
  .teamstatistic_content .formOverlay > div {
    display: inline-block; }
  .teamstatistic_content .formOverlay .team {
    width: 100px;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
    .teamstatistic_content .formOverlay .team > span {
      font-size: 12px;
      line-height: 12px;
      display: block; }
  .teamstatistic_content .formOverlay .result {
    margin-top: 20px; }
    .teamstatistic_content .formOverlay .result span {
      margin: 0 3px;
      font-weight: bold;
      font-size: 16px; }
  .teamstatistic_content .formOverlay .logoWrap {
    width: 50px;
    padding: 5px;
    border-radius: 50%;
    height: 50px;
    margin: 0 auto;
    display: block; }
    .teamstatistic_content .formOverlay .logoWrap img {
      background-color: white;
      width: 46px;
      height: 46px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid white; }
  .teamstatistic_content .formOverlay:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(44, 44, 44, 0);
    border-bottom-color: #2c2c2c;
    border-width: 8px;
    margin-left: -8px; }

.textModule .bodyText {
  /*padding: 10px;*/ }

.field-bookings {
  /*overflow: visible !important;*/
  position: relative; }
  .field-bookings .booking-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #444;
    color: #eee;
    padding: 1rem;
    border-radius: 5px;
    z-index: 100;
    display: none; }
    .field-bookings .booking-info.open {
      display: block;
      width: 280px; }
  .field-bookings .field-bookings-toggle-mode {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    float: right; }
    @media only screen and (max-width: 1024px) {
      .field-bookings .field-bookings-toggle-mode {
        float: none;
        margin-top: 0.8rem; } }
  .field-bookings .field-selection {
    padding: 1rem;
    border-bottom: 1px solid #f2f2f2; }
    .field-bookings .field-selection select {
      padding: 8px;
      /*display:block;*/ }
  @media only screen and (max-width: 1024px) {
    .field-bookings .field-week-select {
      display: grid;
      grid-template-columns: 10px auto 10px;
      grid-column-gap: 10px;
      align-items: center; } }
  .field-bookings .field-week-select > div {
    display: inline-block;
    margin-right: 10px; }
  .field-bookings .field-week-select .selected-week > div {
    display: inline-block; }
  .field-bookings .field-week-select .selected-week-no {
    margin-right: 0.8rem;
    font-weight: bold; }
  .field-bookings .field-week-select .week-forward, .field-bookings .field-week-select .week-back {
    cursor: pointer; }
  .field-bookings .field-week-select .selected-week-dates {
    text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      .field-bookings .field-week-select .selected-week-dates {
        display: block !important; } }
  .field-bookings .field-day-select {
    /*@include bp-below-tablet{*/
    grid-template-columns: 10px 250px 10px;
    grid-column-gap: 10px;
    align-items: center;
    /*}*/
    display: none; }
    .field-bookings .field-day-select > div {
      display: inline-block;
      margin-right: 10px; }
    .field-bookings .field-day-select .day-forward, .field-bookings .field-day-select .day-back {
      cursor: pointer; }
    .field-bookings .field-day-select .selected-day-text {
      text-transform: uppercase;
      text-align: center; }
  .field-bookings .field-bookings-week-view, .field-bookings .field-bookings-day-view {
    display: grid;
    grid-template-columns: 50px repeat(7, 1fr); }
    .field-bookings .field-bookings-week-view .hour-cell, .field-bookings .field-bookings-week-view .day-name-cell, .field-bookings .field-bookings-day-view .hour-cell, .field-bookings .field-bookings-day-view .day-name-cell {
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .field-bookings .field-bookings-week-view .hour-cell .day-name-long, .field-bookings .field-bookings-week-view .day-name-cell .day-name-long, .field-bookings .field-bookings-day-view .hour-cell .day-name-long, .field-bookings .field-bookings-day-view .day-name-cell .day-name-long {
          display: none; } }
      .field-bookings .field-bookings-week-view .hour-cell .day-name-short, .field-bookings .field-bookings-week-view .day-name-cell .day-name-short, .field-bookings .field-bookings-day-view .hour-cell .day-name-short, .field-bookings .field-bookings-day-view .day-name-cell .day-name-short {
        display: none; }
        @media only screen and (max-width: 1024px) {
          .field-bookings .field-bookings-week-view .hour-cell .day-name-short, .field-bookings .field-bookings-week-view .day-name-cell .day-name-short, .field-bookings .field-bookings-day-view .hour-cell .day-name-short, .field-bookings .field-bookings-day-view .day-name-cell .day-name-short {
            display: block; } }
      .field-bookings .field-bookings-week-view .hour-cell .cell-border, .field-bookings .field-bookings-week-view .day-name-cell .cell-border, .field-bookings .field-bookings-day-view .hour-cell .cell-border, .field-bookings .field-bookings-day-view .day-name-cell .cell-border {
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100% - 2px);
        width: calc(100% - 2px);
        border: 1px solid #f2f2f2;
        z-index: 1; }
    .field-bookings .field-bookings-week-view .hour-cell, .field-bookings .field-bookings-day-view .hour-cell {
      /*z-index:50;*/
      /*z-index:1;*/ }
      .field-bookings .field-bookings-week-view .hour-cell.booking-cell, .field-bookings .field-bookings-day-view .hour-cell.booking-cell {
        cursor: pointer;
        /*background-color:#85f274;*/ }
        .field-bookings .field-bookings-week-view .hour-cell.booking-cell:hover, .field-bookings .field-bookings-day-view .hour-cell.booking-cell:hover {
          /*opacity:0.8;*/ }
      .field-bookings .field-bookings-week-view .hour-cell .week-event, .field-bookings .field-bookings-day-view .hour-cell .week-event {
        position: absolute;
        top: 0;
        left: 0;
        /*background-color:#F86C6C;*/
        width: 100%;
        /*overflow:hidden;*/
        /*border-radius:10px;*/
        z-index: 3; }
  .field-bookings .day-col {
    overflow-y: hidden; }
  .field-bookings .field-bookings-day-view {
    grid-template-columns: 50px auto;
    display: none; }
    .field-bookings .field-bookings-day-view .hour-cell, .field-bookings .field-bookings-day-view .day-name-cell {
      /*height:50px;*/ }
  .field-bookings .week-events {
    display: none; }

.event-tooltip {
  font-size: 12px; }
  .event-tooltip .event-tooltip-time {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px; }

.bodyText {
  line-height: 1.5; }
  .bodyText a {
    text-decoration: underline;
    font-weight: bold; }
  .bodyText b, .bodyText strong {
    font-weight: bold; }
  .bodyText i, .bodyText em {
    font-style: italic; }
  .bodyText ul, .bodyText ol {
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .bodyText div {
    min-height: 10px; }
  .bodyText ul {
    list-style-type: disc;
    list-style-position: inside; }
  .bodyText ol {
    list-style-type: decimal;
    list-style-position: inside; }
  .bodyText ul ul, .bodyText ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
    margin-top: 0px; }
  .bodyText ol ol, .bodyText ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
    margin-top: 0px; }
  .bodyText p {
    margin-bottom: 10px; }
  .bodyText p:last-child {
    margin-bottom: 0; }
  .bodyText li {
    /*list-style:disc;*/ }
  .bodyText img {
    max-width: 100%;
    height: auto; }
  .bodyText table td {
    vertical-align: middle; }

.theme_buttonWrap {
  text-align: center; }

.theme_button {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  border: 0;
  cursor: pointer;
  padding: 1rem 2rem;
  -webkit-appearance: none;
  font-weight: bold;
  text-transform: uppercase; }
  .theme_button.theme_button_small {
    /*border: 0;
        padding: 0.5rem 1rem;*/ }
  .theme_button:active {
    position: relative;
    top: 1px; }

.theme_search_buttonWrap .theme_button_small {
  border: 0;
  padding: 0.5rem 1rem; }

.cookieNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #111;
  color: #fff;
  width: 100%;
  display: none;
  text-align: left;
  z-index: 500; }
  .cookieNotice.top {
    top: 0;
    bottom: auto; }
  .cookieNotice .cookieNotice_content {
    padding: 40px 0px; }
    .cookieNotice .cookieNotice_content > * {
      display: inline-block;
      vertical-align: top; }
    .cookieNotice .cookieNotice_content .theme_button {
      width: auto; }
    .cookieNotice .cookieNotice_content span {
      max-width: 80%;
      margin-right: 20px; }
    .cookieNotice .cookieNotice_content a {
      display: block;
      font-weight: bold;
      margin-top: 10px; }

.theme_dbuLink_wrap {
  text-align: center;
  margin-top: 10px; }
  .theme_dbuLink_wrap .theme_dbuLink {
    padding: 10px;
    display: block;
    z-index: 10;
    background-color: #fff;
    color: #929292;
    font-size: 12px; }
    @media only screen and (max-width: 959px) {
      .theme_dbuLink_wrap .theme_dbuLink .theme_dbuLink {
        font-size: 10px; } }

#loginBox {
  text-align: center;
  display: inline-block;
  border-radius: 25px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 255px; }
  #loginBox input[type='submit'] {
    padding: 10px;
    border: 0;
    background-color: green;
    color: white;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 5px;
    outline: none; }
  #loginBox input[type='submit'].bt_logout {
    background-color: #D02731; }
  #loginBox p {
    font-weight: bold; }
  #loginBox .forgottenPassword {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px; }
  #loginBox a:nth-child(2) {
    margin-left: 20px; }
  #loginBox .errorMsg {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 5px;
    font-size: 14px;
    color: #222;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px; }
  #loginBox .bt_cancel {
    padding: 10px;
    border: 0;
    background-color: #D02731;
    color: white;
    font-size: 18px;
    font-weight: 300;
    border-radius: 5px;
    outline: none;
    margin-right: 10px; }
  #loginBox .groups {
    font-size: 12px;
    margin-top: 10px; }
    #loginBox .groups > div {
      margin-top: 5px;
      font-weight: bold; }

.loginWrap {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px; }
  .loginWrap > div > * {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    vertical-align: middle;
    background-color: white;
    color: #2c2c2c;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none; }
  .loginWrap > div > div {
    width: 30px; }
  .loginWrap input {
    width: 225px; }
  .loginWrap .userName {
    border-bottom: 1px solid #c2c2c2; }

.userInfoWrap {
  height: 100px;
  width: 100px;
  position: fixed;
  right: 0;
  bottom: -100px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px 0 0 0;
  z-index: 1000;
  padding: 20px;
  text-align: center; }
  .userInfoWrap p {
    margin-bottom: 10px; }
  .userInfoWrap input[type='submit'] {
    padding: 10px;
    border: 0;
    background-color: #D02731;
    color: white;
    /*margin-top:15px;*/
    font-size: 18px;
    font-weight: 300;
    border-radius: 5px;
    outline: none; }

.theme_newsletter_wrap {
  margin: 30px 0; }

.theme_newsletter_text {
  margin-bottom: 10px;
  font-size: 26px; }

.theme_newsletter_textbox input {
  border-radius: 3px;
  height: 25px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #c2c2c2; }

.theme_newsletter_validation {
  height: 20px;
  line-height: 20px; }

.theme_newsletter_msgAdded {
  display: none;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px; }

.theme_newsletter_msgRemoved {
  display: none;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px; }

.theme_newsletter_error {
  display: none; }

.newsletter--preview {
  max-width: 800px;
  margin: 0 auto;
  grid-column: span 12; }
  .newsletter--preview .newsletter--preview--rte a {
    text-decoration: underline; }
  .newsletter--preview .newsletter--preview--footer a {
    text-decoration: underline;
    font-weight: bold;
    color: inherit; }
  .newsletter--preview .newsletter--preview--header-img img {
    width: 100px; }
    @media only screen and (max-width: 959px) {
      .newsletter--preview .newsletter--preview--header-img img {
        width: 50px; } }
  @media only screen and (max-width: 959px) {
    .newsletter--preview .newsletter--preview--header-text {
      font-size: 24px !important; } }

.theme_paging_wrap {
  vertical-align: middle;
  text-align: center; }
  .theme_paging_wrap .theme_paging_left {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url("../../content/vanilla/images/icon_goto_back_dark.png");
    background-size: cover;
    vertical-align: middle; }
  .theme_paging_wrap .theme_paging_right {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url("../../content/vanilla/images/icon_goto_dark.png");
    background-size: cover;
    vertical-align: middle; }
  .theme_paging_wrap a:last-child {
    margin-left: 30px; }
  .theme_paging_wrap a.disabled {
    opacity: 0.4;
    cursor: default; }

.theme_profileImgWrap {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border: 5px solid white;
  background-color: #fff !important; }
  .theme_profileImgWrap .theme_profileImg {
    height: 100px;
    width: 100px; }

.theme_socialLinks_wrap {
  margin-right: 10px;
  border-radius: 3px;
  padding: 3px; }
  .theme_socialLinks_wrap div {
    height: 29px;
    width: 29px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
    margin-left: 10px;
    border-radius: 5px; }
    .theme_socialLinks_wrap div.theme_socialLinks_fb {
      background-image: url("/content/img/icon_social_fb.png"); }
    .theme_socialLinks_wrap div.theme_socialLinks_twitter {
      background-image: url("/content/img/icon_social_twitter.png"); }
    .theme_socialLinks_wrap div.theme_socialLinks_instagram {
      background-image: url("/content/img/icon_social_instagram.png"); }
  @media only screen and (max-width: 959px) {
    .theme_socialLinks_wrap {
      display: none; } }

.theme_socialButtonsWrap {
  position: absolute;
  top: 5px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  background-color: #000;
  padding: 0.3rem 0.5rem;
  border-radius: 10px; }
  @media only screen and (max-width: 1024px) {
    .theme_socialButtonsWrap {
      position: relative;
      top: auto;
      right: auto;
      float: right; } }
  .theme_socialButtonsWrap .theme_social-share-icon {
    height: 18px; }
  .theme_socialButtonsWrap div {
    height: 29px;
    width: 29px;
    background-repeat: no-repeat;
    background-size: cover;
    /*float: left;*/
    margin-left: 5px; }
    @media only screen and (max-width: 1024px) {
      .theme_socialButtonsWrap div {
        height: 20px;
        width: 20px; } }
  .theme_socialButtonsWrap .theme_social_fb {
    cursor: pointer;
    background-image: url("/themes/vanilla/images/icon_social_fb.png"); }
  .theme_socialButtonsWrap .theme_social_twitter {
    background-image: url("/themes/vanilla/images/icon_social_twitter.png"); }
  .theme_socialButtonsWrap .theme_social_google {
    background-image: url("/themes/vanilla/images/icon_social_google.png"); }

.theme_searchWrap {
  border: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  z-index: 501; }
  @media only screen and (max-width: 959px) {
    .theme_searchWrap {
      display: inline-flex; } }
  .theme_searchWrap * {
    display: inline-flex; }
  .theme_searchWrap .theme_search_inputWrap {
    position: relative; }
    .theme_searchWrap .theme_search_inputWrap .theme_search_input {
      border: 0;
      height: 30px;
      padding-left: 5px;
      font-size: 14px;
      border-right: 1px solid #c2c2c2; }
      @media only screen and (max-width: 959px) {
        .theme_searchWrap .theme_search_inputWrap .theme_search_input {
          border-radius: 5px 0px 0px 5px;
          width: 60%; } }
    .theme_searchWrap .theme_search_inputWrap .theme_search_select {
      height: 32px;
      margin: 0;
      border: 0;
      vertical-align: top;
      margin-left: -4px;
      width: 120px;
      overflow: hidden;
      font-size: 14px;
      outline: none;
      border-left: 1px solid #c2c2c2;
      margin-top: 0px;
      background-color: white;
      position: relative;
      color: #2c2c2c;
      text-align: left; }
      @media only screen and (max-width: 959px) {
        .theme_searchWrap .theme_search_inputWrap .theme_search_select {
          width: 40%; } }
      .theme_searchWrap .theme_search_inputWrap .theme_search_select::after {
        content: '\f078';
        font-family: "FontAwesome";
        font-size: 14px;
        position: absolute;
        right: 5px;
        top: 7px;
        color: #2c2c2c; }
      .theme_searchWrap .theme_search_inputWrap .theme_search_select span {
        line-height: 32px;
        padding-left: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
        text-align: left;
        font-size: 12px; }

.theme_search_button {
  height: 32px; }
  @media only screen and (max-width: 959px) {
    .theme_search_button {
      border-radius: 5px 5px 5px 5px; } }
  .theme_search_button.theme_button.theme_button_small {
    border-radius: 0; }

.theme_search_options {
  display: none;
  position: absolute;
  background: white;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  font-size: 14px;
  z-index: 502;
  cursor: pointer;
  border: 1px solid #c2c2c2; }
  @media only screen and (max-width: 959px) {
    .theme_search_options {
      font-size: 12px; } }
  .theme_search_options li {
    display: block;
    color: #2c2c2c;
    height: 30px;
    padding: 5px;
    text-align: left;
    line-height: 30px;
    cursor: pointer; }
    .theme_search_options li:hover {
      background-color: #c2c2c2; }

.theme_search_input_mobile {
  border-radius: 3px;
  border: 0;
  height: 25px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #c2c2c2;
  margin-bottom: 5px;
  margin-top: 5px; }

.spotBoxWrap {
  cursor: pointer; }
  .spotBoxWrap.noLink {
    cursor: default; }
    .spotBoxWrap.noLink .spotBox_item_text {
      cursor: default; }
  .spotBoxWrap a {
    display: block; }
  .spotBoxWrap .spotBox {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    margin-bottom: 20px;
    perspective: 1px; }
  .spotBoxWrap .spotBox_wrap {
    position: absolute;
    padding: 2px; }
    .spotBoxWrap .spotBox_wrap .spotBox_item_text {
      border: none !important;
      background: none !important;
      background-color: transparent !important;
      height: auto !important;
      width: auto !important;
      padding: 0 !important;
      margin: 0 !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: left;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }
    .spotBoxWrap .spotBox_wrap .spotBox_item_img {
      border: none !important;
      background-color: transparent !important;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      padding: 0 !important;
      margin: 0 !important;
      text-align: center;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }

.switch {
  position: relative;
  display: inline-block; }

.switch-input {
  display: none; }

.switch-label {
  display: block;
  width: 48px;
  height: 24px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none; }

.switch-label::before,
.switch-label::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer; }

.switch-label::before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border-radius: 9999em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }

.switch-label::after {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease; }

.switch-input:checked + .switch-label::before {
  background-color: #89c12d; }

.switch-input:checked + .switch-label::after {
  left: 24px; }

.theme_macro {
  /*display: block;*/
  float: none;
  clear: left;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden; }
  .theme_macro.theme-no-border .theme_macro {
    border-width: 0px;
    border: none; }
  .theme_macro.theme-no-border .theme_macro-border {
    border-width: 0px;
    border: none; }
  .theme_macro.previewMacro h2 {
    line-height: 20px;
    font-size: inherit;
    padding: 0;
    margin: 0; }
  .theme_macro .theme_contentWrap {
    /*padding: 10px;*/
    position: relative; }
  .theme_macro .theme_contentWrap_noPadding {
    position: relative; }
  .theme_macro.noBackground {
    background-color: transparent; }
  .theme_macro.noBorderRadius {
    border-radius: 0 !important; }
  .theme_macro.noBorder {
    border: none !important; }

.theme_header {
  /*padding-left: 5px;*/
  font-weight: bold;
  /*text-align: center;*/
  /*padding: 5px;*/ }
  .theme_header * {
    display: inline-block; }
  .theme_header .subHeader {
    font-size: 0.6em;
    display: block;
    margin-top: 5px; }

.theme_subHeader {
  display: inline-block; }

.theme_thumbImgWrap {
  height: 50px;
  width: 75px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  border: 5px solid white;
  overflow: hidden; }
  .theme_thumbImgWrap .theme_thumbImg {
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 50px;
    background-size: cover; }

.theme_clubresultpage_wrap {
  padding-bottom: 10px; }
  .theme_clubresultpage_wrap .theme_clubresultpage_teamlist h3 {
    margin-bottom: 10px; }
  .theme_clubresultpage_wrap .theme_clubresultpage_teamlist ul {
    text-align: left; }
    .theme_clubresultpage_wrap .theme_clubresultpage_teamlist ul li {
      margin-bottom: 10px;
      display: block;
      height: 20px;
      line-height: 20px;
      text-align: left;
      vertical-align: top;
      padding: 5px; }
      .theme_clubresultpage_wrap .theme_clubresultpage_teamlist ul li i {
        margin-left: 5px;
        margin-right: 10px;
        font-size: 1.2em;
        width: 30px;
        text-align: center; }
  .theme_clubresultpage_wrap .theme_clubresultpage_backButton {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px; }

.theme_clubresultpage_wrap .theme_leagueTable_wrap {
  width: 100%; }

.theme_clubresultpage_wrap .theme_matchProgram_wrap {
  width: 100%; }

.theme_clubresultpage_wrap .theme_matchProgram_content {
  text-align: center;
  height: 800px; }

@media only screen and (max-width: 959px) {
  .theme_clubresultpage_teamlist {
    text-align: center; }
  .theme_clubresultpage_backButton {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px; } }

.theme_folder_wrap {
  padding-bottom: 20px; }
  .theme_folder_wrap .theme_folder_leadText {
    line-height: 1.5rem; }
  .theme_folder_wrap .theme_folder_itemWrap {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    margin-left: 20px; }
  .theme_folder_wrap .theme_folder_icon {
    background-color: navajowhite;
    height: 35px;
    margin-top: 8px;
    margin-right: 10px;
    width: 35px;
    float: left; }
  .theme_folder_wrap .theme_folder_link {
    float: left; }

.gridv2 .pagebody .theme_gallerySection_wrap {
  margin-bottom: 10px; }

.theme_gallerySection_wrap {
  display: inline-block;
  padding-bottom: 10px; }
  .theme_gallerySection_wrap .theme_gallerySection_wrap h3 .datestamp {
    margin-left: 10px;
    font-weight: normal; }
  .theme_gallerySection_wrap .theme_gallerySection_wrap h3 .countstamp {
    margin-left: 10px; }
  .theme_gallerySection_wrap .theme_gallerySection_contentWrap {
    /*padding: 0 20px 0 20px;*/
    /*margin-top: 10px;*/ }
    .theme_gallerySection_wrap .theme_gallerySection_contentWrap .mp_gallery_imgs {
      display: grid;
      justify-items: center;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
    .theme_gallerySection_wrap .theme_gallerySection_contentWrap .theme_gallerySection_description {
      /*padding: 0 10px 10px 10px;*/
      /*padding-top: 0px;*/
      /*margin-bottom: 10px;*/ }
    .theme_gallerySection_wrap .theme_gallerySection_contentWrap .theme_gallerySection_imgWrap {
      display: inline-block;
      height: 120px;
      width: 120px;
      background-size: cover;
      float: left;
      cursor: pointer;
      vertical-align: middle;
      overflow: hidden; }
      .theme_gallerySection_wrap .theme_gallerySection_contentWrap .theme_gallerySection_imgWrap .theme_gallerySection_img {
        display: inline-block;
        height: 120px;
        width: 120px;
        background-position: center center;
        background-size: cover; }
    .theme_gallerySection_wrap .theme_gallerySection_contentWrap .theme_gallerySection_seeAll {
      height: 120px;
      width: 120px;
      background-size: cover;
      float: left;
      cursor: pointer;
      vertical-align: middle;
      text-align: center;
      border: 5px solid white; }
      .theme_gallerySection_wrap .theme_gallerySection_contentWrap .theme_gallerySection_seeAll:hover {
        opacity: 0.8; }
      .theme_gallerySection_wrap .theme_gallerySection_contentWrap .theme_gallerySection_seeAll div {
        vertical-align: middle;
        font-weight: bold; }
      .theme_gallerySection_wrap .theme_gallerySection_contentWrap .theme_gallerySection_seeAll icon {
        font-size: 44px;
        margin-top: 20px;
        margin-right: 0; }

.theme_newsFolder_wrap {
  /*padding-bottom: 10px;*/ }
  .theme_newsFolder_wrap .theme_newsFolder_header {
    /*margin-bottom: 20px;*/ }
  .theme_newsFolder_wrap .theme_newsFolder_items {
    display: grid;
    grid-template-columns: 1fr; }
  .theme_newsFolder_wrap .theme_newsFolder_itemWrap {
    display: grid;
    grid-template-columns: 1fr 5fr; }
    @media only screen and (max-width: 959px) {
      .theme_newsFolder_wrap .theme_newsFolder_itemWrap {
        grid-template-columns: 1fr 4fr; } }
    @media only screen and (max-width: 576px) {
      .theme_newsFolder_wrap .theme_newsFolder_itemWrap {
        grid-template-columns: 1fr; } }
    .theme_newsFolder_wrap .theme_newsFolder_itemWrap .theme_newsFolder_imgWrap {
      /*margin-right: 10px;*/
      display: inline-block;
      /*border: 5px solid white;*/ }
      .theme_newsFolder_wrap .theme_newsFolder_itemWrap .theme_newsFolder_imgWrap .theme_newsFolder_img {
        width: 180px;
        height: 120px;
        background-size: cover;
        background-color: #c2c2c2; }
    .theme_newsFolder_wrap .theme_newsFolder_itemWrap .theme_newsFolder_textWrap {
      vertical-align: top;
      display: inline-block; }
      .theme_newsFolder_wrap .theme_newsFolder_itemWrap .theme_newsFolder_textWrap .theme_newsFolder_dateStamp {
        opacity: 0.7;
        font-size: 11px; }
      .theme_newsFolder_wrap .theme_newsFolder_itemWrap .theme_newsFolder_textWrap a {
        font-size: 20px;
        font-weight: bold; }
  @media only screen and (max-width: 959px) {
    .theme_newsFolder_wrap .theme_newsFolder_img {
      width: 55px;
      height: 40px;
      background-size: cover;
      background-color: #c2c2c2; }
    .theme_newsFolder_wrap .theme_newsFolder_textWrap {
      vertical-align: top;
      display: inline-block;
      width: 70%; }
      .theme_newsFolder_wrap .theme_newsFolder_textWrap .theme_newsFolder_dateStamp {
        margin-top: 5px; } }

.theme_newsItem {
  position: relative;
  display: block;
  clear: both; }
  .theme_newsItem .theme_newsItem_headerWrap {
    display: block;
    width: 100%;
    position: relative; }
  .theme_newsItem .theme_newsItem_leadText {
    margin-bottom: 20px;
    /*font-weight:bold;*/
    clear: both;
    /*width: 95%;*/ }
  .theme_newsItem .theme_newsItem_imageWrap {
    /*width: 100%;*/
    text-align: center;
    display: block; }
    .theme_newsItem .theme_newsItem_imageWrap .theme_newsItem_imageHolder {
      position: relative;
      display: block; }
      .theme_newsItem .theme_newsItem_imageWrap .theme_newsItem_imageHolder img {
        width: 100%;
        margin: 0 auto;
        display: block; }
      .theme_newsItem .theme_newsItem_imageWrap .theme_newsItem_imageHolder .theme_newsItem_imageText {
        z-index: 10;
        line-height: 16px;
        display: block;
        background-color: rgba(44, 44, 44, 0.6);
        color: white;
        padding: 5px;
        position: relative;
        margin-top: -26px;
        text-align: left;
        font-size: smaller; }
  .theme_newsItem .theme_newsItem_bodyText {
    line-height: 120%;
    display: block; }
    .theme_newsItem .theme_newsItem_bodyText strong {
      font-weight: bold; }
    .theme_newsItem .theme_newsItem_bodyText h3 {
      font-weight: bold; }
    .theme_newsItem .theme_newsItem_bodyText p {
      margin-bottom: 10px; }
  .theme_newsItem .theme_newsItem_socialButtonsWrap {
    position: absolute;
    top: 0px;
    right: 10px; }
    .theme_newsItem .theme_newsItem_socialButtonsWrap div {
      height: 29px;
      width: 29px;
      background-repeat: no-repeat;
      background-size: cover;
      float: left;
      margin-left: 5px; }
    .theme_newsItem .theme_newsItem_socialButtonsWrap .theme_newsItem_social_fb {
      cursor: pointer;
      background-image: url("/themes/vanilla/images/icon_social_fb.png"); }
    .theme_newsItem .theme_newsItem_socialButtonsWrap .theme_newsItem_social_twitter {
      background-image: url("/themes/vanilla/images/icon_social_twitter.png"); }
    .theme_newsItem .theme_newsItem_socialButtonsWrap .theme_newsItem_social_google {
      background-image: url("/themes/vanilla/images/icon_social_google.png"); }
  .theme_newsItem .theme_newsItem_author {
    margin-top: 0px;
    margin-bottom: 5px; }
    .theme_newsItem .theme_newsItem_author span {
      margin-right: 5px; }
  @media only screen and (max-width: 959px) {
    .theme_newsItem .theme_newsItem_imageWrap img {
      width: 96%; }
    .theme_newsItem .theme_newsItem_imageWrap .theme_newsItem_imageText {
      line-height: 14px;
      display: block;
      background-color: rgba(44, 44, 44, 0.6);
      color: white;
      width: 94%;
      margin: 0 auto;
      padding: 8px 2% 5px 0;
      margin-top: -5px;
      font-size: 12px;
      position: static;
      opacity: 1; }
    .theme_newsItem .theme_newsItem_author {
      margin-left: 12px;
      margin-top: -10px;
      margin-bottom: 10px;
      font-size: 0.8em; }
    .theme_newsItem .theme_newsItem_socialButtonsWrap {
      display: inline-block;
      margin: 0;
      margin-top: 10px !important;
      margin-left: 10px;
      margin-bottom: 10px;
      float: right;
      position: relative; }
      .theme_newsItem .theme_newsItem_socialButtonsWrap div {
        height: 19px;
        width: 19px; } }

.theme_searchResult_wrap {
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .theme_searchResult_wrap .theme_searchResult_li {
    margin-left: 20px;
    margin-bottom: 10px;
    margin: 0 20px 20px 20px;
    cursor: pointer;
    border: 1px solid #c2c2c2;
    padding: 20px; }
  .theme_searchResult_wrap .theme_searchResult_textWrap {
    vertical-align: top;
    display: inline-block;
    width: 70%; }
    .theme_searchResult_wrap .theme_searchResult_textWrap .type {
      padding: 2px;
      display: inline-block;
      margin-bottom: 5px;
      z-index: 10; }
    .theme_searchResult_wrap .theme_searchResult_textWrap .theme_searchResult_text {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 5px; }
    .theme_searchResult_wrap .theme_searchResult_textWrap .theme_searchResult_leadText {
      font-size: 12px; }
  .theme_searchResult_wrap .theme_searchResult_count {
    margin-bottom: 20px;
    margin-left: 10px; }

.theme_teampage_wrap {
  /*padding-bottom: 20px;*/ }
  .theme_teampage_wrap .theme_header {
    /*margin-bottom: 10px;*/ }
  .theme_teampage_wrap .theme_teampage_bodyText {
    /*padding-left: 10px;
        padding-right: 10px;*/
    line-height: 140%;
    /*padding-bottom: 10px;*/ }

.theme_textpage_wrap {
  position: relative; }
  .theme_textpage_wrap .theme_textpage_imageWrap {
    text-align: center;
    display: block; }
    .theme_textpage_wrap .theme_textpage_imageWrap .theme_textpage_imageHolder {
      position: relative;
      display: block; }
    .theme_textpage_wrap .theme_textpage_imageWrap img {
      margin: 0 auto;
      display: block;
      width: 100%; }
    .theme_textpage_wrap .theme_textpage_imageWrap .theme_textpage_imageText {
      z-index: 10;
      line-height: 16px;
      margin-top: -26px;
      display: block;
      background-color: rgba(44, 44, 44, 0.6);
      color: white;
      padding: 5px;
      position: relative;
      text-align: left;
      font-size: smaller; }
  .theme_textpage_wrap .theme_textpage_bodyText {
    line-height: 1.5rem; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.dropDownNav
{
    /*z-index: 20000;*/
    vertical-align: top;
    grid-column:span 12;
}

.dropDownNav ul
{
	list-style:none;
	position:relative;
	/*float:left;*/
	margin:0;
    padding: 0;
    z-index: 500;
} 

.dropDownNav ul a
{
	display:block;
	text-decoration:none;
	line-height:32px;
	padding:0 15px;
}

.dropDownNav ul li
{
	position:relative;
	float:left;
	margin:0;
    padding: 0;
    text-align: left;
    
    
}



.dropDownNav ul li:hover
{

}

.dropDownNav ul li.current-menu-item
{
    
}


.dropDownNav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
    padding: 0;
    z-index: 510;   
}

.dropDownNav .dropdownRight ul{
    left:auto;
    right:100%;
}

.dropDownNav ul ul ul:after {
    left:1px;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -10px;
}

.dropDownNav .dropdownRight:hover ul:after{
    right: 1px;
    left:auto;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-width: 7px;
	margin-top: -10px;
    border-right-color:transparent;
}

.dropDownNav .dropdownRight ul{
    padding-left:0;
    padding-right:15px;
}

.dropDownNav a.noLink {
    cursor:context-menu;
}

.dropDownNav ul ul li
{
	float:none;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.31);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.31);
    white-space: nowrap;
}

.dropDownNav ul ul li:last-child {
    
}


.dropDownNav ul ul a
{
	line-height:120%;
    padding: 10px 15px;
    white-space: nowrap;
}

.dropDownNav ul ul ul
{
	top:0;
    left: 100%;
    padding-left: 15px;
}

.dropDownNav ul li:hover > ul
{
	
}

.dropDownNav a icon {
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    text-align: center;
    margin-right: -10px!important;
}

    .dropDownNav .dropdownNested {
        
    }


/* pager wrapper, div */
.tablesorter-pager {
	padding: 5px;
}
/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
	background-color: #e6eeee;
	margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
}
/* pager navigation arrows */
.tablesorter-pager img {
	vertical-align: middle;
	margin-right: 2px;
	cursor: pointer;
}

/* pager output text */
.tablesorter-pager .pagedisplay {
	padding: 0 5px 0 5px;
	width: auto;
	white-space: nowrap;
	text-align: center;
}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {
	margin: 0;
	padding: 0;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
	display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
	/* visibility: hidden */
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}
.tablesorter-pager .pagesize{
    border-radius:3px;
}
/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.tipso_bubble {
    position: absolute;
	text-align: center;
	border-radius: 6px;
	z-index: 9999;
}
.tipso_style{
	cursor: help;
	border-bottom: 1px dotted;
}
.tipso_title {
	border-radius: 6px 6px 0 0;
}
.tipso_content {
  	word-wrap: break-word;
	padding: 0.5em;
}

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
.tipso_bubble.tiny {
	font-size: 0.6rem;
}
.tipso_bubble.small {
	font-size: 0.8rem;
}
.tipso_bubble.default {
	font-size: 1rem;
}
.tipso_bubble.large {
	font-size: 1.2rem;
	width: 100%;
}

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow{
	position: absolute;
	width: 0; height: 0;
	border: 8px solid;
	pointer-events: none;
}
.tipso_bubble.top > .tipso_arrow {
	border-top-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.bottom > .tipso_arrow {
	border-bottom-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.left > .tipso_arrow {
	border-left-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	top: 50%;
	left: 100%;
	margin-top: -8px;
}
.tipso_bubble.right > .tipso_arrow {
	border-right-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	top: 50%;
	right: 100%;
	margin-top: -8px;
}

.tipso_bubble .top_right_corner, 
.tipso_bubble.top_right_corner {
	border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner, 
.tipso_bubble.bottom_right_corner  {
	border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner, 
.tipso_bubble.top_left_corner {
	border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner, 
.tipso_bubble.bottom_left_corner  {
	border-top-right-radius: 0;
}

/*!
 * FullCalendar v3.5.1 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */


.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
    font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/


.fc-highlight { /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3;
}

.fc-bgevent { /* default look for background events */
    background: rgb(143, 223, 130);
    opacity: .3;
}

.fc-nonbusiness { /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #d7d7d7;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

button.fc-button {
    /* force height to include the border and padding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* dimensions */
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    /* text & cursor */
    font-size: 1em; /* normalize */
    white-space: nowrap;
    cursor: pointer;
}

    /* Firefox has an annoying inner border */
    button.fc-button::-moz-focus-inner {
        margin: 0;
        padding: 0;
    }

.fc-state-default { /* non-theme */
    border: 1px solid;
}

    .fc-state-default.fc-corner-left { /* non-theme */
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .fc-state-default.fc-corner-right { /* non-theme */
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
    position: relative;
    top: -0.05em; /* seems to be a good adjustment across browsers */
    margin: 0 .2em;
    vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
    display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
    margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

    .fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
        padding: 2px 4px;
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px;
        }

        .fc-popover .fc-header .fc-close {
            cursor: pointer;
        }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
    border-width: 1px 0;
}

.fc-clear {
    clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0; /* strech bg to bottom edge */
}

    .fc-bg table {
        height: 100%; /* strech bg to bottom edge */
    }


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
    width: 100%;
    box-sizing: border-box; /* fix scrollbar issue in firefox */
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em; /* normalize cross-browser */
}

.fc th {
    text-align: center;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

    .fc td.fc-today {
        border-style: double; /* overcome neighboring borders */
    }


/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/

a[data-goto] {
    cursor: pointer;
}

    a[data-goto]:hover {
        text-decoration: underline;
    }


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
    position: relative;
}

    .fc-row .fc-bg {
        z-index: 1;
    }

    /* highlighting cells & background event skeleton */

    .fc-row .fc-bgevent-skeleton,
    .fc-row .fc-highlight-skeleton {
        bottom: 0; /* stretch skeleton to bottom of row */
    }

        .fc-row .fc-bgevent-skeleton table,
        .fc-row .fc-highlight-skeleton table {
            height: 100%; /* stretch skeleton to bottom of row */
        }

        .fc-row .fc-highlight-skeleton td,
        .fc-row .fc-bgevent-skeleton td {
            border-color: transparent;
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2;
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3;
    }

    /*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px; /* matches the space above the events */
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5;
    }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    /* extra precedence to prevent theme-provided backgrounds */
    background: none; /* in case <td>s are globally styled */
    border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    /* don't put a border between events and/or the day number */
    border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
    -webkit-overflow-scrolling: touch;
}

    /* TODO: move to agenda/basic */
    .fc-scroller > .fc-day-grid,
    .fc-scroller > .fc-time-grid {
        position: relative; /* re-scope all positions */
        width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
    }


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
    position: relative; /* for resize handle and other inner positioning */
    display: block; /* make the <a> tag block */
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad; /* default BORDER color */
}

.fc-event,
.fc-event-dot {
    /*background-color: #3a87ad; /* default BACKGROUND color */
}

    .fc-event,
    .fc-event:hover {
        color: #fff; /* default TEXT color */
        text-decoration: none; /* if <a> has an href */
    }

        .fc-event[href],
        .fc-event.fc-draggable {
            cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
        }

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
    cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
    z-index: 1;
    background: #fff;
    opacity: .25;
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
}

/* resizer (touch devices) */

.fc-event .fc-resizer {
    display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    /* only show when hovering or selected (with touch) */
    display: block;
}

    /* hit area */

    .fc-event.fc-selected .fc-resizer:before {
        /* 40x40 touch area */
        content: "";
        position: absolute;
        z-index: 9999; /* user of this util can scope within a lower z-index */
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }


/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
    z-index: 9999 !important; /* overcomes inline z-index */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .fc-event.fc-selected.fc-dragging {
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    }


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3; /* below resizers */
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px; /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px; /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px; /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px; /* overcome border */
}

/* resizer (mouse devices) */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px; /* overcome top border */
    bottom: -1px; /* overcome bottom border */
}

/* resizer (touch devices) */

.fc-h-event.fc-selected .fc-resizer {
    /* 8x8 little dot */
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    /* vertically center */
    top: 50%;
    margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px; /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px; /* centers the 8x8 dot on the right edge */
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
    margin: 1px 0px 0 0; /* spacing between events and edges */
    /*padding: 4px 1px;*/
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 2px; /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1; /* same z-index as fc-bg, behind text */
    /* overcome the borders */
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    /* darkening effect */
    background: #000;
    /*opacity: .25;*/
}

.fc-day-grid-event .fc-content { /* force events to be one-line tall */
    /*white-space: nowrap;*/
    overflow: hidden;
}

.fc-day-grid-event .fc-time {
    font-weight: bold;
    font-size: 10px;
}

.fc-title {
    /*font-size:10px;*/
}

/* resizer (cursor devices) */

/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px; /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px; /* to the day cell's edge */
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

    a.fc-more:hover {
        text-decoration: underline;
    }

.fc-limited { /* rows and cells that are hidden because of a "more" link */
    display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
    z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

    .fc-more-popover .fc-event-container {
        padding: 10px;
    }


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
    position: absolute;
    border: 0 solid red;
}


/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/*
TODO: more distinction between this file and common.css
*/

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content, /* for gutter border */
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

    .fc-unthemed .fc-divider,
    .fc-unthemed .fc-popover .fc-header,
    .fc-unthemed .fc-list-heading td {
        background: #eee;
    }

        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #666;
        }

.fc-unthemed td.fc-today {
    background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    /*font-family: "Courier New", Courier, monospace;*/
    /* don't allow browser text-selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

    .fc-icon:after {
        position: relative;
    }

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

    .fc-unthemed .fc-popover .fc-header .fc-close {
        font-size: .9em;
        margin-top: 2px;
    }


/* List View
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5;
}



/* Colors
--------------------------------------------------------------------------------------------------*/

.ui-widget .fc-disabled-day {
    background-image: none;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0; /* where they meet, let the header have the border */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.ui-widget .fc-event {
    /* overpower jqui's styles on <a> tags. TODO: more DRY */
    color: #fff; /* default TEXT color */
    text-decoration: none; /* if <a> has an href */
    /* undo ui-widget-header bold */
    font-weight: normal;
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.ui-widget td.fc-axis {
    font-weight: normal; /* overcome bold */
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats .ui-widget-content {
    background: none; /* see through to fc-bg */
}



.fc.fc-bootstrap3 a {
    text-decoration: none;
}

    .fc.fc-bootstrap3 a[data-goto]:hover {
        text-decoration: underline;
    }

.fc-bootstrap3 hr.fc-divider {
    border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
    border-radius: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-bootstrap3 .fc-popover .panel-body {
    padding: 0; /* undo built-in padding */
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-bootstrap3 .fc-time-grid .fc-slats table {
    /* some themes have background color. see through to slats */
    background: none;
}



/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
    text-align: center;
}

    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 1em;
    }

    .fc-toolbar.fc-footer-toolbar {
        margin-top: 1em;
    }

    .fc-toolbar .fc-left {
        float: left;
    }

    .fc-toolbar .fc-right {
        float: right;
    }

    .fc-toolbar .fc-center {
        display: inline-block;
    }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
    margin-left: 0;
}

/* title text */

.fc-toolbar h2 {
    margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1;
}



/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    /* there may be week numbers in these views, so no padding-top */
    padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
    overflow: hidden;
}

    .fc-row.fc-rigid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

/* week and day number styling */

.fc-day-top.fc-other-month {
    opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
    padding: 0 2px; /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: #808080;
}

/* when week/day number have own column */

.fc-basic-view td.fc-week-number {
    text-align: center;
}

    .fc-basic-view td.fc-week-number > * {
        /* work around the way we do column resizing and ensure a minimum width */
        display: inline-block;
        min-width: 1.25em;
    }


/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2; /* so the "more.." popover will be over the time grid */
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em; /* all-day section will never get shorter than this */
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
        }


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

    .fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
        border: 0 hidden transparent;
    }

    .fc-time-grid > .fc-bg {
        z-index: 1;
    }

    .fc-time-grid .fc-slats,
    .fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-content-col {
        position: relative; /* because now-indicator lives directly inside */
    }

    .fc-time-grid .fc-content-skeleton {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
    }

    /* divs within a cell within the fc-content-skeleton */

    .fc-time-grid .fc-business-container {
        position: relative;
        z-index: 1;
    }

    .fc-time-grid .fc-bgevent-container {
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-highlight-container {
        position: relative;
        z-index: 3;
    }

    .fc-time-grid .fc-event-container {
        position: relative;
        z-index: 4;
    }

    .fc-time-grid .fc-now-indicator-line {
        z-index: 5;
    }

    .fc-time-grid .fc-helper-container { /* also is fc-event-container */
        position: relative;
        z-index: 6;
    }


    /* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0; /* each cell is responsible for its top border */
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted;
    }


    /* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

    .fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
        position: relative; /* scopes the left/right of the fc-highlight to be in the column */
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0;
        /* top and bottom will be in by JS */
    }


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
    overflow: hidden; /* don't let the bg flow over rounded corners */
}

    .fc-time-grid-event.fc-selected {
        /* need to allow touch resizers to extend outside event's bounding box */
        /* common fc-selected styles hide the fc-bg, so don't need this anyway */
        overflow: visible;
    }

        .fc-time-grid-event.fc-selected .fc-bg {
            display: none; /* hide semi-white background, to appear darker */
        }

    .fc-time-grid-event .fc-content {
        overflow: hidden; /* for when .fc-selected */
    }

    .fc-time-grid-event .fc-time,
    .fc-time-grid-event .fc-title {
        /*padding: 0 1px;*/
    }

    .fc-time-grid-event .fc-time {
        font-size: .85em;
        white-space: nowrap;
    }

    /* short mode, where time and title are on the same line */

    .fc-time-grid-event.fc-short .fc-content {
        /* don't wrap to second line (now that contents will be inline) */
        white-space: nowrap;
    }

    .fc-time-grid-event.fc-short .fc-time,
    .fc-time-grid-event.fc-short .fc-title {
        /* put the time and title on the same line */
        display: inline-block;
        vertical-align: top;
    }

        .fc-time-grid-event.fc-short .fc-time span {
            display: none; /* don't display the full time text... */
        }

        .fc-time-grid-event.fc-short .fc-time:before {
            content: attr(data-start); /* ...instead, display only the start time */
        }

        .fc-time-grid-event.fc-short .fc-time:after {
            content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
        }

    .fc-time-grid-event.fc-short .fc-title {
        font-size: .85em; /* make the title text the same size as the time */
        padding: 0; /* undo padding from above */
    }

    /* resizer (cursor device) */

    .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px;
        overflow: hidden;
        line-height: 8px;
        font-size: 11px;
        font-family: monospace;
        text-align: center;
        cursor: s-resize;
    }

        .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
            content: "=";
        }

    /* resizer (touch device) */

    .fc-time-grid-event.fc-selected .fc-resizer {
        /* 10x10 dot */
        border-radius: 5px;
        border-width: 1px;
        width: 8px;
        height: 8px;
        border-style: solid;
        border-color: inherit;
        background: #fff;
        /* horizontally center */
        left: 50%;
        margin-left: -5px;
        /* center on the bottom edge */
        bottom: -5px;
    }


/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0;
}

/* arrow on axis */

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px; /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    /* triangle pointing right... */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    /* triangle pointing left... */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}



/* List View
--------------------------------------------------------------------------------------------------*/

/* possibly reusable */

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

/* view wrapper */

.fc-rtl .fc-list-view {
    direction: rtl; /* unlike core views, leverage browser RTL */
}

.fc-list-view {
    border-width: 1px;
    border-style: solid;
}

/* table resets */

.fc .fc-list-table {
    table-layout: auto; /* for shrinkwrapping cell content */
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px;
}

.fc-list-table tr:first-child td {
    border-top-width: 0;
}

/* day headings with the list */

.fc-list-heading {
    border-bottom-width: 1px;
}

    .fc-list-heading td {
        font-weight: bold;
    }

.fc-ltr .fc-list-heading-main {
    float: left;
}

.fc-ltr .fc-list-heading-alt {
    float: right;
}

.fc-rtl .fc-list-heading-main {
    float: right;
}

.fc-rtl .fc-list-heading-alt {
    float: left;
}

/* event list items */

.fc-list-item.fc-has-url {
    cursor: pointer; /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
    padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0;
}

.fc-list-item-title a {
    /* every event title cell has an <a> tag */
    text-decoration: none;
    color: inherit;
}

    .fc-list-item-title a[href]:hover {
        /* hover effect only on titles with hrefs */
        text-decoration: underline;
    }

/* message when no events */

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table;
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fc-unthemed .fc-list-empty { /* theme will provide own background */
    background-color: #eee;
}


/***DBU TEMA***/
.fc-view-container {
    background-color: #fff;
}

.fc-day-header, .fc-week-number {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    /*padding:10px 0!important;*/
}

.fc-week-number {
    font-size: 10px;
}



.fc-day-grid-event {
    padding: 0;
    border-radius: 0;
    /*padding-bottom:5px;*/
    border: 0;
    cursor: pointer;
    padding: 0px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.35);
    overflow: hidden;
    /*line-height: 90%;*/
}

    .fc-day-grid-event .fc-time {
        font-weight: normal;
        /*display:block;*/
        /*float:left;*/
        line-height: 10px;
        /*float:left;*/
        margin-right: 3px;
    }

    .fc-day-grid-event .fc-title {
        font-weight: bold;
        /*padding:0;
        line-height:10px;*/
        font-size: 12px;
        /*float:left;*/
    }



    .fc-day-grid-event .fc-time.hideTime {
        display: none;
    }

.fc-agendaWeek-view .fc-day-grid-event .fc-title {
    font-size: 10px
}

.fc-day-grid-event .fc-time i {
    margin-left: 1px;
}

.fc-day-number {
    /*border-radius:50%;*/
    background-color: #000;
    height: 14px;
    width: 14px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    /*margin-top:3px;
    margin-right:3px;*/
}

.fc-day-top {
    /*background-color:#d2d2e2!important;*/
}

.fc-left {
    text-transform: uppercase;
}

.fc-button {
    border: 0;
    outline: none;
    background-image: none;
}

    .fc-button:hover {
        opacity: 0.8;
    }