html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;  
    background-color: #fff;
    color: #000;
  }

  body.admin-bar {
    margin-top: 46px;
  }

  @media (min-width: 783px) {
    body.admin-bar {
        margin-top: 32px;
    }
  }
  
  a, a:hover, a:active, a:visited {
    text-decoration: none;
    color: inherit;
}

a, a:hover, a:active, a:visited {
    text-decoration: underline;
    color: #145569;
  }
  
  a:hover, a:focus {
    color: #b93296;
  }

p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.band-widget-content p:empty {
    display: none;
}

.b-t-h {
    border-top: #50c364 5px solid;
}

.band-widget-content h1 {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 44px;
    line-height: 55px;
    margin: 0 0 10px 0;
    border: none;
}

.main_body.highlight-first-para p:first-child {
    position: relative;
    font-size: 20px;
    margin: 50px 0 50px 0;
    background: #eff1f3;
    padding: 30px 20px 20px 20px;
}

.main_body.highlight-first-para p:first-child:before {
    border: #ffffff 4px solid;
    content: 'i';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #46c3d7;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF; 
}

.fs-38 {
    font-size: 38px !important;
    line-height: 40px !important;    
}

.fs-16, .fs-16 p {
    font-size: 16px;
    line-height: 24px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-t-20 {
    margin-top: 20px;
}

.pb-5625 {
    padding-bottom: 56.25%;
    background-size: cover;
}

sub {
    font-size: 70%;
}

strong, b {
    font-weight: 500;
}

ul li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

ul:not([class]) li {
    position: relative;
    padding: 0 0 10px 10px;    
    margin-bottom: 20px;
    margin-left: 20px;
    line-height: 25px;    
    list-style-type: disc;
}
  
  
ul:not([class]) li::marker {
    color: #46c3d7;
}

/* Lists */
.band-widget-content ul:not([class]) {
    list-style: none;
    margin: 20px 0 20px 0;
    padding: 0;
}
.band-widget-content ul:not([class]) li {
    position: relative;
    padding: 0 0 0 25px;
    margin-left: 0;
    line-height: 25px;
    font-weight: normal;
    list-style-type: none;
}

.band-widget-content ul:not([class]) li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.band-widget-content ul:not([class]) ul {
    list-style: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.table td, .table th {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    border: none;
}

.ve-menubar {
    background-color: #f8f9fa;
}

.navbar {
    padding: 2rem 1rem;
}

/* Main menu */
@media (max-width: 1199px) {

    .ve-menubar ul li {
        font-size: 16px;
        line-height: 20px;
    }

}

/* Flexbox columns */ 
.col-fb-1s {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}      
.col-fb-2s {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}     
.col-fb-3s {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}   
.col-fb-4s {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}         
.col-fb-5s {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {  
    .col-fb-sm-1s {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }      
    .col-fb-sm-2s {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }     
    .col-fb-sm-3s {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }   
    .col-fb-sm-4s {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }         
    .col-fb-sm-5s {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }             
}

@media (min-width: 1180px) {
    .col-fb-md-1s {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }      
    .col-fb-md-2s {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }     
    .col-fb-md-3s {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }   
    .col-fb-md-4s {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }         
    .col-fb-md-5s {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }           
}

.box-bg::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    top: 0;
    right: 15px;
    left: 15px;
    bottom: 0;
}

.content-boxes-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;    
}

.content-boxes-wdgt .portlet-collapse {
    text-decoration: none;
}

.content-boxes-accordions .role-box .panel-heading:before, .content-boxes-accordions .boxes-box .panel-heading:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    font-size: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    color: #2aacc0;
    width: 25px;
    height: 25px;
    text-indent: 6px;
    line-height: 27px;
}

.content-boxes-accordions .role-box .portlet-collapse.collapsed .panel-heading:before, .content-boxes-accordions .boxes-box .portlet-collapse.collapsed .panel-heading:before {
    content: "\f067";
}

.content-boxes-wdgt.content-boxes-accordions .box-title {
    margin: 0 15px;
}

.content-boxes-wdgt.content-boxes-accordions .boxes-box {
    height: auto;
    margin-bottom: 30px;
}

.pb-6 {
    padding-bottom: 5rem!important;
}

/*-------------> left navigation */
ul.nav_left
{
    width: 100%;
    font-family: 'Roboto';
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 14px;
}



ul.nav_left li
{
	/*margin: 0 0 1px 0;*/
	margin: 0;
    padding-left: 0;
}
ul.nav_left li a
{
	display: block;
	padding: 2px 30px 2px 10px;
	position: relative;
  text-decoration: none;
}

ul.nav_left li ul
{
	list-style: none;
	/*margin: 1px 0 0 0;*/
	margin: 0;
	padding: 0;
	display: none;
}
ul.nav_left li.current_page_ancestor > ul, ul.nav_left li.current_page_item > ul
{
	display: block;
}
ul.nav_left li ul li a
{
	padding-left: 18px;
}

ul.nav_left li ul li ul li a
{
	padding-left: 36px;
}
ul.nav_left li ul li ul li ul li a
{
	padding-left: 45px;
}
ul.nav_left li ul li ul li ul li ul li a
{
	padding-left: 54px;
}
ul.nav_left li ul.no_indent li a
{
	padding-left: 10px;
}
/* link states */
ul.nav_left li a
{
	color: #ffffff;
	background-color: #071920;
		
	display: block;
	padding: 8px 30px 5px 10px;
	position: relative;	
	
}


ul.nav_left > li:first-child > a {
    font-size: 22px;
    font-weight: 500;
    background-color: #071920;
    color: #FFFFFF;
    border-top: #50c364 5px solid;
    padding: 15px !important;
}

ul.nav_left > li:first-child > a.current {
  background-color: #071920 !important;
}

/*ul.nav_left li a.current {
	
	display: block;
	padding: 8px 30px 5px 10px;
	position: relative;		
	
}*/

