.speakers-list li .speaker-blockhtml {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

/*button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}*/

/*input {
  line-height: normal;
}*/

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}

::-ms-placeholder {
  color: #afafaf;
  opacity: 1;
}

::placeholder {
  color: #afafaf;
  opacity: 1;
}

.placeholder {
  color: #a4a4a4;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

a, a:focus {
  outline: none;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input:focus {
  outline: none;
}

.semi-bold {
  font-weight: 600;
}

.bold, .strong {
  font-weight: 700;
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.padding-left {
  padding-left: 20px !important;
}

.padding-right {
  padding-right: 20px !important;
}

.h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}

.h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.h4 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}

.h5 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}

.h6 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

.w_100 {
  width: 100%;
}

.h_100 {
  height: 100%;
}
.hero_top_banner h2
{
  color:#ffffff;
}
.text-uppercase {
  text-transform: uppercase;
}

.button {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  text-decoration: none;
}

.button.orange-button {
  background-color: #d4420c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd8140), to(#d4420c));
  background: -webkit-linear-gradient(top, #fd8140, #d4420c);
  background: -moz-linear-gradient(top, #fd8140, #d4420c);
  background: -ms-linear-gradient(top, #fd8140, #d4420c);
  background: -o-linear-gradient(top, #fd8140, #d4420c);
  border: 1px solid #c54412;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.button.orange-button span {
  font-size: 18px;
  font-weight: 600;
}

.button.orange-button:hover {
  background-color: #d4420c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4420c), to(#fd8140));
  background: -webkit-linear-gradient(top, #d4420c, #fd8140);
  background: -moz-linear-gradient(top, #d4420c, #fd8140);
  background: -ms-linear-gradient(top, #d4420c, #fd8140);
  background: -o-linear-gradient(top, #d4420c, #fd8140);
}
.clients .speakers-list li:after
{
  content:'';
  background:rgba(0, 0, 0, 0) url("https://www.comodo.com/white-paper/images/shadow-line.png") no-repeat scroll 0 0;
  height:65px;
  width:5px;
  position: absolute;
  right: 0;
}
.clients .speakers-list li:last-child:after
{
  background:none;
}
.clients .speakers-list li img
{
  vertical-align:super;
}
p {
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

.ms_container:before, .ms_container:after, .ms_row:before, .ms_row:after, .hero_top_banner:before, .hero_top_banner:after, .speakers-group:before, .speakers-group:after, .event-section:before, .event-section:after, .numbers_section:before, .numbers_section:after, .text-left-email:before, .text-left-email:after {
  content: '';
  display: table;
  clear: both;
}

.ms_container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ms_row {
}

.hero_top_banner {
  background: url(https://www.comodo.com/white-paper/images/banner-bg.jpg) no-repeat left top;
  background-size: cover;
  color: #222;
  padding: 15px;
  border-bottom: 1px solid #d2d2d2;
  min-height: 453px;
}

.hero_top_content {
  margin: 0 auto;
  width: 65%;
  float:left;
  padding: 10px 0 15px 0;
}
.hero_top_content a
{
  color:#8ec3ea;
  text-decoration:none;
}
.hero_top_image {
    float: right;
    margin-top:65px;
}

.bg-wrapper {
  width: auto;
  color: #FFF;
  padding: 0 0 25px 0;
}

.bg-wrapper ul {
  padding-left: 25px;
  color: #FFF;
}

.bg-wrapper ul li {
  color: #FFF;
}

.bg-wrapper p {
  padding: 0px 25px 0 0px!important;
}

.hero_top_content .logo {
  margin: 30px 0 5px;
}

.hero_top_content h1 {
  color: #ffffff;
  font-size: 21px;
  line-height: 28px;
  text-shadow: 0 0.7px 5px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 0 0.7px 5px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0 0.7px 5px rgba(0, 0, 0, 0.7);
  font-weight: 300;
  margin: 30px 0 0;
  max-width: 650px;
}

.hero_top_content .thankyou-block {
    max-width: 455px;
    margin-left: -260px;
    text-align: center;
    border-bottom: 2px solid #067e8b;
    padding: 0 15px 15px;
    position: absolute;
    top: 42px;
    left: 50%;
}

.hero_top_content .thankyou-block:before,
.hero_top_content .thankyou-block:after {
    content: '';
    width: 2px;
    height: 108px;
    background-color: #067e8b;
    position: absolute;
    top: 30px;
}

.hero_top_content .thankyou-block:before {
    left: 0;
}

.hero_top_content .thankyou-block:after {
    right: 0;
}

.hero_top_content .thankyou-block + h1 {
    margin-top: 125px;
}

.hero_top_content .thankyou-block h2 {
    font-size: 37px;
    color: #fff3a2;
    margin: 0;
    position: relative;
}

.hero_top_content .thankyou-block h2:before,
.hero_top_content .thankyou-block h2:after {
    content: '';
    width: 95px;
    height: 2px;
    background-color: #067e8b;
    position: absolute;
    top: 30px;
}

.hero_top_content .thankyou-block h2:before {
    left: -15px;
}

.hero_top_content .thankyou-block h2:after {
    right: -15px;
}

.hero_top_content .thankyou-block p {
    font-size: 18px;
    color: #efefef;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
}

.hero_top_content .thankyou-block span {
    font-size: 14px;
    color: #c3d7dc;
    display: block;
}

.hero_top_content h3 {
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    color: #ffffff;
    
}

.hero_top_content h1 span {
  display: block;
  font-size: 28px;
  font-weight: 400;
  /*margin-top:15px;
  font-style: italic;*/;
}

.hero_top_content p {
  color: #ffffff;
  font-size: 17px;
  text-shadow: 0 0.7px 5px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 0 0.7px 5px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0 0.7px 5px rgba(0, 0, 0, 0.7);
  margin-bottom: 25px;
  margin-top: 15px;
}

.hero-form-section {
  position: absolute;
  right: 83px;
  top: 0px;
  height: 690px;
  max-width: 400px;
  min-width: 310px;
  width: 100%;
  z-index: 1;
}

.hero-form {
  font-family: 'Open Sans', sans-serif;
  padding: 15px 0px 30px 0px;
  background-color: #4da7c1;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  height: 100%;
}

.hero-form .form-head {
  padding: 0px 20px;
}

.hero-form .form-head .auto-fill-wrap {
  background-color: #000000;
  color: #ffffff;
  width: 255px;
  height: 40px;

  line-height: 40px;
  padding: 0px 135px 0px 20px;
  margin: 0 auto;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  position: relative;
}

.hero-form .form-head .auto-fill-wrap .facebook-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -4px;
  right: 80px;
}

.hero-form .form-head .auto-fill-wrap .linkedin-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -4px;
  right: 20px;
}

.form-title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 0px;
}

.hero-form .form-head .form-title span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.hero-form .form-body {
  padding: 0px 32px;
}

.hero-form .input-wrap {
  padding: 15px 0px 0px;
}

.hero-form .input-wrap .input-box {
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #afafaf;
  padding: 5px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.hero-form .input-wrap .input-box:focus {
  color: #494848;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.hero-form .button-wrap {
  padding-top: 20px;
}

.hero-form .button-wrap .orange-button {
  width: 100%;
  height: 60px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.diamond-list {
  margin-bottom: 30px;
}

.hero-form .form-footer {
  padding: 0 20px 10px;
  text-align: center;
}

.hero-form .form-footer p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}
.business-email
{
  border-radius:25px;
  height:39px;
  padding: 2px 38px 2px 20px;
  width:235px;
  box-shadow:-1px 0 4px rgba(45, 45, 45, 0.75) inset;
  border: 0;
  font:16px/32px "Open Sans";
  color: #828282;
}
.email-form
{
  float:left;
    margin-left: 10px;
}
.email-form .business-email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font: 16px/32px 'Open Sans';
    color: #828282;
}
.email-form .business-email::-moz-placeholder { /* Firefox 19+ */
    font: 16px/32px 'Open Sans';
    color: #828282;
}
.email-form .business-email:-ms-input-placeholder { /* IE 10+ */
    font: 16px/32px 'Open Sans';
    color: #828282;
}
.email-form .business-email:-moz-placeholder { /* Firefox 18- */
    font: 16px/32px 'Open Sans';
    color: #828282;
}
.email-send {
    font: 600 15px 'Open Sans';
    text-transform: uppercase;
    background-color: #f36314;
    border: 0;
    color: #ffffff;
    border-radius: 30px;
    padding: 4px 25px 6px 25px;
    margin: 2px 0 0 -32px;
    min-height: 39px;
    box-shadow: -1px 0px 6px rgba(45, 45, 45, 0.75) inset;
    transition: 0.3s linear;
}
.email-send:hover,
.email-send:focus,
.email-send:active {
    background-color: #e8590b;
}
.text-left-email
{
  text-align:left;
  margin:10px 0;
}
.text-left-email span
{
  float:left;
  color:#ffffff;
  font-size: 20px;
  font-weight:400;
  padding-top:5px;
  padding-right: 10px
}
.email-input
{
  float:left;
  margin-top: 2px;
}


.speakers-group {
  background-color: #ffffff;
  margin-bottom: 1px;
  padding: 0px 10px 20px 0px;
  /*border-bottom: 1px solid #d0e8ef;*/
}

.speakers-head {
  float: left;
  background: url(https://www.comodo.com/white-paper/images/ccm-arrow-v3.png) no-repeat left top;
  width: 20%;
  height: 132px;
  padding-left: 25px;
  padding-top: 20px;
}

.speakers-head .speaker-title {
  color: #055971;
  font-size: 21px;
  font-weight: 700;
}

.speakers-body {
  float: right;
  width: 80%;
}

.speakers-list {
  width: 100%;
  float: left;
  margin-top:30px;
}

.speakers-list li {
  width: 285px;
  display: inline-block;
  padding: 0px 0;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.speakers-list li .speaker-avatar {
  display: inline-block;
  padding-right: 10px;
  padding-top: 10px;
  vertical-align: middle;
}

.speakers-list li .speaker-block {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size:14px;
  margin-right:25px;
  line-height:25px;
}

.speakers-list li .speaker-block span.speaker-name, .speakers-list li .speaker-block span.speaker-designation {
  display: block;
}

.speakers-list li .speaker-block span.speaker-name {
  color: #004052;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.speakers-list li .speaker-block span.speaker-designation {
  color: #004052;
  font-size: 14px;
  font-weight: 400;
}

.event-section {
  height: 92px;
  margin-bottom: 1px;
  position: relative;
  padding: 0px 483px 0px 0px;
}
.text-left
{
  text-align:left !important;
}
.event-section .event-content {
  background-color: #45a5c1;
  width: 100%;
  border-top: 1px solid #d0e8ef;
  border-bottom: 1px solid #d0e8ef;
  height: 100%;
}

.event-left {
/*  float: left;*/
  width: 100%;
  height: 100%;
  padding-top: 10px;
  margin: 0 auto;
/*  padding-left: 90px;
  padding-top: 6px;*/;
}

.event-right {
  float: left;
  width: 100%;
  text-align: center;
  height: 100%;
}

.awards-list {
  text-align: center;
}

.awards-list li {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;

}

.event-info {
  height: 100%;
  position: relative;
}

.event-info p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding-top: 23px;
}

.event-info p span.event-date {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.numbers_section .numbers-content {
  width: 100%;
  height: 100%;
  text-align: center;
}

.numbers_section .numbers-content .cols-3 {
  float: left;
  width: 33.333%;
  padding: 0px 10px;
  height: 130px;
}

.numbers_section .numbers-content .cols-3.first {
  text-align: left;
  background:#f9f9f9;  
  padding-top:15px;
}

.numbers_section .numbers-content .cols-3.middle {
  background:#f4f4f4;
  padding-top:8px;
}

.numbers_section .numbers-content .cols-3.last {
  background:#f9f9f9;
  padding-top:15px;
}
.numbers_section .numbers-content .number-blocks .number-title {
  color: #055971;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align:center;
}

.numbers_section .numbers-content .number-blocks .number-description {
  color: #013145;
  font-size: 14px;
  font-weight: 400;
  text-align:center;
}

.client-wrapper {
  background-color: #ffffff;
  height: auto;
  margin-bottom: 1px;
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #d0e8ef;
}

.client-wrapper .client-content {
  width: 100%;
  height: 100%;
}

.client-wrapper .client-content .client-list {
  width: 100%;
  text-align: center;
}

.client-wrapper .client-content .client-list li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 30px;
  margin: 15px 0px;
}

.diamond-list li {
  color: #ffffff;
  font-size: 15px;
  text-shadow: 0 0.7px 5px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 0 0.7px 5px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0 0.7px 5px rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
  position: relative;
  padding-left: 22px;
}

.diamond-list li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0px;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
    border-radius: 50%;
}

.footer {
  border-top: 1px solid #d0e8ef;
  padding: 30px 0px;
  color: #414141 !important;
  font-size: 14px;
  text-align:left;
}

.footer p {
    margin: 0;
}

.footer {
  padding: 30px 0px;
  color: #b1b1b1;
  font-size: 13px;
}

.cd-testimonials-wrapper {
  position: relative;
  width: 100%;
 /* max-width: 768px;*/
 /* background-color: #39393c;*/
  margin: 1em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  padding: 20px 50px 20px;
}

.hero-form .input-wrap label.error_msg {
    position: absolute;
    margin-top: -20px;
    /* right: 145px; */
    right: 40px;
}
.hero-form .input-wrap label {
    color: red;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: -25px;
    margin-left: 20px;
    text-align: left;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_top_content .thankyou-block {
        position: relative;
        top: auto;
        left: 0;
        margin: auto;
    }
    .hero_top_content .thankyou-block + h1 {
        margin-top: 20px;
    }
    .hero_top_content {
        width: 55%;
    }
    .email-form {
        float: none;
        margin: 15px 0 0;
    }
    .hero_top_content .logo {
        margin: 0 0 5px;
    }
    .footer-top .speakers-list li {
        width: 240px;
        font-size: 14px;
    }
    .speakers-list li {
        width: 225px;
    }
}

@media only screen and (max-width: 1199px) {
  .cd-testimonials-wrapper {
    margin: 1em auto;
    padding: 20px 20px 20px;
  }
  .hero-form-section {
    height:auto;
  }
  .hero-form .input-wrap label.error_msg {
    font-size: 14px;
    height: auto;
    margin-bottom: -14px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    margin-top:0;
    right:0;
  }
  .text-left-email span
  {
    float:none;
    margin-top:15px;
  }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
    .speakers-list li {
        width: 280px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1280px) {
    .text-left-email span,
    .email-form {
        float: none;
        display: block;
    }
    .email-form {
        margin: 15px 0;
    }
}

@media only screen and (max-width:1250px) {
  .event-info p {
    padding-top: 13px;
  }
}

@media screen and (min-width:320px) and (max-width:640px){
.flt-rt{clear:both; float:left; width:auto!important; padding:0 15px!important;}
.thank-you .content-left {width:100%!important;}
.thank-you .download { display:inherit!important;}
.thank-you .download-btn-text {padding-bottom:20px!important;}
}


@media only screen and (max-width:1199px) {
  .hero_top_banner {
    padding: 30px 15px;
    height: auto;
  }

  .hero-form-section {
    position: static;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .speakers-group {
    background-color: #ebebeb;
    padding: 0px 0px 30px;
    height: auto;
  }

  .speakers-group .speakers-content {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #d0e8ef;
  }

  .speakers-head {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 10px;
    background: none;
    border-right: 1px solid #cdcdcd;
  }

  .speakers-list {
    text-align: center;
  }

  .event-section {
    padding: 0px 0px;
    /*background-color: #f28072;*/
    height: auto;
  }

  .event-section .event-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .numbers_section {
    padding: 30px 0;
    margin-right: 0px;
  }

  .numbers_section .numbers-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}

@media only screen and (max-width:1000px) {
.clients .speakers-list li::after{display:none;}
.hero_top_image{float:none;margin-top:10px;}
}

@media only screen and (max-width:767px) {
  .hero-form .button-wrap .orange-button {
    height: auto;
  }

  .speakers-head {
    width: 100%;
    float: none;
    background: none;
    text-align: center;
    height: auto;
    border-right: none;
  }

  .speakers-body {
    width: 100%;
    float: none;
  }

  .speakers-list li {
    width: 100%;
    display: block;
    text-align: center;
  }

  .speakers-list li .speaker-avatar {
    display: block;
    padding-right: 0px;
  }

  .speakers-list li .speaker-block {
    display: block;
    text-align: center;
  }
  .hero_top_content, .hero_top_image
  {
    width:100%;
    float:none;
  }

  .event-content {
    text-align: center;
  }

  .event-left {
    width: 100%;
    padding-left: 0px;
    float: none;
  }

  .event-right {
    float: none;
    width: 100%;
  }

  .numbers_section .numbers-content .cols-3.first, .numbers_section .numbers-content .cols-3.middle, .numbers_section .numbers-content .cols-3.last {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .hero-form .form-body {
    padding: 0 18px;
  }

  .button.orange-button span {
    font-size: 16px;
  }
  .hero_top_image img
  {
    max-width:100%;
    height:auto;
    display:block;
  }
  .text-left
  {
    text-align:center !important;
  }
}

@media only screen and (max-width: 320px) {
  .position {
    width: 22px !important;
  }

  .digit.static {
    width: 18px;
  }
}

.thank-you .hero_top_banner {
  background: none;
  padding: 0;
}

.thank-you .top-banner {
  background: #ebebeb;
  padding: 25px 10px;
}

.thank-you .top-banner .congrats-text {
  float: left;
  padding-left: 15px;
}

.thank-you .top-banner .logo {
  float: right;
}

.thank-you .congrats-text {
  color: #0aa06e;
  font-size: 25px;
  font-weight: 500;
}

.thank-you .congrats-text span {
  color: #656565;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.thank-you .flt-lt {
  float: left;
}

.thank-you .flt-rt {
  float: right;
}

.thank-you .content-left {
  float: left;
  background: #f5f5f5;
  border-radius: 15px;
  margin: 30px 0;
  width: 48%;
}

.thank-you .calender {
  display: table;
  padding: 20px 20px;
}

.thank-you .calender-img {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  width: 90px;
}

.thank-you .date-time {
  color: #000000;
  font-size: 18px;
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}

.thank-you .webinar, .speakers {
  display: table;
  padding: 8px 20px 20px;
}

.thank-you .Webinar-img {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  width: 100px;
}

.thank-you .webinar-text {
  color: #000000;
  font-size: 18px;
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}

.thank-you .webinar-text span {
  color: #7c7c7c;
  font-size: 14px;
}

.thank-you .download {
  display: table;
  padding: 30px 20px;
  background: #e0e0e0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
}

.thank-you .download-btn-text {
  display: table-cell;
  padding-right: 30px;
  /*padding-bottom:20px;*/
  vertical-align: middle;
  color: #7c7c7c;
}

.thank-you .download-btn-icon {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  padding: 15px 20px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  color: #000000 !important;
  background: #e0e0e0;
  text-align: left !important;
  border: 2px solid #b7b7b7;
}

.thank-you .download-btn-icon:hover {
  background: #e4e4e4;
  text-decoration: none;
}

.thank-you .download-user-icon:before {
  background: url(https://www.comodo.com/white-paper/images/download-btn-icon.png) no-repeat scroll 8px 2px;
  width: 33px;
  height: 32px;
  content: '';
}

.thank-you .download-btn-icon:before {
  float: right;
  pointer-events: none;
  text-align: center;
}

.thank-you .content-right {
  margin: 30px 0;
  width: 45%;
  padding: 30px 0;
}

.thank-you .content-right-title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}

.thank-you .content-right-content {
  color: #7c7c7c;
  font-size: 15px;
  padding: 10px 0 20px;
}

.thank-you .content-right-content a {
  color: #7c7c7c !important;
}

.thank-you .content-right hr, .content-left hr {
  border-bottom: 1px solid #ebebeb !important;
  border-top: medium none;
}

.thank-you .content-right-btns {
  margin-top: 15px;
}

.thank-you .yellow-btn-icon {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  padding: 15px 20px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  color: #000000 !important;
  background: #fed863;
  text-align: left !important;
  margin-right: 20px;
}

.thank-you .yellow-btn-icon {
  margin-bottom: 20px;
}

.thank-you .yellow-btn-icon:hover {
  background: #fdc723;
  text-decoration: none;
}

.thank-you .yellow-user-icon:before {
  background: url(https://www.comodo.com/white-paper/images/outlook-icon.png) no-repeat scroll 0px 2px;
  width: 33px;
  height: 32px;
  content: '';
}

.thank-you .yellow-outlook-icon:before {
  background: url(https://www.comodo.com/white-paper/images/outlook-icon.png) no-repeat scroll 0px 2px;
  width: 33px;
  height: 32px;
  content: '';
}

.thank-you .yellow-btn-icon:before {
  float: left;
  pointer-events: none;
  text-align: center;
}

.thank-you .add-cal-div {
  text-align: center;
}

@media screen and (max-width:991px) {
  .hero_top_content .thankyou-block {
    position: static;
    margin-left: 0;
    border-top: 2px solid #067e8b;
    padding-top: 5px;
    margin: 20px auto 0;
  }
  .hero_top_content .thankyou-block + h1 {
    margin-top: 20px;
  }
  .hero_top_content .thankyou-block h2::before,
  .hero_top_content .thankyou-block h2::after,
  .hero_top_content .thankyou-block:before,
  .hero_top_content .thankyou-block:after {
    display: none;
  }
  .download {
    display: inherit;
  }
  .speakers-list li {
    width: 100%;    
    padding: 5px 0;
    text-align: center !important;  
  }
  .download-btn-text {
    display: block;
    margin-bottom: 20px;
  }
  .email-form {
    max-width: 300px;
    float: none;
    margin: 15px 0;     
  }
  .email-send {
    margin: 15px 0 0; 
  }
  .hero_top_content .logo {
    margin-top: 0;
  }
  .hero_top_banner {
    text-align: center;      
  }
  .email-form {
    margin: 15px auto;
  }
  .email-input,
  .hero_top_content,
  .business-email,
  .email-send {
    width: 100%;      
  }
  .hero_top_content h1 {
    max-width: 100%; 
  }
  .diamond-list {
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: left;
  }
  .text-left-email {
    max-width: 500px;
    margin: 10px auto;
    text-align: center;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .footer-top.speakers-group .speakers-list li {
        width: 50%;
        padding: 10px 0;
    }
}

@media screen and (max-width:768px) {
  .content-left, .content-right {
    float: none;
    width: 100%;
    padding: 0 15px;
  }

  .content-right-btns .flt-lt {
    float: none;
    margin-bottom: 20px;
  }

  .top-banner .logo {
    float: left;
    position: absolute;
    top: 0;
  }

  .congrats-content {
    margin-top: 65px;
  }
}


/*.hero-form-section{height:770px}*/
.footer {
    text-align: center;
}