html, body {
font-family:'proxima-nova', Helvetica, Arial, Lucida, sans-serif;
height: 100%;
}
body {
font-size: 16px;
color:#3e3e3e;
}
ul, ol {
margin-bottom: 0;
}
ul {
 padding-left:17px;
}      
.semi-bold {
font-weight:700;
}
.bold {
font-weight:700;
}
.clear {
clear: both;
}
a:focus, a:hover {
text-decoration: none;
color:#002855;
cursor:hand; 
}

a {
color:#0057B8;
text-decoration:underline;
line-height: inherit;
cursor: pointer;     
}

a:visited {
color:#0057B8;
}

.row.is-flex {
display: flex;
flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
display: flex;
flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.row.is-flex:before, .row.is-flex:after{
display: none;
}

.row.is-flex > [class*='col-'] {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.py-4 {
padding-top:20px;
padding-bottom:20px;
}

.gradient-orange:before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: -moz-linear-gradient(left, rgba(251,161,53,0.2) 0%, rgba(255,106,19,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(251,161,53,0.2) 0%,rgba(255,106,19,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(251,161,53,0.2) 0%,rgba(255,106,19,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33fba135', endColorstr='#33ff6a13',GradientType=1 ); /* IE6-9 */
}

.banner-text-section {
margin-top:10px;
} 

.body-text {
font-size:16px;
line-height:32px;
margin:20px 0;
padding:0;
font-weight:400;
font-family:'proxima-nova', sans-serif;
color:#3e3e3e;
} 
.btn-group {
margin-top:40px!important;
margin-bottom:40px!important;
width:100%;
}
.dropdown-menu {
margin-top: 0;
min-width: 235px;
border-radius: 0;
top: 93%;
border: thin solid #FF6A13;
}
.dropdown-menu>li>a {
text-decoration: none;
}
.dropdown-menu>li>a i {
font-family: "Font Awesome 5 Brands"!important;
}
button.button {
background-color:#FF6A13;
color:#fff;
text-align: center;
display: inline-block;
font-family:'proxima-nova',sans-serif;
font-size: 16px;
height:40px;
outline: none;
min-width:235px;
margin: 0;
border-radius:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;      
border: 2px solid transparent;
cursor: pointer;
max-width: 100%;
white-space: nowrap;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
behavior: url('https://go.euromonitor.com/rs/805-KOK-719/images/PIE.htc');
} 
#PartnerTitle {
margin-bottom: 45px;
}
@media screen and (max-width: 768px) {

.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
display: block;
}
.dropdown-menu{
margin-top: 0;
}
.dropdown-toggle{
margin-bottom: 2px;
}
.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
margin-bottom: 0;
}
}     
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0;
font-weight: normal;
}
h1 {

font-size: 26px;
font-weight:700;
}

h2 {
line-height: 110%;
font-size: 24px;
color:#34657F;
font-family:'proxima-nova', sans-serif;
font-weight: 500;
}

h3 {
color:#34657F;
font-size: 21px;
line-height: 150%;
font-family:'proxima-nova', sans-serif;
font-weight: 500;
}
h4 {
color:#707070;
font-size: 17px;
line-height: 150%;
}
h5 {
color: #000;
font-size: 19px;
line-height: 150%;
}
.bodycopy h3{margin-bottom:10px;}
.bodycopy ul{margin-bottom:20px;}
.speaker-image {float:left; padding-right:15px;width:25%;}
.orange-underline:after {content:' ';display:block;border:2px solid #FF6A13;width:30px;margin-top:10px;margin-bottom:10px;}
.white-underline:after {content:' ';display:block;border:2px solid #FFFFFF;width:30px;margin-top:10px;margin-bottom:10px;}
.subtitle {margin-top:15px;}     
.speaker-text {float: left;width:75%;}     
.speaker-text h4{margin-bottom: 0;}     
.speaker-text p, .speaker-text {line-height:20px;margin-bottom:0;color:#34657F;}
.white-text {
color: #ffffff;
}

img {
max-width:100%!important;
} 

p {
font-size:16px;
line-height: 24px;
font-weight: normal;
}      
ul {
  text-decoration: none;        
}
ul li:before {
  content:'';
  color:#34657F;
}
.container{width: 100%;}
@media (min-width: 460px){.container {max-width: 767px;}}
@media (min-width: 768px){.container {max-width: 1199px;}}
@media (min-width: 1200px){.container {max-width: 1200px;}}
@media (min-width: 1400px){.container {max-width: 1200px;}}

.border-bottom {
border-bottom-color:#717171;
}

#logo {
padding: 5px 0 20px;
}
/* MARKETO RESET STYLES.
* Get rid of those god-awful stylings created by a bunch of back-end engineers
* who don't know anything about front-end development. */
.mktoOffset, .mktoGutter, .mktoClear, .mktoAsterix {
display: none !important; }

form, .mktoFieldDescriptor, .mktoFieldWrap, input, .mktoForm select.mktoField,.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList  {
width: 100% !important; }

form.mktoForm {
padding: 20px!important;
font-family:'proxima-nova', Helvetica, Arial, Lucida, sans-serif!important;
border:thin solid #EFEFEF;  
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius: 3px;    
behavior: url('https://go.euromonitor.com/rs/805-KOK-719/images/PIE.htc');     
}

.mktoForm h3, .mktoForm p {
margin-bottom:10px;
}
/* one item   */ 
.mktoFormCol:first-child:nth-last-child(2),
.mktoFormCol:first-child:nth-last-child(2) ~ .mktoFormCol {
width: 100%!important;
}

/* two items   */ 
.mktoFormCol:first-child:nth-last-child(3),
.mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
width:50%!important;
padding-right:2%;
}

.mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
padding-left:2%;
padding-right: 0;
}          

/* three items */
.mktoFormCol:first-child:nth-last-child(4),
.mktoFormCol:first-child:nth-last-child(4) ~ .mktoFormCol {
width: 32.3333%!important;
padding-right:1%;
}

/* four items  */  
.mktoFormCol:first-child:nth-last-child(5),
.mktoFormCol:first-child:nth-last-child(5) ~ .mktoFormCol {
width: 24%!important;
padding-right:1%;  
}          

.mktoForm fieldset {
padding: 0px !important;
margin: 0 !important;
border: 0; }
.mktoForm fieldset legend {
display: none !important; }
.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField, .mktoForm input {
height: inherit !important;
line-height: inherit !important;
font-size: inherit;
}
.mktoForm .mktoHtmlText {
font-family:'proxima-nova', Helvetica, Arial, Lucida, sans-serif!important;
display: block;
width: 100%!important;
font-size: 16px!important;
}
.mktoForm input[type="text"], .mktoForm input[type=text],  .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"],  .mktoButton, .mktoForm select.mktoField, .mktoForm input{
box-shadow: none!important;
font-family:'proxima-nova', Helvetica, Arial, Lucida, sans-serif!important;
display: block;
width: 100%!important;
height:unset!important;
padding:5px 0!important;
-webkit-appearance: none;
border:none!important;      
border-radius: 0;
border-bottom:1px solid #CACAC8!important;        
background-color:#fff!important;
font-size: 16px!important;
}

