/* ==== GLOBAL STYLES ==== */
@font-face {
  font-family: 'PrataRegular';
  src: url('../fonts/Prata-Regular.eot');
  src: url("../fonts/Prata-Regular.woff") format("woff"), url("../fonts/Prata-Regular.otf") format("opentype"), url("../fonts/Prata-Regular.svg#filename") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1,
h2 {
  font-family: 'PrataRegular', sans-serif;
  margin-bottom: 15px;
  margin-top: 15px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
  line-height: 35px;
}
p,
a,
li,
h3,
h4,
.btn {
  font-family: 'Open Sans', sans-serif;
}
p,
a,
li {
  font-size: 16px;
  line-height: 25px;
  color: #666;
}
.small-text {
  font-size: 14px;
}
.row {
  padding: 0!important;
  margin: 0 !important;
}
.display-table {
  display: table;
  width: 100%;
}
.container-fluid {
  padding: 0;
}
.container {
  max-width: 1460px!important;
}
.image-render {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -webkit-crisp-edges;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.primary-btn {
  border: 1px solid #F59533;
  color: #F59533 !important;
  padding: 15px;
  cursor: pointer;
  border-radius: 4px;
  width: 230px;
  margin: 15px auto;
}
.primary-btn:hover {
  background-color: #F59533;
  color: #fff !important;
}
.icon {
  margin: 0 auto;
  display: block;
  background-size: contain;
  width: 160px;
  height: 120px;
  margin-bottom: 25px;
}
.link {
  color: #0084d6;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
  color: #F59533;
}
.valign-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.divider {
  border-top: 1px solid #ccc;
  display: block;
  margin-top: 35px;
  margin-bottom: 35px;
}
.right-side-wrapper {
  padding: 0 20px;
}
.tin-generic-bar {
  position: relative;
  background: url('../imgs/pexels-photo-632270.jpeg') no-repeat 0 0;
  padding: 25px;
}
.tin-generic-bar .overlay {
  background-color: #305477;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.tin-generic-bar h1 {
  color: #fff;
}
.tin-generic-bar .breadcrumb {
  background: none;
  margin-top: 25px;
  margin-bottom: 25px;
}
.tin-generic-bar .breadcrumb .active {
  color: #fff;
}
.tin-generic-bar .breadcrumb .link {
  color: #F59533;
}
.fixed {
  position: fixed;
}
.card-header {
  cursor: pointer;
}
.logo {
  display: block;
  width: 200px;
  height: 80px;
  margin: 15px;
}
#accordion .card {
  border-radius: 0;
}
.theme {
  padding: 4px;
  border: 1px solid #6c757d;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 5px;
  color: #6c757d;
  margin-left: 4px;
}
.wrapper-lg {
  padding: 80px 35px;
}
.wrapper-md {
  padding: 35px;
}
.tin-nav .tin-logo-light {
  background: url('../imgs/tin-color-short-logo.png') no-repeat center center;
  width: 70px;
}
/* ==== INDEX PAGE LEGEND ===*/
.tin-header {
  background: url('../imgs/bg1.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.tin-header h1,
.tin-header p {
  color: #fff;
  text-align: left;
}
.tin-header .col-xl-6 {
  background: rgba(48, 84, 119, 0.9);
  padding-top: 290px;
  padding-bottom: 290px;
  margin: 0;
}
.tin-header .outline {
  border: 2px solid #FFF;
  padding: 90px 65px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -170px;
  margin-right: 30px;
}
.tin-header .outline .content {
  margin-left: 150px;
}
.tin-header .dropdown:hover .dropdown-menu {
  display: block;
}
.tin-header .overlay {
  display: none;
}
/* ==== SIMPLE RECIPE ===*/
.tin-simplerecipe {
  text-align: center;
}
.tin-simplerecipe h1 {
  color: #F59533;
  margin-bottom: 35px;
}
.tin-virtualtin {
  background: #00274d;
  text-align: center;
}
.tin-virtualtin > div {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tin-virtualtin h2 {
  color: #F59533;
}
.tin-virtualtin p {
  color: white;
  font-size: 0.9em;
  line-height: normal;
}
.tin-virtualtin p strong {
  color: #F59533;
}
.tin-virtualtin p i {
  opacity: 0.5;
}
/* ==== ADDTIONAL LINKS ===*/
.tin-additionallinks {
  background: url('../imgs/adult-blur-business-630839.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: relative;
}
.tin-additionallinks h2,
.tin-additionallinks p,
.tin-additionallinks li {
  color: #FFF;
}
.tin-additionallinks p {
  margin-bottom: 15px;
}
.tin-additionallinks .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tin-additionallinks .theme {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.tin-additionallinks .content-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tin-additionallinks .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.tin-additionallinks .col-lg-4 {
  min-height: 530px;
  position: relative;
}
.tin-additionallinks .about-icon::after,
.tin-additionallinks .membership-icon::after,
.tin-additionallinks .meeting-icon::after {
  margin: 0 auto;
  display: block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #F59533;
  font-size: 60px;
}
.tin-additionallinks .about-icon::after {
  content: '\f0c0';
}
.tin-additionallinks .membership-icon::after {
  content: '\f2c2';
}
.tin-additionallinks .meeting-icon::after {
  content: '\f133';
}
/* ===== CHARITY  ===== */
.tin-charity {
  position: relative;
  background: url('../imgs/adult-blur-business-630839.jpg') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.tin-charity .overlay {
  background-color: #305477;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.tin-charity h3 {
  color: #fff;
  margin: 15px 25px;
  display: block;
  text-align: center;
}
.tin-charity .primary-btn {
  border-color: #FFF;
  color: #fff !important;
  display: block;
  margin-top: 30px;
}
.tin-charity .primary-btn:hover {
  background-color: #FFF;
  color: #305477 !important;
}
.tin-charity .content-inner {
  display: block;
  margin: 0 auto;
  max-width: 960px;
}
.tin-companies .logo {
  margin: 15px auto;
  cursor: pointer;
}
.tin-companies .company-logos {
  max-width: 1200px;
  margin: 0 auto;
}
.tin-companies .fn-logo {
  background: url('../imgs/logos/fn-grey.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .fn-logo:hover {
  background: url('../imgs/logos/fn-color.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .bra-logo {
  background: url('../imgs/logos/bra-grey.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .bra-logo:hover {
  background: url('../imgs/logos/bra-color.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .fid-logo {
  background: url('../imgs/logos/fid-grey.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .fid-logo:hover {
  background: url('../imgs/logos/fid-color.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .prae-logo {
  background: url('../imgs/logos/prae-grey.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .prae-logo:hover {
  background: url('../imgs/logos/prae-color.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .schro-logo {
  background: url('../imgs/logos/schro-grey.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .schro-logo:hover {
  background: url('../imgs/logos/schro-color.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .dt-logo {
  background: url('../imgs/logos/dt-grey.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .dt-logo:hover {
  background: url('../imgs/logos/dt-color.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .altus-logo {
  background: url('/imgs/logos/altus2025-grey.png') no-repeat center center;
  background-size: contain;
}
.tin-companies .altus-logo:hover {
  background: url('/imgs/logos/altus2025.png') no-repeat center center;
  background-size: contain;
}
.tin-sponsors {
  /*.vanguard-logo {
        background: url("/imgs/logos/vanguard.jpg") no-repeat center center;
        background-size:contain;
    }*/
}
.tin-sponsors .fn-logo {
  background: url('../imgs/logos/fn-color.png') no-repeat center center;
  background-size: contain;
}
.tin-sponsors .fil-logo {
  background: url('../imgs/logos/fil-logo.jpg') no-repeat center center;
  background-size: contain;
}
.tin-sponsors .bra-logo {
  background: url('../imgs/logos/bra-color.png') no-repeat center center;
  background-size: contain;
}
.tin-sponsors .altus-logo {
  background: url("/imgs/logos/altus2025.png") no-repeat center center;
  background-size: contain;
}
.tin-sponsors .schro-logo {
  background: url('../imgs/logos/schro-color.png') no-repeat center center;
  background-size: contain;
}
.tin-sponsors .dt-logo {
  background: url('../imgs/logos/dt-color.png') no-repeat center center;
  background-size: contain;
}
/* ========= ABOUT PAGE CSS ======= */
.main-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-content .col-lg-4 {
  position: relative;
}
.main-content aside.side-bar {
  background-color: rgba(241, 241, 241, 0.5);
}
.main-content aside.side-bar p,
.main-content aside.side-bar .link {
  font-size: 15px;
}
/* ========= Charity PAGE CSS ======= */
.logo {
  width: 220px;
}
.brathay-logo {
  background: url('../imgs/logos/Brathay-CYPS-logo.jpg') no-repeat center center;
  background-size: contain;
}
.sg-logo {
  background: url('../imgs/logos/logo_small.png') no-repeat center center;
  background-size: contain;
}
.pd-logo {
  background: url('../imgs/logos/logo-pd.png') no-repeat center center;
  background-size: contain;
}
.cr-logo {
  background: url('../imgs/logos/CRUK.jpg') no-repeat center center;
  background-size: contain;
}
.sc-logo {
  background: url('../imgs/logos/ECA_Logo.jpg') no-repeat center center;
  background-size: contain;
}
.rda-logo {
  background: url('../imgs/logos/RDA.jpg') no-repeat center center;
  background-size: contain;
}
.muirfield-logo {
  background: url('../imgs/logos/MRT.jpg') no-repeat center center;
  background-size: contain;
}
.fn-logo {
  background: url('../imgs/logos/fn-color.png') no-repeat center center;
  background-size: contain;
}
.sgp-video p {
  margin-top: 15px;
}
/* ========= Contact PAGES CSS ======= */
.contact-us h2 {
  margin-bottom: 25px;
}
.contact-us ul {
  margin: 0;
  padding: 0;
}
.contact-us ul li {
  list-style-type: none;
}
.contact-us .contact-details {
  background-color: rgba(241, 241, 241, 0.5);
  padding: 30px 30px;
  margin-top: 30px;
  width: 280px;
}
.contact-us .location {
  margin-top: 35px;
}
.contact-us .location .col-lg-6 {
  padding: 0;
  margin: 0;
}
.contact-us .address {
  padding: 20px 30px;
}
/* ============== Management Board PAGE CSS ===============*/
.management-board .logo {
  height: 150px;
}
.ian-pic {
  background: url('../imgs/the board/ianhutchinson.jpg') no-repeat center center;
  background-size: contain;
}
.clive-pic {
  background: url('../imgs/the board/clive.jpg') no-repeat center center;
  background-size: contain;
}
.kevin-pic {
  background: url('../imgs/the board/kevin.png') no-repeat center center;
  background-size: contain;
}
.alan-pic {
  background: url('../imgs/the board/alan.jpg') no-repeat center center;
  background-size: contain;
}
.heatherh-pic {
  background: url('../imgs/the board/heather-hopkins.png') no-repeat center center;
  background-size: contain;
}
.justinus-pic {
  background: url('../imgs/the board/justin.jpg') no-repeat center center;
  background-size: contain;
}
.dm-pic {
  background: url('../imgs/the board/david.jpg') no-repeat center center;
  background-size: contain;
}
.gt-pic {
  background: url('../imgs/the board/geoff.jpg') no-repeat center center;
  background-size: contain;
}
.mk-pic {
  background: url('../imgs/the board/malc.jpg') no-repeat center center;
  background-size: contain;
}
.sf-pic {
  background: url('../imgs/the board/Simon-Farrant.jpg') no-repeat center center;
  background-size: contain;
}
.tk-pic {
  background: url('../imgs/the board/tony-klim.png') no-repeat center center;
  background-size: contain;
}
.cr-pic {
  background: url('../imgs/the board/chrisread.jpg') no-repeat center center;
  background-size: contain;
}
.am-pic {
  background: url('../imgs/the board/andrewmartin.jpg') no-repeat center center;
  background-size: contain;
}
.jr-pic {
  background: url('../imgs/the board/james.jpg') no-repeat center center;
  background-size: contain;
}
.jb-pic {
  background: url('../imgs/the board/jackie.jpg') no-repeat center center;
  background-size: contain;
}
.emma-pic {
  background: url('../imgs/the board/emma.jpg') no-repeat center center;
  background-size: contain;
}
.ben-pic {
  background: url('../imgs/the board/benhammond.jpg') no-repeat center center;
  background-size: contain;
}
.keith-pic {
  background: url('../imgs/the board/keith.jpg') no-repeat center center;
  background-size: contain;
}
.cs-pic {
  background: url('../imgs/the board/chris-spencer.jpg') no-repeat center center;
  background-size: contain;
}
.cmcc-pic {
  background: url('../imgs/the board/cmcc.jpg') no-repeat center center;
  background-size: contain;
}
.pr-pic {
  background: url('../imgs/the board/pr.jpg') no-repeat center center;
  background-size: contain;
}
/* ============== VIRTUAL VIDEO PASSWORD ===============*/
#hiddenDiv {
  display: none;
}
#hiddenDiv.show {
  display: block;
}
#hiddenDiv iframe {
  width: 560px;
  max-width: 100%;
  margin: 0 0 30px 0;
}
#passw {
  margin-bottom: 30px;
  background-color: #f3f4f6;
  padding: 30px;
  max-width: 360px;
}
#passw .passw-input {
  position: relative;
}
#passw .passw-input input {
  border: 0;
  background-color: #FFFFFF;
  height: 40px;
  border-radius: 4px;
  margin-bottom: 15px;
  padding-left: 10px;
  width: 100%;
  transition: ease-in 0.1s;
}
#passw .passw-input input:focus {
  outline: 0;
  border: 1px solid #305477;
}
#passw .passw-input i {
  position: absolute;
  color: #a1a9ac;
  top: 11px;
  right: 10px;
}
#passw .passw-button input {
  background-color: #305477;
  border: 0;
  padding: 10px 25px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
}
#passw .passw-button input:hover {
  box-shadow: 0 0 0 1px #305477;
  background: none;
  color: #305477;
}
@media (max-width: 770px) {
  .tin-header {
    padding: 30px;
    height: 300px;
  }
  .tin-header .overlay {
    background: rgba(48, 84, 119, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
  }
  .tin-header .outline {
    border: 0;
    position: relative;
    padding: 0;
    margin: 120px 0px;
    top: 0;
    left: 0;
    width: 100%;
  }
  .tin-header .outline .content {
    margin-left: 0;
  }
  .tin-header .col-xl-6 {
    background: none;
    padding: 0;
  }
  .tin-header h1,
  .tin-header p {
    text-align: center;
  }
}
@media (max-width: 530px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
    line-height: 35px;
  }
  .wrapper-lg {
    padding: 30px 25px;
  }
  .wrapper-md {
    padding: 20px;
  }
  .right-side-wrapper {
    padding: 0;
  }
  .contact-us .address {
    padding-left: 0;
    padding-right: 0;
  }
  .tin-additionallinks .btn {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    margin: 35px auto 0 auto;
    transform: translate(0);
  }
}
/*# sourceMappingURL=styles.css.map */