#myPage,#myPageTTO{background-repeat:no-repeat}.carousel .carousel-indicators li {border:2px solid rgb(54,58,63);width:20px;height:20px;border-radius:100%;background-color: rgb(54,58,63);}#headliners,.btn{background-color:#fff}h2,h4{margin-bottom:30px}#cookie-law p,#mce-EMAIL,.dropdown-menu,.form-control,.nav-item,.navbar{font-family:Lato,Helvetica,Arial}.item span,.links a,a:hover{font-style:normal}#news .card-text,footer i{font-size:20px}.btn-link,.links,a,a:hover,footer a,footer a:hover,footer i,h1{color:#23a9da}body,p{font:300 17px/1.8 Lato,Helvetica,Arial;color:#a9a9a9;font-display:auto}.toast{position:absolute;z-index:10000;top:320px;right:100px}.links{font-style:italic}.top-section{content-visibility:auto;contain-intrinsic-size:1px 5000px}.links a,a:hover{color:#23a9da}h1{font-weight:300;font-size:3.5em}
.dropdown-item a {
  color: white!important;
}
* {
  box-sizing: border-box;
}
#dropList{

  background-color: #333!important;
  border: none;
    color: #23a9da;

}
#dropList:hover{
border: none;
  color: white;
  text-decoration: underline;
  
}
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #23a9da !important; 
  color: #ffffff; 
}

.entry{width: 100px;}
.entry{border-radius: 12px 12px 0 0!important;border: 1px solid #d3d3d3;}

div.block-ellipsis-small {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}
div.block-ellipsis-big {
  display: block;
  display: -webkit-box;
  max-width: 80%;
  height: 40px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
  color: #23a9da;
  font-weight: bold;
}

.block-ellipsis-big > span {

  color: grey;
  font-weight: normal;

}
div.block-ellipsis-big:hover{
display: block;
  display: -webkit-box;
  max-width: 80%;
  height: 135px;
  margin: 0 auto;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}
.typeBar {
  background-color:#99c561;
}
.typeBarOut {
  background-color:#E37839;
}
.typeBarComm {
  background-color:#5ab9b5;
}
#keywords{
  text-transform: lowercase;
  font-weight: 300;
  border: none;
  border-radius: 0px;
}
li {list-style-type:square;
}
#magnifyGlass{
  background-color:#23a9da;color:white
}
#myInput {
  width: 98%;
}
#loginform input {border-radius: 12px;}
#loginform input::placeholder,.form-control::placeholder, input::placeholder {
  font-family: Lato;
  font-weight: 300;
  color:  grey;
}

