body{
	font-family: "Source Sans Pro";
	background-color: #fff;
}

body.stop-scroll {
    overflow: hidden;
}


/* Main styles
========================================================================== */

.has-padding{
    padding: 1.5rem 0;
}

.has-padding-sml{
    padding: 1rem 0;
}

.grey-bg{background-color: #ecedee;}
#mainNav.dark-grey-bg{background-color: #3f4b54;}
@media (max-width: 992px) {
#mainNav.dark-grey-bg{background-color: #ffffff;}	
}
.navy-bg{background-color: #041e42;}
.purple-bg{background-color: #820165;}
.light-blue-bg{background-color: #014e70;}
.slate-bg{background-color: #3f4b54;}

.blue-text{color: #19B0F1;}

.dark-trans{
	background-color: rgba(4, 30, 66, 0.8);
}

.light-trans{
	background-color: rgba(1, 78, 112, 0.9);
}

.invert-heading{
background-color: #3f4b54; color: #fff;
}
.content-block.invert-heading h3{
	color: #fff;
}
.h-100 .text-white-50{
	color:rgba(255,255,255,1) !important;
}

/* Framework overrides
========================================================================== */
.btn{
	border: 0px;
	-webkit-transition: none;
	transition: none;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 0.8rem 5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0rem;
}

.btn-primary{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#19b0f1), to(#129bd7));
	background-image: linear-gradient(180deg, #19b0f1 0%, #129bd7 100%);
}

.btn-primary:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#129bd7), to(#19b0f1));
	background-image: linear-gradient(180deg, #129bd7 0%, #19b0f1 100%);
}

.btn-light {
    color: #3f4b54;
    background-color: #ffffff;
    border-color: transparent;
}
.btn-light:hover{
	/*background: -webkit-gradient(linear, left top, left bottom, from(#19B0F1), to(#129BD7));
	background: linear-gradient(180deg, #19B0F1 0%, #129BD7 100%);*/
	background-color:#367c7d;
	color: #fff;
}

.btn-secondary{
	padding: 0.8rem 1rem;
    width: 16.813rem;
	/*background-color: #cccccc;
	border-color: #cccccc;*/
	background-color:#367c7d;
	color: #fff;
	transform: background-color 0.3s, color 0.3s;
}

.btn-dark {
    color: #fff;
    background-color: /*#2e3a42; */ #367c7d;
}

a.panel-holder{
    text-decoration:none;
    transition:transform 0.3s;
    display:block;
}
a.panel-holder:not(.no-hover):hover{
    transform:translate3d(0,-5px,0);
}

.cs-panel .btn-dark {
	width: 100%;
}

.btn-dark:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#19b0f1), to(#129bd7));
	background-image: linear-gradient(180deg, #19b0f1 0%, #129bd7 100%);
}
.btn-secondary:hover{
	background-color: #cccccc;
	border-color: #cccccc;
	background-image: none;
	color:black;
}
.btn-secondary:hover i{
    color:black;
}

.navbar-light .navbar-nav .nav-link {
    color: #3f4b54;
    font-size: 0.875rem;
    font-weight: 600;
}

.card-deck{
	margin-top:1rem;
}

.card {
    border: 0;
    border-radius:0;
	color: #fff;
	padding: 2.5rem 2.5rem;
	-webkit-box-shadow: 0 25px 33px -21px rgba(0,0,0,.55);
	        box-shadow: 0 25px 33px -21px rgba(0,0,0,.55);
}

.card-body{
	padding: 0;
}
.card-title {
color: #ffffff;
font-size: 1.2rem;
font-weight: 600;
line-height: 1.17;
}

.card-text{
	opacity: 0.5;
}

.card-body .email{
	color: #fff;
}

.card-deck .card{
	-webkit-box-flex: 1;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
}

.card-body hr{
 border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.card-body h6{
color: #fff;
font-size: 1rem;
font-weight: 700;
}

.navbar-light .navbar-toggler {
    color: #3f4b54;
    border: 0;
}

.form-control {
   display: block;
    width: 100%;
    height: 45px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #3f4b54;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.17;
    font-family: "Source Sans Pro";

}

.bootstrap-select .dropdown-item{
	display: block;
    width: 100%;
    padding: 1rem;
    clear: both;
    font-weight: 400;
    color: #3f4b54;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.17;
    font-family: "Source Sans Pro";
}

.bootstrap-select .dropdown-menu li:nth-child(even){
	background-image: linear-gradient(225deg, #f9f9f9 0%, #f0f0f0 100%);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 15px !important;
}

.bootstrap-select .dropdown-menu li.selected a, .dropdown-item.active, .dropdown-item:active {
   color: #fff;
   background: -webkit-gradient(linear, left top, left bottom, from(#19B0F1), to(#129BD7));
   background: linear-gradient(180deg, #19B0F1 0%, #129BD7 100%);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #56646f;
    font-size: 1.5rem;
    line-height: 2.2;
	border-radius: 0;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
	background: #fff;
}

.show>.btn-light.dropdown-toggle {
    color: #3f4b54;
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 1.5rem;
	line-height: 2.2;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 2.2;
	font-family: "Source Sans Pro";
}

.dropdown-toggle.btn-light:hover{
	  color: #3f4b54;
    background-color: #ffffff;
	    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	    background: linear-gradient(180deg, #fff 0%, #fff 100%);

}

.navbar-toggler{
	font-size: 1rem;
	text-transform: uppercase;
}


/* Layout
========================================================================== */

.navbar-brand a{
display:inline-block;
padding: 0;
}

main.page-content
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.svg-logo-crest{
 height: 45px;
 max-width:45px;
}

.svg-logo-text{
height: 35px;
margin-left: 10px;
max-width:207px;
}

#logo_svg path, .logo-crest, .logo-text{
	fill:#343f47;
}

.footer-logo .svg-logo-crest{
 height: 60px;
 max-width:60px;
}

#footer_logo_svg path{
	fill:#fff;
}

.footer-logo .logo-crest, .footer-logo .logo-text {
	fill:#fff;
}

.footer-logo a{
	padding-top: 0;
}

#mainNav {
    min-height: 60px;
    background-color: #fff;
	-webkit-box-shadow: 0 14px 33px -21px rgba(0,0,0,.75);
	        box-shadow: 0 14px 33px -21px rgba(0,0,0,.75);
}

#mainNav.invert{
	background-color: #fff;
	-webkit-box-shadow: 0 14px 33px -21px rgba(0,0,0,.75);
	        box-shadow: 0 14px 33px -21px rgba(0,0,0,.75);
}

#mainNav.invert .nav-link {
    color: #3f4b54;
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    padding: 8rem 0 4rem;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.masthead h1 {
    font-family: "Source Sans Pro";
	font-weight:600;
    font-size: 2rem;
    line-height: 2rem;
	color:#fff;

}

.masthead h2 {
	font-family: "Source Sans Pro";
	/*font-style: italic;*/
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 400;
}

.heading h2{
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.17;
	color: #fff;
	padding: 1.5rem 0;
	margin-bottom: 0;
}

.heading h2 a{
    color: #dedede;
}

.heading h2 a:hover, .heading h2 a:active, .heading h2 a:focus{
    color: #ffffff;
}


h3.heading, .content-block h3,.content-block h2 {
font-weight: 600;
font-size: 1.5rem;
line-height: 1.17;
color: #3f4b54;
}

.content-block h3{
    font-size:1.25rem;    
}


.list:not(:last-child){
    padding: 0rem 1.2rem;
    margin-bottom: 0;
}

.list:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}


.list-item:not(:last-child){
	padding-bottom: 1rem;
}

#mainNav .nav-link:hover , #mainNav.navbar-shrink .nav-link:hover, #mainNav .nav-link:focus , #mainNav.navbar-shrink .nav-link:focus, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, #mainNav .navbar-nav .nav-item.active a{
    color: #19B0F1;
}

.nav-sep{
	width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    max-width: 1140px;
	border-top: 1px solid rgb(255, 255, 255, 0.3);
	margin-top: 0px;
	margin-bottom: 0px;
}

figure {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 520px;
    width: 100%;
    text-align: center;
    cursor: pointer;
	-webkit-box-shadow: 0 25px 33px -21px rgba(0,0,0,.55);
	        box-shadow: 0 25px 33px -21px rgba(0,0,0,.55);
}


figure.effect img {
    max-width: none;
    height: auto;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	will-change: transform;
	width: 100%;
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
}

figure.effect:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
	-ms-transform: scale(1.1,1.1);
}

figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure figcaption, figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.link-panel{
	z-index: 10;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.label{
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 1rem 3rem 1.5rem 3rem;
	color: #fff;
}

.label h3{
	border-bottom: 0.063rem solid #ffffff;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.75;
}

.label p{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.44;
	    margin-bottom: 0.2rem;
}
.label a{
	color: #fff;
}

.fa-angle-right{
	color: #007bff;
	line-height: 1.3;
    margin-left: 0.5rem;
    font-size: 1.2rem;
    vertical-align: middle;
}

.btn .fa-angle-right{
	color:#fff;
}


footer, footer a{
	color: #fff;
}

.copy{
font-size: 0.875rem;
font-weight: 400;
line-height: 1.71;
}

.post-preview{
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
}

.post-preview p{
color: #3f4b54;
    /*opacity: 0.5;*/
		opacity:1;
}

.results{
	   
    padding-bottom: 1rem;
    opacity: 0.5;
	font-style:italics;
}

.cs-panel .img-fluid{
	width: 100%;
}

.post-preview a h5{
	color: #3f4b54;
	font-weight: 600;
	font-size: 1.2rem;
}


.text-link{
	color: #48525a;
	text-decoration: underline;
}
/*
a+a{
	padding-top: 2rem;
	display:block;
}
*/
.template1 .masthead{
	background-position: center;
    background-size: contain;
}

.content-block .btn-secondary{
	margin-bottom: 1.5rem;
}

.content-block img{
	margin-bottom: 1rem;
}



.cs-panel{
    background-color: #3f4b54;
    -webkit-box-shadow: 0 25px 33px -21px rgba(0,0,0,.55);
            box-shadow: 0 25px 33px -21px rgba(0,0,0,.55);
    min-height: 458px;
    margin-bottom: 30px;
}

.content-block .cs-panel img{
	margin-bottom: 0;
}

.cs-panel-text{
	padding: 2rem;
    /*
    position: absolute;
    bottom: 0px;
    width: 100%;
    */
}

.cs-panel-text p{
	color: #ffffff;
	/*opacity: 0.5;*/
    height: 100px;
    overflow: hidden;
}
.cs-panel-text h5{
    font-size:18px;
    line-height:24px;
    font-weight:400;
    color:#ffffff;
}

.cs-panel-text h3{
	color: #ffffff;
	font-weight: 400;
    height: 100px;
    overflow: hidden;
}

.cs-panel-text h3 a{
	color: #ffffff;
}

.owl-carousel.owl-drag .owl-item{
	margin-bottom: 2rem;
}

.image-carousel.owl-carousel.owl-drag .owl-item {
    margin-bottom: 1rem;
}

.image-carousel{
	margin-bottom: 5rem;
}
.image-carousel.owl-theme .owl-nav [class*=owl-]{
 position:absolute;
}
.image-carousel .owl-prev{
	left: -4px;
}

.owl-dots{
	margin-top: 1.39rem;
}

.image-carousel .owl-next{
	right: -4px;
}

.heading-link:hover{
	text-decoration: none;
}

.owl-stage-outer {
	margin-top: 1.5rem;
}

.owl-nav button{
	border: 0px;
	width: 60px;
	height: 60px;

}

.owl-theme .owl-nav [class*=owl-]{
	border-radius: 0px;
	font-size: 36px;
	background-color: #3f4b54;
	    line-height: 1rem;
}

.owl-theme .owl-nav .disabled{
	opacity: 1;
	background-color: #e2e2e2;
}

.owl-theme .owl-nav .fa-angle-right, .owl-theme .owl-nav .fa-angle-left {
    color: #fff;
    line-height: 1.3;
    margin-left: 0rem;
    font-size: 1.5rem;
    vertical-align: middle;
}

.owl-theme .owl-dots .owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.owl-theme .owl-dots .owl-dot span {
    width: 1rem;
    height: 1rem;
	background: #d8d8d8;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #3f4b54;
}


/* Graph */
.lifecycle-container{
	position: relative;
    width: 100%;
    height: 38.375rem;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.lifecycle{
    width: 428px;
    height: 428px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	margin-left: -12%;
	position:relative;
}

.lifecycle .shape{
	position: absolute;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	will-change: transform;
	z-index: 0;
}

#oval{
margin-left: -5px;
margin-top: 3px;
}

#yellow{
top: 20px;
left: 214px;
}

.yellow{
    background: linear-gradient(118deg, #ffbf4e 0%, #eb9a0b 100%);
}

#grey{
     top: 20px;
    left: 61px;
}

.grey{
 background: linear-gradient(118deg, #cecece 0%, #c2c2c2 100%);
}

#orange{
      top: 95px;
    left: 288px;
}

.orange{
    background: linear-gradient(118deg, #fb905a 0%, #d3622a 100%);
}

#purple{
   top: 239px;
    left: 247px;
}

.purple{
    background: linear-gradient(118deg, #b7378c 0%, #861f64 100%);
}

#red{
 top: 302px;
    left: 120px;
}

.red{
     background: linear-gradient(118deg, #c62640 0%, #ab1e35 100%);
}

#dark-blue{
    top: 217px;
    left: 20px;
}

.dark-blue{
    background: linear-gradient(118deg, #14a1c4 0%, #0091b2 100%);
}

#blue{
	    top: 92px;
    left: 17px;
}

.blue{
     background: linear-gradient(118deg, #1ebedb 0%, #1aa3ba 100%);
}

.shape.active{
	opacity: 1;
}

.shape.inactive{
	opacity: 0.5;
	-webkit-transform: scale(1);
	        transform: scale(1);
    -webkit-filter: none;
            filter: none;
	z-index: 0;
	pointer-events: none;
}


.shape:hover,.shape.show, .shape.active{
	-webkit-transform: scale(1.15);
	        transform: scale(1.15);
    -webkit-filter: drop-shadow( -2px -3px 3px rgb(0, 0, 0, 0.25) );
            filter: drop-shadow( -2px -3px 3px rgb(0, 0, 0, 0.25) );
	z-index: 1;
}

.card.lifecycle-info{
	width: 100%;
    margin-bottom: 1rem;
	color: #3f4b54;
	padding: 20px;
	-webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.card.lifecycle-info ul.tasks-list:not(.show){
    display: none;
}

.card.lifecycle-info ul.tasks-list:last-child{
    margin-bottom: 0;
}

.card.lifecycle-info h2+ul.tasks-list{
    margin-top: 15px;
}

.card.lifecycle-info .card-title{
    color: #3f4b54;
}


.card.lifecycle-info .card-title:not(.show){
    display: none;
}

.lifecycle-info ul{padding-left: 1.2rem}

.task-1-border{
 border-image-source: linear-gradient(118deg, #ffbf4e 0%, #eb9a0b 100%);
}

.task-2-border{
border-image-source: linear-gradient(118deg, #f2854e 0%, #d26128 100%);
}

.gradient-border{
	position: absolute;
	width: 100%;
	height: 6px;
	top: 0;
    left: 0;
}

.yellow{
    background: linear-gradient(118deg, #ffbf4e 0%, #eb9a0b 100%);
}

/*
.stage, h2.stage{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.75s ease-in-out;
    height: 0;
}
*/

h2.stage{
	margin-bottom: 0;
}

.stage.show{
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-bottom: 0.5rem;
}

h2.stage.show{
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-bottom: .75rem;
}

.task-checkboxes{
	list-style:none;
}

.stage-title{
    display:none;
}

/* Onboarding */

#onboarding{
    position: fixed;
    margin-top: 95px;
    width: 100%;
    background: #3b4d77;
    z-index: 10;
	display:none;
}

.onboard-vh{
	height: calc(100vh - 95px);
}

.left{
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  background-color: #2d3840;
  height : 50%;
  color : #FFF;

}
.right{
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-pack : center;
      -ms-flex-pack : center;
          justify-content : center;
  background-color:#343f47;
  height : 50%;
  color : #fff;
}

.guide-header__content {
    position: absolute;
	top: 15vh;
}


#onboarding h2{
	font-size: 2rem;
	font-weight: 700;
}


/*filtering overlay*/
#filtering{
background-image: linear-gradient(241deg, #5a6a74 0%, #2d3840 100%);
z-index: 5;
 max-height: 0;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}

#filter-results {
margin-top: 1rem;
display:block;
font-size: 2rem;
font-weight: 600;
color: #fff;
font-style:italic;
}

#project-filter.open #filtering{
   /*max-height: calc(100vh - 322px);*/
   max-height: calc(100vh - 230px);
}

.circle {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-top:20px;
	float:right;
}

.circle:before {
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    width: 24px;
    height: 4px;
    background-color: #fff;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.circle:after {
    width: 24px;
    height: 4px;
    background-color: #fff;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.circle[data-animation="simpleRotate"]:not(.simpleRotate):hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.circle[data-animation="simpleRotate"]:not(.simpleRotate) {
    -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
    transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}



#filtering.scrollable {
    overflow-y: scroll;
}

#project-filter.open .filter-bar .button-wrap .filter-bar-label.close-filter {
    opacity: 1;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
}

#project-filter.open .filter-bar .button-wrap .filter-bar-label.open {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

#project-filter .filter-bar .button-wrap .filter-bar-label {
    position: absolute;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .05em;
    z-index: 2;
    line-height: .9em;
    height: .9em;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    text-align: left;
    margin-left: 1em;
}

#project-filter .filter-bar .button-wrap {
    position: absolute;
    z-index: 10;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 11em;
    height: 2.5em;
}

#project-filter .filter-bar .button-wrap .filter-bar-label.open{
    opacity: 1;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
}
#project-filter .filter-bar .button-wrap .filter-bar-label.close-filter {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

#project-filter {
    position: relative;
    height: 4.375em;
	opacity:1;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#project-filter.navbar-shrink{
opacity:0;
-webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
}

#project-filter.navbar-shrink .open-filter{
	display:none;
}

