@import url(https://fonts.googleapis.com/css?family=Roboto|Oswald:400,700);
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 14px; }

* {
  box-sizing: border-box; }

header#bitcmsheader i#logout {
  float: right; }

a img {
  border: 0; }

#menu {
  display: none; }

#main {
  float: left;
  width: 100%; }

iframe#object23 {
  width: 100%;
  min-height: 4560px !important;
  overflow:scroll;
   }

html {
  background: url(/img/slider/3.png) no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

html.default {
  background-image: none; }

#background {
  float: left;
  width: 100%; }

#sm {
  position: relative;
  z-index: 4000;
  color: #fff;
  padding-left: 15px;
  float: left; }
  #sm a {
    color: #c53eb7; }
  #sm i {
    font-size: 40px;
    padding-left: 5px;
    padding-top: 5px; }

header {
  float: left;
  width: 100%;
  padding-top: 0px;
  position: relative;
  z-index: 2000; 
}
  header nav {
    width: 37.5%;
    margin-right: 2.5%;
    float: left;
    background-color: #b1eb00;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px 5px 5px #babcbd;
    height: 65px; }
    header nav a.active {
      color: #fff; }
    header nav:first-of-type ul {
      padding-left: 20px; }
    header nav:first-of-type::after {
      content: '';
      width: 0;
      height: 0;
      border-color: transparent #b1eb00 transparent #b1eb00;
      border-style: solid;
      border-width: 0px 34px 25px 32px;
      float: right;
      position: absolute;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Chrome, Safari, Opera */
      top: 20.4px;
      padding: 0;
      margin-left: -20px; }
    header nav:last-of-type {
      float: right;
      margin-left: 2.5%;
      margin-right: 0;
      position: relative;
      padding-right: 20px; }
      header nav:last-of-type::before {
        content: '';
        width: 0;
        height: 0;
        border-color: transparent #b1eb00 transparent #b1eb00;
        border-style: solid;
        border-width: 0px 34px 25px 32px;
        float: right;
        position: absolute;
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(90deg);
        top: 20.4px;
        padding: 0;
        margin-left: -44px; }
      header nav:last-of-type ul {
        float: right; }
        header nav:last-of-type ul li {
          float: right; }
          header nav:last-of-type ul li:first-of-type {
            background-image: url(/img/banner.png);
            background-repeat: no-repeat;
            margin-top: -17px;
            height: 146px;
            position: relative;
            width: 142px; }
            header nav:last-of-type ul li:first-of-type a {
              margin-left: 14px;
              text-align: center;
              color: #fff;
              padding-top: 27px; }
    header nav ul {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0; }
      header nav ul li {
        float: left;
        list-style: none; }
        header nav ul li a {
          text-decoration: none;
          color: #000;
          padding: 20px;
          float: left;
          text-shadow: 1px 1px 0px #dad7d7;
          text-shadow: 0 0 1px rgba(111, 134, 134, 0.3); }
          header nav ul li a::before {
            color: #fff;
            content: attr(data-hover);
            position: absolute;
            opacity: 0;
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
            -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
            -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
            transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            -moz-transition: -moz-transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            pointer-events: none; }
          header nav ul li a:hover::before, header nav ul li a:focus::before {
            -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
            -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
            transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
            opacity: 1; }
    header nav:last-of-type li:first-of-type a::before {
      color: rgba(255, 255, 255, 0); }
    header nav:last-of-type li:first-of-type a:hover::before,
    header nav:last-of-type li:first-of-type a:focus::before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 0; }
  header #logo {
    width: 20%;
    float: left;
    padding: 0px 10px; }
    header #logo img {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      display: block; }

