@viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

/* BTN-INFO */
/* BTN-WARNING */
/* BTN-RED */
/* BTN-GREEN */
body {
  background: white;
  color: #434A54;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  max-width: 100% !important;
  width: 100% !important;
  overflow-x: hidden !important; }

a {
  text-decoration: none !important; }
  a:hover.btn-link, a:focus.btn-link, a:active.btn-link {
    opacity: .8 !important; }

a:not(.btn), a:not(.btn) * {
  color: #024ba1 !important; }

p#red, p.red, .red, #red {
  color: #A31F16 !important;
  font-weight: 600; }

/** Button Styles & Colours **/
.btn, a.btn {
  border-radius: 0px;
  color: white !important;
  word-wrap: normal !important;
  white-space: normal !important; }
  .btn.btn-default, a.btn.btn-default {
    background-color: #BBB;
    border-color: #BBB; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, a.btn.btn-default:hover, a.btn.btn-default:focus, a.btn.btn-default:active {
      background-color: #aeaeae;
      border-color: #aeaeae; }
  .btn.btn-primary, a.btn.btn-primary {
    background-color: #023F88;
    border-color: #023F88; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, a.btn.btn-primary:hover, a.btn.btn-primary:focus, a.btn.btn-primary:active {
      background-color: #02336f;
      border-color: #02336f; }
  .btn.btn-secondary, a.btn.btn-secondary {
    background-color: #E38A38;
    border-color: #E38A38; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, a.btn.btn-secondary:hover, a.btn.btn-secondary:focus, a.btn.btn-secondary:active {
      background-color: #e07d22;
      border-color: #e07d22; }
  .btn.btn-info, a.btn.btn-info {
    background-color: #023F88;
    border-color: #023F88; }
    .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, a.btn.btn-info:hover, a.btn.btn-info:focus, a.btn.btn-info:active {
      background-color: #02336f;
      border-color: #02336f; }
  .btn.btn-success, a.btn.btn-success {
    background-color: #389036;
    border-color: #389036; }
    .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, a.btn.btn-success:hover, a.btn.btn-success:focus, a.btn.btn-success:active {
      background-color: #317d2f;
      border-color: #317d2f; }
  .btn.btn-warning, a.btn.btn-warning {
    background-color: #E38A38;
    border-color: #E38A38; }
    .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, a.btn.btn-warning:hover, a.btn.btn-warning:focus, a.btn.btn-warning:active {
      background-color: #e07d22;
      border-color: #e07d22; }
  .btn.btn-danger, a.btn.btn-danger {
    background-color: #A31F16;
    border-color: #A31F16; }
    .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, a.btn.btn-danger:hover, a.btn.btn-danger:focus, a.btn.btn-danger:active {
      background-color: #8d1b13;
      border-color: #8d1b13; }
  .btn.btn-dark, a.btn.btn-dark {
    background-color: #3a4049;
    border-color: #3a4049; }
    .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, a.btn.btn-dark:hover, a.btn.btn-dark:focus, a.btn.btn-dark:active {
      background-color: #2f343a;
      border-color: #2f343a; }
  .btn span, a.btn span {
    color: white !important; }
    .btn span.glyphicons, a.btn span.glyphicons {
      top: 3px;
      font-size: inherit;
      margin-right: 4px; }

/** End buttons **/
p a, ul:not(.menu):not(.dropdown-menu) li a, ol li a, header h1 small a {
  position: relative;
  color: #023F88;
  position: relative;
  -webkit-transition: none;
          transition: none;
  display: inline-block; }
  p a:after, ul:not(.menu):not(.dropdown-menu) li a:after, ol li a:after, header h1 small a:after {
    content: '';
    display: block;
    position: relative;
    background: #023F88;
    height: 1px;
    bottom: 0;
    left: 50%;
    width: 0;
    pointer-events: none !important;
    -webkit-transition: inherit;
            transition: inherit; }
  p a:hover, p a:active, ul:not(.menu):not(.dropdown-menu) li a:hover, ul:not(.menu):not(.dropdown-menu) li a:active, ol li a:hover, ol li a:active, header h1 small a:hover, header h1 small a:active {
    -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease; }
    p a:hover:after, p a:active:after, ul:not(.menu):not(.dropdown-menu) li a:hover:after, ul:not(.menu):not(.dropdown-menu) li a:active:after, ol li a:hover:after, ol li a:active:after, header h1 small a:hover:after, header h1 small a:active:after {
      width: 100%;
      left: 0%;
      -webkit-transition: inherit;
              transition: inherit; }

ul.tick, ul.ticks {
  list-style-image: url(../img/tick_grey.png); }
ul#dotJourney {
	list-style: none !important;
	padding: 0 !important;
	margin-top: 30px !important;
}
ul#dotJourney li {
	position: relative;
	display: block !important;
	padding: 0px 0 30px 55px !important;
	overflow: hidden;
	margin: 0 !important;
	min-height: 45px;
}
ul#dotJourney li:after,ul#dotJourney li:before {
	content: '';
	display: block;
	position: absolute;
}
ul#dotJourney li:after {
	min-height: 250px;
	width: 0px;
	border-left: 2px dashed rgba(0,0,0,0.16);
	top: 0px;
	bottom: 0;
	left: 24px;
	height: 100%;
}
ul#dotJourney li:before {
	top: 1px;
	width: 20px;
	height: 20px;
	left: 15px;
	background: white !important;
	box-shadow: inset 0 0 0 2px #023f88;
	border-radius: 50%;
	z-index: 999 !important;
}

ul#dotJourney li:nth-last-of-type(1):after {
	content: none !important;
}
section {
  padding: 55px 0; }
  section .row {
    margin-top: 38.5px; }
    section .row:nth-of-type(1) {
      margin-top: 0 !important; }
  section .rotator .row {
    margin-top: 0 !important; }
    section .rotator .row.speakers, section .rotator .row.attendees, section .rotator .row.sponsors {
      margin-top: 0 !important; }
      section .rotator .row.speakers img, section .rotator .row.attendees img, section .rotator .row.sponsors img {
        margin-top: 0 !important; }
  section.white {
    background: #FFFFFF; }
    section.white:before {
      border-top-color: #114a8f !important; }
  section.grey, section.pale, section.dark {
    background: #114a8f; }
    section.grey:before, section.pale:before, section.dark:before {
      border-top-color: #FFFFFF !important; }
  section.white:not(.nt):not(.noTriangle), section.grey:not(.nt):not(.noTriangle), section.pale:not(.nt):not(.noTriangle), section.dark:not(.nt):not(.noTriangle) {
    position: relative; }
    section.white:not(.nt):not(.noTriangle):before, section.grey:not(.nt):not(.noTriangle):before, section.pale:not(.nt):not(.noTriangle):before, section.dark:not(.nt):not(.noTriangle):before {
      content: '';
      border-width: 20px;
      border-style: solid;
      border-color: transparent;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -20px; }
  section.hero {
    background: url("../img/hero/hero-default.jpg") center center no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 88px 0 0 0;
    max-width: 100% !important;
    width: 100%; }
    section.hero.sponsor {
    background: url('../img/hero/sponsor-hero.png') center center no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 88px 0 0 0;
    max-width: 100% !important;
    width: 100%;
	}
    section.hero:before, section.hero:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none !important;
      z-index: 1;
      display: block; }
    section.hero:before {
      background: #023F88;
      opacity: .5 !important; }
    section.hero:after {
      background: rgba(0, 0, 0, 0.7) url("../img/pattern.png") center center repeat !important;
      background-size: 4px 4px !important;
      opacity: 0.55 !important; }
    section.hero h1 {
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 48px;
      padding-bottom: 20px;
      color: white; }
    section.hero .row {
      z-index: 9 !important;
      position: relative; }
    section.hero .triangle {
      height: 20px;
      width: 100%;
      background: transparent;
      margin: 88px 0 0 0;
      position: relative;
      z-index: 99;
      overflow: hidden !important; }
      section.hero .triangle:before, section.hero .triangle:after {
        content: '';
        display: block;
        width: 50vw;
        width: 50%;
        position: absolute;
        bottom: -0.51px;
        height: 20px;
        background: #114a8f; }
      section.hero .triangle:before {
        left: -10px;
        -webkit-transform: skewX(45deg);
            -ms-transform: skewX(45deg);
                transform: skewX(45deg); }
      section.hero .triangle:after {
        right: -10px;
        -webkit-transform: skewX(-45deg);
            -ms-transform: skewX(-45deg);
                transform: skewX(-45deg); }
      section.hero .triangle.whitespace {
        margin-top: 77px !important; }
        section.hero .triangle.whitespace:before, section.hero .triangle.whitespace:after {
          content: none !important;
          display: none;
          opacity: 0;
          visibility: hidden; }
  section.ht {
    /* add this to a section directly beneath a hero */
    padding: 35px 0 55px 0 !important; }
  section:not(.hero) ul li:not(:nth-last-of-type(1)), section:not(.hero) ol li:not(:nth-last-of-type(1)), section:not(.hero) p:not(:nth-last-of-type(1)) {
    margin-bottom: 12px; }
  section:not(.hero) h1, section:not(.hero) h2 {
    font-weight: 400; }
  section:not(.hero) h2 {
    color: #023F88; }
  section .row:nth-of-type(1) {
    /* Clears the margin from (Top, first child) and (Bottom, last child) */ }
    section .row:nth-of-type(1) [class*='col-'] h1:first-child, section .row:nth-of-type(1) [class*='col-'] h2:first-child, section .row:nth-of-type(1) [class*='col-'] h3:first-child, section .row:nth-of-type(1) [class*='col-'] h4:first-child, section .row:nth-of-type(1) [class*='col-'] h5:first-child, section .row:nth-of-type(1) [class*='col-'] h6:first-child, section .row:nth-of-type(1) [class*='col-'] p:first-child, section .row:nth-of-type(1) [class*='col-'] ul:first-child, section .row:nth-of-type(1) [class*='col-'] li:first-child, section .row:nth-of-type(1) [class*='col-'] .btn:first-child, section .row:nth-of-type(1) [class*='col-'] a:first-child, section .row:nth-of-type(1) [class*='col-'] img:first-child, section .row:nth-of-type(1) [class*='col-'] blockquote:first-child {
      margin-top: 0 !important; }
    section .row:nth-of-type(1) [class*='col-'] h1:last-child, section .row:nth-of-type(1) [class*='col-'] h2:last-child, section .row:nth-of-type(1) [class*='col-'] h3:last-child, section .row:nth-of-type(1) [class*='col-'] h4:last-child, section .row:nth-of-type(1) [class*='col-'] h5:last-child, section .row:nth-of-type(1) [class*='col-'] h6:last-child, section .row:nth-of-type(1) [class*='col-'] p:last-child, section .row:nth-of-type(1) [class*='col-'] ul:last-child, section .row:nth-of-type(1) [class*='col-'] li:last-child, section .row:nth-of-type(1) [class*='col-'] .btn:last-child, section .row:nth-of-type(1) [class*='col-'] a:last-child, section .row:nth-of-type(1) [class*='col-'] img:last-child, section .row:nth-of-type(1) [class*='col-'] blockquote:last-child {
      margin-bottom: 0 !important; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.20%;
  /* 16:9 */
  margin: 25px 0;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

#topbar {
  padding: 8px 0 !important;
  background: #164e91;
  font-size: 14px !important;
  position: relative;
  z-index: 9999; }
  #topbar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #topbar ul li {
      display: inline-block;
      margin: 0 !important;
      font-size: 14px !important; }
      #topbar ul li a {
        color: #434A54 !important;
        border-bottom-color: #434A54 !important;
        font-size: 12px !important; }
      #topbar ul li.divider {
        color: #434A54;
        padding: 0 7px;
        opacity: .8; }

header {
  padding: 22px 0;
  height: 124px;
  overflow: hidden;
  background: white;
  z-index: 9999 !important; }
  header h1 {
    font-weight: 400;
    padding: 6px 0 0 0;
    margin: 0;
    font-size: 40px; }
    header h1 small {
      display: block;
      color: #434A54;
      font-size: 16px;
      padding-top: 5px; }
  header #brand img {
    max-height: 80px;
    float: right;
    width: 98px;
    height: 80px; }

nav {
  background: #C9C9C9;
  padding: 0;
  z-index: 3000 !important;
  overflow: visible !important;
  -webkit-backface-visibility: hidden !important;
  -webkit-font-smoothing: antialiased !important;
  height: 48px !important; }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-color: rgba(0, 0, 0, 0.15);
    border-width: 0 0 0 1px;
    border-style: solid; }
    nav ul.menu {
      position: relative;
      background: inherit !important;
      border-collapse: collapse; }
      nav ul.menu li {
        display: block;
        float: left;
        border-color: #ffffff;
        overflow: visible;
        border-width: 0 1px 0 0;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.15); }
        nav ul.menu li a {
          padding: 14px 19px;
          display: block;
          color: #434A54 !important;
          overflow: visible !important;
          -webkit-backface-visibility: hidden !important;
          -webkit-font-smoothing: antialiased !important;
          font-weight: 600 !important; }
          nav ul.menu li a .glyphicons {
            margin-right: 5px;
            top: 4px; }
            nav ul.menu li a .glyphicons:before {
              color: white; }
          nav ul.menu li a:hover, nav ul.menu li a:active {
            background: rgba(0, 0, 0, 0.1);
            text-decoration: none; }
          nav ul.menu li a.active {
            position: relative;
            background: #023F88;
            color: white !important; }
            nav ul.menu li a.active:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 50%;
              display: block;
              background: white;
              border-radius: 100%;
              width: 4px;
              height: 4px;
              margin-left: -3px;
              bottom: 9px !important; }
        nav ul.menu li.cta {
          background: #E38A38;
          border-color: rgba(0, 0, 0, 0.15);
          border-width: 0px 1px; }
          nav ul.menu li.cta a {
            color: white !important; }
          nav ul.menu li.cta span, nav ul.menu li.cta div {
            color: white !important; }
          nav ul.menu li.cta.last-child {
            margin-left: 15px; }
        nav ul.menu li .dropdown a span.caret {
          color: #434A54 !important;
          margin-left: 5px; }
        nav ul.menu li .dropdown a.active span.caret {
          color: white !important; }
        nav ul.menu li .dropdown.open {
          background: #012856; }
          nav ul.menu li .dropdown.open span.caret {
            -webkit-transform: rotateZ(-180deg);
                    transform: rotateZ(-180deg);
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d;
            -webkit-perspective: 1px;
                    perspective: 1px;
            color: white !important; }
          nav ul.menu li .dropdown.open > a {
            background: none !important;
            color: white !important; }
          nav ul.menu li .dropdown.open ul.dropdown-menu {
            border: none;
            background: #012856;
            border-radius: 0 !important;
            box-shadow: none !important;
            margin-top: 0;
            padding: 1px 0 0 0 !important; }
            nav ul.menu li .dropdown.open ul.dropdown-menu li {
              border-width: 0 0 1px 0 !important; }
              nav ul.menu li .dropdown.open ul.dropdown-menu li a {
                min-width: 240px;
                border: none;
                color: white !important; }
                nav ul.menu li .dropdown.open ul.dropdown-menu li a:before, nav ul.menu li .dropdown.open ul.dropdown-menu li a:after {
                  content: none; }
      nav ul.menu .pull-right li {
        border-width: 0 0 0 1px; }
      nav ul.menu:after {
        clear: both;
        display: block;
        width: 100%;
        content: '';
        /* CLEARFIX */ }
  nav:after {
    clear: both;
    display: block;
    width: 100%;
    content: '';
    /* CLEARFIX */ }

.stuck.is-sticky header {
  z-index: 9999;
  position: relative; }

.stuck.is-sticky nav {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4); }
  
  header {
		height: 124px !important;
		height: 134px !important;
	}
	header h1 { padding: 0 !important; position: relative; height: 90px; line-height: 90px !important; font-size: 34px !important;}
	header h1 small { position: absolute; bottom: 6px; left: 133px;}
	header h1 small#top { top: 4px !important; bottom: auto;}
	header h1 a img { max-height: 90px !important; margin: 0 22px 0 0 !important; float: left !important}
	
	header #discount a:not(.btn),
	header #discount a:not(.btn) * { color: white !important;}
	header #discount a .box {
		background: #389036 !important;
	    color: white;
	    padding: 9px 6px 9px 12px;
	    height: 90px !important;
	    margin-top: 0px;
	    transition: .08s all ease;
	    border-radius: 3px !important;
	    max-height: 90px !important;
	    overflow: hidden !important;
	    display: block;
	}
	header #discount a:hover .box,
	header #discount a:focus .box
	header #discount a:active .box {
		background: #338231 !important;
	    padding: 9px 0px 9px 18px;
	}
	header #discount a .box p {
		font-size: 25px;
	    font-weight: 400 !important;
	    padding: 0;
	    margin: 0;
	    line-height: 1.1 !important;
	}
	header #discount a .box p small {
		display: block;
		padding-top: 2px !important;
		font-size: 16px !important;
		font-weight: 300 !important;
	}
	@media(max-width: 1199px) {
		header h1 { font-size: 28px !important;}
	}
	@media(min-width: 992px) {
		.no-annual-spacing {
			display: block;
			height: 1rem;
		}
	}
	@media(max-width: 767px) {
		header { height: 114px !important;}
		header h1 { height: 70px !important; line-height: 70px !important; font-size: 20px !important;}
		header h1 small { font-size: 16px !important; left: 107px; bottom: 5px !important;}
		header h1 small#top{ top: 2px !important;}
		header h1 a img { max-height: 70px !important}
				header h1 a img { display: none !important;}

	}
	@media(max-width: 550px) {
		header { height: auto !important; max-height: 1000px !important;}
		header h1 a img { display: none !important;}
		header h1 { line-height: 1.1 !important; height: auto !important; font-size: 28px !important; }
		header h1 small { font-size: 16px !important; left: 0; bottom: 5px !important; position: static !important; margin: 0 !important; padding: 3px 0 !important; line-height: 1.3 !important;}
	}

section.speakers .speaker {
  border-bottom: 1px solid #DDD;
  padding-bottom: 27.5px;
  margin-top: 27.5px; }
  section.speakers .speaker h4 {
    padding-top: 15px;
    font-size: 24px; }
  section.speakers .speaker img {
    border-radius: 3px; }
  section.speakers .speaker .btn {
    margin-bottom: 20px; }
  section.speakers .speaker .overview {
    display: none;
    color: rgba(67, 74, 84, 0.7); }

section.sponsors .sponsor {
  border-bottom: 1px solid #DDD;
  padding-bottom: 27.5px;
  margin-top: 27.5px; }
  section.sponsors .sponsor h4 {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 24px; }
  section.sponsors .sponsor img {
    border-radius: 3px;
    border-right: 1px dashed #DDD;
    padding-right: 25px; }
  section.sponsors .sponsor .btn {
    margin-bottom: 20px; }
  section.sponsors .sponsor .overview {
    display: none;
    color: rgba(67, 74, 84, 0.7); }

.row.speakers img, .row.attendees img, .row.partners img {
  margin-top: 30px; }

section#speakers .row.speakers h5 {
  text-transform: uppercase;
  line-height: 1.2;
  margin: 20px 0 2px;
  padding: 0;
  letter-spacing: 1px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  color: #023F88; }

section#speakers .row.speakers .ellipsis {
  text-overflow: ellipsis; }

