/**@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');**/
/**
#2DCCD3 blue
#F2F2F0 creamy white
#D9D9D6 light grey
#75787B grey
#212721 dark grey
#B1E4E3 light blue
#71DBD4 cyan
#0047BB acid blue
#002F6C dark blue
**/

@font-face{
	font-family: 'Montserrat';
	src:url('../../../theme/fonts/client/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-optical-sizing: auto;
    font-style: normal;
}

body,
h1,h2,h3,h4,h5,h6{
  	font-family: 'Montserrat', sans-serif !important;
}
body{
  	font-size:15px;
  	line-height: 1.5em;
  	font-weight: 400; 
}
h1{
    font-size:30px; 
    font-weight: 600;  
}
h2{
    font-size:26px; 
    font-weight: 600;
}
h3 {
  font-size: 18px;
  font-weight: 500;
}
a {
  color: #2DCCD3;
}

.gridTiles .tile-item .tile-image-wrapperX {
    border-radius: 3px;
}

#loader .loading-spin {
    border-top: 12px solid #2DCCD3;
}

#loader .loading-copy {
    color:#2DCCD3;
}

/** NAVIGATION **/
#cookies a {
  color: #2DCCD3;
}
.privacy-cookie-toggle.selected {
    background: #2DCCD3;
}
/*** navbar navbar-default navbar-fixed-top navbar-inverse ***/
.navbar{
	background:none;
	border:none;
	font-size:16px;
}
.header-background{
    background:#000;
    opacity: 1;
    position:absolute;
    width:100%;
    height:100%;
}
.header-background.scrolled{
    opacity: 0.75;
}
.navbar .container-header{
    display: flex;
    justify-content: space-between; 
    padding-top: 10px;
    padding-bottom: 10px;
}

/*** navbar-top navbar-bottom ***/
.navbar-top,
.navbar-bottom{
	width:auto;
	flex-grow: 1;
	margin-top: 0px;
}
.navbar-bottom{
	flex-grow: 2;
}
/*** navbar-logo ***/
.navbar-top .navbar-logo img {
  max-width: 120px;
}

.navbar-bottom,
#toolnavwrapper {
  padding-top: 10px;
}

.navbar-inverse .navbar-toggle {
  top: 10px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #2DCCD3;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar{
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:focus .icon-bar{
    background-color: #2DCCD3;
}

@media (max-width: 992px) {
    .navbar .container-header{
        display: inline-block;
        width: 100%;
    }

    /*** navbar-top navbar-bottom ***/
    .navbar-top,
    .navbar-bottom{
	    width: 100%;
    }
    #nav {
        margin-top: 50px;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
    }
    #toolnavwrapper {
        padding-top:0;
    }
}


.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: 700;
    padding-right: 4em;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li.open > a, 
.navbar-inverse .navbar-nav > li.open > a:hover, 
.navbar-inverse .navbar-nav > li.open > a:focus,
.navbar-inverse .navbar-nav > li.active > a, 
.navbar-inverse .navbar-nav > li.active > a:hover, 
.navbar-inverse .navbar-nav > li.active > a:focus{
	color:#75787B;
}
.navbar-inverse .navbar-nav > li.active-news a{
	color:#75787B;
}

#toolnavwrapper .tool-nav{
	color:#fff;
}
#toolnavwrapper .tool-nav:hover,
#toolnavwrapper .tool-nav:focus{
	color:#75787B;
}

#toolcontentwrapper #searchField {
  font-size: 1em;
}

/** FOOTER **/
#myfooter.footer {
    background: #000;
}
.footer-links a:hover,
.footer-links a:focus{
	color:#75787B;
}

/** HOME **/

#latest {
  background: #F2F2F0;
}

.linkedin .home-social-icon {
  color: #000;
  margin-left: 5px;
  font-size: 1.2em;
  font-weight: 500;
}

.carousel-static-heading{
    font-size:30px; 
    font-weight: 400;
}

.carousel-text {
  border-top: none;
}
.carousel-title h1 {
    font-size:30px; 
    font-weight: 400;
    position:relative;
}

