.imgFull {
  width: 100%;
  display: block;
}
.backTransition {
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.boxshadow {
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}
.allTransition {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  line-height: 150%;
  font-family: 'HansKendrick-Regular', Arial, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  scroll-behavior: smooth;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HansKendrick-Medium';
}
a {
  color: #ED2E2D;
  outline: none;
}
a:hover {
  color: #d51312;
  text-decoration: none;
  cursor: pointer;
}
.container-fluid {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 50px;
}
#topBanner {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: top center;
}
#topBanner .container-fluid {
  max-width: 900px;
}
#topBanner .container-fluid .bannerTitle {
  margin-bottom: 0;
}
#topBanner .container-fluid .bannerTitle span {
  display: inline-block;
  font-family: 'HansKendrick-Medium';
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  margin-bottom: 10px;
}
#topBanner .container-fluid .bannerDescription {
  background: none;
  margin-top: 0;
  padding: 0px;
  margin-bottom: 15px;
}
#topBanner .container-fluid .bannerDescription small {
  display: inline-block;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  color: #FFF !important;
  line-height: 130%;
}
#topBanner .container-fluid .bannerDescription small p {
  margin-bottom: 0;
  display: inline-block;
}
p {
  margin-bottom: 15px;
}
h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
  line-height: 120%;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  line-height: 120%;
}
h4 {
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 120%;
}
.imgFullSize {
  width: 100%;
  display: block;
}
strong {
  font-weight: bold;
}
.redText {
  color: #ED2E2D;
}
/************* header *************/
header {
  width: 100%;
  height: 115px;
  margin-top: -110px;
}
body.inner header {
  height: 60px;
}
header .container-fluid {
  position: relative;
  padding: 30px 50px;
  background: #FFF;
}
.bannerTitle {
  font-size: 36px;
  margin-bottom: 30px;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  color: #FFF !important;
  line-height: 120%;
}
.bannerDescription {
  font-size: 18px;
  color: #FFF;
  line-height: 150%;
  margin-bottom: 0px;
}
.bannerDescription strong {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.buttonOutline {
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 15px;
  color: #FFF;
  border: 1px solid #FFF;
  display: inline-block;
}
.buttonOutline:hover {
  border: 1px solid #cccccc;
  color: #cccccc;
}
.buttonOutlineBlack {
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 15px;
  color: #333;
  border: 1px solid #333;
  display: inline-block;
}
.buttonOutlineBlack:hover {
  border: 1px solid #000000;
  color: #000000;
}
#topBanner .container-fluid {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#topBanner .buttonOutlineBlack,
#topBanner .buttonOutline {
  background: #ed2e2d !important;
  color: #FFF !important;
}
#topBanner .buttonOutlineBlack:hover,
#topBanner .buttonOutlineBlack:focus,
#topBanner .buttonOutline:hover,
#topBanner .buttonOutline:focus {
  background: #a60f0e;
  color: #FFF !important;
}
.navbar-brand > img {
  width: 210px;
}
#topBanner img {
  width: 100%;
  display: block;
}
h1 a {
  display: block;
  width: 210px;
}
h1 a img {
  width: 100%;
  display: block;
}
header nav li {
  margin-right: 10px;
  float: left;
}
header nav li a {
  display: block;
  color: #A5A5A5;
  text-transform: uppercase;
}
.navbar-inverse {
  background-color: #FFF;
  border: none;
}
.navbar {
  margin: 0;
  padding: 0;
  border-radius: none;
  -webkit-border-radius: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  margin-top: 12px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #333;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #333;
}
.navbar-nav > li > a {
  padding: 5px 15px;
}
.navbar-fixed-top .container-fluid {
  padding: 10px 50px;
}
body.inner .navbar {
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}
#topBanner .container-fluid .bannerDescription small:empty {
  display: none;
}
/************* main *************/
.grayBlock {
  padding: 50px 20px;
  background: #EEE;
}
a.eventBox {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  text-align: center;
  display: block;
  padding: 0px;
  color: #000;
  background-size: cover;
}
a.eventBox p {
  font-size: 1.3em;
  margin-bottom: 70px;
  line-height: 120%;
  padding: 6px 0;
  background: rgba(237, 46, 45, 0.8);
  color: #FFF;
  font-family: 'HansKendrick-Medium';
}
a.eventBox small {
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
}
a.eventBox img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px;
}
a.eventBox span {
  font-size: 0.8em;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  width: 100%;
  padding: 5px 0;
}
#homeEventsContainer {
  overflow: hidden;
}
#front-events-intro {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
  width: 20%;
  float: left;
}
#eventSlider {
  width: 80%;
  float: left;
  overflow: auto;
  position: relative;
  padding-bottom: 34px;
}
#eventSlider .row {
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
}
#eventSlider .row .homeSingleEvent {
  width: 16%;
  margin-right: 0.8%;
  float: left;
  position: relative;
}
#eventSlider .row .homeSingleEvent a.brochureButton {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 200;
  background: #000;
  font-size: 0.8em;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: 'HansKendrick-Medium';
}
#eventSlider .row .homeSingleEvent a.brochureButton:hover {
  background: #333333;
}
#eventSlider .row .homeSingleEvent a.eventBox {
  margin: 0;
}
#eventSlider .row .homeSingleEvent a.eventBox small {
  position: absolute;
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
  bottom: 0;
  left: 5px;
  z-index: 300;
}
#eventSlider .row .homeSingleEvent a.eventBox small em {
  width: 50%;
}
#eventSlider .row .homeSingleEvent a.eventBox small em img {
  width: 60px;
  background: none;
  stroke-linecap: round;
}
#eventSlider .row .homeSingleEvent a.eventBox p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  padding-top: 100px;
  background: none;
  margin: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  white-space: collapse;
}
#eventSlider .row .homeSingleEvent a.eventBox p em {
  font-style: normal;
  font-family: 'HansKendrick-Medium';
  display: block;
  max-width: 100%;
}
#eventSlider .row .homeSingleEvent a.eventBox p span {
  position: relative;
  bottom: auto;
  left: auto;
  display: block;
  max-width: 100%;
  background: none;
  font-size: 0.7em;
}
.newsArticle {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.whiteBlock {
  padding: 50px 20px;
  background: #FFF;
}
.articleBlock {
  display: block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.articleBlock img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.articleBlock span {
  font-size: 0.8em;
  color: #999;
  display: inline-block;
  margin-bottom: 0px;
}
.articleBlock h4 {
  color: #ED2E2D;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.articleBlock h4 small {
  display: inline-block;
  width: 36px;
  margin-right: 8px;
  float: left;
  margin-top: -8px;
}
.articleBlock h4 small img {
  width: 100%;
  display: block;
}
.articleBlock h3.a {
  display: block;
}
.articleBlock h3.a:hover {
  color: #ED2E2D;
}
.articleBlock p {
  margin-bottom: 15px;
}
/************* inner *************/
#inner header .container-fluid {
  padding: 10px 0;
  height: auto;
  background: none;
}
#inner header #navbar-main {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.9);
}
#inner header#header {
  height: auto;
  position: absolute;
}
body#inner.eventslist {
  padding: 0 !important;
}
#homeEvents {
  /* background: transparent url(../images/eventBack.jpg) center bottom no-repeat;
	background: transparent url(../images/eventTop1.jpg) center bottom no-repeat; */
  background: #FFF;
  background-size: cover;
  padding-top: 40px;
  text-align: center;
  padding-bottom: 20px;
  text-align: left;
  border-top: 2px solid #d6d6d6;
}
#homeEvents .container-fluid {
  width: auto;
  max-width: none;
  padding: 0;
}
#homeEvents h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #000;
}
#homeEvents .buttonOutlineBlack {
  margin-top: 10px;
}
#homeEvents .eventTopDateLocation {
  font-size: 1.2em;
  margin-top: 0px;
}
#homeEvents small {
  display: inline-block;
}
#homeEvents.grayBlock {
  background: #FFF;
  padding-bottom: 60px;
  padding-top: 60px;
  border-top: 2px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
}
#homeEvents.grayBlock #front-events-intro p {
  color: #000;
  text-align: left;
}
#eventIntro {
  background: #FFF;
  background-size: cover;
  min-height: 300px;
  margin-top: 0px;
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-box-shadow: inset 0px 9px 43px -31px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 9px 43px -31px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 9px 43px -31px rgba(0, 0, 0, 0.75);
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #d6d6d6;
}
.eventType {
  margin-bottom: 15px;
}
.eventType img {
  width: 75px;
}
#eventIntro h2 {
  color: #000;
  font-size: 1.8em;
}
.eventButtons a {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
  display: block;
  width: 80%;
  text-transform: uppercase;
  margin: 0 auto 15px auto;
  font-family: 'HansKendrick-Medium';
}
.eventButtons .brochureButton {
  background: #ED2E2D;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.eventButtons .brochureButton:hover {
  background: #a60f0e;
}
.buttonDefault {
  background: #ED2E2D;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto 15px auto;
  font-family: 'HansKendrick-Medium';
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.buttonDefault:hover {
  background: #a60f0e;
  color: #FFF;
}
.inner.eventslist form {
  margin-top: 50px;
}
.eventButtons .registerButton {
  background: #000;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.eventButtons .registerButton:hover {
  background: #000000;
}
#homeSpeakers {
  padding: 50px 0 0 0;
  background: #FFF;
}
#homeSpeakers .container-fluid {
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow-x: hidden;
}
#homeSpeakers h2 {
  color: #000;
  font-size: 2em;
  margin-bottom: 30px;
}
#homeSpeakers h3 {
  color: #000;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}