#project-filter > .inner {
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
    right: 0;
}

.id21 #oval{
	opacity: 0.1;
}


#project-filter .filter-bar {
    color: #fff;
    text-align: center;
    height: 3.375em;
    display: block;
    font-style: normal;
    font-weight: normal;
    position: relative;
}

#project-filter .filter-bar {
	background-color: #434f58;
	-webkit-transition: height .25s ease-in-out;
	transition: height .25s ease-in-out;
}

#project-filter.open .filter-bar {
	height: 0;
}

#project-filter .filter-bar .darker-background {
    background: #29373d;
    background: linear-gradient(45deg, #29373d 0%,#344349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29373d', endColorstr='#344349',GradientType=1 );
}

#project-filter #filter-section{
    /*height: 12rem;*/
    height: auto;
    display: block;
    position: relative;
	background: #000;
}

#filtering h2.filter-heading,
.filter-label{
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.09;
    text-align: center;
    display: block;
}

.filter-label{
	font-weight: 400;
}

.filter-label.large{
    font-size: 2.25rem;
}

#filtering h2.filter-heading{
    margin-top: 4vh;
    padding-bottom: 2vh;
}

.filter-label{
    margin-bottom: 1rem;
}

#discipline, #role, #type{
	padding-top: 6vh;
}