#content {
  float: left;
  width: 100%;
  width: 80%;
  margin-left: 10%;
  margin-top: 3%;
  position: relative;
  z-index: 1770;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 3px 3px 5px #898989, -3px -3px 5px #898989;
  padding: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 23px; }
  #content a {
    color: #009900;
    text-decoration: none; }
  #content a:hover {
    color: #a03094; }
  #content .fflist {
    clear: both;
    float: left; }
    #content .fflist li {
      float: left;
      width: 25%; }
  #content h2 {
    float: left;
    width: 80%;
    clear: both; }
  #content h3 {
    padding: 0;
    margin: 0;
    clear: both; }
  #content ul {
    margin-top: 0; }
  #content .pdf {
    float: right;
    width: 15%;
    background-color: #51a5ba;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    text-align: center; }
  #content .highlight {
	background-color: #ebbde6;
}
#content h4 {
	width: 100%;
}
    #content .pdf[href$='.pdf'] {
      background-image: none; }
    #content .pdf:hover {
      color: #e6e6e6; }
  #content p {
    /*clear: left;*/ }
  #content #owl-demo {
    margin-top: -7%;
    float: left;
    font-family: 'Oswald', sans-serif; }
    #content #owl-demo h2 {
      float: none;
      margin: 0 auto;
      display: block; }
    #content #owl-demo h2.oneword {
      padding-top: 13px; }
    #content #owl-demo a {
      color: #51a5ba; }
    #content #owl-demo i {
      font-size: 65px;
      font-weight: bold;
      margin-bottom: 15px; }
    #content #owl-demo .owl-item :hover {
      color: #b1eb00; }
      #content #owl-demo .owl-item :hover i {
        -webkit-animation: pulse 2s ease infinite;
        -moz-animation: pulse 2s ease infinite;
        -ms-animation: pulse 2s ease infinite;
        -o-animation: pulse 2s ease infinite;
        animation: pulse 2s ease infinite; }
      #content #owl-demo .owl-item :hover a {
        color: #b1eb00; }
  #alerts {
    float: right;
    width: 31%;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ebbde6;
	font-weight: bold;
	text-align: center;
	  z-index: 2000;
	  left:63%;
	  top:28%;
}
    #alerts #recapBox{
        width: 100%;
        text-align: center;
    }
    #alerts .g-recaptcha {
        display: inline-block;
    }

    #alerts .left {
        text-align: left;
    }
  #content h4 {
    float: left;
    margin-top: 0;
    clear: both; }
  #content .release {
    float: left;
    width: 55%;
	}

	
  #content .readmore {
    clear: both;
    width: 40%;
    float: left;
    background-color: #51a5ba;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
	margin-right: 60%; }
	
	#content ul 
	{
		clear: both;
	}
    #content .readmore:hover {
      color: #fff; }
	  #content #alpha {
	  	display: block;
		margin: 0 auto;
		text-align: center;
		font-size: 18px;
	  }
#main .bold a {
	font-weight: bold;
}
.default #content {
  background-image: url(/img/geobackground.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: top left;
  margin-top: 41%;
  width: 100%;
  margin-left: 0%;
  padding: 0; }

a[href$='.pdf'] {
  padding-right: 25px;
  background: transparent url(/img/pdficon_small.png) no-repeat center right; }

input[type="submit"] {
  background-color: #51a5ba;
  padding: 10px 40px;
  border-radius: 5px;
  text-align: center;
  border: 0;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 10px; }

#search {
  float: right;
  margin-right: 13%;
  width: 15%;
  position: relative;
  z-index: 5000; }
  #search .gsc-control-cse {
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0); }
  #search input.gsc-search-button, #search input.gsc-search-button:hover, #search input.gsc-search-button:focus {
    box-sizing: content-box; }
  #search .cse .gsc-control-cse, #search .gsc-control-cse {
    padding: 5px; }
.image {
	max-width: 100%;	
}
footer {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  z-index: 1770;
  padding-top: 20px;
  font-family: 'Oswald', Arial, sans-serif;
  color: #000;
  font-size: 16px; }
  footer a {
    color: #000;
    text-decoration: none; }
  footer #textsizer {
    color: #fff;
    float: right;
    margin-right: 15px; }
    footer #textsizer ul {
      float: right;
      margin-top: 0;
      padding-left: 0; }
  footer ul li {
    background-color: #fff;
    border: 3px solid #c53eb7;
    padding: 2px 5px;
    margin: 0px 3px;
    cursor: pointer;
    color: #c53eb7;
    float: left;
    list-style-type: none; }
    footer ul li:hover {
      color: #fff;
      background-color: #c53eb7; }

.default #content footer {
  color: #000; }
  .default #content footer a {
    color: #000; }

/*Sliders*/
#owl-demo .item {
  background: #fff;
  padding: 30px 10px;
  margin: 10px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  height: 235px;
  box-shadow: 0px 5px 5px #babcbd; }

#owl-demo .item a {
  color: #000;
  text-decoration: none; }

           /* 
* 	Core Owl Carousel CSS File
*	v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 75%;
  margin-left: 12.5%;
  -ms-touch-action: pan-y;
  margin-top: -7%;
  z-index: 5000; }

#slider1.owl-carousel {
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
  position: relative;
  z-index: 1;
  float: left;
  position: absolute;
  top: 0; }

#slider1 img {
  width: 100%; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  /*border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;*/ }

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -60px;
  margin-top: -200px;
  display: block;
  background-image: url("/img/arrows.png");
  background-repeat: no-repeat;
  height: 75px;
  width: 60px; }