#toastBtn,#toastBtn button, #callBtn, #callBtn button {
  background-color: white;
  border: 1px solid #23a9da;
  color: #23a9da;
 
}
#toastBtn:hover,#toastBtn button:hover, #callBtn:hover, #callBtn button:hover {
  background-color: #23a9da;
 border: 1px solid white;
 color: white;

}
/* Navbar container */
.navbarA {
  overflow: hidden;
  background-color: #333;
  font-family: Lato;
}
.navbar-toggler {
	color: white!important;
}
/* Links inside the navbar */
.navbarA a {
  float: left;
  font-size: 16px;
  color: #23a9da;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
/* The dropdown container */
.dropdownA {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdownA .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: #23a9da;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbarA a:hover, .dropdownA:hover .dropbtn {
  background-color: #23a9da;
    color: white;
    border-radius: 12px 12px 0 0;

}

/* Dropdown content (hidden by default) */
.dropdown-contentA {
  display: none;
  position: absolute;
  background-color: #333;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Mega Menu header, if needed */
.dropdown-contentA .header {
  background: #23a9da;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdownA:hover .dropdown-contentA {
  display: block;
}

/* Create three equal columns that float next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
  background-color: #333;
  height: auto;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: #23a9da;
  padding: 10px;
  font-size: 1em;
  line-height: 1.1;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: rgb(54,58,63);
  color: white;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
#header .row{margin-right:-5px;margin-left:-5px}
		#header .col,#header .col-auto{padding-right:5px;padding-left:5px}
		#header_top{height:60px}
    #header_logo a:hover,#header_logo img:hover{outline: 1px solid white!important;}
		#header_logo_left{float:left}
		#header_logo_right{display:none}
		#header_cart{position:relative}
		#header_bottom a{display:block;line-height:36px}
		#header_bottom a:hover{text-decoration:none;background-color: #23a9da;}
		#header_nav{clear:both}
		#header .collapsing{position:initial;height:initial;overflow:initial;}
		#header_nav a{color:#23a9da!important}
		#header_nav a:hover{color: white!important}
		#header_cart{float:right;}
		.dropdown-menu {max-height: 820px;overflow: scroll;}
		@media screen and (prefers-reduced-motion:reduce) {
		#header .collapsing{}
		}
		@media (min-width: 576px) {
		#header .row{margin-right:-15px;margin-left:-15px}
		#header .col,#header .col-auto{padding-right:15px;padding-left:15px}
    #header_logo_left:hover,#header_logo img:hover{outline: 1px solid white!important;}
		#header_logo_right{float:left;display:block;margin-left:4px}
		#header_nav a{color:#23a9da!important}
		#header_nav a:hover{color: white!important}
		#header_cart{display: block;float: right;}
		.carousel-inner{height: auto;max-height: 1200px}

		}

		@media (min-width: 992px) {
		#header_menu_toggler{display:none!important}
		#header_nav a{display:inline-block;margin-right:20px;margin-top: 20px;color:#23a9da!important}
		#header_nav a:hover{color: white!important}
		#header_nav{clear:none;display:block!important;float:left}
		.carousel-inner{height: 675px}
	}
		.accordion {
  background-color: #f6f6f6;
  color: #23a9da;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: solid 1px lightgrey;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.activeA, .accordion:hover {
  background-color: #ccc;
}
#resizing_select {
  font-size: 0.75em;
  color: white;
  background-color: #343a40;
  border: none;
  -webkit-appearance: none; /* Remove default appearance */
  -moz-appearance: none;
  appearance: none;
}
 .search-bar {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      max-width: 600px;
    }

/* Style for the dropdown menu */
.resizeselect.dropdown-toggle::after {
  display: none; /* Hide default caret */
}

/* Style for the input group */
.input-group-prepend {
  position: relative; /* Needed for the caret positioning */
   border-radius: 12px 0 12px 0;
}
.input-group-prepend::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.8em;
  height: 0.8em;
  margin-top: -0.4em;
  border-top: 0.3em solid white;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  z-index: 1; /* Bring the caret above the select element */
}
.input-group-prepend select:hover{
  background-color: #23a9da!important;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 1em;
  color: #23a9da!important;
  float: right;
  margin-left: 5px;
}