section#speakers .row.speakers h4 {
  text-transform: capitalize;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden; }

section#speakers .row.speakers p {
  margin-top: 4px;
  font-size: 12px;
  min-height: 43px;
  display: block; }

section#speakers .row.speakers .col-lg-2 {
  position: relative; }

section#speakers .row.speakers img {
  border-radius: 4px;
  margin-top: 0 !important; }

section#speakers .row.speakers span.circle {
  position: absolute;
  top: 114px;
  right: 9px;
  width: 58px;
  height: 58px;
  z-index: 9; }
  section#speakers .row.speakers span.circle:after {
    content: '';
    position: absolute;
    display: block;
    width: 74px;
    height: 74px;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: white !important;
    border-radius: 100px;
    z-index: 1 !important;
    border-width: 2px;
    border-style: solid;
    border-color: #023F88; }
  section#speakers .row.speakers span.circle .companylogo {
    width: 58px;
    height: 58px;
    z-index: 99 !important;
    position: relative;
    border-width: 0 !important;
    border-radius: none !important;
    background: none !important;
    margin: 0; }

section .row.speakers.alt p {
  font-size: inherit;
  line-height: inherit;
  text-align: center; }

/* CTA Blocks */
a section.cta-block {
  background: #023F88;
  color: white;
  -webkit-transition: box-shadow 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: box-shadow 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-image: url("../img/ethicalcorp_cta_overlay.png") !important;
  background-position: 50% 50% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 171px;
  padding: 33px 0 !important; }
  a section.cta-block h3 {
    color: white !important;
    font-size: 30px;
    font-weight: 300 !important;
    text-transform: uppercase;
    line-height: 37px !important;
    letter-spacing: 0 !important; }
    a section.cta-block h3 span {
      font-weight: 500;
      color: white !important; }
      a section.cta-block h3 span:not(.glyphicons) {
        display: block; }
      a section.cta-block h3 span.glyphicons {
        top: 3px; }
      @media(max-width: 768px) {
	  	a section.cta-block h3 span.glyphicons { top: 10px !important;}
	}
  a section.cta-block p {
    color: rgba(255, 255, 255, 0.9) !important; }
  a section.cta-block.cta-brochure .thumb {
    position: relative; }
    a section.cta-block.cta-brochure .thumb .cta-window {
      width: 100%;
      height: 240px;
      display: block;
      position: absolute;
      top: -68px;
      right: 15px;
      background-size: contain !important;
      background-position: right center !important;
      background-repeat: no-repeat !important; }
  a section.cta-block.no-thumbnail {
    height: auto !important; }
    a section.cta-block.no-thumbnail h3 span {
      display: inline-block !important; }
    a section.cta-block.no-thumbnail p span {
      font-weight: 600 !important;
      color: white !important;
      border-bottom: 1px dotted white; }
a section.cta-block.cta-brochure .cta-window {
    width: 100%;
    height: 240px!important;
    display: block;
    position: absolute;
    top: -68px;
    right: 15px;
    background-size: contain !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}