.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin-right: -60px;
  margin-top: -200px;
  display: block;
  background-image: url("/img/arrows.png");
  background-repeat: no-repeat;
  height: 75px;
  width: 60px;
  background-position: -55px 0px; }

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

#slider img {
  z-index: 4000; }

#slider1.owl-theme .owl-controls {
  margin-top: -40px;
  text-align: right;
  z-index: 5000;
  position: relative; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

@media (min-width: 1550px) {
  header nav ul li a {
    padding: 20px 25px; } 
	}
@media (min-width: 1625px) {
  header nav ul li a {
    padding: 20px 30px; }
	#slider1.owl-theme .owl-controls {
  margin-top: -60px; } }
@media (min-width: 1725px) {
  header nav ul li a {
    padding: 20px 35px; } }
@media (min-width: 1810px) {
  header nav ul li a {
    padding: 20px 43px; } }
header nav:last-of-type ul li:first-of-type a {
  padding: 20px;
  padding-top: 27px; }

@media (max-width: 1400px) {
  header nav ul li a {
    padding: 20px 10px; }

  .default #content {
    margin-top: 42%; } }
@media (max-width: 1250px) {
  header nav:last-of-type {
    padding-right: 10px; }

  header nav:first-of-type ul {
    padding-left: 10px; }

  header nav ul li a {
    font-size: 14px; }

  header nav:last-of-type ul li:first-of-type {
    background-image: url(/img/banner-small.png);
    height: 92px;
    width: 82px;
    padding: 10px;
    margin-top: -11px; }

  header nav:last-of-type ul li:first-of-type a {
    margin-left: 7px;
    font-size: 12px;
    padding: 1px;
    padding-top: 15px; }

  header nav:last-of-type li:first-of-type a:hover::before, header nav:last-of-type li:first-of-type a:focus::before {
    -webkit-transform: scale(1) translateX(-4.6px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(-4.6px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(-4.6px) translateY(0px) rotate(0deg); }

  .default #content {
    margin-top: 39%; }
iframe#object23 {
  width: 104%;
  min-height: 5260px !important;
  overflow:scroll;
  margin-left:-2%;
   }
	 }
@media (max-width: 1000px) {
  header nav ul li a {
    padding: 20px 7px; }

  header nav ul li a {
    font-size: 12px; }

  header nav {
    height: 56px; }

  header nav:last-of-type::before {
    margin-left: -39px;
    top: 16.4px;
    border-width: 0px 28px 25px 28px; }

  header nav:first-of-type::after {
    margin-left: -16px;
    top: 36.4px;
    border-width: 0px 28px 25px 28px; }

  header nav:last-of-type ul li:first-of-type a {
    margin-left: 7px; }

  header {
    padding-top: 20px; }

iframe#object23 {
  width: 104%;
  min-height: 5760px !important;
  overflow:scroll;
  margin-left:-2%;
   }
	 }
