#form-section .card {
    padding: 20px 15px 20px 15px;
    position: relative;
}

div#page-form-section {
    overflow: unset;
}

.card.even {
    background-color: #f4f4f4;
}

.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card {
    background: white;
    padding: 20px 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 2px;
    transition: all 100ms cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 0;
}

.even,
.odd {
    overflow: hidden;
}

.even {
    text-align: left!important;
}

#page-form-section div.text-center {
    padding-bottom: 5px;
}

#page-form-section .title,
#default-form-section .title {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
    color: #1da8e1;
    line-height: 1.35;
}

div#gdpr-disclaimer {
    font-size: 11px;
}

#content #gdpr-disclaimer p {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 10px 0px;
}

#content .card p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

#content #gdpr-disclaimer ul {
    padding-left: 15px;
}

#content ul.disc li,
#content #gdpr-disclaimer ul li {
    list-style-type: disc;
}

.blog-post-wrapper a,
.card a.underlined,
.homepage a.underlined,
#copyright a.underlined {
    transition: 200ms;
    color: #333;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 2px;
}

.card a {
    color: #333;
}

.blog-post-wrapper a:hover,
.blog-post-wrapper a:active,
.card a.underlined:hover,
.card a.underlined:active,
.homepage a.underlined:hover,
.homepage a.underlined:active,
#copyright a.underlined:hover,
#copyright a.underlined:active {
    text-decoration: none;
    border-bottom-color: #333;
}

form .boxsized {
    font-size: 13px;
}

label {
    font-weight: normal;
    margin-bottom: 0;
}

.info-badge {
    color: #3d3d3d;
    font-family: georgia;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50%;
    border: 1px solid #666666;
    text-align: center;
    line-height: 1.3;
    top: -1px;
    left: 5px;
    font-weight: 800;
    font-size: 11px;
    cursor: pointer;
}

.info-badge:hover .info-tag,
.info-tag:hover {
    display: inline;
}

.info-tag {
    font-family: Arial;
    color: white;
    font-size: 11px;
    border-radius: 5px;
    display: none;
    background-color: #1da8e1;
    padding: 5px 15px;
    min-width: 200px;
    position: absolute;
    text-align: left;
    font-weight: 500;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
}

.info-tag:before {
    content: '';
    width: 13px;
    height: 13px;
    background-color: #1da8e1;
    display: inline;
    position: absolute;
    left: -6px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

#contactForm .privacy-form input[type=checkbox]:checked+label:after {
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    width: 20px;
    height: 9px;
}

.btn {
    background-color: #1da8e1;
    color: #fff;
}

#contactForm input.btn:hover,
#contactForm input.btn:focus {
    color: white;
}

#contactForm input.btn {
    margin: 20px 0;
}

#contactForm input,
#contactForm select,
#newsletter input,
#signup input.form-control,
#newsletter select,
#signup select.form-control,
textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-radius: 3px;
    box-shadow: inset 0px 0px 1px 0px #a2a2a2;
    padding: 7px;
}

.cta a.btn,
.card .btn,
.load-articles a.btn {
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.7;
    font-weight: 500;
}

.privacy-form {
    font-size: 14px;
    font-size: 1.4rem;
    color: #5b5b5b;
}

#contactForm .privacy-form input[type="checkbox"],
#contactForm .privacy-form input[type="radio"] {
    padding: 0;
    display: none;
}

#contactForm input[type="checkbox"],
#contactForm input[type="radio"] {
    box-sizing: border-box;
    box-shadow: none;
    width: auto;
}

#contactForm input,
#contactForm select,
#newsletter input,
#signup input.form-control,
#newsletter select,
#signup select.form-control,
textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-radius: 3px;
    box-shadow: inset 0px 0px 1px 0px #a2a2a2;
    padding: 7px;
}

#contactForm .privacy-form label {
    background: no-repeat;
    padding: 0;
    height: auto;
    width: auto;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    position: relative;
    left: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

#contactForm .privacy-form label:before {
    content: "";
    border: 2px solid black;
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    left: -30px;
    top: 2px;
}

#contactForm .privacy-form label:after {
    position: absolute;
    content: "";
    top: -1px;
    left: -29px;
    transform: rotate(-45deg);
}

#contactForm .privacy-form input[type="checkbox"],
#contactForm .privacy-form input[type="radio"] {
    padding: 0;
    display: none;
}

#contactForm input[type="checkbox"],
#contactForm input[type="radio"] {
    box-sizing: border-box;
    box-shadow: none;
    width: auto;
}

#contactForm .privacy-form .info-badge {
    left: 30px;
}

#contactForm input.success,
#contactForm select.success {
    background-color: #e6e8ce;
    background-image: url(http://www.mintel.com/assets/themes/mintel/images/form-sprite.png);
    background-repeat: no-repeat;
    background-position: 98% -22px;
}

#contactForm input.error,
#contactForm select.error {
    background-color: #f2dfe3;
    background-image: url(http://www.mintel.com/assets/themes/mintel/images/form-sprite.png);
    background-repeat: no-repeat;
    background-position: 98% 9px;
}

#contactForm label.error,
#contactForm label.error a {
    color: red;
    background-color: #f4f4f4;
}