a:hover section.cta-block, a:focus section.cta-block, a:active section.cta-block {
  box-shadow: inset 5px 5px 0 0 #023F88, inset -5px -5px 0 0 #023F88, inset 10px 10px 0 0 white, inset -10px -10px 0 0 white; }

section.cta-block.cta-page-end {
  background: #023F88;
  padding: 28.6px 0 55px 0 !important;
  color: white; }
  section.cta-block.cta-page-end .k_updt {
    font-size: 27px;
    -webkit-transform: rotate(-3.4deg) translate(-15px, -5px);
        -ms-transform: rotate(-3.4deg) translate(-15px, -5px);
            transform: rotate(-3.4deg) translate(-15px, -5px);
    font-family: "Architects Daughter", Comic Sans, serif;
    letter-spacing: 2px; }
  section.cta-block.cta-page-end a.btn {
    background: transparent;
    border: 2px solid white;
    color: white;
    margin-top: 10px; }
    section.cta-block.cta-page-end a.btn:hover, section.cta-block.cta-page-end a.btn:focus, section.cta-block.cta-page-end a.btn:active {
      background: white;
      color: #023F88 !important; }
  section.cta-block.cta-page-end img.arrow {
    margin-top: -35px;
    max-height: 70px; }
    
section.cta-block.cta-block-sm {
    padding: 28px 25px !important;
    margin: 25px 0 !important;
    border-radius: 0px !important;
    height: 130px; }

/* End CTA Blocks */

/* Testimonials / Carousel */
.carousel .carousel-inner .item blockquote {
  border: 0 !important;
  min-height: 230px; }
  .carousel .carousel-inner .item blockquote span.child {
    text-align: center;
    margin-top: -30px;
    display: block; }
    .carousel .carousel-inner .item blockquote span.child img {
      max-height: 150px;
      display: block;
      margin: 0 auto 0 auto; }
    .carousel .carousel-inner .item blockquote span.child h2 {
      padding-top: 0;
      margin-top: 0;
      font-size: 24px;
      font-weight: normal; }

.carousel a.carousel-control {
  background: none !important;
  text-shadow: none !important;
  font-size: 44px;
  opacity: .4;
  height: 230px;
  color: #434A54 !important;
  width: 44px;
  -webkit-filter: none !important;
          filter: none !important; }
  .carousel a.carousel-control span.glyphicons {
    display: block;
    height: 230px;
    line-height: 230px;
    color: #434A54 !important; }
    .carousel a.carousel-control span.glyphicons:before {
      color: #434A54 !important; }
  .carousel a.carousel-control:hover, .carousel a.carousel-control:active {
    opacity: .8; }
  .carousel a.carousel-control.left {
    left: -92px; }
  .carousel a.carousel-control.right {
    right: -92px; }

/* End Testimonials/Carousel */
/* Track record / Stats */
.statistics .stat {
  width: 100%;
  min-height: 270px;
  background: #023F88;
  position: relative; }
  .statistics .stat .baseline {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    padding: 27.5px; }
    .statistics .stat .baseline h2 {
      font-weight: 600;
      color: white;
      font-size: 88px;
      letter-spacing: 4px;
      margin: 0; }
    .statistics .stat .baseline p {
      color: white;
      font-size: 28px;
      line-height: 1;
      font-weight: 100;
      margin: 0;
      letter-spacing: 1px; }

/* End Track record / Stats */
/* Overview Key Topics */
.key-topics .row#key_topics h4 {
  padding-left: 35px; }
  .key-topics .row#key_topics h4 span.glyphicons {
    color: #023F88;
    font-size: 150%;
    position: absolute;
    left: 15px;
    top: 5px; }

/* End of Overview Key Topics */

/* Sidebar */
#sidebar .row.condensed {
	margin-left: -5px;
	margin-right: -5px;
}
#sidebar .row.condensed > [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}
#sidebar .row.condensed.logos img { margin-bottom: 10px !important; background: white; padding: 4px; border-radius: 2px;}
#sidebar .sidebar-well:not(.no-bg) {
	padding: 16px;
	background: #EAEFF5;
	border-radius: 0px;
}
#sidebar .sidebar-well { margin-bottom: 3px !important; }
#sidebar .sidebar-well.transparent { background: none !important; padding: 0 !important;}
#sidebar .sidebar-well > .btn{ margin-bottom: 3px !important; margin-top: 0 !important;}
#sidebar .sidebar-well > .btn:nth-last-of-type(1) { margin-bottom: 0 !important;}
#sidebar h3.forwell {
	font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 1px !important;
    padding: 8px 15px !important;
    background: #EAEFF5;
    color: #023F88 !important;
    margin-top: 10px !important;
}
#sidebar .btn.btn-lg { border-radius: 0px !important;}
#sidebar .sidebar-well.no-bg > img { margin-bottom: 0 !important;}
#sidebar .sidebar-well.no-bg > .btn { margin-top: 0 !important;}
#sidebar > h4 { margin: 30px 0 10px 0 !important; padding: 0 0 11px 0; border-bottom: 1px dashed #c4ccd6;}
#sidebar .row.logos { margin-top: 0 !important;}
#sidebar .row.logos img { margin-left: auto !important; margin-right: auto !important; text-align: center;}
#sidebar img, #sidebar .btn {	margin-bottom: 20px !important;}
#sidebar .btn > small { font-size: 80%; opacity: .8; filter: alpha(opacity=80); display: block; margin-top: 3px;}
@media(max-width: 768px) {
	#sidebar { padding-top: 35px !important;}
}
/* End of Sidebar */
/* Sponsors Footer */
section#sponsors.sponsors-footer {
  display: block !important;
  min-height: 5px !important
  /** OLDSCHOOL **/ }
  section#sponsors.sponsors-footer:not(.alt) {
    width: 100%;
    height: auto;
    background-color: #FFF !important;
    margin-top: 0px;
    text-align: center !important;
    z-index: 99; }
    section#sponsors.sponsors-footer:not(.alt) ul {
      padding: 0;
      margin: 15px 0 0 0;
      list-style: none;
      display: block; }
      section#sponsors.sponsors-footer:not(.alt) ul.enter > span:not(.hover) {
        opacity: .1; }
      section#sponsors.sponsors-footer:not(.alt) ul.enter > span.hover {
        opacity: 1;
        box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 0 rgba(0, 0, 0, 0.1); }
      section#sponsors.sponsors-footer:not(.alt) ul span {
        background: white;
        word-break: break-all;
        word-wrap: break-word;
        margin: 0px;
        padding: 36px 0;
        -webkit-transition: opacity 0.25s ease;
                transition: opacity 0.25s ease; }
      section#sponsors.sponsors-footer:not(.alt) ul span, section#sponsors.sponsors-footer:not(.alt) ul li > a {
        cursor: pointer !important;
        border: none !important;
        outline: 0 !important;
        text-decoration: none !important; }
      section#sponsors.sponsors-footer:not(.alt) ul li {
        margin: 20px 16px 0;
        display: inline-block; }
        section#sponsors.sponsors-footer:not(.alt) ul li a > img {
          padding-bottom: 10px; }
  section#sponsors.sponsors-footer h1 {
    font-weight: 300 !important;
    color: #434A54 !important; }
  section#sponsors.sponsors-footer img {
    border-radius: 3px; }
  section#sponsors.sponsors-footer.alt * {
    text-align: center !important; }
  section#sponsors.sponsors-footer.alt span {
    display: block;
    width: 100%;
    text-align: center !important; }
  section#sponsors.sponsors-footer.alt span[data-group-title]:before {
    content: attr(data-group-title);
    display: block;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 10px; }
  section#sponsors.sponsors-footer.alt ul {
    display: block;
    padding: 0 !important;
    list-style: none !important;
    float: none;
    width: 100%; }
    section#sponsors.sponsors-footer.alt ul li {
      display: inline-block !important;
      padding: 0 15px; }

/* End Sponsors Footer */
table.table {
  background: white !important; }
  table.table tr td, table.table tr th {
    padding: 15px; }
  table.table tr th {
    background: #023F88;
    color: white; }

/* Agenda */
ul.nav.nav-tabs {
  border-left: 1px solid #DDD;
  border-width: 0px 0px 0px 1px !important;
  margin-bottom: 38.5px;
  border-collapse: collapse;
  background: white; }
  ul.nav.nav-tabs.grid2 li {
    width: 50%;
    max-width: 50%; }
  ul.nav.nav-tabs.grid3 li {
    width: 33.333%;
    max-width: 33.333%; }
  ul.nav.nav-tabs.grid4 li {
    width: 25%;
    max-width: 25%; }
  ul.nav.nav-tabs.grid5 li {
    width: 20%;
    max-width: 20%; }
  ul.nav.nav-tabs li {
    margin-bottom: 0 !important;
    width: 100%;
    max-width: 100%; }
    ul.nav.nav-tabs li a {
      width: 100%;
      padding: 27.5px 13.75px 13.75px 13.75px;
      font-size: 28px;
      color: #023F88 !important;
      background: white;
      border-radius: 0 !important;
      border-width: 1px 1px 1px 0px !important;
      border-color: #DDD;
      line-height: 1 !important;
      margin: 0; }
      ul.nav.nav-tabs li a:after {
        content: none !important; }
      ul.nav.nav-tabs li a small {
        display: block;
        color: #023F88 !important;
        font-size: 16px;
        opacity: .8;
        margin-top: 5px; }
      ul.nav.nav-tabs li a:hover, ul.nav.nav-tabs li a:focus, ul.nav.nav-tabs li a:active {
        background: rgba(2, 63, 136, 0.15); }
    ul.nav.nav-tabs li.active a {
      color: white !important;
      background: #023F88 !important;
      border-color: #023F88 !important; }
      ul.nav.nav-tabs li.active a small {
        color: white !important; }

.agenda .tab-pane h2 {
  margin-bottom: 25px; }

.agenda table.table tr th {
  padding: 27.5px; }

.agenda table.table tr td {
  padding: 27.5px; }
  .agenda table.table tr td h4 {
    color: #023F88;
    font-size: 22px;
    margin-top: -8px !important; }
  .agenda table.table tr td.time {
    max-width: 100px;
    padding: 27.5px 13.75px;
    text-align: center;
    text-transform: uppercase;
    opacity: .8; }
  .agenda table.table tr td .agenda-speakers {
    margin-top: 27.5px; }
    .agenda table.table tr td .agenda-speakers p strong, .agenda table.table tr td .agenda-speakers p em, .agenda table.table tr td .agenda-speakers p b, .agenda table.table tr td .agenda-speakers p i {
      display: block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .agenda table.table tr td .agenda-speakers p strong.no-ellipsis, .agenda table.table tr td .agenda-speakers p em.no-ellipsis, .agenda table.table tr td .agenda-speakers p b.no-ellipsis, .agenda table.table tr td .agenda-speakers p i.no-ellipsis {
        text-overflow: inherit !important; }
    .agenda table.table tr td .agenda-speakers img {
      border: 3px solid #DDD;
      border-radius: 2px;
      max-width: 74px;
      max-height: 74px;
      margin-right: 10px;
      margin-bottom: 10px;
      float: left; }

.agenda table.table tr.track td {
  background: #023F88;
  border-collapse: #012856;
  color: white !important;
  font-size: 28px;
  font-weight: 600;
  padding: 13.75px 27.5px; }
  .agenda table.table tr.track td.time {
    color: white !important; }

/* End of Agenda */
div.browserError {
  background: #e74c3c;
  color: #f5f7fa;
  font-size: 16px;
  padding: 10px 0 !important;
  display: none; }
  div.browserError img {
    margin-right: 10px;
    width: 23px !important;
    height: 20px !important; }
  div.browserError a {
    font-weight: bold;
    color: #f1c40f !important; }
    div.browserError a:hover, div.browserError a:focus, div.browserError a:active {
      font-weight: bold;
      color: #f39c12 !important;
      text-decoration: underline !important;
      -webkit-text-decoration-line: underline !important;
              text-decoration-line: underline !important; }

.co_details {
  padding-top: 55px;
  min-height: 170px;
  margin-bottom: 35px !important; }
  .co_details h4 {
    font-size: 22px !important;
    padding-top: 0;
    margin-top: 0 !important;
    padding-bottom: 0px !important;
    margin-bottom: 5px; }
  .co_details img {
    position: relative;
    width: auto;
    height: auto;
    display: block;
    float: left; }
  .co_details p.noMargin {
    margin-bottom: 0 !important; }
  .co_details h4 {
    font-size: 28px !important;
    color: #023F88;
    padding-top: 0px;
    font-weight: 400; }
  .co_details img {
    margin-top: -15px !important;
    margin-right: 25px !important;
    margin-left: 10px;
    border-radius: 0;
    max-height: 165px;
    height: 165px;
    width: 132px;
    display: block;
    box-shadow: 0 0 0 3px white, 0 0 0 10px #023f88; }

#scroll-top {
  position: fixed;
  z-index: 99999 !important;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.14);
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: .2s all ease;
          transition: .2s all ease;
  opacity: 0;
  pointer-events: none; }
  #scroll-top.active {
    opacity: 1;
    pointer-events: all; }
  #scroll-top span {
    text-align: center;
    line-height: 26px;
    color: white;
    height: 30px;
    width: 30px;
    display: block; }
    #scroll-top span.glyphicons {
      font-size: 24px; }
  #scroll-top:hover, #scroll-top:focus, #scroll-top:active {
    background: rgba(0, 0, 0, 0.5); }