#discipline .filter-heading,
#role .filter-heading ,
#type .filter-heading{

}

#filterTab li{
    /*width: 50%;*/
    width: 33.3333333%;
    display: inline-block;
    text-align:center;
    position:relative;
}

#filterTab .nav-link{
	padding: 2.25rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	border: 0;
	color: #fff;
	background-image: linear-gradient(221deg, #2c373f 0%, #26313a 100%);
	border-radius: 0;
}

.dropdown-menu{
	border-radius: 0;
}

.btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus{
	 -webkit-box-shadow: none;
	         box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle .filter-option:focus{
	outline: none !important;
}

#filterTab .nav-tabs .nav-item.show .nav-link, #project-filter.open #filterTab.nav-tabs .nav-link.active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#19B0F1), to(#129BD7));
    background: linear-gradient(180deg, #19B0F1 0%, #129BD7 100%);
}


#filterTab li:nth-child(2) .nav-link, #filterTab li:nth-child(3) .nav-link{
	background-image: linear-gradient(221deg, #26313a 0%, #2c373f  100%);
}

#filterTab .nav-link span{
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    left: 0px;
    right: 0px;
    font-weight: 200;
    font-style: italic;
    font-size: 0.875rem;
}

.tick {
position: absolute;
    height: 1.5rem;
    width: 1.5rem;
    background-color: #19b0f1;
    border-radius: 100%;
    line-height: 18px;
    top: 37%;
    display: inline-block;
    margin-left: 10px;
	opacity: 0;
	-webkit-transition:opacity 0.1s linear;
	transition:opacity 0.1s linear;
}

.selected .tick{
	opacity: 1;
}


/*multi-select*/



.dropdown-button {
    line-height: 1.7;
	-webkit-box-shadow: 0 25px 33px -11px rgba(0,0,0,.2);
    box-shadow: 0 25px 33px -11px rgba(0,0,0,.2);
	position:relative;
}

.dropdown-button .dropdown-label, .dropdown-button .dropdown-quantity {
  float: left;
}
.dropdown-button .dropdown-quantity {
  margin-left: 4px;
}
.dropdown-button .fa-filter {
  float: right;
}

.dropdown-list li:nth-child(even) {
    background-image: linear-gradient(225deg, #f9f9f9 0%, #f0f0f0 100%);
}

.dropdown-list {
float: left;
  width: 100%;
 padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
   border: 1px solid rgba(0,0,0,.15);
   margin-bottom: 15px;
   /*changed to absolute 30/7/2019
   position: absolute;
    z-index: 999;
    margin-top: -56px;
    margin-left: -1px;*/
}
.dropdown-list input[type="search"] {
  padding: 5px 0;
}
.dropdown-list ul {
  margin: 0;
  padding:0;
  max-height: 315px;
  overflow-y: auto;
  list-style: none;
}
.dropdown-list ul input[type="checkbox"] {
  position: relative;
  top: 2px;
  display: none;
}
.dropdown-list label, .dropdown-list .label{
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    clear: both;
    font-weight: 400;
    color: #3f4b54;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.17;
    font-family: "Source Sans Pro";
    cursor: pointer;
    position: relative;
}

.dropdown-list li.selected label {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#19B0F1), to(#129BD7));
    background: linear-gradient(180deg, #19B0F1 0%, #129BD7 100%);
}

.dropdown-list li span.check-mark {
    display: none;
}

.dropdown-list li.selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 16px
}

.down-arrow-icon {
        background-color: #f4f4f4;
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 44px
    }

    .down-arrow-icon svg {
        width: 1rem;
       margin: 16px auto;
		display: block;
    }
	

.tags{
	min-height: 5px;
    margin-top: 20px;
	cursor: pointer;
}

.badge-secondary{
	background-color: #2e3a42;
	border-radius: 15px;
	height: 30px;
	    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 7px 13px 7px 17px;
	margin-right: 5px;
	    margin-bottom: 5px;
}

.badge-secondary:hover{
background-color: #20272b;
}
	
.bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}


.close-arrow{
  color: #fff;
  font: 14px/100% arial, sans-serif;
  position: relative;
  text-decoration: none;
  float: right;
  margin-left: 25px;
}


.close-arrow:after {
  content: '×'; /* UTF-8 symbol */
}


/*search*/
#searchbox{
	margin-top: 3rem;
    margin-bottom: 2rem;
    border: 0.063rem solid #e0e0e0;
    height: 2.6rem;
    -webkit-box-shadow: 0 25px 33px -21px rgba(0,0,0,.55);
            box-shadow: 0 25px 33px -21px rgba(0,0,0,.55);
    padding: 11px 1em .6875em;
    font-size: 1rem;
}

.open-filter{
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.4rem;
	cursor: pointer;
}

.open .open-filter{
	display:none;
}


#filter-header{
	background-color: #3f4b54;
    /*height: 518px;*/
    margin-top: 90px;
    padding: 2rem 0;
}


