html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#F6921E;text-shadow:none}::selection{background:#F6921E;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid rgba(225,225,225,0.6);margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
:root {
  --blue: #005AB3;
  --lightblue: #05B2F2;
  --green: #5ED501;
  --red: #DA3522;
  --orange: #FFAA01;
  --purple: #C43887;
  --black: #1a1a1a;

    
}
body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--blue) var(--black);
}
body::-webkit-scrollbar-track {
  background: var(--black);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 6px;
  border: 3px solid var(--black);
}

html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
a{-webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
text-decoration: none;
color: #1a1a1a; font-weight: 600;}
a img{-webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;}
a:hover{opacity: 0.5;}
.smoothie{-webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;}
h1,h2,h3,h4,h5,h6{margin: 0 0 10px 0; color: #1a1a1a; font-weight: 300; letter-spacing: 0px; font-family: 'Poppins', 'Roboto', sans-serif;}
h1{font-weight: 300;}
h1 span{font-weight: 700;}
p{margin: 0 0 10px 0;}
strong{font-weight: 800;}
img, iframe{max-width: 100%;}

.green{background: #5ED501; background: rgb(94,213,1);}
.red{background: #DA3522; background: rgb(218,53,34);}
.blue{background: #005AB3; background: rgb(0,90,179);}
.lightblue{background: #05B2F2; background: rgb(5,178,242);}
.orange{background: #FFAA01; background: rgb(255,170,1);}
.purple{background: #C43887; background: rgb(196,56,135);}



.objectfit img{width: 100%; height: 100%; object-fit: cover;}
.objectfit{background-size: cover; background-position: center center;}
.compat-object-fit img{opacity: 0;}
.compat-object-fit {background-size: cover;}

.container{width: 100%; max-width: 1920px; margin: 0 auto; font-family: 'Roboto', sans-serif; font-weight: 300;box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05); }
body{background: #f6f6f6;}
.header{width: 100%; padding: 0 5%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; max-width: 1920px;  background: rgba(0,0,0,0.0); z-index: 125; background: #fff; position: relative; margin: 45px 0 0;}

.logo{width: 300px;}
.logo:hover{opacity: 1;}
/*.sticky{background: rgba(255,255,255,0.8); border-bottom: 1px solid rgba(255,255,255,0.0);}
.sticky .logo{width: 200px;}*/
.navigation{position: relative; width: calc(100% - 360px); justify-content: flex-end;}
.navlink{color: #1a1a1a; font-size: 16px; font-weight: 300; text-transform: uppercase; letter-spacing: -0.5px; display: flex; justify-content: center; padding: 40px 0; position: relative; margin-left: 40px;}
.navlink span{text-transform: lowercase;}
.navlinkfooter{position: absolute; bottom: 0px; left: 0; width: 100%; height: 5px; opacity: 0; transition: all 0.3s ease;}
.navlink:hover .navlinkfooter{opacity: 1;}
.navlink:hover{opacity: 1;}

.partnerslink:hover{color: #5ED501;}
.integrationlink:hover{color: #DA3522;}
.eventslink:hover{color: #005AB3;}
.reportslink:hover{color: #05B2F2;}
.authoritieslink:hover{color: #FFAA01;}
.hscslink:hover{color: #C43887;}
.medialink:hover{color: #1a1a1a;}

.partnersbg{background: #5ED501; background: rgb(94,213,1);}
.integrationbg{background: #DA3522; background: rgb(218,53,34);}
.eventsbg{background: #005AB3; background: rgb(0,90,179);}
.reportsbg{background: #05B2F2; background: rgb(5,178,242);}
.authoritiesbg{background: #FFAA01; background: rgb(255,170,1);}
.hscsbg{background: #C43887; background: rgb(196,56,135);}
.mediabg{background: #1a1a1a; background: rgb(26,26,26);}


.topheader{width: 100%; background: #f6f6f6; border-bottom: 5px solid #ececec; padding: 5px 5% 5px; text-align: right; display: flex; justify-content: flex-end;position: fixed; align-items: center; top: 0; left: 0; z-index: 140;}
.topnavlink{color: #1a1a1a;font-weight: 400; margin:0 0 0 40px; font-size: 12px; text-transform: uppercase; letter-spacing: -0.5px;}
.topsoclink{color: #1a1a1a;font-weight: 400; margin-left: 20px; font-size: 14px;}
.firsttopsoclink{margin-left: 40px;}
.current{font-weight: 900; color: #1a1a1a;}

.hero{width: 100%; padding: 0; height: 80vh; overflow: hidden; background: linear-gradient(to bottom,rgba(255,255,255,1) 0, rgba(255,255,255,1) 89.9%,  rgba(246,246,246,1) 50%, rgba(246,246,246,1) 100%); position: relative; z-index: 5;}
.herocover{position: absolute; top: 0; left: 0; width: 100%; height: 100%;  z-index: 500;background: linear-gradient(to bottom,rgba(0,0,0,0.5) 0, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); pointer-events: none; opacity: 0;}
.herocontrols{position: absolute; bottom: 20px; left: 5px; z-index: 500; display: flex;}
.hcontrol{color: #fff; padding: 0 2px; border: 0px solid #fff; cursor: pointer; font-size: 20px; transition: all 0.3s ease; opacity: 0.6;}
.hcontrol:hover{opacity: 1;}

.heroken{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.eachslide{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.eachslide img{position: relative; z-index: 4; }
.topslide{object-position: top center;}
.centerslide{object-position: center center;}
.bottomslide{object-position: bottom center;}

.caption{width: 400px; height: 400px; position: absolute; bottom: 0; right: 0; z-index: 501;  display: flex; justify-content: flex-end; align-items: flex-end; flex-direction: column; padding: 40px; text-align: right;}

.shallowcaption{width: 300px; height: 300px; position: absolute; bottom: 0; right: 0; z-index: 501;  display: flex; justify-content: flex-end; align-items: flex-end; flex-direction: column; padding: 40px; text-align: right;}
.topdiagonal{width: 100px; height: 100px; position: absolute; top: 0; left: 0; z-index: 501; background: linear-gradient(to bottom right,rgba(0,90,179,1) 0%, rgba(0,90,179,1) 50%, rgba(0,90,179,0) 50.01%, rgba(0,90,179,0) 100%); }

.caption h3{display: block; color: #fff; font-size: 34px; font-weight: 800;}
.shallowcaption h3{display: block; color: #fff; font-size: 34px; font-weight: 800;}
.caption h4{display: block; color: #fff; font-size: 20px; font-weight: 800;}
.caption p{display: block; color: #fff; font-size: 16px; font-weight: 600;}


.eventscaption{background: linear-gradient(to top left,rgba(0,90,179,1.5) 0%, rgba(0,90,179,1.5) 50%, rgba(0,90,179,0) 50.01%, rgba(0,90,179,0) 100%);}
.eventscaption h1{text-shadow: 1px 1px 13px rgba(0,90,179, 0.64);}
.eventscaption h3{text-shadow: 1px 1px 13px rgba(0,90,179, 0.64);}
.eventscaption h4{text-shadow: 1px 1px 13px rgba(0,90,179, 0.64);}
.eventscaption p{text-shadow: 1px 1px 13px rgba(0,90,179, 0.64);}
.eventstopdiagonal{background: linear-gradient(to bottom right,rgba(0,90,179,1) 0%, rgba(0,90,179,1) 50%, rgba(0,90,179,0) 50.01%, rgba(0,90,179,0) 100%); }

.integrationcaption{background: linear-gradient(to top left,rgba(218,53,34,1.5) 0%, rgba(218,53,34,1.5) 50%, rgba(218,53,34,0) 50.01%, rgba(218,53,34,0) 100%);}
.integrationcaption h1{text-shadow: 1px 1px 13px rgba(218,53,34, 0.64);}
.integrationcaption h3{text-shadow: 1px 1px 13px rgba(218,53,34, 0.64);}
.integrationcaption h4{text-shadow: 1px 1px 13px rgba(218,53,34, 0.64);}
.integrationcaption p{text-shadow: 1px 1px 13px rgba(218,53,34, 0.64);}
.integrationtopdiagonal{background: linear-gradient(to bottom right,rgba(218,53,34,1) 0%, rgba(218,53,34,1) 50%, rgba(218,53,34,0) 50.01%, rgba(218,53,34,0) 100%); }

.hscscaption{background: linear-gradient(to top left,rgba(196,56,135,1.5) 0%, rgba(196,56,135,1.5) 50%, rgba(196,56,135,0) 50.01%, rgba(196,56,135,0) 100%);}
.hscscaption h1{text-shadow: 1px 1px 13px rgba(196,56,135, 0.64);}
.hscscaption h3{text-shadow: 1px 1px 13px rgba(196,56,135, 0.64);}
.hscscaption h4{text-shadow: 1px 1px 13px rgba(196,56,135, 0.64);}
.hscscaption p{text-shadow: 1px 1px 13px rgba(196,56,135, 0.64);}
.hscstopdiagonal{background: linear-gradient(to bottom right,rgba(196,56,135,1) 0%, rgba(196,56,135,1) 50%, rgba(196,56,135,0) 50.01%, rgba(196,56,135,0) 100%); }

.partnerscaption{background: linear-gradient(to top left,rgba(94,213,1,1.5) 0%, rgba(94,213,1,1.5) 50%, rgba(94,213,1,0) 50.01%, rgba(94,213,1,0) 100%);}
.partnerscaption h1{text-shadow: 1px 1px 13px rgba(94,213,1, 0.64);}
.partnerscaption h3{text-shadow: 1px 1px 13px rgba(94,213,1, 0.64);}
.partnerscaption h4{text-shadow: 1px 1px 13px rgba(94,213,1, 0.64);}
.partnerscaption p{text-shadow: 1px 1px 13px rgba(94,213,1, 0.64);}
.partnerstopdiagonal{background: linear-gradient(to bottom right,rgba(94,213,1,1) 0%, rgba(94,213,1,1) 50%, rgba(94,213,1,0) 50.01%, rgba(94,213,1,0) 100%); }

.integrationcaption{background: linear-gradient(to top left,rgba(218,53,34,1.5) 0%, rgba(218,53,34,1.5) 50%, rgba(218,53,34,0) 50.01%, rgba(218,53,34,0) 100%);}
.integrationcaption h1{text-shadow: 1px 1px 13px rgba(218,53,34, 0.64);}
.integrationcaption h3{text-shadow: 1px 1px 13px rgba(218,53,34, 0.64);}
.integrationcaption h4{text-shadow: 1px 1px 13px rgba(218,53,34, 0.64);}
.integrationcaption p{text-shadow: 1px 1px 13px rgba(218,53,34, 0.64);}
.integrationtopdiagonal{background: linear-gradient(to bottom right,rgba(218,53,34,1) 0%, rgba(218,53,34,1) 50%, rgba(218,53,34,0) 50.01%, rgba(218,53,34,0) 100%); }

.authoritiescaption{background: linear-gradient(to top left,rgba(255,170,1,1.5) 0%, rgba(255,170,1,1.5) 50%, rgba(255,170,1,0) 50.01%, rgba(255,170,1,0) 100%);}
.authoritiescaption h1{text-shadow: 1px 1px 13px rgba(255,170,1, 0.64);}
.authoritiescaption h3{text-shadow: 1px 1px 13px rgba(255,170,1, 0.64);}
.authoritiescaption h4{text-shadow: 1px 1px 13px rgba(255,170,1, 0.64);}
.authoritiescaption p{text-shadow: 1px 1px 13px rgba(255,170,1, 0.64);}
.authoritiestopdiagonal{background: linear-gradient(to bottom right,rgba(255,170,1,1) 0%, rgba(255,170,1,1) 50%, rgba(255,170,1,0) 50.01%, rgba(255,170,1,0) 100%); }

.reportscaption{background: linear-gradient(to top left,rgba(5,178,242,1.5) 0%, rgba(5,178,242,1.5) 50%, rgba(5,178,242,0) 50.01%, rgba(5,178,242,0) 100%);}
.reportscaption h1{text-shadow: 1px 1px 13px rgba(5,178,242, 0.64);}
.reportscaption h3{text-shadow: 1px 1px 13px rgba(5,178,242, 0.64);}
.reportscaption h4{text-shadow: 1px 1px 13px rgba(5,178,242, 0.64);}
.reportscaption p{text-shadow: 1px 1px 13px rgba(5,178,242, 0.64);}
.reportstopdiagonal{background: linear-gradient(to bottom right,rgba(5,178,242,1) 0%, rgba(5,178,242,1) 50%, rgba(5,178,242,0) 50.01%, rgba(5,178,242,0) 100%); }

.mediacaption{background: linear-gradient(to top left,rgba(26,26,26,1.5) 0%, rgba(26,26,26,1.5) 50%, rgba(26,26,26,0) 50.01%, rgba(26,26,26,0) 100%); }
.mediacaption h1{text-shadow: 1px 1px 13px rgba(26,26,26, 0.64); width: 600px; max-width: 80vw;}
.mediacaption h3{text-shadow: 1px 1px 13px rgba(26,26,26, 0.64);}
.mediacaption h4{text-shadow: 1px 1px 13px rgba(26,26,26, 0.64);}
.mediacaption p{text-shadow: 1px 1px 13px rgba(26,26,26, 0.64);}
.mediatopdiagonal{background: linear-gradient(to bottom right,rgba(26,26,26,1) 0%, rgba(26,26,26,1) 50%, rgba(26,26,26,0) 50.01%, rgba(26,26,26,0) 100%); }

.readmore{padding: 10px 10px; border: 2px solid #fff; color: #fff; font-size: 12px;}
.mediareadmore:hover{background: #fff; color: #1a1a1a; opacity: 1;}
.hscsreadmore:hover{background: #fff; color: #C43887; opacity: 1;}
.integrationreadmore:hover{background: #fff; color: #DA3522; opacity: 1;}
.eventsreadmore:hover{background: #fff; color: #005AB3; opacity: 1;}
.authoritiesreadmore:hover{background: #fff; color: #FFAA01; opacity: 1;}
.reportsreadmore:hover{background: #fff; color: #05B2F2; opacity: 1;}
.partnersreadmore:hover{background: #fff; color: #5ED501; opacity: 1;}

.readmore:hover{text-shadow: none;}
.content{width: 100%; padding: 40px 5%; position: relative; z-index: 10;}


.homecontent{background: rgba(255,255,255,1); width: 60%; margin: 30px 0 30px 0; padding: 40px 5%; border-bottom:5px solid #C43887; position: relative;}
.mapcontent{background: #FFAA01 url(../img/scotlandwhite.png) bottom right no-repeat; background-size: contain; width: 38%; margin: 30px 0 30px 0; padding: 40px 5% 40px 40px; position: relativee;}
.maptext{color: #fff;}
.maptext h3{font-weight: 600; color: #fff;}




.partnerscontent{background: #5ED501; width: 100%; margin: 0 0 30px 0; padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap; position: relative;}
.partnerstext{width: 70%; padding: 40px 40px 40px 5%; color: #fff;}
.partnerstext h2{color: #fff;}
.partnerstext h3{color: #fff;}
.partnersimage{width: 30%;}
.partnersimage img{}

.boxslash{position: absolute; bottom: -2px; right: 0; width: 20px; height: 20px;}
/* ==========================================================================
   HOME RETHINK
   ========================================================================== */
.homecontent{background: rgba(255,255,255,0.5);}
.homecontent h1{color: #C43887;}
.partnerscontent{background: #fff;background: rgba(255,255,255,0.5); border-bottom: 5px solid #5ED501;}
.partnerstext h2{color: #5ED501; font-weight: 600;}
.partnerstext h3{color: #5ED501;}
.partnerstext p{color: #1a1a1a;}
.partnersreadmore{background: #5ED501; color: #fff; }
.partnersreadmore:hover{background: #fff; color: #5ED501; opacity: 1;}

.eventsreadmore{background: #005AB3; color: #fff; border: 2px solid #005AB3;}
.eventsreadmore:hover{background: rgba(255,255,255,0); color: #005AB3; opacity: 1;}

.hscsreadmore{background: #C43887; color: #fff; border: 2px solid #C43887;}
.hscsreadmore:hover{background: #fff; color: #C43887; opacity: 1;}

.mapcontent{background: rgba(255,255,255,0.5) url(../img/scotland.png) bottom right no-repeat; background-size: contain; width: 38%; margin: 30px 0 30px 0; padding: 40px 15% 40px 40px; border-bottom: 5px solid #FFAA01; position: relative;}
.maptext{color: #1a1a1a;}
.maptext h3{font-weight: 600; color: #FFAA01;}

.authoritiesreadmore{background: #FFAA01; color: #fff; border: 2px solid #FFAA01;}
.authoritiesreadmore:hover{background: #fff; color: #FFAA01; opacity: 1;}

.link_content a{position: relative; word-wrap: normal; border-bottom: 0px solid #C43887; padding-bottom: 1px; font-weight: 500; transition: all 0.3s cubic-bezier(0.2, 0, 0, 1); color: #C43887; font-style: italic;}
.link_content a:hover{opacity: 1; border-bottom: 0px solid #1a1a1a; color: #1a1a1a;}


/* ==========================================================================
   RESOURCES
   ========================================================================== */

.fullcontent{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.resourcescontent{margin-bottom: 30px; border-bottom:5px solid #05B2F2; position: relative;}
.leftfullcontent{width: 50%; padding: 0; position: relative;}
.reportscover{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(5,178,242,0.3); z-index: 10;}
.leftfullcontent img{position: relative; z-index: 9;}
.rightfullcontent{width: 50%; background: #fff; padding: 40px 5% 40px 40px; position: relative;}
.rightfullcontent h3{font-weight: 600; font-size: 16px; }


.resourcesreadmore{background: #05B2F2; color: #fff; border: 2px solid #05B2F2;}
.resourcesreadmore:hover{background: #fff; color: #05B2F2; opacity: 1;}
/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer{width: 100%; background: #fff; padding: 20px 5%; font-size: 12px;  display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; background: rgba(255,255,255,0.7)}
.footleft{width: calc(100% - 120px);}
.infinity{width: 60px;}
.footnav{width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 10px;}
.footnav span{margin: 0 5px;}
.footnavlink{color: #1a1a1a;}
.footsocial{margin-bottom: 10px;}
.footsoclink{font-size: 14px; margin-right: 20px;}
.footsoclink:hover {opacity: 1;}
.lilink:hover{color: #0077B5;}
.ytlink:hover{color: #ff0000;}
.fblink:hover{color: #3B5998;}
.twlink:hover{color: #55acee;}
.inlink:hover{color: #c32aa3;}

.copy span{margin: 0 5px;}
.copy a{color: #000; font-weight: 700;}
.subcopy{padding-top: 10px;}
/* ==========================================================================
   ABOUT
   ========================================================================== */

.shallowhero{width: 100%; padding: 0; height: 300px; overflow: hidden; background: linear-gradient(to bottom,rgba(255,255,255,1) 0, rgba(255,255,255,1) 89.9%,  rgba(246,246,246,1) 50%, rgba(246,246,246,1) 100%); position: relative; z-index: 5;}
.shallowhero img{position: relative; z-index: 4;}
.shallowcaption h1{display: block; color: #fff; font-size: 34px; font-weight: 800;}
.aboutcontent{background: rgba(255,255,255,0); width: 100%; padding: 20px 20%;}
.admincontent{padding: 20px 2%;}
.teamcontent{background: rgba(255,255,255,0); width: 100%; padding: 20px 10%;}
.eachteam{background: #fff; position: relative; width: calc(50% - 7.5px); margin-bottom: 15px;border-bottom:5px solid #C43887;}
/*
.teamgrid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 15px;
}
*/
.teamgrid{display: flex; justify-content: space-between; flex-wrap: wrap;}
.teamgroup{width: 100%; text-align: center;}
.teamgroup h3{font-weight: 600; background: #C43887; color: #fff; padding: 5px;}

.eachteamcontent{width: 100%;}

.eachteamimage{width: 30%;position: absolute; top: 0; left: 0; height: 100%;}
.eachteamimage img{width: 100%; height: 100%; object-fit: cover;}
.eachteamdetails{width: 70%; margin-left: 30%; padding: 40px 20px 60px; text-align: left; position: relative;}
.eachteamname{font-size: 20px; font-weight: 600; text-transform: uppercase;}
.eachteamjob{font-weight: 400;}
.eachteamlink{font-weight: 300; font-size: 12px;}

.eachteam:hover{opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}


.breadcrumbs{font-size: 12px; background: rgba(255,255,255,0.5); padding: 15px 20%; }
.breadcrumbs span{margin: 0 5px;}
/* ==========================================================================
   TEAM
   ========================================================================== */
.teammember{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.teammemberimage{width: 30%;}
.teammembermap{width: 40%;}
.teammemberimage img{width: 100%; height: 100%; object-fit: cover;}

.teammemberdetailsimage{width: 70%; padding: 0 0 0 20px;}
.teammemberdetailsmap{width: 60%; padding: 0 0 0 20px; }
.teammemberbio{width: 100%; padding: 0;}

.noimage{width: 100%; padding: 0;}
.noimagelist{width: 100%; margin-left: 0; padding: 40px 20px 60px; text-align: left; position: relative;}


/* ==========================================================================
   SEARCH
   ========================================================================== */

.topnav{margin: 0; padding: 0; list-style-type: none; display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap;}
.topnav li{margin: 0; padding: 0;}
.eachsearcharticle{width: 100%; background: #fff; padding: 40px 20px 60px; margin-bottom: 20px; position: relative; overflow: hidden;transition: all 400ms cubic-bezier(.32,1.25,.1,1.47); display: block; font-weight: 400;}
.eachsearcharticle:hover{opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}
.searchlink{color: #1a1a1a; display: flex; justify-content: center; overflow: hidden; padding: 0px; align-items: center; font-size: 12px;}
.searchformshow{margin-left: 40px;}
.searchform{display: flex; margin-left: 10px;}
.onsearchbox{width: 100%;}

.searchlink a{color: #1a1a1a;}
.searchbox{display: flex; flex-wrap: nowrap; align-self: center;}
.searchbox input{padding: 6px 10px; border: 0px solid #efefef; outline: 1px solid #efefef;}
.searchbox input:focus{outline: 0px solid #1a1a1a; background: #efefef;}
.searchtext{width:calc(100% - 40px); max-width: 685px;}
.searchbtn{border: 0px solid #efefef; background: #1a1a1a; color: #fff; text-transform: uppercase; width: 40px; margin-right: 20px;transition:all 0.3s linear; outline: none;}


.searchbtn:hover{background:#efefef; color: #1a1a1a; }

.onsearchform{width: 100%;}

.searchform{width: auto; max-width: 0px; transition:all 0.5s linear; visibility: hidden; opacity: 0;}
.searchform.show{max-width: 1000px;visibility: visible; opacity: 1;}


.searchresultlink{color: #1a1a1a; font-family: 'Poppins', sans-serif; font-size: 14px; text-transform: uppercase; font-weight: 600; padding: 0;}
.searchresultlink:hover{opacity: 0.7;}
.eachsearcharticlecategory{position: absolute; bottom:5px; right:0; color: #fff; padding: 5px 10px;}
.eachsearchlink{font-weight: 300; font-size: 16px;}

.partnersarticle{border-bottom: 5px solid #5ED501;}
.integrationarticle{border-bottom: 5px solid #DA3522;}
.eventsarticle{border-bottom: 5px solid #005AB3;}
.reportsarticle{border-bottom: 5px solid #05B2F2;}
.authoritiesarticle{border-bottom: 5px solid #FFAA01;}
.hscsarticle{border-bottom: 5px solid #C43887;}
.mediaarticle{border-bottom: 5px solid #1a1a1a;}

.eachtemplate{position: absolute; bottom: 10px; left:20px; font-weight: 600;}

.partnerstemplate{color:#5ED501;}
.integrationtemplate{color:#DA3522;}
.eventstemplate{color:#005AB3;}
.reportstemplate{color:#05B2F2;}
.authoritiestemplate{color:#FFAA01;}
.hscstemplate{color:#C43887;}
.mediatemplate{color:#1a1a1a;}

/*
    Paginator -
    Source: http://www.strangerstudios.com/sandbox/pagination/diggstyle.php (strangerstudios.com)
*/

div.pagination {
    padding: 3px;
    margin: 3px;
    font-family: 'Poppins', sans-serif;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #ccc;
    zoom: 100%;
    text-decoration: none; /* no underline */
    color: #1a1a1a;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #1a1a1a;

    color: #000;
}
div.pagination span.page_current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #1a1a1a;

    * zoom: 100%;

    font-weight: bold;
    background-color: #1a1a1a;
    color: #FFF;
}
div.pagination span.page_disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;

    * zoom: 100%;

    color: #DDD;
}

* span.elipsis {zoom:100%}

/* ==========================================================================
   BLOG
   ========================================================================== */


/*
.bloggrid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 30px;
}
*/
.bloggrid{padding: 40px 0;}
.eachblog{background: #fff; min-width: 55%; width: 100%; position: relative; margin-bottom: 15px; display: block; border-bottom: 5px solid #1a1a1a;}
.eachblogimage{width: 50%; position: absolute; top: 0; left: 0; height: 100%; overflow: hidden; z-index: 4;}
.eachblogimage img{width: 100%; height: 100%; object-fit: cover;}
.eachblogdetails{width: 50%; margin-left: 50%; padding: 40px 20px 60px; text-align: left; position: relative; background: #fff;}
.eachblogname{font-size: 18px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px;}
.eachblogposter{font-size: 12px; font-weight: 400; }
.eachblogjob{font-weight: 400; font-size: 12px; opacity: 0.6;}
.eachbloglink{font-weight: 300; font-size: 12px; }

.eachblog:hover{opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}
.eachblogdate{position: absolute; top: -10px; left: -10px; background: rgba(255,255,255,1); z-index: 5; text-transform: uppercase; padding: 10px 20px;}
.blogday{font-size: 14px; display: block; margin: 0; font-weight: 800;}
.blogmonth{font-size: 16px; display: block; margin: 0; font-weight: 400;}
.blogyear{font-size: 14px; display: block; margin: 0; font-weight: 800;}

.blogcontent{width: 100%; padding: 0 20%;}
.topcontent{padding: 20px 20% 0;}
.gallerycontent{width: 100%; padding: 40px 16%;}
.thegallery{box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}


.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: none;
}





/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: -100px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contactheader{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.contactdetails{width: 48%;}
.contactmap{width: 48%;}

.contactsocial{}
.contactsoclink{font-size: 16px; margin-right: 20px;}

.theform{width:100%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0;}
.formcontent{padding: 40px;}

.formhr{width: 100%;}
.halfinput{width:  49%; position: relative;}
.fullinput{width: 100%; position: relative;}
.theform label{font-size: 12px;}
.surveyform label{font-size: 15px;}
.surveyformcontent{max-width: 500px;}
.textinput{width: 100%; border:1px solid #f9f9f9; padding: 10px; font-size: 0.8rem; background: rgba(0,0,0,0.05); background: #fff; outline: 1px solid #aaa; color: #0C0C0B; margin-bottom: 20px;}
select{width: 100%; border:1px solid #f9f9f9; padding: 10px; font-size: 0.8rem; background: rgba(0,0,0,0.05); background: #fff; outline: 1px solid #aaa; color: #0C0C0B; margin-bottom: 20px;}
.textinput:focus{outline: 1px solid #0f0f0f; background: #f6f6f6;}
.submitbutton{width: 100%; border:0px solid #f9f9f9; border-radius: 5px; color: #fff; padding: 15px; transition: 0.4s; cursor: pointer; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; background: #05B2F2 }
.submitbutton:hover{background: #005AB3;}
textarea{height: 200px; text-align: left;}


details {
  width: 100%;
  min-height: 5px;
  max-width: 1200px;
  padding: 25px 70px 25px 25px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .3s;
}

details + details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
  background-color: #f6f7f8;
  box-shadow: 2px 2px 20px rgba(0,0,0,.2);
}

details p {
  color: #96999d;
  font-weight: 300;
}

summary {
  font-weight: 500; font-size: 14px;
  cursor: pointer;
}

.errors{width: 100%; background: #DA3522; padding: 20px; margin-bottom: 20px;}
.eacherror{width: 100%; color: #fff; font-weight: 600; margin-bottom: 10px;}
.inputerror{outline: 1px solid #DA3522; background: rgba(218,53,34, 0.64);}

/* ==========================================================================
   LIST JS
   ========================================================================== */
.allthefilters{font-family: 'Poppins', sans-serif; font-weight: 300;}
.sorters{display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; margin-bottom: 10px;}
.filtersearch{width: 33.333333%;}
.sort-by{display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; align-items: center;}
.sorter{padding: 10px; background: #fff; color: #1a1a1a; font-size: 12px; cursor: pointer;width: 33.333333%; text-align: center; text-transform: uppercase; font-weight: 300; user-select: none; opacity: 0.7; transition: 0.2s all ease;}
.fsearch{padding: 10px; border:1px solid #fff; width: 100%; background: #fff; font-size: 12px;}
.fsearch:focus{outline: 1px solid #5ED501;}
.sorter:hover{opacity: 1; background: #5ED501;}
.sortactive{opacity: 1; background: #5ED501; color: #fff;}

.filter{display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%;}


.filterer{padding: 10px; font-size: 14px; background: #1a1a1a; color:#fff; cursor: pointer; text-align: center; text-transform: uppercase; font-weight: 600; margin-right: 10px; margin-bottom: 10px; opacity: 0.5;}
.filterall{background: #C43887; color: #fff;}
.filterer:hover{opacity: 1;}
.filtereractive{opacity: 1;}

@media screen and (max-width: 800px) {
.filtersearch{width: 100%; margin-bottom: 5px;}
    .sorter{width: 50%;}
}


/* ==========================================================================
   CHIEF OFFICERS
   ========================================================================== */

.eachchief{border-bottom: 5px solid #5ED501;}
.eachchieflink{color: #5ED501;}
.chiefdocs{display: flex; justify-content: space-between; flex-wrap: wrap;}
.chiefdoc{width: calc(50% - 10px); background: #ececec; display: flex; justify-content: space-between; flex-wrap: wrap; align-content: center; color: #1a1a1a; margin-bottom: 20px;}
.chiefdoc:hover{opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}
.chiefdoctext{width: calc(100% - 60px); padding: 20px;}
.chiefdocicon{width: 60px; background: #5ED501; color: #fff; display: flex; align-items: center; justify-content: center;}
/* ==========================================================================
   HSPCS
   ========================================================================== */
.gmap{width: 100%; height: 600px;}
.controls{display: flex; justify-content: flex-start; flex-wrap: wrap; list-style-type: none; margin: 0; padding: 0;}
.controls li{}
.controls a{padding: 10px; font-size: 12px; background: #FFAA01; color:#fff; cursor: pointer; text-align: center; text-transform: uppercase; font-weight: 600; margin: 0 10px 10px 0; display: block;}
.controls li.active a{ background: #1a1a1a;}
.wrap_controls select{width: 100%; font-weight: 300; font-family: 'Poppins', 'Roboto', sans-serif; text-transform: uppercase;}
.dropdown{padding: 10px;}

.gm-style-mtc div{font-size: 12px !important;}
.maph{font-weight: 600;}
.maplink{padding: 10px; background: #FFAA01; color: #fff; font-size: 12px; width: 100%; display: block; text-align: center;}
.eachhscplink{color: #FFAA01;}
.eachhscp{border-bottom: 5px solid #FFAA01;}

.hscpdocs{display: flex; justify-content: space-between; flex-wrap: wrap;}
.hscpdoc{width: calc(50% - 10px); background: #ececec; display: flex; justify-content: space-between; flex-wrap: wrap; align-content: center; color: #1a1a1a; margin-bottom: 20px;}
.hscpdoc:hover{opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}
.hscpdoctext{width: calc(100% - 60px); padding: 20px;}
.hscpdocicon{width: 60px; background: #FFAA01; color: #fff; display: flex; align-items: center; justify-content: center;}
.codocicon{width: 60px; background: #5ED501; color: #fff; display: flex; align-items: center; justify-content: center;}

.hscpholder{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}

.hscpmap{width: 40%;}
.hscpdetails{width: 60%; padding: 0 0 0 20px;}
.hscpdocsholder{width: 100%; padding: 0;}
/* ==========================================================================
   INTEGRATION
   ========================================================================== */


.integrationfile{background: #DA3522; display: flex; justify-content: space-between; flex-wrap: wrap; align-content: center; width: 100%; color: #fff; margin-bottom: 20px;}
.integrationfile:hover{opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}
.integrationfiletext{width: calc(100% - 60px); padding: 20px;}
.integrationfileicon{width: 60px; background: #ececec; color: #DA3522; display: flex; align-items: center; justify-content: center;}

.integrationh{color: #fff; font-size: 18px; margin-bottom: 5px; font-weight: 600;}
.integrationp{font-weight: 300; font-size: 14px;}
/* ==========================================================================
   RESOURCES
   ========================================================================== */

.resourcefile{background: #ececec; display: flex; justify-content: space-between; flex-wrap: wrap; align-content: center; width: 100%; color: #1a1a1a; margin-bottom: 20px;}
.resourcefile:hover{opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}
.resourcefiletext{width: calc(100% - 60px); padding: 20px;}
.resourcefileicon{width: 60px; background: #05B2F2; color: #fff; display: flex; align-items: center; justify-content: center;}

/* ==========================================================================
   EVENTS
   ========================================================================== */

.eachvacancy{background: #fff; width: 100%; position: relative; margin-bottom: 15px; display: block; border-bottom: 5px solid #005AB3;}
.eachvacancycontent{width: 100%; height: 100%; position: relative; display: flex; justify-content: space-between; flex-wrap: wrap;}
.eachvacancydetails{width: 50%; padding: 40px 20px;}
.eachvacancysummary{width: 50%; padding: 40px 20px 60px; text-align: left; position: relative; background: #fff;}

.eventii{width: calc(100% - 30px);}

.eachvacancydetails h5{display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center;}

.vacancytable{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid rgba(225,225,225,0.6);}
.vacancytableleft{width: 40%;}
.vacancytableright{width: 60%;}
.vhead{font-weight: 800; font-size: 18px; margin-bottom: 20px;}

.eachevent{background: #fff; width: 100%; position: relative; margin-bottom: 15px; display: block; border-bottom: 5px solid #005AB3;}
.eacheventcontent{width: 100%; height: 100%; position: relative;}
.eacheventimage{width: 50%; position: absolute; top: 0; left: 0; height: 100%; overflow: hidden; z-index: 4;}
.eacheventimage img{width: 100%; height: 100%; object-fit: cover;}
.eacheventdetails{width: 50%; margin-left: 50%; padding: 40px 20px 60px; text-align: left; position: relative; background: #fff;}
.eacheventname{font-size: 18px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px;}
.eacheventposter{font-size: 12px; font-weight: 400; }
.eacheventjob{font-weight: 400; font-size: 12px; opacity: 0.6;}
.eacheventlink{font-weight: 300; font-size: 12px;  color: #005AB3;}

.eachevent:hover{opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}
.eacheventdate{position: absolute; top: -10px; left: -10px; background: rgba(0,90,179,1); z-index: 5; text-transform: uppercase; padding: 10px 20px; text-align: center;}
.eventday{font-size: 14px; display: block; margin: 0; font-weight: 800; color: #fff;}
.eventmonth{font-size: 16px; display: block; margin: 0; font-weight: 400; color: #fff;}
.eventyear{font-size: 14px; display: block; margin: 0; font-weight: 800; color: #fff;}

.flexcontent{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.eventsicon{font-size: 20px; color: rgba(0,90,179,1);}

.daycontent a{color: rgba(0,90,179,1); font-size: 12px;}

.eventi{width: 20px; margin-right: 10px;}
.eventarchive{padding-bottom: 40px; display: flex; justify-content: space-between; flex-wrap: wrap;}



.eacheventarchive{background: rgba(255,255,255,0.5); width: 100%; position: relative; margin-bottom: 15px; display: block; transition: 0.3s all ease;}
.profilearchive{background: rgba(255,255,255,1); }
.eacheventprofile{background: rgba(246,246,246,0.5);}
.eacheventarchive:hover{opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}
.eacheventarchiveimage{width: 25%; position: absolute; top: 0; left: 0; height: 100%; overflow: hidden; z-index: 4;}
.eacheventarchiveimage img{width: 100%; height: 100%; object-fit: cover;}
.eacheventarchivedetails{width: 75%; margin-left: 25%; padding: 20px; text-align: left; position: relative; background: #fff; font-weight: 400; color: #bbb;}
.profilearchivedetails{ background: rgba(26,26,26,0.03); font-weight: 700; color: #1a1a1a;}
.eachworkshopdetails{width: 75%; margin-left: 25%; padding: 20px; text-align: left; position: relative; background: #fff; font-weight: 600; color: #1a1a1a;}


/* ==========================================================================
   CALENDAR
   ========================================================================== */


#calendar { box-sizing: border-box; width: 100%; height: auto; display: flex; flex-direction: column; }
#calendar > header { flex-grow: 7; display: flex; align-items: center; justify-content: center; padding: 20px;}
#calendar .day-names { flex-grow: 5; display: flex; align-items: center; }
#calendar .day-names p { flex-grow: 1; text-align: center; }
#calendar .days { flex-grow: 88; display: flex; flex-direction: row; flex-wrap: wrap; }
#calendar .days > div { width: calc(100% * 1/7); }

/* Appearance */
#calendar { font-family: 'Poppins', Arial, sans-serif; font-weight: 300; text-transform: uppercase; border: 1px solid #D5D5D5; }
#calendar > header { background: #FCFCFC; color: #005AB3;}
#calendar > header a{ color: #005AB3;}
#calendar > header h1 { font-size: 2em;  }
#calendar .day-names { background: #D5D5D5; }
#calendar .day-names, #calendar .days { font-size: 0.825em; color: #666; background: #fff; }
#calendar .spacer  { background: #F5F5F5; color: #ccc;}
#calendar .days > div { box-sizing: border-box; border: 1px solid #F5F5F5; border-width: 1px 0 0 1px; padding: 10px; min-height: 100px;}
.today{background: #F9F7F3;}
.day-number{font-size: 16px; font-weight: 400; width: 100%; border-bottom: 1px solid rgba(26,26,26,0);}
.daycontent{padding-top: 10px;}
.day-number a{font-weight: 700;}
.eachapp{font-size: 10px; font-weight: 400;}
.currentapp{width: 100%; padding: 20px; background: #fff;}
.chosendate{border: 1px solid #ccc !important;}
.eventlink{color: #005AB3;}

/* ==========================================================================
   MEDIA
   ========================================================================== */


.eachmedia{background: #fff; min-width: 55%; width: 100%; position: relative; margin-bottom: 15px; display: block; border-bottom: 5px solid #1a1a1a;}
.eachmediaimage{width: 50%; position: absolute; top: 0; left: 0; height: 100%; overflow: hidden; z-index: 4;}
.eachmediaimage img{width: 100%; height: 100%; object-fit: cover;}
.eachmediadetails{width: 50%; margin-left: 50%; padding: 40px 20px 60px; text-align: left; position: relative; background: #fff;}
.eachmedianame{font-size: 18px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px;}
.eachmediaposter{font-size: 12px; font-weight: 400; }
.eachmediajob{font-weight: 400; font-size: 12px; opacity: 0.6;}
.eachmedialink{font-weight: 300; font-size: 12px;  color: #1a1a1a;}
.eachmediatype{font-weight: 600; font-size: 12px; position: absolute; bottom: 10px; right: 20px; padding: 0; color: #1a1a1a;}

.eachmedia:hover{opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}
.eachmediadate{position: absolute; top: -10px; left: -10px; background: rgba(26,26,26,1); z-index: 5; text-transform: uppercase; padding: 10px 20px;}
.mediaday{font-size: 14px; display: block; margin: 0; font-weight: 800; color: #fff;}
.mediamonth{font-size: 16px; display: block; margin: 0; font-weight: 400; color: #fff;}
.mediayear{font-size: 14px; display: block; margin: 0; font-weight: 800; color: #fff;}

.mediacontent{width: 100%; padding: 0 20%;}

.mediabg{background: #1a1a1a; background: rgb(26,26,26);}


.mediafile{background: #1a1a1a; display: flex; justify-content: space-between; flex-wrap: wrap; align-content: center; width: 100%; color: #fff; margin-bottom: 20px;}
.mediafile:hover{opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);}
.mediafiletext{width: calc(100% - 60px); padding: 20px;}
.mediafileicon{width: 60px; background: #ececec; color: #1a1a1a; display: flex; align-items: center; justify-content: center;}

.mediafileh{color: #fff; font-size: 18px; margin-bottom: 0; font-weight: 600;}
.mediafilep{font-weight: 300; font-size: 14px;}




/* ==========================================================================
   ACCORDION
   ========================================================================== */
.accordion {
font-family:'Roboto', 'Poppins', sans-serif;
  width: 100%;
  margin: 40px auto;
  border-radius: 5px;
    box-shadow: 0 30px 90px rgba(0,0,0,0.25), 0 7px 20px rgba(0,0,0,0.05);
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #05B2F2;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
font-family: 'Poppins', sans-serif;
  transition: all .3s;
    border-bottom: 0x solid #fff;
}

.accordion-header:hover {
  background: #059dd5;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107";
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #059dd5;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}


/* ==========================================================================
   GDPR
   ========================================================================== */

.ptable{margin: 20px 0;}
.ptable tr td{padding: 20px; border: 1px solid #ccc;}
.ptable thead th{padding: 20px; background: #C43887; }
.ptable thead th p strong{font-weight: 700; color: #fff;}
.smallprint{font-size: 12px !important;}
.smallprint p{font-size: 12px !important; line-height: 20px;}




.has-tooltip:hover + .tooltip,
.has-tooltip:focus + .tooltip,
.has-tooltip.hover + .tooltip {
  opacity: 1;
  transform: translate(-50%, -100%) scale(1) rotate(0deg);
  pointer-events: inherit;
}
.has-tooltip:hover + .textinput { background-color: yellow;}
.has-tooltip{color: #C43887;}
.tooltip {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75) rotate(5deg);
  transform-origin: bottom center;
  padding: 10px 30px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  color: #fff;
  transition: 0.15s ease-in-out;
  opacity: 0;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  z-index: 5;
}
.tooltip.blue {
  background: rgba(196,56,135, 0.75);
}
.tooltip.blue:after {
  border-top: 5px solid rgba(196,56,135, 0.75);
}

.tooltip:hover {
  opacity: 1;
  transform: translate(-50%, -100%) scale(1) rotate(0deg);
  pointer-events: inherit;
}
.tooltip img {
  max-width: 100%;
}
.tooltip:after {
  content: "";
  display: block;
  margin: 0 auto;
  widtH: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}



.privacylinks{width: 100%; padding: 40px 40px 20px; background: #C43887; display: flex; justify-content: space-between; flex-wrap: wrap; }
.privacylink{width: calc(50% - 10px); margin-bottom: 20px; padding: 10px; background: #fff;color: #C43887; transition: all 0.3s cubic-bezier(.25,.8,.25,1); box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); text-transform: uppercase; font-weight: 600; font-style: italic; font-size: 14px;}
.privacylink:hover{background: #efefef; }

.subfooter{width: 100%; color: #b3b3b3; font-size: 10px; padding: 20px 5%; background: #efefef;}

.sitemapul{}
.sitemapul ul{padding: 10px 0 0 20px; margin-bottom: 20px;}
.sitemapul li{margin-bottom: 5px;}
/* ==========================================================================
   TWITTER
   ========================================================================== */

.twittercontent{background: #1a1a1a url(../img/twitter-bird.png) bottom left no-repeat; background-size: contain; width: 38%; margin: 0 0 30px 0; padding: 40px 40px 40px 5%; position: relative;}


.twittertext{color: #fff; position: relative; max-height: 400px; }
.twittertext h3 a{font-weight: 600; color: #fff;}
.twittertext h5{font-weight: 400; color: #fff;}
.twitteroptions{padding: 0;}
.twitteroptions img{width: 30px; margin: 0 20px 0 0;}
.tweet{width: 100%; max-width: 600px; margin: 0 auto;}
.twitter-article{display: flex !important; padding: 0; justify-content:space-between; flex-wrap: wrap;}
#tw1{display: block;}
.twitter-pic{width:50px;}
.twitter-pic img{width: 50px; height: 50px;}



/* -------- TEXT STYLING ------*/
.twitter-text {
    width:calc(100% - 70px);

}
.twitter-text p {
    margin:0px;
    line-height:22px;   
}
.twitter-text a  {
    color: #fff;
    text-decoration: none;
}
.twitter-text a:hover {
    text-decoration: underline;
    color: #00acee;
}
  
.tweet-time {
    font-size:10px;
    color:#878787;
    position: absolute; top: -35px; right: 0;
}
.tweet-time a, .tweet-time a:hover {
    color:#878787;
}
  
.tweetprofilelink a {
    color:#55acee;
}
.tweetprofilelink a:hover {
    color:#55acee;
}
  
/* -------- FEED  ACTIONS ------*/
.twitter-actions {
    width:75px;
    position: absolute; bottom: -20px; right: 0;
}
.intent {
    width:25px;
    height:16px;
    float:left; 
}
.intent a{
    width:25px;
    height:16px;
    display:block;
    background-image:url(../img/tweet-actions.png);
    float:left; 
    transition: 0s all ease;
} 
.intent a:hover{
    background-position:-25px 0px;
} 
  
.intent-retweet a{
    background-position:0px -17px;
} 
.intent-retweet a:hover{
    background-position:-25px -17px;
} 
.intent-fave a{
    background-position:0px -36px;
} 
.intent-fave a:hover{
    background-position:-25px -36px;
} 
  
/* -------- RETWEET INDICATOR ------*/
.retweet-indicator {
    width:14px;
    height:10px;
    background-image:url(../img/tweet-actions.png);
    background-position:-5px -54px;
    position: absolute; bottom: -15px; left: 70px;
}



.searchformresponsive{display: none;}






.attendcontent{padding: 20px;position: relative}
.paypalbtn{width: 120px;}
.eacheventadmin{padding: 20px; background: #fff; margin-bottom: 20px; width: 100%; text-align: left;}

.deleteform{position: absolute; top: 20px; right: 20px;}
.deletebutton{border: none; background: none; cursor: pointer;}
.deletebutton:hover{opacity: 0.5; }

.tabform{ padding: 0px; max-width: 500px; margin: 0 0;}
.subinput{background: #f6f6f6; padding: 10px; margin-bottom: 20px;}
.subinputwhite{background: #fff;}
.subinput label{font-size: 12px;}
.subinput input{font-size: 12px;}
.submitlink{background: none; border: none; color: #1a1a1a; font-weight: 600; padding: 0; margin: 0; cursor: pointer;transition:all 0.3s ease;}
.submitlink:hover{opacity: 0.5;} 
.submitflex{display: flex; justify-content: flex-start; flex-wrap: wrap; align-content: center;}

.tweeting{width:100%; max-width: 400px;}.tweeting iframe{border:none!important;box-shadow:none!important}

.ss-wrapper{overflow:hidden;width:100%;height:100%;position:relative;z-index:1;float:left}.ss-content{height:100%;width:calc(100% + 18px);padding:0 0 0 0;position:relative;overflow-x:auto;overflow-y:scroll;box-sizing:border-box}.ss-content.rtl{width:calc(100% + 18px);right:auto}.ss-scroll{position:relative;background:rgba(255,255,255,.1);width:9px;border-radius:4px;top:0;z-index:2;cursor:pointer;opacity:0;transition:opacity 0.25s linear}.ss-hidden{display:none}.ss-container:hover .ss-scroll,.ss-container:active .ss-scroll{opacity:1}.ss-grabbed{-o-user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none}

.formsuccess{width: 100%; margin-bottom: 10px;}


.covidcontent{background: #1a1a1a; width: 38%; margin: 0 0 30px 0; padding: 40px 40px 40px 5%; position: relative;}
.covidheader{color: #fff; font-weight: 600;}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 1220px) {.navigation{display: flex!important;}.ham{display: none;}}
@media only screen and (max-width: 1220px) {
    
    .header{align-items: center; z-index: 501;}
    .ham{display: block;}
    .navigation{display: none; width: 100%; height: auto; text-align: right; padding: 20px 0;}
    .navlink{display: block; width: 100%; margin: 0; font-size: 24px; margin-bottom: 10px; padding: 0;}
    .logo{padding: 20px 0;}
    #calendar .days > div { width: calc(100% * 1/3); }
    .eachvacancydetails{width: 100%; padding: 40px 20px 20px; border-bottom: 1px solid rgba(225,225,225,0.6);}
    .eachvacancysummary{width: 100%; padding: 20px 20px 40px; text-align: left; position: relative; background: #fff;}
    /* ==========================================================================
   HOME RETHINK
   ========================================================================== */
    .mapcontent{background: rgba(255,255,255,0.5); padding: 40px 5%;}
    
}



@media only screen and (max-width: 800px) {
    .logo{width: 240px;}
    .welcome{margin: 0; max-width: 100%; background: rgba(255,255,255,0.5);}
    .homecontent{width: 100%;}
    .mapcontent{width: 100%; margin-top: 0;}
    
    .content{padding: 40px 5%;}
    .homelinkimage{width: 100%; height: 300px;}
    .homelinktext{width: 100%; padding: 20px; background: #fff;}
    .homelinkbutton{position: relative; left: 0; background: #efefef; padding: 10px 40px;}
    .eachtestimonial{width: 100%; padding: 40px 10%;}
    .testimonial{font-size: 22px;}
    .footer{margin-top: 0;}
    .hero{padding: 0; height: 50vh; overflow: hidden;}
    .shallowhero{padding: 0; height: 30vh; overflow: hidden;}
    .header{padding: 0 5%;}
    .footer{padding: 20px 5%;}
    .latestnews{padding: 0 3%; margin-top: 40px;}
    .eachlatestnews{width: 100%;}
    .eachlatestnews:first-of-type{margin-bottom: 20px;}
    .footleft{width: 100%;}
.infinity{display: none;}
    .caption{width: 200px; height: 200px; padding: 20px;}
    .shallowcaption{width: 200px; height: 200px; padding: 20px;}
    .shallowcaption h1{font-size: 24px;}
.topdiagonal{width: 100px; height: 100px;}

.caption h3{font-size: 24px;}
.caption h4{font-size: 18px;}
.caption p{font-size: 16px;}
    .leftfullcontent{width: 100%; padding: 0; position: relative; height: 200px;}
.reportscover{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(5,178,242,0.3); z-index: 10;}
.rightfullcontent{width: 100%; padding: 40px 5%;}
    .twittercontent{width: 100%; }
    .covidcontent{width: 100%; }
    .partnerscontent{width: 100%; flex-direction: column-reverse;}
    .partnerstext{width: 100%; padding: 40px 5%;}
    .partnersimage{width: 100%; height: 200px;}
    .topheader{width: 100%; background: #ececec; border-bottom: 5px solid #ececec; padding: 0; text-align: center; position: fixed; top: 0; left: 0; z-index: 1400;}
    

  
    
    .fullcontent{padding: 0 0%;}
    .aboutcontent{width: 100%; padding: 40px 5%;}
    .teamcontent{width: 100%; padding: 20px 5%;}
    .eachteam{min-width: 100%; }
    .breadcrumbs{padding: 15px 5%; }
    .blogcontent{width: 100%; padding: 0 5%;}
    .eachblog{margin-bottom: 40px;}
    .eachblogimage{width: 100%; position: relative; height: 200px; overflow: hidden; z-index: 4;}
    .eachblogdetails{width: 100%; margin-left: 0; padding: 40px 20px 60px; text-align: left; position: relative; background: #fff;}
    
    .eachmedia{margin-bottom: 40px;}
    .eachmediaimage{width: 100%; position: relative; height: 200px; overflow: hidden; z-index: 4;}
    .eachmediadetails{width: 100%; margin-left: 0; padding: 40px 20px 60px; text-align: left; position: relative; background: #fff;}
    
    .eachevent{margin-bottom: 40px;}
    .eacheventimage{width: 100%; position: relative; height: 200px; overflow: hidden; z-index: 4;}
    .eacheventdetails{width: 100%; margin-left: 0; padding: 40px 20px 60px; text-align: left; position: relative; background: #fff;}
    
    
    
    .gallerycontent{width: 100%; padding: 40px 3%;}
    .contactdetails{width: 100%;}
    .contactmap{width: 100%; height: 300px;}
    #calendar .days > div { width: calc(100% * 1/1); }
    #calendar .spacer{display: none;}
    .eacheventarchive{width: 100%;}
    .hscpmap{width: 100%; height: 200px; margin-bottom: 20px;}
    .chiefdoc{width: 100%;}
    .hscpdoc{width: 100%;}
    .hscpmap{order: 2;}
    .hscpdetails{width: 100%; padding: 0; order: 1; margin-bottom: 20px;}
    .hscpdocsholder{width: 100%; padding: 0; order: 3;}
    
    
    .teammemberimage{order:1;}
    .teammembermap{order:2; width: 100%; height: 200px; margin-bottom: 20px;}

    .teammemberdetailsimage{order: 2;}
    .teammemberdetailsmap{width: 100%; padding: 0; order: 1; margin-bottom: 20px;}
    .teammemberbio{width: 100%; padding: 20px 0 0; order: 3;}
    
    .vacancytableleft{width: 100%; margin-bottom: 20px;}
.vacancytableright{width: 100%;}
    
}
@media only screen and (max-width: 500px) {
    .teammemberimage{order: 1; width: 100%; height: 300px; margin-bottom: 20px;}
    .teammemberdetailsimage{width: 100%; padding: 0; order: 2;}
    .ptable tr td{padding: 8px;font-size:12px;}.ptable thead th{padding: 8px;font-size:12px;}
    .topnavlink{margin-left: 10px;}
    .searchformshow{margin-left: 10px;}
    .topnav{padding-top: 5px;}
    .searchbox input{width:100px;}
    .searchform.show{width:140px;}
}


@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



/* ==========================================================================
   LOGIN FORM
   ========================================================================== */

summary:focus {
  
}

summary::-webkit-details-marker {
  
}

summary::after {
  padding: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  color: #1a1a1a;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-style: normal;
  font-variant-caps: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f078";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: .3s ease;
}

details[open] summary::after {
  content: "\f057";
  font-size: 30px;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: .3s ease;
}

details[open] summary:hover::after {
  -webkit-animation: pulse 1s ease;
          animation: pulse 1s ease;
}

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}





.login-holder{width: 100%; display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;  margin: 50px auto;}




.login-form {
  width: 100%;
  padding: 2em;
  position: relative;
  background: rgba(255,255,255,0.5);
  
}
.login-form:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #1a1a1a, #1a1a1a);
}
@media screen and (min-width: 600px) {
  .login-form {
    width: 100%;
      max-width: 500px;
    
  }
}

.flex-row {
  display: flex;
  margin-bottom: 1em;
}

.lf--label {
  width: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f6f8;
  cursor: pointer;
}

.lf--input {
  flex: 1;
  padding: 1em;
  border: 0;
  color: #8f8f8f;
  font-size: 1rem;
}
.lf--input:focus {
  outline: none;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lf--submit {
  display: block;
  padding: 1em;
  width: 100%;
  background: #1a1a1a;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: .75em;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.lf--submit:focus {
  outline: none;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lf--forgot {
  margin-top: 1em;
  color: #1a1a1a;
  font-size: .65em;
  text-align: center;
}

::-webkit-input-placeholder {
  color: #8f8f8f;
}

:-ms-input-placeholder {
  color: #8f8f8f;
}

::-ms-input-placeholder {
  color: #8f8f8f;
}

::placeholder {
  color: #8f8f8f;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