#footer {
  background-color: #1a1d21;
  padding: 55px 0; }
  #footer h6 {
    font-size: 14px;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: -4px 0 9px;
    padding: 0 0 6px 0;
    font-weight: 600;
    border-bottom: #929ba8 solid 1px;
    color: #FFF !important; }
  #footer a {
    color: #FFF !important; }
  #footer ul.share-new {
    list-style: none;
    padding: 0;
    margin: 25px 0 25px 0;
    color: #FFF !important;
    overflow: hidden;
    display: block; }
    #footer ul.share-new:after {
      display: block;
      clear: both;
      content: '';
      color: #FFF !important; }
    #footer ul.share-new.grid3 li {
      width: 33.333333%; }
    #footer ul.share-new.grid4 li {
      width: 25%; }
    #footer ul.share-new.grid5 li {
      width: 20%; }
    #footer ul.share-new li {
      float: left;
      display: block;
      margin-top: 5px;
      background: rgba(255, 255, 255, 0.1);
      -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      padding: 0px 5px !important;
      color: #FFF !important; }
      #footer ul.share-new li i {
        width: 48px;
        height: 48px;
        display: block;
        margin: 0 auto;
        background-image: url("../svg/share_icons_gftl-pe.png");
        background-size: 288px 48px;
        overflow: hidden;
        background-repeat: no-repeat;
        color: #FFF !important; }
      #footer ul.share-new li.share.print:hover, #footer ul.share-new li.share.print:focus, #footer ul.share-new li.share.print:active {
        background-color: #929ba8; }
      #footer ul.share-new li.share.print i {
        background-position: -240px 0; }
      #footer ul.share-new li.share.goog:hover, #footer ul.share-new li.share.goog:focus, #footer ul.share-new li.share.goog:active {
        background-color: #dd4b39; }
      #footer ul.share-new li.share.goog i {
        background-position: 0px 0; }
      #footer ul.share-new li.share.face:hover, #footer ul.share-new li.share.face:focus, #footer ul.share-new li.share.face:active {
        background-color: #3b5998; }
      #footer ul.share-new li.share.face i {
        background-position: -48px 0; }
      #footer ul.share-new li.share.twit:hover, #footer ul.share-new li.share.twit:focus, #footer ul.share-new li.share.twit:active {
        background-color: #55acee; }
      #footer ul.share-new li.share.twit i {
        background-position: -96px 0; }
      #footer ul.share-new li.share.link:hover, #footer ul.share-new li.share.link:focus, #footer ul.share-new li.share.link:active {
        background-color: #55acee; }
      #footer ul.share-new li.share.link i {
        background-position: -144px 0; }
      #footer ul.share-new li.share.yout:hover, #footer ul.share-new li.share.yout:focus, #footer ul.share-new li.share.yout:active {
        background-color: #cd201f; }
      #footer ul.share-new li.share.yout i {
        background-position: -192px 0; }
      #footer ul.share-new li:active {
        box-shadow: inset 1px 3px 3px 0px rgba(0, 0, 0, 0.1); }
  #footer ul.larger {
    margin-top: -19px !important;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    #footer ul.larger li {
      display: block;
      margin: 0;
      padding: 0; }
      #footer ul.larger li a {
        font-size: 18px;
        text-transform: capitalize;
        padding: 25px 0;
        display: block;
        color: white !important;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
        #footer ul.larger li a:hover, #footer ul.larger li a:focus, #footer ul.larger li a:active {
          padding-left: 10px; }
        #footer ul.larger li a span.glyphicons {
          margin-right: 7px;
          font-size: 20px;
          margin-top: 0px; }
  #footer ul.smaller {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    #footer ul.smaller li {
      display: block;
      margin: 0;
      padding: 0; }
      #footer ul.smaller li a {
        padding: 4px 0 4px;
        display: block;
        font-size: 13px !important;
        color: white !important; }
        #footer ul.smaller li a span.glyphicons {
          margin-left: 3px;
          margin-top: 2px;
          opacity: .4;
          color: white !important; }
        #footer ul.smaller li a:before, #footer ul.smaller li a:after {
          content: none; }
        #footer ul.smaller li a:hover, #footer ul.smaller li a:focus, #footer ul.smaller li a:active {
          opacity: .7;
          text-decoration: underline !important; }
      #footer ul.smaller li:first-child a {
        padding-top: 0; }
  #footer p {
    margin: 4px 0 12px 0 !important;
    font-size: 12px;
    line-height: 1.6 !important;
    color: #b3b3b3 !important;
    font-weight: 300 !important; }
    #footer p a:before, #footer p a:after {
      background: white; }
    #footer p#attribution {
      opacity: .5;
      padding-top: 12px; }
      #footer p#attribution img {
        display: inline;
        max-height: 18px;
        max-width: 20px;
        margin: -3px 5px 0 0 !important; }
  #footer #conference {
    color: white; }
    #footer #conference h1 {
      font-size: 20px;
      font-weight: 300 !important;
      margin: 0;
      padding: 0;
      margin-top: -6px;
      line-height: 1.4 !important; }
      #footer #conference h1 small {
        font-size: 15px !important;
        font-weight: inherit !important;
        color: inherit !important;
        display: block;
        padding-top: 5px;
        opacity: .5; }
    #footer #conference a.btn {
      margin-top: 21px; }
      #footer #conference a.btn .glyphicons {
        margin-top: 2px;
        margin-right: 3px; }
  #footer img.logo {
    float: left;
    margin: 0 20px 5px 0;
    max-height: 90px;
    height: 90px;
    width: 110px; }
iframe[name=google_conversion_frame] {
	display: none;
}
/**
	
	
	REGISTER
	
	 **/
.pass {
  display: block;
  width: 100%;
  min-height: 100px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0 !important; }
  .pass hr {
    margin: 10px 0 12px !important; }
  .pass h5 {
    color: #111 !important; }
  .pass .pass-body {
    padding: 15px; }
    .pass .pass-body h5 {
      font-size: 18px;
      font-weight: 600px !important; }
  .pass h4 {
    color: white;
    font-size: 30px;
    padding: 34px 15px 12px 15px;
    margin: 0;
    font-weight: 300;
    font-weight: 600 !important; }
    .pass h4 small {
      color: white;
      font-size: 65%;
      display: block;
      opacity: .8 !important;
      font-weight: 300 !important;
      padding-top: 2px; }
      .pass h4 small .glyphicons {
        font-size: 90%;
        margin-right: 2px; }
  .pass h6 {
    color: white;
    font-size: 18px;
    padding: 10px;
    font-weight: 300;
    margin: 0; }
  .pass h3 {
    padding: 10px 0;
    margin: 0;
    font-weight: 300;
    font-size: 31px; }
  .pass ul {
    padding: 10px 0 10px 25px !important; }
    .pass ul:nth-of-type(1) {
      padding-bottom: 0 !important; }
    .pass ul li {
      list-style: none;
      position: relative;
      margin-bottom: 20px !important; }
      .pass ul li:nth-last-of-type(1) ul {
        padding-bottom: 0 !important; }
      .pass ul li:before {
        content: "\E224";
        font-family: 'Glyphicons Regular';
        font-size: 14px;
        color: #999;
        position: absolute;
        margin-top: 1px;
        left: -20px; }
  .pass #price h3 {
    float: left;
    font-weight: 600; }
    .pass #price h3:first-letter {
      margin-right: 2px; }
    .pass #price h3:not(.discount) {
      font-size: 18px !important;
      padding-left: 0px !important;
      padding-right: 10px !important;
      margin-left: 10px !important;
      line-height: 40px;
      padding: 0;
      opacity: .6;
      font-weight: 300;
      position: relative; }
      .pass #price h3:not(.discount):after {
        display: block;
        width: 100%;
        height: 2px;
        background: #A31F16;
        position: absolute;
        left: 44%;
        top: 50%;
        content: '';
        -webkit-transform: translate(-50%, -50%) rotate(-5deg);
            -ms-transform: translate(-50%, -50%) rotate(-5deg);
                transform: translate(-50%, -50%) rotate(-5deg); }
  .pass.diamond, .pass.gold, .pass.silver {
    border: 2px solid gray; }
  .pass .row {
    margin-top: 0 !important; }
    .pass .row a.btn.btn-danger:after {
      content: none !important; }
    .pass .row a.btn.btn-danger:nth-of-type(1) {
      margin-top: 10px !important; }

.row.passes > div:nth-of-type(1) .pass, .row.passes > div[class*='col-']:nth-of-type(1) .pass {
  border-color: white; }
  .row.passes > div:nth-of-type(1) .pass h4, .row.passes > div:nth-of-type(1) .pass h6, .row.passes > div[class*='col-']:nth-of-type(1) .pass h4, .row.passes > div[class*='col-']:nth-of-type(1) .pass h6 {
    background: white; }

.row.passes > div:nth-of-type(2) .pass, .row.passes > div[class*='col-']:nth-of-type(2) .pass {
  border-color: #ccd8e7; }
  .row.passes > div:nth-of-type(2) .pass h4, .row.passes > div:nth-of-type(2) .pass h6, .row.passes > div[class*='col-']:nth-of-type(2) .pass h4, .row.passes > div[class*='col-']:nth-of-type(2) .pass h6 {
    background: #ccd8e7; }

.row.passes > div:nth-of-type(3) .pass, .row.passes > div[class*='col-']:nth-of-type(3) .pass {
  border-color: #99b2cf; }
  .row.passes > div:nth-of-type(3) .pass h4, .row.passes > div:nth-of-type(3) .pass h6, .row.passes > div[class*='col-']:nth-of-type(3) .pass h4, .row.passes > div[class*='col-']:nth-of-type(3) .pass h6 {
    background: #99b2cf; }

.row.passes > div:nth-of-type(4) .pass, .row.passes > div[class*='col-']:nth-of-type(4) .pass {
  border-color: #678bb7; }
  .row.passes > div:nth-of-type(4) .pass h4, .row.passes > div:nth-of-type(4) .pass h6, .row.passes > div[class*='col-']:nth-of-type(4) .pass h4, .row.passes > div[class*='col-']:nth-of-type(4) .pass h6 {
    background: #678bb7; }

/* BOOTSTRAP MODAL */
a[data-toggle] {
  cursor: pointer !important; }

.modal {
  z-index: 10001;
  border-radius: 0 !important; }
  .modal .modal-dialog .modal-content {
    border: none;
    box-shadow: 0 0 0 10px rgba(67, 74, 84, 0.15);
    border-radius: 0; }
    .modal .modal-dialog .modal-content [class*='modal-'] {
      border: none;
      border-radius: 0;
      padding: 15px; }
      .modal .modal-dialog .modal-content [class*='modal-'].modal-title {
        padding: 0 !important; }
    .modal .modal-dialog .modal-content .modal-header {
      background: #023F88;
      color: white;
      position: relative;
      overflow: visible; }
      .modal .modal-dialog .modal-content .modal-header h4 {
        font-size: 22px;
        line-height: inherit !important;
        font-weight: 600; }
      .modal .modal-dialog .modal-content .modal-header button.close {
        text-shadow: none;
        color: white;
        opacity: .7;
        padding: 6px 0; }
        .modal .modal-dialog .modal-content .modal-header button.close:hover, .modal .modal-dialog .modal-content .modal-header button.close:focus, .modal .modal-dialog .modal-content .modal-header button.close:active {
          opacity: 1; }
    .modal .modal-dialog .modal-content .modal-body {
      background: #FFFFFF; }
    .modal .modal-dialog .modal-content .modal-footer {
      background: #114a8f; }

.modal-backdrop {
  z-index: 10000;
  background-color: white; }
  .modal-backdrop.in {
    opacity: .7; }

#banner-full {
  padding: 14px 0;
  background: #cb701d;
  position: relative; }
  #banner-full p {
    font-size: 18px;
    color: white !important;
    margin: 0 !important; }
    #banner-full p span {
      font-weight: 600;
      border-bottom: 1px dotted white;
      color: inherit !important; }

/* END BOOSTRAP MODAL */
.banners, .atss {
  z-index: 9999 !important;
  position: fixed;
  top: 260px !important; }

.atss.atss-right {
  -webkit-animation-name: none !important;
  animation-name: none !important;
  right: 0 !important; }

#aside.pull-left.banners {
  left: -200px; }
  #aside.pull-left.banners > a {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    display: block;
    pointer-events: all !important;
    position: relative;
    left: 0;
    -webkit-transition: 0.22s all ease-out;
            transition: 0.22s all ease-out;
    color: #FFFFFF !important; }
    #aside.pull-left.banners > a .bannerBar {
      background: #389036 !important;
      color: #FFFFFF;
      max-height: 48px;
      position: relative;
      margin-bottom: 1px; }
      #aside.pull-left.banners > a .bannerBar > div {
        height: 48px;
        float: left; }
        #aside.pull-left.banners > a .bannerBar > div.text {
          background: #328130 !important;
          line-height: 48px;
          padding: 0 15px 0 0;
          min-width: 200px;
          text-align: right;
          color: #FFFFFF !important;
          font-size: 14px !important; }
        #aside.pull-left.banners > a .bannerBar > div.icon {
          font-size: 28px;
          line-height: 28px;
          padding: 10px;
          width: 48px;
          height: 48px;
          color: #FFFFFF !important; }
          #aside.pull-left.banners > a .bannerBar > div.icon > .glyphicons:before {
            color: #FFFFFF; }
      #aside.pull-left.banners > a .bannerBar:after {
        clear: both;
        content: '';
        display: block; }
    #aside.pull-left.banners > a:active, #aside.pull-left.banners > a:hover, #aside.pull-left.banners > a:focus {
      left: 200px !important; }