.mktoForm select.mktoField, .mktoForm textarea.mktoField {
box-shadow: none!important;
font-family:'proxima-nova', Helvetica, Arial, Lucida, sans-serif!important;
display: block;
width: 100%!important;
padding:5px 0px !important;
height:auto!important;	
-webkit-appearance: none;
border-radius: 0;
border-bottom:1px solid #CACAC8!important;     
background-color:#fff!important;
float:left!important;     
}		  

/* Style dropdown arrow */
.mktoForm select.mktoField {
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: "";
padding:5px 0px!important;
background: #fff url('https://go.euromonitor.com/rs/805-KOK-719/images/arrow-down.png') 95% 50% no-repeat!important;
height:unset!important;
color:#909090;	
}

.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
padding: 0;
float: left;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
margin-left: 1.8em!important;
margin-top: -1.1em!important;
margin-bottom: 0.3em!important;
line-height: 1.2em!important;
display: inline-block!important;
color:#909090!important;
float:none!important;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
float: left!important;
}
.mktoForm .mktoLabel {
float:none!important;
line-height: 1.2em;
padding-top: 0.3em;
width: 86%!important;
font-weight:normal!important;
font-size:12px;
font-family:'proxima-nova', Helvetica, Arial, Lucida, sans-serif!important;   
color:#909090;     
}

