
/*

Style   : PwC Landing Page Framework
Version : 1.0
Author  : Ben Legate

Copyright © All rights Reserved 

*/


/*------------------------
[TABLE OF CONTENTS]
    


/* 1. GLOBAL STYLES
----------------------*/

html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    color: #2d2d2d;
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    font-size: 16px;
    line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Charter ITC", Georgia, Serif;
    line-height: 1.3em;
    margin-top: 0;
    word-wrap: break-word;
    font-style: normal;
    font-weight: normal;
}

h1 {
    font-size: 2.5em;
}

h1.2 {
 font-size: 3em;
}

ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

ul.divide-lines li {
    border-bottom: 2px solid #fff;
    padding: 10px 0px 10px 0px;
    margin-bottom: 0px !important;
}

.large {
    font-size: 18px;
    line-height: 1.5;
}

.small {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.orange {
    color: #d04a02;
}

.red {
    color: #e0301e;
}

.rose {
    color: #d93954;
}

.tangerine {
    color: #eb8c00;
}

.burgundy {
    color: #a32020;
}

.maroon {
    color: #602320;
}

.black {
    color: #404041;
}

.bg-rose {
    background: #d93954;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}

.bg-tangerine {
    background: #eb8c00;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}

.bg-orange {
    background: #d04a02;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}

.bg-black {
    background: #2d2d2d;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}

.btn-rose {
    color: #fff;
    background-color: #d93954 !important;
    border-color: #d93954 !important;
}

.btn-rose:hover {
    color: #fff;
    background-color: #b93147 !important;
    border-color: #b93147 !important;
}

.btn-burgundy {
    color: #fff;
    background-color: #a32020 !important;
    border-color: #a32020 !important;
}

.btn-burgundy:hover {
    color: #fff;
    background-color: #891d1f !important;
    border-color: #891d1f !important;
}


.btn-tangerine {
    color: #fff;
    background-color: #eb8c00 !important;
    border-color: #eb8c00 !important;
}

.btn-orange {
    color: #fff;
    background-color: #d04a02 !important;
    border-color: #d04a02 !important;
}

a.btn-burgundy-outline {
    color: #a32020;
    background-color: transparent !important;
    border: solid 1px #a32020 !important;
}

a.btn-burgundy-outline:hover {
    color: #ffffff;
    background-color: #891d1f !important;
    border: solid 1px #891d1f !important;
}

.btn-invert {
    color: #fff;
    background-color: transparent !important;
    border-color: #fff !important;
}

.stats-small {
    font-size: 4em;
    font-family: "Helvetica Neue Light", Arial, Sans-Serif;
    margin-top: 30px;
    word-wrap: break-word;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    height: 50px;
}

.stats-medium {
    font-size: 4em;
    font-family: "Helvetica Neue Light", Arial, Sans-Serif;
    margin-top: 30px;
    word-wrap: break-word;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    height: 50px;
}

.stats-large {
    font-size: 4em;
    font-family: "Helvetica Neue Light", Arial, Sans-Serif;
    margin-top: 30px;
    word-wrap: break-word;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    height: 50px;
}

.text-highlight span {
    box-shadow: 0 0 0 10px #2d2d2d;
    background-color: #2d2d2d;
    line-height: 1.5;
    color: #fff;
}

/* iPad style tweaks
----------------------*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

.form-control,
.form-group p {
 font-size: 14px !important;
}

#events .section-light ul li,
.section-bg-header .title ul li,
.large,
.card-header
{
    font-size: 16px !important;
}

lead,
.lead-dark,
.speaker-details .lead,
.speaker-details-wide .lead,
.form-container h2,
.form-container-light h2,
.form-container-white h2,
.form-container-tangerine h2,
.form-container-dark h2 {
    font-size: 18px !important;
}

.related-content h3,
.stats h3 {
 font-size: 20px !important;
}

.black-indent h3,
.info h3,
.white-indent h3 {
    font-size: 24px !important;
}

.pull-out,
.blog-sub-title h1,
.blog-sub-title span.h1{
    font-size: 28px !important;
}

.section-bg-header .title h1,
.section-bg-header .title span.h1 {
    font-size: 32px !important;
}

h1 {
    font-size: 36px !important;
}

span.stats-large,
.stats-large,
.stats-medium {
    font-size: 40px !important;
}

.info,
.image {
    width: 100% !important;
}

.info .description {
    padding: 0px 20px 0px 20px !important;
    font-size: 16px !important;
}

}


/* Smaller devices */

@media (max-width: 400px) {
    h1 {
        font-size: 2em;
    }
    .section-bg-header .title,
 .title{
        background: #2d2d2d;
        padding: 30px 30px 15px 30px !important;
        margin: 0 0 30px -15px !important;
    }
    .section-bg-header .title ul li,
 .title ul li {
        font-size: 16px !important;
        margin-bottom: 5px;
    }
}

ul li {
    list-style: none;
    list-style-position: inside;
}

ul.c li {

 list-style: circle;
 list-style-position: inside;
}

ul.c.sm li {

 list-style: circle;
 list-style-position: inside;
 font-size: 14px !important;
 line-height: 1.5 !important;
}

p {
    color: #464646;
}

a {
    color: #2d2d2d;
    text-decoration: underline;
}

a:hover {
    color: #2d2d2d;
    text-decoration: underline;
}

.lead {
    color: #7D7D7D;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    font-weight: normal;
}

.lead-dark {
    color: #2d2d2d;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    font-weight: normal;
}

.section-white {
    padding: 50px 0 50px 0px;
    background: #fff;
    display: inline-block;
    width: 100%;
}


.section-light {
    padding: 50px 0 50px 0px;
    background: #F2F2F2;
    display: inline-block;
    width: 100%;
}

.section-light-no-padding {
    padding: 0px 0px 0px 0px;
    background: #F2F2F2;
    display: block;
    width: 100%;
}

.section-white-no-padding {
    padding: 0px 0px 0px 0px;
    background: #ffffff;
    display: block;
    width: 100%;
}

#blog .section-light {
    padding: 25px 0 25px 0px;
    background: #F2F2F2;
    display: inline-block;
    width: 100%;
}

#events .section-light {
    padding: 25px 25px 20px 25px;
    background: #F2F2F2;
    display: inline-block;
    width: 100%;
}

#events .section-light {
    font-size: 20px;
}

#events .section-light ul li {
    margin-bottom: 10px;
}

.title ul li.date-light {
    position: relative;
    padding-left: 40px;
}
.title ul li.date-light:before {
    content: '';
    width: 24px;
    height: 29px;
    position: absolute;
    background-image: url(https://image.s50.sfmc-content.com/lib/fe31117075640475701c74/m/1/0d2998bc-bba2-4352-9451-2c1f6f3a4fa8.png);
    background-size: cover;
    left: 0;
}
.title ul li.time-light {
    position: relative;
    padding-left: 40px;
}
.title ul li.time-light:before {
    content: '';
    width: 24px;
    height: 25px;
    position: absolute;
    background-image: url(https://image.s50.sfmc-content.com/lib/fe31117075640475701c74/m/1/04ca513a-41c4-4286-bd09-9cf6c542eade.png);
    background-size: cover;
    left: 0;
}
.title ul li.location-light {
    position: relative;
    padding-left: 40px;
}
.title ul li.location-light:before {
    content: '';
    width: 24px;
    height: 28px;
    position: absolute;
    background-image: url(https://image.s50.sfmc-content.com/lib/fe31117075640475701c74/m/1/b4a8d200-a9df-455c-9d3c-9f4c47ac66be.png);
    background-size: cover;
    left: 0;
}

.section-light ul li.date-dark,
ul li.date-dark{
    position: relative;
    padding-left: 40px;
}
.section-light ul li.date-dark:before,
ul li.date-dark:before{
    content: '';
    width: 24px;
    height: 27px;
    position: absolute;
    background-image: url(https://image.s50.sfmc-content.com/lib/fe31117075640475701c74/m/1/9eedf65d-01d1-40c3-a6ed-6ffa77597b76.png);
    background-size: cover;
    left: 0;
}
.section-light ul li.time-dark,
ul li.time-dark{
    position: relative;
    padding-left: 40px;
}
.section-light ul li.time-dark:before,
ul li.time-dark:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url(https://image.s50.sfmc-content.com/lib/fe31117075640475701c74/m/1/d6a010ba-98b2-43c0-a92b-dea5ccd1e07c.png);
    background-size: cover;
    left: 0;
}
.section-light ul li.location-dark,
ul li.location-dark{
    position: relative;
    padding-left: 40px;
}
.section-light ul li.location-dark:before,
ul li.location-dark:before{
    content: '';
    width: 24px;
    height: 28px;
    position: absolute;
    background-image: url(https://image.s50.sfmc-content.com/lib/fe31117075640475701c74/m/1/351973f3-4c77-4224-aea5-dee738e2c19a.png);
    background-size: cover;
    left: 0;
}

.card-body ul li.date-dark,
.card-body ul li.location-dark,
.card-body ul li.time-dark {
margin-bottom: 15px;
}


#events .section-light a {
    color: #2d2d2d;
    text-decoration: underline;
}

.section-dark {
    padding: 50px 0 50px 0px;
    background: #2d2d2d;
    display: inline-block;
    width: 100%;
}

.section-yellow {
    padding: 50px 0 50px 0px;
    background: #FFB600;
    display: inline-block;
    width: 100%;
}

.section-orange {
    padding: 50px 0 50px 0px;
    background: #d04a02;
    display: inline-block;
    width: 100%;
}

.section-tangerine {
    padding: 50px 0 50px 0px;
    background: #eb8c00;
    display: inline-block;
    width: 100%;
}

.section-light-pattern {
    padding: 50px 0 50px 0px;
    background: url(https://image.s50.sfmc-content.com/lib/fe31117075640475701c74/m/1/cd69557e-4f37-416c-8b79-06164288b989.png);
 background-size: cover;
 background-position: top center;
    display: inline-block;
    width: 100%;
}

.section-dark-pattern {
    padding: 50px 0 50px 0px;
    background: url(https://image.s50.sfmc-content.com/lib/fe31117075640475701c74/m/1/e0915e2f-8ce5-467a-802f-79da8880e4b7.png);
 background-size: cover;
 background-position: top center;
    display: inline-block;
    width: 100%;

}

.section-header {
    padding: 25px 0 25px 0px;
    background: #F2F2F2;
}

.section-header-light {
    padding: 25px 0 25px 0px;
    background: #F2F2F2;
}

.section-header-white {
    padding: 25px 0 25px 0px;
    background: #FFFFFF;
}

.section-header-dark {
    padding: 25px 0 25px 0px;
    background: #2D2D2D;
}

.section-header-transparent {
    padding: 25px 0 25px 0px;
    background: #ccc;
}

.hero-bg-header {
 background-size: cover;
 background-repeat: no-repeat;
 background-position: top center;
 height: 515px;
 margin-top: 0px;
 padding-top: 0px;
}

.hero-bg-header-logo {
margin-top: 30px;
}

.hero-bg-overlay {
 margin: -270px 0 30px 0;
}

.section-bg-header {
    /* height: 254px; */
    padding-top: 221px;
    margin-top: -50px;
}

.section-bg-header .title,
.title {
    background: #2d2d2d;
    padding: 30px 30px 15px 999px;
    margin: 0 0 30px -999px;
    min-height: 271px;
    color: #fff;
}

.section-bg-header .title,
.title p {
    color: #fff;
}

.section-bg-header .title ul,
 .title ul{
    margin-top: 20px;
}

.section-bg-header .title ul li,
.title ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.section-bg-header .title ul li a,
.title ul li a {
    color: #fff;
    text-decoration: underline;
}

.section-bg-header .title h1,
.title h1 {
    font-size: 36px;
}

.blog-bg-header {
    background-image: url('https://image.email.pwc.com/lib/fe4311717564047d751773/m/1/06bc77ad-2032-4e76-add1-7e08a4da730d.jpg');
    background-size: cover;
    background-position: top center;
}

.subscription-bg-header {
    background-image: url('https://image.email.pwc.com/lib/fe4311717564047d751773/m/1/d24b543d-3364-40d1-92b5-7c3148a9e044.jpg');
    background-size: cover;
    background-position: top center;
}

.blog-bg-header .title {
    background: #2d2d2d;
    padding: 25px 30px 5px 999px;
    margin: 0 0 0 -999px;
}

.blog-bg-header .title h1 {
    font-size: 36px;
}

.form-group {
    margin-bottom: 1rem;
}

.slim .form-group,
#blog .form-group {
    margin-bottom: 0.5rem;
}

.section-footer {
    padding: 50px 0 50px 0px;
    background: #7D7D7D;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
}

#blog .section-footer {
    padding: 50px 20px 50px 20px;
    background: #7D7D7D;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
}

.section-footer-social {
    background: #2D2D2D;
    color: #ffffff;
    text-align: center;
    padding: 25px 0 25px 0;
}

.card {
    border-radius: 0px;
    border: 0pt none;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #2d2d2d;
    color: #ffffff;
    border-bottom: none;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0px;
}

.card-header a,
.card-header:link,
.card-header a:link{
color: #ffffff;
text-decoration: none;}

.card-header:hover {
 cursor: pointer;
}

.card-header:first-child {
    border-radius: 0px;
}

.card-header a.collapsed:after {
    content: '+';
}

.card-header a:after {
    content: '-';
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 30px;
}

.card-body .speaker-details {
    padding: 0px 15px 15px 15px;
    float: left;
    width: 75%;
}

.show {
    display: none;
}

.section-split {
    background: linear-gradient( to bottom, #F2F2F2 0%, #F2F2F2 100%, #ffffff 100%, #ffffff 100%);
}

.section-split-light {
    background: linear-gradient( to bottom, #F2F2F2 0%, #F2F2F2 100%, #ffffff 100%, #ffffff 100%);
}

.section-split-white {
    background: linear-gradient( to bottom, #FFFFFF 0%, #FFFFFF 100%, #F2F2F2 100%, #F2F2F2 100%);
}

.section-split-dark {
    background: linear-gradient( to bottom, #2D2D2D 0%, #2D2D2D 100%, #F2F2F2 100%, #F2F2F2 100%);
}

.section-split-dark h1,
.section-bg-header .title h1,
.blog-bg-header .title h1 {
    color: #FFFFFF;
}

.section-split-dark .lead,
.section-bg-header .title .lead,
.blog-bg-header .title .lead,
.title .lead {
    color: #F2F2F2;
}

.blog-sub-header {
    background: url(https://image.email.pwc.com/lib/fe4311717564047d751773/m/1/06bc77ad-2032-4e76-add1-7e08a4da730d.jpg);
    background-size: cover;
    background-position: top center;
}

.subscription-sub-header {
    background: url(https://image.email.pwc.com/lib/fe4311717564047d751773/m/1/d24b543d-3364-40d1-92b5-7c3148a9e044.jpg);
    background-size: cover;
    background-position: top center;
}

.blog-sub-title {
 background: ;
}

.blog-sub-title img {
 margin: 20px 0px 0px 30px;
 display: inline-block;
}

.blog-sub-title h1,
.blog-sub-title span.h1{
    font-family: "Charter ITC", Georgia, Serif;
    font-size: 30px;
    font-weight: normal;
    background: #2d2d2d;
    color: #fff;
    display: inline-block;
    margin: 40px 15px 10px 10px;
}

.blog-sub-title p,
.blog-sub-title span.p {
    font-size: 16px !important;
    font-weight: normal;
    background: #2d2d2d;
    color:#fff;
    display: inline-block;
    margin:0px 15px 40px 10px;
}

@media (min-width: 1200px) {
.blog-sub-title h1,
.blog-sub-title span.h1 {
margin: 40px 15px 10px -40px;
}
.blog-sub-title p,
.blog-sub-title span.p {

    margin:0px 15px 40px -40px;
}
}

.column-flex-container {
    display: flex;
    width: 100%;
}

.flex-column {
    flex: 0 auto;
}


/*Modifying checkbox styling
      Code Source: http://www.csscheckbox.com/checkbox/43498/blue-check-small-shadow-css-checkbox/*/

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 2.5em;
    height: 25px;
    display: inline-block;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -25px;
}

label.css-label {
    background-image: url(https://image.email.pwc.com/lib/fe4311717564047d751773/m/1/4dbaccd9-c8f2-4cb3-8ee8-d82fd72f966d.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Smaller devives */

@media (max-width: 578px) {
    .section-white,
    .section-light,
    .section-dark,
    .section-footer {
        padding: 25px 0 25px 0px;
    }
    .hide {
        display: none;
    }
    .show {
        display: inline-block;
        margin: 20px 0px;
    }
    .section-footer ul li {
        display: block !important;
        margin-left: 0px !important;
    }
    .section-bg-header {
        margin-top: -30px;
    }
    .section-bg-header .title {
        /* width: 100%; */
    }
    .column-flex-container {
        display: initial;
        width: 100%;
    }
    .flex-column {
        flex: none;
    }

}


/* FORM STYLES
----------------------*/

.form-container {
    background: #2D2D2D;
    color: #fff;
    padding: 30px 20px 30px 20px;
    margin-bottom: 6px;
}

.form-container p,
.form-container a,
.form-container-dark p,
.form-container-dark a {
    color: #fff;
    margin-bottom: 0px;
}

.form-container a,
.form-container-dark a {
    text-decoration: underline;
}

.form-container-dark {
    background: #2D2D2D;
    color: #fff;
    padding: 20px 20px 20px 20px;
    margin-bottom: 6px;
}

.form-container-light {
    background: #F2F2F2;
    color: #000000;
    padding: 20px 20px 20px 20px;
    margin-bottom: 6px;
}

.form-container-white {
    background: #FFFFFF;
    color: #000000;
    padding: 20px 20px 20px 20px;
    margin-bottom: 6px;
}

.form-container-tangerine {
    background: #eb8c00;
    color: #000000;
    padding: 20px 20px 20px 20px;
    margin-bottom: 6px;
}

.form-container h2,
.form-container-light h2,
.form-container-white h2,
.form-container-tangerine h2,
.form-container-dark h2,
.form-container-burgundy h2 {
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.form-header {
    background: #D93855;
    color: #fff;
    margin: -20px -20px 20px -20px;
    padding: 15px 20px 15px 20px;
}

.form-header-tangerine {
    background: #eb8c00;
    color: #fff;
    margin: -20px -20px 20px -20px;
    padding: 15px 20px 15px 20px;
}

.form-header-burgundy {
    background: #a32020;
    color: #fff;
    margin: -20px -20px 20px -20px;
    padding: 15px 20px 15px 20px;
}

.form-header h2,
.form-header-burgundy h2 {
    margin-bottom: 0px;
}


/* Smaller devives */

@media (max-width: 578px) {
    .form-container h2 {
        font-size: 20px;
        line-height: 1.25;
    }
    ul li {
        list-style-position: outside;
        list-style: none;
    }
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    color: #464646;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

::placeholder {
    color: #464646;
}

.form-container-white input[type="email"],
.form-container-white input[type="number"],
.form-container-white input[type="search"],
.form-container-white input[type="text"],
.form-container-white input[type="tel"],
.form-container-white input[type="url"],
.form-container-white input[type="password"],
.form-container-white textarea {
    color: #464646;
    background: #F2F2F2;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0pt none;
}

.form-container-tangerine input[type="email"],
.form-container-tangerine input[type="number"],
.form-container-tangerine input[type="search"],
.form-container-tangerine input[type="text"],
.form-container-tangerine input[type="tel"],
.form-container-tangerine input[type="url"],
.form-container-tangerine input[type="password"],
.form-container-tangerine textarea {
    color: #464646;
    background: #F2F2F2;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0pt none;
}

.form-container-light input[type="email"],
.form-container-light input[type="number"],
.form-container-light input[type="search"],
.form-container-light input[type="text"],
.form-container-light input[type="tel"],
.form-container-light input[type="url"],
.form-container-light input[type="password"],
.form-container-light textarea {
    color: #464646;
    background: #FFFFFF;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0pt none;
}

.form-container-light select,
.form-container select,
form select {
    background: #fff url(https://image.email.pwc.com/lib/fe4311717564047d751773/m/1/7c73be01-6e8e-4638-8e5b-1c50f05f6601.png) right 15px center no-repeat;
    background-size: 15px 15px;
    height: auto;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-: none;
 color: #6C757D !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0pt none;
}

.form-container-white select {
    background: #F2F2F2 url(https://image.email.pwc.com/lib/fe4311717564047d751773/m/1/7c73be01-6e8e-4638-8e5b-1c50f05f6601.png) right 15px center no-repeat;
    background-size: 15px 15px;
    height: auto;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-: none;
 color: #6C757D !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0pt none;
}

.form-container-tangerine select {
    background: #F2F2F2 url(https://image.email.pwc.com/lib/fe4311717564047d751773/m/1/7c73be01-6e8e-4638-8e5b-1c50f05f6601.png) right 15px center no-repeat;
    background-size: 15px 15px;
    height: auto;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-: none;
 color: #6C757D !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0pt none;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button-primary {
    padding: 0 30px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    .button-primary {
        padding: 0 15px;
    }
    .form-container h2 {
        font-family: "Helvetica Neue", Arial, Sans-Serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.25;
    }
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary,
.button-primary {
    color: #FFF;
    background-color: #E0301E;
    border-color: #E0301E;
    border-radius: 0px;
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    font-weight: bold;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    margin: 0 0 0 0;
 font-size: 18px;
text-decoration: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus,
.button-primary:focus {
    background-color: #bc2a22;
    border-color: #bc2a22;
    color: #FFF;
    text-decoration: none;
}

.error-message {
    color: #FFF;
    background-color: #E0301E;
    display: block;
    padding: 10px 20px;
    margin: 0 0 10px 0;
}

.error-message-hide {
    display: none;
}

input[type="email"].error,
input[type="number"].error,
input[type="search"].error,
input[type="text"].error,
input[type="tel"].error,
input[type="url"].error,
input[type="password"].error,
textarea.error,
select.error {
    border: solid 1px #E0301E;
    background: #FBE6E4;
    color: #2d2d2d;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-size: 16px;
    height: 50px;
    letter-spacing: 0;
    text-transform: none;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    font-weight: bold;
}


/* Smaller devives */

@media (max-width: 578px) {
    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    .button-primary,
    input.button-primary {
        width: 100%;
        padding: 0 0 0 0;
    }
    .section-split-light .form-container h2,
    .section-split-white .form-container h2 {
        color: #ffffff !important;
    }
}

.label-body {
    font-size: 16px;
    line-height: 20px;
    margin: -20px 0px 20px 30px;
    display: inline-block;
}


/* VIDEO
----------------------*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* PULL OUT
----------------------*/

.pull-out {
    text-align: left;
    font-size: 36px;
    line-height: 1.25;
    font-family: "Charter ITC", Georgia, Serif;
}

.section-dark-pattern.pull-out p {
    color: #fff;
}

.section-white-pattern.pull-out p {
    color: #2d2d2d;
}

span.description {
    color: #fff;
    font-size: 24px;
    font-family: "Charter ITC", Georgia, Serif;
    text-align: left;
}

span.stats-large {
    font-size: 80px;
    font-family: "Helvetica Neue Light", Arial, Sans-Serif !important;
    word-wrap: break-word;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 300;
    margin: 0 0 0 0;
    height: auto !important;
}


/* BREAKOUT WHITE INDENT
----------------------*/

.white-indent h3 {
    margin-top: -50px;
    display: inline-block;
    width: 90%;
    font-size: 28px;
    line-height: 1.25;
    background-color: #fff;
    padding: .4em 0;
    font-family: "Charter ITC", Georgia, Serif;
 padding: 10px 10px 0 0;
}

.black-indent h3,
.info h3 {
    margin-top: -30px;
    display: inline-block;
    width: 90%;
    font-size: 28px;
    line-height: 1.25;
    background-color: #2d2d2d;
    padding: 15px 20px;
    font-family: "Charter ITC", Georgia, Serif;
    margin-bottom: 0;
    color: #fff;
}

.white-indent img,
.black-indent img {
    margin-bottom: -20px;
}

.icon img {
    margin: 5px 10px 0 0;
}

.white-indent .icon img,
.black-indent .icon img {
    margin: -5px 10px 0 0;
}


/* FOOTER STYLES
----------------------*/

.section-footer ul li {
    display: inline;
    margin: 0 30px 0 0;
}

.section-footer ul li a {
    text-decoration: none;
}

.section-footer a {
    color: #ffffff;
    text-decoration: underline;
}

.section-footer p {
    color: #ffffff;
}

.section-footer-social ul {
    display: inline-block;
}

.section-footer-social ul li {
    display: inline;
    margin: 0 10px 25px 0;
}

.section-footer-social ul li a img {
    width: 28px;
    height: 28px;
    margin: -10px 0 0 0;
}

.section-footer-social span {
    font-size: 28px;
    font-family: "Charter ITC", Georgia, Serif;
    margin: 0 10px 0 0;
    display: inline-block;
}


/* RELATED CONTENT STYLES
----------------------*/

.related-content img,
.breakout-content img {
    margin-bottom: 10px;
}

.related-content h3,
.stats h3 {
    font-family: "Charter ITC", georgia, serif;
    font-size: 1.5em;
    line-height: 1.3em;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    color: #2d2d2d;
    display: inline-block;
    word-break: break-word;
    margin-bottom: 10px;
}

.related-content h3 a {
    color: #2d2d2d;
text-decoration: none;
}

.related-content h3 a:hover {
text-decoration: underline;
}

.related-content h4,
.testimonial h4,
.stats h4,
.breakout h4,
.section-white h4,
.section-light h4,
.section-dark h4,
h4 {
    margin-bottom: 20px;
    font-size: 1.25em;
    font-weight: bold;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    color: #7d7d7d;
}

legend {
    margin: 0px 0px 20px 5px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    color: #2d2d2d;
}

.sponsors h4 {
    margin-bottom: 20px;
    font-size: 1.25em;
    font-weight: bold;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    color: #ffffff;
}
.section-white.sponsors h4,
.section-light.sponsors h4{
    margin-bottom: 20px;
    font-size: 1.25em;
    font-weight: bold;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    color: #7d7d7d;
}

.section-dark.sponsors p.small {
    color: #ffffff;
}

.section-white.sponsors p.small,
.section-light.sponsors p.small{
    color: #7d7d7d;
}

.section-yellow h4 {
    margin-bottom: 20px;
    font-size: 1.25em;
    font-weight: bold;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    color: #2d2d2d;
}

.section-orange h4 {
    margin-bottom: 20px;
    font-size: 1.25em;
    font-weight: bold;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    color: #2d2d2d;
}

.section-tangerine h4 {
    margin-bottom: 20px;
    font-size: 1.25em;
    font-weight: bold;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    color: #2d2d2d;
}

.images img {
    margin-bottom: 20px;
}


/* TESTIMONIAL/SPEAKER STYLES
----------------------*/

.insight img {
    padding: 0px 15px 15px 0px;
}

.insight .lead {
    font-family: "Charter ITC", georgia, serif;
    color: inherit;
    font-size: 1.25em;
    margin: 0px 0px 10px 0px;
}

.insight .lead p {
    font-family: "Charter ITC", georgia, serif;
    color: inherit;
    font-size: 1.429em;
    margin-bottom: 15px;
}

.insight p.job-title {
    color: inherit;
    font-size: 17px;
    margin-bottom: 15px;
}

.insight p.job-title img {
    padding: 10px 0 0 0;
}

.insight {
    font-size: 18px;
    line-height: 1.5;
}

.insight img.social-icon {
    padding: 10px 0px 0px 0px;
}

.bg-speaker,
.bg-white {
    background: #fff;
}

.info,
.image {
    float: left;
    width: 50%;
}

.info .description {
    padding: 10px 20px 20px 20px;
    font-size: 18px;
}

.speaker-avatar {
    float: left;
    width: 25%;
}

.speaker-avatar-wide {
    float: left;
    width: 100%;
}

.speaker-details-wide {
    padding: 15px;
    float: left;
    width: 100%;
}

.speaker-details {
    padding: 15px;
    float: left;
    width: 75%;
}

.speaker-details .lead,
.speaker-details-wide .lead {
    font-family: "Charter ITC", georgia, serif;
    color: inherit;
    font-size: 24px;
    margin: 0 0 8px 0;
}

.speaker-details p,
.speaker-details-wide p {
    font-size: 16px;
    line-height: 22px;
}

.speaker-details a.burgundy {
    text-decoration: none;
}

.speaker-details a.burgundy:hover {
    text-decoration: underline;
    color: #891d1f;
}


.speaker-details ul,
.speaker-details-wide ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}

.speaker-details ul li,
.speaker-details-wide ul li {
    display: inline-block;
    margin: 0 5px 0 0 !important;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #7d7d7d;
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 4px;
    height: 105%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 40px;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #7d7d7d;
    left: 0px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.agenda-time {
    font-size: 40px;
    font-family: "Helvetica Neue Light", Arial, Sans-Serif !important;
    font-weight: 300;
    margin: 0 0 0 0;
    width: 110px;
    display: inline-block;
    padding: 0 0 0 0;
}


/* DOWNLOAD STYLES
----------------------*/

img.download {
    margin: 0 0 50px 0;
    text-align: center;
}

.section-split-light .file-size,
.section-split-white .file-size {
    margin: 0 0 0 20px;
    color: #2d2d2d;
}

.section-split-dark .file-size {
    margin: 0 0 0 20px;
    color: #f2f2f2;
}

@media (max-width: 578px) {
    .file-size {
        margin: 15px 0 0 0px !important;
        text-align: center;
        display: block;
    }
    .section-footer-social span {
        font-size: 28px;
        font-family: "Charter ITC", Georgia, Serif;
        margin: 0px 0px 20px 0;
        display: block;
    }
    .section-footer-social ul li {
        display: inline;
        margin: 10px 0px 25px 0;
    }
    .insight .lead {
        font-family: "Charter ITC", georgia, serif;
        color: inherit;
        font-size: 1em;
        margin: 0px 0px 10px 0px;
    }
    .insight p.job-title {
        color: inherit;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .info,
    .image {
        float: left;
        width: 100%;
    }
.text-highlight 
{ margin-bottom: 15px;}
}