.at4-share-btn, .bannerBar {
  z-index: 9999999 !important; }

@media (max-width: 768px) {
  .pass .col-xxs-12 {
    margin-bottom: 10px !important; }
  .pass li {
    line-height: 1.7 !important; } }

@media screen and (max-width: 441px) {
  .pass h3, .pass p.discount, .pass h5 {
    text-align: center !important; } }

@media (max-width: 1199px) {
  section#speakers .row.speakers span.circle {
    top: 95px;
    right: 5px;
    width: 45px;
    height: 45px; }
    section#speakers .row.speakers span.circle:after {
      width: 58px;
      height: 58px;
      top: -6px;
      left: -6px;
      right: -6px;
      bottom: -6px; }
    section#speakers .row.speakers span.circle .companylogo {
      width: 45px;
      height: 45px; } }

@media (max-width: 991px) {
  nav {
    max-height: min-intrinsic;
    height: auto !important;
    background-color: #212529 !important; }
    nav ul {
      border: none !important; }
      nav ul.menu-for-mobile {
        height: 50px;
        overflow: hidden;
        background: #023F88 !important; }
        nav ul.menu-for-mobile .pull-right {
          float: right !important; }
          nav ul.menu-for-mobile .pull-right li {
            width: auto !important; }
            nav ul.menu-for-mobile .pull-right li a {
              padding-left: 40px;
              padding-right: 40px;
              color: white !important; }
      nav ul.dd_menu {
        background-color: #212529 !important;
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 70vh;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 3001 !important; }
      nav ul.menu li a {
        color: white !important; }
      nav ul li {
        display: block;
        float: none !important;
        border: none;
        width: 100%;
        margin-top: 2px !important; }
        nav ul li a {
          width: 100%;
          display: block; }
          nav ul li a.active:after {
            content: none !important; }
      nav ul span.pull-right {
        float: none !important; }
        nav ul span.pull-right li {
          display: block;
          width: 100%;
          float: none !important; }
          nav ul span.pull-right li.cta {
            background: none !important; }
            nav ul span.pull-right li.cta:nth-last-of-type(1) {
              margin-bottom: 2px; }
            nav ul span.pull-right li.cta.last-child {
              margin-left: 0 !important;
              border-left: 0 !important; }
    nav .container {
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important; }
      nav .container .row {
        margin: 0 !important;
        padding: 0 !important; }
        nav .container .row [class*='col-'] {
          padding: 0 !important; }
  a section.cta-block {
    height: auto !important; }
  .row#key_topics:not(:nth-of-type(1)) {
    margin-top: 0 !important; }
  .row#key_topics > div {
    margin-top: 25px !important; }
  .row#key_topics .glyphicons {
    margin-top: -10px; }
  section.statistics .row.stats > div .stat {
    min-height: 190px !important; }
    section.statistics .row.stats > div .stat .baseline {
      padding: 20px !important; }
    section.statistics .row.stats > div .stat h2 {
      font-size: 66px !important; }
    section.statistics .row.stats > div .stat p {
      font-size: 15px !important; }
  section#speakers > .container > .row.speakers:nth-of-type(3) {
    margin-top: 0 !important; }
  a.carousel-control {
    display: none; }
  .pull-left.banners#aside, .addthis-smartlayers, .atss {
    display: none;
    visibility: hidden; } }

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }
    .container .row {
      margin-left: -20px;
      margin-right: -20px; }
      .container .row > div[class*='col-'] {
        padding-left: 20px;
        padding-right: 20px; }
  section, #footer {
    padding: 33px 0 !important; }
    section .row, #footer .row {
      margin-top: 22px; }
      section .row:nth-of-type(1), #footer .row:nth-of-type(1) {
        margin-top: 0 !important; }
    section.ht, #footer.ht {
      /* add this to a section directly beneath a hero */
      padding: 13px 0 33px 0 !important; }
    section.hero, #footer.hero {
      padding: 55px 0 0 0 !important; }
      section.hero h1, #footer.hero h1 {
        font-size: 34px !important; }
    section .triangle, #footer .triangle {
      margin-top: 75px !important; }
  header {
    height: auto; }
    header h1 {
      padding-top: 0; }
  nav .container {
    padding: 0 !important; }
  nav ul.menu li a {
    padding-left: 30px;
    padding-right: 30px; }
  section.speakers .speaker, section.sponsors .sponsor {
    border-bottom: none !important;
    padding-bottom: 0 !important; }
  section.speakers .speaker h4, section.sponsors .sponsor h4 {
    padding-top: 0 !important;
    font-size: 22px !important; }
  section#speakers > .row.speakers {
    margin-top: 0 !important; }
    section#speakers > .row.speakers:nth-first-of-type(1) {
      margin-top: 25px; }
  section.statistics .row.stats > div .stat {
    margin-top: 25px !important; }
  section.statistics .row.stats > div:nth-of-type(1) .stat {
    margin-top: 0px !important; }
  ul.nav.nav-tabs {
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD !important; }
    ul.nav.nav-tabs.grid2 li, ul.nav.nav-tabs.grid3 li, ul.nav.nav-tabs.grid4 li, ul.nav.nav-tabs.grid5 li, ul.nav.nav-tabs.grid6 li {
      width: 100% !important;
      max-width: 100% !important; }
    ul.nav.nav-tabs li a {
      border-width: 0px 1px 1px 0px !important; }
  section.agenda table.table tr td {
    padding: 15px !important; }
  section.agenda table.table tr td.time {
    font-size: 10px !important; }
  section.agenda table.table tr td .agenda-speakers img {
    display: none !important; }
  .agenda table.table tr td .agenda-speakers p strong, .agenda table.table tr td .agenda-speakers p em, .agenda table.table tr td .agenda-speakers p b, .agenda table.table tr td .agenda-speakers p i {
    display: inline;
    white-space: normal !important;
    max-width: min-intrinsic !important; }
  .agenda table.table tr td .agenda-speakers .col-xs-12 p {
    padding-bottom: 15px;
    display: block; }
  .agenda table.table tr td .agenda-speakers .col-xs-12:nth-last-of-type(1) p {
    padding-bottom: 0 !important; }
  a:hover section.cta-block, a:focus section.cta-block, a:active section.cta-block {
    box-shadow: none !important;
    opacity: .8 !important; }
  section.cta-block.cta-page-end {
    padding: 27.5px 0 !important; }
    section.cta-block.cta-page-end .row {
      margin-top: 0 !important; }
      section.cta-block.cta-page-end .row a {
        margin-top: 0 !important; }
      section.cta-block.cta-page-end .row h2 {
        color: white !important;
        text-align: center;
        margin: 0 0 15px 0 !important; }
  .row#key_topics:not(:nth-of-type(1)) {
    margin-top: 0 !important; }
  .row#key_topics > div {
    margin-top: 25px !important; }
  .row#key_topics .glyphicons {
    margin-top: -10px !important; }
  .co_details {
    padding-top: 33px;
    margin-bottom: 15px !important; }
    .co_details h4 {
      font-size: 18px !important; }
    .co_details img {      
    	max-width: 100px;
		margin-top: 0 !important;
		margin-bottom: 30px!important;
		height: auto; }
	.co_details p, div#section .co_details p * {
    	font-size: 13px !important; }
  #footer p:nth-of-type(1):after {
    content: '';
    clear: both;
    display: block; }
  #footer p#attribution {
    display: block !important;
    min-width: 100%;
    max-width: 100%;
    margin-top: 25px; }
  .modal-dialog {
    margin: 0; } }

div.browserError {
  background: #e74c3c;
  color: #f5f7fa;
  font-size: 16px;
  padding: 10px 0 !important;
  display: none; }
  div.browserError img {
    margin-rig: 10px;
    width: 23px !important;
    height: 20px !important; }
  div.browserError a {
    font-weight: bold;
    color: #f1c40f !important; }
    div.browserError a:hover, div.browserError a:focus, div.browserError a:active {
      font-weight: bold;
      color: #f39c12 !important;
      text-decoration: underline !important;
      -webkit-text-decoration-line: underline !important;
              text-decoration-line: underline !important; }

#ie8clearfix {
  display: none;
  clear: none; }

.btn::before, .btn::after { content: none !important;}








/* New header styles below -- 17 January 2018, 16:12pm GMT - @GB*/
.modal { z-index: 999999999 !important;}
.modal-backdrop { z-index: 999999998 !important;}


/* NEW SPEAKERS STYLE */
section#speakers:not(.speakers-home) .row.speakers.row4 > div {
    min-height: 390px !important;
    margin-bottom: 30px !important;
}
section#speakers:not(.speakers-home) .row.speakers.row4 p { min-height: 1px !important}
section#speakers .row.speakers h5,
section#sponsors .row.sponsors h5,
section#sponsors .row.speakers h4,
section#sponsors .row.sponsors h4 { white-space: nowrap; overflow: hidden;}
section#speakers .row.speakers h5.ellipsis,
section#sponsors .row.sponsors h5.ellipsis,
section#sponsors .row.speakers h4.ellipsis,
section#sponsors .row.sponsors h4.ellipsis { text-overflow: ellipsis !important;}
section#speakers .row.speakers.row4 .i1 { position: relative !important;}
section#speakers .row.speakers.row4 .i1 .i2 { padding-right: 40px !important;}
section#speakers .row.speakers.row4 .i1 .i2 img,
section#sponsors .row.sponsors img {
	border: 1px solid rgba(4,8,53,.1) !important;
	box-shadow: 0 2px 15px 0px rgba(4,8,53,.09);
	
}
section#sponsors .row.sponsors > div > h2 { padding-top: 0 !important; margin-top: 0 !important; margin-bottom: 20px !important;}
section#sponsors .row.sponsors img {
	padding: 15px !important;
	max-width: 100% !important;
/* 	min-width: 100% !important; */
	margin-top: 0 !important;
}
section#speakers .row.speakers.row4 span.circle {
    bottom: -34px !important; right: 0 !important; top: auto !important;
    width: 110px;
    height: 110px;
}
section#speakers .row.speakers.row4 span.circle::after {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100% !important;
    border: 1px solid rgba(4,8,53,.1) !important;
	box-shadow: 0 5px 15px 0px rgba(4,8,53,.09);
}
section#speakers .row.speakers.row4 span.circle .companylogo {
    width: 110px;
    height: 110px;
    padding: 20px !important;
    border-radius: 23px !important;
}
section#speakers .row.speakers.row4 span.circle.no-padding .companylogo { padding: 0px !important; border: 1px solid rgba(0,0,0,.06) !important;}
section#speakers .row.speakers.row4 h5 {
	padding-right: 50px !important;
	text-transform: none !important;
	margin-top: 13px !important;
	margin-bottom: -1px;
	letter-spacing: 0 !important;
	color: #023F88 !important;
	font-size: 18px !important;
	position: relative;
	width: calc(100% - 50px) !important;
	width: -webkit-calc(100% - 50px) !important;
}
section#speakers .row.speakers.row4 h4 {
	font-size: 26px !important; line-height: 1.3 !important;
}

section#sponsors .row.sponsors h5 {
	padding-right: 50px !important;
	text-transform: none !important;
	margin-top: 13px !important;
	margin-bottom: -1px;
	letter-spacing: 0 !important;
	color: #023F88 !important;
	font-size: 18px !important;
	position: relative;
	width: calc(100% - 50px) !important;
	width: -webkit-calc(100% - 50px) !important;
}
section#sponsors .row.sponsors h5 {
	padding-right: 0 !important;
	width: 100% !important;
	font-size: 16px !important;
	margin-bottom: 3px !important;
}
section#sponsors .row.sponsors h4 {
	font-size: 24px !important; line-height: 1.3 !important;
	margin: 0 !important; margin-bottom: 2px !important; padding: 0; margin-top: 5px !important;
}
section#sponsors .row.sponsors h4 {
	font-size: 22px !important;
	margin-top: 15px !important;
	margin-bottom: 0 !important;
}
section#speakers .row.speakers.row4 p,
section#speakers .row.speakers.row4 li,
section#sponsors .row.sponsors p,
section#sponsors .row.sponsors li { font-size: 14px !important; margin: 0 0 10px 0 !important; opacity: .85 !important; min-height: 0; max-height: min-intrinsic !important; height: auto;}