#homeSpeakers p {
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}
#homeSpeakers .speakerSingleBlock {
  padding: 0;
}
#homeSpeakers .speakerContainer {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
#homeSpeakers .speakerContainer img {
  display: block;
}
#homeSpeakers .speakerContainer .speakerOverlay {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
  position: absolute;
  top: 0;
}
#homeSpeakers .speakerContainer p {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition-property: bottom, opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  z-index: 200;
  text-align: center;
  margin: 0;
  width: 100%;
}
#homeSpeakers .speakerContainer:hover p {
  bottom: 0;
  opacity: 1;
}
#homeSpeakers .speakerContainer:hover .speakerOverlay {
  opacity: 0;
}
#homeSpeakers .speakerContainer img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#homeSpeakers .speakerContainer:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#homeSpeakers .speakerContainer span {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  color: #FFF;
  font-size: 1.2em;
  line-height: 120%;
  margin-bottom: 5px;
  padding: 0 20px;
}
#homeSpeakers .speakerContainer small {
  font-weight: bold;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8em;
  line-height: 120%;
  margin-bottom: 10px;
  padding: 0 20px;
}
#homeSpeakers .speakerContainer button {
  display: inline-block;
  margin: 0 auto;
  background: #ED2E2D;
  padding: 5px 12px;
  font-size: 0.7em;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
#homeSpeakers .speakerContainer button:hover {
  background: #d51312;
}
#teamMembers {
  background: none;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
#teamMembers h2 {
  color: #FFF;
  margin-bottom: 20px;
}
#teamMembers p {
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}
#teamMembers .speakerContainer {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#teamMembers .speakerContainer img {
  width: 100%;
  display: block;
}
#teamMembers .speakerContainer .speakerOverlay {
  background: rgba(237, 46, 45, 0.2);
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
  position: absolute;
  top: 0;
}
#teamMembers .speakerContainer p {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition-property: bottom, opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  z-index: 200;
  text-align: center;
  margin: 0;
  width: 100%;
}
#teamMembers .speakerContainer:hover p {
  bottom: 0;
  opacity: 1;
}
#teamMembers .speakerContainer:hover .speakerOverlay {
  opacity: 0;
}
#teamMembers .speakerContainer img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#teamMembers .speakerContainer img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#teamMembers .speakerContainer span {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 10px;
}
#teamMembers .speakerContainer small {
  font-weight: bold;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.6em;
  line-height: 1;
  margin-bottom: 10px;
}
#teamMembers .speakerContainer button {
  display: inline-block;
  margin: 0 auto;
  background: #ED2E2D;
  padding: 5px 12px;
  font-size: 0.7em;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
#teamMembers .speakerContainer button:hover {
  background: #d51312;
}
#speakerModal .modal-content {
  background: #FFF;
  background-size: cover;
}
#speakerModal .modal-content .modal-body {
  padding: 0 15px;
}
#speakerModal .modal-header {
  padding: 10px 15px;
}
#speakerModal .modal-header {
  background: rgba(255, 255, 255, 0.3);
  border: none;
}
#speakerModal .modal-header .modal-title {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
  color: #ED2E2D;
}
#speakerModal .modal-header .close {
  font-size: 44px;
}
#speakerModal .modal-body img {
  width: 30%;
  margin: 0 15px 5px 0;
  float: left;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#speakerModal .modal-body p {
  font-size: 0.8em;
}
#speakerModal .modal-body .speakerCompany {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1em;
}
#speakerModal .modal-body .speakerFunction {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 0.8em;
  line-height: 1;
}
.speakerModal .modal-content {
  background: #FFF;
  background-size: cover;
}
.speakerModal .modal-content .modal-body {
  padding: 0 15px;
  padding-bottom: 30px;
}
.speakerModal .modal-header {
  padding: 0px 15px;
}
.speakerModal .modal-header {
  background: rgba(255, 255, 255, 0.3);
  border: none;
}
.speakerModal .modal-header .close {
  font-size: 40px;
}
.speakerModal .modal-body img {
  width: 30%;
  margin: 0 15px 5px 0;
  float: left;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.speakerModal .modal-body h4.modal-title {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  color: #ED2E2D;
  margin-bottom: 3px;
}
.speakerModal .modal-body p {
  font-size: 0.8em;
}
.speakerModal .modal-body .speakerCompany {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 0.8em;
}
.speakerModal .modal-body .speakerFunction {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 0.8em;
}
#teamModal .modal-content {
  background: #FFF;
}
#teamModal .modal-header {
  padding: 10px 15px;
}
#teamModal .modal-header {
  border: none;
  padding: 5px 15px;
}
#teamModal .modal-header .close {
  font-size: 40px;
}
#teamModal .modal-body {
  padding: 5px 15px;
}
#teamModal .modal-body img {
  width: 30%;
  margin: 0 15px 15px 0;
  float: left;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#teamModal .modal-body h4.modal-title {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  color: #ED2E2D;
  margin-bottom: 3px;
}
#teamModal .modal-body p {
  font-size: 0.8em;
}
#teamModal .modal-body .speakerCompany {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1em;
}
#teamModal .modal-body .speakerFunction {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 0.8em;
  line-height: 1;
}
.teamModal .modal-content {
  background: #FFF;
}
.teamModal .modal-header {
  padding: 10px 15px;
}
.teamModal .modal-header {
  border: none;
  padding: 5px 15px;
}
.teamModal .modal-header .modal-title {
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: bold;
  color: #ED2E2D;
}
.teamModal .modal-header .close {
  font-size: 44px;
}
.teamModal .modal-body {
  padding: 5px 15px;
}
.teamModal .modal-body img {
  width: 30%;
  margin: 0 15px 15px 0;
  float: left;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.teamModal .modal-body p {
  font-size: 0.8em;
}
.teamModal .modal-body .speakerCompany {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2em;
}
.teamModal .modal-body .speakerFunction {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 0.8em;
  line-height: 1;
}
#eventAgenda {
  border-bottom: 2px solid #d6d6d6;
  padding: 100px 20px;
}
#eventAgenda h2 {
  font-size: 1.8em;
}
#eventAgenda h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2em;
}
#eventAgenda .agendaLeft {
  padding-right: 50px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
