/* Layout */

/* Colours */

/* Font */

/* Headings */

/* 32px; */

/* Lead */

/* Blockquote */

/* Lists */

/* Border Radius (changing for popover and tooltip) */

/* Popovers */

/* Tooltips */

/* Nav */

/* cropped as iphone5 195px would be the maximum */

/* Links */

.page-header .head-title .header-search {
  display: none;
}

.header-two .small-search {
  display: none;
}

.header-two .hamburger {
  display: none;
}

.page-header .head-title .hamburger {
  display: none;
}

.content-section {
  padding-top: 35px;
}

.news-feed {
  page-break-inside: avoid;
  padding-top: 20px;
}

.news-feed svg {
  bottom: auto;
  top: 0;
}

.news-feed p {
  margin-bottom: 0;
}

.news-feed .btn.btn-primary {
  margin-bottom: 0;
}

.collapse {
  display: block;
}

.tab-panel {
  /*page-break-inside: avoid;*/
}

.tab-panel-header {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-page .menu-column {
  width: 33%;
}

.board-member {
  page-break-inside: avoid;
}

.content-section.board-page {
  padding-top: 0;
}

.js-item {
  page-break-inside: avoid;
  position: inherit !important;
  top: inherit !important;
  left: inherit !important;
  visibility: inherit !important;
  will-change: inherit !important;
  opacity: inherit !important;
  -webkit-transition-duration: inherit !important;
          transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
          transition-timing-function: inherit !important;
  -webkit-transition-property: inherit !important;
  transition-property: inherit !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
}

.location-tile .photo {
  display: block;
}

.location-tile .background {
  background-position: center;
  background-size: cover;
  height: 100%;
}

@media print {
  .col-pr-1,
  .col-pr-2,
  .col-pr-3,
  .col-pr-4,
  .col-pr-5,
  .col-pr-6,
  .col-pr-7,
  .col-pr-8,
  .col-pr-9,
  .col-pr-10,
  .col-pr-11,
  .col-pr-12,
  .col-pr,
  .col-pr-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-pr {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-pr-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-pr-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-pr-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-pr-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-pr-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-pr-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-pr-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-pr-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-pr-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-pr-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-pr-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-pr-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-pr-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-pr-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .offset-pr-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .offset-pr-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .offset-pr-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .offset-pr-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .offset-pr-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .offset-pr-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .offset-pr-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .offset-pr-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .offset-pr-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .offset-pr-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .offset-pr-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .text-pr-left {
    text-align: left !important;
  }

  .text-pr-right {
    text-align: right !important;
  }

  .text-pr-center {
    text-align: center !important;
  }
}