ul.nav_left li a:hover, ul.nav_left li a:focus, ul.nav_left li a.focus, ul.nav_left li a.current {
	color: #071920;
	/*background-color: #999;*/
	/*background-image: url(../assets/images/hero-texture-bg.png);*/
	background-repeat: repeat;
  text-decoration: none;
}

ul.nav_left li a.clickable.open .nav-ctrl:before, ul.nav_left li a.clickable.current .nav-ctrl:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f068";
    font-size: 10px;
    position: absolute;
    left: 10px;
    line-height: 27px;
    top: 5px;
    bottom: 0;
    color: #FFFFFF;
}
ul.nav_left li a.clickable.open:hover .nav-ctrl:before, ul.nav_left li a.clickable.open:focus .nav-ctrl:before, ul.nav_left li a.clickable.open.focus .nav-ctrl:before {
    color: #FFFFFF;
}
ul.nav_left li a.clickable .nav-ctrl:before, ul.nav_left li a.clickable.closed .nav-ctrl:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  font-size: 10px;
  position: absolute;
  left: 10px;
  line-height: 27px;
  top: 5px;
  bottom: 0;
  color: #FFFFFF;
}
ul.nav_left li a.clickable.current .nav-ctrl:before, ul.nav_left li a.clickable:hover .nav-ctrl:before, ul.nav_left li a.clickable.closed:hover .nav-ctrl:before, ul.nav_left li a.clickable:focus .nav-ctrl:before, ul.nav_left li a.clickable.closed:focus .nav-ctrl:before {
    color: #FFFFFF;
}
ul.nav_left li.current_page_ancestor a.current .nav-ctrl:before, ul.nav_left li.current_page_ancestor a.open .nav-ctrl:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
    content: "\f068";
    font-size: 10px;
    position: absolute;
    left: 10px;
    line-height: 27px;
    top: 5px;
    bottom: 0;
    color: #FFFFFF;
}
ul.nav_left li.current_page_ancestor a.closed .nav-ctrl:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
    content: "\f067";
    font-size: 10px;
    position: absolute;
    left: 10px;
    line-height: 27px;
    top: 5px;
    bottom: 0;
    color: #FFFFFF;
}

ul.nav_left li a.current {
	background-color: #50c364;
	color: #FFFFFF;	
}

ul.nav_left li a:hover,
ul.nav_left li a:focus,
ul.nav_left li a.focus
{
    /*color: #FFFFFF;
	background-color: #50c364;
	*/
	color: #50c364;
	background-color: #071920;	
}

ul.nav_left li a.clickable:hover .nav-ctrl:before, ul.nav_left li a.clickable.open:hover .nav-ctrl:before, ul.nav_left li a.clickable.closed:hover .nav-ctrl:before,
ul.nav_left li a.clickable:focus .nav-ctrl:before, ul.nav_left li a.clickable.open:focus .nav-ctrl:before, ul.nav_left li a.clickable.closed:focus .nav-ctrl:before {
    color: #FFFFFF;	
}


ul.nav_left li ul li a,
ul.nav_left li ul li ul li a
{
	color: #FFFFFF;
	background-color: #071920;	
}
ul.nav_left li ul li a:hover,
ul.nav_left li ul li a:focus,
ul.nav_left li ul li a.focus,
ul.nav_left li ul li a.current,
ul.nav_left li ul li ul li a:hover,
ul.nav_left li ul li ul li a:focus,
ul.nav_left li ul li ul li a.focus,
ul.nav_left li ul li ul li a.current
{
	color:#FFFFFF;
}

ul.nav_left li ul li a:hover,
ul.nav_left li ul li a:focus,
ul.nav_left li ul li a.focus,
ul.nav_left li ul li ul li a:hover,
ul.nav_left li ul li ul li a:focus,
ul.nav_left li ul li ul li a.focus
{
	color:#50c364;
}


/*-----------------------Back to Top --------------------------------------*/
.icon-top {
    display: none;
}

@media (min-width: 1180px) {
    .icon-top {
        display: block;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTFweCIgdmlld0JveD0iMCAwIDIwIDExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMCAxMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgaWQ9IkJHIiBkaXNwbGF5PSJub25lIj48cmVjdCBkaXNwbGF5PSJpbmxpbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMSIvPjwvZz48ZyBpZD0iTGF5ZXJfMiIgZGlzcGxheT0ibm9uZSI+PC9nPjxnIGlkPSJMYXllcl8xIj48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMTksMTAgMTAsMSAxLDEwICIvPjwvZz48ZyBpZD0iTGF5ZXJfMyIgZGlzcGxheT0ibm9uZSI+PC9nPjwvc3ZnPg==);
        background-repeat: no-repeat;
        background-position: center center;
    }

	.btn-top {
		bottom: 0px;
        right: 0;
		height: 60px;
		width: 60px;
	}

	.btn-top {
		background-color: #50c367;
		display: inline-block;
		opacity: 0;
		overflow: hidden;
		position: fixed;
		text-indent: 100%;
		-webkit-transition: opacity 150ms ease, visibility 150ms ease 0.3s;
		        transition: opacity 150ms ease, visibility 150ms ease 0.3s;
		visibility: hidden;
		white-space: nowrap;
        z-index: 11;
    }
    
    
	.btn-top:hover {
		background-color: #46c3d7;
	}
	.btn-top.btn-is-visible {
		/* the button becomes visible */
		visibility: visible;
		opacity: 1;
	}  
    
}

@media (min-width: 600px) {

    body.header-fixed header {
        width: 100%;
        z-index: 9999;
        position: fixed;    
    }

    body.header-fixed main {
        padding-top: 69px;
    }       

}

@media (min-width: 992px) {

    body.header-fixed main {
        padding-top: 48px;
    }    
    
}

@media (min-width: 1200px) {

    body.header-fixed main {
        padding-top: 52px;
    }    
    
}

.ve-utils-menu {
    text-align: right;
}

/* Utils menu */
.utils-menu {
    display: none;
}

