
a.blackbtn {
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;  
  padding: 10px 25px;
  border: solid 3px rgba(0,0,0,.8);
  background: rgba(0,0,0,.6);
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  transition: .7s;
  letter-spacing: 1px;
  font-weight:bold;
}
a.blackbtn:hover {
  background: rgba(0,0,0,1);
  transition: .7s;
}

a.whitebtn {
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;  
  padding: 10px 25px;
  border: solid 3px rgba(255,255,255,1);
  background: rgba(255,255,255,.4);
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  transition: .7s;
  letter-spacing: 1px;
  font-weight:bold;
}
a.whitebtn:hover {
  background: rgba(255,255,255,1);
  transition: .7s;
  color: #145e8f;
}



a.blueghost {
  letter-spacing: 1px;
  background: rgba(255,255,255,.1);
  transition: background .2s;
  font-size: 1.2em;
  color: #145E8F;
  border: solid 3px #145E8F;
  padding: 10px 25px;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight:bold;
  text-decoration: none;
}

a.blueghost:visited {
  background: rgba(255,255,255,.2);
  transition: background .2s;
  color: #145E8F;
}

a.blueghost:active {
  background: rgba(255,255,255,.2);
  transition: background .2s;
  color: #145E8F;
}

a.blueghost:hover {
  background: #145E8F;
  transition: background .5s;
  color: #ffffff;
  text-decoration: none;
}


a.blueghostthin, a.blueghostthin:link a.blueghostthin:visited, a.blueghostthin:active {
  letter-spacing: 1px;
  background: rgba(20, 94, 143, .2);
  transition: background .2s;
  font-size: 1.2em;
  color: #11345B;
  border: solid 2px #145E8F;
  border-radius: 5px;
  padding: 8px 15px;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight:normal;
  text-decoration: none;
  margin: 3px;
  font-family: 'Open Sans', Arial, sans-serif;
}


a.blueghostthin:hover {
  background: #145E8F;
  transition: background .5s;
  color: #ffffff;
  text-decoration: none;
}

a.blueandgreenthin, a.blueandgreenthin:link a.blueandgreenthin:visited, a.blueandgreenthin:active {
  letter-spacing: 1px;
  background: rgba(137, 218, 235, .5); 
  transition: background .2s;
  font-size: 1.2em;
  color: #11345B;
  border: solid 2px #145E8F;
  border-radius: 5px;
  padding: 8px 15px;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight:normal;
  text-decoration: none;
  margin: 3px;
  font-family: 'Open Sans', Arial, sans-serif;
}


a.blueandgreenthin:hover {
  background: #386D72;
  transition: background .5s;
  color: #ffffff;
  text-decoration: none;
}




a.blackghost {
  letter-spacing: 1px;
  background: rgba(255,255,255,.2);
  transition: background .2s;
  font-size: 1.2em;
  color: #000;
  border: solid 3px #000;
  padding: 10px 25px;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight:bold;
  text-decoration: none;
}

a.blackghost:visited {
  background: rgba(255,255,255,.1);
  transition: background .2s;
  color: #000;
}

a.blackghost:active {
  background: rgba(255,255,255,.1);
  transition: background .2s;
  color: #000;
}

a.blackghost:hover {
  background: #000;
  transition: background .5s;
  color: #ffffff;
  text-decoration: none;
}




a.whiteghost {
  letter-spacing: 1px;
  background: rgba(255,255,255,.1);
  transition: background .2s;
  font-size: 1.2em;
  color: #fff;
  border: solid 3px #fff;
  padding: 10px 25px;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight:bold;
  text-decoration: none;
}

a.whiteghost:visited {
  background: rgba(255,255,255,.1);
  transition: background .2s;
  color: #fff;
}

a.whiteghost:active {
  background: rgba(255,255,255,.1);
  transition: background .2s;
  color: #fff;
}

a.whiteghost:hover {
  background: #fff;
  transition: background .5s;
  color: #145e8f;
  text-decoration: none;
}

a.lightbluebtn, a.lightbluebtn:link, a.lightbluebtn:visited, a.lightbluebtn:active {
  background-color: #3083ba;
  border: solid 2px #3083ba;
  letter-spacing: 1px;
  transition: background .2s, border: .2s;
  font-size: 1.2em;
  color: #ffffff;
  padding: 10px 25px;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight:bold;
}

a.lightbluebtn:hover {
  background-color: #145E8F;
  border: solid 2px #145E8F;
  transition: background .5s, border .5s;
}