#eventAgenda .tab-content {
  border: 1px solid #DDD;
  border-top: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#eventAgenda .tab-content .tab-pane div {
  padding: 10px 15px;
}
#eventAgenda .tab-content .tab-pane div:nth-child(odd) {
  background: #EEE;
}
#eventAgenda .tab-content .tab-pane div:nth-child(even) {
  background: #ddd;
}
#eventAgenda .nav-tabs > li > a {
  text-transform: uppercase;
  font-weight: bold;
  background: #DDD;
  outline: none;
  font-size: 1.5em;
  padding: 7px 30px;
  color: #555;
}
#eventAgenda .nav-tabs > li.active a,
#eventAgenda .nav-tabs > li.active a:hover,
#eventAgenda .nav-tabs > li.active a:focus {
  background: #EEE;
  border: none;
  padding: 12px 30px;
}
.nav-tabs li.active {
  bottom: -7px;
  margin-top: -10px;
  position: relative;
}
.nav-tabs li.active a {
  bottom: -3px;
  padding: 11px 30px;
  position: relative;
  color: #ED2E2D !important;
}
#aboutTab .tab-content {
  padding: 5px 15px;
}
#aboutTab .tab-content h2 {
  color: #ED2E2D;
}
#aboutTab .nav-pills > li > a {
  border-radius: 0;
}
.aboutIntro .nav-tabs {
  margin-bottom: 30px;
  border: none;
}
.aboutIntro .nav-tabs > li {
  float: none;
  margin-bottom: 10px;
  width: 100%;
}
.aboutIntro .nav-tabs > li a {
  display: block;
  width: 100%;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 0;
  border: none;
}
.aboutIntro .nav-tabs > li.active a {
  border: none;
}
.grayBlockElement {
  background: #EEE;
  padding: 20px;
  border-top: 4px solid #ED2E2D;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grayBlockElement h4 {
  font-size: 1.2em;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ED2E2D;
}
.col-lg-9 .storySingle,
.col-md-9 .storySingle {
  padding-right: 50px;
}
.storySingle h2 {
  color: #000;
  font-size: 1.8em;
}
.storySingle h4 {
  font-size: 1.4em;
}
#discoverSidebar .discoverSidebarBanner {
  margin-bottom: 20px;
  width: 100%;
}
#discoverSidebar .discoverSidebarBanner img {
  width: 100%;
  display: block;
}
#discoverSidebar .discoverSidebarInner {
  background: none;
  padding: 0px;
}
#discoverSidebar h2 {
  font-size: 0.8em;
}
#discoverSidebar h3 {
  font-size: 1em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
#discoverSidebar h3 a {
  color: #000;
}
#discoverSidebar .articleBlock {
  margin-bottom: 20px;
}
#discoverSidebar .articleBlock h3 {
  font-size: 1.2em;
  text-transform: none;
  font-weight: normal;
}
#discoverSidebar .articleBlock h3 a:hover {
  text-decoration: underline;
}
#discoverSidebar .articleBlock h4 {
  font-size: 0.8em;
}
#discoverSidebar .articleBlock:last-of-type {
  border: none;
  margin-bottom: 0;
}
#discoverSidebar .articleBlock span {
  color: #000;
}
.discoverContainer .whiteBlock {
  padding: 30px 0 50px;
}
.discoverContainer .discoverIntro {
  margin-bottom: 30px;
}
.discoverContainer .discoverIntro p {
  text-align: left;
}
.discoverContainer #eventTop {
  background-image: url(../images/topDiscover.jpg);
}
.discoverContainer.inner {
  padding-top: 130px;
}
.imgalign {
  width: 300px;
  display: inline-block;
}
.imgalign.alignleft {
  float: left;
  margin: 0 20px 5px 0;
}
.imgalign.alignright {
  float: right;
  margin: 0 0 5px 20px;
}
.trainingContainer #trainingIntro {
  margin-top: 40px;
}
.trainingContainer h4 {
  font-size: 1.5em;
  font-weight: 600;
}
.trainingContainer .whiteBlock {
  padding: 30px 0 50px;
}
.trainingContainer #eventTop {
  background-image: url(../images/topBlank.jpg);
}
.trainingContainer .trainingBanner img {
  max-width: 100%;
  margin-bottom: 20px;
}
.grayBlock {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px;
  background: #EEE;
}
.list-group.panel > .list-group-item,
.list-group-item:first-child,
.list-group-item:last-child {
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.list-group-submenu {
  margin-left: 20px;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
a.list-group-item,
button.list-group-item {
  color: #555;
  background: #FFF;
}
a.list-group-item:hover,
a.list-group-item[aria-expanded="true"] {
  color: #FFF;
  background: #ED2E2D;
}
.event-sublinks a.list-group-item {
  color: #555;
  background: #f5f5f5;
  font-size: 14px;
  padding: 6px 15px;
}
.event-sublinks a.list-group-item:hover,
.event-sublinks a.list-group-item:focus {
  background: #EEE;
}
#MainMenu .list-group.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.regForm {
  margin-top: 0px;
}
.regForm .form-group {
  width: 48%;
  float: left;
  margin: 0 4% 30px 0;
}
.regForm .form-group:nth-child(2n+2) {
  margin-right: 0;
}
.regForm .form-group .form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 12px;
  height: auto;
}
.regForm .form-group label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.counterWrap {
  width: 220px;
  height: 220px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  background: transparent url(../images/counterWrap.png) top center no-repeat;
  background-size: 100% auto;
  margin: 0 auto 30px;
  text-transform: uppercase;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 30px 0;
}
.counterWrap .only {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
.counterWrap .counterMid {
  margin-bottom: 5px;
}
.counterWrap .counterMid p {
  width: 30%;
  display: inline-block;
  margin-bottom: 0;
}
.counterWrap .counterMid p span {
  font-size: 30px;
  display: block;
  color: #ED2E2D;
  margin-bottom: 0px;
  font-weight: bold;
}
.counterWrap .counterMid p small {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  display: block;
  font-size: 12px;
}
.counterWrap .counterBottom {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
}
.tagsContainer {
  margin-top: 10px;
}
.tagsContainer a {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}
.tagsContainer a:hover {
  text-decoration: underline;
}
/************* discover *************/
#discoverLeft,
#discoverRight {
  padding: 0 !important;
}
.discoverIntro p {
  text-align: left;
}
.discoverIntro .buttonOutlineBlack {
  margin-bottom: 30px;
}
#mainDiscover {
  position: relative;
  border-right: 5px solid #FFF;
}
#mainDiscover img {
  width: 100%;
  display: block;
}
#mainDiscover .discoverCaption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
}
#mainDiscover .discoverCaption p {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%) repeat scroll 0 0;
  padding: 70px 20px 0px 20px;
  font-size: 1.8em;
  color: #FFF;
  width: 100%;
  margin: 0;
  font-family: 'HansKendrick-Medium';
  line-height: 120%;
}
#mainDiscover .discoverCaption p a {
  display: block;
  color: #FFF;
}
#mainDiscover .discoverCaption p a:hover {
  color: #ED2E2D;
}
#mainDiscover .discoverCaption p small {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #999;
}
#mainDiscover .discoverCaption span {
  background: #000;
  font-size: 1em;
  color: #FFF;
  padding: 10px 20px;
  display: block;
}
.discoverThird {
  padding: 0px;
  height: 202px;
  background: #222;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.discoverThird:first-of-type {
  border-bottom: 5px solid #FFF;
}
.discoverThird:last-of-type {
  border-top: 5px solid #FFF;
}
.discoverThird .discoverThirdImg {
  height: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}
