@charset "UTF-8";
.si-float-wrapper {
  position: absolute;
  width: 100%; }
  .si-float-wrapper,
  .si-float-wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

[class*='si-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  cursor: default; }

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%); }

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

[class*='si-shadow-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1; }

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.si-shadow-frame {
  -webkit-box-shadow: 20px 20px 0 0 #000;
          box-shadow: 20px 20px 0 0 #000; }

[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto; }

[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  -webkit-box-shadow: 0px 28.28427px 0 0 #000;
          box-shadow: 0px 28.28427px 0 0 #000; }

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg); }

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg); }

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2; }

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  background-color: #fff; }
  .si-has-border .si-content-wrapper {
    border: 8px solid #404141; }

.si-content {
  overflow: auto; }

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 2em;
  cursor: pointer;
  opacity: 0.7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .si-close-button:hover, .si-close-button:focus {
    opacity: 1; }

[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3; }

[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4; }
  .si-has-border [class*='si-pointer-bg'] {
    border-width: 12px; }

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.si-pointer-top {
  border-bottom: 0; }

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #404141; }

.si-pointer-bg-top {
  border-top-color: #fff; }
  .si-has-border .si-pointer-bg-top {
    top: -8px;
    margin-bottom: 3px; }

.si-pointer-bottom {
  border-top: 0; }

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #404141; }

.si-pointer-bg-bottom {
  border-bottom-color: #fff; }
  .si-has-border .si-pointer-bg-bottom {
    bottom: -8px;
    margin-top: 3px; }

.si-pointer-left {
  border-right: 0; }

.si-pointer-border-left {
  right: 0;
  border-left-color: #404141; }

.si-pointer-bg-left {
  border-left-color: #fff; }
  .si-has-border .si-pointer-bg-left {
    left: -8px;
    margin-right: 3px; }

.si-pointer-right {
  border-left: 0; }

.si-pointer-border-right {
  left: 0;
  border-right-color: #404141; }

.si-pointer-bg-right {
  border-right-color: #fff; }
  .si-has-border .si-pointer-bg-right {
    right: -8px;
    margin-left: 3px; }

/* temp */
@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal; }
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"; }

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

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table; }

.w-clearfix:after {
  clear: both; }

.w-preserve-3d {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.w-hidden {
  display: none; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important; }

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1.0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal; }

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px; }

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px; }

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

a:focus {
  outline: 0; }

figure {
  margin: 0;
  margin-bottom: 10px; }

figcaption {
  margin-top: 5px;
  text-align: center; }

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

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

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999; }

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1; }

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999; }

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999; }

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
  background-image: linear-gradient(white 0%, #f3f3f3 100%); }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table; }

.w-checkbox:after,
.w-radio:after {
  clear: both; }

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: none !important; }

  .w-col-medium-1 {
    width: 8.33333333%; }

  .w-col-medium-2 {
    width: 16.66666667%; }

  .w-col-medium-3 {
    width: 25%; }

  .w-col-medium-4 {
    width: 33.33333333%; }

  .w-col-medium-5 {
    width: 41.66666667%; }

  .w-col-medium-6 {
    width: 50%; }

  .w-col-medium-7 {
    width: 58.33333333%; }

  .w-col-medium-8 {
    width: 66.66666667%; }

  .w-col-medium-9 {
    width: 75%; }

  .w-col-medium-10 {
    width: 83.33333333%; }

  .w-col-medium-11 {
    width: 91.66666667%; }

  .w-col-medium-12 {
    width: 100%; }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: none !important; }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }

  .w-col {
    width: 100%;
    left: auto;
    right: auto; }

  .w-col-small-1 {
    width: 8.33333333%; }

  .w-col-small-2 {
    width: 16.66666667%; }

  .w-col-small-3 {
    width: 25%; }

  .w-col-small-4 {
    width: 33.33333333%; }

  .w-col-small-5 {
    width: 41.66666667%; }

  .w-col-small-6 {
    width: 50%; }

  .w-col-small-7 {
    width: 58.33333333%; }

  .w-col-small-8 {
    width: 66.66666667%; }

  .w-col-small-9 {
    width: 75%; }

  .w-col-small-10 {
    width: 83.33333333%; }

  .w-col-small-11 {
    width: 91.66666667%; }

  .w-col-small-12 {
    width: 100%; } }
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: inherit !important; }

  .w-hidden-tiny {
    display: none !important; }

  .w-col {
    width: 100%; }

  .w-col-tiny-1 {
    width: 8.33333333%; }

  .w-col-tiny-2 {
    width: 16.66666667%; }

  .w-col-tiny-3 {
    width: 25%; }

  .w-col-tiny-4 {
    width: 33.33333333%; }

  .w-col-tiny-5 {
    width: 41.66666667%; }

  .w-col-tiny-6 {
    width: 50%; }

  .w-col-tiny-7 {
    width: 58.33333333%; }

  .w-col-tiny-8 {
    width: 66.66666667%; }

  .w-col-tiny-9 {
    width: 75%; }

  .w-col-tiny-10 {
    width: 83.33333333%; }

  .w-col-tiny-11 {
    width: 91.66666667%; }

  .w-col-tiny-12 {
    width: 100%; } }
.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden; }

.w-widget-map .gm-style-iw + div {
  display: none; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-widget-gplus {
  overflow: hidden; }

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white; }

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100; }

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
          box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-dropdown-toggle:focus {
  outline: 0; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222; }

.w-dropdown-link.w--current {
  color: #0082f3; }

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block; }

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static; } }
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static; }

  .w-nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static; } }
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.w-lightbox-active {
  opacity: .3; }

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear; }

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }

  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5; }

  .w-lightbox-close {
    opacity: .8; }

  .w-lightbox-control:hover {
    opacity: 1; } }
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table; }

.w-richtext:after {
  clear: both; }

.w-richtext ol,
.w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.w-richtext figure {
  position: relative;
  max-width: 60%; }

.w-richtext figure > div:before,
.w-richtext figure img {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6; }

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent; }

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom; }

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both; }

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none; }

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000; }

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333; }

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  position: relative;
  float: right; }

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%; }

.w-nav-overlay .w--nav-menu-open {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0; }

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button {
  display: block; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }

  .w-nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }
.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd; }

.w-tab-link.w--current {
  background-color: #C8C8C8; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }
.w-ix-emptyfix:after {
  content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd; }

.w-dyn-bind-empty {
  display: none !important; }

.w-condition-invisible {
  display: none !important; }

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Exo 2', sans-serif;
  color: #404141;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700; }

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Exo 2', sans-serif;
  color: #404141;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700; }

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Exo 2', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700; }

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700; }

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #404141;
  font-size: 15px; }