section#speakers .row.speakers.speakers-home.row4 p { min-height: 56px !important}

section#sponsors .row.sponsors .btn { margin-top: 13px !important}
section#speakers .row.speakers.row4 .overview,
section#sponsors .row.sponsors .overview {
	display: none;
	width: 100%;
	padding-top: 10px;
}
section#sponsors .row.sponsors .sponsor-card {
	margin-top: 15px !important;
	margin-bottom: 30px !important;
}
section#sponsors .row.sponsors {
	text-align: center;
}
section#sponsors .row.sponsors .sponsor-card {
	display: inline-block;
	float: none;
	text-align: center;
}	
section#sponsors .row.sponsors .sponsor-card h4,
section#sponsors .row.sponsors .sponsor-card h5,
section#sponsors .row.sponsors .sponsor-card p,
section#sponsors .row.sponsors .sponsor-card a.btn {
	text-align: center !important;
}		


@media(min-width:992px) { section#sponsors .row.sponsors .sponsor-card { width: 24.6%;}}
@media(min-width:1200px) { section#sponsors .row.sponsors .sponsor-card { width: 19.6%;}}
@media(max-width:767px) { section#sponsors .row.sponsors .sponsor-card { width: 49%;}}
@media(max-width:550px) { section#sponsors .row.sponsors .sponsor-card { width: 100%;}}


section#speakers .row.speakers.row4 img.img-responsive {
	min-width: 100% !important;
}
@media(min-width:992px) and (max-width:1199px){
	section#speakers .row.speakers.row4 .i1 .i2 { padding-right: 30px !important;}
	section#speakers .row.speakers.row4 span.circle,
	section#speakers .row.speakers.row4 span.circle::after,
	section#speakers .row.speakers.row4 span.circle .companylogo { width: 90px; height: 90px;}
	section#speakers .row.speakers.row4 h5 { padding-right: /* 102px */ 32px !important;}
}
@media(min-width:460px) and (max-width:767px){
	section#speakers .row.speakers.row4 .i1 .i2 { padding-right: 30px !important;}
	section#speakers .row.speakers.row4 span.circle,
	section#speakers .row.speakers.row4 span.circle::after,
	section#speakers .row.speakers.row4 span.circle .companylogo { width: 90px; height: 90px;}
	section#speakers .row.speakers.row4 h5 { padding-right: /* 102px */ 32px !important;}
}
@media(min-width:680px) and (max-width:991px){
	section#speakers .row.speakers.row4 [class^='col-']:not(#force100) { width: 50% !important;}
	section#speakers .row.speakers:not(.speakers-home).row4 > div {
    	min-height: 470px !important;
    }
}
@media(min-width:550px) and (max-width:679px){
	section#speakers .row.speakers.row4 [class^='col-']:not(#force100) { width: 50% !important;}
	section#speakers .row.speakers:not(.speakers-home).row4 > div {
    	min-height: 400px !important;
    }
}

@media(min-width:460px) and (max-width:549px){
	section#speakers .row.speakers.row4 [class^='col-']:not(#force100) { width: 50% !important;}
	section#speakers .row.speakers:not(.speakers-home).row4 > div {
    	min-height: 350px !important;
    }
}
@media(min-width:460px) and (max-width:767px){
	section#speakers .row.speakers.row4 .i1 .i2 { padding-right: 30px !important;}
	section#speakers .row.speakers.row4 span.circle,
	section#speakers .row.speakers.row4 span.circle::after,
	section#speakers .row.speakers.row4 span.circle .companylogo { width: 90px; height: 90px;}
	section#speakers .row.speakers.row4 h5 { padding-right: /* 102px */ 32px !important;}
}
@media(max-width:459px){
	section#speakers .row.speakers.row4 .i1 .i2,
	section#speakers .row.speakers.row4 h5 { padding-right: 0 !important;}
	section#speakers .row.speakers.row4 span.circle,
	section#speakers .row.speakers.row4 span.circle::after,
	section#speakers .row.speakers.row4 span.circle .companylogo { display: none !important;}
}
@media(max-width:991px){
	section#speakers .row.speakers.row4 span.circle { display: block !important; }
	section.hero.inner-page .align, section.hero.inner-page .middle { height: 300px !important}
}
@media(max-width:400px){
	section#sponsors .row.sponsors .sponsor-card { width: 100% !important; }
}
/* END NEW SPEAKERS STYLE */

/*
section#speakers .row.speakers p {
	min-height: 60px!important;
}
*/
/* END NEW SPEAKERS STYLE */











body {
	font-size: 18px !important;
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    color: #242d38 !important;
}
body.navCanBeTransparent .background {
	background: url('http://events.ethicalcorp.com/rbs/assets/img/hero/RBS2017-16.jpg') center 60% no-repeat !important;
	background-size: cover !important;
/* 	background-attachment: fixed !important; */
	display: block;
	width: auto !important;
	height: auto !important;
	position: relative;
}
section.hero, section.hero.sponsor { background: transparent !important}
body section:not(.cta-block):not(.header):not(.hero) h1 { font-size: 40px; }
a.btn,.btn,.box, section.hero #btn .btn, #sidebar .btn, #sidebar .btn.btn-lg, .i1 .i2 img, .speaker .row div:nth-of-type(1) img, section.statistics .stat, .btn.btn-box {border-radius:3px!important;box-shadow:2px 5px 14px 0 rgba(0,0,0,.09)}
section.hero #btn .btn { margin-top: 45px !important}
#sidebar h3.forwell{border-radius:3px 3px 0 0!important}
#sidebar .sidebar-well:not(.no-bg){border-radius:0 0 4px 4px!important}
body .bannerBar{border-radius:0 3px 3px 0!important;box-shadow:2px 5px 14px 0 rgba(0,0,0,.09)}
.atss .at-share-btn .at-icon-wrapper,.atss a .at-icon-wrapper{border-radius:3px 0 0 3px!important;margin-bottom:1px!important;box-shadow:2px 5px 14px 0 rgba(0,0,0,.09)}
.btn{padding:10px 16px;font-size:17px;line-height:1.3}
.atss .at-share-btn,.atss a{ background:transparent !important;}
.banners, .atss, body #at4-share, body #at4-soc {top: 165px !important;}


a section.cta-block.cta-brochure-smaller p,a section.cta-block.cta-block-sm p{font-size:19px!important}
a section.cta-block.cta-brochure-smaller h3,a section.cta-block.cta-block-sm h3{font-size:28px!important;padding-top:2px!important}
body section.cta-block,body a section.cta-block,body a section.cta-block.cta-block-sm{background-color:#E67E22!important;border-width:0!important;border:none!important}
body a:hover section.cta-block,body a:focus section.cta-block,body a:active section.cta-block{box-shadow:inset 0 -5px 0 #E67E22,inset 0 5px 0 #E67E22,inset 0 -10px 0 #FFF,inset 0 10px 0 #FFF;background-color:#E67E22!important}
body a:hover section.cta-block.cta-block-sm,body a:focus section.cta-block.cta-block-sm,body a:active section.cta-block.cta-block-sm{box-shadow:inset -4px -4px 0 #E67E22,inset 4px -4px 0 #E67E22,inset -4px 4px 0 #E67E22,inset 4px 4px 0 #E67E22,inset -8px -8px 0 #FFF,inset 8px -8px 0 #FFF,inset -8px 8px 0 #FFF,inset 8px 8px 0 #FFF;background-color:#E67E22!important}
body section.cta-block .btn:hover,body section.cta-block .btn:focus,body section.cta-block .btn:active{color:#E67E22!important}
body section.cta-block.cta-block-sm:not(.cta-keep-updated) .col-xs-12{max-height:100px;height:auto!important}
body section.cta-block.cta-block-sm:not(.cta-keep-updated) .col-xs-12 h3{margin-bottom:0!important;line-height:1.4!important;font-size:24px}
body section.cta-block.cta-block-sm:not(.cta-keep-updated) .col-xs-12 p{margin:0!important;margin-top:10px!important;font-size:17px!important}
.bannerBar > div.text { background: rgba(0,0,0,.12) !important; color: white !important; font-size: 16px !important}
section #key_topics h4 { margin-top: 0 !important}
a.btn, .btn, section.hero #btn .btn { border-radius: 50px !important}

.btn, .btn-group>.btn { padding: 8px 24px 10px; font-size: 19px !important; line-height: 1.3 !important }
.btn-lg, .btn-group-lg>.btn { padding: 10px 30px 12px; font-size: 21px !important; line-height: 1.3 !important }
.btn-sm, .btn-group-sm>.btn { padding: 5px 14px !important; font-size: 14px !important; line-height: 1.3 !important;}
#footer a.btn{display:inline-block !important;padding:6px 14px !important;font-size:14px !important; box-shadow: none !important}
section.cta-block * { color: white !important; max-height: 999px !important; min-height: 0px !important; height: auto !important;}

section.cta-block h1, section.cta-block h2, section.cta-block h3 { margin-bottom: 0 !important; line-height: 1.3 !important; letter-spacing: .5px !important;}
section.cta-block h1 { font-size: 38px; letter-spacing: .5px !important;}
section.cta-block h2 { font-size: 32px; letter-spacing: .5px !important;}


section.hero { padding: 65px 0 0 0 !important; margin: 0 !important;}
section.hero .triangle.whitespace { padding: 85px 0 0 0 !important; margin: 0 !important;}
section.hero #btn .btn { margin-top: 15px !important}

body .background > .hero, body .background > .stats  { position: relative !important; z-index: 101 !important;}
body .background > header, body .background > div#topbar, body .background > nav {
	z-index: 9999 !important;
	position: relative;
}
body section.hero { z-index: 1 !important}
body section.hero::before, body section.hero::after {
	content: none !important
}
/* body section.hero::after { */
body.navCanBeTransparent .background::before {
	background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.85), rgba(0,0,0,0.55)) !important;
	opacity: 1 !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 0 !important;
}
section .row.speakers.speakers-large,
section .row.speakers.speakers-large h4,
section .row.speakers.speakers-large h5,
section .row.speakers.speakers-large p { text-align: left !important; line-height: 1.2 !important}
section .row.speakers.speakers-large h4 { font-size: 26px !important; margin: 0 !important; font-family: "Helvetica Neue", Arial, sans-serif !important; font-style: normal !important; font-weight: normal !important;}
section .row.speakers.speakers-large h5 { letter-spacing: normal !important; font-size: 19px !important; margin-top: 17px !important; font-family: "Helvetica Neue", Arial, sans-serif !important; font-style: normal !important; font-weight: normal !important;}
section .row.speakers.speakers-large p { font-size: 16px !important; min-height: 43px !important; margin-bottom: 0 !important}
section .row.speakers.speakers-large .i1 .i2 img { border-radius: 4px !important;}
section .row.speakers .i1 .i2 img { border-radius: 3px !important;}
@media(min-width: 992px) {
	.row.speakers.speakers-large .i1 { max-width: 220px !important; max-height: 220px !important; width: 220px !important; height: 220px !important; margin: 0 auto !important;}
	.row.speakers.speakers-large span.circle {
		position: absolute;
		top: auto !important;
		bottom: -10px;
		right: -10px;
		width: 86px !important;
		height: 86px !important;
	}
	.row.speakers.speakers-large span.circle::after{
		width: 100px;
		height: 100px;
		top: -7px !important;
		left: -7px !important;
	    right: 0 !important;
	    bottom: 0 !important;
	    border-width: 3px !important;
	}
	.row.speakers.speakers-large span.circle .companylogo {
		width: 86px;
		height: 86px;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
}
@media(max-width: 991px) {
	.row.speakers.speakers-large span.circle { display: block !important; top: auto !important; bottom: -10px !important; right: -10px !important}
	
}
@media(max-width: 767px) {
	.row.speakers.speakers-large span.circle { display: block !important; top: auto !important; bottom: -4px !important; right: -4px !important}
}


header { overflow: visible !important}
header h1 { 
	font-size: 27px !important;
	height: 60px;
    line-height: 1.3 !important;
}
header h1 small { font-size: 15px !important; position: static !important; padding: 0 !important}



body div#topbar ul.pull-right.terms li a,
body div#topbar ul.pull-right.terms li a:hover,
body div#topbar ul.pull-right.terms li a:focus,
body div#topbar ul.pull-right.terms li a:active,
/* a:not(.btn), a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active, a:not(.btn).active, */
body header h1,
body header h1 > a:not(.btn),
body header p {
	color: #023F88 !important;
}
header h1 small, header h1 small span {
	color: #023F88 !important;
	font-weight: 500 !important;
}

html, body {overflow-x: hidden !important;}
a[data-slide]:hover, a[data-slide]:focus, a[data-slide]:active { opacity: 1 !important}
div#topbar, section.header, .banner-full p {
    font-family: "Agenda Light", "Open Sans" !important;
    font-style: normal !important;
    font-weight: 300 !important;
    z-index: 1 !important;
}
section.header { padding: 0 0 5px 0 !important; }
div#topbar {padding: 15px 0 4px !important; background: white !important}
body.solidNav { line-height: 1 !important; height: auto !important}
body div#topbar:nth-of-type(2) { padding-top: 0 !important;}

div#topbar, div#topbar a:not(.btn),
section.header, section.header a:not(.btn) {
    color: #023F88 !important;
}
div#topbar strong,
section.header strong {
	font-family: "Agenda Semibold", "Open Sans",  sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;
}
div#topbar .col-xs-12 {
	position: relative;
}
div#topbar .col-xs-12 .twitter-bird { display: inline-block; max-height: 20px !important; vertical-align: middle !important;}
div#topbar .col-xs-12 .float {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	width: 100vw;
	height: auto !important;
}
div#topbar .col-xs-12 p,
div#topbar .col-xs-12 ul.terms,
div#topbar .row > div ul.terms.pull-right { line-height: 19px !important; height: 19px !important; font-size: 16px !important; padding: 0 !important; display: inline-block !important; margin-bottom: 0 !important}
div#topbar .col-xs-12 btn { float: left ;}
div#topbar .col-xs-12 p > strong { margin-right: 30px !important; 	color: /* #084464 */ #023F88 !important;}
div#topbar .row .col-xs-12 .float a { display: inline-block !important;}