@media (min-width: 1180px) {
    .utils-menu {
        display: inline-block;
        height: 30px;
        margin-bottom: 20px;
    }
    
    .utils-menu .menu {
        height: 30px;
        margin: 0;
    }
    
    .utils-menu .menu li {
        display: inline-block;
        text-align: left;
        line-height: 30px;
        margin: 0;
        background-color: #071920;
        /*background-image: url(../assets/images/hero-texture-bg.png);*/   
        cursor: pointer;
    }   
    
    
    
    .dark .utils-menu .menu li {
        background-color: rgba(255, 255, 255, 0.15);
        background-image: none; 
    }

    .utils-menu .menu li.facebook {
        background-color: #3b5998;
    }
    
    .utils-menu .menu li.twitter {
        background-color: #1da1f2;
    }
    
    .utils-menu .menu li.linkedin {
        background-color: #007bb5;
    }
    
    .utils-menu .menu li.instagram {
        background-color: #c32aa3;
    }
    
    .utils-menu .menu li.vimeo {
        background-color: #1AB7EA;
    }
    
    .utils-menu .menu li.youtube {
        background-color: #ff0000;
    }
    
    .utils-menu .menu li.pinterest {
        background-color: #bd081c;
    }
    
    .utils-menu .menu li.googleplus {
        background-color: #db4437;
    }    
    
    .utils-menu .menu li a {
        display: block;
        height: 30px;
        width: 30px;
        margin: 0;
        border-bottom: none !important;
        color: #FFFFFF !important;
    }
    
    .header .utils-menu .menu > li:hover > a, .header .utils-menu .menu > li > a.active, .header .utils-menu .menu > li.open > a, .header .utils-menu .menu > li.open > a.active {
        border: none !important;   
    }
    
    .utils-menu .menu li.icon {
        position: relative;
        width: 30px;
    }

    .utils-menu .menu li.icon a {
        text-indent: -9999px;
    }    

    .utils-menu .tooltip .tooltip-arrow {
        border-bottom-color: #145569;
    }
    
    .utils-menu .tooltip .tooltip-inner { 
        background-color: #145569;
    }      
    
    .utils-menu .menu li.icon a:before {
        font-family: "Font Awesome 5 Free";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        border-radius: 0;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 30px;
    }
    
    .utils-menu .menu li a:hover {
        background-color: #46c3d7;
    }    
    
    .dark .utils-menu .menu li a:hover {
        background-color: rgba(20, 85, 105, 0.5);
    }
    
    .utils-menu .menu li.facebook a:hover {
        background-color: #355088;
    }
    
    .utils-menu .menu li.twitter a:hover {
        background-color: #1a90d9;
    }
    
    .utils-menu .menu li.linkedin a:hover {
        background-color: #006ea2;
    }
    
    .utils-menu .menu li.instagram a:hover {
        background-color: #af2592;
    }

    .utils-menu .menu li.vimeo a:hover {
        background-color: #17a4d2;
    }
    
    .utils-menu .menu li.youtube a:hover {
        background-color: #e50000;
    }
    
    .utils-menu .menu li.pinterest a:hover {
        background-color: #aa0719;
    }
    
    .utils-menu .menu li.googleplus a:hover {
        background-color: #c53d31;
    }
    
    
    .utils-menu .menu li.facebook a:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f39e";
        text-indent: 11px;
    }
    
    .utils-menu .menu li.twitter a:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f099";
        text-indent: 9px;
    }
    
    .utils-menu .menu li.linkedin a:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f0e1";
        text-indent: 9px;
    }
    
    .utils-menu .menu li.instagram a:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f16d";
        text-indent: 9px;
    }
    
    .utils-menu .menu li.vimeo a:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f27d";
        text-indent: 6px;
    } 
    
    .utils-menu .menu li.youtube a:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f167";
        text-indent: 7px;
        font-size: 14px;
    }
    
    .utils-menu .menu li.pinterest a:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f231";
        text-indent: 9px;
        line-height: 33px;
    }
    
    .utils-menu .menu li.googleplus a:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f0d5";
        text-indent: 6px;
        font-size: 15px;
        line-height: 31px;
    }
    
    
    
    .utils-menu .menu li.stories a:before {
        content: "\f075";
        text-indent: 8px;
    }
    

    .utils-menu .menu li.contact a:before {
        content: "\f0e0";
        text-indent: 8px;
    }
    
    .utils-menu .menu li.search a:before {
        content: "\f002";
        font-weight: 900;
        text-indent: 8px;
    }

    .utils-menu .menu li.door a:before {
        content: "\f52b";
        font-weight: 900;
        text-indent: 8px;
    }

    .utils-menu .menu li.external-link a:before {
        content: "\f35d";
        font-weight: 900;
        text-indent: 8px;
    }    

    .utils-menu .menu li.broadcast-tower a:before {
        content: "\f519";
        font-weight: 900;
        text-indent: 8px;
    }  
    
    .utils-menu .menu li.question a:before {
        content: "\f128";
        font-weight: 900;
        text-indent: 10px;
    }      
    
    .utils-menu .menu li.sitemap a:before {
        content: "\f0e8";
        text-indent: 7px;
        font-weight: 900;        
    }  
    
    .utils-menu .menu li.list-ul a:before {
        content: "\f0ca";
        text-indent: 8px;
        font-weight: 900;        
    } 
    
    .utils-menu .menu li.link a:before {
        content: "\f0c1";
        text-indent: 8px;
        font-weight: 900;        
    }       
    
    .minimized .utils-menu {
        display: none;
    }     

    .utils-menu .menu li.green, .utils-menu .menu li.main-colour {
        background-color: #50c364;
    }   
    
    .utils-menu .menu li.green:hover, .utils-menu .menu li.main-colour:hover {
        background-color: #46c3d7;
    }     

}
  