a {
  color: #ed1c24;
  font-weight: 600;
  text-decoration: none; }

li {
  font-family: 'Open Sans', sans-serif; }

.nav-menu-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 20px; }

.image {
  max-width: 400px;
  margin-top: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-left: 0px; }

.nav-a {
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  padding: 10px 15px;
  border-right: 2px none #78787a;
  background-image: none;
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-shadow: 1px 1px 5px #767777; }

.nav-a.w--current {
  color: #f5f5f5;
  text-decoration: underline; }

.nav-a.last {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-right: 5px;
  border-right-width: 0px;
  text-shadow: 1px 1px 5px #767777; }

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 15vh;
  margin-bottom: 5px;
  background-color: transparent; }

.footer {
  position: static;
  left: 0px;
  top: -150px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0px;
  padding-top: 45px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#404141), to(#404141));
  background-image: linear-gradient(180deg, #404141, #404141);
  background-position: 0px 0px;
  color: #fff;
  text-align: center; }

.body {
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #404141;
  text-decoration: none; }

.foot-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 35px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  color: #3b4444;
  text-align: center; }

.link {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat; }

.social-list {
  display: block;
  margin: 10px auto 5px;
  padding: 9px 0px 1px 30px;
  background-image: url("../images/facebook-gray.png");
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 0px;
  font-weight: 500;
  text-align: left;
  text-decoration: none; }

.social-list.insta {
  background-image: url("../images/insta-gray.png");
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-weight: 500; }

.social-list.in {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 1px;
  background-image: url("../images/in-gray.png");
  background-position: 0px 50%;
  background-size: contain;
  line-height: 0px; }

.social-list.youtube {
  background-image: url("../images/youtube-gray.png");
  background-position: 0px 0px;
  background-size: contain; }

.social-list.address {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll; }

.social-list.map {
  background-image: url("../images/map-gray.png"); }

.social-list.phone {
  background-image: url("../images/phone-gray.png"); }

.social-list.email {
  background-image: url("../images/email-gray.png"); }

.link {
  color: #fff;
  font-weight: 600;
  text-decoration: none; }

.badges._1 {
  margin-top: 10px;
  margin-bottom: 10px; }

.booknow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.blog-header {
  position: absolute;
  left: 5px;
  bottom: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600; }

.learn-section {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px; }

.learn-section.background-dark {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f0f0f0; }

.learn-section.background-dark {
  background-color: #f5f5f5; }

.primary-container {
  position: static;
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.primary-container.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.primary-container.foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.primary-container.enews {
  display: block;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.primary-container.about-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.primary-container.home-work {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.primary-container.blog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px; }

.primary-container.blog-container.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: 100%;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.primary-container.about-bf {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.primary-container.meet-team {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.primary-container.community {
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none; }

.primary-container.services-contatiner.header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.learn-text-block {
  max-width: 700px; }

.header-learn {
  margin-top: 0px;
  font-family: Exo, sans-serif; }

.button {
  display: block;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: #ed1c24;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#cd0c04));
  background-image: linear-gradient(180deg, #ed1c24, #cd0c04);
  -webkit-box-shadow: 1px 1px 3px 0 #939393;
          box-shadow: 1px 1px 3px 0 #939393;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center; }

.button:hover {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef1e26), to(#ed1c24));
  background-image: linear-gradient(180deg, #ef1e26, #ed1c24);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.button:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#cd0c04));
  background-image: linear-gradient(180deg, #ed1c24, #cd0c04);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }

.button:focus {
  color: #f5f5f5; }

.button.center-btn {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.button.secondary {
  padding-top: 7px;
  padding-bottom: 7px;
  border: 3px solid #ed1c24;
  background-color: transparent;
  background-image: none;
  color: #cd0c04;
  font-weight: 700; }

.button.secondary:hover {
  background-color: transparent; }

.button.center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.button.service-button {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.button.newsletter {
  margin-top: 0px; }

.link-5 {
  color: #fff;
  line-height: 0px;
  font-weight: 600; }

.home-impact {
  padding-top: 25px;
  padding-bottom: 35px;
  color: #767777; }

.home-heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Exo 2', sans-serif;
  color: #404141;
  text-align: center; }

.impact-statement {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding-top: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #404141;
  font-size: 18px;
  line-height: 22px;
  text-align: center; }

.impact-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.hero {
  height: 30vh;
  background-image: url("../images/team-table-wht_bg-web.jpg");
  background-position: 50% 37%;
  background-size: cover; }

.hero.hero {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 51vh;
  border-style: none;
  border-width: 5px;
  border-color: #000 #000 #939393;
  background-color: #404141;
  background-image: none; }

.blog-body {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #404141; }

.link-7 {
  color: #fff;
  font-weight: 600; }

.link-8 {
  color: #fff;
  font-weight: 600; }

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.social-share-item {
  height: 30px;
  margin-right: 15px;
  margin-bottom: 14px;
  text-align: right; }

.big-foot-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
  background-image: linear-gradient(180deg, #d9d9d9, #d9d9d9);
  text-align: center; }

.big-foot-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#939393));
  background-image: linear-gradient(180deg, #939393, #939393); }

.blog-title {
  margin-top: 0px;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  text-shadow: 1px 1px 5px #404141; }

.author-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%; }

.author-bio {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.enews-cta {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }

.author-excerpt {
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left; }

.blog-excerpt {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #404141;
  font-weight: 700;
  text-shadow: none; }

.paragraph-11 {
  color: #fff;
  font-weight: 600; }

.blog-meta {
  margin-top: 10px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: 1px 1px 5px #404141; }

.enews-sign-up {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5); }

.learn-text {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 27px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.56);
  color: #fff;
  text-align: center; }

.slide-5 {
  background-image: url("../images/team-table-wht_bg-web.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.slide-5.slides {
  position: relative;
  top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url("../images/team-table-wht_bg-web.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url("../images/team-table-wht_bg-web.jpg");
  background-position: 0px 0px, 50% -2%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat; }

.slider {
  height: 85vh;
  background-color: #404141;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#404141), to(#404141));
  background-image: linear-gradient(180deg, #404141, #404141); }

.slide-6 {
  background-image: url("../images/030417300317DSC_2790.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.slide-6.slides {
  position: relative;
  display: inline-block;
  text-shadow: 1px 1px 1px #000; }

.slider-action {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 600px;
  padding-bottom: 62px;
  padding-left: 60px;
  color: #fff;
  text-shadow: 1px 1px 2px #000; }

.slider-action.wide-action {
  width: 765px;
  padding-bottom: 100px; }

.slider-header {
  color: #fff;
  font-size: 50px; }

.slider-text {
  color: #fff; }

.slide-7 {
  background-image: url("../images/030417300317DSC_2853.jpg");
  background-position: 50% 32%;
  background-size: cover; }

.paragraph-14 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 1px 1px 5px #767777; }

.utility-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.utility-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.author-img {
  margin-right: 0px;
  border-radius: 50%; }

.content-container {
  position: static;
  top: 60px;
  display: block;
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

.content-container.speaker-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.content-container.speaker-intro {
  padding-top: 10px;
  padding-bottom: 10px; }

.content-container.vision {
  padding-right: 30px;
  padding-left: 30px; }

.heading-11 {
  color: #404141;
  text-align: center; }

.article-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-width: 2px;
  border-color: #f5f5f5;
  border-top-style: solid; }

.enews-form {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.enews-blurb {
  padding-bottom: 10px;
  text-align: center; }

.enews-signup-form {
  display: block;
  padding-left: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.author-heading {
  margin-top: 0px; }

.contact-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%; }

.contact-cta.about-page {
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.about-link {
  max-width: 300px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1083ms ease;
  transition: all 1083ms ease; }

.about-link:hover {
  position: relative;
  background-image: none;
  background-position: 0px 0px;
  opacity: 1; }

.about-img {
  position: relative;
  z-index: 0;
  border-radius: 50%; }

.meet-team-cta {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 70px 0px 150px;
  border-radius: 50%;
  background-color: rgba(0, 152, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  -webkit-transition: background-color 600ms ease, color 1000ms ease;
  transition: background-color 600ms ease, color 1000ms ease;
  color: rgba(255, 255, 255, 0);
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  text-align: center; }

.meet-team-cta:hover {
  background-color: rgba(64, 65, 65, 0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  color: #fff; }

.text-field-2 {
  position: static;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif; }

.card-title {
  margin-top: 0px;
  padding-left: 5px;
  color: #fff; }

.client-slider {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  border-radius: 3px; }

.home-case-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%; }

.home-work-info {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center; }

.slide-8 {
  background-color: #f5f5f5;
  background-image: url("../images/web-template-transparent-treewalk.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat; }

.slide-9 {
  background-image: url("../images/SIGCS-place-holder.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.slider-2 {
  border-radius: 3px; }

.mask {
  border-radius: 3px; }

.blog-p {
  text-align: justify; }

.contact-blurb {
  text-align: left; }

.blog-section {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px; }

.card-content {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  text-align: center; }

.card-content.work-blog {
  text-align: left; }

.blog-card.card-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 250px;
  max-height: 250px;
  padding-top: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url("../images/Facebook_Advertising-Guide.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: padding 800ms ease;
  transition: padding 800ms ease; }

.blog-card.card-hover:hover {
  padding-top: 250px;
  background-color: #000;
  background-image: url("../images/Facebook_Advertising-Guide.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.blog-card.card-hover.card-4 {
  overflow: hidden;
  height: 220px;
  max-height: 220px;
  padding-top: 220px;
  background-image: url("../images/pink-ribbon-charity-womens-health-awareness-morning-tea-host-event-day-breast-cancer-cupcakes-cookies-coffee-59098321.jpg");
  background-position: 50% 49%;
  background-size: auto;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.blog-card.card-hover.card-4:hover {
  padding-top: 0px; }

.blog-card.card-hover.card-4.card4 {
  background-image: url("../images/david-bg-ppl-web_1.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.blog-card.card-hover.card-4.card4:hover {
  padding-top: 0px; }

.blog-card.card-hover.card-4.work-card {
  background-image: url("../images/example-bg.png");
  background-position: 0px 0px;
  background-size: 125px; }

.blog-card.card-hover.card-4.work-card.card-1 {
  margin-top: 20px;
  background-image: url("../images/SIGCS-left.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.blog-card.card-hover.card-4.work-card.card-2 {
  margin-top: 20px;
  background-image: url("../images/treewalk.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.blog-card.card-hover.card-4.work-card.card-3 {
  margin-top: 20px;
  background-image: url("../images/379997_385724014833075_2116586300_n81_49404.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.blog-card.card-hover.card-4.work-card.card-3:hover {
  padding-top: 0px; }

.blog-card.card-hover.card-4.work-card.card-4.work-4 {
  margin-top: 20px;
  background-image: url("../images/16684c49-9089-4ff3-b6f6-ecae59e384b6.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.blog-card.card-hover.card-2 {
  height: 220px;
  max-height: 220px;
  padding-top: 220px;
  background-image: url("../images/Google-launches-Google-Partners-Academy-in-Egypt-to-build-ecosystem-to-help-SMEs.png");
  background-position: 50% 50%;
  background-size: cover; }

.blog-card.card-hover.card-2:hover {
  padding-top: 0px; }

.blog-card.card-hover.card-3 {
  height: 220px;
  max-height: 220px;
  padding-top: 220px;
  background-image: url("../images/RYLA-2016-Rotary-Youth-Leadership-Awards-raft-building.jpg");
  background-size: cover; }

.blog-card.card-hover.card-3:hover {
  padding-top: 0px; }

.card {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  border-radius: 3px; }

.card-hover-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.5); }

.card-title {
  position: static;
  left: 0px;
  top: 88px;
  right: 0px;
  bottom: 88px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 6px #000; }

.card-title-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

.bf-contact-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.bf-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.bf-contact-form.about-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.social-foot-header {
  margin-top: 5px;
  color: #fff;
  font-weight: 500; }

.foot-contact {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
  text-align: left; }

.dubzz-foot-logo {
  margin-left: 50px; }

.paragraph-19 {
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  font-weight: 500; }

.paragraph-20 {
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  font-weight: 500; }

.text-span {
  font-family: 'Exo 2', sans-serif; }

.text-span-2 {
  font-family: 'Exo 2', sans-serif; }

.paragraph-21 {
  color: #fff;
  font-weight: 600; }

.link-9 {
  color: #fff; }

.link-10 {
  color: #fff; }

.our-work-slider-nav {
  display: none;
  overflow: visible; }

.slide-nav {
  display: block; }

.slide-nav.our-work-slider-nav {
  display: none; }

.contact-map-section {
  background-image: url("../images/Capture.JPG");
  background-position: 0px 0px;
  background-size: 896px; }

.contact-map-section.contact-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 385px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none; }

.contact {
  padding-top: 45px;
  padding-bottom: 45px; }

.contact-hours {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 33%;
  flex: 0 33%; }

.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contact-details.primary-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center; }

.contact-phone {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%; }

.contact-email {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%; }

.contact-feeds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.instagram-feed {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #000; }

.facebook-feed {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #000; }

.instagram-image-wrap {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%; }

.facebook-image-wrap {
  display: block;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%; }

.form-wrapper-2 {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }

.contact-form-wrap {
  padding-right: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.instagram-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.instagram-overlay:hover {
  background-color: transparent; }

.overlay-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.facebook-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.23);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.facebook-overlay:hover {
  background-color: transparent; }

.about-page-contact-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.about-field {
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

.about-page-cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9)), -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #d9d9d9, #d9d9d9), linear-gradient(180deg, #f5f5f5, #f5f5f5); }

.about-dubzz {
  padding-top: 36px;
  padding-bottom: 24px; }

.our-vision {
  padding: 34px 60px 64px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#ed1c24)), -webkit-gradient(linear, left top, left bottom, from(#404141), to(#404141));
  background-image: linear-gradient(180deg, #ed1c24, #ed1c24), linear-gradient(180deg, #404141, #404141);
  text-align: center; }

.team-name {
  color: #404141; }

.team-excerpt {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.team-member-img {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.paragraph-22 {
  color: #fff;
  font-size: 19px; }

.heading-17 {
  color: #fff; }

.team-linked-in {
  display: block;
  padding-top: 2px;
  padding-left: 25px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url("../images/insta-drk-gray.png");
  background-position: 0px 0px;
  background-size: auto 20px;
  background-repeat: no-repeat;
  color: #404141; }

.image-10 {
  width: 300px;
  height: 300px;
  margin-right: 30px;
  padding: 30px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-radius: 50%; }

.services {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #404141; }

.service {
  display: none;
  padding-top: 45px;
  padding-bottom: 45px; }

.service-icon-wrap {
  max-height: 150px;
  max-width: 150px;
  border-radius: 50%;
  background-color: #000; }

.service-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent; }

.service-icon-wrap.case {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#404141), to(#404141));
  background-image: linear-gradient(180deg, #404141, #404141); }

.service-card-image {
  padding: 40px; }

.service-card-image.case {
  padding: 29px;
  background-image: none; }

.service-card {
  display: block;
  padding-bottom: 26px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

.service-card:hover {
  color: #f5f5f5;
  text-decoration: underline; }

.service-card-title {
  color: #fff;
  text-align: center; }

.heading-19 {
  color: #fff; }

.paragraph-23 {
  max-width: 1000px;
  padding-left: 0px;
  color: #fff;
  text-align: center; }

.service-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.heading-21 {
  text-align: left; }

.service-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.div-block-14 {
  text-align: center; }

.image-14 {
  border-radius: 50%; }

.paragraph-24 {
  padding-bottom: 7px; }

.slider-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: transparent; }

.community-blog {
  display: block;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%; }

.community-slider-icon {
  color: #fff; }

.community-blog-excerpt {
  padding-right: 30px;
  padding-left: 60px;
  color: #fff;
  font-size: 15px;
  text-align: center; }

.speaker {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5); }

.speaker-info {
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%; }

.image-16 {
  width: 200px;
  height: 200px;
  margin-right: 25px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-radius: 50%; }

.service-wrap-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px; }

.service-content {
  display: block;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.body-4 {
  padding-top: 0px; }

.traning-content {
  padding-top: 45px;
  padding-bottom: 45px; }

.section-testimonials {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #404141; }

.heading-23 {
  color: #fff; }

.right-arrow {
  color: #fff; }

.service-details {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }

.details-learn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0% 45px 0px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #767777;
  color: #fff; }

.service-details-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px; }

.cost-list {
  color: #767777;
  font-weight: 600; }

.teach-header {
  color: #fff; }

.cost-details {
  padding-top: 45px;
  padding-bottom: 45px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #d9d9d9;
  color: #000; }

.cost-header {
  color: #767777; }

.unordered-list-3 {
  padding-left: 25px;
  color: #767777; }

.teach-list {
  color: #fff;
  font-weight: 600; }

.unordered-list-4 {
  padding-left: 25px; }

.training-cta {
  display: block;
  padding-top: 45px;
  padding-bottom: 45px; }

.training-cta.course {
  background-color: #d9d9d9; }

.paragraph-32 {
  font-weight: 600; }

.book-now {
  padding-top: 45px;
  padding-bottom: 45px; }

.container-wide {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

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

.personal-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.payment-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.personal-form {
  max-width: 500px;
  padding-right: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.card-form-wrap {
  display: block;
  max-width: 500px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.paragraph-33 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 20px; }

.div-block-19 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.team-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 17px;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.services-used {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: none; }

.case-study-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.testimonial {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%; }

.result-stat {
  font-family: 'Exo 2', sans-serif;
  color: #ed1c24;
  font-size: 31px;
  line-height: 30px;
  font-weight: 700; }

.case-team-member {
  max-height: 175px;
  max-width: 175px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%; }

.project-detail-list {
  padding-left: 1px; }

.image-21 {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-image: none; }

.case-team {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5), linear-gradient(180deg, #d9d9d9, #d9d9d9); }

.results-list {
  margin-bottom: -34px;
  padding: 41px; }

.list-item-3 {
  padding-bottom: 18px;
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500; }

.presence-icon {
  width: 45px;
  height: 45px;
  padding: 10px; }

html.w-mod-js *[data-ix="thumbnail-hover"] {
  opacity: 0; }

html.w-mod-js *[data-ix="slider-header-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 600px);
  transform: translate(0px, 600px); }

html.w-mod-js *[data-ix="slide-text-load"] {
  opacity: 0; }

html.w-mod-js *[data-ix="button-effect"] {
  display: inline-block;
  -webkit-transform: skewX(0deg) skewY(0deg);
  transform: skewX(0deg) skewY(0deg); }

@media (max-width: 991px) {
  .footer {
    display: block; }

  .foot-div._1 {
    display: none; }

  .learn-section.background-dark {
    margin-right: 0%;
    margin-left: 0%; }

  .primary-container {
    padding-right: 10px;
    padding-left: 10px; }

  .primary-container.foot {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start; }

  .primary-container.blog-container.top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .learn-text-block {
    max-width: 493px;
    padding-left: 20px; }

  .thumbnail-hover {
    margin-right: 10px;
    padding-right: 0px; }

  .impact-buttons {
    width: 45%;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .hero.hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/team-header.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/team-header.jpg");
    background-position: 0px 0px, 57% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll; }

  .content-container.speaker-container {
    padding-right: 0px;
    padding-left: 0px; }

  .content-container.speaker-intro {
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .contact-blurb {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; }

  .card {
    padding-top: 10px;
    padding-bottom: 10px;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }

  .contact-header {
    margin-top: 0px;
    padding-top: 15px; }

  .bf-contact-form.about-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .contact-form-wrap {
    padding-right: 10%; }

  .about-field {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; }

  .team-member {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }

  .speaker {
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .speaker-info {
    padding-right: 0px;
    padding-left: 0px; }

  .service-wrap-container {
    display: block;
    max-width: 1000px; }

  .service-content {
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .container-wide {
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .testimonial {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .result-section {
    padding-left: 0%; }

  .results-list {
    margin-bottom: -25px;
    padding-bottom: 10px;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%; }

  .heading-27 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left; }

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

  .paragraph-37 {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; }

  .paragraph-38 {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%; } }
@media (max-width: 767px) {
  .foot-div._2 {
    display: none; }

  .primary-container.foot {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .primary-container.enews {
    padding-top: 0px;
    padding-bottom: 0px; }

  .primary-container.about-contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .primary-container.home-work {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }

  .learn-text-block {
    max-width: 332px; }

  .button {
    display: block; }

  .button.secondary {
    display: block;
    margin: -1px auto 0px; }

  .button.newsletter {
    display: block;
    margin-right: auto;
    margin-left: auto; }

  .button.impact {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto; }

  .impact-statement {
    width: 85%;
    margin-bottom: 20px; }

  .impact-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .slider {
    height: 50vh; }

  .enews-text-field {
    display: block;
    width: 32%; }

  .contact-cta {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%; }

  .client-slider {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%; }

  .home-case-study {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%; }

  .contact-blurb {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; }

  .contact-header {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 0px; }

  .bf-contact-form.about-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .about-field {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; }

  .team-member {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%; }

  .team-name {
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center; }

  .team-title {
    display: block;
    margin-top: 1px;
    text-align: center; }

  .team-linked-in {
    display: block;
    margin-right: auto;
    margin-left: auto; }

  .service-card {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

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

  .image-14 {
    padding-left: 10px; }

  .paragraph-24 {
    padding-right: 10px; }

  .community-blog-excerpt {
    display: none; }

  .traning-content {
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .details-learn {
    padding: 25px 10px 25px 2.5%; }

  .cost-details {
    padding: 25px 2.5% 25px 10px; }

  .training-cta {
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .training-cta.course {
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .container-wide {
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .case-study-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .client-logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .heading-27 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }

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

  .paragraph-37 {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; } }
@media (max-width: 479px) {
  .image {
    margin-left: 0px; }

  .foot-div._3 {
    display: block;
    margin-right: auto;
    margin-left: auto; }

  .foot-div._4 {
    display: none; }

  .booknow-container {
    display: block; }

  .primary-container.flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .primary-container.foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between; }

  .primary-container.about-bf {
    padding-top: 10px;
    padding-bottom: 0px; }

  .primary-container.community {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto; }

  .learn-text-block {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .thumbnail-hover {
    max-height: 150px;
    max-width: 150px;
    margin-right: 0px;
    margin-bottom: 16px; }

  .thumbnail-hover.training {
    max-height: 200px;
    max-width: 200px; }

  .thumbnail-hover.speakers {
    max-height: 200px;
    max-width: 200px;
    background-size: cover; }

  .thumbnail-hover.blog {
    max-height: 200px;
    max-width: 200px; }

  .thumbnail-hover.courses {
    max-height: 200px;
    max-width: 200px; }

  .header-learn {
    font-size: 30px;
    line-height: 30px;
    text-align: left; }

  .hero.hero {
    height: 30vh; }

  .blog-body {
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto; }

  .blog-title {
    text-align: left; }

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

  .paragraph-14 {
    display: block; }

  .content-container {
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .content-container.speaker-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .content-container.vision {
    padding-right: 0px;
    padding-left: 0px; }

  .article-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .enews-text-field {
    width: 100%; }

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

  .about-img {
    display: block;
    margin-right: auto;
    margin-left: auto; }

  .meet-team-cta {
    left: 62px;
    right: 61px;
    padding-top: 96px;
    padding-bottom: 99px;
    -webkit-transition: background-color 600ms ease, color 1000ms ease;
    transition: background-color 600ms ease, color 1000ms ease; }

  .contact-blurb {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }

  .card {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%; }

  .bf-contact-form.about-contact {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .dubzz-foot-logo {
    display: none; }

  .about-field {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; }

  .about-dubzz {
    padding: 10px 2.5%; }

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

  .team-excerpt.in {
    display: block;
    margin-right: auto;
    margin-left: auto; }

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

  .team-container {
    display: block;
    margin-right: auto;
    margin-left: auto; }

  .team-linked-in {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }

  .community {
    padding-bottom: 20px; }

  .image-10 {
    display: block;
    margin-right: auto;
    margin-left: auto; }

  .service-card {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  .service-call {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .image-14 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .slider-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .community-blog-excerpt {
    display: none; }

  .image-16 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .traning-content {
    padding-top: 15px; }

  .details-learn {
    padding-right: 2.5%; }

  .service-details-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .cost-details {
    padding-left: 2.5%; }

  .book-now {
    display: block;
    padding-right: 2.5%;
    padding-left: 2.5%; }

  .personal-form {
    max-width: 100%;
    padding-right: 0px; }

  .card-form-wrap {
    max-width: 100%;
    padding-left: 0px; }

  .team-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .case-team-member {
    margin-bottom: 10px; }

  .results-list {
    margin-bottom: 0px; }

  .heading-26 {
    margin-top: 45px;
    margin-bottom: 0px; }

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

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

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

  .list-item-4 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }
iframe {
  max-width: 100%; }

.our-work-cats {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  list-style: none; }

.pb-20 {
  padding-bottom: 15px; }

.no-link {
  cursor: default; }

.content-btn {
  border: 2px solid #ed1c24 !important; }

.our-work-section {
  padding: 60px 0; }

.blog-container.primary-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none; }

.c-white {
  color: #fff; }

.courses-testimonials {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(#f5f5f5, #f5f5f5); }
  .courses-testimonials a:hover {
    text-decoration: none; }
  .courses-testimonials h3 {
    color: #404141 !important; }
  .courses-testimonials p {
    color: unset !important; }

.page-404 {
  padding: 40px 0; }

.title-404 {
  font-size: 4rem;
  line-height: normal; }

.content-404 {
  font-size: 32px;
  line-height: normal; }

html {
  overflow-x: hidden; }

img {
  max-width: 100%; }

.learn-section .card {
  max-width: 300px; }

.about-page-cta {
  padding: 35px 0; }
  .about-page-cta .contact-blurb {
    text-align: center; }

.content-container {
  overflow: hidden; }

.container-fluid {
  max-width: 100%; }

.button:hover {
  color: #f5f5f5;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef1e26), to(#ed1c24));
  background-image: linear-gradient(180deg, #ef1e26, #ed1c24);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.button.secondary:hover {
  background-image: unset;
  color: #ed1c24; }

.primary-container {
  max-width: 100% !important; }

.primary-container.blog-header {
  position: absolute;
  left: 0px;
  top: auto;
  right: 5px;
  bottom: 0px; }

.mc-field-group {
  width: 25%;
  margin-right: 1%;
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto; }

hr {
  border-top: 1px solid #d9d9d9; }

@media (max-width: 767px) {
  .blog-header-phone {
    text-align: center !important; }
    .blog-header-phone .blog-title {
      color: #404141;
      font-size: 44px;
      text-shadow: none;
      text-align: center !important; }
    .blog-header-phone p {
      color: #404141 !important;
      text-shadow: none !important; }

  .learn-section .learn-text-block {
    max-width: 332px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px; }
  .learn-section .card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }
.blog-header p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 1px 1px 5px #767777; }

.container-fluid {
  max-width: 100%; }

@media (max-width: 767px) {
  .navbar-brand > img {
    display: block;
    width: 200px; } }
.navbar-toggle {
  border: 1px solid #fff; }
  .navbar-toggle .icon-bar {
    border: 1px solid #fff; }

.responsive-menu-item-link {
  text-transform: capitalize; }

#responsive-menu-search-box {
  display: none; }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.current_page_item a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }

.navbar-nav li a {
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right-style: none;
  border-right-width: 2px;
  border-right-color: #78787a;
  background-image: none;
  font-family: "Exo 2", sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 500;
  text-shadow: 1px 1px 5px #3f3f3f;
  text-transform: capitalize;
  font-size: 22px; }
  .navbar-nav li a:hover {
    background-color: inherit;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline; }
  .navbar-nav li a:focus {
    background-color: unset; }

.scroll-nav {
  -webkit-transition: all 1.1s ease;
  transition: all 1.1s ease;
  background-color: #404141;
  border-bottom: 1px solid black;
  max-width: 100%;
  position: fixed;
  height: unset; }
  .scroll-nav .container .navbar-brand,
  .scroll-nav .container .navbar-brand:hover,
  .scroll-nav .nav > li > a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #fff; }
  .scroll-nav .navbar-brand img {
    -webkit-transition: width 1.7s ease;
    transition: width 1.7s ease;
    width: 180px; }
  .scroll-nav .navbar-container {
    width: 1100px;
    height: 85px; }

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0; }

  .navbar-collapse.collapse {
    position: relative;
    width: 100%; }

  #menu-main-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 20px; } }
@media (max-width: 991px) {
  .nav > li > a {
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 22px; } }
@media (max-width: 479px) {
  .scroll-nav {
    position: unset; } }
/* our work slider */
#slider-our-work .flex.item-size {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

.m-auto {
  margin: auto; }

.testimonial-section {
  padding: 100px 0; }
  .testimonial-section h3 {
    color: #404141 !important; }
  .testimonial-section p {
    color: #404141 !important; }

/* hero image */
.hero {
  background-size: cover !important;
  background-position: center center !important;
  height: 486px; }

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

.card-content {
  margin: auto; }

.card-title {
  text-transform: capitalize; }

.blog-card {
  background-size: cover !important; }

.card-title-wrap {
  pointer-events: none; }

.white {
  background-color: #fff;
  background: #fff; }

.offwhite {
  background-color: #eee; }

.lightgrey {
  background-color: #d9d9d9; }

.grey {
  background-color: #939393; }

.darkgrey {
  background-color: #58585a; }

.black {
  background-color: #404141; }

.mc-field-group {
  width: 27%; }

#slider-testimonials .item {
  padding: 0 2.5%; }
#slider-testimonials .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
#slider-testimonials .item-size {
  min-height: 200px; }
#slider-testimonials h3 {
  color: #fff; }
#slider-testimonials p {
  color: #fff; }
#slider-testimonials img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin-right: 10px; }

.section-testimonials {
  padding: 90px 0;
  max-width: 100%; }

#mc-embedded-subscribe {
  width: 16%; }

@media (max-width: 992px) {
  .hero.hero {
    height: 30vh; } }
@media (max-width: 767px) {
  .mc-field-group {
    width: 100%; }

  #mc-embedded-subscribe {
    width: unset; }

  .hero.hero {
    height: 25vh; }

  #slider-testimonials img {
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-item-align: center;
        align-self: center; }
  #slider-testimonials .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #slider-testimonials .flex a:hover {
      text-decoration: none; } }
#home-slider .slider-content {
  position: absolute;
  bottom: 0; }

.slider-background {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

#home-slider p {
  color: #fff; }

.slider-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 600px;
  padding-bottom: 62px;
  padding-left: 60px;
  color: #fff;
  text-shadow: 1px 1px 2px #000; }

.home-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #eee; }

@media (max-width: 767px) {
  .about-contact .about {
    display: none; }

  .slider-header {
    font-size: 25px;
    margin-left: 2.5%; }

  #home-slider img {
    height: 35vh; }
  #home-slider .slider-caption {
    padding-bottom: 5px;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    #home-slider .slider-caption:hover {
      text-decoration: none; }
    #home-slider .slider-caption h1 {
      font-size: 38px;
      line-height: 35px;
      text-align: center; }
    #home-slider .slider-caption p {
      display: none; } }
@media screen and (max-width: 479px) {
  .slider-header {
    display: none; }

  .our-vision {
    padding: 2.5%; }

  .blog-container.primary-container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .impact-buttons {
    width: 80%; } }
.book-a-speaker {
  padding: 20px 0 35px; }

.primary-container.speaker-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0; }
  .primary-container.speaker-container img {
    width: 200px;
    height: 200px; }

.traning-content {
  padding-top: 85px;
  padding-bottom: 45px;
  margin-top: -85px; }

.service-wrap-container {
  padding-top: 20px; }

.primary-container.services-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-bottom: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: #fff; }

.teach-wrap {
  max-width: 540px;
  padding-right: 3.5%; }

.cost-content-wrap {
  max-width: 540px;
  padding-left: 3.5%; }

.services-container {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
  .services-container .service-card {
    max-width: 220px; }

.service-details-wrap ul {
  padding-left: 25px; }
.service-details-wrap li {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif; }

.teach-wrap li {
  color: #fff; }

.cost-details li {
  color: #767777; }

.service-card {
  padding-bottom: unset;
  padding-top: 26px; }

.service-card-image {
  width: 55px;
  height: 55px;
  padding: unset; }

.services h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700; }
.services p {
  max-width: 1000px;
  padding-left: 0px;
  color: #fff;
  text-align: center; }

@media (max-width: 767px) {
  .services-container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
    .services-container .service-card {
      max-width: unset !important;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      min-width: 200px; }

  .primary-container.speaker-container {
    text-align: center;
    display: block; } }
@media (max-width: 479px) {
  .service-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
.case-study-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0; }
  .case-study-info .challenge, .case-study-info .client-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .case-study-info .client-logo {
    margin: auto; }
  .case-study-info img {
    display: block;
    margin-right: auto;
    margin-left: auto; }

.case-stats ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .case-stats ul li, .case-stats ul strong {
    padding: 0 !important; }

.details-learn {
  max-width: 50%; }

.teach-wrap {
  width: 540px;
  padding-right: 3.5%; }

.client-logo img {
  max-height: 220px; }

.screenshot {
  padding-top: 35px; }

.our-work-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.our-work-card {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background: transparent;
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 380px;
  text-align: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.work-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #ed1c24;
  background-image: none;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.work-btn:hover {
  color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.image-logo {
  margin: auto;
  opacity: 1;
  height: 0%; }

.hover-content {
  margin: auto;
  opacity: 0;
  height: 100%;
  -webkit-transition: opacity 1.8s ease;
  transition: opacity 1.8s ease;
  height: 0%;
  overflow: hidden; }

.hover-content h2, .hover-content p {
  color: #fff; }

.hover-content p {
  font-weight: 600; }

.our-work-card:hover > .hover-content {
  height: 65%;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1.8s ease;
  transition: opacity 1.8s ease; }

.our-work-card:hover .image-logo {
  opacity: 0; }

.services-used {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 479px) {
  .info {
    padding-right: 2.5%;
    padding-left: 2.5%; } }
@media (max-width: 767px) {
  .case-study-info, .service-details-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .our-work-card {
    height: 350px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

  .our-work-card {
    background-size: cover; }

  .details-learn {
    max-width: 100%; }
    .details-learn .teach-wrap {
      max-width: unset;
      width: 100%;
      padding-right: 10px; }

  .cost-content-wrap {
    max-width: unset;
    padding-left: unset; }

  .blog-header-phone .blog-title {
    font-size: 35px !important; } }
@media (max-width: 992px) {
  .details-learn {
    padding-left: 10px;
    padding-right: 10px; } }
@media (max-width: 1350px) {
  .our-work-card {
    height: 350px; } }
.online a {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-size: cover;
  list-style: none;
  margin: 0 4px; }

.online {
  padding-left: 10px; }

.team-member-img img {
  border-radius: 50%; }

.website {
  background: url("../images/social-media/monitor.png"); }

.facebook {
  background: url("../images/social-media/facebook.png"); }

.tripadvisor {
  background: url("../images/social-media/trip-advisor.png"); }

.instagram {
  background: url("../images/social-media/instagram.png"); }

.google {
  background: url("../images/social-media/googleplus.png"); }

.twitter {
  background: url("../images/social-media/twitter.png"); }

.linkedin {
  background: url("../images/social-media/linked-in.png"); }

.youtube {
  background: url("../images/social-media/youtube.png"); }

.post-categories li {
  display: inline-block;
  background-size: contain; }

.post-categories li {
  margin: 20px; }

.result-section {
  padding-top: 10px;
  padding-bottom: 4px;
  background-color: #d9d9d9; }

.case-study-services {
  padding-top: 10px;
  padding-bottom: 25px;
  background-color: #d9d9d9; }

.heading-25 {
  display: block;
  margin-top: 10px; }

.info, .challenge {
  background: #fff !important; }

.online {
  width: 80%;
  margin-right: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.presence-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: -7px; }

.testimonial iframe {
  width: 100%; }

.stats {
  padding: 0px 20px 20px 0px;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  margin-bottom: 30px; }

.stats ul li strong {
  font-family: 'Exo', sans-serif;
  font-size: 22px;
  padding: 3px;
  letter-spacing: 1px; }

.stats ul li {
  padding: 3px; }

.stats p {
  color: #fff;
  font-weight: 600; }

.cost-details p {
  color: #767777;
  font-weight: 600; }

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 33%;
  flex: 0 33%;
  border-radius: 3px; }

.challenge {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%; }

.client-logo {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  background-image: none; }

.approach {
  padding-top: 0px;
  padding-bottom: 60px; }

.case-content .services-used {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.author-div {
  margin: auto; }

.author-img {
  width: 160px; }

.article-foot {
  margin-top: unset;
  padding-top: unset;
  padding: 45px 0; }

.blog-container.primary-container.top {
  padding-top: 40px; }

.blog-title {
  text-transform: capitalize; }

.alignright, .alignleft {
  float: none;
  margin-right: 100%; }

/* nav */
.pagination > li > a, .pagination > li > span {
  color: #ed1c24; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #ed1c24;
  border-color: #ed1c24; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #ed1c24; }

@media (min-width: 768px) {
  .alignleft, .alignright {
    clear: both;
    margin-right: unset;
    padding-bottom: 10px; }

  .alignright {
    float: right;
    padding-left: 10px; }

  .alignleft {
    float: left;
    padding-right: 10px; } }
.about-link.w-inline-block {
  margin-top: 40px; }

.si-float-wrapper {
  position: absolute;
  width: 100%; }

.si-float-wrapper,
.si-float-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[class*='si-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  cursor: default; }

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[class*='si-shadow-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1; }

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.si-shadow-frame {
  -webkit-box-shadow: 20px 20px 0 0 #000;
          box-shadow: 20px 20px 0 0 #000; }

[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto; }

[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  -webkit-box-shadow: 0px 28.28427px 0 0 #000;
          box-shadow: 0px 28.28427px 0 0 #000; }

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg); }

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg); }

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2; }

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 40px;
  background-color: #fff; }

.si-has-border .si-content-wrapper {
  border: 8px solid #404141; }

.si-content {
  overflow: auto; }

.si-close-button, .contact-form-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 2em;
  cursor: pointer;
  opacity: 0.7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.si-close-button:hover, .si-close-button:focus {
  opacity: 1; }

[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3; }

[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4; }

.si-has-border [class*='si-pointer-bg'] {
  border-width: 12px; }

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.si-pointer-top {
  border-bottom: 0; }

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #404141; }

.si-pointer-bg-top {
  border-top-color: #fff; }

.si-has-border .si-pointer-bg-top {
  top: -8px;
  margin-bottom: 3px; }

.si-pointer-bottom {
  border-top: 0; }

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #404141; }

.si-pointer-bg-bottom {
  border-bottom-color: #fff; }

.si-has-border .si-pointer-bg-bottom {
  bottom: -8px;
  margin-top: 3px; }

.si-pointer-left {
  border-right: 0; }

.si-pointer-border-left {
  right: 0;
  border-left-color: #404141; }

.si-pointer-bg-left {
  border-left-color: #fff; }

.si-has-border .si-pointer-bg-left {
  left: -8px;
  margin-right: 3px; }

.si-pointer-right {
  border-left: 0; }

.si-pointer-border-right {
  left: 0;
  border-right-color: #404141; }

.si-pointer-bg-right {
  border-right-color: #fff; }

.si-has-border .si-pointer-bg-right {
  right: -8px;
  margin-left: 3px; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0; }

.map-canvas {
  width: 100%;
  height: 100%; }

.si-wrapper-top {
  max-width: 300px; }

@media (min-width: 600px) {
  .si-wrapper-top {
    max-width: 400px; } }
@media (min-width: 992px) {
  .si-wrapper-top {
    max-width: 500px; } }
@media (max-width: 991px) {
  .si-frame {
    padding: 50px; } }
@media (max-width: 599px) {
  .si-frame {
    padding: 40px; } }
.si-close-button {
  width: 40px;
  height: 40px; }

.si-content h1 {
  margin: 0 0 50px;
  padding: 10px 0;
  border-top: 2px solid #404141;
  border-bottom: 2px solid #404141; }

.si-content hr {
  margin: 50px 0 0;
  border-color: #404141; }

.si-content em {
  font-size: 0.85em; }

.map-canvas {
  width: 100%;
  height: 100%; }

.si-wrapper-top {
  max-width: 300px; }
  @media (min-width: 600px) {
    .si-wrapper-top {
      max-width: 400px; } }
  @media (min-width: 992px) {
    .si-wrapper-top {
      max-width: 500px; } }

@media (max-width: 991px) {
  .si-frame {
    padding: 50px; } }
@media (max-width: 599px) {
  .si-frame {
    padding: 40px; } }

.si-close-button {
  width: 40px;
  height: 40px; }

.si-content h1 {
  margin: 0 0 35px;
  padding: 10px 0;
  border-top: 2px solid #404141;
  border-bottom: 2px solid #404141;
  font-size: 22px;
  color: #404141; }
.si-content p {
  font-weight: 600;
  font-size: 13px;
  color: #404141; }
.si-content hr {
  margin: 50px 0 0;
  border-color: #404141; }
.si-content em {
  font-size: 0.85em; }

.contact-details {
  text-align: center; }
  .contact-details img {
    width: 50px; }

.map-container {
  position: relative;
  height: 850px; }

.contact-form {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%; }

.contact-form {
  padding: 40px 20px 20px;
  border: 8px solid #404141;
  -webkit-box-shadow: 20px 20px 0 0 #919191;
          box-shadow: 20px 20px 0 0 #919191;
  border-radius: 3px; }

@media (max-width: 1200px) {
  .contact-form {
    width: 50%; }

  .contact {
    display: none; } }
@media (max-width: 991px) {
  .contact-form {
    position: absolute;
    right: 10%;
    top: 75%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%; } }
@media (max-width: 767px) {
  .si-frame {
    padding: 30px; }

  .si-content h1 {
    margin: 0 0 20px; }

  .map-container {
    position: relative;
    height: 1000px; } }
.move-contact-form {
  position: absolute !important;
  right: 25%;
  top: 75%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%; }

.speaker-info {
  margin: auto;
  padding-right: unset;
  padding-left: unset; }

.about {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.about-img {
  max-width: 300px; }

.contact-cta {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.primary-container.about-contact {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media (max-width: 767px) {
  .primary-container.about-contact {
    display: block; } }
.team-container {
  padding: 50px 0; }

.team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%; }

.community {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #eee; }

.enews-text-field {
  width: 25%;
  margin-right: 1%;
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.about-page-contact-wrap .enews-text-field {
  width: 20% !important; }

.margin-auto {
  margin: auto; }

.vision h2 {
  color: #fff; }
.vision p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-style: italic; }

.community .section-testimonials {
  background-color: transparent !important;
  padding: 20px 0px; }
.community h3, .community p {
  color: #404141 !important; }

@media (max-width: 767px) {
  .about-page-contact-wrap .enews-text-field {
    width: 100% !important; }

  .meet-team-cta {
    display: none; }

  .team-container {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }
@media (max-width: 479px) {
  .team-content {
    height: 0%; } }
.select-cat {
  color: #ed1c24;
  text-decoration: underline; }

.portfolio_filter ul {
  margin-bottom: 1.5em;
  list-style: none;
  text-align: center;
  padding-left: 0; }
  @media (min-width: 768px) {
    .portfolio_filter ul {
      text-align: center; } }
.portfolio_filter li {
  cursor: pointer;
  padding: 5px 10px;
  text-transform: capitalize;
  font-size: 1.25em;
  font-weight: 600; }
  .portfolio_filter li:hover {
    text-decoration: underline; }
  @media (min-width: 768px) {
    .portfolio_filter li {
      display: inline; } }

@media (min-width: 576px) {
  .display-phone {
    display: none; } }

.portfolio-items {
  position: relative; }

.portfolio-item {
  display: block;
  max-width: 100%; }
  @media (min-width: 768px) {
    .portfolio-item {
      max-width: 50%; } }
  @media (min-width: 991px) {
    .portfolio-item {
      max-width: 33.333%; } }

.portfolio-logo {
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.portfolio-read-more,
.portfolio-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.portfolio-read-more {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform .5s;
  transition: opacity 1s, -webkit-transform .5s;
  transition: opacity 1s, transform .5s;
  transition: opacity 1s, transform .5s, -webkit-transform .5s;
  font-size: 1.5em;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  text-align: center; }
  .portfolio-read-more span {
    color: white; }

.portfolio-items:hover .portfolio-item > img {
  -webkit-filter: grayscale(100%) !important;
          filter: grayscale(100%) !important; }

.portfolio-items:hover .portfolio-item > img:hover {
  -webkit-filter: grayscale(0%) !important;
          filter: grayscale(0%) !important; }

.portfolio-item:hover > .portfolio-read-more {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  line-height: 1.2; }
  @media (min-width: 768px) {
    .portfolio-item:hover > .portfolio-read-more {
      font-size: 2em; } }

.portfolio-item:hover > .portfolio-logo {
  opacity: 0; }

.foot-div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.social-list {
  background-repeat: no-repeat !important; }

.badges {
  margin: 0px 5px 5px;
  clear: none;
  border-radius: 2px; }

.dubzz-copy {
  margin-top: 10px;
  color: #939393;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px; }

@media (max-width: 767px) {
  .primary-container.foot {
    -ms-flex-line-pack: center;
        align-content: center; } }

/*# sourceMappingURL=app.css.map */