.card.lifecycle-info{
    }

    .dashed{
    border-bottom: 1px dashed #3f4b54;
    width:200px;
    display:block;
    position: absolute;
    z-index: 15;
    }

    .dashed:before{
      content:'';
      width: 0.5rem;
    height: 0.5rem;
    background-color: #3f4b54;
      border-radius: 50%;
      position:absolute;
      top:-4px;
      left:0px;
    }
    .dashed:after{
      content:'';
     width: 0.5rem;
    height: 0.5rem;
    background-color: #3f4b54;
      border-radius: 50%;
      position:absolute;
      top:-4px;
      right:0px
    }

    .stage-title{
    position: absolute;
    display:block;
    }

    .p-d {
    top:-5%;
    right:-9px;
    }

    .p-d span{color: #f5ac2b;}

    .p-d .dashed {
    -webkit-transform:rotate(-53deg);
            transform:rotate(-53deg);
    width:69%;
    left:-51%;
    top:156%;
    }

    .c-c {
    top:36%;
    right:-32%;
    }

    .c-c span{color: #e2743c;}

    .c-c .dashed {
    -webkit-transform:rotate(-6deg);
            transform:rotate(-6deg);
    width:97%;
    left:-65%;
    top:156%;
    }

    .o-s {
    bottom:10%;
    right:-22%;
    }

    .o-s span{color: #a42e7d;}

    .o-s .dashed {
    -webkit-transform:rotate(31deg);
            transform:rotate(31deg);
    width:82%;
    left:-68%;
    top:23%;
    }

    .i-a {
    bottom:-15%;
    right:37%;
    }

    .i-a span{color: #b62139;}

    .i-a .dashed {
    -webkit-transform:rotate(-88deg);
            transform:rotate(-88deg);
    width:61%;
    left:10%;
    top:-92%;
    }

    .m-p {
    bottom:15%;
    left:-25%;
    }

    .m-p span{color: #0a97b9;}

    .m-p .dashed {
    -webkit-transform:rotate(-34deg);
            transform:rotate(-34deg);
    width:83%;
    right:-62%;
    top:33%;
    }

    .p-s {
    top:32%;
    left:-28%;
    }

    .p-s span{color: #18b1cb;}

    .p-s .dashed {
    -webkit-transform:rotate(-2deg);
            transform:rotate(-2deg);
    width:82%;
    right:-51%;
    top:76%;
    }

    .d-r {
    top:-8%;
    left:29px;
    }

    .d-r span{color: #949494;}

    .d-r .dashed {
    -webkit-transform:rotate(56deg);
            transform:rotate(56deg);
    width:65%;
    /*left:61%;
    top:156%;*/
        left: 64%;
    top: 185%;
    }

    .stage-title span{
    font-size: 1.125rem;
        line-height: 1.22;
        font-weight: 700;
        display: block;
        float: left;
    }

    .stage-title .text{
        font-weight: 400;
        color: #3f4b54;
       
        font-size: 1.125rem;
        line-height: 1.22;
        
        margin-left: 4px;
        width: 6rem;
        float: left;
        text-align: left;
    }

    #stage .dashed{border-bottom: 1px dashed #fff;}
    #stage .dashed:after,#stage .dashed:before{ background: #fff}
    #stage .text{color: #798791;}



@media (max-width: 992px) {
#filter-header{
	margin-top: 69px;
}

.filter-label.large {
    font-size: 2rem;
}

}

.filter-by{
	padding-bottom: 15px;
}

.resource-landing{
    padding-top: 4rem;
}

.clear-filter{
color: #343f47;
font-family: "Source Sans Pro";
font-size: 16px;
font-weight: 600;
padding: 13px 22px;
background-color: #fff;
border-radius: 0;
min-width: 270px;
}
.clear-filter .text{
	position: relative;
	float: left;
}

.clear-filter .icon{
	float: right;
}


.clear-filter:hover{
    color: #1AB5F8;
	    background-color: #f5f5f5;
}

/* Animatations
========================================================================== */



/* Media Queries
========================================================================== */

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {


}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .list{
        padding: 1rem 1.2rem;
    }

    .masthead {
        padding: 9rem 0 6rem;
    }

    .card.lifecycle-info{
        padding:40px;
    }
    .card-title{ font-size:1.5rem}

    .stage.show{ margin-bottom: 0.8rem;}

    .post-preview a h5{font-size: 1.5rem;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
	footer svg path /*, .id21 footer svg,  .id21 footer svg path, .id21 footer .svg-logo-text.footer-svg .logo-text, .id21 footer .svg-logo-crest .logo-crest*/{
		fill:#fff;
		display: block;
	}
	
	

    #logo_svg path, #logo_svg_old path{
        fill:#fff;
    }
	
	.svg-logo-crest{
	 height: 60px;
	 max-width:60px;
	}
	

	.svg-logo-text{
	height: 35px;
	margin-left: 10px;	
	max-width:207px;
	}
	
	.footer-logo .svg-logo-crest{
	 height: 85px;
	 max-width:85px;
	}
	
	.footer-logo .svg-logo-text{
	height: 40px;
	max-width:237px;
	}

	#logo_svg path, .logo-crest, .logo-text{
		fill:#fff;
	}
	
	.navbar-brand a.logo-dark, /*.id21 .navbar-brand a.logo-white,*/ .navbar-shrink .navbar-brand a.logo-white{
		display: none;
	}
	
	/*.id21 .navbar-brand a.logo-dark,*/ .navbar-shrink .navbar-brand a.logo-dark{
		display: inline-block;
	}
   

    .navbar-shrink .logo-crest, .navbar-shrink .logo-text /*, .id21 .logo-crest, .id21 .logo-text*/{
      fill:#343F47;
    }

    .masthead {
        /*padding: 16rem 0 10rem;*/
        padding: 8.25rem 0 0.5rem;
    }

    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        -webkit-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out;
        min-height: 90px;
		height: 90px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    #mainNav.navbar-shrink {
        background-color: #fff;
        min-height: 80px;
        -webkit-box-shadow: 0 14px 33px -21px rgba(0,0,0,.75);
                box-shadow: 0 14px 33px -21px rgba(0,0,0,.75);
    }

    #mainNav.navbar-shrink .nav-link {
        color: #3f4b54;
    }

     .masthead h1 {
        font-size: 2.75rem;
        line-height: 2.75rem;
    }

    .masthead h2 {
        font-size: 1.5rem;;
    }

    .navbar-expand-lg .navbar-nav .nav-link{
        color: #fff;
        margin-left: 1rem;
    }

    .navbar-expand-lg .navbar-nav .nav-item.first .nav-link{
        margin-left: 0rem;
    }

    .card-deck .card{
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }

    .template1 .masthead{
        background-size: auto;
    }

    #onboarding, #filtering{
        margin-top: 135px;

    }

    .onboard-vh{
        height: calc(100vh - 135px);
    }

    .left, .right{height: 100%;}

    .guide-header__content {
        position: absolute;
        top: 30vh;
        max-width: 35rem;
    }

    #onboarding h2{
        font-size: 2.75rem;
    }

    

    #searchbox{
        margin-top: 3rem;
        margin-bottom: 5vh;
        height: 5rem;
        padding: 11px 2.75em .6875em;
        font-size: 1.25em;
    }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

.container {
    max-width: 1170px;
}

.navbar-expand-lg .navbar-nav .nav-link{
	color: #fff;
    margin-left: 3.1rem;
}

.case-study .owl-stage-outer {
    margin-right: calc((100vw - 1189px)/-2);
    margin-left: calc((100vw - 1156px)/-2);
	margin-top: 3.5rem;
}

.case-study .owl-stage {
    margin-left: calc((100vw - 1125px)/2);
}

#case-studies{
	/*margin-bottom: 5rem*/
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: 13px;
}

.image-carousel.owl-theme .owl-nav {
    margin-top: 0px;
    position: relative;
    left: auto;
}

#onboarding h2{
	font-size: 3.75rem;
}

.has-padding-sml{
    padding: 2rem 0;
}

}

@media (max-width: 768px) {
.hide-sm-down{display:none !important;}
    .lifecycle{
        margin-left:10px;
    }
}


@media (max-width: 992px) {
	
	.navbar-brand a.logo-white{
		display:none;
	}
	
	.nav-item-search{
		display:none;
	}
}

.search{
	background-color: #fff;
	background-color: rgba(255,255,255,0.25);
	width: 2.5rem;
	height: 2.5rem;
	text-align:center;
	border-radius: 100%;
}

.search svg{
	fill: #fff;
}


.navbar-shrink .search{
	background-color: #f5f5f5;
}

.navbar-shrink .search svg{
	fill: #2e3a42;
}


.global-search {
    color: #000;
    font-size: 1rem;
    height: 2.5rem;
    left: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: 7.875s;
    transition: left .35s .175s,opacity .175s
}
@media (max-width: 992px) {
	.global-search {
		opacity: 1;
		position: relative;
		width: 100%;
		left: 0;
		    margin-top: 1rem;
    margin-bottom: 1rem;
	}
	
	.close {
		display:none;
	}
	
  .global-search input[type=search] {
    border: 1px solid #e4e4e4 !important;
	}
}


.search-is-open .global-search {
    left: 0;
    opacity: 1;
    transition: left .35s,opacity .14s
}

.global-search input[type=search] {
    border: 0;
    height: 2.5rem;
    margin: 0;
	border-radius: 20px;
}

.navbar-shrink .global-search input[type=search] {
	border: 1px solid #e4e4e4;
}

.search-container {
    position: absolute;
    right: 0;
    left: 0;
    transition: transform 350ms
}

.search-is-open.is-at-top .search-container{
    top: 13px
}

.close {
    position: absolute;
      width: 38px;
    height: 38px;
    overflow: hidden;
    right: 2px;
    top: 1px;
    cursor: pointer;
    color: #111b2c;
	text-shadow:none; 
    opacity:1;
	background-color: #f5f5f5;
	border-radius: 100%;
}