.logo {
    background-image: url(../../assets/images/example-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 80px;    
}

h1 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    color: #145569;
    font-size: 26px;
    line-height: 28px;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0;
    margin: 0 0 40px 0;    
}

h1.headerText {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 22px;    
    max-width: 195px;
    border: none;
    padding: 0;
    margin: 0;
}

h1.headerText .part-one a {
    color: #FFFFFF;
    text-decoration: none;
}

h1.headerText span.part-two {
    display: none;
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;  
    font-weight: 400;      
}

@media (min-width: 977px) {  
    h1.headerText span.part-two {
        display: block;      
    }
}

@media (min-width: 768px) {    

    h1.headerText {
        font-size: 32px;
        line-height: 34px;      
        max-width: none;
    }
    
    h1.headerText span.part-two {
        font-size: 18px;
        line-height: 20px;
    }

}

@media (min-width: 992px) {

    .logo {
        width: 150px;
        height: 120px;    
    }

}

.embed-container {
    min-height: 400px;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}


footer p {
    margin-bottom: .25rem;
}

footer a, footer a:hover, footer a:active, footer a:visited {
    text-decoration: underline;
    color: #FFFFFF;
  }
  
  footer a:hover, footer a:focus {
    color: #4fbaae;
  }

.webinar-fixed-height {
    min-height: 1800px;
}

.webinar-fixed-height iframe {
    min-height: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
  
    .webinar-fixed-height {
        min-height: 1500px;
    }

}

/* list breadcrumb */
.ve-breadcrumbs {
    background-color: #145569;
}

.ve-breadcrumbs.ve-breadcrumbs-modal {
    background-color: #071920;
}

ul.list_breadcrumb
{
	display:block;
	width:100%;
	margin: 0 0 20px 0;
	list-style: none;
	overflow:hidden;
    padding: 0;
}
ul.list_breadcrumb.smaller_margin {
	margin: 0 0 15px 0;
}
ul.list_breadcrumb li
{
	display:block;
	float:left;
	margin: 0 5px 0 0;
	padding:0;
	background-repeat:no-repeat;
	/*background-position:0 4px;*/
    font-size: 14px;
    line-height: 15px;
}
ul.list_breadcrumb li.first
{
	padding:0;
}
ul.list_breadcrumb li.last
{
	background-position:0 -96px;
}

ul.list_breadcrumb.hide_last li.last {
  display: none;
}

ul.list_breadcrumb li
{
	color:#46c3d7;
}

/*.ve-breadcrumbs-modal ul.list_breadcrumb li
{
	color:#145569;
}*/

ul.list_breadcrumb li:after
{
    content: "/";
    margin-left: 5px;
	color:#46c3d7;
}
ul.list_breadcrumb li a
{
	color: #FFFFFF;
	font-weight: normal;
    text-decoration: none;
}

/*.ve-breadcrumbs-modal ul.list_breadcrumb li a
{
	color: #46c3d7;
}*/

ul.list_breadcrumb li a:hover,
ul.list_breadcrumb li a:focus
{
	color:#50c364;
}

/*.ve-breadcrumbs-modal ul.list_breadcrumb li a:hover,
.ve-breadcrumbs-modal ul.list_breadcrumb li a:focus
{
	color:#50c364 !important;
}

.ve-breadcrumbs-modal ul.list_breadcrumb li:after {
    color: #50c364 !important;
}*/

ul.list_breadcrumb li.last:after {
    display: none;
}

.ve-breadcrumbs-single-modal ul.list_breadcrumb li:first-child {
    display: none;
}

/* -------------------- Search ------ */

#search-overlay{
    display:none;
  }
  .search-block {
    position: fixed;
    top: 0;
    right: 0;
    bottom:0 ;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(7, 25, 32, 0.9);
    margin: 0;
    z-index: 9999;
    -webkit-transition: line-height 0.4s ease;
    transition: line-height 0.4s ease;

  }
  
  .search-block:before {
    content: '';
    display: inline-block;
    height: 400px;
    vertical-align: middle;
    margin-right: 0;
    /* Adjusts for spacing */
    /* For visualization 
    background: #808080; width: 5px;
    */
  }
  
  .search-centered {
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    max-width: 800px;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
  }
  
  #search-box {
    position: relative;
    width: 100%;
    margin: 0;
  }
  
  #search-form {
    height: 64px;
    background-color: #fff;
    overflow: hidden;
  }
  
  #search-text {
    border-width: 0;
    background: transparent;
  }
  
  #search-box input[type="text"] {
    width: 100%;
    padding: 20px;
    color: #071920;
    outline: none;
    font-size: 26px;
  }
  
  #search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 100px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-width: 0;
    background-color: #145569;
    cursor: pointer;
  }

  #search-button:hover {
    background-color: #50C364;
  }

  #search-close-btn{
    position: fixed;
    top: 1em;
    right: 1em;
    color: #E1241F;    
  }
  #search-close-btn:hover{
    color: #FF0000;
    cursor: pointer;
  }

  /* -------------------- Accordions */
.card {
    padding-bottom: 0;
    background: transparent;
    float: none;
    position: relative;
    border-radius: 0;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #d6d6d6;
}

.card.card-title {
    border: none;
}

.card.card-sub {
    border: none;
    border-top: 1px solid #d6d6d6;
}

.card-header {
    padding: 0;
    background-color: #145569;	
}

.card.card-title .card-header {
    background-color: transparent;	
    border: 0;
}

.card h2 {
	margin: 0;
	padding: 0;
	border: none;
}

.card h2 .btn {
	width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;	
}

.card.card-title .btn {
    position: relative;
	width: 100%;
	text-align: left;
	font-weight: 400;
	color: #071920;
	font-size: 44px;
    line-height: 55px;
    padding: 40px 0;
	letter-spacing: -0.009em;
	white-space: normal;
	padding-right: 55px;
}

.card.card-title .btn:hover {
    color: #50C367 !important;
}

.card.card-sub .btn {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 0;
    white-space: normal;
    font-weight: 400;
    padding-right: 25px;
    border: 0;
    outline: none;
    box-shadow: none;
}

