﻿body {
    padding-top: 5px;
    padding-bottom: 2px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


.policy-section {
}

.col-md-header-logo {
    width: 50%;
    float: left;
}

.mondelez-logo {
    height: 50px;
    margin-top: 5%;
}

.brand-logo {
    float: right;
    height: 90px;
}

.policy-body {
    min-height: 20px;
    height: auto !important;
    border: 1px solid #B2EBEE;
    padding: 5px;
}

@media (max-width: 960px) {
    .policy-header {
        background-color: #F1F1F1;
    }

    .mondelez-logo {
        height: 45px;
    }

    .brand-logo {
        float: right;
        height: 60px;
    }

    .policy-body {
        border: none;
    }
}

.col-tab-section {
    padding: 10px;
}

.policy-header {
    margin-bottom: 15px;
}

.policy-image {
    text-align: center;
    padding: 4%;
    height: 168px;
}

.policy-top-left {
    background-color: #BDC627;
    min-height: 530px;
    height: auto;
    padding: 2%;
    color: white;
}

.policy-heading {
    font-size: 2.5em !important;
}

@media (max-width: 960px) {
    .policy-heading {
        font-size: 1.4em !important;
    }
}

.policy-top-info {
    min-height: 100px;
    height: auto !important;
}

.policy-h2 {
    font-weight: bold;
}

policy-h2-overview {
    font-weight: bold;
}

.btn-policy-top-left {
    background-color: #BDC627;
    color: white;
    border-color: #8B9127;
    border-width: 2px;
    border-radius: 4px;
    margin-top:10px;
}

.policy-top-right {
    background-color: #2bbecb;
    float: right;
    min-height: 530px;
    height: auto;
    padding: 2%;
    color: white;
}

.btn-policy-top-middle {
    background-color: #2bbecb;
    color: white !important;
    border-color: #0AA2AC;
    border-width: 2px;
    border-radius: 4px;
    max-width: 100%;
    white-space: normal;
}

.btn-policy-top-middle:hover {
   color: black !important;
}

.btn-policy-top-right {
    background-color: #2bbecb;
    color: white;
    border-color: #0AA2AC;
    border-width: 2px;
    border-radius: 4px;
    margin-top:10px;
}

.policy-top-right h2 {
    font-weight: bold;
}

.policy-bottom-left {
    background-color: #F96505;
    min-height: 530px;
    height: auto;
    padding: 2%;
    color: white;
}

.btn-policy-bottom-left {
    background-color: #F96505;
    color: white;
    border-color: #9D3502;
    border-width: 2px;
    border-radius: 4px;
    margin-top:10px;
}

.policy-bottom-right {
    background-color: #D22639;
    float: right;
    min-height: 530px;
    height: auto;
    padding: 2%;
    color: white;
}

.btn-policy-bottom-right {
    background-color: #D22639;
    color: white;
    border-color: #8E1825;
    border-width: 2px;
    border-radius: 4px;
}

.policy-header-top, .policy-header-top a  {
    color: #4f2170;
    text-align: center;
}

.policy-header-top-desc {
    color: #5a2b7c;
    font-size: 15px;
}

.navlink {
   height: 60px;
    width: 110%;
    background-color: #4F2270;
    display: inline-block;
    color: white;
    padding-top: 6%;
    margin: 1px;
    background-image: url(./icon-arrow-down.png);
    background-repeat: no-repeat;
    background-position: 4%;
    font-size: 11px;
    padding-left: 15%;
    padding-right: 3%;
}
nav {
    width: 100%;
}

   
    nav div{
        padding-right:1.5%;
    }
    nav select {
        display: none;
        background-color: #4F2270;
        min-height: 50px;
        height: auto !important;
        min-width: 100%;
        color: white;
    }

@media (max-width: 960px) {
    nav .horizontal-list {
        display: none;
    }

    nav select {
        display: inline-block;
    }
}

.PolicyDescription h2 {
    color: #D22639;
    font-size: 36px;
    margin-bottom: 6px;
    font-weight: bold;
}

.PolicyDescription h3 {
    color: #D22639;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: bold;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  font-size: 10px;
  border: none;
  outline: none;
  background-color: #2bbecb;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.hyperlink
{
    color:#df0f0f;
    text-decoration:underline
}
