body {
		font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.entry-content {
font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
	
/* .   Front page   */
@media screen and (min-width: 48em) {
.main-navigation ul ul {
width:280px;
		white-space: nowrap;
}
.main-navigation ul ul li:hover {
background-color:#547CA0;	
}
}

	
body.has-header-image .site-title a, body.has-header-image .site-description {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size:1rem;
}
h1, h2, h3, h4, h5, h6, button.menu-toggle, header.entry-header, span.tags-links {
		font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

#submit.submit {
background-color:#547CA0;
	font-weight:normal;
}

body.has-header-image.twentyseventeen-front-page .site-title a {
	font-size:2.2rem;
	font-weight:normal;
	text-transform:none;
}
body.has-header-image .site-title a {
	font-size:1.6rem;
	font-weight:normal;
	text-transform:none;
}

@media screen and (max-width:48em) {
.has-header-image.twentyseventeen-front-page .custom-header {
height:calc(100vh - 49px);
}
}

.main-navigation {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}


.page-id-30 br{
	display:none;
}

/* .   Contact Icon in Social Menu   */

.menu-item-729 a {
	content:url(https://icmtrainee.co.uk/wp-content/uploads/2017/09/WebLogoWhite.svg);
	height:40px;
	margin-top:20px;
	vertical-align:middle;
}

/* .   Journal club page.   */

.page-id-695 ul.page-list.subpages-page-list li {
	font-size:0.9em;
    position: relative;
	z-index: 1;
  width:180px;
  height:230px;
  display: inline-block;
  text-align:center;
  padding:30px;
  -webkit-transform: perspective(100px) rotateY(-3deg);
	  -ms-transform: perspective(100px) rotateY(-3deg);
		  -moz-transform: perspective(100px) rotateY(-3deg);
   transform: perspective(100px) rotateY(-3deg);
  margin-right: 40px;
	margin-bottom: 40px;
  vertical-align:top;
  background-color: #547CA0 ;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
}


.page-id-695 ul.page-list.subpages-page-list li:hover {
  -webkit-transform: perspective(100px) rotateY(-6deg);
	 -ms-transform: perspective(100px) rotateY(-6deg);
		 -moz-transform: perspective(100px) rotateY(-6deg);
	transform: perspective(100px) rotateY(-6deg);
	background-color:green;
}




.page-id-695 ul.page-list.subpages-page-list li:before, .page-id-695 ul.page-list.subpages-page-list li:after {
  position: absolute;
  top: 2%;
  height: 96%;
	content: ' ';
	z-index: -1;
}


.page-id-695 ul.page-list.subpages-page-list li:before {
  width:107%;
  left: 0%;
	top:%;
  background-color: #547CA0;
  box-shadow: 5px 5px 20px #333;
    border-top-left-radius:4px;
  border-bottom-left-radius:4px;
		-webkit-transform: skew(0deg) rotate(0deg);
	-moz-transform: skew(0deg) rotate(0deg);
	-ms-transform: skew(0deg) rotate(0deg);
	-o-transform: skew(0deg) rotate(0deg);
	transform: skew(0deg) rotate(0deg);
}

.page-id-695 ul.page-list.subpages-page-list li:after {
  width: 6%;
  height:96%;
  left: 100%;
  background-color: #EFEFEF;
  box-shadow: inset 0px 0px 5px #aaa;
  -moz-transform: rotateY(20deg);
  -webkit-transform: perspective(100px) rotateY(20deg);
	transform: perspective(100px) rotateY(20deg);
}


ul.page-list.subpages-page-list li:nth-child(2n+1), ul.page-list.subpages-page-list li:nth-child(2n+1):before {  background-color: #7CB7EC;}

ul.page-list.subpages-page-list li:nth-child(3n+3), ul.page-list.subpages-page-list li:nth-child(3n+3):before {  background-color: #C3D8EC;}

ul.page-list.subpages-page-list li:nth-child(5n+3),  ul.page-list.subpages-page-list li:nth-child(5n+3):before {  background-color: #91A1AF ;}



/*==========Content squares=================*/


.pagenav {
	position:relative;
list-style-type: none;
text-align: center;
font-size:120%;
	z-index:1;
}

.pagenav ul{
	position:relative;
		z-index:2;
}

.pagenav ul li{
display:inline-block;
position:relative;
	margin:1%;
	margin-bottom:1em;
width:30%;
height: 150px;
text-align:center;
padding-top:15px;
padding-bottom:50px;
padding-left:5px;
padding-right:5px;
background-color:#C3D8EC;
vertical-align: top;
font-size:1em;
transition: background-color 0.5s ease;
}

.pagenav ul li a {
	display:block;
	height:135px;
}

.pagenav ul li:before, .pagenav ul li:after
{
	position: absolute;
			z-index:-1;
	width: 40%;
	height: 15px;
	content: ' ';
	left: 5px;
	bottom: 8px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-6deg);
	-moz-transform: skew(-5deg) rotate(-9deg);
	-ms-transform: skew(-5deg) rotate(-9deg);
	-o-transform: skew(-5deg) rotate(-9deg);
	transform: skew(-5deg) rotate(-9deg);
	-webkit-box-shadow: 0 6px 9px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 9px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 9px 3px rgba(0, 0, 0, 0.3);
} 

.pagenav ul li:after
{
	left: auto;
	right: 5px;
	-webkit-transform: skew(5deg) rotate(6deg);
	-moz-transform: skew(5deg) rotate(9deg);
	-ms-transform: skew(5deg) rotate(9deg);
	-o-transform: skew(5deg) rotate(9deg);
	transform: skew(5deg) rotate(9deg);
}



@media only screen and (max-width: 48em) {
   .pagenav ul li  {
font-size:2.4vw;
}
}

@media only screen and (max-width: 45em) {
   .pagenav ul li  {
   display:inline-block;
position:relative;
width:47%;
height: 150px;
text-align:center;
padding-top:30px;
padding-bottom:50px;
padding-left:5px;
padding-bottom:50px;
background-color:#C3D8EC;
vertical-align: top;
font-size:1em;
word-wrap: break-word;
    }
}


@media only screen and (max-width: 36em) {
.pagenav ul li  {
font-size:4vw;
}
}

@media only screen and (max-width: 24em) {
   .pagenav ul li  {
   display:inline-block;
position:relative;
width:100%;
text-align:center;
padding-top:30px;
padding-bottom:50px;
padding-left:5px;
padding-bottom:50px;
background-color:#C3D8EC;
vertical-align: top;
font-size:1em;
    }
}

.pagenav ul li:hover {
background-color:#FDFDFD;
text-decoration: underline;
}

.pagenav ul li:active{
background-color:#7CB7EC;
}


/*==========Library icons=================*/

.floating-box {
    display: inline-block;
	position: relative;
    width: 30%;
    height: 30%;
    margin: 1%;  
}


.rolloverimage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 2s ease;
  backface-visibility: hidden;
}


.rollovercentre {
  transition: 0.4s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)

}


.floating-box:hover .rolloverimage {
  opacity: 0.1;
}


.floating-box:hover .rollovercentre {
  opacity: 1;
}

.rollovertext:active {
background-color: #C3D8EC;
}

.rollovertext {
  background-color: #778899;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 2px 2px;
}


.definition {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  background:#C3D8EC ;
  padding:10px;
  border-radius:5px;
}

.definition:before
{
  content:"What is it?";
  display:block;
  padding-bottom:10px;
}


/*==========No WP thanks, theme colour Twitter icon=================*/

.site-info { display: none; }

.social-navigation a {
	background-color: #547CA0; }

menubutton {
	border: none;
    margin: 5px;
	background: #547CA0;
	color: #FDFDFD;
	padding: 10px;
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: 300;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: 1s ease; 
    float: left;
    clear: left;
}

menubutton:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background: rgba(253,253,253,0.3);
	border-radius: 5px;
	transition: 1s ease;
} 

menubutton:hover:before {
	width: 100%;
}


/*CREATURES_____________________________________________________________________________________________________________________________*/
 
    
/* Creature container ========== */    
.creatures {
	list-style:none;
	margin:15px 0; transition:opacity .3s;
}
    
.creatures li {
   float:left;
   text-align:center;
   width:33%;
   list-style:none;
   margin:0 auto;
   padding:15px 30px;
   user-select:none;
}

@media only screen and (max-width: 48em) {
   .creatures li  {
   float:left;
   text-align:center;
   width:50%;
   list-style:none;
   margin:0 auto;
   padding:15px 30px;
   user-select:none;
}
}



/* Creature ================== */

figure.hungry {
  			display:inline-block;
				vertical-align:top;
       	width:150px;
				height:150px;
        padding-top:40px;
        padding-bottom:30px;
        padding-left:15px;
        padding-right:15px;
        box-shadow:inset -10px -10px rgba(0,0,0,.06);
        -moz-border-radius:100px;
        -webkit-border-radius:100px;
        border-radius:50%;
        animation:bobble 5s ease infinite;
        transform-origin:center bottom;
        transition:padding .3s, bottom .3s;
        text-align:center;
		font-size:100%;
    }
    @keyframes bobble { 33%{ transform:rotate(10deg); } 66%{ transform:rotate(-10deg); } }
    
.page-id-47 .click-anim figure
{background-color:#547CA0;
}

.page-id-47 ul:nth-child(2n+1) figure { animation-delay:1s;
	background-color:#7CB7EC;
}
.page-id-47 ul:nth-child(3n+2) figure { animation-delay:1.3s;
	background-color:#91A1AF;
}
.page-id-47 ul:nth-child(5n+3) figure { animation-delay:1.6s;
	background-color:#C3D8EC;
}
.page-id-47 ul:nth-child(4n) figure { animation-delay:1.9s;
	background-color:#39546D;
	color:#FDFDFD;
}

  
    
    
    li:hover .click-anim { transform:translateY(-12px); }
    
    
   .click-anim { transition:.3s cubic-bezier(.15,.60,.30,1.9); transform-origin:center bottom; }
        li:active .click-anim { transform:scale(1.1);  } 


    
    
    
/* Shadow ======================================================= */
    .shadow {
        height:20px;
        background:rgba(0,0,0,.1);
        width:120px;
        border-radius:100%;
        margin:-50px 0 0 30%;
        transition:0.2s;
    }
    li:hover .shadow { background:rgba(0,0,0,.05); 
width:110px;
} 
    li:active .shadow { background:rgba(0,0,0,.08); width:70%; }
    

 .popup {
	position:fixed;
	background-color: #547CA0;
	width:40%;
		height:300px;
	top:30%;
	left:30%;
	text-align:center;
	padding-top:80px;
	padding-right:20px;
	padding-left:20px;
	opacity:0;
	-webkit-transition: opacity 1s;
	font-size:1.5em;
	color:#FDFDFD;
}

@media screen and (max-width: 48em) {
	 .popup {opacity:0.8;
		font-size:1em;
	}}

.creatures:hover ~ .popup, .popup:hover {
	opacity:0.8;
	}


/* Behaviors =================================================== */  
    .mouth { animation:hungry .5s infinite; border-radius:30px 30px 50% 50%; height:80px; }
    .hungry .mouth:hover { cursor:none; }
        @keyframes hungry { 40%{ height:40px; } }
    
    .nervous .mouth { animation:nervous .2s infinite; border-radius:40% 40% 5px 5px; }
        @keyframes nervous { 50%{ height:24px; } }
    
    .hyper { animation:hyper 2s infinite; }
        @keyframes hyper {
            25%{ transform:translateY(-10px); }
            15%,50%{ transform:rotateX(20deg); }
            75%{ transform:none; }
        }
        .hyper .mouth { height:80px; border-radius:20px 20px 50% 50%; }





/*==========================================================================*/

.search-form .search-submit{
background-color: #547CA0;
}

.search-form .search-submit:hover {
background-color: #91A1AF;
}

.wpProQuiz_button {
padding-top:10px !important;
padding-bottom:10px !important;
padding-left:20px !important;
padding-right:20px !important;
background-color: #547CA0 !important;
box-shadow: 0px 0px 0px #547CA0!important;
border: 0px solid #547CA0!important;
font-weight: normal !important;
font-size: 110% !important;
border-top-right-radius: 3px !important;
border-top-left-radius: 3px !important;
border-bottom-right-radius: 3px !important;
border-bottom-left-radius: 3px !important;
}

.wpProQuiz_button:hover {
padding-top:10px !important;
padding-bottom:10px !important;
padding-left:20px !important;
padding-right:20px !important;
background-color: #91A1AF !important;
border: 0px solid #91A1AF !important;
box-shadow: 0px 0px 0px #91A1AF !important;
font-weight: normal !important;
border-top-right-radius: 3px !important;
border-top-left-radius: 3px !important;
border-bottom-right-radius: 3px !important;
border-bottom-left-radius: 3px !important;
}
.wpProQuiz_button2 {
border-top-right-radius: 3px !important;
border-top-left-radius: 3px !important;
border-bottom-right-radius: 3px !important;
border-bottom-left-radius: 3px !important;
box-shadow:none !important;
background: #547CA0 !important;
font-size:100%!important;
color:#FDFDFD!important;
padding-left:15px!important;
padding-right:15px!important;
padding-top:8px!important;
padding-bottom:8px!important;
}

.wpProQuiz_button2:hover {
background:#91A1AF!important;
}

.wpProQuiz_result {
background-color: #547CA0 !important;
}

.wpProQuiz_toplistTable th {
background-color: #547CA0 !important;
font-weight: normal
border-color: FDFDFD#
}

.wpProQuiz_checkPage li, .wpProQuiz_reviewQuestion li {
border-radius:3px;
}

.wpProQuiz_toplistTable {
background-color: #FDFDFD !important;
border-color: #C3D8EC  !important;
}

.wpProQuiz_toplistTable tbody td:FIRST-CHILD {
font-weight: normal !important;
}

.wpProQuiz_toplistTable thead tr th{
font-weight:normal !important;
}

.wpProQuiz_resultTable {
font-weight: normal !important;
}

.wpProQuiz_header {
font-weight: normal !important;
}

.wpProQuiz_addToplist {
background-color: #C3D8EC  !important;
border-color: #C3D8EC  !important;
font-weight: normal !important;
}

.wpProQuiz_addToplist span {
font-weight: normal !important;
}

.wpProQuiz_reviewQuestion
 {
background-color: #FDFDFD !important;
border-color: #547CA0; !important;
border-radius:3px;
}

.wpProQuiz_questionList {
background: #FDFDFD !important;
border: 1px solid #547CA0 !important;
border-radius:3px;
}

.wpProQuiz_box {
background: #FDFDFD !important;
border: 1px solid #547CA0 !important;
}

.wpProQuiz_response {
background: #C3D8EC  !important;
}

.wpProQuiz_resultValue div {
box-shadow:none !important;
}


/* Hexagons =================================================== */ 

.hexagon {
  position: relative;
  width: 180px; 
  height: 103.92px;
  background-color: #7CB7EC;
  margin-top: 55px;
  display: inline-block;
      -webkit-transition: background-color 1s; /* Safari */
    transition: background-color 1s;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
        -webkit-transition: border-top-color 1s; /* Safari */
    transition: border-top-color 1s;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 51.96px solid #7CB7EC;
        -webkit-transition: border-bottom-color 1s; /* Safari */
    transition: border-bottom-color 1s;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 51.96px solid #7CB7EC ;
}

.hexagon:hover {background-color:#FDFDFD;
}

.hexagon:hover:before {border-bottom-color:#FDFDFD;
}

.hexagon:hover:after {border-top-color:#FDFDFD;
}

.hex-row-two {
margin-left: 92px;
}

.hextext {
  position:absolute
  z-index: 1000;
  text-align:center;
  line-height: 100px;
  font-size:100%;
}

.hextext:active {
	color:#547CA0;
}

@media screen and (max-width: 40em) {
	.hexagon {
		display:inline-block;
		margin-top:110px
	}
.hex-row-two {
margin-left: 0px;
}
}

@media screen and (max-width: 28em) {
	.hexagon {
		margin-left:15%
	}
}

h1.bigtitle {
	font-size:7em;
	font-weight:bold;
	background-color:#fff;
  display:inline-block; 
}
span.cleartext { 
  background: url(https://images.pexels.com/photos/415779/pexels-photo-415779.jpeg) repeat;
  background-size: 200px 200px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display:block;
  	background-position: 0px 0px;
	background-repeat: repeat -x;
	animation: movingbackground 6s linear infinite;
	transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}

@keyframes movingbackground {
	from { background-position: 0 0; }
	to { background-position: -100% 0; }
}


/*======================Pills========================= */ 


.page-id-427 .pagenav ul li {
  position:relative;
  background:#7CB7EC;
    background:#7CB7EC;
  width:25%;
  height: 60px;
  margin:2%;
  text-align:center;
  display:inline-block;
  border-radius: 30% / 50%;
  padding-top:20px;
	padding-bottom:60px;
  padding-left:5px;
  padding-right:5px;
  font-family:sans-serif;
  font-size:1em;
  z-index:1;
  vertical-align:top;
}

.page-id-427 .pagenav ul li a {
	display:block;
	height:60px;
}


@media screen and (max-width: 780px) {.page-id-427 .pagenav ul li {
	width:40%;
	font-size:3.5vw;
}
}

@media screen and (max-width: 736px) and (orientation : landscape) {.page-id-427 .pagenav ul li {
	width:25%;
	font-size:2.5vw;
}
}


.page-id-427 .pagenav ul li:after {
  content:"";
  position: absolute;
  top:5%;
  right:2.5%;
  width: 95%;
  height:40%;
  background:linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.01));
  border-radius: 30% 30% 0% 0%/  100% 100% 0% 0%;
	box-shadow:none;
			-webkit-transform: skew(0deg) rotate(0deg);
	-moz-transform: skew(0deg) rotate(0deg);
	-ms-transform: skew(0deg) rotate(0deg);
	-o-transform: skew(0deg) rotate(0deg);
	transform: skew(0deg) rotate(0deg);
}

.page-id-427 .pagenav ul li:before {
  content:"";
  position:absolute;
 background:rgba(255,255,255,0.4);
  left:2.5%;
  top:5%;
  width:47.5%;
  height: 90%;
  border-radius: 120% 0% 0% 120% / 100% 0% 0% 100%;
	box-shadow:none;
  z-index:-1;
			-webkit-transform: skew(0deg) rotate(0deg);
	-moz-transform: skew(0deg) rotate(0deg);
	-ms-transform: skew(0deg) rotate(0deg);
	-o-transform: skew(0deg) rotate(0deg);
	transform: skew(0deg) rotate(0deg);
}

.page-id-427 .pagenav ul li:nth-child(2n+1) { background:#547CA0;}
.page-id-427 .pagenav ul li:nth-child(3n+2) {
  background:#91A1AF;}
.page-id-427 .pagenav ul li:nth-child(5n+3) { background:#C3D8EC;}

.page-id-427 .pagenav ul li:hover {
  background:#FDFDFD ;
}



/* ====Pills========================= */ 
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}


/* ===========Contact form=======*/

#wpcf7-f5-p12-o1 form p label {
	font-weight:normal;
	
}

input.wpcf7-form-control.wpcf7-submit {
	background-color:#547CA0;
	color:#FDFDFD;
	font-weight:normal;
	font-size:1.05em;
}

input[type="text"], input[type="email"], textarea {
	border: 1px solid #547CA0;
}


/*=======TABLES=======*/

table {
		border-top: 2px solid #547CA0;
	border-bottom: 2px solid #547CA0;
}


th {
border-bottom: 1px solid #547CA0;
}

td:hover {background-color: #f5f5f5}


/*======references====*/

.distilledfrom {
  position:relative;
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  list-style-type:none;
  border-radius:5px;
  padding-left:0;
  padding-top:5em;
  padding-bottom:1em;
  background: linear-gradient(141deg, #C3D8EC 10%, #7CB7EC  51%, #547CA0 85%);
  transition: all 2s ease;
}

.distilledfrom:before {
  content:"Distilled from:";
  position:absolute;
  top:1em;
  padding-left:1em;
}

.distilledfrom:after {
  content: url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/Conical.svg);
  width:3em;
  position:absolute;
  top:1em;
  right:1em;
}

.distilledfrom li {
  padding:0.3em;
  padding-left:1em;
  padding-right:1em;
}

/*========Calendar======*/
.cal
{background: url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/cal-1.svg);
  position:relative;
  height:100px;
	background-repeat:no-repeat;
  width:90px;
  background-size:contain;
  text-align:center;
	display:inline-block;
	  padding-top:23px;
	margin-left:10px;
	transition:all 2s ease;
}

.year{
  color:#FDFDFD;
}

.month {
  font-size:1.8em;
  position:absolute;
  top:45%;
  left:20px;
}

.cal:hover {
   transform: translate(26vw,0);
}

.cal:hover:after {
  opacity:1
}

.cal:after{
  content:"deadlines may move";
  position:absolute;
  left:-160px;
  opacity:0;
  transition: opacity 2s ease;
}

@keyframes bugmove {
    from { transform: rotate(0deg) translateX(50%) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(50%) rotate(-360deg); }
}




#bugbox {
  position:relative;
  width:100%;
  background: linear-gradient(141deg, #C3D8EC, #FDFDFD);
  height:100vh;
  overflow:hidden;
	text-align:center;
}

#sepsistitle {
	padding-top:10%;
	font-size:20vw;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color:#547CA0
}

@media screen and (min-width:48em) {
	#sepsistitle {font-size:12em;
	
	}}

.bug {
position:absolute;
width:15%;
height:15%;
background-size:contain;
background-repeat:no-repeat;
	 animation: bugmove infinite;
	transition: all 1s;

}

#bug1:hover,#bug2:hover,#bug3:hover,#bug4:hover,#bug5:hover,#bug6:hover,#bug7:hover,#bug8:hover,#bug9:hover,#bug10:hover,#bug11:hover,#bug12:hover,#bug13:hover,#bug14:hover,#bug15:hover {
width:20%;
	height:20%;
}



