@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i");
body, html {
  padding: 0;
  margin: 0; }

html {
  height: 100%; }

body {
  font-weight: 300;
  padding-bottom: 48px;
  font-family: "Montserrat", "Calibri", "Arial", sans-serif !important;
  line-height: 1.3em;
  position: relative;
  font-size: 13px;
  min-height: 100%;
  color: var(--dark-grey); }

body * {
  font-family: "Montserrat", "Calibri", "Arial", sans-serif !important; }

* {
  box-sizing: border-box; }

.transition, a, a:before, a:after,
button, button:before, button:after,
input, textarea, select, .accordion-tab svg {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; 
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

p {
  margin: 0 0 15px; }

h2 {
  font-size: 1.3846153846em;
  margin: 0 0 10px; }

h3 {
  font-size: 1.1538461538em;
  margin: 0 0 10px; }
  
.text15 { font-size:15px;}
.text10 { font-size:10px;}
.text9 { font-size:9px;}
.text8 { font-size:8px;}
.text-muted { color: rgba(64, 64, 65, 0.7) !important; }

.pb-20 { padding-bottom: 20px !important; }
.pb-10 { padding-bottom: 10px; }
.pb-0 { padding-bottom: 0px !important; }
.pl-0 { padding-left: 0px !important; }
.pr-0 { padding-right: 0px !important; }

.pt-10 { padding-top:10px; }
.pt-15 { padding-top:15px; }
.pt-20 { padding-top:20px; }
.pt-50 { padding-top:50px; }

.ptb-0 { padding-top:0px !important; padding-bottom:0px !important; }
.ptb-10 { padding-top:10px; padding-bottom:10px; }
.ptb-20 { padding-top:20px; padding-bottom:20px; }

.plr-10 { padding-left:10px !important; padding-right:10px !important; }
.plr-15 { padding-left:15px !important; padding-right:15px !important; }
.plr-20 { padding-left:20px !important; padding-right:20px !important; }

.m-auto { margin: 0 auto; }

.mb-0 { margin-bottom: 0px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-28 { margin-bottom: 28px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }

.mb--10 { margin-bottom: -10px; }
.mb--22 { margin-bottom: -22px; }

.mt-5 { margin-top: 5px; }
.mt-8 { margin-top: 8px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }

.mt--10 { margin-top: -10px; }
.mt--15 { margin-top: -15px; }

.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }

.mtb-5 { margin-top:5px !important; margin-bottom:5px !important; }

.lh-15 { line-height:15px !important; }


.w500 { font-weight:500;  }

.w-100 { width: 100%; }
.h-auto { height: auto; }

.w-20 { width: 20% !important; display: block; }
.w-40 { width: 40% !important; display: block; }


.full-item { margin-left: -20px !important; margin-right: -20px !important; }
.full-item-bottom { margin-bottom: -24px !important; }
.full-item-top:first-of-type { margin-top: -15px !important; }
.full-item-top { margin-top: -15px !important; }


.display-none { display: none !important; }

.justify-content-center { justify-content: center; }


h2.separator { margin: 20px auto;
    border: 1px solid;
    border-radius: 50%;
    border-color: #E9E9E9;
    width: 50px;
    height: 50px;
    line-height: 50px;  }

.social-buttons span:before { content: "";
    padding: 0.7px;
    background: rgba(255,255,255,0.5);
    margin: 0px 10px; }


.social-buttons .btn-facebook { background: #507DBE; }
.social-buttons .btn-google-plus {  background: #E04A32; }
.social-buttons .btn-twitter {  background: #65CDF2; }



.loggedUser { color: #ffffff;
    text-align: center;
    padding-right: 15px;
    padding-bottom: 5px;
    background-color: var(--colour1); }


svg {
  display: block; }

header {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  background-color: var(--colour1);
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px; 
  max-height: 89.72px;
  min-height: 89.72px;}
  header .header-logo {
    display: block;
    width: 250px; }
    header .header-logo img, header .header-logo svg { 
      display: block;
      max-height: 69.72px;
	    max-width: 100%; 
		margin:  auto; }
  header .nav-toggle {
    background: transparent;
    border-radius: 0;
    display: block;
    outline: none;
    border: none;
    padding: 0; }
    header .nav-toggle span {
      background-color: #ffffff;
      border-radius: 1px;
      margin: 0 0 5px;
      display: block;
      height: 5px;
      width: 32px; }
      header .nav-toggle span:last-child {
        margin: 0; }
  header .active span {
    transition: all 0.2s linear; }
  header .active .nav-toggle_top {
    transform: rotate(45deg);
    margin-bottom: -10px; }
  header .active .nav-toggle_middle {
    transform: scale(0);
    opacity: 0;
    height: 0;
    width: 0; }
  header .active .nav-toggle_bottom {
    transform: rotate(-45deg);
    margin-bottom: 0; }

h1 {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  background-color: var(--colour2);
  text-transform: uppercase;
  font-size: 1.4915384615em;
  color: #ffffff;
  padding-bottom: 5px;
  text-align: center;
  line-height: 1.3em;
  min-height: 50px;
  padding-top: 5px;
  margin: 0px;
  width: 100%; }
  h1 small {
    font-size: 0.5554409489em;
    font-weight: 300;
    text-transform: none;
    line-height: 1.3em;
    display: block; }
  h1 small.medium {
    font-size: 0.7em;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3em;
    display: block; }

footer {
  background-color: var(--colour1);
  padding-bottom: 10px;
  color: #ffffff;
  position: absolute;
  text-align: center;
  padding-top: 10px;
  line-height: 1em;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 48px; }
  footer a {
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    margin: 0 20px; }
  footer svg {
    fill: #ffffff;
    height: 26px;
    width: auto; }

.footer {
  position: absolute;
  width: 100%;
  bottom: 46px;
  left: 0px;
  padding: 10px 20px;
  font-size: 15px; }
  .footer svg {
    fill: #ffffff;
    height: 16px;
    width: auto;
    display: inline-block; }
  .footer a {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: block; }

nav {
  background-color: var(--colour2);
  text-transform: uppercase;
  font-size: 1.4915384615em;
  color: #ffffff;
  position: absolute;
  display: none;
  top: 89.72px;
  width: 100%;
  z-index: 9;
  left: 0; }
  nav ul, nav li {
    list-style: none;
    padding: 0;
    margin: 0; }
  nav svg, nav a {
    text-decoration: none;
    color: #ffffff;
    fill: #ffffff; }
  nav a {
    padding: 10px 15px;
    line-height: 1em;
    display: block; }
  nav li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.15); }
    nav li:last-child {
      border-bottom: none; }
  nav > ul {
    border-bottom: solid 1px rgba(255, 255, 255, 0.15); }
    nav > ul ul {
      border-top: solid 1px rgba(255, 255, 255, 0.15);
      display: none; }
      nav > ul ul a, nav > ul ul svg {
        color: rgba(255, 255, 255, 0.7);
        fill: rgba(255, 255, 255, 0.7); }
      nav > ul ul li {
        padding-left: 20px; }
  nav .nav-dropdown-tab {
    position: relative; }
    nav .nav-dropdown-tab:after {
      background-image: url("/storage/icons/svg/plus.svg");
      background-position: center center;
      filter: brightness(0) invert(1);
      background-size: 100% auto;
      display: block;
      float: right;
      height: 17px;
      content: "";
      width: 17px; }
  nav .active .nav-dropdown-tab:after {
    background-image: url("/storage/icons/svg/minus.svg"); }

.container {
	max-width: 100% !important;
  padding-right: 20px;
  padding-left: 20px; }
  .container.minified {
    padding-right: 15px;
    padding-left: 15px; }
  .container.large { padding: 20px 20px 0px 20px; }

/*
.col-1 {
  width: 100%; }

.col-2 {
  width: 50%; }

.col-3 {
  width: 33.3333333333%; }

.col-4 {
  width: 25%; }

.col-5 {
  width: 20%; }

.col-6 {
  width: 16.6666666667%; }

.row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

[class*="col-"], [class^=" col-"] {
  display: block;
  float: left; }

.col-3 {
  width: 33.2% !important; }
.col-2 { width: 50% !important; }*/


select, input, textarea {
  border: solid 1px var(--colour1);
  padding: 5px 10px;
  border-radius: 0;
  width: 100%;
  margin-top: 10px; 
  background: #ffffff; }

.iti { width: 100%; margin-top: 10px;  } /* cellphone field */

.banner-image {
  display: block;
  height: auto;
  width: 100%; }

.responsive-image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto; }

.btn {
  font-size: 13px;
  background-color: #787878;
  display: block;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  line-height: 38px;
  min-height: 38px;
  padding: 0 15px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 0;
  text-align: left;
  outline: none;
  border: none; }
  .btn.minified {
    padding: 0 10px;
    min-height: 28px; }
  .btn.small {
    padding: 10px;
    min-height: 10px;
    line-height: 10px;}
  .btn svg {
    fill: #ffffff;
    margin: 7px 0;
    height: 24px;
    width: 24px;
    float: right; }
  .btn small svg {
    height: 15px;
    width: 15px; }

.buttons .btn.bg-dark-blue:nth-child(3n+1) { background-color: rgba(var(--colour1-r), var(--colour1-g), var(--colour1-b), 0.65); }
.buttons .btn.bg-dark-blue:nth-child(3n+2) { background-color: var(--colour1); }
.buttons .btn.bg-dark-blue:nth-child(3n+3) { background-color: rgba(var(--colour1-r), var(--colour1-g), var(--colour1-b), 0.85);  }


.btn-full {
  width: 100%; }

.accordion-content {
  padding: 10px 10px;
  text-align: left;
  display: none; }

.accordion-tab.active svg {
  transform: rotate(90deg); }

.block-list {
  list-style: none;
  margin: 0 0 15px;
  padding: 0; }
  .block-list li {
    list-style: none;
    paddding: 0;
    margin: 0; }
  .block-list a {
    display: block;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    line-height: 38px;
    min-height: 38px;
    padding: 0 15px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 0;
    text-align: left;
    outline: none;
    border: none; }
    .block-list a.minified {
      padding: 0 10px;
      min-height: 28px; }
  .block-list svg {
    fill: #ffffff;
    margin: 7px 0;
    height: 24px;
    width: 24px;
    float: right; }
  .block-list small svg {
    height: 15px;
    width: 15px; }


.block-list .bg-red { background-color: var(--colour-sport);  }

.block-list li:nth-child(3n+1) .bg-red, .block-list a:nth-child(3n+1).bg-red {  background-color: var(--colour-sport); }
.block-list li:nth-child(3n+2) .bg-red, .block-list a:nth-child(3n+2).bg-red {  background-color: rgba(var(--colour-sport-r), var(--colour-sport-g), var(--colour-sport-b), 0.85);  }
.block-list li:nth-child(3n+3) .bg-red, .block-list a:nth-child(3n+3).bg-red {  background-color: rgba(var(--colour-sport-r), var(--colour-sport-g), var(--colour-sport-b), 0.75); }


.block-list .bg-yellow { background-color: var(--colour-cultural);  }

.block-list li:nth-child(3n+1) .bg-yellow {  background-color: var(--colour-cultural); }
.block-list li:nth-child(3n+2) .bg-yellow {  background-color: rgba(var(--colour-cultural-r), var(--colour-cultural-g), var(--colour-cultural-b), 0.7);  }
.block-list li:nth-child(3n+3) .bg-yellow {  background-color: rgba(var(--colour-cultural-r), var(--colour-cultural-g), var(--colour-cultural-b), 0.55); }


.block-list .bg-blue { background-color: var(--colour1);  }

.block-list a:nth-child(3n+1).bg-blue {  background-color: var(--colour1);  }
.block-list a:nth-child(3n+2).bg-blue {  background-color: rgba(var(--colour1-r), var(--colour1-g), var(--colour1-b), 0.85); }
.block-list a:nth-child(3n+3).bg-blue {  background-color: rgba(var(--colour1-r), var(--colour1-g), var(--colour1-b), 0.65); }

.block-list a.text-dark-grey { color: #404041; }


.content-block {
  text-decoration: none;
  margin: 0 0 15px;
  color: inherit; }
  .content-block h3 {
    margin: 10px 0 0; }

.circle-block {
  display: block;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #F7F7F7;
  border: solid 2px #404041;
  line-height: 85px;
  height: 85px;
  width: 85px;
  font-size: 20px;  }
  .circle-block.style-blue {
    border-color: var(--colour2); }
  .circle-block.style-dark-blue {
    border-color: var(--colour1); }
  .circle-block.style-yellow {
    border-color: var(--colour-cultural); }
  .circle-block.style-red {
    border-color: var(--colour-sport); }
  .circle-block.style-white {
    border-color: #ffffff; }
  .circle-block.style-off-white {
    border-color: #F7F7F7; }
  .circle-block.style-grey {
    border-color: #787878; }
  .circle-block.style-light-grey {
    border-color: #E9E9E9; }
  .circle-block.style-dark-grey {
    border-color: #404041; }
  .circle-block.style-green {
    border-color: #009245; }
  .circle-block svg {
    fill: #404041;
    display: block;
    height: 55px; }

.schedules {
  list-style: none;
  margin: 0 0 15px;
  padding: 0; }
  .schedules a:not(.fixture-btn) {
    background-color: #F7F7F7;
    font-weight: 400;
    padding: 10px 15px 10px 40px;
    text-decoration: none;
    position: relative;
    display: block;
    color: inherit;
    text-align: left; 
	z-index: 1; }
    .schedules a:before:not(.fixture-btn), .schedules a:after:not(.fixture-btn) {
      background-color: #E9E9E9;
      position: absolute;
      display: block;
      content: "";
      z-index: 1;
      width: 1px;
      left: 21px; }
    .schedules a:before:not(.fixture-btn) {
      height: 35%;
      top: 0; }
    .schedules a:after:not(.fixture-btn) {
      height: 65%;
      bottom: 0; }
    .schedules a:hover:not(.fixture-btn), .schedules li:nth-child(2n+2) a:hover:not(.fixture-btn) { 
      background-color: rgba(var(--colour1-r), var(--colour1-g), var(--colour1-b), 0.3);
    }
  .schedules li {
    list-style: none;
    padding: 0;
    margin: 0; }
    .schedules li:first-child a:before:not(.fixture-btn) {
      display: none; }
    .schedules li:nth-child(2n+2) a {
      background-color: transparent; }
  .schedules small {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    font-weight: 300;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    font-size: 12px; }
    .schedules small span {
      font-weight: 400;
      font-size: 10px;
      float: right; }
  .schedules .academics {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .schedules .academics span { font-weight:300; margin-right:10px; }
    .schedules em { font-size:12px; }
  .schedules .circle {
    background-color: #F7F7F7;
    border: solid 1px #787878;
    border-radius: 50%;
    position: absolute;
    display: block;
    height: 12px;
    width: 12px;
    z-index: 2;
    left: 15px;
    top: 12px; }
    .schedules .circle.style-blue {
      border-color: var(--colour2); }
    .schedules .circle.style-dark-blue {
      border-color: var(--colour1); }
    .schedules .circle.style-yellow {
      border-color: var(--colour-cultural); }
    .schedules .circle.style-red {
      border-color: var(--colour-sport); }
    .schedules .circle.style-white {
      border-color: #ffffff; }
    .schedules .circle.style-off-white {
      border-color: #F7F7F7; }
    .schedules .circle.style-grey {
      border-color: #787878; }
    .schedules .circle.style-light-grey {
      border-color: #E9E9E9; }
    .schedules .circle.style-dark-grey {
      border-color: #404041; }
    .schedules .circle.style-green {
      border-color: #009245; }

    .schedules li { position:relative; }
    .schedules li:nth-child(3n+1) .circle { border-color: var(--colour-cultural);  } 
    .schedules li:nth-child(3n+2) .circle { border-color: var(--colour1); }   
    .schedules li:nth-child(3n+3) .circle { border-color: var(--colour-sport);  } 

    .schedules big {
	    z-index: -1;
	    font-size: 65px;
	    text-transform: uppercase;
	    position: absolute;
	    display: block;
	    bottom: 20px;
	    left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%) }

	.schedules li:nth-child(3n+1) big { color: rgba(var(--colour-cultural-rgb), 0.05);  } 
    .schedules li:nth-child(3n+2) big { color: rgba(var(--colour1-rgb), 0.05); }   
    .schedules li:nth-child(3n+3) big { color: rgba(var(--colour-sport-rgb), 0.05);  } 



  .schedules .fixture-name{ font-weight: 300; }  
  .schedules .ref { font-size: 10px; color: #bbbbbb; font-style:italic; }    
  .schedules .textarea  { white-space: pre-wrap; font-weight: 400;  font-size: 10px; line-height: 14px;  } 


.fixture-booking { padding-bottom: 70px !important;  }
.fixture-btn { position: absolute;
    z-index: 10;
    margin-top: -50px;
    margin-left: 40px; }


.commentary {
  list-style: none;
  margin: 0 0 15px;
  padding: 0; 
  text-align: left;}
  .commentary a {
    /*background-color: var(--off-white);*/
    font-weight: 400;
    padding: 10px 15px 10px 65px;
    text-decoration: none;
    position: relative;
    display: block;
    color: inherit;
    min-height: 65px; }
  .commentary-small a {
    min-height: 50px; }
    .commentary a:before, .commentary a:after {
      background-color: #E9E9E9;
      position: absolute;
      display: block;
      content: "";
      z-index: 1;
      width: 1px;
      left: 31px; }
    .commentary a:before {
      height: 35%;
      top: 0; }
    .commentary a:after {
      height: 65%;
      bottom: 0; }
    .commentary a.style-blue {
      background-color: var(--colour2); }
    .commentary a.style-dark-blue {
      background-color: var(--colour1); }
    .commentary a.style-yellow {
      background-color: var(--colour-cultural); }
    .commentary a.style-red {
      background-color: var(--colour-sport); }
    .commentary a.style-white {
      background-color: #ffffff; }
    .commentary a.style-off-white {
      background-color: #F7F7F7; }
    .commentary a.style-grey {
      background-color: #787878; }
    .commentary a.style-light-grey {
      background-color: #E9E9E9; }
    .commentary a.style-dark-grey {
      background-color: #404041; }
    .commentary a.style-green {
      background-color: #009245; }
  .commentary-small h2 {
    font-size: 17px;
    margin-bottom: 0px; }
  .commentary li {
    list-style: none;
    padding: 0;
    margin: 0; }
    .commentary li:first-child a:before {
      display: none; }
    .commentary li:nth-child(2n+2) a {
      /*background-color: transparent;*/ }
  .commentary small {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    font-weight: 300;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    font-size: 12px;
    z-index: 5; }
    .commentary small span {
      font-weight: 400;
      font-size: 10px;
      float: right; }
  .commentary .circle-large {
    border-radius: 50%;
    position: absolute;
    display: block;
    height: 45px;
    width: 45px;
    z-index: 2;
    left: 10px;
    top: 10px; }
  .commentary-small .circle-large {
    border-radius: 50%;
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    z-index: 2;
    left: 17px;
    top: 10px; } 
    .commentary .circle-large.style-blue {
      background-color: var(--colour2); }
    .commentary .circle-large.style-dark-blue {
      background-color: var(--colour1); }
    .commentary .circle-large.style-yellow {
      background-color: var(--colour-cultural); }
    .commentary .circle-large.style-red {
      background-color: var(--colour-sport); }
    .commentary .circle-large.style-white {
      background-color: #ffffff; }
    .commentary .circle-large.style-off-white {
      background-color: #F7F7F7; }
    .commentary .circle-large.style-grey {
      background-color: #787878; }
    .commentary .circle-large.style-light-grey {
      background-color: #E9E9E9; }
    .commentary .circle-large.style-dark-grey {
      background-color: #404041; }
    .commentary .circle-large.style-green {
      background-color: #009245; }
  .commentary .circle-large svg {
    width: 70%;
    height: 70%;
    margin: 15%; }
  .commentary big {
    z-index: 0;
    font-size: 65px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    position: absolute;
    display: block;
    right: 0px;
    bottom: 20px; }
  .commentary-small big {
    font-size: 50px;
    bottom: 18px; }
  .commentary normal {
    z-index: 5;
    position: relative;
    display: block; }
  .commentary-small normal {
    font-size: 12px;
    font-weight: 300; }
  .commentary .goal big {
    color: rgba(255, 255, 255, 0.2); }
  .commentary .goal normal {
    color: #ffffff; }
  .commentary .goal small {
    color: #ffffff; }
  .commentary a.goal:before, .commentary a.goal:after {
    background-color: rgba(255, 255, 255, 0.2); }
  .commentary .yellow-card big {
    color: rgba(255, 227, 105, 0.4); }
  .commentary .red-card big {
    color: rgba(252, 98, 73, 0.2); }

.stats h4 {
  font-size: 13px;
  width: 100%;
  color: #ffffff;
  background-color: var(--colour-sport);
  padding: 3px 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px; }

.stats h5 {
  font-size: 13px;
  width: 100%;
  color: #ffffff;
  padding: 2px 10px;
  text-align: center;
  margin-bottom: 4px; 
  margin-top: 4px; }

.stats .flex-row div {
  width: 50%;
  padding: 5px 10px;
  text-align:left;  }
.stats .flex-row div:first-of-type {
  text-align: right; }
.stats .flex-row > * {
  margin-right: 4px; }
.stats svg {
  width: 15px;
  height: 15px;
  float: right; }
.stats .flex-row div:nth-of-type(2) svg {
  float: left;
  margin-right: 3px; }
.stats b {
  font-weight: 500; }
  
.stats-table { width:100%;  border-collapse: collapse; border: none;}
.stats-table td { border: none; border-bottom:1px solid #CCC; padding: 10px; }
.stats-table tr:last-of-type td { border-bottom:none;}
.stats-table tr td:last-of-type { text-align:right; }

.stats-list .accordion-content { padding: 10px 0px; }

.stats-list h4 {
	font-size: 13px;
  width: 100%;
  color: #ffffff;
  background-color: var(--colour-sport);
  padding: 3px 10px;
  text-align: center;
  margin-bottom: 4px; }
.stats-list .accordion-content h4:first-of-type { margin-top: 0px; }

.players h4 {
	font-size: 13px;
  width: 100%;
  color: #ffffff;
  background-color: var(--colour-sport);
  padding: 3px 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px; }
.players .flex-row div {
  width: 50%;
  padding: 5px 10px; }
.players .flex-row div:first-of-type {
  text-align: right; }
.players .flex-row div.player-line-left:first-of-type {
  text-align: left; }
.players .flex-row > * {
  margin-right: 4px; }
.players svg {
  width: 15px;
  height: 15px;
  float: right;
  margin-left: 3px; }
.players .flex-row div:nth-of-type(2) svg {
  float: left;
  margin-right: 3px;
  margin-left: 0px; }

.player-line { width:100% !important; padding: 10px 0px 15px 0px !important; border-bottom: 1px solid #CCC; font-size: 11px !important;  }
.player-line:last-of-type{ border-bottom:none; }

.players .flex-row div { padding: 5px 5px 7px 5px !important;}

.players .player-line-right  { text-align: right; }
.players .player-line-left  { text-align: left;  }

.players .player-line-right svg { float:right !important; }
.players .player-line-left svg { float:left !important;  }

.players .key svg { float: none; display: inline-block; }
.players .key .txt { display: inline-block;  }

.tabs ul {
  list-style: none;
  padding-left: 0px;
  background: white;
  color: var(--colour1);
  border: 2px solid var(--colour1); }
.tabs ul li {
  width: 100%;
  padding: 10px 5px;
  border-left: 2px solid var(--colour1);
  margin: 0px;
  text-align: center; }
.tabs ul li:first-of-type {
  border-left: none; }
.tabs ul li.active {
  background: var(--colour1);
  color: white; }

/* Slider */
.sponsor-logo { text-align: center; }
.sponsor-logo img { max-width: 70%;
    max-height: 90px;
    display: inline-block !important;
    vertical-align: middle;
    line-height: 90px; }


.slick-slide {
  margin: 0px 20px; 
  line-height: 90px; }

.slick-slide img {
  max-width: 100%;
  max-height: 90px;
  display: inline-block !important;
  vertical-align: middle;
  line-height: 90px; }


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; 
margin: 0 auto; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.program-banner {
  position: relative;
  margin: 0 0 20px; }
  .program-banner img {
    display: block;
    height: auto;
    width: 100%; }
  .program-banner .banner-text {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    color: #ffffff;
    font-size: 0.9230769231em;
    position: absolute;
    padding: 10px;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 45, 91, 0.3) 0%, rgba(0, 45, 91, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 45, 91, 0.3) 0%, rgba(0, 45, 91, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 45, 91, 0.3) 0%, rgba(0, 45, 91, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d002d5b', endColorstr='#99002d5b',GradientType=0 ); }
  .program-banner big {
    font-weight: 400;
    font-size: 5em; }
  .program-banner h2, .program-banner h3 {
    font-weight: 500; }

.program-banner .side-blues { background:#0f3593; color:#ccdbff; padding:3px 10px; width: max-content; margin: 0 auto;  }
.program-banner .side-whites { background:#ffffff; color:#c9c9c9; padding:3px 10px; width: max-content; margin: 0 auto; }

.program-banner .program-date { display: none; }

.small-banner .program-banner img { max-height: 135px; }
.small-banner .program-banner p, .small-banner .program-banner h2 { margin-bottom: 0px; }
.small-banner .program-banner p { font-size: 0.8em; }
.small-banner .program-banner h2 { font-size: 1em; font-weight: 400; }
.small-banner .program-banner .program-date { display: inline-block; }
.small-banner .program-banner .refs { display: none; }
.small-banner .program-banner #live-score big { font-size: 3em; }



.bg-primary1 { background: var(--colour1); }
.bg-primary2 { background: var(--colour2); }


.bg-gradient {
  background: rgb(var(--colour1-rgb)) !important;
  background: linear-gradient(90deg, rgba(var(--colour1-rgb),1) 0%, rgba(var(--colour2-rgb),1) 100%) !important; }

.bg-blue {
  background-color: var(--colour2); }

.bg-blue-85 {
  background-color: rgba(var(--colour2-r), var(--colour2-g), var(--colour2-b), 0.85); }

.bg-blue-75 {
  background-color: rgba(var(--colour2-r), var(--colour2-g), var(--colour2-b), 0.75); }

.bg-blue-70 {
  background-color: rgba(var(--colour2-r), var(--colour2-g), var(--colour2-b), 0.7); }

.bg-blue-65 {
  background-color: rgba(var(--colour2-r), var(--colour2-g), var(--colour2-b), 0.65); }

.bg-blue-55 {
  background-color: rgba(var(--colour2-r), var(--colour2-g), var(--colour2-b), 0.55); }

.text-blue {
  color: var(--colour2);
  fill: var(--colour2); }
  .text-blue a, .text-blue svg {
    color: var(--colour2);
    fill: var(--colour2);}

.bg-dark-blue {
  background-color: var(--colour1); }

.bg-dark-blue-85 {
  background-color: rgba(var(--colour1-r), var(--colour1-g), var(--colour1-b), 0.85); }

.bg-dark-blue-75 {
  background-color: rgba(var(--colour1-r), var(--colour1-g), var(--colour1-b), 0.75); }

.bg-dark-blue-70 {
  background-color: rgba(var(--colour1-r), var(--colour1-g), var(--colour1-b), 0.7); }

.bg-dark-blue-65 {
  background-color: rgba(var(--colour1-r), var(--colour1-g), var(--colour1-b), 0.65); }

.bg-dark-blue-55 {
  background-color: rgba(var(--colour1-r), var(--colour1-g), var(--colour1-b), 0.55); }

.text-dark-blue {
  color: var(--colour1);
  fill: var(--colour1); }
  .text-dark-blue a, .text-dark-blue svg {
    color: var(--colour1);
    fill: var(--colour1); }

.bg-yellow {
  background-color: var(--colour-cultural) !important; }

.bg-yellow-85 {
  background-color: rgba(var(--colour-cultural-r), var(--colour-cultural-g), var(--colour-cultural-b), 0.85); }

.bg-yellow-75 {
  background-color: rgba(var(--colour-cultural-r), var(--colour-cultural-g), var(--colour-cultural-b), 0.75); }

.bg-yellow-70 {
  background-color: rgba(var(--colour-cultural-r), var(--colour-cultural-g), var(--colour-cultural-b), 0.7); }

.bg-yellow-65 {
  background-color: rgba(var(--colour-cultural-r), var(--colour-cultural-g), var(--colour-cultural-b), 0.65); }

.bg-yellow-55 {
  background-color: rgba(var(--colour-cultural-r), var(--colour-cultural-g), var(--colour-cultural-b), 0.55); }

.text-yellow {
  color: var(--colour-cultural);
  fill: var(--colour-cultural); }
  .text-yellow a, .text-yellow svg {
    color: var(--colour-cultural);
    fill: var(--colour-cultural); }

.bg-red {
  background-color: var(--colour-sport) !important; }

.bg-red-85 {
  background-color: rgba(var(--colour-sport-r), var(--colour-sport-g), var(--colour-sport-b), 0.85); }

.bg-red-75 {
  background-color: rgba(var(--colour-sport-r), var(--colour-sport-g), var(--colour-sport-b), 0.75); }

.bg-red-70 {
  background-color: rgba(var(--colour-sport-r), var(--colour-sport-g), var(--colour-sport-b), 0.7); }

.bg-red-65 {
  background-color: rgba(var(--colour-sport-r), var(--colour-sport-g), var(--colour-sport-b), 0.65); }

.bg-red-55 {
  background-color: rgba(var(--colour-sport-r), var(--colour-sport-g), var(--colour-sport-b), 0.55); }

.text-red {
  color: #c1272d;
  fill: #c1272d; }
  .text-red a, .text-red svg {
    color: #c1272d;
    fill: #c1272d; }

.bg-white {
  background-color: #ffffff; }

.bg-white-85 {
  background-color: rgba(255, 255, 255, 0.85); }

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75); }

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-white-65 {
  background-color: rgba(255, 255, 255, 0.65); }

.bg-white-55 {
  background-color: rgba(255, 255, 255, 0.55); }

.text-white {
  color: #ffffff;
  fill: #ffffff; }
  .text-white a, .text-white svg {
    color: #ffffff;
    fill: #ffffff; }

.bg-off-white {
  background-color: #F7F7F7; }

.bg-off-white-85 {
  background-color: rgba(247, 247, 247, 0.85); }

.bg-off-white-75 {
  background-color: rgba(247, 247, 247, 0.75); }

.bg-off-white-70 {
  background-color: rgba(247, 247, 247, 0.7); }

.bg-off-white-65 {
  background-color: rgba(247, 247, 247, 0.65); }

.bg-off-white-55 {
  background-color: rgba(247, 247, 247, 0.55); }

.text-off-white {
  color: #F7F7F7;
  fill: #F7F7F7; }
  .text-off-white a, .text-off-white svg {
    color: #F7F7F7;
    fill: #F7F7F7; }

.bg-grey {
  background-color: #787878; }

.bg-grey-85 {
  background-color: rgba(120, 120, 120, 0.85); }

.bg-grey-75 {
  background-color: rgba(120, 120, 120, 0.75); }

.bg-grey-70 {
  background-color: rgba(120, 120, 120, 0.7); }

.bg-grey-65 {
  background-color: rgba(120, 120, 120, 0.65); }

.bg-grey-55 {
  background-color: rgba(120, 120, 120, 0.55); }

.text-grey {
  color: #787878;
  fill: #787878; }
  .text-grey a, .text-grey svg {
    color: #787878;
    fill: #787878; }

.bg-light-grey {
  background-color: #E9E9E9; }

.bg-light-grey-85 {
  background-color: rgba(233, 233, 233, 0.85); }

.bg-light-grey-75 {
  background-color: rgba(233, 233, 233, 0.75); }

.bg-light-grey-70 {
  background-color: rgba(233, 233, 233, 0.7); }

.bg-light-grey-65 {
  background-color: rgba(233, 233, 233, 0.65); }

.bg-light-grey-55 {
  background-color: rgba(233, 233, 233, 0.55); }

.text-light-grey {
  color: #E9E9E9;
  fill: #E9E9E9; }
  .text-light-grey a, .text-light-grey svg {
    color: #E9E9E9;
    fill: #E9E9E9; }

.bg-dark-grey {
  background-color: #404041; }

.bg-dark-grey-85 {
  background-color: rgba(64, 64, 65, 0.85); }

.bg-dark-grey-75 {
  background-color: rgba(64, 64, 65, 0.75); }

.bg-dark-grey-70 {
  background-color: rgba(64, 64, 65, 0.7); }

.bg-dark-grey-65 {
  background-color: rgba(64, 64, 65, 0.65); }

.bg-dark-grey-55 {
  background-color: rgba(64, 64, 65, 0.55); }

.text-dark-grey {
  color: #404041;
  fill: #404041; }
  .text-dark-grey a, .text-dark-grey svg {
    color: #404041;
    fill: #404041; }

.bg-green {
  background-color: #009245; }

.bg-green-85 {
  background-color: rgba(0, 146, 69, 0.85); }

.bg-green-75 {
  background-color: rgba(0, 146, 69, 0.75); }

.bg-green-70 {
  background-color: rgba(0, 146, 69, 0.7); }

.bg-green-65 {
  background-color: rgba(0, 146, 69, 0.65); }

.bg-green-55 {
  background-color: rgba(0, 146, 69, 0.55); }

.text-green {
  color: #009245;
  fill: #009245; }
  .text-green a, .text-green svg {
    color: #009245;
    fill: #009245; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.text-center {
  justify-content: center;
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.padding {
  padding-bottom: 20px;
  padding-top: 15px; }

.flex-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex; }
  .flex-row > * {
    margin-right: 10px; }
    .flex-row > *:last-child {
      margin-right: 0; }

.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex; }

.red-txt {
  color: var(--colour-sport); }

.green-txt {
  color: #009245; }

.white-txt {
  color: #ffffff; }

.width100 {
  width: 100% !important; }

.width10020 {
  width: calc(100% + 20px); }

.height20 {
  height: 20px; }

.height10 {
  height: 10px; }

.height5 {
  height: 5px; }

table {
  border-collapse: collapse;
  width: 100%; }

table, th, td {
  border: 1px solid var(--colour1);
  padding: 0px 10px; }

td.tbl-btn {
  padding: 0px;
  width: 28px; }

td.tbl-btn button {
  width: 100%; }

table.lightborder, table.lightborder th, table.lightborder td { border: 1px solid #CCCCCC; }

.block-list table svg {
  margin: 0px !important; }

.plain-link {
  text-decoration: none;
  color: #ffffff; }

/*# sourceMappingURL=layout.css.map */

#news div { 
    position: fixed;
    top: 10px;
    left: 10px;
    width: calc(100% - 22px);
    background: white;
    padding: 10px; 
	z-index: 99;
    border: 1px solid var(--colour1); }
    
#news p { margin: 0px; } 

#timer { 
    position: fixed;
    top: 10px;
    left: 10px;
    width: calc(100% - 22px);
    z-index: 99; }
    
#timer .alert { background: rgba(255, 255, 255, 0.9); margin-bottom: 10px; } 


.chukka { height: 45px;
    position: relative; }

.chukka big { color: rgba(255, 255, 255, 0.2);
    font-size: 45px;
    text-transform: uppercase;
    position: absolute;
    display: block;
    right: 0px;
    bottom: 12px;
    padding-right: 10px; }



/* --- Horizontal scroll items -- */
/* Frame */

.frame {
  height: 190px; /* including 20 padding */
  line-height: 170px;
  overflow: hidden;
  padding-bottom:20px;
}
.frame-list {
  height: auto;
  overflow: auto;}
  
  .frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
  }
    .frame ul li { float: left;
      width: 150px;
      height: 100%;
      margin: 0 5px 0 0;
      padding: 10px;
      background: #fff;
      border: 1px solid #E9E9E9; 
      text-align: center;
      cursor: pointer;
      display: flex;
        flex-direction: column;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;  
    }
    .frame-list ul li {
      width: calc(33.3% - 5px);
      margin-right: 7.5px;
      margin-bottom: 7.5px; 
      height: 150px;
      padding: 6px;
      overflow: hidden; 
      display: flex;
      align-items: center;
      justify-content: center;}
    .frame-list ul li:nth-child(3n) {
      margin-right: 0px; }
    .bg-white .frame ul li {
      background: #FDFDFD;
      border: 1px solid #F7F7F7; 
    }
      .frame ul li, .frame ul li .btn { font-size: 11px; line-height: 14px; }
      .frame ul li .btn { padding: 5px 10px;
        min-height: 10px;
        display: block;
        width: 100%;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; 
      }
      .frame ul li img, .frame ul li .svg  { width: 80px;
        height: 80px;
        margin: 0 auto;
        object-fit:cover;
        border-radius:50%;  
      }
      .frame-list ul li .svg {
        width:60px;
        height: 60px; }
      .frame ul li .svg { padding: 15px; background:#E9E9E9; }
      .frame-list ul li .svg { padding: 12px; }
      .frame ul li svg { object-fit:cover; 
        fill:#ffffff; 
        width: 50px;
        height: 50px; } 

      .frame-list ul li .number { font-size: 20px;
        line-height: 35px;
        color: var(--colour1);}
      .frame-list ul li svg { width: 35px;
        height: 35px; }
      .frame-list ul li .number-large { font-size: 28px; background: var(--colour1); color:#ffffff; }

      .frame:not(.frame-list) ul li div:not(.svg) { padding-top: 10px; flex-grow: 1;  }
      .frame-list ul li div { padding-top: 5px; }
    .frame ul li:first-of-type { margin-left:20px; }
    .frame-list ul li:first-of-type { margin-left:0px }
    
.frame.photo {
  height: auto;
  overflow: auto;
}
.frame.photo ul li { 
  background-size: cover;
  background-position: center;
  margin-bottom:5px;
  height: 190px;
  position:relative; 
  width: calc(50% - 5px);
}
.frame.photo ul li:nth-child(2n) { margin-right:0px; margin-left:5px; }
.frame.photo ul li p { margin-bottom: 0px; z-index: 1;  }
.frame.photo ul li:first-of-type { margin-left:0px; }
.frame.photo ul li:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    bottom : 0;
    content: "";
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.3) 100%);
    z-index: 0;
}


/* Scrollbar */
.scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
}
  .scrollbar .handle {
    width: 100px;
    height: 100%;
    background: var(--colour2);
    cursor: pointer;
  }
  .scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
  }


/* --- Modal -- */
.modal p { font-size: 11px; }
.modal img { display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px;}
.modal .svg { display: none; }


/* --- Sub Nav -- */
.sub-nav { 
  margin-bottom: 0px; 
  border-bottom: 1px solid #E9E9E9;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex; }

.sub-nav a { 
  text-align:center; 
  border-right: 1px solid #E9E9E9; 
  padding: 8px 0px 4px 0px; 
  text-decoration:none; 
  font-size: 10px;
  color: rgba(var(--colour2-r), var(--colour2-g), var(--colour2-b), 0.5); 
} 
.sub-nav a:last-of-type { 
  border-right: none; 
}
.sub-nav svg { 
  fill: rgba(var(--colour2-r), var(--colour2-g), var(--colour2-b), 0.5);
  margin: 7px 0;
  height: 24px;
  width: 24px;
  margin: 0 auto;  
} 
.sub-nav a.active { 
  color: var(--colour1); 
  background: #F7F7F7; 
}
.sub-nav a.active svg { 
  fill: var(--colour1); 
}

.sub-nav-facilities { border-top: 1px solid #E9E9E9; }

.sub-nav-facilities select { font-size: 10px;
  color: rgba(var(--colour2-r), var(--colour2-g), var(--colour2-b), 0.5);
  border: 0px; 
  margin: 0px; 
  border-right: 1px solid #E9E9E9; }

.sub-nav-facilities a:last-of-type { width: 35%;
  border-right: 1px solid #E9E9E9;  }

.sub-nav-facilities button { width: 35%;
  color: var(--colour1); 
  background: #F7F7F7;
  font-size: 10px;
  border: 0px;  }

.sub-nav-facilities button svg { height: 16px;
    width: 16px;
    margin: 4px auto;
    fill: var(--colour1);}


.sub-nav-horizontal a { padding: 10px 0px;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }

.sub-nav-horizontal svg { margin: 0px; margin-right:5px; }
.sub-nav-horizontal a div { margin-left:5px; }



/* -- Photos -- */
#file-upload { display: none; }



/* -- Form Fields -- */

/* Checkboxes & Radio Buttons */
input[type="checkbox"], input[type="radio"] { display: none; }

input[type="checkbox"] + label, input[type="radio"] + label { width: auto;
  padding: 0;
  margin: 0;
  display: block;
  background: none; }
  
input[type="radio"] + label { float:left; }
  
input[type="checkbox"] + label span, input[type="radio"] + label span {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: #DDDDDD;
  border: none;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65) inset;
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65) inset;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  
input[type="checkbox"] + label span:after, input[type="radio"] + label span:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  margin-top: 6px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  display: none;
  font-weight:bold; }
  
input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
  background: var(--colour1);
  position: relative; }
  
input[type="checkbox"]:checked + label span:after, input[type="radio"]:checked + label span:after  { display: inline-block; }

.checkbox_label { float: left;
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 30px; }

.register .checkbox_label { float: left;
  margin-left: 10px;
  margin-right: 0px;
  width: calc(100% - 40px);
  text-align:left; } 

.radio_label { float: left;
  margin-top: 8px;
  margin-left: 10px; }

.row { margin-top: 7px;}
  
input[type="radio"] + label span, input[type="radio"] + label span:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  
input[type="radio"] + label span:after { content: "";
  width: 14px;
  height: 14px;
  display: none;
  margin: 8px auto;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65); }
  
input[type="radio"] :checked + label span:after { display: block; }



/* -- News Section -- */
.news-articles a { text-decoration: none;
  color: var(--dark-grey);  }

.news-articles img, .news-articles video, .news-single img, .news-single video 
{ width: calc(100% + 40px); height: auto; margin-left: -20px; margin-bottom: -4px; }

.news-articles .news h2 { padding-top: 15px; }
.news-articles .news:first-of-type h2 { padding-top: 0px; }
.news-articles .news h2 span { float: right; }
.news-articles .news h2 span small { font-size: 12px;  }

.news-articles .news:after {
  content:'';
  width: calc(100% + 40px); 
  margin-left: -20px;
  height: 15px; 
  background: #E9E9E9; 
  display: block; }

.news-heading { font-size: 14px;
    text-transform: none;
    min-height: 35px; } 



/* -- Facilities Section -- */

.imgblock-list { padding-top: 20px; }

.imgblock-list a { text-decoration: none;
    color: var(--dark-grey);  }

.imgblock { 
  padding: 10px 10px 0px 10px;
  background: #fff;
  border: 1px solid #E9E9E9; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  margin-bottom:10px; 
  position: relative;  }

.imgblock img, .imgblock video { width: calc(100% + 20px); 
  height: auto; 
  margin-left: -10px; 
  margin-bottom: -4px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.imgblock .btn { position: absolute;
  bottom: 5px;
  left: 10px;
  width: calc(100% - 20px);
  color: #ffffff;
  padding: 5px 10px;
  min-height: 10px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  display: block;
  background: rgba(var(--colour1-rgb), 0.7);}

 .imgblock .btn-relative { position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 5px;
    background: var(--colour1); }


.large-circle { 
  width: 162px;
  height: 162px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 6px; }

.large-text { font-size: 50px;
  line-height: 148px;
  font-weight: 100;
  border: 1px solid white;
  border-radius: 50%; }




.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: left;
}

.alert-space .alert { margin-bottom: 2rem; }

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1b4b72;
  background-color: #d6e9f8;
  border-color: #c6e0f5;
}

.alert-primary hr {
  border-top-color: #b0d4f1;
}

.alert-primary .alert-link {
  color: #113049;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #1d643b;
  background-color: #d7f3e3;
  border-color: #c7eed8;
}

.alert-success hr {
  border-top-color: #b3e8ca;
}

.alert-success .alert-link {
  color: #123c24;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}

.alert-info hr {
  border-top-color: #c0ddf6;
}

.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #857b26;
  background-color: #fffbdb;
  border-color: #fffacc;
}

.alert-warning hr {
  border-top-color: #fff8b3;
}

.alert-warning .alert-link {
  color: #5d561b;
}

.alert-danger {
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #f7c6c5;
}

.alert-danger hr {
  border-top-color: #f4b0af;
}

.alert-danger .alert-link {
  color: #4c110f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}



/*  Photo Modal */
.photoModal {  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black; }

.photoModal .modal-content { position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px; }

.photoModal .close { color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold; }

.photoModal .close:hover, .photoModal .close:focus { color: #999;
  text-decoration: none;
  cursor: pointer; }

.photoModal .mySlides { display: none;}
.cursor { cursor: pointer; }

.photoModal .prev, .photoModal .next { cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none; }

.photoModal .next { right: 0; border-radius: 3px 0 0 3px; }
.photoModal .prev:hover, .photoModal .next:hover { background-color: rgba(0, 0, 0, 0.8);}

.photoModal .numbertext { color: #f2f2f2;
  font-size: 12px;
  padding: 18px 22px;
  position: absolute;
  top: 0; }

.photoModal .captiontext { text-align: center; padding-bottom: 15px; }




/* Register & Login Screen */

.register-form { text-align:left !important; }
.register-form .invalid-feedback, .login-form .invalid-feedback { color:red; font-weight: 400; }


.otp-input { text-align: center;
    width: calc(20% - 11px);
    height: 55px;
    font-size: 20px;
    font-weight: 600;
    border: solid 1.3px rgba(55,68,86,.2);
    border-radius: 4px;
    outline: 0;
    margin-right: 10px; }

.otp-input:last-child { margin-right: 0; }

.otp-input:focus {
    outline: none !important;
    border:1px solid var(--colour1);
    box-shadow: 0 0 10px #719ECE; }



.iti__flag {background-image: url("/storage/flags/flags.png") !important;}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("/storage/flags/flags@2x.png") !important;}
}



/* Shop */
.product { border: 1px solid #E9E9E9;
	margin-bottom: 10px;
	margin-right:5px;
	width: calc(50% - 5px) !important; }

.product.grid-item  { margin-left: 3px;
	margin-right: 3px; 
	width: calc(50% - 6px) !important;}

.product:not(.grid-item):nth-child(2n) { margin-right:0px; margin-left:5px; }

.product .price, .product_single .price { font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px; }

.product_single .price { margin-bottom: 10px; }

.product .product_name { font-size: 12px; 
	margin-bottom: 0px;}

.product_single .product_name { font-weight: 400;
    font-size: 14px; }

.product .product_buttons { font-size: 10px;
	padding: 10px; }

.product .product_buttons button { font-size: 10px; }

.product .product_buttons .minified {min-height: 10px;
    line-height: 10px }


.product_single .product_buttons { margin: 5px 0 15px 0px; }


.filters { margin-top: 10px; margin-bottom: 10px; }

.filters .filter { padding: 5px 10px;
    background: #EEEEEE;
    border-radius: 15px;
    margin-right: 3px;
    font-size: 12px;
	cursor: pointer; }

.filters .filter:hover { background: #DDDDDD; }

.filters .filter.active { background: var(--colour2); }


/* Cart */

.btn-cart { background: transparent; }

.cart {  }

.cart-row { height: 40px;
	font-size: 11px; }

.cart-img { width: 40px; 
	height: 40px;
	margin-right: 10px; }

.cart-price { width:70px; 
	margin-left: auto; }

.cart-img img { width: 100%;
    height: 100%;
    object-fit: cover; 
	padding: 0px; 
	margin: 0px;  }

.cart-row .btn { width: 30px;
    height: 30px;
    margin-top: 5px;
    line-height: 40px; }

.cart-row .cart-txt { display: flex;
    height: 40px;
    align-items: center;
    justify-content: center; }


/* Total */
.checkout .total-row { font-size: 16px;
    font-weight: 500; }

.checkout .total { margin-left: auto;  }





/* CLOCK / TIMERS */

/*.timer > div {
	padding: 10px;
    border-radius: 10px;
    background: #F7F7F7;
    display: inline-block;
    width: 90px;
}*/

.timer { display: table;
    margin: 0 auto; }

.timer > div {
    display: table-cell;
    width: 90px;
    padding: 2px;
}

.timer .time { font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    padding: 10px;
    border-radius: 10px;
    background: #F7F7F7;
    display: inline-block;
    width: 90px;
    margin-bottom: 5px;
    height: 70px;}

.timer .smalltext { font-weight: 400;
	font-size: 12px; }


.timer .chukka { color: #ffffff;
	background: var(--colour1); 
	width: 70px; }



/* SWITCH TOGGLE */

.bp-col { width: 50%; padding: 5px; }

.bp-row1 { align-items: center;
  justify-content: flex-start; }

.bp-row2 { align-items: center;
  justify-content: flex-end; }

.bp-player { line-height: 26px; font-size: 10px; }

.bp-player-setting { margin-left: auto; }

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 3em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}



.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  font-family: sans-serif;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02c66f;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #ff3a19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #3386ff;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}



/* EXCLUSION */

.exclusion-btn { border-radius: 10px;
	line-height: 28px;
    min-height: 28px; }

.exclusion_timer { border-radius: 10px;
	line-height: 28px;
    min-height: 28px; 
	background: #ff3a19;
	color: #ffffff; 
	padding: 0 15px; 
	font-weight: bold; }




/* NOTICEBOARD */


.team-row { height: 3rem !important;
	display: flex; 
	align-items: center;
    justify-content: center; 
	border: 1px solid  #E9E9E9; 
	border-radius: 10px; 
	margin: 5px 0px; }	

.team-row .team-logo { flex: 0 0 auto;
    width: auto; }

.team-row .team-logo img { object-fit: contain;
    max-width: 3rem;
    max-height: 3rem;
    padding: 5px; }

.team-row .team { flex: 1 0 0%;
	width: 100%; 
	text-align: left;
    padding-left: 10px;
    align-items: center;
    display: flex ; 
	font-size: 15px; }

.team-row svg { fill: #E9E9E9;
    margin: 7px 0;
    height: 24px;
    width: 24px;
    margin-left: auto;
    padding-right:10px; }

.team-btn { border: none;
    background: transparent;
    display: contents;
    color: var(--dark-grey); }



/* SHOOTOUT */

.stats .circle {
    background-color: #CCCCCC;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    width: 16px !important;
    padding: 0px !important; }


.stats .circle.bg-green { background-color: #7AC943; } 
.stats .circle.bg-red { background-color: #FF1D25; }  



/* STANDINGS LAYOUT */

.standings .nav { background: #ededed;
	padding: 5px; 
	border-radius: 5px;
	overflow-x: scroll;
	flex-wrap: nowrap;
	-ms-overflow-style: none; 
    scrollbar-width: none;
    color: var(--dark-grey);  }

.standings .nav::-webkit-scrollbar { display: none;  }


.standings .nav li button { color: var(--dark-grey);  }

.standings .nav-pills .nav-link.active, .standings .nav-pills .show>.nav-link {
	background: rgb(var(--colour1-rgb));
	background: linear-gradient(90deg, rgba(var(--colour1-rgb),0.5) 0%, rgba(var(--colour1-rgb),1) 100%);
}

.standings-tbl { font-size: 11px; }

.standings-th { color: var(--colour1);
	background: #f4f4f4; 
	font-weight:500;
	padding: 5px;  }

.standings-td { border-bottom: 1px solid #ededed;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px; }

.standings-td div { padding: 5px; }

.standings-td .col-1:last-of-type { background: rgb(var(--colour1-rgb));
	background: linear-gradient(90deg, rgba(var(--colour1-rgb),0.5) 0%, rgba(var(--colour1-rgb),1) 100%);
	color: #ffffff;
    border-radius: 5px; }

.standings-tbl .team-name { font-weight:500;  }

.standings-tbl .team-text { display: inline-block;
	padding: 0px; 
	line-height:11px; }

.standings-tbl .team-logo { width: 30px; 
	height: 30px;
	flex-basis: 30px;
    flex-grow: 0;
    flex-shrink: 0;
	padding: 0px; 
    margin-right: 5px; }

.standings-tbl .team-logo img { width: 100%;
    height: 100%; 
    object-fit: contain; }
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input,
[dir=rtl] .iti--allow-dropdown input[type=text],
[dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
[dir=rtl] .iti--separate-dial-code input[type=text],
[dir=rtl] .iti--separate-dial-code input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}