@media print {
  @font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/roboto/Roboto-Regular.eot") format("embedded-opentype");
    src: url("../fonts/roboto/Roboto-Regular.woff") format("woff"),
      url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"),
      url("../fonts/roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/roboto/Roboto-Medium.eot") format("embedded-opentype");
    src: url("../fonts/roboto/Roboto-Medium.woff") format("woff"),
      url("../fonts/roboto/Roboto-Medium.ttf") format("truetype"),
      url("../fonts/roboto/Roboto-Medium.svg#Roboto-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/roboto/Roboto-Light.eot") format("embedded-opentype");
    src: url("../fonts/roboto/Roboto-Light.woff") format("woff"),
      url("../fonts/roboto/Roboto-Light.ttf") format("truetype"),
      url("../fonts/roboto/Roboto-Light.svg#Roboto-Light") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/roboto/Roboto-Bold.eot") format("embedded-opentype");
    src: url("../fonts/roboto/Roboto-Bold.woff") format("woff"),
      url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"),
      url("../fonts/roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  body {
    background: white;
    font-size: 16px;
    margin: 0;
  }
  body,
  html {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    background: #fff;
  }
  #print-logo {
    display: block !important;
    padding: 15px 0 0 0;
    text-align: center;
  }
  #print-logo img {
    height: auto;
    width: 120px;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 0px;
  }
  h1 {
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    color: #022236;
    margin-bottom: 20px;
  }
  h2 {
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #022236;
    margin-bottom: 20px;
  }
  h3 {
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    color: #022236;
    margin-bottom: 20px;
  }
  h4 {
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #022236;
    margin-bottom: 20px;
  }
  h5 {
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #022236;
    margin-bottom: 20px;
  }
  ul {
    margin: 0;
    padding: 0px;
  }

  p,
  li {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(2, 34, 54, 0.604308);
  }

  .header-section,
  header.inner-page-section,
  .inner-mdl-sect .sidebar-left,
  footer .footer-iner,
  .inner-mdl-sect .submenus {
    display: none !important;
  }
  .inner-mdl-sect .sidebar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .demo .red {
    color: black;
    font-weight: bold;
  }
  a {
    text-decoration: none;
    color: #005e97;
    text-decoration: underline;
  }
  #content {
    margin-left: 0;
    float: none;
    width: auto;
  }
  #footer,
  .ad {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h3 {
    margin-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }
  img.left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
  }
  .right {
    float: right;
  }
  .left {
    float: left;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}

/* Events */

 {
}

body #print-logo {
  display: block !important;
}
body #print-logo img {
  display: block !important;
  width: 100% !important;
}

.sidebar-right table.event-table td {
  text-align: left;
  padding: 0;
  font-size: 18px;
}

body #map,
body .events-category,
body .share-sect,
body #mainfooter,
body .common-form {
  display: none !important;
}

html,
body {
  border: 1px solid white;
  height: 99%;
  page-break-after: avoid !important;
  page-break-before: avoid !important;
}
.print-display-none,
.print-display-none * {
  display: none !important;
}
.print-visibility-hide,
.print-visibility-hide * {
  visibility: hidden !important;
}
.printme,
.printme * {
  visibility: visible !important;
}
.printme {
  position: absolute;
  left: 0;
  top: 0;
}