.discoverThird .discoverThirdImg img {
  height: 100%;
  display: block;
}
.discoverThird .discoverThirdTitle {
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 0 1.5em;
}
.discoverThird .discoverThirdTitle p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 20px;
}
.discoverThird .discoverThirdTitle p small {
  display: block;
  font-size: 1em;
  color: #999;
}
.discoverThird .discoverThirdTitle p a {
  color: #FFF;
  font-size: 1.2em;
  text-decoration: none;
  font-family: 'HansKendrick-Medium';
}
.discoverThird .discoverThirdTitle p a:hover {
  text-decoration: none;
  color: #d51312;
}
#discoverList {
  margin-top: 10px;
}
#discoverList .discoverBlock {
  padding: 0;
  margin-bottom: 5px;
}
#discoverList .discoverBlock #mainDiscover {
  position: relative;
  border-right: 5px solid #FFF;
}
#discoverList .discoverBlock #mainDiscover img {
  width: 100%;
  display: block;
}
#discoverList .discoverBlock #mainDiscover .discoverCaption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}
#discoverList .discoverBlock #mainDiscover .discoverCaption p {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%) repeat scroll 0 0;
  padding: 70px 20px 20px 20px;
  font-size: 1.2em;
  color: #FFF;
  width: 100%;
  margin: 0;
  font-family: 'HansKendrick-Medium';
  line-height: 120%;
}
#discoverList .discoverBlock #mainDiscover .discoverCaption p a {
  display: block;
  color: #FFF;
}
#discoverList .discoverBlock #mainDiscover .discoverCaption p a:hover {
  color: #ED2E2D;
}
#discoverList .discoverBlock #mainDiscover .discoverCaption p small {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #999;
}
#discoverList .discoverBlock #mainDiscover .discoverCaption span {
  background: #000;
  font-size: 1em;
  color: #FFF;
  padding: 10px 20px;
  display: block;
}
.storySingle h2 {
  color: #000;
  font-size: 1.2em;
  margin-bottom: 10px;
  margin-top: 25px;
}
.storySingle h2:first-of-type {
  font-size: 2.2em;
  margin-bottom: 30px;
  margin-top: 0px;
}
#homeEvents #MainMenu .event-sublinks a.list-group-item {
  border: 1px solid #CCC;
  display: inline-block;
  background: #DDD;
  padding: 5px 10px;
  margin: 0 0 5px 0;
}
#homeEvents #MainMenu .event-sublinks a.list-group-item:hover,
#homeEvents #MainMenu .event-sublinks a.list-group-item:focus {
  background: #ED2E2D;
  color: #FFF;
  text-decoration: none;
}
#homeEvents #MainMenu .subitems {
  background: #EEE;
  display: block;
  padding: 10px 0 0 0;
}
.event-sublinks {
  background: #eee;
  padding: 10px 10px 5px;
}
h3.eventcat {
  font-size: 1.3em;
  margin-top: 10px;
}
a.terms {
  color: #FFF;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}
.nav-tabs > li {
  margin-bottom: 3px;
}
/************* footer *************/
footer {
  /* background: darken(@crna, 30%); */
  background: #000;
  background-size: cover;
  padding: 30px 0 20px 0;
}
footer .logo-footer {
  display: block;
}
footer .logo-footer img {
  max-width: 200px;
  margin-bottom: 10px;
}
footer .footer-menu {
  font-size: 1.2em;
  text-transform: uppercase;
}
footer .footer-menu li {
  display: block;
}
footer .footer-menu li a {
  display: inline-block;
  color: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: none;
  font-family: 'HansKendrick-Medium';
  padding: 8px 30px;
}
footer .footer-menu li a:hover {
  background: #ED2E2D;
  color: #FFF;
}
footer .footerContact {
  font-size: 0.8em;
  color: #FFF;
  line-height: 150%;
  margin-top: 30px;
}
footer .footerContact .footerContactSingle {
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 5px solid #000;
}
footer .footerContact strong {
  color: #a60f0e;
  font-family: 'HansKendrick-Medium';
  font-size: 1em;
  display: inline-block;
  line-height: 120%;
  margin-bottom: 5px;
  text-transform: uppercase;
}
footer #footerContactsContainer {
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 30px;
  margin-top: 30px;
}
footer .newsletterform h4 {
  color: #FFF;
  font-size: 22px;
  font-family: 'HansKendrick-Medium';
  margin-bottom: 0px;
}
footer .newsletterform p {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 15px;
}
footer .newsletterform input[type="text"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  padding: 8px 12px;
  text-align: left;
  border: none;
  margin-bottom: 15px;
}
footer .newsletterform .buttonOutline {
  padding: 5px 20px;
  text-transform: none;
  font-size: 1em;
}
footer .newsletterform .buttonOutline:hover {
  background: rgba(255, 255, 255, 0.1);
}
.footershopsocial {
  text-align: center;
}
.footershopsocial h4 {
  color: #FFF;
  font-size: 18px;
  font-family: 'HansKendrick-Medium';
  margin-bottom: 0px;
  text-transform: uppercase;
}
.footershopsocial p {
  color: #FFF;
  font-size: 0.7em;
  margin-bottom: 5px;
}
.footershopsocial .buttonOutline {
  padding: 3px 16px;
  text-transform: none;
  font-size: 0.8em;
}
.footershopsocial .buttonOutline:hover {
  background: rgba(255, 255, 255, 0.1);
}
.social-icons {
  background: none;
  margin-top: 10px;
}
.social-icons .fa {
  font-size: 2em;
}
.social-icons .fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: none;
}
.social-icons.icon-circle .fa {
  border-radius: 50%;
}
.social-icons.icon-rounded .fa {
  border-radius: 5px;
}
.social-icons.icon-flat .fa {
  border-radius: 0;
}
.social-icons .fa:hover,
.social-icons .fa:active {
  color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
  background: #ffffff;
}
.social-icons.icon-zoom .fa:hover,
.social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.social-icons.icon-rotate .fa:hover,
.social-icons.icon-rotate .fa:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}
.social-icons .fa-facebook:hover,
.social-icons .fa-facebook-square:hover {
  background-color: #3C599F;
  color: #FFF;
}
.social-icons .fa-twitter:hover,
.social-icons .fa-twitter-square:hover {
  background-color: #32CCFE;
  color: #FFF;
}
.social-icons .fa-linkedin:hover,
.social-icons .fa-linkedin-square:hover {
  background-color: #0085AE;
  color: #FFF;
}
.social-icons .fa-youtube:hover,
.social-icons .fa-youtube-play:hover,
.social-icons .fa-youtube-square:hover {
  background-color: #C52F30;
  color: #FFF;
}
.copyright {
  padding: 0;
  font-size: 14px;
  color: #FFF;
  margin-top: 50px;
}
.copyright p {
  margin: 0;
}
.copyright p a {
  color: #FFF;
  text-decoration: underline;
}
#main.topMain {
  margin-top: 120px;
}
#main.topMain.topPosition {
  margin-top: 120px;
}
body.home #main.topMain {
  margin-top: 0px;
}
body.home #main.topMain.topPosition {
  margin-top: 0px;
}
.topColor {
  background: #ED2E2D;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
#venue h2 {
  font-size: 1.8em;
}
#venue .venuedescription {
  padding-right: 100px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#venue .hotelImages img {
  width: 100%;
  display: block;
}
#venue .hotelImages .col-md-12 {
  padding: 0;
}
#venue .hotelImages .col-md-4 {
  padding: 4px 2px 0px 2px;
}
#venue .venuebottom {
  margin-top: 50px;
}
#venue .venuebottom p {
  margin-bottom: 20px;
  text-align: center;
}
#venue .venuebottom p i {
  font-size: 4em;
  color: #000;
}
#venue .venuebottom h4 {
  font-size: 1em;
  color: #FFF;
  text-align: center;
}
#venue .venuebottom h4 a {
  background: #ED2E2D;
  color: #FFF;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#venue .venuebottom h4 a:hover {
  background: #d51312;
  color: #FFF;
}
#venue.grayBlock {
  padding: 50px 0;
  background: #FFF;
  color: #000;
  background-size: 100% 100%;
}
#partners {
  padding-top: 50px;
  border-bottom: 2px solid #d6d6d6;
}
#partners h2 {
  font-size: 1.8em;
}
#partners .partners-description {
  margin-bottom: 90px;
}
#partners h4 {
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #ED2E2D;
  text-align: center;
  font-family: 'HansKendrick-Medium';
  position: relative;
  margin-top: 10px;
}
#partners h4 span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  color: #000;
  position: relative;
  top: -30px;
  padding: 0 30px 10px 30px;
  border-bottom: 2px solid #ccc;
  font-size: 1.4em;
}
#partners .partner-group {
  margin-bottom: 80px;
}
#partners .partner-logo {
  padding: 0 15px;
  margin-bottom: 20px;
}
#partners .partner-logo img {
  width: 100%;
  display: block;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
