﻿@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y:scroll;
  margin: 0;
  padding: 0;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;

}

html,
body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 300;
  font-family: var(--base-font);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
html a:hover,
html a:active,
html a:focus,
body a:hover,
body a:active,
body a:focus {
    text-decoration: none !important; }
html a,
html button,
body a,
body button {
    outline: none !important; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-family: var(--base-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.dropdown-menu {
  width: 100%
}

@-ms-viewport {
  width: device-width; }


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;;
}

h1, h2, h3, h4 {
  font-family: var(--caption-font) !IMPORTANT;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    text-decoration: underline; }


img {
  vertical-align: middle;
  border-style: none; }

.nsoLogo {
    display: block;
    width: 100%;
    height: 25vh;
    max-height: 250px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: center center no-repeat;
    background-size: contain;
    align-content: center;
    position: relative;
    }

.psoLogo {
    display: block;
    width: 100%;
    height: 25vw;
    max-height: 20rem;
    margin-top: 15px;
    margin-bottom: 15px;
    background: center center no-repeat;
    background-size: contain;
    align-content: center;
    position: relative;
    }

@media (max-width: 991px) {
    .nsoLogo {
        max-height: 200px;
    }
}

@media (max-width: 767px) {
    .nsoLogo {
        max-height: 150px;
    }

    .d-none {
        display: none !important; 

    }
}

@media (min-width: 768px) {

    .d-md-block {
        display: block !important; 

    }
}
/* ----------------------- COLOUR BLOCKS ---------------------------------------------- */

.whiteout {
  font-family: var(--title-font) !important;
  border: none !important;
  text-shadow: 0 2px 0 rgba(0,0,0,0.3)/*,
   -1px -1px 1px rgba(0,0,0,0.1),  
    1px -1px 1px rgba(0,0,0,0.1),
    -1px 1px 1px rgba(0,0,0,0.1),
     1px 1px 1px rgba(0,0,0,0.1);*/;
  text-transform: uppercase !important;
}
.whitetitleout {
    font-family: var(--caption-font) !important;
    font-weight:900;
    border: none !important;
    text-shadow: 0 2px 0 rgba(0,0,0,0.3)/*,
     -1px -1px 1px rgba(0,0,0,0.1),  
      1px -1px 1px rgba(0,0,0,0.1),
      -1px 1px 1px rgba(0,0,0,0.1),
       1px 1px 1px rgba(0,0,0,0.1);*/;
    text-transform: uppercase !important;
}
.midtitleout {
    font-family: var(--title-font) !important;
    border: none !important;
    text-transform: none !important;
}
.midout {
    font-family: var(--caption-font) !important;
    border: none !important;
    text-transform: none !important;
}
.blackout {
    font-family: var(--caption-font) !important;
    border: none !important;
    /*text-shadow: 0 2px 0 rgba(0,0,0,0.3);*/
    text-transform: none !important;
}
.black-bar {
    position:relative;
    margin:0;
    padding:5px;
}
.mid-bar {
    margin:0;
    padding:5px;
}
.compact {
    letter-spacing: -0.03em;
    text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}

/* ----------------------- COLOUR BARS ---------------------------------------------- */

.light-bar {
    border-bottom: 1em solid;
}

.dark-bar {
}

/* ----------------------- HEADBLOCK ---------------------------------------------- */

.headblock {
    position:relative;
    background: fixed;
    border-bottom:6px solid;
    }
.blended-background {
    background-image: url('../img/assocBGreg.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
    }
    
.blended-background .cssBackgroundBlendFallback {
    z-index:0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    }


@supports (background-blend-mode: overlay) {
  .cssBackgroundBlendFallback {
     display: none !important; 
  }
}
.headblock p {
    font-family: var(--title-font);
    font-weight: 900;
}

.headblock-title-lg, .reg-club-title-lg {
    text-transform: uppercase !IMPORTANT;
    font-size:8vh;
    line-height:8vh;
}

.headblock-title-md, .reg-club-title-md {
    text-transform: uppercase;
    font-size:calc(1rem + 1vw);
    line-height:calc(1rem + 2vw);
}

.headblock-title-sm, .reg-club-title-sm {
    text-transform: uppercase;
    font-size:2vh;
    line-height:2vh;
}

.headblock-title-xs, .reg-club-title-xs {
    text-transform: uppercase;
    font-size:1.4vh;
    line-height:1.4vh;
}

.psoTitle {
  font-size:calc(2rem + 2vw);
  line-height:calc(1.25rem + 1.5vw);
}

.psoSubTitle {
  font-size:calc(1rem + 1.5vw);
  line-height:calc(1rem + 2vw);
  font:
}

@media only screen and (max-width: 720px) {
    .page-title {
        font-size: 12px;
    }
    .headblock-title-lg, .reg-club-title-lg {
        font-size: 5.6vh;
        line-height: 5.6vh;
    }
    .headblock-title-md, .reg-club-title-md {
        font-size: 3.7vh;
        line-height: 4.3vh;
    }
    .headblock-title-sm, .reg-club-title-sm {
        font-size: 2vh;
        line-height: 2vh;
    }
    .headblock-title-xs, .reg-club-title-xs {
        font-size: 1.5vh;
        line-height: 1.5vh;
    }
}

.forefront {
    position:relative;
    z-index:300;
}
.caption-sub {
    opacity: 0.7;
    margin: 30px auto 10px auto;
}
.collapse {
  visibility: hidden;
}
.collapse.show {
  visibility: visible;
  display: block;
}
.collapsing {
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.reg-drawer-container {
    background-position: center;
    display:flex;
    box-shadow:inset 0 -15px 0 rgba(199,28,34,1.0), inset 0 15px 0 rgba(199,28,34,1.0);
}
.reg-club-container {
    padding:0;
    border:1px solid;
    box-shadow:inset 0 -8px 12px -10px rgba(0,0,0,0.2), inset 0 8px 12px -10px rgba(0,0,0,0.2);
}
.reg-clubs {
    font-size:calc(1rem + 0.25vw);
    max-height: 320px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}
.reg-club-list {
    margin:5px auto;
    display:block;
    border-top: none !important;
    border-bottom: 1px solid;
    border-right: none !important;
    border-left: none !important;
}
.footer-block {
    background-position: center;
}
.pso-footer-block {
    background-position: center;
    margin:0.5em;
    border-top:1px solid;
}
.pso-halfpane {
   padding:2.25em;
}
.partner-logo {
    padding:30px;
}
.partner-logo img{
    filter: grayscale(100%);
    margin:auto;
}
.partner-logo img:hover{
    filter: grayscale(0%);
    -webkit-transition:filter 0.8s;
    -moz-transition:filter 0.8s;  
    -o-transition:filter 0.8s;         
    transition:filter 0.8s;
}
.footer-block .copyright {
    font-size:12px;
    font-family: var(--caption-font);
    font-weight: 900;
}

.pso-footer-block .copyright {
    font-size:12px;
    font-family: var(--caption-font);
    font-weight: 900;
}

/* ----------------------- DARKBLOCK ---------------------------------------------- */

.darkblock-bg {
      height: 0;
      padding: 0 0 50%;
      text-align: center;
      overflow:hidden;
      background: fixed;
      background-image: url('../../../../img/nsoBG.jpg');
      border-bottom: 1em solid;
    }
.darkblock-bg-svg {
     fill:rgba(10, 27, 53, 1.0);
    }


@supports (background-blend-mode: overlay) {
  .cssBackgroundBlendFallback {
     display: none !important; 
  }
}

/* ----------------------- GOVERNING TOP BLOCK ---------------------------------------------- */

.gov-social-bar {
    margin: 0;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.gov-media-bar {
    margin: 0;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gov-media-login {
    text-align:left;
    padding: 0;
    z-index: 3;
    text-transform: uppercase;
}

.gov-media-home {
    text-align:left;
    padding: 0;
    z-index: 3;
}

.gov-media-social {
    text-align:right;
    display: inline-block;
    padding: 0;
    z-index: 3;
}

.gov-media-social .btn {
    font-size:1.33333em !important;
    padding: auto 0 !important;
    border-radius: 0 !important;
}

.gov-media-social .btn i {
    padding-right: 0 !important;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.85rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.25;
  border-radius: 0.6rem;
  border:3px solid;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;

}

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

.btn-social {
    margin: 0;
    -webkit-transition:color 0.5s, background 0.5s;
    -moz-transition:color 0.5s, background 0.5s;  
    -o-transition:color 0.5s, background 0.5s;         
    transition:color 0.5s, background 0.5s;
}

.btn-social:hover {
    -webkit-transition:color 0.5s, background 0.5s;
    -moz-transition:color 0.5s, background 0.5s;  
    -o-transition:color 0.5s, background 0.5s;         
    transition:color 0.5s, background 0.5s;
}

.btn-lang {
    margin:5px;
}

#socialShare {
    margin-top: 7%;
    align-content:center;
}

.btn-social-share {
    background:none;
    margin:0;
    border-radius: 4px;
}
@media (min-width: 767px) {
  #main {
  	width:calc(100% - 300px);
  	float: right;
  }
}
@media (min-width: 481px) {
  .btn-lg, .btn-group-lg > .btn {
      font-size: 1.25rem;
      padding: 1.25rem 1rem;
      line-height: 1.5;
      border-radius: 0.6rem;
      border:3px solid;
  }
}

body {
  margin: 0px;
  padding: 0px;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1399px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.clubIconSet {
  margin:auto;
  float:right;
}

.clubIconSet .bi {
  margin:5px;
}
.reg-club-list label a:hover {
    text-decoration:underline !important;
}

.clubLogo {
  height:auto;
  width:calc(.5rem + 2.0vw);
  padding:0;
  margin-right:1.5vw;
}