.thick:hover::after,.thick:hover::before{
    background-color: #2e3a42;
}

.thick::after,.thick::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 17px;
    top: 50%;
    left: 11px;
    margin-top: -1px;
    background: #004a7a;
}

.thick::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.thick::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.thick::after,.thick::before {
    height: 2px;
}

.nav-container{
	position:relative;   
}
@media (max-width: 992px) {
	.nav-container{
		position:static;
		width:100%;
	}
}


/* search results */

.result {
    padding: 20px 25px;
    text-decoration: none;
    display: block;
    position: relative;
	transition: all .2s;
	text-decoration: none;
}

a.result:hover {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 12px rgba(40, 86, 116, 0.20);
	text-decoration: none;
}

.result:hover h4, .result:hover p, .result:hover span .result:hover a{
	text-decoration: none;
}


#smlSearch{
	height: 40px;
	border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.search-btn{
	width: 40px;
	
}





/*Error Styles
========================================================================== */
#browserupgrade{
color: #ffffff;
display: block;
z-index: 9999999999;
background-color: rgb(242, 86, 72);
text-align:center;
position: fixed;
top: 0px;
width: 100%;
height: 100%;
}

#browserupgrade h6{
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#browserupgrade p{
	margin-bottom: 20px;
}

.button.hollow.white {
    border: 1px solid #fff;
    color: #fff;
}
.button.hollow.white:hover{
	background-color: #fff;
	color: rgb(242, 86, 72);
}



/*Form Styles
========================================================================= */

.form-error{
  color: #f25648;
}

.callout.warning {
    background-color: #ec5840;
    color: #fff;
}

.callout {
    margin: 0 0 1rem;
    padding: 0.875rem;
    border: 1px solid hsla(0, 84%, 23%, 0.25);
    border-radius: 2px;
    position: relative;
    color: #ffffff;
    background-color: #fff;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 3rem;
    padding: 11px .75em .6875em;
    margin: 0 0 1rem;
    font-family: inherit;
    color: #0a0a0a;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
 -webkit-transition: -webkit-box-shadow .5s,border-color .25s ease-in-out;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFF;
    border: 1px solid #dfe0e6;
    color: #1c1c1f;
    font-size: .9375em;
}

select {
    border-radius: 2px;
    background-color: #FFF;
    border: 1px solid #dfe0e6;
    color: #88898c;
    font-size: .9375em;
    height: 3em;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
}




/* Cookie policy
========================================================================== */

#cookiePanel {
    background: #000;
    width: 100%;
    z-index: 10000;
    display: none;
    opacity: 0;
	position: fixed;
    bottom: 0;
}


#cookiePanel p {
    margin: 0;
    color: #fff;
	font-size: 0.875rem;
}

#cookiePanel a {
    color: #fff;
    text-decoration: underline;
}

#cookiePanel a{
	text-decoration: none;
	padding: 0.5em 2em;
    font-size: 0.875rem;
	margin: 0;
}


/* Admin styles
========================================================================== */
.footer-admin{
padding: 50px 0;
background-color: #2ECC71;
color: #fff;
}

.btn-green{
	background-color: #0EAC51;
}

.btn-green:hover{
	background-color: #009C41;
}
.holding-img{
 margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}



/* ==========================================================================
   Cookietron
============================================================================= */

#cookietron-bar {position: fixed; bottom: -50vh; left: 0; right: 0; background: rgb(23, 46, 78); z-index: 9999999; -webkit-transition: 1s; transition: 1s;}
	#cookietron-bar.show {bottom: 0;}
	#cookietron-bar .inner {padding: 1rem 2.5rem; display: -webkit-box; display: -ms-flexbox; display: flex;}
	#cookietron-bar .text {color: #fff; margin-right: 1rem; width: 100%;}
	#cookietron-bar a {color: #fff;}
	#cookietron-bar .cta-block {margin-left: 1rem;}
	#cookietron-bar .cta-block:before {content: ''; height: 100%; display: inline-block; vertical-align: middle;}
		#cookietron-bar .cta-block a {display: inline-block; vertical-align: middle;}
 #cookietron-accept-trigger svg {display: block;}
	#cookietron-accept-trigger svg > * {fill: #fff;}

#cookietron-blackout {position: fixed; bottom: 0; left: 0; right: 0; top: 0; background: rgba(0,0,0,.75); z-index: 99999999; display: none; opacity: 0; -webkit-transition: .4s; transition: .4s;}
#cookietron-blackout.show {opacity: 1;}
#cookietron-popup {position: fixed; width: 70vw; height: 60vh; max-width: 60rem; bottom: 0; left: 0; right: 0; top: 0; margin: auto; background: #fff; z-index: 999999999; overflow: hidden; max-height: 0; min-height: 0; -webkit-transition: .5s; transition: .5s; opacity: 0;}
#cookietron-popup.open {min-height: 30rem; max-height: 100vh; opacity: 1;}
	#cookietron-popup .cookietron-popup-top-bar {background: rgb(19, 177, 241); position: absolute; left: 0; right: 0; height: 4.5rem; padding: 0 1.5rem;}
	#cookietron-popup .cookietron-popup-top-bar:before {content: ''; height: 100%; display: inline-block; vertical-align: middle;}
		#cookietron-popup .cookietron-popup-top-bar h2 {color: #fff; display: inline-block; vertical-align: middle; margin: 0;}
	#cookietron-popup .tabbed-content-area {display: -webkit-box;display: -ms-flexbox;display: flex; height: 100%; padding: 4.5rem 0 3.5rem;}
		#cookietron-popup .tabbed-content-area .cookietron-popup-tabs {background-color: rgb(29,40,45);}
			#cookietron-popup .tabbed-content-area .cookietron-popup-tabs .cookietron-popup-tab {display: block; width: 10em; padding: .5rem 1.5rem; color: #fff; background-color: transparent; -webkit-transition: .25s; transition: .25s; font-weight: normal; font-style: normal;}
			#cookietron-popup .tabbed-content-area .cookietron-popup-tabs .cookietron-popup-tab:hover {background-color: rgb(39,50,55); text-decoration: none;}
			#cookietron-popup .tabbed-content-area .cookietron-popup-tabs .cookietron-popup-tab.open {background-color: rgb(49,60,65); font-weight: bold;}
		#cookietron-popup .tabbed-content-area .cookietron-popup-tab-content-area {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1; padding: .5rem 1.25rem; overflow-y: scroll;}
			#cookietron-popup .tabbed-content-area .cookietron-popup-tab-content-area .cookietron-popup-tab-content {display: none;}
			#cookietron-popup .tabbed-content-area .cookietron-popup-tab-content-area .cookietron-popup-tab-content.open {display: block;}
	#cookietron-popup .cookietron-toggle {width: 3.1rem; height: 1.6rem; position: absolute; top: 5rem; border-radius: 1rem; right: 2.25rem; background: #D72B2E; overflow: hidden; -webkit-transition: .5s; transition: .5s; cursor: pointer;}
	#cookietron-popup .cookietron-toggle.active {background-color: #84C161;}
		#cookietron-popup .cookietron-toggle .knob {background: #E5E5E5; height: 1.3rem; width: 1.3rem; border-radius: 50%; position: absolute; top: .015rem; left: .15rem; margin-top: .15rem; -webkit-transition: .5s; transition: .5s;}
		#cookietron-popup .cookietron-toggle.active .knob {left: 1.65rem;}
		#cookietron-popup .cookietron-toggle .knob:after, #cookietron-popup .cookietron-toggle .knob:before {display: block; position: absolute; padding: 0 .85rem; color: #fff; font-size: 0.625rem; line-height: 1.35rem; text-transform: uppercase; -webkit-transition: .5s; transition: .5s;}
		#cookietron-popup .cookietron-toggle .knob:before {content: 'on'; right: .65rem; opacity: 0;}
		#cookietron-popup .cookietron-toggle.active .knob:before {opacity: 1;}
		#cookietron-popup .cookietron-toggle .knob:after {content: 'off'; left: .6rem; opacity: 1;}
		#cookietron-popup .cookietron-toggle.active .knob:after {opacity: 0;}
	#cookietron-popup .cookietron-popup-bottom-bar {background: rgb(19, 177, 241); position: absolute; bottom: 0; left: 0; right: 0; height: 3.5rem; padding: 0 1.5rem; text-align: right;}
	#cookietron-popup .cookietron-popup-bottom-bar:before {content: ''; height: 100%; display: inline-block; vertical-align: middle;}
	#cookietron-popup-save-settings {color: #fff; font-style: normal; font-weight: normal; background-color: rgb(29,40,45); display: inline-block; padding: .25rem 1.25rem; vertical-align: middle;}
	#cookietron-popup-save-settings:hover {background-color: rgb(39,50,55);}
	#cookietron-popup-close-trigger {position: absolute; right: 1.5rem; bottom: 0; top: 0; margin: auto; height: 2rem; width: 2rem;}
		#cookietron-popup-close-trigger svg {display: block; width: 100%; margin: 0;}
			#cookietron-popup-close-trigger svg > * {fill: #fff;}
	#cookietron-popup h1:after, #cookietron-popup h2:after, #cookietron-popup h3:after, #cookietron-popup h4:after, #cookietron-popup h6:after {display: none;}