@media(max-width:1199px) {
	div#topbar .col-xs-12 .btn,
	section.header .col-xs-12 .btn { font-size: 15px; }
}
@media(max-width:991px) {
	section.header {
		height: auto !important;
	}
	body section.header {
	    padding-bottom: 15px !important;
	}
	
	body section.hero .row h1 {
		font-size: 38px !important;
	}
	p, ul, ul li, ol li, li {
	    font-size: 16px;
	    line-height: 1.3 !important;
	}
	body section.header .row #siteBrand h1#siteName, body section.header .row #siteBrand h1#siteName > a { font-size: 32px !important}
	section.header .row #siteBrand img#logo {
    	max-height: 26px !important;
    	margin-bottom: 10px !important;
    }
    body section.hero {
	    padding: 65px 0 0 0 !important;
	}
	body section.hero .row h1 { font-size: 48px !important}
	
	
	section.header .row #siteBrand { margin-top: 0 !important}
	section.header .row #siteBrand > a { 
		position: absolute;
		top: -38px !important;
		z-index: 9999 !important;
	}
}
@media(max-width:800px) {
	body section.hero .row h1 { font-size: 38px !important}
}


ul.colorStrong strong { font-size: 110% !important}

#sidebar .row.condensed.logos img {margin: 5px auto !important; border-radius: 3px !important}
#sidebar .row.condensed.logos { margin-top: -5px !important; margin-bottom: -5px !important;}
#sidebar h3.forwell { padding: 10px 15px !important; font-size: 20px !important}
#sidebar .sidebar-well, #sidebar .sidebar-well > .btn { margin-bottom: 5px !important}
#sidebar_testimonials .testimonial_item .testimonial_name { font-size: 14px !important; margin-bottom: 0 !important; padding-bottom: 0 !important; line-height: 1.2 !important}
#sidebar_testimonials .testimonial_item .testimonial_name > * { display: block;}
div.sponsor h4, div.speaker h4 { margin-top: 12px !important; font-size: 26px !important}

p.forLg { position: relative; padding-left: 40px;}
p.forLg > .lg { position: absolute !important; left: 0;}
p .lg {
	font-family: "Agenda Semibold", "Open Sans" !important;
    font-style: normal !important;
    font-weight: bolder !important;
    position: relative !important;
    top: -5px !important;
}
ul#dotJourney li { min-height: 50px;}
ul#dotJourney li > strong { color: #023F88 !important}
ul#dotJourney li:nth-last-of-type(1) { margin-bottom: 0 !important; padding-bottom: 0 !important}
ul#dotJourney li::before, ul#dotJourney li::after { top: 3px; }

section.statistics .stat {
	border: none !important;
	background: #023F88 !important;
	margin-bottom: 20px !important;
	height: 0;
	min-height: 0;
	max-height: min-intrinsic !important;
	padding: 0 !important;
	padding-bottom: 100% !important;
	position: relative !important;
	border-radius: 3px !important;
}
body section:not(.cta-block).statistics .stat h1 { font-size: 60px !important; line-height: 1 !important}
section.statistics .stat.circle {
	border-radius: 100% !important;
}
section.statistics .stat * { color: white !important;}
section.statistics .stat .align { height: 100% !important; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
section.statistics .stat .align > * { padding: 35px !important}
section #key_topics h4 { font-size: 24px !important; line-height: 1.2 !important}
section #key_topics h4 span.glyphicons { font-size: 115% !important}
section #key_topics h4 small { font-size: 19px !important; opacity: 1 !important; font-family: "Calibri", "Open Sans", sans-serif !important; color: #323232 !important;}


body section.hero .row h1 { font-size: 1em !important; line-height: 1.1 !important; color: white !important}
body section.hero .row h2 { font-size: .8em !important; line-height: 1.1 !important; color: white !important}
body section.hero .row h3 { font-size: .5em !important; line-height: 1.1 !important; color: white !important}

body section.hero .row h1,
body section.hero .row h2,
body section.hero .row h3,
body section.hero .row h4,
body section.hero .row h5 {
	font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;	
}

body section.hero { font-size: 52px !important}
@media(max-width: 991px) {
	body section.hero { font-size: 46px !important}
}
@media(max-width: 767px) {
	body section.hero { font-size: 40px !important}
}
@media (max-width: 768px) {
	#footer {
	    padding: 37px 0 25px;
	}
	#footer p, #footer p small { font-size: 11px !important}
	section {
	    padding: 35px 0 !important;
	}
	h1 { font-size: 26px !important;}
	h2, section .row.speakers.speakers-large h4 { font-size: 22px !important;}
	h3, section .row.speakers.speakers-large h5 { font-size: 18px !important;}
	#speakers section .speakers:nth-of-type(2),
	#speakers section .speakers:nth-of-type(3),
	#speakers section .speakers:nth-of-type(4),
	#speakers section .speakers:nth-of-type(5) { margin-top: 0 !important}
	section .row.speakers.speakers-large p { min-height: 85px !important}
}
@media(max-width: 500px) {
	body section.hero { font-size: 34px !important}
}



.align {
	display: table;
	height: 100% !important;
	width: 100% !important;
}
.align > .top {
	display: table-cell;
	vertical-align: top !important;
}
.align > .middle {
	display: table-cell;
	vertical-align: middle !important;
}
.align > .bottom {
	display: table-cell;
	vertical-align: bottom !important;
}
#scrollTop { border-radius: 100% !important}
section ul.nav.nav-tabs:not(.alternative)#tab#tab, section ul.nav.nav-tabs:not(.alternative)#tab2 { margin-bottom: 35px !important}

body header #discount a .box,
body header #discount a:hover .box,
body header #discount a:focus .box,
body header #discount a:active .box { padding: 8px 10px !important}

header #discount a .box > .restraint {
	max-width: 192px !important;
	overflow: hidden !important;
	margin: 0 auto !important;
}
header #discount a .box p {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: bold !important;
    letter-spacing: .3px !important
}
header #discount a .box p small { font-size: 16px !important; line-height: 18px !important; text-transform: none !important}
header #discount a .box { padding-top: 8px !important}

body header h1 img { border: 1px solid rgba(255, 255, 255, .05) !important; /* box-shadow: 0 2px 15px 0px rgba(4,8,53,.09); */ border-radius: 2px !important}
body header, body header #shiftUpward { height: auto !important}
body nav li a:not(.btn) { letter-spacing: .3px !important}