.col-fixed {
  /* custom width */
  width: 320px;
}
.col-min {
  /* custom min width */
  min-width: 320px;
}
.col-max {
  /* custom max width */
  max-width: 320px;
}
#ourMission {
  margin-bottom: 50px;
}
#ourMission .col-md-4 {
  padding: 0 50px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ourMission .col-md-4 p {
  text-align: center;
  margin-bottom: 30px;
}
#ourMission .col-md-4 p img {
  width: 150px;
}
#ourMission .col-md-4 h5 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  color: #ED2E2D;
  margin-bottom: 5px;
}
#ourMission .col-md-4 span {
  display: block;
  text-align: center;
  font-size: 1.2em;
}
.aboutContactSingle {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1%;
  margin: 0 0 30px 0;
}
.aboutContactSingle .contactinner {
  color: #000;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  min-height: 240px;
  line-height: 150%;
  font-size: 0.8em;
}
.aboutContactSingle .contactinner img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  display: block;
  margin: 20px auto;
}
.aboutContactSingle .contactinner strong {
  font-family: 'HansKendrick-Medium';
  color: #ED2E2D;
  text-transform: uppercase;
  font-size: 1em;
}
.aboutContactSingle .contactinner a {
  color: #ED2E2D;
}
.aboutContactSingle.headquarters img {
  width: 320px;
}
#meettheteam {
  padding: 50px 0 0 0;
}
#meettheteam .container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
#meettheteam .container-fluid #meet-the-team-intro {
  margin-bottom: 40px;
  width: 100%;
}
#meettheteam .container-fluid .row {
  padding: 0;
  margin: 0;
}
#meettheteam .container-fluid .row .team-member {
  padding: 0;
}
#meettheteam .container-fluid .row .team-member .speakerContainer {
  margin: 0;
}
#offices {
  padding: 50px 0;
  border-bottom: 2px solid #d6d6d6;
}
#offices.grayBlock {
  background: #FFF;
}
#testimonials {
  text-align: center;
  padding: 100px 0;
}
#testimonials h2 {
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2em;
}
#testimonials img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto 30px auto;
}
#testimonials .quote {
  font-family: 'HansKendrick-Medium';
  font-size: 1em;
  margin-bottom: 30px;
  line-height: 150%;
  font-family: 'HansKendrick-Light';
  font-style: italic;
  padding: 0 60px;
}
#testimonials span {
  display: block;
  font-size: 1.2em;
  color: #000;
  margin-bottom: 5px;
}
#testimonials small {
  font-size: 1em;
  display: block;
}
#testimonials p{
  margin-bottom: 0;
  line-height: 1em;
}
#testimonials .carousel-control {
  background: none !important;
}
#testimonials .carousel-control.right .sliderArrow {
  right: 0;
}
#testimonials .sliderArrow {
  top: 50%;
  position: absolute;
  font-size: 4em;
}

#testimonials button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#testimonials .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#testimonials .prev-arrow{
  left: 20px;
  width: 0;
  height: 0;
   font-size: 4em;
  color:#000;
  opacity: 0.7;
  z-index: 999999999999;
}
#testimonials .next-arrow{
  right: 20px;
  width: 0;
  height: 0;
   font-size: 4em;
  color:#000;
  opacity: 0.7;
}
#testimonials .prev-arrow:hover{
  opacity: 1;
}
#testimonials .next-arrow:hover{
  opacity: 1;
}




#logosSlider {
  text-align: center;
/*  padding: 100px 0;*/
}

#logosSlider h2 {
  margin-bottom: 80px;
  color: #FFF;
  font-size: 2.2em;
}
#logosSlider img {
/*  width: 120px;*/
  height: 90px;
  display: block;
  margin: 0 auto 0 auto;
}
#logosSlider .quote {
  font-family: 'HansKendrick-Medium';
  font-size: 1em;
  margin-bottom: 30px;
  line-height: 150%;
  font-family: 'HansKendrick-Light';
  font-style: italic;
}
#logosSlider span {
  display: block;
  font-size: 1.4em;
  color: #000;
  margin-bottom: 5px;
}
#logosSlider small {
  font-size: 1em;
  display: block;
}


#logosSlider button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#logosSlider .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#logosSlider .prev-arrow{
  left: 20px;
  width: 0;
  height: 0;
   font-size: 4em;
  color:#fff;
  opacity: 0.7;
  z-index: 999999999999;
}
#logosSlider .next-arrow{
  right: 20px;
  width: 0;
  height: 0;
   font-size: 4em;
  color:#fff;
  opacity: 0.7;
}
#logosSlider .prev-arrow:hover{
  opacity: 1;
}
#logosSlider .next-arrow:hover{
  opacity: 1;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoBlock {
  text-align: center;
  margin: 0 30px 15px 0;
}
.videoBlock .videoWrapper {
  margin-bottom: 10px;
}
.videoBlock p {
  font-size: 1.2em;
  color: #ED2E2D;
  margin-bottom: 0;
}
.storySingle p {
  text-align: justify;
}
#discover .container-fluid {
  max-width: 100%;
  padding: 0 10px;
  width: 100%;
}
#discover .discoverBlockHomepage {
  width: 81%;
  float: left;
}
#discover .discoverBlockHomepage img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#discover .discoverBlockHomepage p {
  font-size: 1.3em;
}
#discover .discoverBlockHomepage p a {
  color: #000;
  text-decoration: none;
}
#discover .discoverBlockHomepage p a:hover {
  text-decoration: underline;
}
#discover .discoverBlockHomepage span {
  font-size: 1em;
  text-align: left;
  display: block;
}
#ourMissionIntro {
  padding: 50px 0;
  border-top: 2px solid #d6d6d6;
}
#ourMissionIntro h2 {
  text-transform: uppercase;
  font-size: 1.6em;
}
#aboutBlocks.grayBlock {
  background: #464646;
  color: #FFF;
}
#aboutBlocks.grayBlock h2 {
  text-transform: uppercase;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 70px;
}
#ourMission .wwd-row {
  margin-bottom: 50px;
}
#ourMission .wwd-block p {
  text-align: center;
}
#ourMission .wwd-block p img {
  width: 120px;
}
#ourMission .wwd-block h3 {
  text-align: center;
}
#ourMission .wwd-block span {
  font-size: 1.1em;
  display: inline-block;
  text-align: justify;
}
.eventOutlineButtons a {
  border: 2px solid #000;
  display: inline-block;
  padding: 10px 25px;
  margin: 0 auto;
  font-size: 1em;
  text-transform: uppercase;
  color: #000;
}
#mainEventList .row {
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
}
#mainEventList .row .homeSingleEvent {
  float: left;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