.card.card-sub .btn.fs-18 {
    font-size: 18px;
}


.card h2 .btn:before {
    content: "\f067";
    position: relative;
    display: inline-block;
    bottom: 0.1em;
    margin-right: 10px;
    font-size: 74%;
    color: #FFFFFF;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card.card-title h2 .btn:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    margin-right: 0;
    right: 0;
    top: 0;
    color: #071920;
    font-size: 50px;
    background-image: url(../../assets/images/plus-green.png);
    background-image: url(../../assets/images/plus.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    width: 38px;
    opacity: 0.5;
}

.card.card-title h2:hover .btn:before {
    background-image: url(../../assets/images/plus-green.png);
    opacity: 1;    
}

.card h2 .btn.collapsed:before {
    color: #d9d9d9;
    transform: rotate(0deg); 
}

.card.card-title h2 .btn.collapsed:before {
    color: #071920;
    font-size: 50px;
}

.card.card-sub h4 .btn:before {
    content: "";
    position: absolute;
    display: block;
    bottom: auto;
    margin-right: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    color: #071920;
    line-height: 50px;
    font-size: 50px;
    background-image: url(../../assets/images/plus-grey.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    width: 20px;
    transform: rotate(45deg);
    transition: all 0.3s ease;    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}

.card.card-sub h4:hover .btn {
    color: #50C367 !important;
}

.card.card-sub h4:hover .btn:before {
    color: #145569;
    background-image: url(../../assets/images/plus-green.png);
}

.card.card-sub h4 .btn.collapsed:before {
    color: #071920;
    font-size: 50px;
}

.card.card-sub h4 .btn.collapsed:before {
    color: #d9d9d9;
    transform: rotate(0deg);
}

.card .card-body {
    padding: 10px;
    border-top: 1px solid #d6d6d6;
}

.card.card-title .card-body {
    padding: 0;
    border-top: none
}

.card.card-sub .card-body {
    border-top: none;
    padding: 10px 0;
}

/* Popovers */
.popover-footnote {
    font-size: 70%;
    color: #145569;
    cursor: pointer;
    text-decoration: underline;
}

.popover-footnote:hover, .popover-footnote:focus {
    color: #46c3d7;
}

.popover-header {
    margin: 0;
}

.popover-footnote .footnote-content {
    display: none;
}

.popover-body a, .popover-body a:link, .popover-body a:visited {
    color: #145569;
}

.popover-body a:hover, .popover-body a:focus {
    color: #46c3d7;
}

/* Map */
.map-btn {
    border: 1px solid #50c364;
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-size: cover;    
}

.map-btn:hover {
    border: 1px solid #46c3d7;  
}

.map-btn:hover .btn {
    background-color: #46c3d7;  
}

.map-btn img {
    width: 100%;
    height: auto;
}

/* tables */

table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  	width:100%;
}

table thead tr {
    background-color: #145569;
    color: #ffffff;
    text-align: left;
}
  

th,td {
    padding: 12px 15px;
}

  thead td{font-weight:400;font-size:1.2em;}
tbody td{font-weight:400;}
  
tbody tr {
    border-bottom: 1px solid #dddddd;
		background-color:white;
}

.stripedTable tbody tr:nth-of-type(even) {
    background-color: #f3f4f6;
}

tbody tr:last-of-type {
    border-bottom: 4px solid #145569;
}
  

tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
tbody th,td {
    font-weight: 400;
    border: #ccc 1px solid;
}

/*  Images */
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: white;
    text-align: center;
    background: #145569;
    font-size: 16px !important;
    padding: 10px 0 !important;
}
 /* Popovers */
.popover-footnote {
    font-size: 100%;
    color: #46c3d7 !important;
    cursor: pointer;
    text-decoration: none;
}
.popover-footnote:hover, .popover-footnote[aria-describedby] {
    color: #50c364 !important;
}
.popover-body {
    background: #145569;
    color: white;
}

.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
  border-top-color: #145569;
	bottom: 2px;
}

.popover-footnote-content .popover-body a, .popover-footnote-content .popover-body a:link, .popover-footnote-content .popover-body a:visited {
    color: #fff;
}


