﻿.cookiemodal {
  display: none;    /* Hidden by default */
  position: fixed;  /* Stay in place */
  z-index: 102;     /* Sit on top */
  padding-top: 0px; /* Location of the box */
  bottom: 0px;
  width: 100%;      /* Full width */
  font-family: 'Open Sans', Arial, sans-serif;
  opacity:1.0;

}

/* Modal Content */

.cookiemodal .content {
  border: none;
  position: fixed;
  background-color: #0f7579;
  margin: auto;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  bottom: 0;
}

.cookiemodal .cookieWidth {
  float: left;
  position: relative;
  padding: 0 10px;
  margin-bottom:20px;
}

/* Thisa is for gazette as has different col spacings */
.cookiemodal .col-10 {
  width: 90%;
}
/* Thisa is for gazette as has different col spacings */
.cookiemodal .col-2 {
  width: 10%;
  text-align: center;
  margin-bottom : 20px;
}

.cookiemodal .model-buttons {
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  border-radius: 3px;
  line-height: 21px;
  font-size: 17px !important;
  max-width: 225px!important;
  text-align: center!important;
  min-width: 150px!important;
  margin-top: 0px;
  list-style: none;
  border: 2px solid white !important;
  text-decoration: none !important;
  font-family: 'Open Sans', Arial, sans-serif;
}

.cookiemodal .white-button {
  background-color: transparent;
  color: #397bcf;
}

.cookiemodal-body {
  min-height: 60px;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
  height: auto;
  max-width: 78%;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
}
.cookiemodal-body a {
   color:white;
   font-weight: 700;
 }

.cookiemodal-body p {
  padding: 0px;
  margin: 0px;
  list-style: none;
  color: white;
  list-style: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 17px!important;
  line-height: 23px;
}

@media (max-width: 1320px) {
  .cookieWidth {
    width: 100%!important;
  }
  .btn-center {
    width: 100% !important;
    text-align: center;
    padding-bottom: 5px !important;
     padding-top: 5px !important;
  }
    .cookiemodal-body {
        max-width: 100%;
    }
    .cookiemodal-body p {
        font-size: 14px !important;
    }
}
