.cta-blue {
  border-bottom: 1px solid #26689A;
  border-left: 1px solid #2970A6;
  border-right: 1px solid #2970A6;
  border-top: 1px solid #2970A6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
  margin-top: 12px;
}
.cta-blue a {
  font-weight: 400;
  padding: 10px 15px;
  display: inline-block;
  background-color: #0282d4;
  background: linear-gradient(to bottom, #00aae7 0%, #0282d4 100%);
  color: white;
  box-shadow: 0px 1px 0px 0px #4999CE inset;
  font-size: 13px;
  line-height: 13px;
  text-shadow: #215984 0px -1px 0px;
  text-align: center;
}
.cta-blue a:hover {
  box-shadow: none;
  background-color: #3295D3;
  background: linear-gradient(to bottom, #37b9e5 0%, #3295d3 100%);
  text-decoration: none;
}
.cta-blue a:active,
.cta-blue a:visited {
  background-color: #fdfdfd;
  background: linear-gradient(to bottom, #00aae7 0%, #0282d4 100%);
  text-decoration: none;
}
.cta-grey {
  border: 1px solid #444444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  margin-top: 12px;
}
.cta-grey a {
  text-align: center;
  text-shadow: #FFFFFF 0px 1px 0px;
  padding: 10px 0;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  background-color: #EEEEEE;
  background: linear-gradient(to bottom, #fdfdfd 0%, #bcbcbc 100%);
  color: #444444;
}
.cta-grey a:hover {
  background-color: #bcbcbc;
  background: linear-gradient(to bottom, #eeeeee 0%, #bcbcbc 100%);
  color: black;
  text-decoration: none;
}
.cta-grey a:active,
.cta-grey a:visited {
  background-color: #fdfdfd;
  background: linear-gradient(to bottom, #fdfdfd 0%, #bcbcbc 100%);
  color: #444444;
  text-decoration: none;
}



/*------------Button-------------------*/
.button, .infotab a.button {
  line-height: 1.5em;
  padding: 8px 40px;
  font-family: CiscoSans,"Helvetica Neue",HelveticaNeue,Helvetica,Arial,"Nimbus Sans L",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  background: #049fd9;
  border: 0;
  color: #fff;
  border-radius: 60px;
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  text-shadow: initial;
}
div.button {
  padding: 8px 40px;
  margin-bottom: 15px;
}
#hero-content .button{
  margin: 0 15px 15px 15px;
  text-shadow: initial;
}
.button:hover, .infotab a.button:hover {
  text-decoration:none;
  background-color:#047fad;
  color: #fff;
  cursor: pointer;
}
/*------------------end of button----------*/

/*---------- POPUP MODAL STYLE -----------*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1010; /* Sit on top */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 800px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin:0 0 20px 20px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.clb h4.pop {
  color:#007fc5;
  cursor: pointer;
}
.clb h4.pop:hover{
  text-decoration:underline;
}
.invis {
  display: none; /* Hidden by default */
}
.zebra p {
  margin-bottom: 0 !important;
}
/*---------- POPUP MODAL STYLE -----------*/