/* gen classes */
.bgf3f4f6{background:#f3f4f6;}
.bte66e0a{border-top:#e66e0a 5px solid;}
.bt50c364{border-top:#50c364 5px solid;}
.bt46c3d7{border-top:#46c3d7 5px solid;}
.btb93296{border-top:#b93296 5px solid;}

/* LAWW Behaviour Wheel */
.laww-bw-container {
    position: relative;
    overflow: hidden;
}

.laww-behaviour-wheel-wdgt .laww-bw-section h2 {
    font-weight: 300;
    font-size: 33px;
    line-height: 37px;
    margin: 0;   
}

.laww-behaviour-wheel-wdgt .laww-bw-section h3 {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    margin: 0; 
    color: #145569;  
}

.laww-behaviour-wheel-wdgt .laww-bw-section.green-section h2 {
    color: #50c364;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.blue-section h2 {
    color: #00a7d7;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.pink-section h2 {
    color: #c54793;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.twilight-section h2 {
    color: #145569;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.midnight-section h2 {
    color: #071920;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.orange-section h2 {
    color: #e3670e;
}

.laww-behaviour-wheel-wdgt .laww-bw-section .level-title {
    display: flex;    
    border-top: 2px solid #145569;
    border-bottom: 2px solid #145569;
    padding: 10px 0;
    color: #145569;
    width: 100%;
    align-items:center;
    justify-content:center;    
}

.laww-behaviour-wheel-wdgt .laww-bw-section .level-title p {
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.green-section .level-title {
    border-top: 2px solid #5eb456;
    border-bottom: 2px solid #5eb456;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.blue-section .level-title {
    border-top: 2px solid #00a7d7;
    border-bottom: 2px solid #00a7d7;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.pink-section .level-title {
    border-top: 2px solid #c54793;
    border-bottom: 2px solid #c54793;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.twilight-section .level-title {
    border-top: 2px solid #145569;
    border-bottom: 2px solid #145569;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.midnight-section .level-title {
    border-top: 2px solid #071920;
    border-bottom: 2px solid #071920;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.orange-section .level-title {
    border-top: 2px solid #e3670e;
    border-bottom: 2px solid #e3670e;
}

.laww-behaviour-wheel-wdgt .laww-bw-section .laww-bw-col {
    display: flex;
}

.laww-behaviour-wheel-wdgt .laww-bw-section .main-col {
    display: flex;    
    background-color: #145569;
    padding: 20px;
    margin: 30px 0 0 0;
    min-height: 125px;
    color: #FFFFFF;
    align-items:center;
    justify-content:center;    
    width: 100%;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.green-section .main-col {
    background-color: #5eb456;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.blue-section .main-col {
    background-color: #00a7d7;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.pink-section .main-col {
    background-color: #c54793;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.twilight-section .main-col {
    background-color: #145569;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.midnight-section .main-col {
    background-color: #071920;
}

.laww-behaviour-wheel-wdgt .laww-bw-section.orange-section .main-col {
    background-color: #e3670e;
}

.laww-behaviour-wheel-wdgt .laww-bw-section .main-col p {
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    line-height: 19px;   
    margin: 0;
}

.laww-behaviour-wheel-wdgt .laww-bw-section .content-col {
    display: flex;    
    background-color: #f3f4f6;
    padding: 20px;
    margin: 30px 0 0 0;
    min-height: 125px;
    color: #145569;
    align-items:center;
    justify-content:center;   
    width: 100%; 
}

.laww-behaviour-wheel-wdgt .laww-bw-section .content-col p {
    font-weight: 300;
    text-align: center;
    font-size: 15px;
    line-height: 19px;   
    margin: 0;
}

.bw-container svg {
    width: 100%;
    height: 650px;
    margin: auto;
    display: block;
}

.bw-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    color: #145569;
}

.bw-icon:hover, .bw-icon:focus {
    text-decoration: none;
    color: #b93296;
}

.bw-icon-home {
    background-image: url(../../assets/images/icons/home.png);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.bw-icon-prev::before {
    content: "\f137";
    font-family: "Font Awesome 5 Free";
    font-size: 32px;
    font-weight: 900;
    color: #145569;    
}

.bw-icon-prev:hover::before {
    color: #b93296;    
}

.bw-icon-next::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-size: 32px;
    font-weight: 900;
    color: #145569;    
}

.bw-icon-next:hover::before {
    color: #b93296;    
}

.laww-bw-section {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.laww-bw-section.hide {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
}

/* Polls */

.poll-wdgt .gform_wrapper.gravity-theme .gfield_label, .ve-poll-container .gform_wrapper.gravity-theme .gfield_label {
    line-height: 20px;    
}

.poll-wdgt .gchoice, .poll-wdgt .gchoice label, .ve-poll-container .gchoice, .ve-poll-container .gchoice label {
    margin-bottom: 5px;
}

.ve-poll-container.hide-stats .poll-stats, .ve-poll-container.hide-stats .poll-stats-text {
    display: none;
}

.poll-stats-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.poll-stats-container .chart-embed { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

/* Slider polls */
.band_slider_screen_embed .poll-modal-link .role-box {
    margin: 15px 0;
}

.poll-stats-title {
    position: absolute;
    top: 0;
    z-index: 999999;
    color: #FFFFFF;
    background-color: #145569;
    width: 100%;
    height: 70px;
    font-size: 60px;
    line-height: 64px;
    text-align: center;
}

.band_slider_screen_embed .poll-stats-container.has-title {
    margin-top: 65px;
}

.band_slider_screen_embed .poll-stats-container::before {
    content: "\f200";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #e8e9ed;
    font-size: 185px;
    line-height: 200px;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -75px;

    animation-name: poll-slider-color;
    animation-duration: 2s;
    animation-iteration-count: infinite;    
}

.band_slider_screen_embed .poll-stats-container.has-title::before {
    margin-top: -95px;    
}

.band_slider_screen_embed .poll-stats-container.loaded::before {
    opacity: 0;
}

@keyframes poll-slider-color {
    0% {
      color: #e8e9ed;
    }
    50% {
      color: #a2a3a6;
    }
    100% {
      color: #e8e9ed;
    }
  }

.band_slider_screen_embed .poll-stats-container .chart-embed { width: 720px !important; height: 470px !important; }
.band_slider_screen_embed .poll-modal-link {display: inline;}

/* Webinar widget */

.webinars-wdgt .btn-group-toggle .btn {
    background-color: #145569;
    border-color: #145569;
}

.webinars-wdgt .btn-group-toggle .btn.active {
    background-color: #1c7894;
    border-color: #1c7894;
}

.webinars-wdgt .ve-webinar-label, .webinars-wdgt .ve-webinar-label:link, .webinars-wdgt .ve-webinar-label:visited, .webinars-wdgt .ve-webinar-label:hover, .webinars-wdgt .ve-webinar-label:focus {
    text-decoration: none;
    color: #071920;
}

.webinars-wdgt .we-webinar-border {
    height: 15px;
    background-color: #145569;
}

.webinars-wdgt .we-webinar-title {
    margin-bottom: 0;
}

.webinars-wdgt .we-webinar-type {
    background-color: #145569;
    padding: 10px;
}

.webinars-wdgt .we-webinar-url, .webinars-wdgt .we-webinar-url:link, .webinars-wdgt .we-webinar-url:visited, .webinars-wdgt .we-webinar-url:focus, .webinars-wdgt .we-webinar-url:hover {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    background-color: #b93296;
    color: #FFFFFF;
    text-decoration: none;
}

.webinars-wdgt .ve-webinar-label:hover .we-webinar-url {
    background-color: #46c3d7;
    color: #FFFFFF;
}

.webinars-wdgt .ve-webinar-desc {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
}

.webinars-wdgt .ve-webinar-desc p, .webinars-wdgt .ve-webinar-desc li {
    font-size: 16px;
    line-height: 20px;
}

.webinars-wdgt .ve-webinar-desc ul:not([class]) li {
    position: relative;
    padding: 0 0 10px 10px;
    margin-bottom: 0;
    margin-left: 20px;
    line-height: 25px;
    list-style-type: disc;
}

.featured-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 56.25%;
}

@media (min-width: 1031px) {
    .featured-image {
        padding-bottom: 0;
        height: 400px;
    }
}

h2.button-h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
}

ul.decisionButtons li, ul.utilButtons li {
    padding: 0 0 10px 0;
    margin-bottom: 5px;
    margin-left: 0;
    line-height: 25px;
    font-weight: 400;
    font-size: 18px;
}

ul.utilButtons {
    display: flex;
}

ul.utilButtons li {
    display: inline;
    margin: 0 10px 0 0 !important;
}

hr.button-divider {
    margin-bottom: 2rem;
}

ul.decisionButtons li .button-wrapper a, ul.utilButtons li .button-wrapper a {
    text-transform: none !important;
    text-decoration: none;
    font-size: 16px !important;    
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #145569;
    background: transparent;
    border: 1px solid #145569;
    height: 36px;
    padding: 0px 24px;
    font-size: 12px;
    border-radius: 32px;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, width 0.2s ease 0s, height 0.2s ease 0s, padding 0.2s ease 0s, margin 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    cursor: pointer;
    outline: none;
    font-weight: 400;
    user-select: none;
}

ul.decisionButtons li .button-wrapper a:hover, ul.utilButtons li .button-wrapper a:hover {
    background: #50c364;
    border: 1px solid #50c364 !important;
    color: #ffffff !important;
}

ul.decisionButtons li .button-wrapper a .button-style, ul.utilButtons li .button-wrapper a .button-style {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

ul.decisionButtons li .button-wrapper a .button-style svg {
    color: #FFFFFF;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    margin-right: -32px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-4px, 0px, 0px);
    transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s, margin-right 0.3s ease 0s, transform 0.4s ease 0s;
}

ul.decisionButtons li .button-wrapper a:hover .button-style svg, ul.decisionButtons li .button-wrapper a:focus .button-style svg {
    opacity: 1;
    visibility: visible;
    margin-right: -12px;
    transform: translate3d(0px, 0px, 0px);
}


.decisionButtons.tiles .buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.decisionButtons.tiles .buttons-wrapper a {
    width: calc(50% - 12px);
    margin-right: 24px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(248, 248, 249);
    color: rgb(38, 40, 46);
    border-radius: 4px;
    text-decoration: none;
    padding: 16px 56px 16px 24px;
    font-size: 16px;
    box-shadow: none;
    transition: box-shadow 0.2s ease 0s;
    margin-bottom: 24px;
    min-height: 72px;
    line-height: 24px;
    gap: 16px;    
}

.decisionButtons.tiles .buttons-wrapper a:nth-child(2n) {
    margin-right: 0px;
}

.decisionButtons.tiles .buttons-wrapper a svg {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate3d(-25%, -50%, 0px);
    opacity: 0;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.decisionButtons.tiles .buttons-wrapper a:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px 0px;
}

.decisionButtons.tiles .buttons-wrapper a:hover svg {
    opacity: 1;
    transform: translate3d(0%, -50%, 0px);
}

.checklist {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05px;
}

.checklist .checklist-item {
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    line-height: 24px;
    width: fit-content;
    transition: box-shadow 0.2s ease 0s;
    padding: 12px;    
}

.checklist .checklist-item:hover {
    background: rgb(248, 248, 249);
    border-radius: 4px;
}

.checklist .checklist-item .checklist-icon-wrapper {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    margin-left: 0px;
    margin-right: 16px;    
}

.checklist .checklist-item .checklist-icon-wrapper .checklist-icon {
    transition: opacity 0.4s ease 0s;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.checklist .checklist-item .checklist-icon-wrapper .checklist-icon path[class*="circle"] {
    fill: rgb(211, 213, 218);
}

.checklist .checklist-item .checklist-icon-wrapper .checklist-icon path[class*="tick"] {
    fill: rgb(80, 195, 100); 
    opacity: 0;
}

.checklist .checklist-item.checked .checklist-icon-wrapper .checklist-icon path[class*="circle"] {
    fill: rgb(80, 195, 100);
    fill-rule: nonzero;    
}

.checklist .checklist-item.checked .checklist-icon-wrapper .checklist-icon path[class*="tick"] {
    fill: rgb(255, 255, 255); 
    opacity: 1;
}

.checklist .checklist-item.checked .item-text {
    background-image: linear-gradient(rgb(191, 193, 198), rgb(191, 193, 198));
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    color: rgb(191, 193, 198);
    transition: background-size 0.4s ease 0s, color 0.4s ease 0s;
    transform-origin: 50% 50% 0px;
}

.checklist .checklist-item.checked:hover .item-text {
    background-size: 0% 1px;
    color: rgb(38, 40, 46);
}

/* Site map */
ul#sitemap {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#sitemap li {
    list-style: none;
    position: relative;
    padding-bottom: 0;
    padding-left: 20px;
    margin-bottom: 15px;
    margin-left: 10px;
}

ul#sitemap li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 1px;
}

ul#sitemap li ul.children {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.full-height-m-header {
    height: calc(100vh - 60px);
}

@media (min-width: 1180px) {
    .full-height-m-header {
        height: calc(100vh - 52px);
        min-height: 650px;
    }    
}

.video-fw-bg-container {
	position: relative;
	height: 400px;	
}

@media (min-width: 1180px) {
	.video-fw-bg-container, .video-fw-bg-container-600 {
		height: 600px;
    }
	.video-fw-bg-container-500 {
		height: 500px;
    }    
	.video-fw-bg-container-400 {
		height: 400px;
    }     
	.video-fw-bg-container-300 {
		height: 300px;
	}      
}

.video-fw-bg-wrapper {
	overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	left: 0;
 }

 .video-fw-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;    
    z-index: 1;
 }

.video-fw-bg-mob-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;    
    z-index: 1;
 }

@media (min-width: 768px) {
    .video-fw-bg-mob-image {
        display: none;
     }
}

 .video-fw-bg-wrapper .video-fw-bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(7, 25, 32, 0.4);
    z-index: 2;	 
 }

 .video-fw-bg-wrapper iframe,  .video-fw-bg-wrapper video {
	width: 100vw !important;
	height: 56.25vw !important; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
 }




 .video-fw-bg-wrapper .hero-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -35px;
    z-index:3;
}

.video-fw-bg-wrapper .spinner {
  /*margin: 100px auto 0;*/
  margin: 0;
  width: 70px;
  text-align: center;
}

.video-fw-bg-wrapper .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #46c3d7;

  border-radius: 100%;
  display: inline-block;
  -moz-animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.video-fw-bg-wrapper .spinner .bounce1 {
    -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.video-fw-bg-wrapper .spinner .bounce2 {
    -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-moz-keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  } 40% {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.hide-opacity {
    opacity: 0;
}

 .video-fw-content-wrapper {
    position: absolute;
    top: 20%;
    z-index: 2;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 400px;
 }

 .video-fw-content-wrapper h1 {
    display: inline-block;
    float: left;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    font-size: 60px;
    line-height: 100px;
    vertical-align: top;
 }

 .video-fw-content-wrapper .video-fw-content-divider {
    display: inline-block;
    float: left;    
    background-color: #FFFFFF;
    margin: 0;
    width: 95%;
    height: 2px;
    max-width: 350px;
 }

.video-fw-content-wrapper p {
    display: inline-block;
    float: left;    
	color: #FFFFFF;
	text-align: left;
	margin-top: 15px;
	width: 300px;
	font-size: 28px;
	line-height: 32px;
	vertical-align: top;
}

.video-fw-content {
    z-index: 3;
}

.video-fw-content-border {
    border-top: 1px solid #FFFFFF;
    padding-top: 10px;
    margin-top: 10px;
    display: inline-block;
}

.link-box {
    display: block;
    max-width: 255px;
    /*min-height: 90px;*/  
    line-height: 25px;
    padding: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;  
    margin: 15px;  
    z-index: 3;
}

.link-box:link, .link-box:visited, .link-box:hover, .link-box:active {
    color: #FFFFFF;
}

.link-box span {
    display: inline-block;
    vertical-align: middle;    
}

.video-fw-scroll-down, .video-fw-scroll-down:link, .video-fw-scroll-down:visited, .video-fw-scroll-down:hover, .video-fw-scroll-down:focus {
    z-index: 2;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
    color: #FFFFFF;
    font-size: 30px;    
    display: none;
}

.video-fw-scroll-down.always-show, .video-fw-scroll-down.always-show:link, .video-fw-scroll-down.always-show:visited, .video-fw-scroll-down.always-show:hover, .video-fw-scroll-down.always-show:focus {   
    display: inline-block !important;
}

@media (min-width: 1180px) and (max-height: 800px) {
    .video-fw-scroll-down, .video-fw-scroll-down:link, .video-fw-scroll-down:visited, .video-fw-scroll-down:hover, .video-fw-scroll-down:focus {   
        display: inline-block;
    }
}

@media (min-width: 768px) {

	.video-fw-content-wrapper {
        top: 35%;
        padding: 0;
        max-width: none;
    }

	.show-flight-stats .video-fw-content-wrapper {
        top: 30%;
    }    
    
    .full-height-m-header .video-fw-content-wrapper {
        top: 20%;
     }    

	.video-fw-content-wrapper h1 {
        float: none;
		font-size: 60px;
		line-height: 100px;
		}

	 .video-fw-content-wrapper .video-fw-content-divider {
        float: none;
		width: 2px;
		height: 100px;
		margin: 0 30px 0 35px;
	}	 
	
	.video-fw-content-wrapper p {
        float: none;	
		margin-top: 15px;
		width: 300px;
		font-size: 28px;
		line-height: 32px;
	}

}


@media (min-width: 1180px) {
    .show-flight-stats .video-fw-bg-wrapper .hero-loading {
        top: 38%;
    }
}

@media (min-width: 1405px) {

	.video-fw-content-wrapper {
		top: 35%;
		width: 100%;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
    }	
    
    .full-height-m-header .video-fw-content-wrapper {
        top: 20%;
     }  
     
     .show-flight-stats .video-fw-content-wrapper {
        top: 25%;
    }       

	.video-fw-content-wrapper h1 {
		font-size: 100px;
		line-height: 150px;
		text-align: center;
		vertical-align: top;
	}

	.video-fw-content-wrapper .video-fw-content-divider {
		width: 2px;
		height: 150px;
		margin: 0 30px 0 35px;		
	 }	 
	
	.video-fw-content-wrapper p {
		margin-top: 30px;
		width: 400px;
		font-size: 39px;
		line-height: 45px;
		vertical-align: top;
	}

}


.image-fw-bg-container {
	position: relative;
	height: 200px;	

	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;	
}

@media (min-width: 1180px) {
	.image-fw-bg-container {
		height: 400px;
	}
}

.image-fw-content-wrapper {
 	position: absolute;
    top: 30%;
    left: 50%;
    right: 50%;
    margin-left: -200px;
    width: 400px;
	text-align: center;
 }

.image-fw-content-wrapper h1 {
	display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    padding: 10px;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.image-fw-content-wrapper p {
	display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    margin-top: 15px;
    width: 100%;
    color: #FFFFFF;
}

.full-height {
    height: 100% !important;
}

.no-padding {
    padding: 0;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}