#mainEventList .row .homeSingleEvent a.brochureButton {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 200;
  background: #000;
  font-size: 0.8em;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: 'HansKendrick-Medium';
}
#mainEventList .row .homeSingleEvent a.brochureButton:hover {
  background: #333333;
}
#mainEventList .row .homeSingleEvent a.eventBox {
  margin: 0;
}
#mainEventList .row .homeSingleEvent a.eventBox .evPoster {
  width: 100%;
  position: relative;
  z-index: 50;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#mainEventList .row .homeSingleEvent a.eventBox small {
  position: absolute;
  margin-bottom: 0px;
  text-align: left;
  bottom: 0;
  left: 20px;
  z-index: 330;
  width: calc(100% - 30px);
}
#mainEventList .row .homeSingleEvent a.eventBox small em {
  width: 50%;
}
#mainEventList .row .homeSingleEvent a.eventBox small em img {
  width: 60px;
  background: none;
  stroke-linecap: round;
}
#mainEventList .row .homeSingleEvent a.eventBox p {
  position: absolute;
  bottom: 0;
  left: 15px;
  text-align: left;
  z-index: 300;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  padding-top: 100px;
  background: none;
  margin: 0;
  width: calc(100% - 30px);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#mainEventList .row .homeSingleEvent a.eventBox p em {
  font-style: normal;
  font-family: 'HansKendrick-Medium';
  display: block;
  max-width: 100%;
  white-space: pre-line;
  padding-right: 15px;
}
#mainEventList .row .homeSingleEvent a.eventBox p span {
  position: relative;
  bottom: auto;
  left: auto;
  display: block;
  max-width: 100%;
  background: none;
  font-size: 0.7em;
  white-space: pre-line;
  padding-right: 15px;
}
#trainingIntro .grayBlock {
  background: #FFF;
}
#main.trainingPage {
  padding-top: 50px;
  border-top: 2px solid #d6d6d6;
}
#trainingPage {
  border-top: 2px solid #d6d6d6;
}
#trainingPage h4.redText {
  font-size: 1.6em;
}
#trainingPage .container-fluid {
  padding: 0 70px;
}
#trainingPage .container-fluid .aboutIntro .nav.nav-tabs a {
  font-size: 1.2em;
  padding: 10px 15px;
  color: #000;
}
#trainingPage .container-fluid .aboutIntro .nav.nav-tabs li.active a {
  font-size: 1.2em;
  padding: 10px 15px;
  position: relative;
  background: #ED2E2D;
  color: #FFF !important;
}
#trainingPage .container-fluid .aboutIntro .nav.nav-tabs li.active a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 46, 45, 0);
  border-left-color: #ED2E2D;
  border-width: 23px;
  margin-top: -23px;
}
#gallerySingle {
  border-top: 2px solid #d6d6d6;
}
#gallerySingle .galleryIntro {
  margin-bottom: 30px;
}
#gallerySingle #galleryContainer .galleryThumb {
  margin-bottom: 20px;
}
#gallerySingle #galleryContainer .galleryThumb a {
  display: block;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
}
#gallerySingle #galleryContainer .galleryThumb a img {
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#gallerySingle #galleryContainer .galleryThumb a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.agendarow {
  background: #ddd;
  padding: 5px 10px;
}
.agendarow:nth-child(odd) {
  background: #eee;
}
.agendarow small {
  font-size: 30px;
  color: #ed2e2d;
  display: inline-block;
  width: 85px;
  font-size: 24px;
  padding: 10px 0;
  font-family: 'Montserrat', sans-serif;
  overflow-wrap: break-word;
  line-height: 120%;
  float: left;
}
.agendarow p {
  width: calc(100% - 95px);
  display: inline-block;
  margin-bottom: 0;
  padding: 11px 10px 5px 0;
  font-style: 14px;
  float: right;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.partner-group.largest-partners {
  margin-top: 50px;
}
#aboutTab .tab-content ol {
  margin-bottom: 20px;
}
#aboutTab .tab-content ol li {
  list-style: outside decimal;
  margin-left: 20px;
}
#aboutTab .tab-content ul li {
  list-style: outside square;
  margin-left: 20px;
  margin-bottom: 15px;
}
.gallerySingleBlock .homeSingleEvent .eventBox {
  height: 400px;
  overflow: hidden;
}
.gallerySingleBlock #mainEventList .row .homeSingleEvent a.eventBox p {
  padding-left: 15px;
  padding-right: 15px;
}
.gallerySingleBlock #mainEventList .row .homeSingleEvent a.eventBox p em {
  display: block;
  font-size: 0.8em;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #FFF;
}
.trainingBanner {
  width: 100%;
}
.trainingBanner img {
  max-width: 100%;
}
.home .discoverIntro h2 {
  font-size: 1.8em;
}
#past_events {
  padding: 20px 0 0 0;
  border-top: 1px solid #ddd;
}
#past_events h2#past_events_title {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.home a.eventBox img {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#aboutVideo {
  padding-bottom: 60px;
}
#aboutVideo video {
  max-width: 100%;
}
.socialLinksEvent {
  padding-top: 30px;
}
.agendarow:after {
  content: '';
  display: table;
  clear: both;
}
#partners p {
  margin-bottom: 60px;
}
.home .discoverIntro {
  float: left;
  padding-left: 15px;
  padding-right: 50px;
  width: 19%;
}
#aboutVideo .videoWrapper {
  border: 1px solid #ccc;
}
#load_more {
  background: #ED2E2D;
  text-align: center;
  color: #FFF;
  margin: 0 15px;
}
#load_more:hover {
  background: #d51312;
}
#eventFacts ul li,
#eventDescription ul li {
  list-style: square outside;
  margin: 0 0 10px 20px;
}
#mainEventList #past_events.row .homeSingleEvent a.brochureButton {
  display: none;
}
.discoverContainer .discover-full .col-md-9 {
  width: 100% !important;
}
.discoverContainer .discover-full #discoverSidebar {
  display: none !important;
}
.discoverContainer .discover-full .storySingle h2:first-of-type {
  margin-top: 50px;
}
.storySingle ul li {
  list-style: outside square;
  margin: 0 0 15px 15px;
}
.storySingle ol li {
  list-style: outside decimal;
  margin: 0 0 15px 15px;
}
body.privacy #navbar-main {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
	box-shadow: rgb(51, 51, 51) 1px 1px 3px;
}
body.privacy h2 {
	margin-bottom: 30px;
	text-align: left;
	margin-top: 150px;
}
body.privacy .privacy-content {
	margin-bottom: 50px;
}



.hci-certified ul, .crisis-communications ul{
  list-style: square outside;
  margin: 0 0 10px 20px;
}

/*.upskillings p, 
.upskillings span,
.hci-certified p, 
.hci-certified span,
.crisis-communications p, 
.crisis-communications span{
  line-height: 150% !importnat;
  font-family: 'HansKendrick-Regular', Arial, sans-serif !important; 
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}*/


.upskillingOutlineButtons a {
  /*border: 1px solid #000;*/
  display: inline-block;
  /*padding: 15px 25px;*/
  margin: 0 auto;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #000;

  background-position: center;
  padding: 100px;
  background-repeat: no-repeat;
  min-width: 500px;
}

.buttonOutlineUpskilling {
  /*background: #ed2e2d !important;*/
  color: #FFF !important;
  /*border: 1px solid #cccccc;*/
}


.buttonOutlineUpskilling:hover,
.buttonOutlineUpskilling:focus {
 /* background: #ed2e2d !important;
  border: 1px solid #cccccc;*/
}


nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
nav ul li:hover>ul {
  display: inherit;
  transition: all .3s ease;
}
nav ul ul li {
  min-width: 300px;
  display: list-item;
  position: relative;
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
nav ul ul li:hover {
  background-color: #ddd;
}
nav ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}
nav ul ul li a:hover{
  color: inherit;
}

.topBorder{
  padding: 50px 0;
  border-top: 2px solid #d6d6d6;
}
.topBorderHalf{
  padding: 50px 0 0 0;
  border-top: 2px solid #d6d6d6;
}
#hciCertifiedPage .container-fluid{
  padding: 0 70px;
}