a.solidseabtn, a.solidseabtn:link, a.solidseabtn:visited {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87d4e3+0,31c9e0+100 */
background: rgb(135,212,227); /* Old browsers */
background: -moz-linear-gradient(top, rgba(135,212,227,1) 0%, rgba(49,201,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(135,212,227,1) 0%,rgba(49,201,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(135,212,227,1) 0%,rgba(49,201,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d4e3', endColorstr='#31c9e0',GradientType=0 ); /* IE6-9 */
color: #ffffff;
display: inline-block;
font-weight: bold;  
padding: 8px;
border-radius: 3px;
}
a.solidseabtn:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56cde2+0,29b7bc+100 */
background: rgb(86,205,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(86,205,226,1) 0%, rgba(41,183,188,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(86,205,226,1) 0%,rgba(41,183,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(86,205,226,1) 0%,rgba(41,183,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56cde2', endColorstr='#29b7bc',GradientType=0 ); /* IE6-9 */
}





a.solidbluebtn, a.solidbluebtn:link, a.solidbluebtn:visited {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56caf5+0,2989d8+100 */
background: rgb(19,95,144); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(19,95,144,1) 0%, rgba(41,137,216,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(19,95,144,1) 0%,rgba(41,137,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(19,95,144,1) 0%,rgba(41,137,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56caf5', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
color: #ffffff;
display: inline-block;
font-size: 1.0em;
font-weight: bold;  
padding: 10px 25px;
border-radius: 3px;
}
a.solidbluebtn:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+1,145e8f+88 */
background: rgb(41,137,216); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(41,137,216,1) 1%, rgba(20,94,143,1) 88%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(41,137,216,1) 1%,rgba(20,94,143,1) 88%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(41,137,216,1) 1%,rgba(20,94,143,1) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#145e8f',GradientType=0 ); /* IE6-9 */
text-decoration: none;
}

a.solidwhitebtn, a.solidwhitebtn:link, a.solidwhitebtn:visited {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+8,e2e2e2+99 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 8%, rgba(226,226,226,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 8%,rgba(226,226,226,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 8%,rgba(226,226,226,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
color: #145E8F;
display: inline-block;
font-size: 1.2em;
font-weight: bold;  
padding: 10px 25px;
border-radius: 3px;

}

a.solidwhitebtn:hover {
background: #ffffff;
text-decoration: none;

}

a.solidblackbtn, a.solidblackbtn:link, a.solidblackbtn:visited {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474747+8,000000+100 */
background: rgb(71,71,71); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(71,71,71,1) 8%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(71,71,71,1) 8%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(71,71,71,1) 8%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
color: #ffffff;
display: inline-block;
font-size: 1em;
font-weight: bold;  
padding: 10px 25px;
border-radius: 10px;
}
a.solidblackbtn:hover {
background: #909090;
color: #000000;
text-decoration: none;
}

.btn-blue {
  background: #0071cf;
}

.btn-blue:hover {
  background: #0f60ba;
}

.btn-green {
  background: #0DAB2B;
}

.btn-green:hover {
  background: #0DAB2B;
}

a.pill-button, a.pill-button:link, a.pill-button:visited, a.pill-button:hover {
  letter-spacing: 1px;
  margin: 3px;
  font-size: 12pt;
  padding: 8px 15px;
  border-radius: 24px;
  color: white;
}

a.pill-button:hover {
  text-decoration: none;
  transition: 0.2s;
}

a .btn_blue {
  display:inline-block;
  background-color: #004FF4;
  color: #FFFFFF;
  padding: 12px 16px;
  border: 1px solid #004FF4;
  border-radius: 4px;
  margin:0px 15px 0px 0px;

}
a .btn_blue p {
  font-size: 0.875em;
  font-weight:600;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  width: auto;
  text-align:center;
}
a .btn_blue:hover {
  background-color: #033560;
  color: #FFFFFF;
  border: 1px solid #033560;
  cursor: pointer;
}
a .btn_blue:hover p {
  color: #FFFFFF;
}

a .btn_ghost {
  display:inline-block;
  background-color: none;
  color: #004FF4;
  padding: 12px 16px;
  border: 1px solid #004FF4;
  border-radius: 4px;
 margin:0px 15px 0px 0px;
}

a .btn_ghost p {
  font-size: 0.875em;
  font-weight:600;
  color: #004FF4;
  margin: 0px;
  padding: 0px;
  width: auto;
  text-align:center;
}

a .btn_ghost:hover {
  background-color: #004FF4;
  color: #FFFFFF;
  border: 1px solid #004FF4;
  cursor: pointer;
}
a .btn_ghost:hover p {
  color: #FFFFFF;
}

