html {
 font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
  font-size: 1em;
}

button, input, 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;
}
.text-center
{
  text-align:center;
}
.m-top15
{
  margin-top:15px;
  margin-bottom:15px;
}
.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;
}

.w_100 {
  width: 100%;
}

.h_100 {
  height: 100%;
}

.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: #b2102c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1122f), to(#b2102c));
  background: -webkit-linear-gradient(top, #c1122f, #b2102c);
  background: -moz-linear-gradient(top, #c1122f, #b2102c);
  background: -ms-linear-gradient(top, #c1122f, #b2102c);
  background: -o-linear-gradient(top, #c1122f, #b2102c);
  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;
  padding-left:20px;
}
.button.orange-button .d-arrow:after {
    background: rgba(0, 0, 0, 0) url("../png/download-arrow-2.png") no-repeat scroll 0 2px;
    content: '';
    display: inline-block;
    height: 31px;
    width: 31px;
}

.button.orange-button:hover {
  background-color: #b2102c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2102c), to(#c1122f));
  background: -webkit-linear-gradient(top, #b2102c, #c1122f);
  background: -moz-linear-gradient(top, #b2102c, #c1122f);
  background: -ms-linear-gradient(top, #b2102c, #c1122f);
  background: -o-linear-gradient(top, #b2102c, #c1122f);
}

p {
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

.logo
{
  padding:10px 0;
}

.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, .content_section:before, .content_section:after {
  content: '';
  display: table;
  clear: both;
}

.ms_container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ms_row {
   max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.hero_top_banner {
  background:url(../jpg/banner-bg-3.jpg) repeat-x center top;
  color: #222;
  padding:0px 50px 0px 50px; 
}
.hero-banner-content 
{
  max-width:700px;
  min-width:500px;
}
.hero-banner-content h1
{
  color:#ffffff;
  font-size:34px;
  font-weight:normal;
  /*font-weight:bold;*/
  margin-top:20px;
}
.hero-banner-content p
{
  color:#ffffff;
  font-size:34px;
  font-weight:bold;
  line-height:0px;
}

.hero_top_content {
  margin: 0 auto;
  width: 100%;
  padding:10px 0 15px 0;
}
.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-bottom:5px;
  margin-top:20px;
}

.hero_top_content h1 {
  color: #2b3437;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align:center;
}

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

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

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

.hero-form {
  font-family: 'Open Sans', sans-serif;
  padding:0px 0px 0px 0px;
  /*padding:0px 0px 30px 0px;*/
  background-color: #ffffff;
  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: #434343;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom:0px;
  text-align:left;
  background:#e6e6e6;
  height:auto;
  padding-top:20px;
  padding-bottom:45px;
  padding-right: 21px;
}
.form-title span {
    text-align: left;
}
.form-title > img {
    float: left;
    padding: 3px 25px 10px;
    width:120px;
}

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

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

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

.hero-form .input-wrap .input-box {
  background-color: #eceff1;
  width: 100%;
  height: 50px;
  color: #a4a4a4;
  font-size: 15px;
  /*font-weight: 600;*/
  padding: 5px 24px;
  border:none;
}
.hero-form .first-text .input-box
{
  width:49% !important;
}
.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: 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:15px;
}
.hero-form .form-footer {
  padding:0 20px 1px;
  text-align: center;
  background:#eaeaea;
  /*border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;*/
}

.hero-form .form-footer p {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  margin-top:10px;
  text-align:left;
  padding-top:20px;
  line-height:25px;
}
.form-footer span{ font-weight:bold;}

.speakers-group {
  background-color: #ffffff;
  height: 133px;
  margin-bottom: 1px;
  padding: 0px 483px 0px 0px;
}

.speakers-group .speakers-content {
  width: 100%;
  height: 100%;
  margin-top:30px;
}

.speakers-head {
  float: left;
  background: url(../ccm-arrow-v3.html) 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: 100%;
}

.speakers-list {
  display: table;
}

.speakers-list li {
  display: table-cell;
  width: 37%;
  text-align:center;
  padding: 0 20px 0 20px;
  /*vertical-align: middle;*/
}

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

.speakers-list li .speaker-block {
  /*display: table-cell;*/
  vertical-align: middle;
  text-align:center;
}

.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: #555555;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top:10px;
}

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

.event-section {
  height: 92px;
  margin-bottom: 1px;
  position: relative;
  padding: 0px 483px 0px 0px;
}

.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;
}

.social_section {
  padding:20px 0px 0px 0px;
  margin:60px auto 0;
}
.social_section .social-links
{
  text-align:center;
}
.social-title
{
  color:#9c9c9c;
  font-size:14px;
  font-weight:normal;
  padding-bottom:10px;
}
.image_section {
  padding:20px 0px 0px 0px;
  margin-right: 483px;
  margin-top:60px;
}
.content_section {
  padding:20px 0px 0px 0px;
  margin-right: 515px;
  margin-top:30px;
}
.content_section .content-title
{
  font-size:20px;
  color:#2b3437;
  font-weight:bold;
  text-align:left;
  border-top:1px solid #dcdcdc;
  padding-top:20px;
}
 .hero-form-section
{
  max-width: 340px;
}
.content_section ul {
  display: block;
  list-style-image: url("../png/list-icon-new.png");
  margin: 10px 0 10px 25px;
}
.content_section ul li
{
  text-align:left;
  font-size:14px;
  color:#2b3437;
  font-weight:normal;
  padding: 8px 0;
  margin-top: 5px;
}
.content_section .numbers-content {
  width: 100%;
  height: 100%;
  text-align: center;
  border-bottom:1px solid #dcdcdc;
}

.content_section .numbers-content p
{
  text-align:left;
  color:#555555;
  font-size:16px;
  margin-top:40px;
  line-height:25px;
}

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

.content_section .numbers-content .cols-3.first {
  text-align: left;
  width: 26%;
}

.content_section .numbers-content .cols-3.middle {
  width: 37%;
}

.content_section .numbers-content .cols-3.last {
  width: 37%;
}

.content_section .numbers-content .number-blocks .number-title {
  color: #055971;
  font-size: 30px;
  font-weight: 700;
  padding-bottom:0px;
  margin-bottom:5px;
}

.content_section .numbers-content .number-blocks .number-description {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
}

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

.diamond-list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  background: url(../png/diamond-list.png) no-repeat left top;
  width: 7px;
  height: 7px;
}

.thankyou .hero_top_banner {
  padding: 30px 83px 30px 83px;
}

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

.thankyou-block h1 {
  margin-bottom: 25px;
}

.thankyou-block p {
  font-size: 18px;
  font-size: 400;
}

.thankyou-block a {
  color: #ffffff;
}

.thankyou-block a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer {
    color: #b1b1b1;
    font-size: 13px;
    margin-top: 50px;
    padding: 20px 0 10px;
    text-align: center;
    background:#2b3437;
}

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

@media only screen and (min-width:1200px) and (max-width:1300px) {
  .hero-banner-content h1
  {
    margin-top:0;
  }
  .hero_top_banner {
    padding: 30px 50px 30px 50px;
  }

  .hero-form-section {
    right: 10px;
    top: -10px;
  }

  .speakers-group {
    padding: 0 410px 0 0;
  }

  .event-section {
    padding: 0 410px 0 0;
  }

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

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

@media only screen and (max-width:1199px) {
  .hero_top_banner {
    padding: 30px 15px;
    height: auto;
  }
  .hero-banner-content h1,  .hero-banner-content p
  {
    color:#555555;
  }
  .content_section
  {
    margin:0;
    padding-top:20px;
  }

  .hero-form-section {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
    height: auto;
  }
  .image_section
  {
    display:none;
  }

  .speakers-group {
    background-color: #ebebeb;
    padding: 0px 0px;
    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 {
    width: 100%;
  }

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

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

  .content_section {
    padding: 30px 0px 7px 0;
    border-bottom: 1px solid #cdcdcd;
    margin-right: 0px;
  }

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

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

@media only screen and (max-width:767px) {
  .hero-banner-content
  {
    min-width:100%;
  }
  .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;
    margin: 0 auto 20px;
    text-align: center;
  }

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

  .speakers-list li .speaker-block {
    display: block;
  }

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

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

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

  .content_section .numbers-content .cols-3.first, .content_section .numbers-content .cols-3.middle, .content_section .numbers-content .cols-3.last {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .hero-banner-content
  {
    min-height:100%;
  }
}
@media only screen and (max-width: 480px) {
  .button.orange-button span{font-size:16px;}
  .form-title{font-size: 17px;}
}

@media only screen and (max-width: 320px) {
  .hero-form-section
  {
    min-width: 290px;
  }
}