/* 639px : SMALL */
@media screen and (max-width: 39.9375em) {
	#cookietron-popup.open {opacity: 1; height: 94vh; width: 94vw;}
	#cookietron-popup .tabbed-content-area {display: block; overflow: scroll;}
	#cookietron-popup .tabbed-content-area .cookietron-popup-tabs .cookietron-popup-tab {width: 100%;}
	#cookietron-popup .tabbed-content-area .cookietron-popup-tab-content-area .cookietron-popup-tab-content {position: relative;}
	#cookietron-popup .tabbed-content-area .cookietron-popup-tab-content-area .cookietron-popup-tab-content h3 {padding-right: 4rem;}
	#cookietron-popup .cookietron-toggle {top: 0; right: 0;}
	#cookietron-popup .tabbed-content-area .cookietron-popup-tab-content-area {padding: 2rem 1.25rem;}
	#cookietron-popup .cookietron-popup-top-bar {z-index: 999;}
	#cookietron-popup .tabbed-content-area .cookietron-popup-tabs .cookietron-popup-tab {border-bottom: .1rem solid rgb(39,50,55);}
	#cookietron-bar .inner {-ms-flex-wrap: wrap;flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
	#cookietron-bar .text {margin-bottom: 2rem; margin-right: 0; font-size: 14px;}
	#cookietron-bar .cta-block {margin: 0;}
	#cookietron-bar .cta-block + .cta-block {margin-left: 2rem;}
}


a.back-link{
    display: block;
    color: #041e42;
    margin-top: 30px;
}

.cards-row{
}

.cards-row > div{
    margin-bottom: 30px;
}

.cards-row .card.lifecycle-info{
    height: 100%;
}


.dd{
    border:1px solid #ff0000;
}

.dd > .col, .dd > div[class*='col-']{
    border:1px solid #00ff00;
}

/* UPDATES 10th July */

.mb-30{

    margin-bottom:30px;
    
}