@media(min-width: 992px) {
	body.navCanBeTransparent div#topbar {background: transparent !important}

	body header { max-height: 114px !important; padding: 12px 0 !important}
	body .background > div#topbar { padding: 3px 0 0px !important; margin-bottom: 0  !important; }
	body .background > div#topbar .row > div ul.terms.pull-right { position: relative; top: -3px !important; z-index: 99999999 !important; font-size: 10px !important
	}
	
	nav ul { font-size: 15px !important}
	
	body header { padding-top: 0 !important}
	body header h1 img,
	header #discount a .box,
	header h1 { max-height: /* 90px */ 74px !important;}
	header h1 { line-height: 45px !important;}
	
	body header nav { height: 44px !important; padding: 7px 0 !important}
	body header nav ul { border: none !important}
	body header:not(.solidNav) #topbar, body header:not(.solidNav),
	body header:not(.solidNav) h1, body header:not(.solidNav) h1 small,
	body header:not(.solidNav) h1 *, body header:not(.solidNav) a:not(.btn), body header:not(.solidNav) nav, body header:not(.solidNav) nav li,
	body header:not(.solidNav) nav li a:not(.btn), body header:not(.solidNav) h1, body header:not(.solidNav) h1 > a:not(.btn), body header:not(.solidNav) p,
	body header:not(.solidNav) h1 small { background: transparent !important; color: white !important; border: none !important}
	body header:not(.solidNav) nav ul.menu li .dropdown a span.caret { background: transparent !important; color: white !important;}

	body header:not(.solidNav) nav li:not(.cta) a:not(.btn):not(.active) {
		opacity: 1 !important;
		font-weight: 500 !important;
	}
	body header:not(.solidNav) nav li:not(.cta) a:not(.btn):not(.active):hover,
	body header:not(.solidNav) nav li:not(.cta) a:not(.btn):not(.active):focus,
	body header:not(.solidNav) nav li:not(.cta) a:not(.btn):not(.active):active,
	body header:not(.solidNav) nav li:not(.cta) a:not(.btn).active:hover,
	body header:not(.solidNav) nav li:not(.cta) a:not(.btn).active:focus,
	body header:not(.solidNav) nav li:not(.cta) a:not(.btn).active:active { color: rgba(255, 255, 255, .45) !important}
	
	body header.solidNav { transition: background .18s ease !important; }
	body header:not(.solidNav) h1 small a:after { background: white !important}
	
	header.solidNav h1, header.solidNav h1 small, header.solidNav h1 *,	header.solidNav a:not(.btn),
	body header.solidNav nav, body header.solidNav nav li, header.solidNav h1, header.solidNav h1 > a:not(.btn), header.solidNav p, header.solidNav h1 small, body header.solidNav nav li a:not(.btn) { background: transparent !important; color: #023F88 !important; border: none !important}
	
	body header.solidNav h1 > small a::after { background-color: #023F88 !important}
	
	body header.solidNav nav ul.menu li .dropdown a span.caret {background: transparent !important; color: #242d38 !important;}
	header.solidNav h1 small, body header.solidNav nav li a:not(.btn):not(.active) { color: #242d38 !important; font-weight: 500 !important;}

	body header.solidNav nav ul.menu li .dropdown.open > a { color: white !important}
	body header.solidNav nav ul.menu li .dropdown.open > a .caret { color: white !important}
	
	#topbar ul li a, #topbar ul li
	body.navCanBeTransparent div#topbar,
	body.navCanBeTransparent #topbar ul li.divider,
	body.navCanBeTransparent div#topbar ul.pull-right.terms li a,
	body.navCanBeTransparent div#topbar ul.pull-right.terms li a:hover,
	body.navCanBeTransparent div#topbar ul.pull-right.terms li a:focus,
	body.navCanBeTransparent div#topbar ul.pull-right.terms li a:active {
		background: transparent !important;
		color: white !important;
		border: none !important; 
		font-size: 10px !important;
		line-height: 1 !important;
	}
	
	body.navCanBeTransparent #topbar ul,
	body:not(.navCanBeTransparent) #topbar ul { position: relative; z-index: 999999 !important;}
	#topbar ul li.divider { padding: 0 3px !important; font-size: 10px !important; position: relative; top: -1px;}
	body.navCanBeTransparent div#topbar ul.pull-right.terms li a::after { background: white !important}

	body header #shiftUpward { position: relative; top: -25px !important}
	body header nav ul.menu li { margin-right: 0 !important}
	
/*
	body header nav ul.menu > li:first-child a {padding: 5px 13px 5px 13px !important;}
	body header nav ul.menu > li:last-child a {padding: 5px 13px 3px 13px !important;}
*/
	body header nav ul.menu { margin-left: -13px !important}
	body header nav ul.menu li a {
	    padding: 5px 13px !important;
	    margin-right: 0 !important;
	    opacity: 1 !important;
	}
	body header:not(.solidNav) nav ul.menu li a {
	    border-right: 1px solid rgba(255,255,255,.13) !important;
	    margin-right: -1px !important;
	}
	header.solidNav nav ul.menu li a {
	    border-right: 1px solid rgba(1,1,1,.17) !important;
	    margin-right: -1px !important;
	}
	nav ul.menu li.cta.last-child { margin: 0 !important}
	body header:not(.solidNav) nav ul.menu li:nth-last-of-type(1) a, header.solidNav nav ul.menu li:nth-last-of-type(1) a { border: none !important}
	
	
	nav ul.menu li a.active:after { bottom: 0px !important}
	body header.solidNav nav ul.menu li a.active:after { background: #023F88 !important}
	
	body header.solidNav nav.solidNav { background: white !important}
	body header .is-sticky nav ul span.pull-right { display: block !important}
	
	body header.solidNav nav li:not(.cta) a:not(.btn):not(.active):hover,
	body header.solidNav nav li:not(.cta) a:not(.btn):not(.active):focus,
	body header.solidNav nav li:not(.cta) a:not(.btn):not(.active):active,
	body header.solidNav nav li:not(.cta) a:not(.btn).active:hover,
	body header.solidNav nav li:not(.cta) a:not(.btn).active:focus,
	body header.solidNav nav li:not(.cta) a:not(.btn).active:active,
	body header.solidNav nav li:not(.cta) a:not(.btn).active .caret { color: #023F88 !important}
	
	
	body header nav ul.menu li .dropdown.open, body header nav ul.menu li .dropdown.open > a {
		border-radius: 4px 4px 0 0 !important;
		border-right-color: transparent !important;
	}
	body header:not(.solidNav) nav ul.menu li:not(.cta) .dropdown.open > a:not(.btn) { color: #023F88 !important; background: white !important}
	body header:not(.solidNav) nav ul.menu li:not(.cta) .dropdown.open > a:not(.btn) .caret { color: #023F88 !important;}
	
	body header.solidNav nav ul.menu li:not(.cta) .dropdown.open > a:not(.btn) { color: white !important}
	
	body header nav ul.menu li .dropdown.open ul.dropdown-menu {
		border-radius: 0 4px 4px 4px !important;
		padding: 8px 0 !important;
		box-shadow: 1px 5px 10px 0px rgba(4,8,53,.22) !important;
	}
	
	
	body header nav ul.menu li .dropdown.open ul.dropdown-menu li a {
		padding: 7px 13px !important;
		border: 0 !important;
	}
	body header nav ul.menu li:not(.cta) .dropdown.open ul.dropdown-menu li:not(.cta) a:not(.btn):not(.active):hover,
	body header nav ul.menu li:not(.cta) .dropdown.open ul.dropdown-menu li:not(.cta) a:not(.btn):not(.active):active {
	    background: rgba(0, 0, 0, 0.1) !important;
	    text-decoration: none !important;
	    color: white !important;
	}
	body header nav ul.menu li:not(.cta) .dropdown.open ul.dropdown-menu li:not(.cta) a:not(.btn).active:hover,
	body header nav ul.menu li:not(.cta) .dropdown.open ul.dropdown-menu li:not(.cta) a:not(.btn).active:active {
	    text-decoration: none !important;
	    color: white !important;
	}
	
	body header:not(.solidNav) nav ul.menu li:not(.cta) .dropdown.open ul.dropdown-menu { background: white !important;}
	body header:not(.solidNav) nav ul.menu li:not(.cta) .dropdown.open ul.dropdown-menu li:not(.cta) a:not(.btn),
	body header:not(.solidNav) nav ul.menu li:not(.cta) .dropdown.open ul.dropdown-menu li:not(.cta) a:not(.btn):hover,
	body header:not(.solidNav) nav ul.menu li:not(.cta) .dropdown.open ul.dropdown-menu li:not(.cta) a:not(.btn):focus,
	body header:not(.solidNav) nav ul.menu li:not(.cta) .dropdown.open ul.dropdown-menu li:not(.cta) a:not(.btn):active { color: #023F88 !important}
	
	body header nav ul.menu li:not(.cta) .dropdown.open ul.dropdown-menu li a.active {
		background: rgba(0, 0, 0, 0.18) !important;
	}
	body header:not(.solidNav) nav ul.menu li:not(.cta) .dropdown.open ul.dropdown-menu li a.active {
		background: rgba(0, 0, 0, 0.18) !important;
	    color: #023F88 !important;
	}
	
	body header:not(.solidNav) nav ul.menu li .dropdown.open ul.dropdown-menu li a { margin-right: 0 !important}
	
	nav ul.menu li .dropdown.open, nav ul.menu li .dropdown.open ul.dropdown-menu {
	    background: #023F88;
	}
	
	
	
	/* CTA Nav */
	body header nav ul li.cta a:not(.btn):not(.active) { color: #E67E22 !important}
	body header nav ul li.cta.brochure a:not(.btn):not(.active) { color: #389036 !important}
	
	body header nav ul li.cta a:not(.btn):hover, body header nav ul li.cta a:not(.btn):focus,
	body header nav ul li.cta a:not(.btn):active, body header nav ul li.cta a:not(.btn).active { color: #D97115 !important}
	
	body header nav ul li.cta.brochure a:not(.btn):hover, body header nav ul li.cta.brochure a:not(.btn):focus,
	body header nav ul li.cta.brochure a:not(.btn):active, body header nav ul li.cta.brochure a:not(.btn).active { color: #317d2f !important}
}


section.stats#blue {
	background: #023F8890 !important;
	background: rgba(2,63,136,.9) !important;
	color: white !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
section.stats#blue .row { margin-top: 0 !important}
section.stats#blue p, section.stats#blue h1, section.stats#blue h1 small { display: block !important; color: white !important;}
section.stats#blue h1 { font-size: 78px !important; font-weight: 900 !important}
section.stats#blue h1 small { font-size: 19px !important; font-weight: normal !important}
section.stats#blue h1, section.stats#blue h1 small { text-align: center !important; opacity: .85 !important}

body #undefined-sticky-wrapper,
body #undefined-sticky-wrapper .stickMe { min-width: 100% !important; width: 100% !important;}
body #undefined-sticky-wrapper,
body #undefined-sticky-wrapper .stickMe > * { position: relative !important; z-index: 9999999 !important;}
@media(max-width: 991px) {
	header.solidNav, header:not(.solidNav) {
		position: relative !important;
	}
	section.stats#blue h1 { font-size: 32px !important}
	section.stats#blue h1 small { font-size: 15px !important; }
	body #undefined-sticky-wrapper, body .background #undefined-sticky-wrapper { height: auto !important; min-height: 1px !important;}
	
	header h1 a img { max-height: 70px !important; margin-top: -10px !important;}
}
@media(max-width: 767px) {
	body header { padding-top: 9px !important}
	#topbar a img { max-height:40px !important; position: static; margin-top: -8px; border-radius: 1px !important}
	body header:not(.solidNav) h1 img { display: none !important}
	header { padding: 18px 0 22px 0 !important}
	
	
	header h1 { height: auto !important;}
	.btn, .btn-group>.btn { padding: 8px 24px 10px; font-size: 15px !important; line-height: 1.3 !important }
.btn-lg, .btn-group-lg>.btn { padding: 10px 30px 12px; font-size: 17px !important; line-height: 1.3 !important }
.btn-sm, .btn-group-sm>.btn { padding: 5px 14px !important; font-size: 13px !important; line-height: 1.3 !important;}
	section.statistics .row.stats > div .stat {
    	margin-top: 0 !important;
    	padding-bottom: 50% !important;
    }
    section.statistics .row.stats > div .stat p { font-size: 17px !important; font-weight: 300 !important; letter-spacing: 0 !important}
}


/* .stuck.is-sticky nav { box-shadow: none !important} */

/* .stuck.is-sticky header, */
.stuck.is-sticky header nav { box-shadow: 0 2px 20px 0px rgba(4,8,53,.19) !important;}










/** Button Styles & Colours **/
.btn.btn-primary, a.btn.btn-primary {
  background-color: #023F88;
  border-color: #023F88; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, a.btn.btn-primary:hover, a.btn.btn-primary:focus, a.btn.btn-primary:active {
    background-color: #02336f;
    border-color: #02336f; }

.btn.btn-secondary, a.btn.btn-secondary {
  background-color: #389036;
  border-color: #389036; }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, a.btn.btn-secondary:hover, a.btn.btn-secondary:focus, a.btn.btn-secondary:active {
    background-color: #317d2f;
    border-color: #317d2f; }

.btn.btn-info, a.btn.btn-info {
  background-color: #023F88;
  border-color: #023F88; }
  .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, a.btn.btn-info:hover, a.btn.btn-info:focus, a.btn.btn-info:active {
    background-color: #02336f;
    border-color: #02336f; }

.btn.btn-success, a.btn.btn-success {
  background-color: #389036;
  border-color: #389036; }
  .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, a.btn.btn-success:hover, a.btn.btn-success:focus, a.btn.btn-success:active {
    background-color: #317d2f;
    border-color: #317d2f; }

.btn.btn-warning, a.btn.btn-warning, header #discount a .box, a #banner-full {
  background-color: #E67E22 !important;
  border-color: #E67E22 !important; }
  .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, a.btn.btn-warning:hover, a.btn.btn-warning:focus, a.btn.btn-warning:active,
  header #discount a:hover .box, header #discount a:focus .box, header #discount a:active .box,
  a:hover #banner-full, a:focus #banner-full, a:active #banner-full {
    background-color: #D97115 !important;
    border-color: #D97115 !important; }

#aside.pull-left.banners > a .bannerBar.orange { background: #E67E22 !important; }
#aside.pull-left.banners > a .bannerBar.orange .text { background: #CD6509 !important; }

.btn.btn-danger, a.btn.btn-danger {
  background-color: #A31F16;
  border-color: #A31F16; }
  .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, a.btn.btn-danger:hover, a.btn.btn-danger:focus, a.btn.btn-danger:active {
    background-color: #8d1b13;
    border-color: #8d1b13; }

.btn.btn-dark, a.btn.btn-dark {
  background-color: #3a4049;
  border-color: #3a4049; }
  .btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, a.btn.btn-dark:hover, a.btn.btn-dark:focus, a.btn.btn-dark:active {
    background-color: #2f343a;
    border-color: #2f343a; }

/** End buttons **/




.row.logos, .row.condensed {
	margin-left: -5px !important; margin-right: -5px !important;
}
.row.logos > div, .row.condensed > div {
	padding-left: 5px !important; padding-right: 5px !important;
}

nav ul.menu li a .glyphicons {
    margin-right: 5px;
    top: 2px;
}


.pass h3 {
    padding: 0px 0 10px 0;
}
body section  .pass .pass-body .row div .btn.btn-sm { margin-top: 4px !important}
body section  .pass .pass-body .row div .btn.btn-sm .glyphicons { margin-right: 0 !important; padding-right: 0 !important; top: 2px !important; padding-left: 3px !important}

section .row:nth-of-type(1) [class*='col-'] img:last-child, section .row.img-row:nth-of-type(1) [class*='col-'] img:last-child, .img-row img {
	margin-bottom: 15px!important;
}

.img-row.logos img {
	padding: 15px!important;
}


.stats#blue a { color: white !important; opacity: .75}
.stats#blue a::after { background: white !important}