.activeA:after {
  content: '\2796'; /* Unicode character for "minus" sign (-) */
}
.panelA {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  line-height: 10px;
  transition: max-height 0.2s ease-out;
}
.eventList{
	background-color: #f6f6f6;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: solid 1px lightgrey;
  outline: none;
  }
  #resultBtnTech {
    background-color:#99c561;
    border-radius: 12px;
    color:white;
    width: 90%;
  }
  #resultBtnOut {
    background-color:#E37839;
    border-radius: 12px;
     color:white;
    width: 90%;

  }
  #resultBtnComm {
    background-color:#5ab9b5;
    border-radius: 12px;
    color:white;
    width: 90%;
  }
  #resultBtnTech:hover, #resultBtnOut:hover,#resultBtnComm:hover {
    background-color:#23a9da;
    border: 1px solid white;
  }
  #ip4uStrapline{text-transform:none;color: white;}
  #ip4u{
    width:100%;height:20vh;background-color: rgb(20,163,183);/*background-image:url("images/logos/ip4u_gradient.png")!important;background-repeat: no-repeat;*/
  }
  }
  #myPageIP4U body a {color: green!important}
  #copyright{font-family:Lato;font-weight:300;font-size:0.75em}#footerLinks:hover,#copyright a:hover{color:white;text-decoration: none;}#btn-indexregister{border-radius:100%;width:150px;height:150px;background-color:#23a9da;}#btn-indexregister:hover{background-color:#333}#trl{line-height: 2;}.descriptor{font-size:1.5em;font-family:Lato;font-weight:300}.headlinersList:hover{outline: 3px solid #23a9da;}#signOut a{padding-top: 0;color:#23a9da!important}#signOut a:hover{color:white!important}.dropdown-header{color:white}.loginLinks a{color:#23a9da;}.loginLinks a:hover{color:white!important;background-color:#23a9da;}#myPage{width:100%;height:100vh;background-image:url("images/AdobeStock_133461251.jpeg")!important;background-repeat: repeat-x;}#myPageTTO{background-image:url("images/AdobeStock_133461344 copy.jpeg")!important}#headliners h5{font-weight:600;font-size:2.25rem;color:grey}#cookie-law p,h2,h4{font-weight:300}#headlineMessage{text-align:center;vertical-align:top;background-color:transparent;margin-top:2em;margin-bottom:1em}#headlineMessage h1{font-weight:300;border:none!important;font-size:2rem;color:#fff}.headlineBullets li{font-size:1em;list-style-type:square}.vertical-center{margin:0;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}h2{font-size:30px;text-align:left;color:#a9a9a9;line-height:60px}.btn{border-radius: 12px;border:1px solid #23a9da}.btn-register{border-radius: 12px;color: white;background-color:rgb(54,58,63);}.btn-register:hover,.btn-link:hover,.btn-link a:hover,.btn-quote:hover,.btn-quoteO:hover{text-decoration:none;border:1px solid white;background-color: #23a9da;color:white}h4{font-size:19px;line-height:1.375em;color:grey}#tool span{font-size:1em;color:#fff;background-color:#000}#cookie-law{width:100%;background:#353a3f;color:#fff;margin:10px auto 0}#tags{opacity:0!important;visibility:hidden;display:none}#cookie-law p{font-size:1em;padding:5em 10px 10px;text-align:center;color:#000;margin:0}.container-fluid{padding-top:10px;padding-bottom:10px}.bg-grey{background-color:#f6f6f6}.logo-small{color:#ff0058;font-size:50px}#headline{margin-top: 70px;padding-bottom:0}.bubbleBtn a{border:1px solid #fff}.bubbleBtn a:hover{border:3px solid #fff}.logo{color:#ff0058;font-size:200px;font-weight:400}.nav-item{border:none!important;letter-spacing:2px;font-size:13px;font-weight:700}.navbar{margin-bottom:0}.navbar,.navbar li a{color:#23a9da!important;text-transform:uppercase;text-align:middle}.navbar-brand{color:#23a9da!important;font-style:bold!important;font-weight:700!important;font-size:1.45em!important;border:none!important}.navbar-nav li a:hover{color:#23a9da!important;text-decoration:underline}form input[required=required]:after,form select[required=required]:after,form textarea[required=required]:after{color:red;content:" *"}.loginform{border-radius:2em}.show>.dropdown-menu{}.navbar-default .navbar-toggle,.navbar-nav li.active a{color:#23a9da!important}.dropdown-menu{font-size:1.15em;font-weight:400;background-color:#fff;border:1px dotted #d3d3d3}#navbarDropdownMenuLink{border:none}#navbarDropdownMenuLink:hover{color:white!important}.dropdown-item:hover{background-color:#fff;color:#23a9da!important}.dropdown-item{padding-left:10px;padding-right:10px;}.extras{color:#ff0058}#eventsCard h2,#newsCard h2,#socialBox,#socialCard h2,.panel-body,td,tr{text-decoration: none; color:grey}#mce-EMAIL,.form-control{border-radius: 12px;margin-top:10px;margin-bottom:10px;font-size:1.2em}#eventsCard,#newsCard,#socialCard{border:1px solid #5ab9b5}.quoteName{font-weight:300;color:#fff}.row.display-flex{display:flex;flex-wrap:wrap}.row.display-flex>[class*=col-]{display:flex;flex-direction:column}.panel{border:1px solid #ff0058;border-radius:0!important;transition:box-shadow .5s}.panel:hover{box-shadow:5px 0 40px rgba(0,0,0,.2)}#dashboardCard{margin: 3px ;padding:1px;border-bottom:1px solid transparent}#galleryCard{padding-top:10px;border-bottom:1px solid transparent}#galleryCard a h5{color:#fff}#dashboardCard a:hover,#galleryCard a:hover{outline:1px solid #23a9da;text-decoration: none;}td,tr{vertical-align:middle!important;text-align:center;font-size:1em!important;}#headlineBtns{text-align:right}#licensingOptionsBox{background-color:#5ab9b5;padding-top:10px!important;padding-bottom:5px!important}#licensingOptionsBox h2{color:#fff!important;text-align:center;vertical-align:middle}#sectorSearch{margin-top:70px;background-color:#99c561;text-align:center}#technologylist{;color: grey;padding:10px;color:#fff}#sectorSearch h1,#technologylist h1{color:#fff;font-size:2.5em}#search{color:#a9a9a9;margin:1em}.card-heading,.card-title h2{color:grey!important;text-align:center;background-color:#fff!important;padding:25px;border-bottom:1px solid #d3d3d3;border-radius:0}.card-footer{background-color:#fff!important;margin-bottom:.5em!important}.card-footer h3{font-size:32px}.card-footer h4{color:#aaa;font-size:14px}#about p,button,li{border-radius: 12px;font-size:18px;font-weight:300}#login a:hover{color:#fff!important}footer h4{padding:60px}footer i{margin-bottom:20px}@media screen and (max-width:768px){.col-sm-4{text-align:center;margin:25px 0}.btn-lg{width:100%;margin-bottom:35px}}@media screen and (max-width:480px){.logo{font-size:150px}}