.carousel-box{
	padding-top: 100px;
    padding-bottom: 30px;
    margin-top: -130px;

	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(60%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.carousel-section .slick-dots li button,
.carousel-section .slick-dots li.slick-active button{
	background:#2DCCD3;
}

#quicklinks .gridTiles .tile-item .tile-content {
    color: #212721;
    font-weight: 500;
    font-size: 1.2em;  
}
.gridTiles .tile-item .tile-content {
    color: #212721;
}

/*** NEWS ***/

.newsfilterpage .match-toggle.selected {
  background: #2DCCD3;
}

.gridTiles .tile-item .news-listing-headline {
    color: #212721;
    font-weight: 500;
    font-size: 1.2em;
}
.gridTiles .tile-item .news-listing-date {
    color: #75787B;
    font-size: 0.8em;
}
.gridTiles .tile-item .news-listing-asset-count {
    color: #212721;
    font-size: 0.7em;
    margin-bottom: 5px;
}
.gridTiles .tile-item .news-listing-asset-count .asset_type_d::before,
.gridTiles .tile-item .news-listing-asset-count .asset_type_i::before,
.gridTiles .tile-item .news-listing-asset-count .asset_type_v::before{
    color:#212721;
    font-size: 1em;
}


/*** TABBED PAGE ***/
.tabpage #tabmenu .tablink:hover,
.tabpage #tabmenu .tablink:focus{ 
	color:#2DCCD3;
}
.tabpage #tabmenu .desktop .tablink.active{ 
	color: #000;
	border-bottom: solid 3px #2dccd3;
}

@media screen and (max-width: 767px){

	.tabpage #tabmenu .mobile .tablink.active { 
	    color: #2DCCD3;
    }
	
	.tabpage #tabmenu .mobile .tablink:hover,
	.tabpage #tabmenu .mobile.toggled.active .jumpto{
		color:#2DCCD3;
		text-decoration:none !important;
	}

}

.subdropbtn {
    background-color: #2DCCD3;
}


.tabpage #sectionContentSpecs th,
.tabpage #sectionContentSpecs td{
    padding:10px 20px;
    border: thin #666 solid;
}

.tabpage #sectionContentSpecs th p,
.tabpage #sectionContentSpecs td p{
    margin:0;
}

/*** ASSETS ***/
.asset-display .tile-item .basket {
    background: #2DCCD3;
}
#toolnavwrapper .tool-nav.basket .circle {
  background: #2DCCD3;
}
p.caption {
    line-height: 1.25em;
}

#epa-light-box .light-box-nav {
    position: absolute;
    top: calc(50% - 25px);
}

/*** LIGHTBOX ***/
#epa-light-box a.light-box-prev:hover,
#epa-light-box a.light-box-prev:focus, 
#epa-light-box a.light-box-next:hover,
#epa-light-box a.light-box-next:focus {
	color:#2dccd3;
}
#epa-light-box a.light-box-prev i:hover, 
#epa-light-box a.light-box-next i:hover,
#epa-light-box a.light-box-prev i:focus, 
#epa-light-box a.light-box-next i:focus{
    color:#2DCCD3;
}


/*** BASKET ***/
.basket-content .zip-label, 
.basket-content .zip-share-label {
    font-size: 10px;
}
.basket-content .zip-toggle-wrapper.zipped .zip-toggle,
.basket-content .zip-share-toggle-wrapper.zipped .zip-share-toggle{
	background:#2DCCD3;
}

.invert-toggle-wrapper, 
.invert-share-toggle-wrapper, 
.res-toggle-wrapper, 
.res-share-toggle-wrapper {
    color: #2DCCD3;
}
.invert-toggle,
.invert-share-toggle,
.res-toggle,
.res-share-toggle{
	background:#2DCCD3;
}
.res-label, 
.res-share-label {
    font-weight: 600;
}
.zip-total {
    color: #2DCCD3;
}
.bulk-basket-buttons a.clipboard .circle {
    background: #2DCCD3;
}
.bulk-basket-buttons #copylink.selected .share-link {
    background: #2DCCD3;
}
.ewrholder-inner .ewrbtncancel::before {
    color: #2DCCD3;
}

/*** CONTACTS ***/
.contacts table{
    width:100%;
}

.contacts table tr th, 
.contacts table tr td {
    border: thin solid #D9D9D6;
    padding:10px;
}
.contacts table tr:first-child th, 
.contacts table tr:first-child td{
   border-top: none; 
}
.contacts table tr:last-child th, 
.contacts table tr:last-child td{
   border-bottom: none; 
}
.contacts table tr th:first-child, 
.contacts table tr td:first-child{
   border-left: none; 
   padding-left:0px;
}
.contacts table tr th:last-child, 
.contacts table tr td:last-child{
   border-right: none; 
}

/*** SEARCH ***/
.search .sisea-highlight, 
.simplesearch-highlight, .highlight {
    background: #2DCCD3;
}

.pagination > li.active > a, 
.pagination > li.active > span, 
.pagination > li.active > a:hover, 
.pagination > li.active > span:hover, 
.pagination > li.active > a:focus, 
.pagination > li.active > span:focus {
    background-color: #2DCCD3;
}


/*** REGISTRATION***/
.alerts .update-message, 
.update-profile .updprof-success, 
.update-profile .updprof-error, 
.pw-success {
    color: #2DCCD3;
}