#hciCertifiedPage h4.redText {
  font-size: 1.6em;
}
#hciCertifiedPage .container-fluid {
  padding: 0 70px;
}
#hciCertifiedPage .container-fluid .aboutIntro .nav.nav-tabs a {
  font-size: 1.2em;
  padding: 10px 15px;
  color: #000;
}
#hciCertifiedPage .container-fluid .aboutIntro .nav.nav-tabs li.active a {
  font-size: 1.2em;
  padding: 10px 15px;
  position: relative;
  background: #ED2E2D;
  color: #FFF !important;
}
#hciCertifiedPage .container-fluid .aboutIntro .nav.nav-tabs li.active a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 46, 45, 0);
  border-left-color: #ED2E2D;
  border-width: 23px;
  margin-top: -23px;
}

#crisisIntro .container-fluid, #crisisPage .container-fluid{
  padding: 0 70px;
}


@-ms-viewport {
  width: device-width;
}
@media (max-width: 1600px) {
  .container-fluid {
    padding: 0 30px;
  }
  header#header #navbar-main {
    padding: 0 50px;
  }
}
@media (max-width: 1380px) {
  #gallerySingle #galleryContainer .galleryThumb a {
    height: 130px;
  }
}
@media (max-width: 1280px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 23px;
    width: 100%;
    background: #FFF;
    position: relative;
    z-index: 300;
    border-top: 2px solid #d6d6d6;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
    border: none;
  }
  header .container-fluid {
    padding: 30px 0;
  }
  header#header #navbar-main {
    padding: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 20px;
  }
  .navbar-nav > li {
    text-align: center;
  }
  .navbar-right {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav > li > a {
    border-bottom: 1px solid #DDD;
    display: block;
  }
  .navbar-nav > li > a:hover,
  navbar-inverse .navbar-nav > .active > a:hover {
    background: #F0F0F0 !important;
    color: #000;
  }
  .navbar-nav > li > a:focus,
  navbar-inverse .navbar-inverse .navbar-nav > .active > a:focus {
    background: #ddd !important;
  }
  .navbar-inverse .navbar-nav > .active > a {
    background-color: transparent !important;
    color: #333;
  }
  .navbar-fixed-top .container-fluid {
    padding: 10px 0;
  }
  header nav li {
    margin-right: 0px;
  }
}
@media (max-width: 1200px) {
  #gallerySingle #galleryContainer .galleryThumb a {
    height: 180px;
  }
}
@media (max-width: 992px) {
  .discoverIntro,
  .discoverBlockHomepage {
    width: 100%;
    float: none;
  }
  .discoverIntro {
    margin-bottom: 30px;
  }
  .discoverBlockHomepage .homeDiscoverBlock {
    margin-bottom: 30px;
  }
  .discoverBlockHomepage .homeDiscoverBlock:last-of-type {
    margin-bottom: 0px;
  }
  #discover .discoverBlockHomepage {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 100%;
  }
  #eventDescription,
  #eventFacts {
    text-align: left;
    margin-bottom: 20px;
  }
  .wwd-block {
    margin-bottom: 30px;
  }
  header {
    width: 100%;
    height: 70px;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
  }
  header .container-fluid {
    padding: 0;
  }
  #topBanner {
    margin-top: 50px;
  }
  .bannerDescription {
    margin-bottom: 0;
  }
  #ourMissionIntro {
    padding: 30px 0;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    margin-top: 8px;
  }
  .bannerTitle {
    font-size: 28px;
  }
  .navbar-nav {
    margin: 0;
  }
  #trainingPage .container-fluid, #hciCertifiedPage .container-fluid {
    padding: 0;
  }
  .aboutIntro .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  h2 {
    font-size: 2em;
  }
  #trainingPage .container-fluid .aboutIntro .nav.nav-tabs li.active a:after,
  #hciCertifiedPage .container-fluid .aboutIntro .nav.nav-tabs li.active a:after
  {
    border: none;
  }
  #hciCertifiedPage .nav.nav-tabs{
    margin: 0;
    margin-bottom: 30px;
  }
  #hciCertifiedPage{
    padding: 0 20px;
  }
  #crisisIntro .container-fluid, #crisisPage .container-fluid{
    padding: 0 15px;
  }
  .upskillingOutlineButtons a{
    min-width: 250px;
    /*font-size: 1.2em;*/
    background-size: contain;
    padding: 70px;
  }
  nav ul ul {
    display: block;
    position: inherit;
    box-shadow: none;
  }
  nav ul ul li {
    padding: 4px 16px;
    text-align: center;
  }
  nav ul ul ul{
    position: inherit;
    left: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .aboutContactSingle.headquarters img {
    width: 100%;
  }
  a.eventBox p {
    font-size: 1em;
  }
  .container-fluid {
    padding: 0 15px;
  }
  .social-icons {
    display: inline-block;
  }
  .footershopsocial {
    margin-top: 30px;
  }
  .footershopsocial .text-left.newsletterform {
    text-align: center;
  }
  .aboutContactSingle .contactinner {
    padding: 0 20px;
  }
  .aboutContactSingle .contactinner img {
    margin-top: 0;
  }
  #topBanner .container-fluid {
    position: absolute;
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 30px !important;
  }
  #front-events-intro {
    padding-right: 0px;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .home .discoverIntro {
    padding-right: 0px;
    width: 100%;
    float: none;
  }
  #eventSlider {
    width: 100%;
    float: left;
    margin-top: 20px;
    overflow: hidden !important;
    float: none;
    touch-action: auto !important;
  }
  footer .logo-footer {
    text-align: center;
  }
  footer .logo-footer img {
    margin: 0 auto;
    display: inline-block;
  }
  footer .newsletterform .buttonOutline {
    position: relative;
    top: auto;
    right: auto;
  }
  #topBanner .container-fluid p small {
    color: #FFF !important;
  }
  .copyright {
    padding: 0 30px;
    margin-top: 20px;
  }
  #mainEventList .row .homeSingleEvent a.eventBox p span {
    line-height: 120%;
  }
  #mainEventList .row .homeSingleEvent a.eventBox p em {
    line-height: 100%;
  }
  #eventSlider .row {
    width: 100% !important;
  }
  #eventSlider .row .homeSingleEvent {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
    width: 100% !important;
  }
  .home a.eventBox img {
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .ps-container > .ps-scrollbar-x-rail {
    display: none !important;
  }
  #eventSlider .row .homeSingleEvent:last-of-type {
    margin-bottom: 0;
  }
  #eventSlider {
    padding-bottom: 0;
  }
  #eventSlider .row .homeSingleEvent a.eventBox p em,
  #eventSlider .row .homeSingleEvent a.eventBox p span {
    white-space: pre-line;
  }
  #homeEvents.grayBlock {
    padding: 0px 20px 20px 20px;
  }
  #topBanner .container-fluid {
    position: absolute;
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 30px 15px 15px 15px !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .bannerTitle {
    font-size: 18px;
    color: #FFF;
  }
  .buttonOutlineBlack,
  .buttonOutline {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    line-height: 100%;
    color: #FFF;
    border: 1px solid #FFF;
    display: inline-block;
    float: none;
  }
  .buttonOutlineBlack:hover,
  .buttonOutline:hover,
  .buttonOutlineBlack:focus,
  .buttonOutline:focus {
    color: #EEE !important;
    border: 1px solid #EEE !important;
  }
  #topBanner .container-fluid .bannerDescription {
    position: relative;
    margin-bottom: 5px;
    margin-top: 0;
  }
  #topBanner .container-fluid .bannerTitle span {
    color: #FFF !important;
    background: none !important;
    padding: 0 !important;
  }
  #topBanner .container-fluid .bannerDescription small {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 120%;
    color: #FFF !important;
    background: none !important;
    padding: 0 !important;
  }
  #homeEvents.eventsListPage {
    padding: 0 20px;
  }
  .navbar-fixed-top .container-fluid {
    padding: 10px 0;
  }
  #mainEventList .row .homeSingleEvent {
    margin-bottom: 20px;
  }
  body {
    padding-top: 0 !important;
  }
  #topBanner .buttonOutlineBlack,
  #topBanner .buttonOutline {
    background: none !important;
    color: #FFF !important;
    right: 18px !important;
    margin-left: 20px;
  }
  .grayBlock {
    padding: 30px 0px;
  }
  #aboutTab .tab-content h2 {
    font-size: 1.4em;
  }
  #aboutTab .tab-content {
    padding: 5px 0;
  }
  #trainingPage .container-fluid .aboutIntro .nav.nav-tabs a {
    padding: 10px 15px;
  }
  .regForm .form-group {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .whiteBlock {
    padding: 50px 20px;
  }
  .agendarow p {
    width: calc(100% - 75px);
  }
  .agendarow small {
    width: 65px;
    font-size: 18px;
  }
  #partners h4 span {
    line-height: 120%;
  }
  #gallerySingle #galleryContainer .galleryThumb a {
    height: 240px;
  }
  .eventslist .buttonOutlineBlack,
  .eventslist .buttonOutline {
    position: relative;
    top: auto;
  }
  #eventIntro {
    padding-top: 30px;
  }
  #topBanner .container-fluid p small {
    display: inline-block;
    line-height: 100%;
  }
  #topBanner .container-fluid .bannerTitle {
    background: none !important;
    padding: 0 !important;
    margin-top: 0;
  }
  #venue .hotelImages .col-md-4 {
    padding: 0;
  }
  #venue .venuedescription {
    padding: 0 15px;
  }
  #venue .hotelImages {
    padding: 0 30px;
  }
  #venue .hotelImages a {
    margin-bottom: 15px;
    display: block;
  }
  .discoverCaption {
    bottom: 0;
    left: 0;
    position: relative;
  }
  #mainDiscover {
    border: none;
    margin-bottom: 20px;
  }
  #mainDiscover .discoverCaption p {
    background: #111;
    font-size: 1.2em;
    padding: 5px 20px 20px;
  }
  #mainDiscover .discoverCaption span {
    display: none;
  }
  #mainDiscover .discoverCaption p small {
    font-size: 14px;
  }
  .discoverThird .discoverThirdImg img {
    height: auto;
    width: 100%;
  }
  .discoverThird {
    height: auto;
    margin-bottom: 20px;
  }
  .discoverThird .discoverThirdTitle {
    height: auto;
    background: #111;
    padding: 5px 0 0;
  }
  .discoverThird .discoverThirdTitle p {
    padding-right: 0;
    position: relative;
    top: auto;
    transform: none;
    font-size: 1.2em;
    padding: 5px 20px 0;
  }
  .discoverThird .discoverThirdTitle p small {
    font-size: 14px;
  }
  .discoverThird .discoverThirdTitle p a {
    display: block;
    font-size: 1em;
    margin-top: 5px;
  }
  #discoverList .discoverBlock #mainDiscover .discoverCaption {
    position: relative;
  }
  #discoverList .discoverBlock #mainDiscover .discoverCaption p {
    background: #111;
    padding: 5px 20px 20px;
    width: 100%;
  }
  #mainDiscover .discoverCaption {
    position: relative;
  }
  .col-lg-9 .storySingle,
  .col-md-9 .storySingle {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .discoverContainer .whiteBlock {
    padding: 70px 0 5px;
  }
  .storySingle h2:first-of-type {
    font-size: 1.5em;
    line-height: 140%;
  }
  #discover .discoverBlockHomepage p {
    font-size: 1.2em;
    font-weight: bold;
  }
  #ourMission {
    margin-bottom: 0;
  }
  #aboutVideo {
    padding-bottom: 40px;
  }
  #ourMissionIntro {
    padding: 20px 0 0 0;
  }
  #meettheteam {
    padding: 30px 0 0 0;
  }
  #meettheteam .container-fluid #meet-the-team-intro {
    margin-bottom: 10px;
  }
  #testimonials {
    text-align: center;
    padding: 30px 0 30px 0;
  }

  #testimonials h2, #logosSlider h2{
    margin-bottom: 20px;
    font-size: 1.8em;
  }

  #testimonials .col-md-4, #testimonials .col-sm-12{
    margin-bottom: 50px !important;
  }
  #testimonials small{
    margin-bottom: 40px !important;
  }

    #logosSlider {
    text-align: center;
    padding: 30px 0 30px 0;
  }

  #logosSlider .col-md-4, #logosSlider .col-sm-12{
    margin-bottom: 50px !important;
  }
  #logosSlider small{
    margin-bottom: 40px !important;
  }
  #logosSlider .carousel-control{
    top:40%!important;
    bottom: inherit;
  }

  #testimonials .prev-arrow{
  left: 0px;
}
#testimonials .next-arrow{
  right: 20px;
}

  #main.trainingPage {
    padding-top: 0;
  }
  #trainingPage .container-fluid .aboutIntro .nav.nav-tabs li.active a {
    color: #FFF !important;
  }
  .home #discover .container-fluid {
    padding: 0;
  }
  .home .discoverIntro {
    width: auto;
    float: none;
    margin-bottom: 0;
    padding-left: 16px;
  }
  .home .discoverIntro .buttonOutlineBlack {
    color: #333 !important;
    border: 1px solid #333 !important;
  }
  #discover.whiteBlock {
    padding: 20px 20px;
  }
}
@media (max-width: 480px) {
  .buttonOutlineBlack,
  .buttonOutline {
    font-size: 12px;
  }
  #topBanner .container-fluid .bannerDescription small {
    font-size: 12px;
  }
  #gallerySingle #galleryContainer .galleryThumb a {
    height: 120px;
  }
}