h1, h2, h3{
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blue-container{
    background-color:#062F47;
    color:white;
    padding:30px 0;
}

.grey-container{
    background-color:#d8d8d8;
    color:#343F47;
    padding:10px 0;
}

h2.smaller{
    font-size:1.625rem;
    line-height:1.75rem;
    font-weight:600;
    margin-top:1rem;
}
.top-diamond{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='29px' height='14px' viewBox='0 0 29 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-671.000000, -677.000000)' fill='%23062F47'%3E%3Cg transform='translate(0.000000, 500.000000)'%3E%3Cpolygon transform='translate(685.500000, 184.000000) rotate(-180.000000) translate(-685.500000, -184.000000) ' points='685.5 177 700 191 671 191'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:center top;
    
}
.top-diamond.grey{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='29px' height='14px' viewBox='0 0 29 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-671.000000, -677.000000)' fill='%23d8d8d8'%3E%3Cg transform='translate(0.000000, 500.000000)'%3E%3Cpolygon transform='translate(685.500000, 184.000000) rotate(-180.000000) translate(-685.500000, -184.000000) ' points='685.5 177 700 191 671 191'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.pt-150{
    padding-top:150px;
}
.mb-50{
    margin-bottom:50px;
}

.bg-light-grey{
    background-color:#F3F4F6;
}

/* featured gallery */

.featured-gallery{
    padding-top:100px;
    padding-bottom:80px;
}

.featured-gallery .featured-gallery-container{
    padding:30px 0;
    padding-top:0px;
}
body:not(.id1) .featured-gallery{
    padding-top:0px;
}

.featured-gallery .featured-gallery-container .item{
    width:370px;
    /*height:575px;*/
    height:480px;
    background-color:#3F4B54;
    margin-right:20px;
    transition:transform 0.3s;
    border-bottom-width:5px;
    border-bottom-style:solid;
}

.featured-gallery .featured-gallery-container .item *{
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}
.featured-gallery .featured-gallery-container .item .image{
    width:100%;
    height:230px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.featured-gallery .featured-gallery-container .item .content{
    padding:15px 30px;
    padding-top:30px;
}
.featured-gallery .featured-gallery-container .item .category{
    font-size:1.125rem;
    margin-bottom:1rem;
    color:white;
    font-weight:400;
    min-height:27px;
}

.featured-gallery .featured-gallery-container .item h4.title{
    font-size:1.5rem;
    line-height:1.75rem;
    color:white;
    font-weight:400;
    margin-bottom:1rem;
    height:56px;
    overflow:hidden;
}
.featured-gallery .featured-gallery-container .item .description{
    line-height:1.5rem;
    font-size:1rem;
    color:white;
    font-weight:400;
    margin-bottom:1rem;
    height:72px;
    overflow:hidden;
}
.featured-gallery .featured-gallery-container .item .btn{
    width:100%;
    margin-top:1.5rem;
    padding: 0.8rem;
}

.featured-gallery .controls div{
    width:60px;
    height:60px;
    display:inline-block;
    cursor:pointer;
    background-color:#367c7d;
    transition:background-color 0.3s;
}
.featured-gallery .controls div.previous{
    background-color:#367c7d;
    transition:background-color 0.3s;
    margin-right:10px;
}
.featured-gallery .controls div svg{
    margin: 0px auto;
    display: block;
    margin-top: 19px;
    position:relative;
    left:0px;
    transition:left 0.2s;
}

.featured-gallery .controls div:hover{
background-color:#E2E2E2;
}

.featured-gallery .controls div.previous svg{
    transform:rotate(180deg);
}

.featured-gallery .controls div.next:hover svg{
    left:4px;
}
.featured-gallery .controls div.previous:hover svg{
    left:-4px;
}

.container-lg-fluid .row > div{
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 576px) {

    .container-lg-fluid{
        width:auto;
        max-width: none;
    }

    .container-lg-fluid.align-right{
        padding-left: calc(((100vw - 768px) / 2) + (768px / 12 * 1.5))
    }
    .container-lg-fluid.align-right .row{
        margin-left: 0px;
    }

 }

@media (min-width: 768px) {

    .container-lg-fluid.align-right{
        padding-left: calc(((100vw - 992px) / 2) + (992px / 12 * 1.5))
    }

}

@media (min-width: 992px) {
    .container-lg-fluid.align-right{
        padding-left: calc(((100vw - 1200px) / 2) + (1200px / 12 * 1.5));
    }
    .container-lg-fluid.align-right.row{
        margin-left: 15px;
    }

}

/* NEWS AND UPDATES */
.bg-dark-blue{
    background-color:#343F47;
}
.news-and-updates{
    padding-top:75px;
    padding-bottom:0px;
    color:white;
}


.news-and-updates h2.large{
    font-size: 2.75rem;
    line-height: 2.75rem;
    font-family: "Source Sans Pro";
    font-weight: 600;
    color: #fff;
}
.news-and-updates .col-lg-6:first-of-type{
    padding-right:65px;
}
.news-and-updates .col-lg-6:last-of-type{
    padding-left:65px;
}
.news-items{
    margin-top:35px;
    border-top:1px solid rgba(255,255,255,0.25);
}
.news-items .item{
    padding:35px 0;
    border-bottom:1px solid rgba(255,255,255,0.25);
}
.news-items h5{
     font-size:1.5rem;
    line-height:1.75rem;
    color:white;
    font-weight:400;
}
.news-items *{
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}
.news-items .description{
    line-height:1.5rem;
    font-size:1rem;
    color:white;
    font-weight:400;
    margin-bottom:1rem;
}
.news-items .item a, .cta-panel a{
    line-height:1.5rem;
    font-size:1rem;
    color:white;
    font-weight:700;
    margin-bottom:1rem;
}
.news-items .item a:after, .cta-panel a:after{
    display:inline-block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='9px' height='14px' viewBox='0 0 9 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-371.000000, -2634.000000)' fill='%231AB5F8' fill-rule='nonzero' stroke='%231AB5F8' stroke-width='2'%3E%3Cg transform='translate(0.000000, 2301.000000)'%3E%3Cg transform='translate(133.000000, 250.000000)'%3E%3Cg transform='translate(1.000000, 75.000000)'%3E%3Cpath d='M244.301292,14.7607796 L238.585886,9.09996333 C238.451316,8.96667889 238.235497,8.96667889 238.100927,9.09996333 C237.966358,9.23324776 237.966358,9.44700582 238.100927,9.58029025 L243.572584,14.9996856 L238.100927,20.419081 C237.966358,20.5523655 237.966358,20.7661235 238.100927,20.899408 C238.166943,20.9647928 238.255809,21 238.342137,21 C238.428465,21 238.517332,20.9673076 238.583347,20.899408 L244.298753,15.2385917 C244.433323,15.1078221 244.433323,14.8915492 244.301292,14.7607796 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    width:12px;
    height:12px;
    margin-left:20px;
    position:relative;
    top:1px;
    left:0px;
    transition:left 0.2s;
}
.cta-panel a:after{
  background-image: url("data:image/svg+xml,%3Csvg width='9px' height='14px' viewBox='0 0 9 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-371.000000, -2634.000000)' fill='%231AB5F8' fill-rule='nonzero' stroke='%23327b7d' stroke-width='2'%3E%3Cg transform='translate(0.000000, 2301.000000)'%3E%3Cg transform='translate(133.000000, 250.000000)'%3E%3Cg transform='translate(1.000000, 75.000000)'%3E%3Cpath d='M244.301292,14.7607796 L238.585886,9.09996333 C238.451316,8.96667889 238.235497,8.96667889 238.100927,9.09996333 C237.966358,9.23324776 237.966358,9.44700582 238.100927,9.58029025 L243.572584,14.9996856 L238.100927,20.419081 C237.966358,20.5523655 237.966358,20.7661235 238.100927,20.899408 C238.166943,20.9647928 238.255809,21 238.342137,21 C238.428465,21 238.517332,20.9673076 238.583347,20.899408 L244.298753,15.2385917 C244.433323,15.1078221 244.433323,14.8915492 244.301292,14.7607796 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.news-items .item a:hover:after, .cta-panel a:hover:after{
    left:6px;
}
.news-and-updates .button-container{
    padding:45px 0px;
}
.news-and-updates .featured-item{
    margin-top:-120px;
}
.news-and-updates .featured-item .image{
    position:relative;
    height:400px;
    width:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url(/assets/template/images/event-example.jpg);
}
.news-and-updates .featured-item .image .label{
    position:absolute;
    left:0px;
    bottom:0px;
    line-height:40px;
    background-color:white;
    text-align:center;
    padding:0px 1rem;
    color:#343F47;
    font-size:1rem;
    width:auto;
    font-weight:600;
}
.news-and-updates .featured-item .news-items{
    border-top:none;
}
.news-and-updates .featured-item .news-items .item{
    border-bottom:none;
    padding:0px;
}


.dark-blue-container{
    background-color:#2A363E;
}
.dark-blue-container.with-padding{
    padding:20px 0;
    margin-top:30px;
}
.pr-100{
    padding-right:100px;
}
.top-dark-diamond{
     background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='29px' height='14px' viewBox='0 0 29 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-671.000000, -677.000000)' fill='%232A363E'%3E%3Cg transform='translate(0.000000, 500.000000)'%3E%3Cpolygon transform='translate(685.500000, 184.000000) rotate(-180.000000) translate(-685.500000, -184.000000) ' points='685.5 177 700 191 671 191'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:center top;
    height:15px;
    width:100%;
    padding-bottom:60px;
}

/* CTA */
.cta-new .grid-item{
    height:400px;
}
.cta-new .grid-item .image{
    height:200px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transition: background-size 0.4s;
}

.cta-new .grid-item .copy{
    min-height:200px;
    background-color:#014E70;
    color:white;
    padding:15px 35px;
}
.cta-new .grid-item .copy.darker-bg{
    background-color:#041E42;
}
.cta-new .grid-item .copy h5{
    font-size:1.75rem;
    font-weight:600;
    line-height:2.75rem;
}
.cta-new .grid-item .copy .description{
    font-size:1rem;
    line-height:1.5rem;
    padding-right:80px;
    border-bottom:1px solid rgba(255,255,255,0.25);
    margin-bottom:20px;
    padding-bottom:20px;
}

.cta-new a{
    line-height:1.5rem;
    font-size:1rem;
    color:white;
    font-weight:700;
    margin-bottom:1rem;
}

.cta-new a:after{
    display:inline-block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='9px' height='14px' viewBox='0 0 9 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-371.000000, -2634.000000)' fill='%231AB5F8' fill-rule='nonzero' stroke='%231AB5F8' stroke-width='2'%3E%3Cg transform='translate(0.000000, 2301.000000)'%3E%3Cg transform='translate(133.000000, 250.000000)'%3E%3Cg transform='translate(1.000000, 75.000000)'%3E%3Cpath d='M244.301292,14.7607796 L238.585886,9.09996333 C238.451316,8.96667889 238.235497,8.96667889 238.100927,9.09996333 C237.966358,9.23324776 237.966358,9.44700582 238.100927,9.58029025 L243.572584,14.9996856 L238.100927,20.419081 C237.966358,20.5523655 237.966358,20.7661235 238.100927,20.899408 C238.166943,20.9647928 238.255809,21 238.342137,21 C238.428465,21 238.517332,20.9673076 238.583347,20.899408 L244.298753,15.2385917 C244.433323,15.1078221 244.433323,14.8915492 244.301292,14.7607796 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    width:12px;
    height:12px;
    margin-left:20px;
    position:relative;
    top:1px;
    left:0px;
    transition:left 0.2s;
}
.cta-new a:hover:after{
    left:6px;
}
.cta-new *{
        -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

/*contacts */
.contacts-section{
        -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}
.contacts-section{
    padding-top:100px;
     background-image: linear-gradient(top, #F3F4F6, #F3F4F6 45%, transparent 50%, transparent 100%);
     background-image: -webkit-linear-gradient(top, #F3F4F6, #F3F4F6 45%, transparent 45%, transparent 100%);
}

.contacts-section h4{
    font-size:1.625rem;
    font-weight:600;
    line-height:1.75rem;
    color:#343F47;
}
.contacts-section .title-row{
    margin-bottom:15px;
}
.contacts-section .title-row p.subtitle{
    font-size:1.375rem;
    line-height:1.75rem;
    color:#343F47;
    font-weight:400;
    padding-left:0px;
}
.contacts-section .contacts-blob{
    padding:30px 0px;
    background-color:#041E42;
    margin-bottom:10px;
    text-align:center;
    color:white;
}
.contacts-section .divider{
    border-top:1px solid rgba(255,255,255,0.25);
    width: 50px;
    height:1px;
    margin-top:10px;
    margin-bottom:10px;
    margin:0px auto;
}
.contacts-section .subtitle{
    font-weight:700;
    padding:10px;
    padding-bottom:5px;
}
.contacts-section .link{
    padding-bottom:10px;
}
.contacts-section .link a{
    color:white;
    text-decoration:underline;
}
.card-deck .card{
    min-height:400px;
}
.contacts-section{
    margin-bottom:80px;
}
.contacts-section .card-text{
    opacity:1;
}
.contacts-section .card-body .email{
    opacity:1;
    text-decoration:underline;
}


footer .img-fluid:not(:last-child){
    width:auto;
    margin-right:30px;
}

footer .add-border{
    border-width:1px 0px;
    border-style:solid;
    border-color:rgba(36,45,52,0.5);
    padding:60px 0px
}

footer a:hover, footer a:active{
    text-decoration:underline;
    color:white;
}

footer .list-inline-item:not(:last-child){
    margin-right:40px;
}
footer .social-icons a, footer .social-icons img{
    display:inline-block;
}
footer .social-icons a:not(:last-child){
    margin-right:10px;
}
.btn-light, .btn-dark{
        transition:background 0.4s;
}
.btn-light:hover{
    /*background: #2e3a42;*/
    background: #367c7d;
    color: #fff;
}
.btn-dark:hover{
    color: #2e3a42;
    background: #fff;
}
.no-underline{
    text-decoration:none !important;
}

@media (max-width: 991.99px) {
    .news-and-updates .container .row{
        display:flex;
    }
    .news-and-updates .container .row .pull{
        order: 2;
    }
    .news-and-updates .container .row .push{
        order:1;
        margin-bottom:70px;
    }
    
    .news-and-updates .pull, .news-and-updates .push{
        padding-right:15px; padding-left:15px;
    }
    .news-and-updates .col-lg-6:last-of-type{
        padding-left:0px;
    }
    .container-lg-fluid.align-right {
        padding-left: 15px;
    }
    .cta-new .grid-item {
        height: auto;
        margin-top: 40px;
    }

    #about .d-md-none{
        margin:30px auto;
    }
}
@media (max-width: 768.99px) {
    .card.lifecycle-info .card-title:not(.show){
        display:block;
        margin-bottom:1rem;
    }
    .hide-md{
        display:none;
    }
    #about .d-md-none{
    
        margin-bottom:0px;
    }
}

#about .top-diamond{
    padding-bottom:60px;
}
#about .tasks-list{
    padding-top:6px;
    padding-bottom:8px;
}
#about .tasks-list .stage{
    
    padding:6px 0px;

    
}

@media (max-width: 575.99px) {
    .container-lg-fluid.align-right {
        padding-left: 30px;
        padding-right:30px;
    }
    .controls{
        text-align:center;
    }
    .pr-100{
        padding-right:15px;
        text-align:center;
    }
    .md-center{
        text-align:center;
    }
    .featured-gallery .featured-gallery-container .item{
    
        width:calc(100vw - 30px);
        height:auto;
        
    }
    .featured-gallery .featured-gallery-container .item a{
        margin-bottom:20px;
    }
    .dark-blue-container.with-padding{
        padding:40px 0px;
    }
     .news-and-updates .col-lg-6:last-of-type{
        padding-left:15px;
    }
     .news-and-updates .col-lg-6.pull{
        padding-right:15px;
    }
    .contacts-section .contacts-blob{
        margin-bottom:0px;
    }
    footer .text-right{
        text-align:center !important;
    }
    footer .text-right img{
        margin-bottom:20px;
    }
    footer .list-inline-item:not(:last-child), footer .list-inline-item{
        margin-right:0px;
        width:49%;
        padding:20px 0px;
    }
    footer .list-inline-item{
        text-align:center;
    }
    footer .add-border{
        padding:20px 0px;
    }
    .featured-gallery{
        padding-top:50px;
        padding-bottom:100px;
    }
    .card-deck .card{
        min-height:auto;
    }
    #about .top-diamond{
    padding-bottom:0px;
    }
    
}
.no-overlap{
    max-width:100%;
    width:300px;
    padding-left:0px;
    padding-right:0px;
    text-align:center;
}

body.id1 #contacts .card-deck:nth-child(2) .card{
    min-height:initial;
    text-align:center;
}
body.id1 .card-deck.card-1 p br{
    display:none;
}
body.id1 .card-deck .card-body p a.email{
    /* opacity:0.5; */
    text-decoration:none;
}
body.id1 .card-deck .card-body p a.email:hover, body.id1 .card-deck .card-body p a.email:active{
     text-decoration:underline;
}
body.id1 .card-deck .card:first-of-type hr{
    width:60px;
}

