.xx--cookie-consent .cc-revoke,
.cc-revoke,
.xx--cookie-consent .cc-window,
.cc-window {
    font-family: inherit;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.cc-window * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.cc-window label {
    color:inherit;
}

.xx--cookie-consent .cc-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
/*
.xx--cookie-consent .cc-banner .cc-btn,
.xx--cookie-consent .cc-banner .cc-compliance {
    width: 100%;
}
*/
.xx--cookie-consent .cc-compliance,
.xx--cookie-consent .cc-compliance .cc-btn  {
    width: 100%;
    max-width:100%;
    
}

.xx--cookie-consent .cc-compliance.cc-highlight,
.xx--cookie-consent .cc-compliance.cc-highlight .cc-btn  {
    width: auto;
}
.cc-close:before{
    content: '×';
    display:block;
}
.cc-brand-image {
    display:none;
}
.cc-compliance {
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.cc-wrap {
    width: 1024px;
    max-width: 100%;
    margin:auto;
}
.cc-window.cc-banner.cc-theme-edgeless .cc-message {
            padding: 1em;
            margin:auto;
}
.cc-done:before {
    display:inline-block;
    content:'';
    width: 7px;
    height: 12px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right:5px;
}


.cc-window{
    width: 100%;
    max-height: 100%;
    overflow: auto;
}
.cc-window.cc-floating {
    max-width: 34em !important;
}
.cc-compliance .cc-btn {
    margin-top:5px;
}


@media screen and (max-width: 34em) {
    .cc-floating.cc-right {
        right: 0;
    }

    .cc-floating.cc-bottom {
        bottom: 0;
    }

    .cc-floating.cc-left {
        left: 0;
    }
}



.cc-bottom.cc-theme-edgeless:not(.cc-floating) .cc-message {
    padding: 1em;
}

.cc-cookie-usecases {
    margin-top: 1em;
}
/* Table reset*/
table.cc-usecase-table,
table.cc-usecase-table tbody,
table.cc-usecase-table tr,
table.cc-usecase-table td,
table.cc-usecase-table th {
    background: transparent !important;
    color:inherit;
    padding:0;
    font-size:inherit;
    border: none;
}

table.cc-usecase-table td,
table.cc-usecase-table th {
    border-bottom: 1px solid rgba(100, 100, 100, .2);
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
}


table.cc-usecase-table {
    width: 100%;
    table-layout: fixed;
}

@media screen and (max-width: 34em) {
    table.cc-usecase-table {
        font-size: 80%;
    }
}


.cc-usecase-accordion,
.cc-usecase-accordion:hover,
.cc-usecase-accordion:active,
.cc-usecase-accordion:focus {
    color: inherit;
}
/* Style the buttons that are used to open and close the accordion panel */
.cc-usecase-accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 4px 10px;
    background-color: rgba(100, 100, 100, .2);
    margin:0;
    display:block;
    color:inherit;
}


.cc-usecase-accordion:before {
    content: '+ ';
    display: inline;
}

/* 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) */
.cc-usecase-accordion.active,
.cc-usecase-accordion.accordion:hover {
    background-color: rgba(100, 100, 100, .5)
}

/* Style the accordion panel. Note: hidden by default */
.cc-usecase-accordion-panel {
    padding: 10px;
    display: none;
    overflow: hidden;
    background: rgba(100, 100, 100, .3)
}

.cc-usecase-accordion-panel.empty {
    padding: 0;
}

.cc-usecases-show-label {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    margin-right:20px;
}

#cc-usecases-show {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cc-usecases-overview {
    display: none;
}

#cc-usecases-show:checked+.cc-usecases-overview {
    display: block;
}

.cc-breakword {
    word-wrap: break-word;
}
/*Switch*/
.xx--cookie-check {
    margin-top: .5rem;
}

.cc-switch {
    padding: 0;
    display: block;
    margin: 0;
    text-overflow: ellipsis;
    width: 100%;
    margin-top: 5px;
}
.cc-switch:first-child {
    margin-top: 0;
}
.cc-group-info {
    margin-left:70px;
}
.cc-group-name {
    font-weight:bold;
    font-size:1.2em;
    display:block;
}
.cc-group-description {
    display:block;
    font-weight:normal;
    font-size: 0.875em;
}
.cc-switch::after {
    display: block;
    clear: both;
    content: "";
}
.cc-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position:absolute;
}
.cc-switch-toggle {
    display:block;
    float:left;
    position: relative;
    cursor: pointer;
    height:34px;
    width:60px;
    background-color: rgba(100, 100, 100, .5);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.cc-switch-toggle:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }
  .cc-switch input:checked + .cc-switch-toggle {
    background-color: #28a745;
  }
  .cc-switch input:checked + .cc-switch-toggle:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  .cc-switch input:focus + .cc-switch-toggle {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 100, 100, .5);
            box-shadow: 0 0 0 0.2rem rgba(100, 100, 100, .5);
}
  .cc-switch input:disabled + .cc-switch-toggle {
    opacity:.5;
  }
/*Embeds*/


.video-embed {
    position: relative;
}
.cc_embed {
    color: #000;
}
.cc_embed_placeholder {
    max-width:none;
    width:100%;
    height:auto;
}
.cc_embed.cc_embed_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    
}
.cc_embed a{
    color: inherit !important;
    text-decoration:underline !important;
}

.cc_embed p {
    margin-bottom: .5em;
}

.cc_embed label {
    margin: 0;
    line-height:25px;
}
.cc_embed label *{
    vertical-align: top;
}

.cc_embed .cc_embed_content {
    padding: 10px;
    line-height: 1.3em;
    text-align: center;
}
.cc_checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    display:inline-block;
    margin-right:5px;
    border: 2px solid #fff;
}
.cc_embed input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}
/* On mouse-over, add a grey background color */
.cc_embed label:hover input ~ .cc_checkmark:after {
    border-color: #666;
  }
  
  /* When the checkbox is checked, add a blue background */
  .cc_embed label input:checked ~ .cc_checkmark {
    background-color: #fff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .cc_checkmark:after {
    content: "";
    position: absolute;
    display: none;
    display: block;
    transition: border-color .3s;
  }
  
  /* Show the checkmark when checked */
  .cc_embed label input:checked ~ .cc_checkmark:after {
    border-color:#28a745
  }
  
  /* Style the checkmark/indicator */
  .cc_embed label .cc_checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.cc-btn.cc-btn-embed {
    font-size: 1em !important;
    line-height: 1.2em !important;
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
    text-decoration:none !important;
    display:inline-block !important;
}
.cc-btn.cc-btn-embed.cc-btn-youtube {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #fff !important;
}

.cc-btn.cc-btn-embed.cc-btn-vimeo {
    background-color: #4EBBFF !important;
    border-color: #4EBBFF !important;
    color: #fff !important;
}

.cc_embed_gmaps {
    background-image: url('../Images/snazzy-image.png');
    background-position: bottom center;
    background-size: contain;
    background-repeat:no-repeat;
}
  .embed {
      position:relative;
  }