#bug1 {
	top:23%;
	left:86%;
  animation: bugmove 120s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug1.svg);
	background-repeat:no-repeat;
}

#bug2 {
		top:43%;
	left:26%;
  animation: bugmove 80s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug2.svg);
	background-repeat:no-repeat;
	animation-delay:-99s;
}
#bug3 {
		top:53%;
	left:76%;
  animation: bugmove 90s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug3.svg);
	background-repeat:no-repeat;
	animation-delay:-80s;
}
#bug4 {
		top:83%;
	left:16%;
  animation: bugmove 140s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug4.svg);
	background-repeat:no-repeat;
	animation-delay:-77s;
}
#bug5 {
		top:83%;
	left:86%;
  animation: bugmove 160s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug5.svg);
	background-repeat:no-repeat;
	animation-delay:-5.5s;
}
#bug6 {
		top:13%;
	left:36%;
  animation: bugmove 101s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug6.svg);
	background-repeat:no-repeat;
	animation-delay:-130s;
}
#bug7 {
		top:3%;
	left:86%;
  animation: bugmove 135s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug7.svg);
	background-repeat:no-repeat;
	animation-delay:-33s;
}
#bug8 {
		top:23%;
	left:6%;
  animation: bugmove 125s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug8.svg);
	background-repeat:no-repeat;
	animation-delay:-115s;
}
#bug9 {
		top:63%;
	left:6%;
  animation: bugmove 115s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug9.svg);
	background-repeat:no-repeat;
	animation-delay:-80s;
}
#bug10 {
		top:53%;
	left:46%;
  animation: bugmove 95s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug10.svg);
	background-repeat:no-repeat;
	animation-delay:-55s;
}
#bug11 {
		top:70%;
	left:51%;
  animation: bugmove 85s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug11.svg);
	background-repeat:no-repeat;
	animation-delay:-72s;
}
#bug12 {
		top:33%;
	left:56%;
  animation: bugmove 120s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug12.svg);
	background-repeat:no-repeat;
	animation-delay:-63s;
}
#bug13 {
		top:3%;
	left:56%;
  animation: bugmove 110s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug13.svg);
	background-repeat:no-repeat;
	animation-delay:-44s;
}
#bug14 {
		top:93%;
	left:53%;
  animation: bugmove 100s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug14.svg);
	background-repeat:no-repeat;
	animation-delay:-25s;
}
#bug15 {
		top:3%;
	left:6%;
  animation: bugmove 133s cubic-bezier(.2,1.71,.72,-0.6) infinite;
background:url(https://icmtrainee.co.uk/wp-content/uploads/2017/10/bug15.svg);
	background-repeat:no-repeat;
	animation-delay:-36s;
}

.adhoclist {
	background: #C3D8EC ;
	padding: 10px;
	border-radius:5px;
}