.lifecycle .shape{
    cursor:pointer;
}

body .card-deck .card{
    min-height: auto;
}

a:focus, .navbar-toggler:focus, .btn.focus, .btn:focus, .form-control:focus{
  outline: 2px solid #ffdd00;  
}


/* Phase 4 */

 #filter-header, .cta-panel{ 
       margin-top:0px;
       border: 1px solid #5f6971;
       background-color:white;
    }
    .filter-label{
        color:#3f4b54;
        font-size:1.125rem;
    }
    .filter-label.large{
        font-size:1.5rem;
        font-weight:bold;
    }
    #filtering h2.filter-heading, .filter-label{
        text-align:left;
    }
    .dropdown-button{
        box-shadow: none;
    }
    .form-control{
        border:0px;
    }
    .dropdown-container, .dropdown-list{
        border: 1px solid #5f6971;
    }
    .dropdown-list{
        position: relative;
        left: -1px;
        top: -2px;
        width:calc(100% + 2px);
        padding:0px;
    }
    .down-arrow-icon{
        background-color:#f4f4f4;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.291 9.776a.997.997 0 001.419 0l7.066-7.067a.997.997 0 000-1.419l-.278-.277a1.008 1.008 0 00-1.419-.001L9 7.092l-6.08-6.08a.997.997 0 00-1.418 0l-.277.278a1.008 1.008 0 00-.001 1.419L8.29 9.776z' fill='%23327B7D' stroke='%23327B7D' stroke-width='.5' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-repeat:no-repeat;
        background-position:center;
        border-left:1px solid #5f6971;
        height:45px;
    }
    .dropdown-list li.selected label{
        background: #327b7d;
    }
    .clear-filter{
        width:100%;
        background-color:#327b7d;
        text-align:center;
        color:white;
        min-width:initial;
    }
    .clear-filter path{
        fill:#ffffff;
        stroke:#ffffff;
    }
    .clear-filter:hover path{
        fill:#1AB5F8;
        stroke:#1AB5F8;
    }
    .clear-filter span.text{
        width:90%;
    }
    .badge{
        white-space: normal;
        text-align:left;
        min-height:30px;
        height:auto;
        position:relative;
        padding-right:25px;
    }
    .badge .close-arrow{
        position:absolute;
        right:10px;
        top:calc(50% - 7px);
    }
    .dropdown-list li.selected span.check-mark{
        display:none;
    }
    .cs-panel-text h3{
        font-size:1.5rem;
        line-height:1.75rem;
        max-height: 3.5rem;
        height:3.5rem;
        margin-bottom:1.5rem;
    }
    .cs-panel-text p{
        font-size:1rem;
        line-height:1.5rem;
        max-height:4.5rem;
    }
    .cs-panel-text p.category{
        font-size:1.125rem;
        line-height:1.5rem;
        margin-bottom:1rem;
        max-height:1.5rem;
    }
    .cs-panel-text{
        max-height:275px;
    }
    .cs-panel{
        border-bottom:5px solid transparent;
    }
    
    @media (max-width: 992px){
        #filter-header{
            margin-bottom:50px;
        }
    }


.item.shadow{
    border-bottom-color:transparent;
}
._collect-and-_capture, .item.colour_class_106, .collectandcapturecolor{
     border-bottom-color:#fb905a;
}
._interpret-and-_analyse, .item.colour_class_108, .interpretandanalysecolor{
    border-bottom-color:#c62640;
}
._plan-and-_design, .item.colour_class_105, .plananddesigncolor{
     border-bottom-color:#ffbf4e;
}
._organise-and-_store, .item.colour_class_107, .organiseandstorecolor{
     border-bottom-color:#b7378c;
}
._manage-and-_preserve, .item.colour_class_109, .manageandpreservecolor{
    border-bottom-color:#14a1c4;
}
._discover-and-_re__002duse, .item.colour_class_111, .discoverandreusecolor{
     border-bottom-color:#cecece;
}
._publish-and-_share, .item.colour_class_110, .publishandsharecolor{
     border-bottom-color:#1ebedb;
}

.form-control.with-input{
    padding-top:0px;
    padding-left:0px;
}
.form-control.with-input input{
    height: 45px;
    width: 100%;
    margin-bottom:0px;
    border:0px;
}
.down-arrow-icon{
    cursor:pointer;
}

.dropdown-list .label.dropdown-empty{
    display:none;
}


.part-submenu{
    height:80px;
    background-color:#2e3a42;
    text-align:center;
}


.part-submenu a, .part-submenu a:visited{
    font-size: 1.125rem;
    color:#FFF;
    height:80px;
    line-height:80px;
    padding:0px 40px;
}
.part-submenu a:active, .part-submenu a:hover{
    color:#FFF;
    text-decoration:underline;

}
.anchor-spot{
    position:relative;
    height:0px;
    top:-90px;
}

.border-line.colour_class_106{
     background-color:#fb905a;
}
.border-line.colour_class_108{
    background-color:#c62640;
}
.border-line.colour_class_105{
     background-color:#ffbf4e;
}
.border-line.colour_class_107{
     background-color:#b7378c;
}
.border-line.colour_class_109{
    background-color:#14a1c4;
}
.border-line.colour_class_111{
     background-color:#cecece;
}
.border-line.colour_class_110{
     background-color:#1ebedb;
}
.border-line{
    height:5px;
    width:100%;
}

.template10 .border-line{
    height: 0;
}

.cta-panel h4{
color: #3f4b54;
font-weight: 400;
}

.cta-panel  a{
color: #3f4b54;
}

.id24 .part-submenu{
display:none; 
}



@media (min-width: 768px) {

   .cs-panel .img-fluid{
    height: 196px;
	}

}

@media (min-width: 992px) {
   .cs-panel .img-fluid{
	height: 171px;
	}

}

@media (min-width: 1200px) {
   .cs-panel .img-fluid{
	height: 214px;
	}

}