.mktoForm .mktoRequiredField label.mktoLabel {
font-family:'proxima-nova', Helvetica, Arial, Lucida, sans-serif!important;
font-weight:normal;     
}
    
.mktoForm .mktoCheckboxList {
padding:0;
}

.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
padding: 0;
display: none!important;
}

.mktoForm .mktoRadioList > label a, .mktoForm .mktoCheckboxList > label a {
color:#34637d;
text-decoration:underline;
padding:0;
}
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
padding: 0.3em;
float: left;
}
body .mktoForm .mktoCheckboxList > label {
margin-left: 0;
color:#909090!important;
font-family: 'proxima-nova', Helvetica, Arial, Lucida, sans-serif!important;
font-size: 14px;
line-height: 20px;
font-weight:normal!important}
.mktoCheckboxList input + label:before {
content: '';
background: #fff;
border: 2px solid #ddd;
display: inline-block;
vertical-align: middle;
width:20px;
height:20px;
padding: 0px;
margin-right: 10px;
text-align: center;
position: absolute;
left: 0;
}
.mktoCheckboxList input:checked + label:before {
content: url(https://go.euromonitor.com/rs/805-KOK-719/images/check-solid.svg)!important;
background:#34637d;
color: #fff;
border-color:#34637d;
line-height: 16px; 
}                   
.mktoForm .mktoError .mktoErrorMsg {
background-color: #FF6A13!important;
background-image:linear-gradient( #FF6A13 43%,  #FF6A13 100%)!important;
border: 1px solid #FF6A13!important;
-webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
color: #fff!important;
text-shadow: #FF6A13 0 -1px 0;!important}
.mktoForm .mktoError .mktoErrorArrow {
background-color: #FF6A13!important;
border: 1px solid #FF6A13!important;
}
@media only screen and (max-width: 480px) {
.mktoForm input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="submit"], .mktoButton, .mktoForm select.mktoField, .mktoForm textarea.mktoField {
margin-bottom: 20px !important; } }
.mktoForm input[type="text"], input[type="email"], input[type="tel"], input[type="number"], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
border: 1px solid #ffffff;
background-color:#ffffff;
color:#3e3e3e;
font-size: 16px !important;
font-weight:400;
}
.mktoFieldDescriptor [data-wrapper-for=expressOptin] {
margin: 30px 0 15px 0!important; }
.mktoFieldDescriptor {
margin: 0 0 15px 0!important; }

.mktoButtonRow, .mktoButtonWrap {
display: inline-block !important;
position: inherit!important;
margin:15px 0 10px 0!important; 
width:100%!important;
text-align:center!important;     
}
.mktoButtonWrap {
margin: 0 !important; }
input[type="submit"], .mktoButton {
box-shadow: none!important;
border:none;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;      
background:#FF6A13!important;
color:#ffffff!important;
font-family:'proxima-nova', Helvetica, Arial, Lucida, sans-serif!important;
font-size: 16px!important;
font-weight:500;
line-height: 20px;
min-height:40px;     
padding:0px 25px!important;
text-align:center;
text-decoration: none;
cursor: pointer;
transition:background .5s;
max-width: 100%!important;
margin:0 auto;     
width: auto!important;     
display:inline-block!important;  
behavior: url('https://go.euromonitor.com/rs/805-KOK-719/images/PIE.htc');     
}
input[type="submit"]:hover, .mktoButton:hover {
background:#34637d!important;
color:#fff!important;
}
*::-webkit-input-placeholder {
color:#3E3E3E; }
*::-moz-placeholder {
color:#3E3E3E;}
*:-ms-input-placeholder {
color:#3E3E3E; 
}
*::placeholder {
color:#3E3E3E; }
.mktoForm .mktoError {
left:0!important;
}
.et-social-icons {
text-align: left;
padding:0px 0 0 0;
}
.et-social-icon {
display: inline-block;
position: relative;
cursor: pointer;
text-decoration: none;
text-align: center;
}
.et-social-icons li {
display: inline-block;
margin-bottom: 12px;
padding-right:15px;     
}
.et-social-icons li:last-child {
    padding-right: 0;
}
.et-social-icon a {
display: inline-block;
position: relative;
text-align: center;
text-decoration: none;
border: none;
} 
.et-social-icons li a img {
    width:20px;
}
.body-title {
font-size:30px;
font-weight:700;
line-height:37px;
}
.speaker-image img {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;     
border:10px solid #fff;
behavior: url('https://go.euromonitor.com/rs/805-KOK-719/images/PIE.htc');
}
.speaker-name {
font-family:'proxima-nova', sans-serif;
font-size:18px;
font-weight:600;
}
.speaker-title {
font-family:'proxima-nova', sans-serif;
font-size:16px;
font-weight:400;   
}
strong {
font-family:'proxima-nova', sans-serif;
}
.small-subtitle {
 font-family:'proxima-nova', sans-serif;
 font-size:24px;
}
@media only screen and (max-width: 768px) {
 .gradient-orange:before {
 opacity:1;
 }
.clearboth {
clear:both;
}
.partner {
margin-bottom: 20px;
}
.btn.back-to-top {
width:auto!important;
 }
p {
font-size:17px;
}  
.body-title {
font-size: 27px;
line-height: 35px;
font-family:'proxima-nova', sans-serif;
}
.speaker-name {
font-family:'proxima-nova', sans-serif;
font-size:28px;
}
.speaker-title {
font-family:'proxima-nova', sans-serif;
font-size:15px;
line-height:25px;     
}
strong {
font-family:'proxima-nova', sans-serif;
}
.small-subtitle {
 font-family:'proxima-nova', sans-serif;
 font-size:24px;
 } 
.et-social-icon a {
font-size: 24px;
}
 .et-social-icons {
padding:0px 0 0 0;
width:100%;
}
/* one item */
.mktoFormCol:first-child:nth-last-child(2),
.mktoFormCol:first-child:nth-last-child(2) ~ .mktoFormCol {
width: 100%!important;
}

/* two items */
.mktoFormCol:first-child:nth-last-child(3),
.mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
width: 100%!important;
padding-right:0;
padding-left: 0;
}

/* three items */
.mktoFormCol:first-child:nth-last-child(4),
.mktoFormCol:first-child:nth-last-child(4) ~ .mktoFormCol {
width: 100%!important;
padding-right:0;
}

/* four items */
.mktoFormCol:first-child:nth-last-child(5),
.mktoFormCol:first-child:nth-last-child(5) ~ .mktoFormCol {
width: 100%!important;
padding-right:0;  
}
.et-social-icons {
float: none;
padding-left:0;
}
}

@media only screen and (max-width: 479px) {
.header-top {
  text-align: center;
  padding:30px 0;
}
h1 { 
margin-top: 10px !important;
line-height:35px;
}
h2 {
font-size: 20px !important;
line-height:24px;
}
h3 {
font-size: 32px;
line-height: 42px;
margin-top: 50px;
}
h4 {
font-size: 17px !important;
}
h5 {
font-size: 16px !important;
}
.et-social-icons {
float: none;
padding-top:20px;
text-align: center;
padding-left:0;
}
}
     
 .header-top-nav {
    background-color:transparent;
    position:absolute;
    top: 0;
    left: 0;    
    z-index:99;
      width: 100%;
}  
.footer-bottom-nav {
 background-color:transparent;
 /*   position:absolute;
    bottom: 0;
    left: 0;    
    z-index:99;
      width: 100%;*/
}
/*.header-top-nav iframe {width: 100%; height: 100%; background:transparent!important;background-image: none!important;} 
.header-top-nav iframe body, .header-top-nav iframe html {background:transparent!important;background-image: none!important;}*/
.mktoForm.mktoHasWidth {position: absolute; visibility: hidden;}  
.mktoForm[data-dynamic-displayable="true"] {position: static;visibility: visible;}