@media (max-width: 850px) {

    .default #content{
        position: relative;
        top: 70px;
    }
    .default #slider1.owl-carousel{
        top: 70px !important;
    }
	
	#content #alerts {
		width: 100%;	
	}
    #content .release {
        float: left;
        width: 100%;
    }

  #slider1 .owl-pagination {
    display: none; }
	
	iframe#object23 {
  width: 104%;
  min-height: 6550px !important;
  overflow:scroll;
  margin-left:-2%;
   }

  iframe#object22 {
    width: 100%;
    min-height: 4650px !important;
    overflow: scroll; }

  #content {
    width: 95%;
    margin-left: 2.5%; }

  .default #content {
    width: 100%;
    margin-left: 0; }

  header nav {
    float: right;
    width: 50%;
    margin-top: 0;
    height: auto;
    margin-right: 0;
    clear: both;
    display: none;
    position: absolute;
    z-index: 5000; }

  header nav:last-of-type::before, header nav:first-of-type::after {
    content: '';
    border-width: 0; }

  header nav:last-of-type ul li:first-of-type {
    background-image: none; }
    header nav:last-of-type ul li:first-of-type a {
      color: #000; }

  .noshow {
    display: none;
    padding-left: 5px; }

  header nav ul {
    width: 100%; }

  header nav ul li {
    width: 100%;
    float: left; }

  header nav:last-of-type {
    margin-left: 0;
    top: 75px;
    right: 0;
    position: absolute; }

  header nav:last-of-type ul li:first-of-type {
    background-image: none;
    margin-top: 0;
    width: 100%;
    height: auto; }

  header nav:last-of-type ul li:first-of-type a {
    padding: 3px 0px;
    margin-left: 0px;
    text-align: left;
    font-size: 14px; }

  header nav:last-of-type ul {
    padding-left: 10px; }

  header nav ul li a {
    font-size: 14px;
    width: 100%;
    padding: 13px 7px; }

  header nav ul li a::before {
    content: ''; }

  header nav ul li:hover a {
    color: #fff; }

  header nav:last-of-type ul li:hover:first-of-type a {
    color: #fff; }

  header nav:first-of-type {
    margin-top: 0px;
    right: 50%;
    top: 75px; }

  header {
    padding-top: 0; }

  #menu {
    float: right;
    display: block;
    background-color: #c53eb7;
    padding: 15px 30px;
    border-radius: 5px;
    margin-right: 15px;
    margin-top: 15px;
    color: #fff;
    cursor: pointer; }

  header #logo {
    position: absolute;
    top: 10px;
    left: 10px; }

  #content ul li {
    margin: 5px 0px; }

  header #logo {
    width: 180px; }

  .default #content {
    position: relative;
    z-index: 400; }

  #search, #sm, #font {
    display: none; } }
@media (max-width: 575px) {
  .default #content {
    margin-top: 36%; }

  iframe#object22 {
    width: 100%;
    min-height: 6100px !important;
    overflow: scroll; } }
@media (max-width: 450px) {
  .default #content {
    margin-top: 34%; } }
@media (max-width: 390px) {
  .default #content {
    margin-top: 30%; }

  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-left: -42px; }

  .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-right: -40px; }

  iframe#object22 {
    width: 100%;
    min-height: 6800px !important;
    overflow: scroll; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(1.1); }
  50% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(1); } }
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1); }
  25% {
    -ms-transform: scale(1.1); }
  50% {
    -ms-transform: scale(1); }
  100% {
    -ms-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(1.1); }
  50% {
    -o-transform: scale(1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

/*# sourceMappingURL=styles.css.map */
.button3 {
  background-color: #ff6d00;
  float: left;
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  padding: 20px 60px 20px 60px;
  margin-top: -450px;
  margin-left: 30%;
  border: solid 4px #ff6d00;
  border-radius: 16px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: bold;
}

.button4 {
  background-color: #ff6d00;
  float: left;
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  padding: 20px 60px 20px 60px;
  margin-top: -350px;
  margin-left: 60%;
  border: solid 4px #ff6d00;
  border-radius: 16px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: bold;
}
.button5 {
  background-color: #008aff;
  float: left;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  padding: 20px 60px 20px 60px;
  margin-top: -33%;
  margin-left: 63%;
  border: solid 4px #008aff;
  border-radius: 16px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 25px;
  font-weight: bold;
}

.button5:hover {
  transition: ease-in-out .3s;
  background-color: #ff6d00;
  border: solid 4px #ff6d00;
}

  .button2:hover {
      transition: ease-in-out .3s;
      background-color: #008aff;
      border: solid 4px #008aff;
  }
.button2 {
    background-color: #ff6d00;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    padding: 20px 60px 20px 60px;
    margin-top: -150px;
    margin-left: 68%;
    border: solid 4px #ff6d00;
    border-radius: 16px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: bold;
}

    .button2:hover {
        transition: ease-in-out .3s;
        background-color: #008aff;
        border: solid 4px #008aff;
    }

button {
    background-color: #00b1ff;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    padding: 40px 90px 40px 90px;
    margin-top: -230px;
    margin-left: 25%;
    border: solid 4px #00b1ff;
    border-radius: 16px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: bold;
}

    button:hover {
        transition: ease-in-out .3s;
        background-color: #008aff;
        border: solid 4px #008aff;
    }