/*stripe checkout css*/
.checkout-form{
    width:50% !important;
    margin:0 auto;
}
.form-checkout{
  width: 100% !important;  
}
.brand-icon-parent{
  position: relative;
}
.brand{
  position: absolute;
  top:55%;
  right:5%;
}
.StripeElement--invalid{
  border: 1px solid #ED2E2D;
}
@media (max-width: 992px) {
  .checkout-form{
      width:100% !important;
  }
}
.pricing{
  width:70%;
  float:right;
}
.pricing p{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.pricing-amount{
  width:50%;
  float:right;
  text-align: right;
}
.total{
  border-top: 1px solid #ccc;
}
.outcome{
  color:#eb1c26;
  margin-bottom: 20px;
}

#event-header-sticky{
    /*background: linear-gradient(gray, white);*/
    /*opacity: 0.85;*/
    background-color:rgba(0, 0, 0, 0.7);
    padding: 14px 0;
    display: none;
}

#event-header-sticky p{
    font-family: 'HansKendrick-Medium'; 
    color: #fff;
    margin: 0;
    line-height: 50px;
    font-size:  21px;
}
#event-header-sticky small{
  float:right;
}
#event-header-sticky a{
    float:right; 
    background: #ed2e2d !important; 
    color: #FFF !important;
    margin-left: 30px;
}

.event-navbar-fixed-top{
  position: fixed !important;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 70px;
}

@media (max-width: 992px) {
  #event-header-sticky p{
      line-height: 25px;
      font-size:  15px;
  }

  #event-header-sticky a{
    float: right;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
  }
  #event-header-sticky small p{
    font-size: 12px;
  }
  #event-header-sticky small{
    float:left;
    margin-top: -70px;
  }
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.2em;
  transition: 0.4s;
}
.active-accordion, .accordion:hover {
  font-size: 1.2em;
  padding: 18px;
  position: relative;
  background: #ED2E2D;
  color: #FFF !important;
}
.accordion-panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.hci-certified #event-header-sticky a,
.crisis-communications #event-header-sticky a{
  float: none;
  background: none !important;
}
.hci-certified #event-header-sticky,
.crisis-communications #event-header-sticky {
  display: block!important;
}
}

@media (max-width: 992px){
  .hci-certified #event-header-sticky a,
  .crisis-communications #event-header-sticky a {
    padding: 5px;
  }


}