/*
Friends in High Tech Places = Lora, regular
Monseratt Bold for the all caps sans serif
PT serif for body
Monseratt Reg for the nav items
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
}

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.autoclear,
.auto-clear {
  /* we don't define lg screen size in the html ever
@media (min-width:1200px){
    @include row-first-child(lg);
  }
  */ }
  @media (min-width: 992px) {
    .autoclear .col-md-1:nth-child(12n+1), .autoclear .col-md-2:nth-child(6n+1), .autoclear .col-md-3:nth-child(4n+1), .autoclear .col-md-4:nth-child(3n+1), .autoclear .col-md-6:nth-child(odd),
    .auto-clear .col-md-1:nth-child(12n+1),
    .auto-clear .col-md-2:nth-child(6n+1),
    .auto-clear .col-md-3:nth-child(4n+1),
    .auto-clear .col-md-4:nth-child(3n+1),
    .auto-clear .col-md-6:nth-child(odd) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .autoclear .col-sm-1:nth-child(12n+1), .autoclear .col-sm-2:nth-child(6n+1), .autoclear .col-sm-3:nth-child(4n+1), .autoclear .col-sm-4:nth-child(3n+1), .autoclear .col-sm-6:nth-child(odd),
    .auto-clear .col-sm-1:nth-child(12n+1),
    .auto-clear .col-sm-2:nth-child(6n+1),
    .auto-clear .col-sm-3:nth-child(4n+1),
    .auto-clear .col-sm-4:nth-child(3n+1),
    .auto-clear .col-sm-6:nth-child(odd) {
      clear: left; } }
  @media (max-width: 767px) {
    .autoclear .col-xs-1:nth-child(12n+1), .autoclear .col-xs-2:nth-child(6n+1), .autoclear .col-xs-3:nth-child(4n+1), .autoclear .col-xs-4:nth-child(3n+1), .autoclear .col-xs-6:nth-child(odd),
    .auto-clear .col-xs-1:nth-child(12n+1),
    .auto-clear .col-xs-2:nth-child(6n+1),
    .auto-clear .col-xs-3:nth-child(4n+1),
    .auto-clear .col-xs-4:nth-child(3n+1),
    .auto-clear .col-xs-6:nth-child(odd) {
      clear: left; } }

.container-fluid {
  padding-right: 0;
  padding-left: 0; }

.row {
  margin-left: 0;
  margin-right: 0;
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0;
  padding-left: 0; }

html{
  overflow-x: hidden;
}

body {
  background-color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    overflow-y: hidden; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

body > header,
body > footer,
.main-content > section {
  float: left;
  clear: both;
  width: 100%;
  z-index: 100;
  position: relative; }

.main-content > article {
  float: left; }

.main-content {
  background: #FFFFFF;
  clear: both; }

.main-content-inner {
  background: white; }

.sticky-wrapper,
section,
.full-width,
.wrapper {
  width: 100%;
  float: left;
  clear: both; }

.page-width.align-left,
.page-width.align-right,
.page-width {
  width: 100%;
  float: none;
  clear: both;
  max-width: 1180px;
  margin: auto;
  padding: 0 5%; }

.center-20-width {
  width: 20%;
  padding: 0 0;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .center-20-width {
      width: 60%; } }

.center-50-width {
  width: 50%;
  padding: 0 0;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .center-50-width {
      width: 80%; } }

.center-66-width {
  width: 66%;
  padding: 0 0;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .center-66-width {
      width: 80%; } }

.main-content section footer.page-width.align-left {
  clear: both; }

.main-content section footer.page-width.align-right {
  clear: none;
  float: none; }

.align-left {
  float: left;
  text-align: left; }

.align-right {
  float: right; }

.align-center {
  float: none;
  margin: auto;
  text-align: center; }

section.flex-sections header .title,
section.flex-sections header .subtitle {
  margin-top: 20px;
  margin-bottom: 20px; }

/*
section.flex-sections.bg-image{

    header.align-center{
        padding: 10% 10% 20px 10%;
    }
    footer{
        padding: 20px 10% 10% 10%;    
    }
    
}
*/
/* image sizes for background image aspect ratios */
div.bg.rectangle,
div.bg.size-rectangle {
  width: 100%;
  padding-bottom: 62%; }

div.bg.wide,
div.bg.size-wide {
  width: 100%;
  padding-bottom: 50%; }

div.bg.ultrawide,
div.bg.size-ultrawide {
  width: 100%;
  padding-bottom: 33%; }

div.bg.logo,
div.bg.size-logo {
  width: 100%;
  padding-bottom: 55%; }

div.bg.square,
div.bg.size-square {
  width: 100%;
  padding-bottom: 100%; }

div.bg.tall,
div.bg.size-tall {
  width: 100%;
  padding-bottom: 150%; }

div.bg.rectangle-medium,
div.bg.size-rectangle-medium {
  width: 100%;
  padding-bottom: 78%; }

div.bg.portrait-small,
div.bg.size-portrait-small {
  width: 100%;
  padding-bottom: 150%; }

div.bg-cover,
div.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

iframe {
  border: 0; }

.embed-container,
.video-wrapper {
  position: relative;
  overflow: hidden; }
  .embed-container iframe,
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: 0; }

.embed-source-youtu,
.embed-source-youtube,
.embed-source-vimeo,
.video-16-by-9 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }

.video-4-by-3,
.video-3-by-4 {
  position: relative;
  height: 0;
  padding-bottom: 75%; }

.video-21-by-9 {
  position: relative;
  height: 0;
  padding-bottom: 42%; }

.embed-source-slideshare {
  padding-top: 40px; }

.video-slideshare,
.embed-source-slideshare {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  padding-top: 40px; }

.video-slideshare-wide {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 40px; }

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 80px;
  z-index: 1000; }

.sticky:before,
.sticky:after {
  content: '';
  display: table; }

section:focus,
a:hover, a:focus {
  outline: none; }

.close {
  opacity: 1;
  color: #FFFFFF; }
  .close:hover, .close:focus {
    color: #FFFFFF;
    opacity: 0.9; }

form.visual-form-builder {
  position: relative;
  margin: 20px 0;
  background: none;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  text-shadow: none;
  font-family: inherit; }

form.visual-form-builder li {
  margin: 0 !important;
  width: auto !important;
  background: none !important;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  clear: both; }

form.visual-form-builder li:before {
  content: none; }

form.visual-form-builder ul:after,
form.visual-form-builder li:after,
form.visual-form-builder li div:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden; }

/* Hide br tags for themes that auto add them */
.visual-form-builder br {
  display: none; }

form.visual-form-builder .vfb-item-instructions br {
  display: inline; }

/* !Remove list item styles */
.visual-form-builder ul,
.entry-content .visual-form-builder ul,
.comment-content .visual-form-builder ul,
.mu_register .visual-form-builder ul,
.visual-form-builder ol,
.entry-content .visual-form-builder ol,
.comment-content .visual-form-builder ol,
.mu_register .visual-form-builder ol {
  margin: 0 14px !important;
  padding: 0 !important;
  background: none !important;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  font-size: 13px;
  line-height: inherit; }

.visual-form-builder ul li {
  margin: 0 !important;
  background: none !important;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important; }

.visual-form-builder ul li:before {
  content: none; }

.visual-form-builder li,
.entry-content .visual-form-builder li,
.comment-content .visual-form-builder li,
.mu_register .visual-form-builder li {
  clear: both;
  margin: 0 !important;
  padding: 6px 1% 9px !important;
  width: 64%;
  background: none !important;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important; }

.visual-form-builder li:before,
.entry-content .visual-form-builder li:before,
.comment-content .visual-form-builder li:before,
.mu_register .visual-form-builder li:before {
  content: none; }

.vfb-span,
.visual-form-builder li div span.vfb-span,
.visual-form-builder [class*="vfb-span"],
span.vfb-full input,
span.vfb-full input[type="text"].vfb-medium,
span.vfb-full select {
  display: block;
  float: left;
  margin: 0;
  width: 100%; }

.visual-form-builder span.vfb-left {
  float: left;
  width: 48%; }

.visual-form-builder span.vfb-right {
  float: right;
  width: 48%; }

.visual-form-builder span.vfb-span ul li {
  list-style: disc; }

.visual-form-builder span.vfb-span ol li {
  list-style: decimal; }

.visual-form-builder span.vfb-right input,
.visual-form-builder span.vfb-right input[type="text"],
.visual-form-builder span.vfb-right select,
.visual-form-builder span.vfb-left input,
.visual-form-builder span.vfb-left input[type="text"],
.visual-form-builder span.vfb-left select {
  width: 100% !important; }

/* !Time Field */
.visual-form-builder span.vfb-time {
  float: left;
  margin: 0 0.3em 0 0; }

.rtl .visual-form-builder span.vfb-time {
  float: right;
  margin: 0 0 0 0.3em; }

.visual-form-builder li div label,
.visual-form-builder li span label {
  margin: 0;
  font-size: 90%; }

/* !Fieldset
.visual-form-builder fieldset{
	clear:both;
	margin:15px 0;
	padding: 0;
	border:1px solid #D3D3D3;
	border-radius:3px;
	background-color:#eeeeee;
}
 */
/* !Legend */
.visual-form-builder .vfb-legend {
  margin: 5px 14px;
  padding: 0 6px;
  border-bottom: 1px solid #CCCCCC;
  color: #990000;
  font-size: inherit; }

.visual-form-builder.labels-inline .vfb-legend,
.visual-form-builder.labels-inline .vfb-desc {
  display: none; }

.visual-form-builder.labels-inline .vfb-item-secret .vfb-desc {
  display: block; }

.visual-form-builder .vfb-legend h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px;
  line-height: 2.0em; }

/* !Description */
.visual-form-builder label,
label.vfb-desc {
  display: block;
  margin: 0;
  padding: 0 0 3px 0;
  color: #000; }

label.vfb-desc {
  font-weight: bold; }

.visual-form-builder.left-label .vfb-desc,
.visual-form-builder.right-label .vfb-desc {
  float: left;
  margin: 0 15px 0 0;
  width: 20%; }

.visual-form-builder.right-label .vfb-desc {
  padding-top: 2px;
  text-align: right; }

.visual-form-builder li div {
  margin: 0;
  padding: 0; }

.visual-form-builder.left-label li div,
.visual-form-builder.right-label li div {
  float: left;
  width: 65%; }

.visual-form-builder label.vfb-choice {
  margin: -16px 0 0 23px;
  padding: 0 0 5px;
  width: 88%;
  font-size: 100%;
  line-height: 150%; }

.rtl .visual-form-builder label.vfb-choice {
  margin: -16px 23px 0 0; }

.visual-form-builder label .vfb-required-asterisk {
  margin: 0;
  padding: 0;
  color: #BC1212;
  vertical-align: baseline;
  font-weight: bold; }

/* !Input, Textarea, and Select */
input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea {
  text-transform: uppercase;
  padding: 12px 15px;
  border: 1px solid #DDDDDD;
  background: none repeat scroll 0 0 #DDDDDD;
  /*
    border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	   -moz-transition: border linear .2s, box-shadow linear .2s;
	     -o-transition: border linear .2s, box-shadow linear .2s;
	        transition: border linear .2s, box-shadow linear .2s;
	        */ }

input.vfb-text:focus,
input[type="text"].vfb-text:focus,
input[type="tel"].vfb-text:focus,
input[type="email"].vfb-text:focus,
input[type="url"].vfb-text:focus,
textarea.vfb-textarea:focus {
  outline: 0;
  /*
		outline: thin dotted \9;
		border-color: rgba(82, 168, 236, 0.8);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
		   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
		        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
*/ }

input.vfb-text.vfb-error:focus,
input[type="text"].vfb-text.vfb-error:focus,
input[type="tel"].vfb-text.vfb-error:focus,
input[type="email"].vfb-text.vfb-error:focus,
input[type="url"].vfb-text.vfb-error:focus,
textarea.vfb-textarea.vfb-error:focus {
  border-color: rgba(238, 83, 83, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 83, 83, 0.6); }

input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea,
select.vfb-select {
  margin: 0 0 5px 0;
  height: auto;
  color: #373737;
  font-size: 100%;
  font-family: inherit;
  line-height: normal; }

select.vfb-select {
  padding: 1px 0 0; }

input.vfb-small,
input[type="text"].vfb-small,
input[type="tel"].vfb-small,
input[type="email"].vfb-small,
input[type="url"].vfb-small,
select.vfb-small {
  width: 25%; }

input.vfb-medium,
input[type="text"].vfb-medium,
input[type="tel"].vfb-medium,
input[type="email"].vfb-medium,
input[type="url"].vfb-medium,
select.vfb-medium {
  width: 50%; }

input.vfb-large,
input[type="text"].vfb-large,
input[type="tel"].vfb-large,
input[type="email"].vfb-large,
input[type="url"].vfb-large,
select.vfb-large,
textarea.vfb-textarea {
  width: 100%; }

input[type="file"].vfb-small,
input[type="file"].vfb-medium,
input[type="file"].vfb-large {
  height: auto;
  line-height: normal; }

textarea.vfb-medium {
  height: 5.5em; }

textarea.vfb-medium {
  height: 10em; }

textarea.vfb-large {
  height: 20em; }

/* !Submit Button */
.vfb-submit,
input[type="submit"].vfb-submit {
  margin-top: 5px;
  font-size: 12px; }

/* !Checkbox and Radio */
input.vfb-checkbox,
input[type="checkbox"].vfb-checkbox,
input.vfb-radio,
input[type="radio"].vfb-radio {
  display: block;
  margin: 4px 0 0;
  width: 13px;
  height: 13px;
  font-size: 1.1em; }

input.vfb-other,
input[type="text"].vfb-other {
  margin: 0 0 8px 25px; }

/* !Field Layout */
.visual-form-builder li.vfb-two-column div span,
.visual-form-builder li.vfb-three-column div span,
.visual-form-builder li.vfb-auto-column div span {
  margin: 0 5px 0 0;
  width: 48%; }

.visual-form-builder li.vfb-three-column div span {
  width: 30%; }

.visual-form-builder li.vfb-auto-column div span {
  width: auto; }

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-left-two-thirds {
  float: left;
  clear: left; }

.visual-form-builder li.vfb-right-half,
.visual-form-builder li.vfb-right-third,
.visual-form-builder li.vfb-right-two-thirds {
  float: right;
  clear: none; }

.visual-form-builder li.vfb-middle-third {
  float: left;
  clear: none;
  margin-left: 2%; }

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-right-half {
  width: 50% !important; }

.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-middle-third,
.visual-form-builder li.vfb-right-third {
  width: 30% !important; }

.visual-form-builder li.vfb-left-two-thirds,
.visual-form-builder li.vfb-right-two-thirds {
  width: 64% !important; }

li.vfb-left-half .vfb-small,
li.vfb-left-half .vfb-medium,
li.vfb-left-half .vfb-large,
li.vfb-right-half .vfb-small,
li.vfb-right-half .vfb-medium,
li.vfb-right-half .vfb-large,
li.vfb-left-third .vfb-small,
li.vfb-left-third .vfb-medium,
li.vfb-left-third .vfb-large,
li.vfb-middle-third .vfb-small,
li.vfb-middle-third .vfb-medium,
li.vfb-middle-third .vfb-large,
li.vfb-right-third .vfb-small,
li.vfb-right-third .vfb-medium,
li.vfb-right-third .vfb-large,
.visual-form-builder li.vfb-left-two-thirds .vfb-small,
.visual-form-builder li.vfb-left-two-thirds .vfb-medium,
.visual-form-builder li.vfb-left-two-thirds .vfb-large,
.visual-form-builder li.vfb-right-two-thirds .vfb-small,
.visual-form-builder li.vfb-right-two-thirds .vfb-medium,
.visual-form-builder li.vfb-right-two-thirds .vfb-large {
  width: 100%; }

@media (max-width: 768px) {
  .visual-form-builder li.vfb-left-half,
  .visual-form-builder li.vfb-left-third,
  .visual-form-builder li.vfb-left-two-thirds,
  .visual-form-builder li.vfb-right-half,
  .visual-form-builder li.vfb-right-third,
  .visual-form-builder li.vfb-right-two-thirds {
    float: right;
    clear: none;
    width: 100% !important; } }

/* !Error */
label.vfb-error {
  color: red;
  font-weight: bold;
  font-size: 90%; }

input.vfb-error,
input.vfb-text.vfb-error,
input[type="text"].vfb-text.vfb-error,
input[type="tel"].vfb-text.vfb-error,
input[type="email"].vfb-text.vfb-error,
input[type="url"].vfb-text.vfb-error,
select.vfb-error,
textarea.vfb-error,
textarea.vfb-textarea.vfb-error {
  border: 1px solid red; }

/* !Success Mesage - Default */
p#form_success,
.vfb-form-success {
  color: green;
  font-weight: bold; }

#ui-datepicker-div {
  display: none;
  font-size: 12px; }

/* !Instructions */
.vfb-item-instructions {
  border-radius: 3px;
  background-color: #e3e3e3; }

.vfb-item-instructions ul,
.vfb-item-instructions ul li {
  padding-bottom: 0;
  list-style: disc; }

.vfb-item-instructions ol,
.vfb-item-instructions ol li {
  padding-bottom: 0;
  list-style: decimal; }

/* !Sections */
.vfb-section-div {
  float: left;
  margin: 10px 0;
  padding: 10px;
  width: 97%;
  border-radius: 3px;
  background-color: #D4D4D4; }

.visual-form-builder .vfb-section-div h4 {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #BABABA;
  font-size: 16px;
  line-height: inherit; }

/* !Clearing */
.vfb-clear {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0; }

/* !Conditional Field */
.vfb-conditional-hide {
  display: none; }

.flex-header {
  color: #FFFFFF;
  /*
    &>header{
//    header .flex-excerpt,
//	.wrapper {


    width:100%;
    transform: translate3d(-50%,-50%,0);
    position:absolute;
    left: 50%;
    top: 50%;

//		@include vertical-align();
//		left: 0;
//		padding: 10%;
	}
	*/ }
  .flex-header.bg-image {
    margin-top: 0; }
  .flex-header.color {
    margin-top: 0; }
  @media only screen and (max-width: 992px) {
    .flex-header .wrapper {
      position: relative;
      -webkit-transform: none;
              transform: none;
      top: 0; } }
  .flex-header .page-title {
    font-size: 60px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 35px; }
    @media only screen and (max-width: 992px) {
      .flex-header .page-title {
        font-size: 48px; } }
    @media only screen and (max-width: 480px) {
      .flex-header .page-title {
        font-size: 28px; } }
  .flex-header .entry-content {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    max-width: 60%; }
    @media only screen and (max-width: 992px) {
      .flex-header .entry-content {
        max-width: 100%; } }
  .flex-header a {
    color: #FFFFFF;
    font-size: 14px; }

.flex-header.bg-image,
.flex-header.color {
  display: table;
  /*height: calc(100vh - 80px);*/ }

.sticky-wrapper > .flex-header {
  /*
    &>header.align-left.page-width{
    
    }
*/ }
  .sticky-wrapper > .flex-header p {
    font-size: 16px;
    line-height: 22px; }

.flex-sections.has-background-image,
.flex-footer.has-background-image,
.flex-footer.color,
#about-funny {
  padding: 12% 0;
  position: relative; }
  .flex-sections.has-background-image .align-center,
  .flex-footer.has-background-image .align-center,
  .flex-footer.color .align-center,
  #about-funny .align-center {
    padding: 0; }
  .flex-sections.has-background-image .page-title, .flex-sections.has-background-image a,
  .flex-footer.has-background-image .page-title,
  .flex-footer.has-background-image a,
  .flex-footer.color .page-title,
  .flex-footer.color a,
  #about-funny .page-title,
  #about-funny a {
    color: #FFFFFF !important;
    z-index: 999;
    position: relative; }
  .flex-sections.has-background-image .page-title,
  .flex-footer.has-background-image .page-title,
  .flex-footer.color .page-title,
  #about-funny .page-title {
    font-size: 44px; }
  /*.flex-sections.has-background-image .subtitle,
  .flex-sections.has-background-image .subtitle span,
  .flex-sections.has-background-image .title,
  .flex-sections.has-background-image .title span,
  .flex-footer.has-background-image .subtitle,
  .flex-footer.has-background-image .subtitle span,
  .flex-footer.has-background-image .title,
  .flex-footer.has-background-image .title span,*/
  .flex-footer.color .subtitle,
  .flex-footer.color .subtitle span,
  .flex-footer.color .title,
  .flex-footer.color .title span,
  #about-funny .subtitle,
  #about-funny .subtitle span,
  #about-funny .title,
  #about-funny .title span {
    font-size: 34px;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    letter-spacing: 0.07em;
    margin-bottom: 50px; }
  .flex-sections.has-background-image .button, .flex-sections.has-background-image .btn,
  .flex-footer.has-background-image .button,
  .flex-footer.has-background-image .btn,
  .flex-footer.color .button,
  .flex-footer.color .btn,
  #about-funny .button,
  #about-funny .btn {
    background-color: transparent;
    border-color: #FFFFFF;
    font-size: 10px;
    color: #FFFFFF !important;
    margin-top: 0 !important; }
    .flex-sections.has-background-image .button:hover, .flex-sections.has-background-image .button:focus, .flex-sections.has-background-image .btn:hover, .flex-sections.has-background-image .btn:focus,
    .flex-footer.has-background-image .button:hover,
    .flex-footer.has-background-image .button:focus,
    .flex-footer.has-background-image .btn:hover,
    .flex-footer.has-background-image .btn:focus,
    .flex-footer.color .button:hover,
    .flex-footer.color .button:focus,
    .flex-footer.color .btn:hover,
    .flex-footer.color .btn:focus,
    #about-funny .button:hover,
    #about-funny .button:focus,
    #about-funny .btn:hover,
    #about-funny .btn:focus {
      background-color: #FFFFFF;
      color: #F58220 !important; }

body.home .flex-excerpt > a:hover {
  text-decoration: none; }

.flex-header.bg-image,
.flex-header.color,
.component-headers {
      min-height: 300px;
    height: auto;
    margin-top: 0px;
    padding: 10% 0%; }
  @media only screen and (max-width: 768px) {
    .flex-header.bg-image,
    .flex-header.color,
    .component-headers {
      height: auto; } }
  .flex-header.bg-image > header,
  .flex-header.color > header,
  .component-headers > header {
    width: 100%;
    /*-webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    left: 50%;
    top: 50%;*/ }
    .component-headers > header .subtitle {
      width: 70%;
    }
  .flex-header.bg-image:after,
  .flex-header.color:after,
  .component-headers:after {
    /*position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'FontAwesome';
    content: "\f107";
    color: #FFFFFF;
    bottom: 25px;
    z-index: 5;
    font-size: 44px;
    cursor: pointer;
    display: block;
    width: 50px;
    margin: auto;*/ }
  .flex-header.bg-image footer,
  .flex-header.color footer,
  .component-headers footer {
    min-height: 100px; }

.offset-up {
  margin-top: -20%; }

.title-caps .page-title,
.title-caps h1, .title-caps h2, .title-caps h3, .title-caps h4, .title-caps h5, .title-caps h6 {
  text-transform: uppercase;
  font-weight: bold; }

.no-border .content-section-header .csh-border {
  height: 0; }

.content-section-header {
  margin: 0 auto; }
  .content-section-header .csh-border {
    height: 10px;
    width: 40%;
    margin: auto;
    margin-top: 50px;
    background: #722c7a;
    background: -webkit-gradient(left top, right top, color-stop(0%, #722c7a), color-stop(100%, #3b8392));
    background: -webkit-linear-gradient(left, #722c7a 0%, #3b8392 100%);
    background: linear-gradient(to right, #722c7a 0%, #3b8392 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#722c7a', endColorstr='#3b8392', GradientType=1 ); }
  @media only screen and (max-width: 992px) {
    .content-section-header {
      width: 100% !important;
      padding-left: 0;
      padding-right: 0; } }
  .content-section-header .page-title {
    color: #4C4D4F !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 900 !important;
    font-size: 36px !important;
    margin-bottom: 25px !important; }
    @media only screen and (max-width: 992px) {
      .content-section-header .page-title {
        font-size: 30px !important; } }
  .content-section-header .entry-content {
    font-family: "Open Sans", sans-serif !important;
    color: #4C4D4F !important;
    width: 50% !important;
    margin: auto !important;
    font-size: 16px !important; }
    @media only screen and (max-width: 992px) {
      .content-section-header .entry-content {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0; } }

.small-subtitle-large-title .subtitle {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  /*text-transform: uppercase;*/
  /*color: #808080;*/
  padding-top: 0px; }

.content-section-header-subtitle {
  /*
	.content-section-header {
		padding-top: 10px !important;
		padding-bottom: 7% !important;
	}
	*/ }
  .content-section-header-subtitle > header {
    margin: 12% auto; }
    .content-section-header-subtitle > header .subtitle {
      /*font-size: 11px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #808080;
      padding-top: 0px;*/ }
    .content-section-header-subtitle > header .flex-excerpt {
      float: none; }
  .content-section-header-subtitle > .content {
    margin: 5% auto; }

/*
#about-partners,
#events-list {
	.content-section-header {
		padding-bottom: 12% !important;
	}
}
*/
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; }

.navbar-header-wrapper {
  -webkit-transition: .5s all;
          transition: .5s all;
  padding: 20px; }

.navbar-default .navbar-brand svg {
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5); }

body > .site-navigation {
  z-index: 1001; }

.navbar-fixed-top {
  width: 100%; }

.navbar-default {
  background: none;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  border: none;
  min-height: 81px; }
  .navbar-default .navbar-header-wrapper {
    background-color: #FFFFFF; }
  .navbar-default .menu-primary.navbar-collapse {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0; }
  .navbar-default .navbar-header {
    max-width: 1180px;
    margin: auto; }
    .navbar-default .navbar-header .navbar-toggle {
      border: none; }
      .navbar-default .navbar-header .navbar-toggle:hover, .navbar-default .navbar-header .navbar-toggle:focus {
        background-color: transparent; }
      .navbar-default .navbar-header .navbar-toggle span {
        background-color: #F58220;
        height: 3px;
        margin-top: 2px;
        width: 18px;
        border-radius: 30%; }
  .navbar-default .navbar-brand {
    padding: 12px 0px;
    height: 84px; }
    .navbar-default .navbar-brand .cls-3 {
      display: none; }
  .navbar-default .navbar-brand svg {
    padding-top: 0px;
    height: 56px; }
  .navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all .5s;
            transition: all .5s;
    font-size: 1.3em;
    font-weight: 700;
    font-family: "Open Sans", sans-serif; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #F58220 !important;
      color: #FFFFFF !important; }
  .navbar-default .current-menu-item a {
    background-color: transparent !important;
    color: #F58220 !important;
    color: #FFFFFF !important; }

.navbar-header {
  float: none; }

.navbar-toggle {
  display: block;
  margin: 25px 0 0 50px; }

.menu-primary.navbar-collapse {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  min-height: 0 !important;
  max-height: 0 !important;
  padding-top: 0;
  overflow: hidden !important;
  visibility: visible; }
  .menu-primary.navbar-collapse .no-menu,
  .menu-primary.navbar-collapse .no-popover {
    display: none; }
    @media only screen and (max-width: 768px) {
      .menu-primary.navbar-collapse .no-menu,
      .menu-primary.navbar-collapse .no-popover {
        display: block; } }

.menu-primary.navbar-collapse.collapsing,
.menu-primary.navbar-collapse.collapse.in {
  height: auto;
  background: #F58220;
  max-height: 100% !important; }
  .menu-primary.navbar-collapse.collapsing .no-menu,
  .menu-primary.navbar-collapse.collapsing .no-popover,
  .menu-primary.navbar-collapse.collapse.in .no-menu,
  .menu-primary.navbar-collapse.collapse.in .no-popover {
    display: none; }
    @media only screen and (max-width: 768px) {
      .menu-primary.navbar-collapse.collapsing .no-menu,
      .menu-primary.navbar-collapse.collapsing .no-popover,
      .menu-primary.navbar-collapse.collapse.in .no-menu,
      .menu-primary.navbar-collapse.collapse.in .no-popover {
        display: block; } }

.menu-primary {
  /*
    .dropdown-menu {
        top: 80px;

        li {
            a {
                background-color: darken($teal,10%) !important;
                color: $white !important;
                padding: 30px 0;
                border-bottom: 1px solid $white;

                &:hover {
                    background-color: darken($teal,20%) !important;
                    background-image: none;
                }
            }

            &:last-child a {
                border-bottom: none;
            }            
        }
    }*/ }
  .menu-primary .navbar-nav {
    float: none !important;
    margin: 3% 0 2%;
    text-align: center;
    list-style-type: none; }
  .menu-primary .navbar-nav > li {
    float: none;
    padding-top: 0;
    padding-bottom: 5px;
    list-style-type: none; }
  .menu-primary .navbar-nav > li > a {
    line-height: 35px;
    padding: 0px; }
  .menu-primary .open {
    background-color: #339393; }
    .menu-primary .open a {
      color: #FFFFFF !important;
      background-color: transparent !important; }
  .menu-primary .dropdown a:hover, .menu-primary .dropdown a:focus {
    color: #FFFFFF !important; }
  .menu-primary .dropdown .sub-menu {
    padding-left: 0; }
    .menu-primary .dropdown .sub-menu li {
      text-transform: uppercase;
      left: 0;
      top: 171%;
      padding: 0;
      border: none;
      box-shadow: none;
      background-color: transparent;
      min-width: 150px;
      list-style-type: none; }
      .menu-primary .dropdown .sub-menu li a {
        color: #FFFFFF;
        font-size: 0.9em;
        letter-spacing: 0.1em;
        display: inline-block;
        padding: 15px 0 5px 0; }
    .menu-primary .dropdown .sub-menu li.yellow-nav-link a {
      font-size: 1.5em;
      color: #F58220 !important;
      padding-top: 40px; }

@media only screen and (max-width: 768px) {
  .menu-secondary {
    display: none; } }

.menu-secondary .caret {
  display: none; }

.menu-secondary .navbar-nav li a {
  color: #4C4D4F !important;
  font-size: 1.1em !important;
  min-height: 84px; }

.menu-secondary .dropdown-menu {
  text-transform: uppercase;
  text-align: center;
  left: 0;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 170%;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  min-width: 200px; }
  .menu-secondary .dropdown-menu li {
    border: none; }
    .menu-secondary .dropdown-menu li a {
      color: #FFFFFF !important;
      font-size: 11px !important;
      font-family: "Open Sans", sans-serif;
      font-weight: 900;
      letter-spacing: 0.15em;
      display: inline-block;
      padding: 15px 0 5px 0;
      min-width: 203px;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 0; }
    .menu-secondary .dropdown-menu li:nth-child(1) {
      min-height: 44px;
      margin-top: -44px; }
    .menu-secondary .dropdown-menu li:nth-child(1) a {
      background-image: url("./images/menu-drop1.svg");
      background-color: transparent;
      position: absolute;
      width: 100%;
      height: 58px;
      top: -58px;
      padding: 30px 12px 12px 12px;
      left: 0; }
      .menu-secondary .dropdown-menu li:nth-child(1) a:hover, .menu-secondary .dropdown-menu li:nth-child(1) a:focus {
        background-image: url("./images/menu-drop1h.svg");
        background-color: transparent;
        position: absolute;
        width: 100%;
        height: 58px;
        top: -58px; }
    .menu-secondary .dropdown-menu li:nth-child(2) a {
      margin-top: -1px !important; }
    .menu-secondary .dropdown-menu li:nth-child(n+2) a {
      background-color: rgba(50, 50, 50, 0.2) !important;
      padding: 12px;
      border: 3px solid #FFFFFF;
      margin-top: -3px; }
      .menu-secondary .dropdown-menu li:nth-child(n+2) a:hover, .menu-secondary .dropdown-menu li:nth-child(n+2) a:focus {
        background-image: none;
        background-color: rgba(50, 50, 50, 0.7) !important; }

.single-funny-business .main-content {
  width: 100%;
  margin-top: 84px; }

.single-funny-business article.category-funny-business {
  background-image: url("images/lumascapes-bg.png") !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  padding-bottom: 100px;
}
.single-funny-business .related-posts-list {
  padding-top: 50px; }
  .single-funny-business .related-posts-list article {
    background: white; }

.button, .btn, .btn-default {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.65em;
  font-weight: 600;
  letter-spacing: 0.20em;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 200px;
  display: block;
  min-width: 200px;
  text-align: center;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  margin: auto;
  margin-top: 40px;
  border: 1px solid #F58220;
  color: #F58220;
  background-color: #FFFFFF; }
  .button:focus, .button:hover, .btn:focus, .btn:hover, .btn-default:focus, .btn-default:hover {
    background-color: #F58220;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #F58220; }

.background-video-buttons {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  margin: 40px 0; }
  .background-video-buttons:focus, .background-video-buttons:hover {
    background-color: #FFFFFF;
    color: #F58220;
    border: 2px solid #FFFFFF; }

    @media only screen and (max-width: 992px) {
      .button, .btn, .btn-default {
        width:200px; } }
    @media only screen and (max-width: 480px) {
      .button, .btn, .btn-default {
        /*width:auto;*/} }

.footer_buttons .fa {
  border-radius: 100px;
  background: #4C4D4F;
  color: #fff;
  margin: 10px;
  font-size: 36px;
  position: relative;
  height: 20px;
  width: 20px;
  padding: 30px;
  border: 1px solid #4C4D4F;
  text-align: center;
  line-height: 40px; }
  .footer_buttons .fa:hover {
    text-decoration: none;
    background: #fff;
    color: #4C4D4F; }
  .footer_buttons .fa:before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 38px; }

fieldset {
  border: 0; }

form:focus {
  outline: 0; }

.email-signup-form .visual-form-builder {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin: auto; }
  .email-signup-form .visual-form-builder ul.vfb-section {
    margin: auto;
    padding: 0; }
  .email-signup-form .visual-form-builder ul, .email-signup-form .visual-form-builder ul li {
    list-style-type: none; }
  .email-signup-form .visual-form-builder input.vfb-text,
  .email-signup-form .visual-form-builder .email-input {
    border: none;
    background: #fff;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
    min-width: 300px;
    width: 30%;
    text-align: center;
    margin: auto; }
  .email-signup-form .visual-form-builder input.vfb-text,
  .email-signup-form .visual-form-builder ::-webkit-input-placeholder {
    color: #F58220;
    text-transform: uppercase;
    font-size: 11px; }
  .email-signup-form .visual-form-builder .vfb-submit {
    background: #fff; }
  .email-signup-form .visual-form-builder .vfb-item-secret {
    max-width: 200px;
    margin: auto; }
    .email-signup-form .visual-form-builder .vfb-item-secret input {
      width: 100%;
      max-width: 200px;
      min-width: 150px; }
    .email-signup-form .visual-form-builder .vfb-item-secret .vfb-span label {
      display: none; }
  .email-signup-form .visual-form-builder .vfb-item-email label.vfb-desc,
  .email-signup-form .visual-form-builder .vfb-item-text label.vfb-desc {
    display: none; }
  .email-signup-form .visual-form-builder .vfb-legend {
    display: none; }
  .email-signup-form .visual-form-builder .vfb-error {
    display: block; }
  .email-signup-form .visual-form-builder .btn {
    background-color: transparent;
    font-size: 11px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 240px; }
    .email-signup-form .visual-form-builder .btn:hover, .email-signup-form .visual-form-builder .btn:focus {
      color: #FFFFFF;
      background-color: #F58220;
      outline: 0; }

.widget_sendgrid_nlvx_widget {
  text-align: center;
  padding-bottom: 35px; }
  .widget_sendgrid_nlvx_widget .widget-title {
    display: none; }
  .widget_sendgrid_nlvx_widget form.mc_email_form {
    font-size: 12px;
    position: relative;
    top: -20px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 992px) {
      .widget_sendgrid_nlvx_widget form.mc_email_form {
        top: 0px; } }
  .widget_sendgrid_nlvx_widget .sendgrid_mc_label {
    color: #F58220;
    text-transform: uppercase;
    margin-bottom: 0; }
    .widget_sendgrid_nlvx_widget .sendgrid_mc_label sup {
      display: none; }
  .widget_sendgrid_nlvx_widget .sendgrid_mc_input {
    border: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 15px; }
  .widget_sendgrid_nlvx_widget .sendgrid_mc_fields {
    margin-bottom: 20px; }
    .widget_sendgrid_nlvx_widget .sendgrid_mc_fields:nth-child(-n+2) {
      width: 90%;
      margin: 0 2% 25px 2%;
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .widget_sendgrid_nlvx_widget .sendgrid_mc_fields:nth-child(-n+2) {
          width: 70%;
          display: block;
          margin-left: auto;
          margin-right: auto; } }
  .widget_sendgrid_nlvx_widget .sendgrid_mc_button {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #F58220;
    letter-spacing: 0.2em;
    width: 200px;
    padding: 12px 0;
    background-color: #FFFFFF;
    -o-border-image: none;
       border-image: none;
    border-radius: 20px;
    border: 1px solid #F58220;
    -webkit-transition: all 0.5s;
            transition: all 0.5s; }
    .widget_sendgrid_nlvx_widget .sendgrid_mc_button:focus, .widget_sendgrid_nlvx_widget .sendgrid_mc_button:hover {
      background-color: #F58220;
      color: #FFFFFF; }

.col-md-4 .widget_sendgrid_nlvx_widget .sendgrid_mc_input {
  width: 100%; }

.col-md-4 .widget_sendgrid_nlvx_widget .sendgrid_mc_input_email {
  width: 80%; }

#colophon .email-signup-form {
  position: relative; }
  #colophon .email-signup-form .shade {
    -webkit-transition: .25s all;
            transition: .25s all;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 500px;
    width: 100%;
    background: #fefefe; }
    #colophon .email-signup-form .shade .btn-default {
      font-size: 12px;
      margin-top: 20px; }
  #colophon .email-signup-form .shade.hidden {
    max-height: 0;
    bottom: 100%; }

.bg-gradient-purple {
  background: #3f8293;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #3f8293), color-stop(32%, #7b61b8), color-stop(61%, #9d4bcd), color-stop(76%, #9d4bcd), color-stop(100%, #762e7f));
  background: -webkit-linear-gradient(45deg, #3f8293 0%, #7b61b8 32%, #9d4bcd 61%, #9d4bcd 76%, #762e7f 100%);
  background: linear-gradient(45deg, #3f8293 0%, #7b61b8 32%, #9d4bcd 61%, #9d4bcd 76%, #762e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f8293', endColorstr='#762e7f', GradientType=1 ); }

.bg-gradient-orange {
  background: #ef4e38;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ef4e38), color-stop(100%, #f27f20));
  background: -webkit-linear-gradient(45deg, #ef4e38 0%, #f27f20 100%);
  background: linear-gradient(45deg, #ef4e38 0%, #f27f20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4e38', endColorstr='#f27f20', GradientType=1 ); }

.bg-gradient-green {
  background: #57819e;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #57819e), color-stop(100%, #19f9b0));
  background: -webkit-linear-gradient(45deg, #57819e 0%, #19f9b0 100%);
  background: linear-gradient(45deg, #57819e 0%, #19f9b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57819e', endColorstr='#19f9b0', GradientType=1 ); }

.bg-gradient-yellow {
  background: #f17eda;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #f17eda), color-stop(100%, #ece80b));
  background: -webkit-linear-gradient(-45deg, #f17eda 0%, #ece80b 100%);
  background: -webkit-linear-gradient(315deg, #f17eda 0%, #ece80b 100%);
  background: linear-gradient(135deg, #f17eda 0%, #ece80b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17eda', endColorstr='#ece80b', GradientType=1 ); }

.bg-gradient-blue {
  background: #5bf9c7 !important;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #5bf9c7), color-stop(19%, #71b2b9), color-stop(25%, #73a4b5), color-stop(37%, #618aa7), color-stop(49%, #5a80a2), color-stop(100%, #5a80a2)) !important;
  background: -webkit-linear-gradient(45deg, #5bf9c7 0%, #71b2b9 19%, #73a4b5 25%, #618aa7 37%, #5a80a2 49%, #5a80a2 100%) !important;
  background: linear-gradient(45deg, #5bf9c7 0%, #71b2b9 19%, #73a4b5 25%, #618aa7 37%, #5a80a2 49%, #5a80a2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bf9c7', endColorstr='#5a80a2', GradientType=1 ) !important; }

body.scrolled-past-section-submenu .section-submenu-wrapper,
body.scrolled-into-section-submenu .section-submenu-wrapper {
  position: fixed;
  padding-top: 80px;
  z-index: 1000;
  top: 0; }

.section-submenu-wrapper {
  display:none;
  background-color: #EDEFEE;
  float: left;
  clear: both;
  width: 100%;
  /*	position:relative;*/
  /*    position: sticky; */ }
  .section-submenu-wrapper.scrolled-past, .section-submenu-wrapper.scrolled-into {
    position: fixed;
    top: 0px;
    padding-top: 80px;
    z-index: 1000; }
  .section-submenu-wrapper li.section-submenu-item {
    margin: 25px; }
    .section-submenu-wrapper li.section-submenu-item a {
      color: #4C4D4F;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 0.025em;
      padding: 0 10px 4px 10px; }
      .section-submenu-wrapper li.section-submenu-item a:hover, .section-submenu-wrapper li.section-submenu-item a:focus {
        color: #F58220;
        text-decoration: none;
        border-bottom: 3px #F58220 solid; }
    .section-submenu-wrapper li.section-submenu-item.current-menu-item a {
      color: #F58220;
      text-decoration: none;
      border-bottom: 3px #F58220 solid; }

article.post {
  font-family: "Open Sans", sans-serif; }
  article.post .cat-link {
    display: block;
    padding-bottom: 20px; }
  #news-listing .cat-link{
        visibility: hidden;
  }
    #news-listing .entry-summary{
        display:none;
  }
    article.post .cat-link a {
      color: #339393;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.15em; }
  article.post .page-title, article.page .page-title {
    /*font-size: 26px;*/
    font-weight: 800;
    margin-bottom: 10px;
    color: #4C4D4F; }
    article.post .page-title a, article.page .page-title a {
      color: #4C4D4F;
      line-height: 1.3;
    }
    article.post .page-title a:hover, article.page .page-title a:hover {
      color: #F58220;
    }


      
  article.post .read-more {
    color: #F58220;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px; }
  article.post .entry-summary p a.read-more {
    margin-top: 20px; }

.archive .inner-wrapper,
.single .inner-wrapper {
  padding: 0;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 992px) {
    .archive .inner-wrapper,
    .single .inner-wrapper {
      padding: 0; } }

.archive .header-archive,
.archive .content-single,
.single .header-archive,
.single .content-single {
  background-color: #FFFFFF; }
  .archive .header-archive .content-wrapper,
  .archive .content-single .content-wrapper,
  .single .header-archive .content-wrapper,
  .single .content-single .content-wrapper {
    margin-top: -94px;
    padding: 0 8%;
    position: relative; }
    @media only screen and (max-width: 992px) {
      .archive .header-archive .content-wrapper,
      .archive .content-single .content-wrapper,
      .single .header-archive .content-wrapper,
      .single .content-single .content-wrapper {
        padding: 0 4%; } }
    .archive .header-archive .content-wrapper header,
    .archive .content-single .content-wrapper header,
    .single .header-archive .content-wrapper header,
    .single .content-single .content-wrapper header {
      background-color: #FFFFFF;
      float: left;
      width: 100%;
      padding: 25px 4%; }
      @media only screen and (max-width: 992px) {
        .archive .header-archive .content-wrapper header,
        .archive .content-single .content-wrapper header,
        .single .header-archive .content-wrapper header,
        .single .content-single .content-wrapper header {
          padding: 25px 4%; } }
      .archive .header-archive .content-wrapper header .cat-link,
      .archive .content-single .content-wrapper header .cat-link,
      .single .header-archive .content-wrapper header .cat-link,
      .single .content-single .content-wrapper header .cat-link {
        float: left;
        display: block;
        width: 100%;
        background-color: #FFFFFF; }
        .archive .header-archive .content-wrapper header .cat-link a,
        .archive .content-single .content-wrapper header .cat-link a,
        .single .header-archive .content-wrapper header .cat-link a,
        .single .content-single .content-wrapper header .cat-link a {
          float: left;
          color: #33C166; }
      .archive .header-archive .content-wrapper header .page-title,
      .archive .content-single .content-wrapper header .page-title,
      .single .header-archive .content-wrapper header .page-title,
      .single .content-single .content-wrapper header .page-title {
        float: left;
        background-color: #FFFFFF;
        width: 100%;
        text-align: left;
        font-size: 38px; }
    .archive .header-archive .content-wrapper .entry-content,
    .archive .content-single .content-wrapper .entry-content,
    .single .header-archive .content-wrapper .entry-content,
    .single .content-single .content-wrapper .entry-content {
      padding: 25px 4%;
      background-color: #FFFFFF;
      float: left; }
    .archive .header-archive .content-wrapper .entry-meta,
    .archive .content-single .content-wrapper .entry-meta,
    .single .header-archive .content-wrapper .entry-meta,
    .single .content-single .content-wrapper .entry-meta {
      display: none; }

.archive #nav-below,
.single #nav-below {
  float: left; }

.transaction-phrase {
  color: #4C4D4F;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-bottom: 20px; }

p.transaction-status:hover,
p.transaction-status {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  /*text-transform: uppercase;*/
  color: #4C4D4F;
  text-decoration: none;
  text-shadow: 0 0 4px #eee; }

article.fifty-fifty-post-image,
article.fifty-fifty-image-post {
  position: relative;
  float: left;
  width: 100%; }
  article.fifty-fifty-post-image .entry-content-thumbnail,
  article.fifty-fifty-post-image .entry-content-thumbnail .img-wrapper,
  article.fifty-fifty-post-image .entry-content-thumbnail .img-wrapper .bg,
  article.fifty-fifty-image-post .entry-content-thumbnail,
  article.fifty-fifty-image-post .entry-content-thumbnail .img-wrapper,
  article.fifty-fifty-image-post .entry-content-thumbnail .img-wrapper .bg {
    /*position: absolute;*/
    height: 250px;
    width: 100%;
    padding: 0; }
  article.fifty-fifty-post-image .content-wrapper,
  article.fifty-fifty-image-post .content-wrapper {
    position: relative;
    padding: 10%; }

article.fifty-fifty-post-image .entry-content-thumbnail {
  width: 50%;
  right: 0;
  left: auto; }
  @media only screen and (max-width: 992px) {
    article.fifty-fifty-post-image .entry-content-thumbnail {
      width: 100%;
      padding-bottom: 0%;
      position: relative; } }

article.fifty-fifty-post-image .content-wrapper {
  float: left; }

article.fifty-fifty-image-post .entry-content-thumbnail {
  width: 100%;
  right: auto;
  left: 0; }
  @media only screen and (max-width: 992px) {
    article.fifty-fifty-image-post .entry-content-thumbnail {
      width: 100%;
      padding-bottom: 0%;
      position: relative; } }

article.fifty-fifty-image-post .content-wrapper {
  float: right; }

article {
  padding: 0 10%;
  margin-top: 50px; }
  article .page-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: #4C4D4F;
    margin-bottom: 20px; }
  article .entry-content {
    color: #4C4D4F;
    font-family: "Open Sans", sans-serif; }

.modal .modal-content {
  background-color: #231F20;
  padding: 35px;
  border-radius: 0; }

.modal .modal-header {
  border: none; }

.modal .modal-body {
  padding: 35px; }
  .modal .modal-body .entry-date {
    color: #FFFFFF; }
  .modal .modal-body .page-title,
  .modal .modal-body .page-title a {
    color: #339393; }
  .modal .modal-body p {
    color: #FFFFFF; }
  .modal .modal-body .read-more {
    display: block;
    margin-top: 35px; }

.modal .entry-meta {
  margin: 0 0 10px 0 !important;
  float: none !important; }

.modal.in {
  background: rgba(0, 0, 0, 0.5); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 150px);
          transform: translate(0, 150px); }
  .modal.in .modal-dialog .modal-body .entry-meta {
    top: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  top: 500px;
  opacity: 0;
  -webkit-transition: all 0.7s;
          transition: all 0.7s; }

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: translate3d(0, -300px, 0);
          transform: translate3d(0, -300px, 0);
  opacity: 1; }

body.single .main-content {
  background: #FFFFFF;
  /*margin-top: 100px;*/
  margin-top: 0px; }
body.single.single-lumainstitute .main-content {
    background: #FFFFFF;
    margin-top: 0px;
}
  body.single .main-content .content-post {
    background-color: #FFFFFF;
    padding: 0;
    margin-top: 0; }
    body.single .main-content .content-post .entry-content-thumbnail {
      width: 100%; }
      body.single .main-content .content-post .entry-content-thumbnail .thumbnail-bg {
        /*margin-top: 80px;*/
        margin-top: 0px;
        min-height: 300px; }
    body.single .main-content .content-post .entry-content-thumbnail img {
      min-width: 100%; }
    body.single .main-content .content-post header {
      position: relative;
      float: left;
      width: 100%;
      margin-top: 0px; }
    body.single .main-content .content-post .header-inner {
      background-color: #FFFFFF;
      max-width: 960px;
      width: 100%;
      padding: 50px 5% 0 5%;
      clear: both;
      margin: 0 auto;
      /*position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%);
              transform: translate(-50%);
      bottom: 0px;
      z-index: 1000;*/ }
    body.single .main-content .content-post div.bg.size-ultrawide {
          width: 100%;
          padding-bottom: 25%;
      }
      @media only screen and (max-width: 1200px) {
        body.single .main-content .content-post .header-inner {
          position: relative;
          top: 0;
          bottom: auto;
          clear: both; } }
      body.single .main-content .content-post .header-inner .page-title {
        margin: 0; }
      body.single .main-content .content-post .header-inner .entry-meta {
        display: none;
        margin: 10px auto; }
      body.single .main-content .content-post .header-inner .entry-meta,
      body.single .main-content .content-post .header-inner .page-title {
        position: relative;
        z-index: 2; }
        body.single .main-content .content-post .header-inner .entry-meta header,
        body.single .main-content .content-post .header-inner .page-title header {
          background-color: #FFFFFF; }
          body.single .main-content .content-post .header-inner .entry-meta header .page-title,
          body.single .main-content .content-post .header-inner .page-title header .page-title {
            font-size: 44px; }
    body.single .main-content .content-post .entry-content {
      max-width: 960px;
      padding: 50px 5%;
      margin: auto;
      clear: both; }
    body.single .main-content .content-post .entry-content.page-width {
      padding: 0;
      max-width: 1180px; }
      body.single .main-content .content-post .entry-content.page-width margin:auto
.page-title {
        padding: 0;
        width: 100%; }
  body.single .main-content .inner-wrapper article {
    padding: 0; }
  body.single .main-content .post-list-wrapper article {
    padding: 40px;
    background: #FFFFFF; }

body.single .related-posts {
  padding: 10px 10%;
  margin-bottom: 50px; }

body.single .related-posts .related-posts-title-wrapper:after {
  content: "";
  display: inline-block;
  border-top: solid 5px #F58220;
  width: 125px;
}
body.single .related-posts .related-posts-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #4C4D4F;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}
body.single .related-posts .related-posts-list {
  margin-bottom: 10%;
  clear: both;
  float: left; }
body.single .related-posts .related-posts-list header .page-title {
  margin-bottom: 10px !important; }
body.single .related-posts .related-posts-list article.fifty-fifty-post-image,
body.single .related-posts .related-posts-list article.fifty-fifty-image-post {
  float: none; }
body.single .related-posts .entry-meta {
  margin-bottom: 10px; }
body.single .related-posts .posted-on {
  padding: 0 25px; }
body.single .related-posts .back-to-section-link {
  clear: both;
  margin: 0 auto 0% auto; }

body.single.category-partners .main-content {
  background: #EDEFEE; }

.single-lumainstitute.scrolled .section-submenu-wrapper .section-submenu {
  margin-top: 0px; }

.single-lumainstitute .sticky-wrapper {
  background-color: #FFFFFF; }

.single-lumainstitute .section-submenu-wrapper .section-submenu {
  -webkit-transition: .5s all;
          transition: .5s all;
  margin-top: 40px; }

.single-lumainstitute .category-lumainstitute {
  background-image: url("images/lumascapes-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-top: 0; }
  .single-lumainstitute .category-lumainstitute header .wrapper {
    margin-top: 65px;
    margin-bottom: 65px; }
  .single-lumainstitute .category-lumainstitute .luma-share {
    float: right; }
  .single-lumainstitute .category-lumainstitute .page-title {
    display: inline-block;
    margin-bottom: 0; }
  .single-lumainstitute .category-lumainstitute .entry-content-thumbnail img {
    min-width: 100%; }
  .single-lumainstitute .category-lumainstitute .entry-content {
    margin-top: 50px;
    float: left; }
    .single-lumainstitute .category-lumainstitute .entry-content p, .single-lumainstitute .category-lumainstitute .entry-content a {
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-weight: 800;
      font-size: 11px;
      color: #F58220; }
    .single-lumainstitute .category-lumainstitute .entry-content .ssba {
      float: right;
      display: inline-block; }
  .single-lumainstitute .category-lumainstitute .entry-meta {
    display: none; }

.single.single-funny-business .main-content,
.single.single-lumainstitute .main-content,
.single.category-lumainstitute .main-content,
.single.category-lumascapes .main-content {
  width: 100%; }

.single.single-funny-business article.content-lumainstitute,
.single.single-funny-business article.category-lumainstitute,
.single.single-lumainstitute article.content-lumainstitute,
.single.single-lumainstitute article.category-lumainstitute,
.single.category-lumainstitute article.content-lumainstitute,
.single.category-lumainstitute article.category-lumainstitute,
.single.category-lumascapes article.content-lumainstitute,
.single.category-lumascapes article.category-lumainstitute {
  background-image: url("images/lumascapes-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 0 100px;
  margin: 0 auto;
  float: left;
  clear: both;
  width: 100%; }
  .single.single-funny-business article.content-lumainstitute header .wrapper,
  .single.single-funny-business article.category-lumainstitute header .wrapper,
  .single.single-lumainstitute article.content-lumainstitute header .wrapper,
  .single.single-lumainstitute article.category-lumainstitute header .wrapper,
  .single.category-lumainstitute article.content-lumainstitute header .wrapper,
  .single.category-lumainstitute article.category-lumainstitute header .wrapper,
  .single.category-lumascapes article.content-lumainstitute header .wrapper,
  .single.category-lumascapes article.category-lumainstitute header .wrapper {
    margin-top: 35px;
    margin-bottom: 5px; }
  .single.single-funny-business article.content-lumainstitute header .download-embed-link,
  .single.single-funny-business article.category-lumainstitute header .download-embed-link,
  .single.single-lumainstitute article.content-lumainstitute header .download-embed-link,
  .single.single-lumainstitute article.category-lumainstitute header .download-embed-link,
  .single.category-lumainstitute article.content-lumainstitute header .download-embed-link,
  .single.category-lumainstitute article.category-lumainstitute header .download-embed-link,
  .single.category-lumascapes article.content-lumainstitute header .download-embed-link,
  .single.category-lumascapes article.category-lumainstitute header .download-embed-link {
    display: inline-block;
    float: right;
    margin-right: 15px; }
    .single.single-funny-business article.content-lumainstitute header .download-embed-link a,
    .single.single-funny-business article.category-lumainstitute header .download-embed-link a,
    .single.single-lumainstitute article.content-lumainstitute header .download-embed-link a,
    .single.single-lumainstitute article.category-lumainstitute header .download-embed-link a,
    .single.category-lumainstitute article.content-lumainstitute header .download-embed-link a,
    .single.category-lumainstitute article.category-lumainstitute header .download-embed-link a,
    .single.category-lumascapes article.content-lumainstitute header .download-embed-link a,
    .single.category-lumascapes article.category-lumainstitute header .download-embed-link a {
      display: inline-block !important;
      margin-right: 10px;
      vertical-align: middle;
      padding-top: 4px;
      font-size: 14px;
      color: #F58220;
      cursor: pointer;
      font-family: "Open Sans", sans-serif;
      font-weight: 800; }
  .single.single-funny-business article.content-lumainstitute header .entry-meta,
  .single.single-funny-business article.category-lumainstitute header .entry-meta,
  .single.single-lumainstitute article.content-lumainstitute header .entry-meta,
  .single.single-lumainstitute article.category-lumainstitute header .entry-meta,
  .single.category-lumainstitute article.content-lumainstitute header .entry-meta,
  .single.category-lumainstitute article.category-lumainstitute header .entry-meta,
  .single.category-lumascapes article.content-lumainstitute header .entry-meta,
  .single.category-lumascapes article.category-lumainstitute header .entry-meta {
    display: none; }
  .single.single-funny-business article.content-lumainstitute .luma-share,
  .single.single-funny-business article.category-lumainstitute .luma-share,
  .single.single-lumainstitute article.content-lumainstitute .luma-share,
  .single.single-lumainstitute article.category-lumainstitute .luma-share,
  .single.category-lumainstitute article.content-lumainstitute .luma-share,
  .single.category-lumainstitute article.category-lumainstitute .luma-share,
  .single.category-lumascapes article.content-lumainstitute .luma-share,
  .single.category-lumascapes article.category-lumainstitute .luma-share {
    float: right; }
  .single.single-funny-business article.content-lumainstitute .page-title,
  .single.single-funny-business article.category-lumainstitute .page-title,
  .single.single-lumainstitute article.content-lumainstitute .page-title,
  .single.single-lumainstitute article.category-lumainstitute .page-title,
  .single.category-lumainstitute article.content-lumainstitute .page-title,
  .single.category-lumainstitute article.category-lumainstitute .page-title,
  .single.category-lumascapes article.content-lumainstitute .page-title,
  .single.category-lumascapes article.category-lumainstitute .page-title {
    display: inline-block;
    margin-bottom: 0; }
  .single.single-funny-business article.content-lumainstitute .entry-content-thumbnail img,
  .single.single-funny-business article.category-lumainstitute .entry-content-thumbnail img,
  .single.single-lumainstitute article.content-lumainstitute .entry-content-thumbnail img,
  .single.single-lumainstitute article.category-lumainstitute .entry-content-thumbnail img,
  .single.category-lumainstitute article.content-lumainstitute .entry-content-thumbnail img,
  .single.category-lumainstitute article.category-lumainstitute .entry-content-thumbnail img,
  .single.category-lumascapes article.content-lumainstitute .entry-content-thumbnail img,
  .single.category-lumascapes article.category-lumainstitute .entry-content-thumbnail img {
    min-width: 100%; }
  .single.single-funny-business article.content-lumainstitute .entry-content .video-wrapper,
  .single.single-funny-business article.category-lumainstitute .entry-content .video-wrapper,
  .single.single-lumainstitute article.content-lumainstitute .entry-content .video-wrapper,
  .single.single-lumainstitute article.category-lumainstitute .entry-content .video-wrapper,
  .single.category-lumainstitute article.content-lumainstitute .entry-content .video-wrapper,
  .single.category-lumainstitute article.category-lumainstitute .entry-content .video-wrapper,
  .single.category-lumascapes article.content-lumainstitute .entry-content .video-wrapper,
  .single.category-lumascapes article.category-lumainstitute .entry-content .video-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 35px; }
  .single.single-funny-business article.content-lumainstitute .entry-content a,
  .single.single-funny-business article.category-lumainstitute .entry-content a,
  .single.single-lumainstitute article.content-lumainstitute .entry-content a,
  .single.single-lumainstitute article.category-lumainstitute .entry-content a,
  .single.category-lumainstitute article.content-lumainstitute .entry-content a,
  .single.category-lumainstitute article.category-lumainstitute .entry-content a,
  .single.category-lumascapes article.content-lumainstitute .entry-content a,
  .single.category-lumascapes article.category-lumainstitute .entry-content a {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 11px;
    color: #F58220; }
  .single.single-funny-business article.content-lumainstitute .entry-content .ssba,
  .single.single-funny-business article.category-lumainstitute .entry-content .ssba,
  .single.single-lumainstitute article.content-lumainstitute .entry-content .ssba,
  .single.single-lumainstitute article.category-lumainstitute .entry-content .ssba,
  .single.category-lumainstitute article.content-lumainstitute .entry-content .ssba,
  .single.category-lumainstitute article.category-lumainstitute .entry-content .ssba,
  .single.category-lumascapes article.content-lumainstitute .entry-content .ssba,
  .single.category-lumascapes article.category-lumainstitute .entry-content .ssba {
    float: right;
    display: inline-block; }
  .single.single-funny-business article.content-lumainstitute header.entry-meta,
  .single.single-funny-business article.category-lumainstitute header.entry-meta,
  .single.single-lumainstitute article.content-lumainstitute header.entry-meta,
  .single.single-lumainstitute article.category-lumainstitute header.entry-meta,
  .single.category-lumainstitute article.content-lumainstitute header.entry-meta,
  .single.category-lumainstitute article.category-lumainstitute header.entry-meta,
  .single.category-lumascapes article.content-lumainstitute header.entry-meta,
  .single.category-lumascapes article.category-lumainstitute header.entry-meta {
    display: none; }

.single.single-funny-business .related-posts-list,
.single.single-lumainstitute .related-posts-list,
.single.category-lumainstitute .related-posts-list,
.single.category-lumascapes .related-posts-list {
  padding-top: 50px; }
  .single.single-funny-business .related-posts-list article,
  .single.single-lumainstitute .related-posts-list article,
  .single.category-lumainstitute .related-posts-list article,
  .single.category-lumascapes .related-posts-list article {
    background: white; }

.single-partners .main-content {
  background-color: #EDEFEE !important; }
  .single-partners .main-content .entry-content-thumbnail .wp-post-image {
    margin-top: 63px; }
  .single-partners .main-content .post-content-wrapper {
    padding: 0 10%; }
    .single-partners .main-content .post-content-wrapper .content-partners {
      margin-top: -100px;
      position: relative;
      z-index: 999;
      padding: 40px 10% 100px 10%; }
      .single-partners .main-content .post-content-wrapper .content-partners .sub-title {
        color: #808080;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.1em;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 30px; }
      .single-partners .main-content .post-content-wrapper .content-partners .page-title {
        color: #339393;
        font-size: 46px;
        display: block;
        width: 100%;
        margin-bottom: 50px; }
      .single-partners .main-content .post-content-wrapper .content-partners .entry-content p {
        line-height: 24px; }

.ssba {
  display: inline-block;
  width: 125px;
  margin-top: -3px;
  position: absolute;
  right: -3px;
  left: -3px;
  padding-top: 5px; }

.ssba_facebook_share img,
.ssba_google_share img,
.ssba_twitter_share img,
.ssba_linkedin_share img {
  right: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.65s;
          transition: all ease 0.65s;
  min-width: 0 !important; }
  .ssba_facebook_share img:hover,
  .ssba_google_share img:hover,
  .ssba_twitter_share img:hover,
  .ssba_linkedin_share img:hover {
    -webkit-filter: brightness(130%);
            filter: brightness(130%);
    cursor: pointer; }

.luma-share {
  color: #F58220;
  margin-top: -15;
  margin-bottom: 25px;
  position: relative;
  text-align: right;
  position: relative;
  float: left;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800; }
  .luma-share .ssba {
    margin-top:-10px;
  }
  .luma-share:hover .ssba {
    right: -5px;
    opacity: 1;
    visibility: visible; }

  .luma-share:hover .ssba_facebook_share img {
    -webkit-transform: translate(90px, 0px) rotateZ(360deg);
            transform: translate(90px, 0px) rotateZ(360deg);
    -webkit-transition: .45s ease-in-out;
            transition: .45s ease-in-out; }
  .luma-share:hover .ssba_google_share img {
    -webkit-transform: translate(60px, 0px) rotateZ(360deg);
            transform: translate(60px, 0px) rotateZ(360deg);
    -webkit-transition: .35s ease-in-out;
            transition: .35s ease-in-out; }
  .luma-share:hover .ssba_twitter_share img {
    -webkit-transform: translate(30px, 0px) rotateZ(360deg);
            transform: translate(30px, 0px) rotateZ(360deg);
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out; }
  .luma-share:hover .ssba_linkedin_share img {
    -webkit-transform: translate(0px, 0px) rotateZ(360deg);
            transform: translate(0px, 0px) rotateZ(360deg);
    -webkit-transition: .15s ease-in-out;
            transition: .15s ease-in-out; }
  .luma-share p {
    display: inline-block !important;
    margin-right: 10px;
    vertical-align: middle;
    padding-top: 4px;
    font-size: 14px;
        color: #4C4D4F;
    cursor: pointer; }
  .luma-share .luma-share-icon {
    float: right;
    margin-top: -1px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    background-color: transparent;
    padding: 5px 3px 5px 0;
    -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s; }

.social-links a {
  margin-left: 5px; }
  .social-links a:hover:before {
    /*color: #339393;*/
    text-decoration: none; }
  .social-links a:before {
    /*color: #808080;*/ }

#testimonial {
  background-color: #EDEFEE;
  margin-top: 150px; }
  #testimonial article {
    padding: 0;
    margin-top: 0; }
    #testimonial article .page-title {
      font-family: "Open Sans", sans-serif;
      font-size: 11px;
      text-transform: uppercase;
      color: #808080;
      letter-spacing: 0.1em;
      font-weight: 700; }
    #testimonial article .entry-content p {
      font-size: 16px; }

#testimonial-1 {
  padding-top: 50px;
  padding-bottom: 0px; }

article.type-testimonial.fifty-fifty-image-post,
article.type-testimonial.fifty-fifty-post-image {
  background-color: #EDEFEE; }

.corner-ribbon {
  width: 55px;
  height: 25px;
  background-color: black;
  position: absolute;
  z-index: 1;
  right: -10px;
  top: 10px;
  color: white;
  text-align: center; }
  .corner-ribbon:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #4D4E50 transparent transparent transparent;
    position: absolute;
    content: "";
    right: 0;
    bottom: -10px; }
  .corner-ribbon .luma-share {
    color: #FFFFFF;
    margin-top: 0;
    position: relative;
    text-align: right;
    position: relative;
    float: left;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    padding-left: 5px; }
    .corner-ribbon .luma-share:hover .ssba {
      right: -5px;
      opacity: 1;
      visibility: visible; }
    .corner-ribbon .luma-share:hover .ssba_facebook_share img {
      -webkit-transform: translate(-120px, 0px) rotateZ(360deg);
              transform: translate(-120px, 0px) rotateZ(360deg);
      -webkit-transition: .45s ease-in-out;
              transition: .45s ease-in-out; }
    .corner-ribbon .luma-share:hover .ssba_google_share img {
      -webkit-transform: translate(-90px, 0px) rotateZ(360deg);
              transform: translate(-90px, 0px) rotateZ(360deg);
      -webkit-transition: .35s ease-in-out;
              transition: .35s ease-in-out; }
    .corner-ribbon .luma-share:hover .ssba_twitter_share img {
      -webkit-transform: translate(-60px, 0px) rotateZ(360deg);
              transform: translate(-60px, 0px) rotateZ(360deg);
      -webkit-transition: .25s ease-in-out;
              transition: .25s ease-in-out; }
    .corner-ribbon .luma-share:hover .ssba_linkedin_share img {
      -webkit-transform: translate(-30px, 0px) rotateZ(360deg);
              transform: translate(-30px, 0px) rotateZ(360deg);
      -webkit-transition: .15s ease-in-out;
              transition: .15s ease-in-out; }
    .corner-ribbon .luma-share p {
      display: inline-block !important;
      margin-right: 10px;
      vertical-align: middle;
      padding-top: 4px;
      font-size: 14px;
      color: #F58220;
      cursor: pointer; }
    .corner-ribbon .luma-share .luma-share-icon {
      float: right;
      margin-top: -1px;
      cursor: pointer;
      z-index: 1;
      position: relative;
      background-color: transparent;
      padding: 5px 3px 5px 0;
      -webkit-transition: all ease 0.5s;
              transition: all ease 0.5s; }

.footer-logo-bar {
  padding: 10% 10% 12% 10%; }
  .footer-logo-bar .subtitle {
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    color: #808080;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 25px; }
  .footer-logo-bar .content {
    margin-bottom: 25px; }
    .footer-logo-bar .content .img-wrapper {
      padding: 0 25px 0 0; }

#colophon {
  background-color: #232323;
  font-size: 11px;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    #colophon .entry-content {
      text-align: center; } }
  #colophon p a {
    color: #F58220;
    font-family: "Open Sans", sans-serif; }
  @media only screen and (max-width: 992px) {
    #colophon .flex-excerpt .post {
      margin: auto; } }
  #colophon .flex-excerpt .post p {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
  #colophon .flex-excerpt .post strong {
    color: #ffffff; }
  @media only screen and (max-width: 992px) {
    #colophon .site-footer.col-1 .align-right.col-md-2.col-sm-4 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    #colophon .site-footer.col-1 .align-right.col-md-2.col-sm-4 {
      width: 100%; } }
  #colophon .menu-secondary {
    display: inline-block;
    float: right; }
    @media only screen and (max-width: 992px) {
      #colophon .menu-secondary {
        width: 100%; } }
  #colophon #menu-menu_social{
    margin-top:5px;
    margin-right:-7px;
  }
  #colophon #menu-menu_social li {
    position: relative; }
    #colophon #menu-menu_social li:hover:before {
      background: white;
      color: #232323;
      border: 1px solid #232323; }
    #colophon #menu-menu_social li:before {
      height: 20px;
      line-height: 9px;
      font-size: 11px;
      width: 20px;
      border-radius: 50%;
      border: 1px solid #F58220;
      background-color: #F58220;
      color: #FFFFFF;
      padding-top: 5px;
      text-align: center; }
    #colophon #menu-menu_social li a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100; }
      #colophon #menu-menu_social li a:hover {
        text-decoration: none; }
  #colophon .flex-excerpt.align-right {
    text-align: right; }
    #colophon .flex-excerpt.align-right .post {
      max-width: initial; }
    #colophon .flex-excerpt.align-right p {
      color: #ffffff;
      margin-bottom: 10px; }
      #colophon .flex-excerpt.align-right p:last-child {
        display: none; }
    #colophon .flex-excerpt.align-right a.footer-contact {
      color:#ffffff;
       }
    @media only screen and (max-width: 992px) {
      #colophon .flex-excerpt.align-right {
        text-align: center; } }
    #colophon .menu-footer{
      position:relative;
      float:left;
      width:100%;
      border-top: solid 2px #808080;
      margin: 50px 0px 20px 0px;
      padding-top:20px;
      min-height: 100px;
      text-align: center;
    }
    #colophon .menu-footer .nav{
      position: absolute;
      left:50%;
      margin: 0px 0%;
      transform: translateX(-50%);
      width: 70%;
      
      /*min-width: 670px;*/
    }
    
    #colophon .menu-footer .nav li a{
      color: #F58220;
      padding-left:0px;
    }
    #colophon .menu-footer .nav li a:hover,
    #colophon .menu-footer .nav li a:active{
      text-decoration:underline;
      background-color: transparent;
    }
    #colophon .menu-footer .nav li a:after{
      /*content: '|';
      padding: 0px 0px 0px 15px;*/
    }

    #colophon .menu-footer .nav li:last-of-type a:after{
      content: '';
      padding: 0px 0px 0px 15px;
    }

.on-hover * {
  display: none; }

article.post .content.on-hover .cat-link {
  display: none; }

@media only screen and (max-width: 992px) {
  article.post .content.on-hover .cat-link,
  .on-hover * {
    display: block; } }

article.post .content.on-hover:hover .cat-link,
.on-hover:hover * {
  display: block; }

body.home.page-id-114 .sticky-wrapper {
  -webkit-transition: margin .35s ease-in;
          transition: margin .35s ease-in;
  margin-top: 0px; }

body.home.page-id-114.scrolled .sticky-wrapper {
  margin-top: 0; }

/************ /

body.scrolled  .main-content section{
	opacity:0;
    transition: all .5s ease-in;
}

body.scrolled   .main-content section.scrolled-into,
body.scrolled   .main-content section.scrolled-past,
body.scrolled   .main-content section.is-visible{
	opacity:1;
}

/************ /
body.scrolled  .main-content  article.scroll-break{
	opacity:0;
    transition: all .5s ease-in;
}

body.scrolled   .main-content  article.scrolled-into,
body.scrolled   .main-content  article.scrolled-past,
body.scrolled   .main-content  article.is-visible{
	opacity:1;
}
/************/
body.page-template-page-normal #masthead {
  margin-top: 120px; }

body.home .main-content section.scrolled-into,
body.home .main-content section.scrolled-past,
body.home .main-content section.is-visible {
  margin-top: 0; }

body.home .main-content {
  float: none; }

body.home #home-header {
  height: 80vh;
  padding: 10% 0; }
  body.home #home-header:after {
    display: none; }
  body.home #home-header header.page-width {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    position: relative;
    left: 0;
    top: 0; }
  body.home #home-header .entry-content p:last-child {
    margin-top: 50px; }
  body.home #home-header .entry-content a {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 900; }
  body.home #home-header .entry-content .home-hero-link {
    color: #FFFFFF;
    text-decoration: none; }
    body.home #home-header .entry-content .home-hero-link:hover, body.home #home-header .entry-content .home-hero-link:focus {
      color: #F58220;
      text-decoration: underline; }
  body.home #home-header footer .subtitle-wrapper {
    text-align: left;
    margin-bottom: 20px; }
  body.home #home-header footer .item .img-wrapper {
    width: 96%; }
    body.home #home-header footer .item .img-wrapper img {
      width: 100%; }

body.home .flex-sections .flex-excerpt {
  /*border-top: 5px solid #FFFFFF;
  border-left: 5px solid #FFFFFF;*/ }
  @media only screen and (max-width: 768px) {
    body.home .flex-sections .flex-excerpt {
      border-left: 0; } }
  body.home .flex-sections .flex-excerpt:hover:after {
    /*content: "";
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 500;*/ }
  body.home .flex-sections .flex-excerpt article .content {
    padding: 35px 35px; }
    body.home .flex-sections .flex-excerpt article .content .cat-link {
      color: #FFFFFF;
      padding-bottom: 5%;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 11px;
      font-weight: 600; }
      body.home .flex-sections .flex-excerpt article .content .cat-link a {
        color: #FFFFFF; }
    body.home .flex-sections .flex-excerpt article .content .page-title {
      color: #FFFFFF; }
      body.home .flex-sections .flex-excerpt article .content .page-title a {
        color: #FFFFFF; }
    body.home .flex-sections .flex-excerpt article .content .entry-meta,
    body.home .flex-sections .flex-excerpt article .content .entry-summary {
      display: none; }

@media only screen and (max-width: 768px) {
  body.home .flex-sections .resp-square-image article {
    padding-bottom: calc(100% - 200px); } }

@media only screen and (max-width: 992px) {
  body.home .flex-sections .resp-square-image article .thumbnail-bg {
    padding-bottom: 100%; } }

body.home .flex-sections .col-md-4.matchItUp article {
  position: absolute;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 992px) {
    body.home .flex-sections .col-md-4.matchItUp article {
      position: relative; } }

body.home .flex-sections .col-md-4 .color-wrapper {
  padding-bottom: 66%; }

body.home .flex-sections .col-md-8 .color-wrapper {
  padding-bottom: 75%; }

body.home .flex-sections .col-md-12 .color-wrapper {
  padding-bottom: 50%; }

body.home .flex-sections .col-md-12 .video-wrapper,
body.home .flex-sections .col-md-12 .image-wrapper,
body.home .flex-sections .col-md-12 .color-wrapper,
body.home .flex-sections .col-md-4 .video-wrapper,
body.home .flex-sections .col-md-4 .image-wrapper,
body.home .flex-sections .col-md-4 .color-wrapper,
body.home .flex-sections .col-md-8 .video-wrapper,
body.home .flex-sections .col-md-8 .image-wrapper,
body.home .flex-sections .col-md-8 .color-wrapper {
  position: relative; }
  @media only screen and (max-width: 992px) {
    body.home .flex-sections .col-md-12 .video-wrapper,
    body.home .flex-sections .col-md-12 .image-wrapper,
    body.home .flex-sections .col-md-12 .color-wrapper,
    body.home .flex-sections .col-md-4 .video-wrapper,
    body.home .flex-sections .col-md-4 .image-wrapper,
    body.home .flex-sections .col-md-4 .color-wrapper,
    body.home .flex-sections .col-md-8 .video-wrapper,
    body.home .flex-sections .col-md-8 .image-wrapper,
    body.home .flex-sections .col-md-8 .color-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      padding: 0; } }

body.home .flex-sections .col-md-12 .content,
body.home .flex-sections .col-md-12 .color-wrapper .bg,
body.home .flex-sections .col-md-4 .content,
body.home .flex-sections .col-md-4 .color-wrapper .bg,
body.home .flex-sections .col-md-8 .content,
body.home .flex-sections .col-md-8 .color-wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

body.home .flex-sections .col-md-12 .content,
body.home .flex-sections .col-md-4 .content,
body.home .flex-sections .col-md-8 .content {
  z-index: 1000; }
  @media only screen and (max-width: 992px) {
    body.home .flex-sections .col-md-12 .content,
    body.home .flex-sections .col-md-4 .content,
    body.home .flex-sections .col-md-8 .content {
      position: relative;
      min-height: 200px; } }

body.home .flex-sections article.excerpt-photo-post {
  margin: 0;
  padding: 0; }

body.home .flex-sections article.excerpt-photo-post,
body.home .flex-sections article.title-post {
  position: relative;
  overflow: hidden;
  margin: 0; }

body.home .flex-sections .item.item-index-0.col-md-6 .flex-excerpt.col-md-8 {
  float: right; }

body.home .flex-sections .item.item-total-1.item-index-0 .col-md-4 {
  margin: auto;
  float: none; }

body.home .title-post {
  padding: 0; }
  body.home .title-post .page-title {
    font-size: 32px;
    color: #FFFFFF;
    margin-top: 15px;
    font-weight: 800;
    font-size: 28px; }
  body.home .title-post a {
    color: #FFFFFF; }

body.home #home-block-row-1 {
  /*margin-top: 100px;*/ }
  body.home #home-block-row-1 .flex-excerpt.col-md-8 article {
    padding: 0; }
  body.home #home-block-row-1 .flex-excerpt.col-md-4 {
    position: relative;
    /*
             &:hover:after {
                content: "";
                //background-color: transparent;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                position: absolute;
                //z-index: 0;
            }    */ }
    body.home #home-block-row-1 .flex-excerpt.col-md-4 article .color-wrapper {
      height: 100%; }

body.home #home-block-row-3 .item {
  position: relative;
  border-top: 5px solid #FFFFFF;
  border-left: 5px solid #FFFFFF; }
  @media only screen and (max-width: 992px) {
    body.home #home-block-row-3 .item {
      border-left: 0px solid #FFFFFF; } }

#home-footer-c2a {
  padding: 12% 0;
  position: relative;
  background-position: 50%; }
  #home-footer-c2a .page-title, #home-footer-c2a .subtitle, #home-footer-c2a a {
    color: #FFFFFF !important;
    z-index: 999;
    position: relative; }
  #home-footer-c2a .page-title, #home-footer-c2a .subtitle {
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 35px; }
  #home-footer-c2a .btn {
    background-color: transparent;
    border-color: #FFFFFF;
    font-size: 10px; }
    #home-footer-c2a .btn:hover, #home-footer-c2a .btn:focus {
      background-color: #FFFFFF;
      color: #F58220 !important; }

.background-video-content {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000; }

.bg-video-icon-wrapper {
  height: 50%;
  position: absolute;
  width: 100%; }
  .bg-video-icon-wrapper svg {
    display: none; }
  .bg-video-icon-wrapper .bg-video-play {
    display: block;
    color: white;
    font-family: FontAwesome;
    margin: 27% auto;
    font-size: 20px; }

.embed-container {
  position: relative;
  width: 100%;
  z-index: 10; }

#approach-middle .flex-excerpt {
  background: #3b8392;
  background: -webkit-gradient(left top, right top, color-stop(0%, #3b8392), color-stop(100%, #3ac478));
  background: -webkit-linear-gradient(left, #3b8392 0%, #3ac478 100%);
  background: linear-gradient(to right, #3b8392 0%, #3ac478 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b8392', endColorstr='#3ac478', GradientType=1 );
  color: #FFFFFF;
  padding: 10% 0; }
  #approach-middle .flex-excerpt article {
    margin-top: 0; }
  #approach-middle .flex-excerpt .entry-meta {
    display: none; }
  #approach-middle .flex-excerpt .content-post .page-title {
    margin-bottom: 50px; }
  #approach-middle .flex-excerpt .content-post .page-title, #approach-middle .flex-excerpt .content-post a {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em; }
  #approach-middle .flex-excerpt .content-post h3 {
    color: #FFFFFF;
    margin-bottom: 50px; }

#growth-companies {
  margin-top: -115px;
  position: relative;
  z-index: 999; }
  @media only screen and (max-width: 992px) {
    #growth-companies {
      margin-top: initial; } }

body.page-id-7 section.col-2-even .block {
  padding: 0;
  width: 100%; }

body.page-id-7 section.flex-sections {
  margin-top: 10%;
  margin-bottom: 50px; }
  body.page-id-7 section.flex-sections .html-custom p,
  body.page-id-7 section.flex-sections .type-post-custom .entry-content p,
  body.page-id-7 section.flex-sections .type-post .entry-content p {
    font-family: "Open Sans", sans-serif; }

body.page-id-7 section.col-2-even header,
body.page-id-7 section.col-2-even .content,
body.page-id-7 section.col-2-even footer {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (max-width: 768px) {
    body.page-id-7 section.col-2-even header,
    body.page-id-7 section.col-2-even .content,
    body.page-id-7 section.col-2-even footer {
      max-width: 100%; } }

body.page-id-7 section.col-2-even .wrapper {
  position: relative; }

body.page-id-7 section.col-2-even header.center-20-width {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: calc(100% + 150px); }
  @media only screen and (max-width: 992px) {
    body.page-id-7 section.col-2-even header.center-20-width {
      top: 0px;
      width: 90%;
      height: 100%;
      margin: 0px 5%; } }
  body.page-id-7 section.col-2-even header.center-20-width:before {
    width: 20px;
    height: calc(100% - 100px);
    background: #4a8a89;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4a8a89), color-stop(100%, #60b266));
    background: -webkit-linear-gradient(top, #4a8a89 0%, #60b266 100%);
    background: linear-gradient(to bottom, #4a8a89 0%, #60b266 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a8a89', endColorstr='#60b266', GradientType=0 );
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media only screen and (max-width: 992px) {
      body.page-id-7 section.col-2-even header.center-20-width:before {
        display: none; } }
  body.page-id-7 section.col-2-even header.center-20-width:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #60B266;
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto; }
    @media only screen and (max-width: 992px) {
      body.page-id-7 section.col-2-even header.center-20-width:after {
        display: none; } }
  body.page-id-7 section.col-2-even header.center-20-width .title-wrapper {
    border-radius: 50%;
    border: 2px solid #4A8A89;
    height: 125px;
    width: 125px;
    position: relative;
    margin: auto;
    background-color: #FFFFFF; }
    @media only screen and (max-width: 992px) {
      body.page-id-7 section.col-2-even header.center-20-width .title-wrapper {
        display: none;
        /*
				  left: 0;
				  right: 0;
				  position: absolute;
				  margin: auto;
				  */ } }
    body.page-id-7 section.col-2-even header.center-20-width .title-wrapper .title {
      font-size: 12px;
      margin: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: 0;
      width: 75%;
      margin: auto; }
  body.page-id-7 section.col-2-even header.center-20-width .subtitle-wrapper {
    border-radius: 35px;
    border: 2px solid #4A8A89;
    height: 40px;
    width: 125px;
    margin: auto;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0; }
    @media only screen and (max-width: 992px) {
      body.page-id-7 section.col-2-even header.center-20-width .subtitle-wrapper {
        position: absolute;
        top: 23px;
        margin: 5% 5% 0 0;
        right: 0px;
        left: auto; } }
    @media only screen and (max-width: 480px) {
      body.page-id-7 section.col-2-even header.center-20-width .subtitle-wrapper {
        top: 0;
        margin: 0 auto;
        position: relative;
        left: auto;
        right: auto; } }
    body.page-id-7 section.col-2-even header.center-20-width .subtitle-wrapper .subtitle {
      font-size: 12px;
      margin: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: 0;
      width: 75%;
      margin: auto; }

body.page-id-7 section.col-2-even .content {
  margin-top: 150px; }
  @media only screen and (max-width: 992px) {
    body.page-id-7 section.col-2-even .content {
      margin-top: 0px; } }
  body.page-id-7 section.col-2-even .content .item-index-0,
  body.page-id-7 section.col-2-even .content .item-index-1 {
    min-height: 500px;
    box-shadow: 0px 0px 5px 3px #d6d6d6; }
    @media only screen and (max-width: 1200px) {
      body.page-id-7 section.col-2-even .content .item-index-0,
      body.page-id-7 section.col-2-even .content .item-index-1 {
        min-height: 550px; } }
    @media only screen and (max-width: 1060px) {
      body.page-id-7 section.col-2-even .content .item-index-0,
      body.page-id-7 section.col-2-even .content .item-index-1 {
        min-height: 600px; } }
    @media only screen and (max-width: 992px) {
      body.page-id-7 section.col-2-even .content .item-index-0,
      body.page-id-7 section.col-2-even .content .item-index-1 {
        min-height: 350px; } }
    body.page-id-7 section.col-2-even .content .item-index-0 header,
    body.page-id-7 section.col-2-even .content .item-index-1 header {
      position: relative; }
      @media only screen and (max-width: 992px) {
        body.page-id-7 section.col-2-even .content .item-index-0 header,
        body.page-id-7 section.col-2-even .content .item-index-1 header {
          left: initial;
          top: initial; } }
      body.page-id-7 section.col-2-even .content .item-index-0 header:before, body.page-id-7 section.col-2-even .content .item-index-0 header:after,
      body.page-id-7 section.col-2-even .content .item-index-1 header:before,
      body.page-id-7 section.col-2-even .content .item-index-1 header:after {
        display: none; }
      body.page-id-7 section.col-2-even .content .item-index-0 header .page-title,
      body.page-id-7 section.col-2-even .content .item-index-1 header .page-title {
        font-family: "Open Sans", sans-serif;
        margin-bottom: 25px; }
    body.page-id-7 section.col-2-even .content .item-index-0 .entry-content,
    body.page-id-7 section.col-2-even .content .item-index-1 .entry-content {
      color: #4C4D4F;
      font-family: "Open Sans", sans-serif;
      width: 100%;
      font-size: 16px;
      width: 80%; }
    body.page-id-7 section.col-2-even .content .item-index-0 strong,
    body.page-id-7 section.col-2-even .content .item-index-1 strong {
      color: #F58220; }
  body.page-id-7 section.col-2-even .content .item-index-0 {
    padding: 5% 0 5% 5%; }
    @media only screen and (max-width: 992px) {
      body.page-id-7 section.col-2-even .content .item-index-0 {
        padding: 35px 5% 5% 25px; } }
    body.page-id-7 section.col-2-even .content .item-index-0 .page-title {
      color: #339393;
      font-weight: 800;
      color: #339393;
      font-size: 26px;
      text-align: right; }
      @media only screen and (max-width: 992px) {
        body.page-id-7 section.col-2-even .content .item-index-0 .page-title {
          text-align: left;
          margin-right: 150px; } }
      @media only screen and (max-width: 480px) {
        body.page-id-7 section.col-2-even .content .item-index-0 .page-title {
          text-align: left;
          margin-right: 0px; } }
    body.page-id-7 section.col-2-even .content .item-index-0 .entry-content {
      text-align: right;
      float: right; }
      @media only screen and (max-width: 992px) {
        body.page-id-7 section.col-2-even .content .item-index-0 .entry-content {
          text-align: left;
          float: left; } }
  body.page-id-7 section.col-2-even .content .item-index-1 {
    padding: 5% 5% 5% 0;
    background-color: #EEEEEE; }
    @media only screen and (max-width: 992px) {
      body.page-id-7 section.col-2-even .content .item-index-1 {
        padding: 35px 5% 5% 25px; } }
    body.page-id-7 section.col-2-even .content .item-index-1 .page-title {
      font-size: 11px;
      color: #4C4D4F;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.1em; }

body.page-id-7 #investors header:before {
  background: #60b266;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #60b266), color-stop(100%, #fd7158));
  background: -webkit-linear-gradient(top, #60b266 0%, #fd7158 100%);
  background: linear-gradient(to bottom, #60b266 0%, #fd7158 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60b266', endColorstr='#fd7158', GradientType=0 ); }

body.page-id-7 #investors header:after {
  border-top: 10px solid #fd7158; }

body.page-id-7 #marketers header:before {
  background: #ff7e38;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff7e38), color-stop(100%, #f330e9));
  background: -webkit-linear-gradient(top, #ff7e38 0%, #f330e9 100%);
  background: linear-gradient(to bottom, #ff7e38 0%, #f330e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e38', endColorstr='#f330e9', GradientType=0 ); }

body.page-id-7 #marketers header:after {
  border-top: 10px solid #F330E9; }

body.page-id-7 #strategic header:before {
  background: #f330e9;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f330e9), color-stop(100%, #3a979a));
  background: -webkit-linear-gradient(top, #f330e9 0%, #3a979a 100%);
  background: linear-gradient(to bottom, #f330e9 0%, #3a979a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f330e9', endColorstr='#3a979a', GradientType=0 ); }

body.page-id-7 #strategic header:after {
  border-top: 10px solid #3a979a; }

body.page-id-7 .col-md-4.col-sm-6.col-xs-12.col-index-3.col-total-3 {
  float: none;
  margin: auto;
  width: 30%;
  min-width: 320px; }

.flex-sections .title-bar-orange .page-title:after,
.flex-sections .title-bar-orange .title:after {
  content: '';
  display: block;
  height: 5px;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 15px;
  background: #F58220; }

#process-overview .content .wrapper .page-title,
#process-overview .content .wrapper .title,
#access-insights-execution .content .wrapper .page-title,
#access-insights-execution .content .wrapper .title {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 15px; }

#process-overview .content .wrapper .page-title:after,
#process-overview .content .wrapper .title:after,
#access-insights-execution .content .wrapper .page-title:after,
#access-insights-execution .content .wrapper .title:after {
  content: '';
  display: block;
  height: 5px;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 15px;
  background: #F58220; }

#process-overview .content .wrapper .excerpt,
#access-insights-execution .content .wrapper .excerpt {
  padding-right: 35px; }

#process-overview .content .wrapper .csh-border,
#access-insights-execution .content .wrapper .csh-border {
  height: 5px;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 15px;
  background: #F58220; }

#Differentiator-title .flex-excerpt .content-section-header .entry-content {
  width: 75% !important; }
  #Differentiator-title .flex-excerpt .content-section-header .entry-content h3 {
    margin-bottom: 10px; }

#Differentiator-title .flex-excerpt .csh-border {
  display: none; }

#process-overview .csh-border {
  margin-bottom: 50px; }

article.content-partners header,
article.fifty-fifty-post-image-partners header,
article.fifty-fifty-image-post-partners header {
  clear: both; }
  article.content-partners header .page-title,
  article.fifty-fifty-post-image-partners header .page-title,
  article.fifty-fifty-image-post-partners header .page-title {
    /*float: left;*/ }
  article.content-partners header .social-links,
  article.fifty-fifty-post-image-partners header .social-links,
  article.fifty-fifty-image-post-partners header .social-links {
    float: right; }
  article.content-partners header .social-links,
  article.content-partners header .social-links li,
  article.fifty-fifty-post-image-partners header .social-links,
  article.fifty-fifty-post-image-partners header .social-links li,
  article.fifty-fifty-image-post-partners header .social-links,
  article.fifty-fifty-image-post-partners header .social-links li {
    list-style-type: none;
    display: inline-block; }

article.content-partners .entry-content,
article.fifty-fifty-post-image-partners .entry-content,
article.fifty-fifty-image-post-partners .entry-content {
  clear: both; }

article.content-partners .entry-content-thumbnail .img-wrapper .bg.size-square,
article.fifty-fifty-post-image-partners .entry-content-thumbnail .img-wrapper .bg.size-square,
article.fifty-fifty-image-post-partners .entry-content-thumbnail .img-wrapper .bg.size-square {
  background-position: top center; }

article.fifty-fifty-post-image-partners,
article.fifty-fifty-image-post-partners {
  padding: 0;
  /*background-color: #4C4D4F;*/ }

.read-more.btn.align-left {
  margin-left: 0;
  display: block;
  float: none;
  clear: both; }

#about-partners,
#about-board {
  background-color: #FFFFFF; }
  #about-partners .csh-border,
  #about-board .csh-border {
    background: #1af9b2;
    background: -webkit-gradient(left top, right top, color-stop(0%, #1af9b2), color-stop(100%, #3b8392));
    background: -webkit-linear-gradient(left, #1af9b2 0%, #3b8392 100%);
    background: linear-gradient(to right, #1af9b2 0%, #3b8392 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1af9b2', endColorstr='#3b8392', GradientType=1 ); }
  #about-partners > header .flex-excerpt article,
  #about-board > header .flex-excerpt article {
    background-color: #FFFFFF;
    padding: 0; }
    #about-partners > header .flex-excerpt article header,
    #about-board > header .flex-excerpt article header {
      padding-bottom: 0; }
      #about-partners > header .flex-excerpt article header .page-title,
      #about-board > header .flex-excerpt article header .page-title {
        color: #4C4D4F;
        font-size: 40px; }
    #about-partners > header .flex-excerpt article .entry-content,
    #about-board > header .flex-excerpt article .entry-content {
      width: 50%;
      margin: auto; }
  #about-partners .content,
  #about-board .content {
    float: left;
    margin: 0 auto;
    width: 100%;
  }
    #about-partners .content .item,
    #about-board .content .item {
      margin-bottom: -50px;
      float: left;
      position: relative;
      z-index: 999; }

#about-partners article {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  float: none; }
  #about-partners article .entry-content p {
    font-size: 16px; }
  #about-partners article h5 {
        /* color: #EDEFEE; */
    /* font-family: "Open Sans", sans-serif; */
    text-transform: uppercase;
    font-weight: 700;
    /* font-size: 11px; */
    /* margin-bottom: 25px; */
}
  @media only screen and (max-width: 992px) {
    #about-partners article {
      max-width: 100%;
      float: left; } }

#about-partners .fifty-fifty-post-image .content-wrapper:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #4C4D4F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  content: '';
  z-index: 999; }
  @media only screen and (max-width: 992px) {
    #about-partners .fifty-fifty-post-image .content-wrapper:after {
      display: none; } }
/*
#about-partners .fifty-fifty-image-post .content-wrapper:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #4C4D4F transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
  content: '';
  z-index: 999; }
  @media only screen and (max-width: 992px) {
    #about-partners .fifty-fifty-image-post .content-wrapper:before {
      display: none; } }
*/
#about-board .flex-excerpt article {
  min-height: 300px; }

article.fifty-fifty-image-post-partners,
article.fifty-fifty-post-image-partners {
  /*background-color: #4C4D4F;*/
  margin-bottom: 15px;
  margin-top: 0; }
  article.fifty-fifty-image-post-partners .content-wrapper,
  article.fifty-fifty-post-image-partners .content-wrapper {
    padding: 5%; }
    article.fifty-fifty-image-post-partners .content-wrapper header h5,
    article.fifty-fifty-image-post-partners .content-wrapper header .job-title,
    article.fifty-fifty-post-image-partners .content-wrapper header h5,
    article.fifty-fifty-post-image-partners .content-wrapper header .job-title {
      /*color: white;*/
      padding-bottom: 10px; }
    article.fifty-fifty-image-post-partners .content-wrapper header .page-title,
    article.fifty-fifty-post-image-partners .content-wrapper header .page-title {
      color: #F58220;
      font-family: "Open Sans", sans-serif;
      font-weight: 800;
      margin-bottom: 10px; }
    article.fifty-fifty-image-post-partners .content-wrapper .entry-content,
    article.fifty-fifty-post-image-partners .content-wrapper .entry-content {
      /*color: #FFFFFF;*/
      font-family: "Open Sans", sans-serif;
      font-weight: 100; }

#about-board .content .flex-excerpt article {
  margin: 5px;
  padding: 0;
  background-color: #ececec; }
  #about-board .content .flex-excerpt article header {
    padding: 0 0 0px 0;
        margin: 10px auto; }
  #about-board .content .flex-excerpt article .entry-content-thumbnail {
    margin-bottom: 10px; }
  #about-board .content .flex-excerpt article .page-title,
  #about-board .content .flex-excerpt article .company-name,
  #about-board .content .flex-excerpt article .job-title {
    padding-left: 35px;
    padding-right: 35px; }
  #about-board .content .flex-excerpt article .company-name {
    color: #F58220;
    font-size: 12px; }
  #about-board .content .flex-excerpt article .job-title {
    color: #F58220;
    font-size: 12px;
    margin-bottom: 0px; }
  #about-board .content .flex-excerpt article .page-title {
    color: #4C4D4F;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 5px; }

#about-corporate {
  background-color: #FFFFFF;
  padding-bottom: 0; }
  #about-corporate .csh-border {
    background: #1af9b2;
    background: -webkit-gradient(left top, right top, color-stop(0%, #1af9b2), color-stop(100%, #3b8392));
    background: -webkit-linear-gradient(left, #1af9b2 0%, #3b8392 100%);
    background: linear-gradient(to right, #1af9b2 0%, #3b8392 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1af9b2', endColorstr='#3b8392', GradientType=1 ); }
  #about-corporate header .flex-excerpt article {
    background-color: #FFFFFF;
    padding-bottom: 0  !important; }
    #about-corporate header .flex-excerpt article header {
      padding-bottom: 0; }
      #about-corporate header .flex-excerpt article header .page-title {
        color: #4C4D4F;
        font-size: 40px; }
    #about-corporate header .flex-excerpt article .entry-content {
      width: 50%;
      margin: auto; }
  #about-corporate .content .item {
    float: left; }

#corporate-partners-logos .item.col-md-4.col-sm-6.col-xs-12 {
  padding: 30px; }

#about-footer {
  padding: 12% 0;
  position: relative; }
  #about-footer .page-title, #about-footer .subtitle, #about-footer a {
    color: #FFFFFF !important;
    z-index: 999;
    position: relative; }
  #about-footer .page-title, #about-footer .subtitle {
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 35px; }
  #about-footer .button {
    background-color: transparent;
    border-color: #FFFFFF;
    font-size: 10px; }
    #about-footer .button:hover, #about-footer .button:focus {
      background-color: #FFFFFF;
      color: #F58220 !important; }

#about-board .content {
  margin-bottom: 100px; }

#experience-transactions {
  background-color: #FFFFFF; }
  #experience-transactions .csh-border {
    background: #1af9b2;
    background: -webkit-gradient(left top, right top, color-stop(0%, #1af9b2), color-stop(100%, #3b8392));
    background: -webkit-linear-gradient(left, #1af9b2 0%, #3b8392 100%);
    background: linear-gradient(to right, #1af9b2 0%, #3b8392 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1af9b2', endColorstr='#3b8392', GradientType=1 ); }
  #experience-transactions .flex-excerpt header .page-title {
    color: #4C4D4F;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 38px;
    letter-spacing: 0.025em;
    margin-bottom: 25px; }
  #experience-transactions .flex-excerpt .entry-content {
    margin-bottom: 60px; }
    #experience-transactions .flex-excerpt .entry-content p {
      font-weight: 300;
      font-family: "Open Sans", sans-serif; }

article.excerpt-transactions {
  width: 80%;
  padding: 0;
  margin: 20% 10% 0 10%;
  box-shadow: 0px 0px 5px 3px #d6d6d6; }

article.fifty-fifty-post-image-transactions,
article.fifty-fifty-image-post-transactions {
  width: 100%; }

article.fifty-fifty-post-image-transactions,
article.fifty-fifty-image-post-transactions,
article.excerpt-transactions {
  float: left;
  background: white;
}
article.fifty-fifty-post-image-transactions .link-wrapper:after,
article.fifty-fifty-image-post-transactions .link-wrapper:after,
article.excerpt-transactions .link-wrapper:after {
  content: "+";
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  bottom: 2px;
  border-radius: 50%;
  color: #F58220;
  border: 2px solid #F58220;
  height: 36px;
  width: 36px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  background-color: #eee;
}

@media only screen and (min-width: 768px) {
  article.fifty-fifty-post-image-transactions .link-wrapper:after,
  article.fifty-fifty-image-post-transactions .link-wrapper:after,
  article.excerpt-transactions .link-wrapper:after {
    bottom: -18px;
  }
}
article.fifty-fifty-post-image-transactions .link-wrapper:hover:after,
article.fifty-fifty-image-post-transactions .link-wrapper:hover:after,
article.excerpt-transactions .link-wrapper:hover:after {
  border-color: #F58220;
  background-color: #F58220;
  color: #eee; }
article.fifty-fifty-post-image-transactions .entry-meta,
article.fifty-fifty-image-post-transactions .entry-meta,
article.excerpt-transactions .entry-meta {
  margin: 3% 0 0 5%;
  float: left;
  z-index: 1;
  position: absolute; }
article.fifty-fifty-post-image-transactions footer.entry-meta,
article.fifty-fifty-image-post-transactions footer.entry-meta,
article.excerpt-transactions footer.entry-meta {
  position: absolute;
  bottom: -20px; }
article.fifty-fifty-post-image-transactions .entry-date,
article.fifty-fifty-image-post-transactions .entry-date,
article.excerpt-transactions .entry-date {
  color: #4C4D4F;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700; }
article.fifty-fifty-post-image-transactions .transaction-phrase,
article.fifty-fifty-image-post-transactions .transaction-phrase,
article.excerpt-transactions .transaction-phrase {
  color: #4C4D4F;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 45%; }
article.excerpt-transactions .transaction-amount{
  color: #4C4D4F;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  /*text-transform: uppercase;*/
  text-decoration: none;
  text-shadow: 0 0 4px #eee;
  width: 100%;
  position: absolute;
  top: 85%;
}

  article.excerpt-transactions .transaction-status{
    bottom: 40px;
  }

  article.excerpt-transactions .img-wrapper.img-top{
    padding-top: 15%;
  }

  article.excerpt-transactions .img-wrapper.img-bottom{
    padding-top: 5%;
    padding-bottom: 25%;
  }


    article.fifty-fifty-post-image-transactions .transaction-phrase.bottom-align,
    article.fifty-fifty-image-post-transactions .transaction-phrase.bottom-align,
    article.excerpt-transactions .transaction-phrase.bottom-align {
      top: auto;
      bottom: 10%; }
  article.fifty-fifty-post-image-transactions .img-wrapper,
  article.fifty-fifty-image-post-transactions .img-wrapper,
  article.excerpt-transactions .img-wrapper {
      padding: 10% 6%; }
    article.fifty-fifty-post-image-transactions .img-wrapper:nth-child(1),
    article.fifty-fifty-image-post-transactions .img-wrapper:nth-child(1),
    article.excerpt-transactions .img-wrapper:nth-child(1) {
      background-color: #fff; }
    article.fifty-fifty-post-image-transactions .img-wrapper:nth-child(3),
    article.fifty-fifty-image-post-transactions .img-wrapper:nth-child(3),
    article.excerpt-transactions .img-wrapper:nth-child(3) {
      background-color: #eeeeee; }
    article.fifty-fifty-post-image-transactions .img-wrapper .bg,
    article.fifty-fifty-image-post-transactions .img-wrapper .bg,
    article.excerpt-transactions .img-wrapper .bg {
      background-repeat: no-repeat;
      background-size: 80%; }
    article.fifty-fifty-post-image-transactions .img-wrapper .size-square,
    article.fifty-fifty-image-post-transactions .img-wrapper .size-square,
    article.excerpt-transactions .img-wrapper .size-square {
      padding-top: 24%;
      background-size: contain; }
    article.fifty-fifty-post-image-transactions .img-wrapper img,
    article.fifty-fifty-image-post-transactions .img-wrapper img,
    article.excerpt-transactions .img-wrapper img {
      background-size: contain; }

#experience-transactions .wrapper .content {
  background: #eee;
  margin-top: 5%; }
  #experience-transactions .wrapper .content .item {
    float: left;
    width: 100%;
    top: -50px;
    margin-top: -10%;
    position: relative;
    z-index: 500; }

@media only screen and (max-width: 480px) {
  #experience-transactions.flex-sections div.auto-clear div:nth-child(n+3) article{
    display:none;
  }
}
@media only screen and (min-width: 481px) {
  #experience-transactions.flex-sections div.auto-clear div:nth-child(n+17) article{
    display:none;
  }
}

@media only screen and (max-width: 992px) {
  article.excerpt-transactions .transaction-status{
    bottom: 0;
    top: 81%;
  }
}

@media only screen and (max-width: 768px) {
 article.excerpt-transactions .img-wrapper {
      padding: 0% 6%; }

  article.excerpt-transactions .img-wrapper {
      padding: 0% 6%; }

  article.excerpt-transactions .transaction-status {
     bottom: 13%;
  }
}

#experience-transactions.flex-sections.show-all div.auto-clear div article{
  display:block;
}

#experience-transactions .wrapper > footer {
  height: 0;
  padding-top: 150px;
  position: absolute;
  /* top: -150px; */
  z-index: 4;
  background: #fff;
  bottom: 0; }

#experience-cases {
  padding: 0 10% 50px; }
  #experience-cases .wrapper header.align-center {
    padding: 0; }
  #experience-cases .csh-border {
    background: #1af9b2;
    background: -webkit-gradient(left top, right top, color-stop(0%, #1af9b2), color-stop(100%, #3b8392));
    background: -webkit-linear-gradient(left, #1af9b2 0%, #3b8392 100%);
    background: linear-gradient(to right, #1af9b2 0%, #3b8392 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1af9b2', endColorstr='#3b8392', GradientType=1 ); }

@media only screen and (max-width: 480px) {
  #experience-cases.flex-sections div.auto-clear div:nth-child(n+4) article{
    display:none;
  }
}
@media only screen and (min-width: 481px) {
  #experience-cases.flex-sections div.auto-clear div:nth-child(n+4) article{
    display:none;
  }
}

#experience-cases.flex-sections.show-all div.auto-clear div article{
  display:block;
}

article.category-case-studies.fifty-fifty-post-image,
article.category-case-studies.fifty-fifty-image-post {
  /*background-color: #4C4D4F;*/
  padding: 0; }
  article.category-case-studies.fifty-fifty-post-image .content-wrapper,
  article.category-case-studies.fifty-fifty-image-post .content-wrapper {
    padding: 0% 8%; }
  article.category-case-studies.fifty-fifty-post-image .luma-share,
  article.category-case-studies.fifty-fifty-image-post .luma-share {
    float: right;
    color: #4C4D4F;
    margin-bottom: 25px; }
    article.category-case-studies.fifty-fifty-post-image .luma-share p,
    article.category-case-studies.fifty-fifty-image-post .luma-share p {
      padding-top: 0;
      font-size: 12px; }
    article.category-case-studies.fifty-fifty-post-image .luma-share .luma-share-icon,
    article.category-case-studies.fifty-fifty-image-post .luma-share .luma-share-icon {
      padding-top: 2px; }
  article.category-case-studies.fifty-fifty-post-image .cat-link,
  article.category-case-studies.fifty-fifty-image-post .cat-link {
    display: inline-block;
    margin-bottom: 25px; }
    article.category-case-studies.fifty-fifty-post-image .cat-link a,
    article.category-case-studies.fifty-fifty-image-post .cat-link a {
      color: #FFFFFF; }
  article.category-case-studies.fifty-fifty-post-image .page-title,
  article.category-case-studies.fifty-fifty-image-post .page-title {
    clear: both;
        display: inline;
    color: #F58220; }
    article.category-case-studies.fifty-fifty-post-image .page-title a,
    article.category-case-studies.fifty-fifty-image-post .page-title a {
      color: #F58220; }
  article.category-case-studies.fifty-fifty-post-image .read-more,
  article.category-case-studies.fifty-fifty-image-post .read-more {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.20em;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 200px;
    display: block;
    text-align: center;
    border-radius: 20px;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
    margin: 40px auto 0;
    border: 1px solid #F58220;
    color: #F58220; }
    article.category-case-studies.fifty-fifty-post-image .read-more:focus, article.category-case-studies.fifty-fifty-post-image .read-more:hover,
    article.category-case-studies.fifty-fifty-image-post .read-more:focus,
    article.category-case-studies.fifty-fifty-image-post .read-more:hover {
      background-color: #F58220;
      color: #FFFFFF;
      text-decoration: none;
      border: 1px solid #F58220; }

@media only screen and (max-width: 768px) {
  article.category-case-studies.fifty-fifty-post-image .content-wrapper {
    margin-top: 56%; } }

#institute-header {
  /*background-color: #FFFFFF;
  margin: auto;
  float: none;
  display: table;
  height: 100vh;
  padding-bottom: 50px;*/ }
  #institute-header > header {
    /*anything with footer content! */
    /*padding-top: 100px;
    padding-bottom: 200px;*/ }
    @media screen and (max-height: 760px) {
      #institute-header > header {
        padding-bottom: 0; } }
    #institute-header > header .flex-excerpt {
      padding-top: 10%;
      padding-bottom: 10%; }
  #institute-header footer {
    padding-bottom: 50px;
    position: absolute;
    bottom: 0; }
  #institute-header .yellow {
    color: #fbcc00; }
  #institute-header .page-title {
    max-width: 60%; }
  #institute-header .page-title,
  #institute-header .entry-content,
  #institute-header .subtitle {
    /*color: #4C4D4F;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #4C4D4F;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-top: 75px;*/ }
  @media screen and (max-height: 760px) {
    #institute-header > footer {
      overflow: hidden;
      height: 0; } }
  #institute-header > footer .subtitle {
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 25px; }
  #institute-header > footer .img-wrapper {
    padding: 0 25px 0 0; }
    @media only screen and (max-width: 768px) {
      #institute-header > footer .img-wrapper {
        padding: 0 20%; } }
    @media only screen and (max-width: 480px) {
      #institute-header > footer .img-wrapper {
        padding: 0 25px 0 0; } }
  #institute-header .footer-logo-bar {
    margin-top: 75px;
    margin-bottom: 50px; }

#lumascapes .content-section-header,
#luma-content .content-section-header,
#luma-presentations .content-section-header,
#luma-videos .content-section-header,
#luma-events .content-section-header {
  min-height: 0; }
  #lumascapes .content-section-header .csh-border,
  #luma-content .content-section-header .csh-border,
  #luma-presentations .content-section-header .csh-border,
  #luma-videos .content-section-header .csh-border,
  #luma-events .content-section-header .csh-border {
    background: #FACC00; }
  #lumascapes .content-section-header .page-title,
  #luma-content .content-section-header .page-title,
  #luma-presentations .content-section-header .page-title,
  #luma-videos .content-section-header .page-title,
  #luma-events .content-section-header .page-title {
    float: initial;
    margin-top: initial;
    padding: initial; }

#lumascapes .col-md-4,
#luma-content .col-md-4,
#luma-presentations .col-md-4,
#luma-videos .col-md-4,
#luma-events .col-md-4 {
  border: 1px solid #EDEFEE;
  border: none; }
  @media only screen and (max-width: 768px) {
    #lumascapes .col-md-4,
    #luma-content .col-md-4,
    #luma-presentations .col-md-4,
    #luma-videos .col-md-4,
    #luma-events .col-md-4 {
      border: none; } }
  #lumascapes .col-md-4:nth-child(-n+3),
  #luma-content .col-md-4:nth-child(-n+3),
  #luma-presentations .col-md-4:nth-child(-n+3),
  #luma-videos .col-md-4:nth-child(-n+3),
  #luma-events .col-md-4:nth-child(-n+3) {
    border-top: none; }
  #lumascapes .col-md-4:nth-child(3n+1),
  #luma-content .col-md-4:nth-child(3n+1),
  #luma-presentations .col-md-4:nth-child(3n+1),
  #luma-videos .col-md-4:nth-child(3n+1),
  #luma-events .col-md-4:nth-child(3n+1) {
    border-left: none; }
  #lumascapes .col-md-4:nth-child(3n+3),
  #luma-content .col-md-4:nth-child(3n+3),
  #luma-presentations .col-md-4:nth-child(3n+3),
  #luma-videos .col-md-4:nth-child(3n+3),
  #luma-events .col-md-4:nth-child(3n+3) {
    border-right: none; }
  #lumascapes .col-md-4:last-child, #lumascapes .col-md-4:nth-last-child(2), #lumascapes .col-md-4:nth-last-child(3),
  #luma-content .col-md-4:last-child,
  #luma-content .col-md-4:nth-last-child(2),
  #luma-content .col-md-4:nth-last-child(3),
  #luma-presentations .col-md-4:last-child,
  #luma-presentations .col-md-4:nth-last-child(2),
  #luma-presentations .col-md-4:nth-last-child(3),
  #luma-videos .col-md-4:last-child,
  #luma-videos .col-md-4:nth-last-child(2),
  #luma-videos .col-md-4:nth-last-child(3),
  #luma-events .col-md-4:last-child,
  #luma-events .col-md-4:nth-last-child(2),
  #luma-events .col-md-4:nth-last-child(3) {
    border-bottom: none; }
  @media only screen and (max-width: 992px) {
    #lumascapes .col-md-4:nth-child(-n+2),
    #luma-content .col-md-4:nth-child(-n+2),
    #luma-presentations .col-md-4:nth-child(-n+2),
    #luma-videos .col-md-4:nth-child(-n+2),
    #luma-events .col-md-4:nth-child(-n+2) {
      border-top: none; } }
  @media only screen and (max-width: 992px) {
    #lumascapes .col-md-4:nth-child(2n+1),
    #luma-content .col-md-4:nth-child(2n+1),
    #luma-presentations .col-md-4:nth-child(2n+1),
    #luma-videos .col-md-4:nth-child(2n+1),
    #luma-events .col-md-4:nth-child(2n+1) {
      border-left: none; } }
  @media only screen and (max-width: 992px) {
    #lumascapes .col-md-4:nth-child(2n+2),
    #luma-content .col-md-4:nth-child(2n+2),
    #luma-presentations .col-md-4:nth-child(2n+2),
    #luma-videos .col-md-4:nth-child(2n+2),
    #luma-events .col-md-4:nth-child(2n+2) {
      border-right: none; } }
  @media only screen and (max-width: 992px) {
    #lumascapes .col-md-4:last-child, #lumascapes .col-md-4:nth-last-child(2),
    #luma-content .col-md-4:last-child,
    #luma-content .col-md-4:nth-last-child(2),
    #luma-presentations .col-md-4:last-child,
    #luma-presentations .col-md-4:nth-last-child(2),
    #luma-videos .col-md-4:last-child,
    #luma-videos .col-md-4:nth-last-child(2),
    #luma-events .col-md-4:last-child,
    #luma-events .col-md-4:nth-last-child(2) {
      border-bottom: none; } }

#lumascapes article,
#luma-content article,
#luma-presentations article,
#luma-videos article,
#luma-events article {
  margin-top: 0;
  padding: 15px;
  min-height: 300px; }
  #lumascapes article .entry-content-thumbnail,
  #luma-content article .entry-content-thumbnail,
  #luma-presentations article .entry-content-thumbnail,
  #luma-videos article .entry-content-thumbnail,
  #luma-events article .entry-content-thumbnail,
  #luma-comedy article .entry-content-thumbnail,
  #tl-events article .entry-content-thumbnail {
    width: 100%; }
    #lumascapes article .entry-content-thumbnail .bg,
    #luma-content article .entry-content-thumbnail .bg,
    #luma-presentations article .entry-content-thumbnail .bg,
    #luma-videos article .entry-content-thumbnail .bg,
    #luma-events article .entry-content-thumbnail .bg,
    #luma-comedy article .entry-content-thumbnail .bg,
    #tl-events article .entry-content-thumbnail .bg {
      padding-bottom: 60%;
      background-size: cover;
      background-repeat: no-repeat; }
  #lumascapes article .cat-link,
  #luma-content article .cat-link,
  #luma-presentations article .cat-link,
  #luma-videos article .cat-link,
  #luma-events article .cat-link {
    padding-left: 25px;
    margin-top: 25px;
    float: left;
    width: 90%; }
  #lumascapes article .page-title,
  #luma-content article .page-title,
  #luma-presentations article .page-title,
  #luma-videos article .page-title,
  #luma-events article .page-title {
    /*margin-top: 20px;
    margin-bottom: 60px;
    float: left;
    padding: 0 25px;
    width: 100%;*/ }
    @media only screen and (max-width: 992px) {
      #lumascapes article .page-title,
      #luma-content article .page-title,
      #luma-presentations article .page-title,
      #luma-videos article .page-title,
      #luma-events article .page-title,
      #luma-comedy article .page-title,
      #tl-events article .page-title {
        width: 100%; } }
  #lumascapes article .entry-summary,
  #luma-content article .entry-summary,
  #luma-presentations article .entry-summary,
  #luma-videos article .entry-summary,
  #luma-events article .entry-summary,
  #luma-comedy article .entry-summary,
  #tl-events article .entry-summary {
    float: left;
    padding: 0;
    width: 100%; }
  #lumascapes article .entry-meta .cat-links,
  #luma-content article .entry-meta .cat-links,
  #luma-presentations article .entry-meta .cat-links,
  #luma-videos article .entry-meta .cat-links,
  #luma-events article .entry-meta .cat-links,
  #luma-comedy article .entry-meta .cat-links {
    display: none; }
  #lumascapes article .entry-meta .tags-links,
  #luma-content article .entry-meta .tags-links,
  #luma-presentations article .entry-meta .tags-links,
  #luma-videos article .entry-meta .tags-links,
  #luma-events article .entry-meta .tags-links,
  #luma-comedy article .entry-meta .tags-links {
    display: none; }

#lumascapes article.category-lumascapes .entry-content-thumbnail .bg {
  padding-bottom: 60%;
  background-position: center -35px; }

#luma-presenations,
#luma-content {
  padding-top: 50px; }
  #luma-presenations .excerpt-post .img-wrapper,
  #luma-content .excerpt-post .img-wrapper {
    background-color: #FBCC00;
    padding: 25px 25px 0 25px; }
  #luma-presenations article,
  #luma-content article {
    min-height: 200px; }

#upcoming-events {
  background-color: #4C4D4F;
  padding-top: 50px;
  padding-bottom: 50px; }
  #upcoming-events .subtitle-wrapper .subtitle {
    color: #FFFFFF;
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 0.05em; }
  #upcoming-events article.scroll-break {
    opacity: 1; }
  #upcoming-events article {
    margin-top: 0;
    padding: 10px; }
    #upcoming-events article .page-title {
      margin-top: 20px;
      margin-bottom: 20px;
      float: left;
      padding: 0 25px; }
      @media only screen and (max-width: 992px) {
        #upcoming-events article .page-title {
          width: 100%; } }
      #upcoming-events article .page-title a {
        color: #FFFFFF;
        font-size: 22px; }
    #upcoming-events article .cat-link {
      padding-left: 25px;
      margin-top: 25px;
      padding-bottom: 0; }
    #upcoming-events article .entry-content-thumbnail {
      width: 100%; }
    #upcoming-events article .entry-summary {
      float: left;
      padding: 0 25px; }
    #upcoming-events article .entry-meta {
      display: none; }
    #upcoming-events article .read-more {
      color: #FFFFFF;
      display: inline-block !important; }

#institute-partners {
  background-color: #FFFFFF; }

@media only screen and (max-width: 992px) {
  body.page-id-7947 #section-submenu {
    display: none;
    height: 0;
    overflow: hidden; } }

#events-list .content-section-header .csh-border {
  background: #f04a38;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f04a38), color-stop(100%, #f27f20));
  background: -webkit-linear-gradient(left, #f04a38 0%, #f27f20 100%);
  background: linear-gradient(to right, #f04a38 0%, #f27f20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04a38', endColorstr='#f27f20', GradientType=1 ); }

#events-list .content {
  float: left;
  width: 100%;
  margin: 0 auto;
}
  #events-list .content .item {
    margin-bottom: -50px;
    float: left; }
  #events-list .content .flex-excerpt {
    max-width: 80%;
    float: none;
    margin: auto; }
  #events-list .content article {
    /*background-color: #4C4D4F;*/
    padding: 0 0 50px 0;
    margin-top: 10px; }
    @media only screen and (max-width: 992px) {
      #events-list .content article .entry-content-thumbnail {
        width: 100%;
        position: relative; } }
      #events-list .content article .content-wrapper .subtitle {
        /*color: #EDEFEE;*/
        font-size: 15px;
        font-weight: 600;
        padding-top: 0;
        margin-top: 0; }
      #events-list .content article .content-wrapper .page-title,
      #events-list .content article .content-wrapper .page-title a,
      #events-list .content article .content-wrapper .page-title a:hover {
        color: #F58220; }
      #events-list .content article .content-wrapper .entry-content {
        /*color: #FFFFFF;*/ }
      #events-list .content article .content-wrapper .btn {
        background-color: transparent;
        border-color: #F58220;
        color: #F58220;
        margin-left: 0; }
        #events-list .content article .content-wrapper .btn:hover {
          background-color: #FFFFFF; }

#events-list .fifty-fifty-post-image .content-wrapper:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #4C4D4F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  content: '';
  z-index: 999; }
  @media only screen and (max-width: 992px) {
    #events-list .fifty-fifty-post-image .content-wrapper:after {
      display: none; } }

/*#events-list .fifty-fifty-image-post .content-wrapper:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #4C4D4F transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
  content: '';
  z-index: 999; }
  @media only screen and (max-width: 992px) {
    #events-list .fifty-fifty-image-post .content-wrapper:before {
      display: none; } }
*/

#events-list .content article p{
      font-weight: 300;
    }

#events-partners {
  padding: 150px 12% 50px 12%; }

body.blog .container-fluid,
.archive .container-fluid {
  background-color: #FFFFFF;
  max-width: 1180px;
  margin: auto; }

body.blog .header-archive .entry-content,
.archive .header-archive .entry-content {
  display: none; }

body.blog header .entry-meta,
.archive header .entry-meta {
  margin-bottom: 8px; }

body.blog .fifty-fifty-image-post,
.archive .fifty-fifty-image-post {
  background-color: #FFFFFF;
  padding-top: 65px;
  float: left;
  clear: both;
  width: 100%; }
  body.blog .fifty-fifty-image-post .entry-content-thumbnail .img-wrapper,
  .archive .fifty-fifty-image-post .entry-content-thumbnail .img-wrapper {
    margin-right: 25px; }
    @media only screen and (max-width: 992px) {
      body.blog .fifty-fifty-image-post .entry-content-thumbnail .img-wrapper,
      .archive .fifty-fifty-image-post .entry-content-thumbnail .img-wrapper {
        margin-bottom: 30px;
        margin-right: 0; } }

body.blog .column-post,
.archive .column-post {
  margin-top: 65px; }
  @media only screen and (max-width: 992px) {
    body.blog .column-post,
    .archive .column-post {
      min-height: 550px; } }
  body.blog .column-post .bg,
  .archive .column-post .bg {
    margin-bottom: 30px; }
  body.blog .column-post header,
  body.blog .column-post .entry-summary,
  .archive .column-post header,
  .archive .column-post .entry-summary {
    width: 95%; }
    @media only screen and (max-width: 768px) {
      body.blog .column-post header,
      body.blog .column-post .entry-summary,
      .archive .column-post header,
      .archive .column-post .entry-summary {
        width: 100%; } }
  @media only screen and (max-width: 1200px) {
    body.blog .column-post header .cat-link,
    body.blog .column-post header .page-title,
    body.blog .column-post header .entry-meta,
    .archive .column-post header .cat-link,
    .archive .column-post header .page-title,
    .archive .column-post header .entry-meta {
      padding-left: 15px;
      padding-right: 15px; }
    body.blog .column-post .entry-summary,
    .archive .column-post .entry-summary {
      padding-left: 15px;
      padding-right: 15px; } }

body.blog .main-content,
.archive .main-content {
  margin-top: 100px; }
  body.blog .main-content .header-archive,
  .archive .main-content .header-archive {
    padding: 0;
    margin-top: 0; }
    body.blog .main-content .header-archive .content-wrapper,
    .archive .main-content .header-archive .content-wrapper {
      margin-top: -120px;
      margin-bottom: 50px;
      padding: 0 5%; }
      body.blog .main-content .header-archive .content-wrapper header,
      .archive .main-content .header-archive .content-wrapper header {
        background-color: #FFFFFF;
        height: 100%;
        padding: 25px 0 0 5%; }
        body.blog .main-content .header-archive .content-wrapper header .page-title,
        .archive .main-content .header-archive .content-wrapper header .page-title {
          font-size: 44px; }
  body.blog .main-content .inner-wrapper article,
  .archive .main-content .inner-wrapper article {
    padding: 0; }

body.blog .bg-post,
.archive .bg-post {
  margin-top: 65px;
  padding: 125px 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  body.blog .bg-post:after,
  .archive .bg-post:after {
    content: "";
    background-color: rgba(220, 142, 21, 0.76);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 500; }
  body.blog .bg-post .page-title, body.blog .bg-post a,
  .archive .bg-post .page-title,
  .archive .bg-post a {
    color: #FFFFFF !important;
    z-index: 999;
    position: relative; }
  body.blog .bg-post .page-title,
  .archive .bg-post .page-title {
    font-size: 44px; }
  body.blog .bg-post .button,
  .archive .bg-post .button {
    background-color: transparent;
    border-color: #FFFFFF;
    font-size: 10px; }
    body.blog .bg-post .button:hover, body.blog .bg-post .button:focus,
    .archive .bg-post .button:hover,
    .archive .bg-post .button:focus {
      background-color: #FFFFFF;
      color: #F58220 !important; }

#sidebar-news {
  background-color: transparent;
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin-top: 50px; }
  @media only screen and (max-width: 992px) {
    #sidebar-news {
      padding-left: 20px; } }
  @media only screen and (max-width: 768px) {
    #sidebar-news {
      padding-left: 0;
      width: 100%; } }
  #sidebar-news .widget_text .textwidget {
    padding: 10px 0;
    background-color: #eee; }
  #sidebar-news .widget_text .widget-title {
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    background-color: #339393;
    padding: 15px 0; }
  #sidebar-news .widget_text li {
    margin: 7px auto; }
    #sidebar-news .widget_text li a {
      color: #4C4D4F;
      -webkit-transition: 0.25s;
              transition: 0.25s; }
      #sidebar-news .widget_text li a:hover {
        color: #F58220;
        text-decoration: none; }

body.archive.category-parent-news .container-fluid,
body.archive.category-news .container-fluid {
  max-width: none; }

body.archive .main-content .header-post.post-index-0 article.header-archive {
  padding: 0;
  margin-top: 0; }
  body.archive .main-content .header-post.post-index-0 article.header-archive .content-wrapper {
    position: relative;
    top: -120px;
    margin-bottom: 50px;
    padding: 0; }
    @media only screen and (max-width: 992px) {
      body.archive .main-content .header-post.post-index-0 article.header-archive .content-wrapper {
        top: 0;
        margin-bottom: 0px; } }
    body.archive .main-content .header-post.post-index-0 article.header-archive .content-wrapper header {
      position: absolute;
      background-color: #FFFFFF;
      width: 100%;
      height: auto;
      padding: 25px 0 0 25px; }
      @media only screen and (max-width: 992px) {
        body.archive .main-content .header-post.post-index-0 article.header-archive .content-wrapper header {
          position: relative; } }
      body.archive .main-content .header-post.post-index-0 article.header-archive .content-wrapper header .page-title {
        font-size: 44px; }
        @media only screen and (max-width: 992px) {
          body.archive .main-content .header-post.post-index-0 article.header-archive .content-wrapper header .page-title {
            font-size: 30px; } }

body.archive .main-content .header-post.post-index-0 .inner-wrapper article {
  padding: 0; }

body.page-id-7949 .flex-footer > header,
body.page-id-7949 .flex-sections > header {
  margin-top: 8%;
  margin-bottom: 4%; }

#contact-maps .align-left.embed-container,
#contact-maps .align-left.video-3-by-4 {
  width: 99%;
  float: left;
  margin-bottom: 20px; }

#contact-maps .align-right.embed-container,
#contact-maps .align-right.video-3-by-4 {
  width: 99%;
  float: right;
  margin-bottom: 20px; }

#contact-header {
  background-position: center 20%;
  text-align: left; }
  #contact-header .title {
    /*font-size: 60px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-align: left;*/
    /*color: #FFFFFF;*/
    /*margin-bottom: 35px;*/ }
  #contact-header .subtitle {
    /*font-size: 16px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;*/ }

section header .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: #4C4D4F; }

  @media only screen and (max-width: 992px) {
      section header .title {
        font-size: 32px; } }
  @media only screen and (max-width: 480px) {
    section header .title {
      font-size: 24px; } }

.page-width-left {
  float: right;
  width: 100%;
  padding-left: 25px;
  margin: 0 0 30px 0;
  text-align: left; }

.page-width-right {
  float: left;
  width: 100%;
  padding-right: 25px;
  margin: 0 0 30px 0;
  text-align: right; }

@media only screen and (max-width: 992px) {
  .page-width-left,
  .page-width-right {
    text-align: center;
    float: none;
    margin: 0 auto 30px auto; } }

#luma-contact-3 input,
#luma-contact-3 textarea {
  background: #ffffff;
  box-shadow: none;
  border: none;
  color: #808080;
  font-size: 11px;
  padding: 30px 20px; }

#luma-contact-3 textarea {
  min-height: 250px; }

#luma-contact-3 .vfb-item-secret {
  display: inline-block !important;
  float: right; }
  #luma-contact-3 .vfb-item-secret .vfb-desc,
  #luma-contact-3 .vfb-item-secret .vfb-span label {
    float: right; }
  #luma-contact-3 .vfb-item-secret input,
  #luma-contact-3 .vfb-item-secret label {
    display: inline-block;
    float: right;
    clear: right; }

#luma-contact-3 .btn {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #F58220;
  color: #F58220;
  background-color: #FFFFFF; }
  #luma-contact-3 .btn:hover, #luma-contact-3 .btn:focus {
    background-color: #F58220;
    color: #FFFFFF; }

#luma-contact-3 .vfb-item-submit {
  display: inline-block;
}

 #luma-contact-3 .vfb-fieldset.vfb-fieldset-2.verification .vfb-item-secret{
   display:none !important;
 } 

#contact-social {
  padding-bottom: 50px; display:none; }
  #contact-social .subtitle {
    margin-top: 20px;
    margin-bottom: 20px; }
  #contact-social .csh-border {
    height: 10px;
    width: 40%;
    margin: auto;
    margin-top: 50px;
    background: #ef4e38;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ef4e38), color-stop(100%, #f27f20));
    background: -webkit-linear-gradient(45deg, #ef4e38 0%, #f27f20 100%);
    background: linear-gradient(45deg, #ef4e38 0%, #f27f20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4e38', endColorstr='#f27f20', GradientType=1 ); }


/* mwilber overrides for existing preview site */


#home-header.bg-gradient-blue{
  /*background: #71b2b9 url('images/head_bkg_blue.jpg') center no-repeat !important;
  background-size: cover !important;*/
}

.flex-header.bg-image footer, .flex-header.color footer, .component-headers footer{
  min-height: 0px;
}

body.home #home-header{
  height: auto;
  min-height: 300px;
}

section.flex-header header.align-left .block{
  /*width: 70%;
  margin-left: 17%;*/
}

.flex-header .page-title {
    margin-bottom: -35px;
}

section.flex-header header .title{
  margin-bottom:10px !important;
}

section.flex-header {
  background-position: center 20%;
  text-align: left; }
section.flex-header .title {
  font-size: 60px;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: left;
  /*color: #FFFFFF;*/
  margin-bottom: 35px; 
}
  @media only screen and (max-width: 992px) {
      section.flex-header .title {
        line-height: 1.2em;
        font-size: 48px; } }
    @media only screen and (max-width: 480px) {
      section.flex-header .title {
        line-height: 1.2em;
        font-size: 28px; } }

section.flex-header .subtitle {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500; 
}

body.page-id-7 section#approach-focus.flex-sections {
    margin-top: 0%;
    margin-bottom: 0px;
}

body.page-id-7 section#approach-focus.flex-sections .img-responsive{
      width: 80%;
    margin-left: 10%;
}

body.page-id-7 section#home-block-row-1.flex-sections,
body.page-id-7 section#home-block-row-6.flex-sections {
    margin-top: 0%;
    margin-bottom: 0px;
}

body.page-id-7 section#approach-quote.flex-sections{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

body.page-id-7 section#approach-video.flex-sections{
  margin-bottom: 0px;
  padding:20%;
}

#approach-video header .subtitle-wrapper{
  width:60%;
}

section#approach-video header div:nth-child(2) h3 span{
  /*color:#000;*/
}

section#approach-video .modal-dialog{
  width: 90%;
  top: 50%;
  left: 50%;
  max-width: 1000px;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.page-id-7 section#home-block-row-1.flex-sections{
background-color: #474747;
}

body.page-id-7 section#home-block-row-1.flex-sections .title{
  color:#fff;
}

body.page-id-7 section#home-block-row-1.rsDefault .content .rsBullets {
  bottom: 50px;
}

body.page-id-7 section#approach-video.flex-sections{
  margin-top: 0%;
}

body.page-id-7 section#approach-video #flex-video-bg{
  /*display:none;*/
}

body.page-id-7 section#approach-video.flex-sections .title{
  color:#F58220;
}
body.page-id-7 section#approach-video.flex-sections .subtitle{
  color:#fff;
}

body.page-id-7 .container-fluid section#approach-video.flex-sections .title-wrapper{
  margin-bottom: -35px;
}

body.page-id-7 .container-fluid section#approach-video.flex-sections .title-wrapper:after {
    content: "";
    display: inline-block;
    border-top: none;
    width: 0px;
    height: 0px;
}

body.page-id-7 .container-fluid section#approach-video.flex-sections footer .button{
  float:left;
}



.flex-header .entry-content{
  max-width: 90%;
}

.sticky-wrapper > .flex-header p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.container-fluid header{
  margin: 5px auto 0;
}



article.fifty-fifty-image-post-page header, 
article.fifty-fifty-image-post-partners header{
  margin: 20px auto 0px auto;
}

.container-fluid header .title-wrapper:after{
    content: "";
    display: inline-block;
    border-top: solid 5px #F58220;
    width: 125px;
}

.container-fluid header .title-wrapper .title{
  margin-bottom: 0px;
}

.container-fluid header .subtitle-wrapper .subtitle{
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
}

section.flex-sections{
  padding-bottom: 50px;
}
#events-list.flex-sections {
  padding-bottom: 0;
}

.page-indicator{
  color: #F58220;
  border: solid 2px #F58220;
  border-radius: 50%;
      font-size: 36px;
    line-height: 43px;
    height: 46px;
    width: 46px;
    margin-bottom:10px;
  display: inline-block;
}

    @media only screen and (max-width: 992px) {
      .page-indicator {
        font-size: 24px;
        line-height: 33px;
        height: 36px;
        width: 36px;
        margin-bottom:10px; } }
    @media only screen and (max-width: 480px) {
      .page-indicator {
        font-size: 14px;
        line-height: 23px;
        height: 26px;
        width: 26px;
        margin-bottom:10px; } }


  @media only screen and (max-width: 992px) {
      #home-block-row-1 header {
        margin: 30px auto; } }
  @media only screen and (max-width: 480px) {
    #home-block-row-1 header {
      margin: 20px auto; } }


#home-block-row-1.flex-sections h4{
  font-size: 36px;
  font-weight: bold;
      margin-bottom: 30px;
    margin-top: 30px;
}
    @media only screen and (max-width: 992px) {
      #home-block-row-1.flex-sections h4,
      #home-block-row-5.flex-sections h3 {
        font-size: 24px;
        margin-bottom:10px;
        margin-top: 10px; } }
    @media only screen and (max-width: 480px) {
      #home-block-row-1.flex-sections h4,
      #home-block-row-5.flex-sections h3 {
        font-size: 14px;
        margin-bottom:5px;
        margin-top: 5px; } }


#home-block-row-1.flex-sections footer .button {
  margin-top: 0px;
}

#home-block-row-1.flex-sections p{
  width:80%;
  margin-left:10%;
  margin-bottom: 30px;
}

    @media only screen and (max-width: 1200px) {
      #home-block-row-1.flex-sections p {
        width:80%;
        margin-left:10%;
      }
    }
    @media only screen and (max-width: 992px) {
      #home-block-row-1.flex-sections p {
        width:70%;
        margin-left:15%;
      }
    }
    @media only screen and (max-width: 800px) {
      #home-block-row-1.flex-sections p {
        width: 70%;
        margin-left: 15%;
      }
    }
    @media only screen and (max-width: 700px) {
      #home-block-row-1.flex-sections p {
            width: 100%;
            margin-left: 0%;
      } }
    @media only screen and (max-width: 400px) {
      #home-block-row-1.flex-sections p {
            width: 90%;
            margin-left: 5%;
            margin-bottom: 30px;
    } }

section#home-block-row-2{
  padding-bottom: 0px;
}

section#home-block-row-2 footer .img-wrapper .img-responsive{
  margin-left:10%;
  width: 80%;
}

article.fifty-fifty-post-image .content-wrapper, article.fifty-fifty-image-post .content-wrapper {
  padding: 0% 8%;
}

article.fifty-fifty-image-post-partners header .social-links a{
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    background-color: #4C4D4F;
    color: #ffffff;
    border-radius: 50%;
}

#content-section_quote{
  padding-top: 0;
  padding-bottom: 0;
}

#content-section-submenu #content-submenu{
  list-style: none;
}

    @media only screen and (max-width: 992px) {
      #content-section-submenu #content-submenu {
        width: 120%;
        margin-left: -15%; } }
    @media only screen and (max-width: 480px) {
      #content-section-submenu #content-submenu {
        width: 120%;
        margin-left: -15%; } 
      #content-section-submenu #content-submenu .button {
        letter-spacing: 0.5px; } }


#content-section-submenu #content-submenu li{
  float:left;
  width: 33%;
}

#content-section-viewcount{
  padding-top: 50px;
}

#content-section-viewcount h4{
  font-size:18px;
  font-weight: bold;
  font-style: italic;
}

#content-section-viewcount .viewcount{
      color: #fff;
    background-color: #f38b0c;
    display: inline-block;
    padding: 0px;
    font-size: 40px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 60px;
    white-space: nowrap;
}

.content-section-header-subtitle.royalSliderContent.rsDefault > .content {
    margin: 0% auto;
}

.content-section-header-subtitle.royalSliderContent.rsDefault article .entry-summary{
  margin-top:5px;
  padding: 15px 20px 25px 25px;
  min-height: 80px;
}

.content-section-header-subtitle.royalSliderContent.rsDefault article .entry-summary h3{
  margin: 10px 0px;
  padding:0px;
  font-size: 18px;
  max-height: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
#lumascapes.flex-sections div.auto-clear div:nth-child(n+3) article{
  display:none;
}
}
@media only screen and (min-width: 481px) {
#lumascapes.flex-sections div.auto-clear div:nth-child(n+7) article{
  display:none;
}
}

#lumascapes.flex-sections.show-all div.auto-clear div article{
  display:block;
}

@media only screen and (max-width: 480px) {
#luma-presentations.flex-sections div.auto-clear div:nth-child(n+3) article{
  display:none;
}
}
@media only screen and (min-width: 481px) {
#luma-presentations.flex-sections div.auto-clear div:nth-child(n+7) article{
  display:none;
}
}


#luma-presentations.flex-sections.show-all div.auto-clear div article{
  display:block;
}

#luma-presentations .filter-presentations,
#luma-presentations #filter-presentations{
  /*display:none;*/
  float:left;
}

#luma-presentations #filter-presentations:focus,
#luma-presentations #filter-presentations:active{
    border: 1px solid #F58220;
    color: #F58220;
    background-color: #FFFFFF !important;
    outline:none;
}

#luma-presentations #filter-presentations option{
  /*background: #F58220 !important;*/
  border: 1px solid #F58220;
}

@media only screen and (max-width: 480px) {
#luma-comedy.flex-sections div.auto-clear div:nth-child(n+3) article{
  display:none;
}
}
@media only screen and (min-width: 481px) {
#luma-comedy.flex-sections div.auto-clear div:nth-child(n+7) article{
  display:none;
}
}

#luma-comedy.flex-sections.show-all div.auto-clear div article{
  display:block;
}

#tl-graph.flex-sections .img-responsive {
    width: 80%;
    margin-left: 10%;
}

#tl-past-events .content .item .item{
  background:#999;
  text-align:center;
  position:relative;
  border: solid 5px #fff;
}

#tl-past-events .content .item .item .img-responsive{
  display: inline-block;
  padding: 5px 15px;
}

#tl-partners-mobile .content .item .item{
  text-align:center;
  position:relative;
  border: solid 5px #fff;
}

#tl-partners-mobile .content .item .item .img-responsive{
  display:inline-block;
  padding: 0 10%;
}

@media only screen and (max-width: 767px) {
  #tl-partners-mobile .content .item .item .img-responsive{
    margin-top: -10%;
  }
}

.content-section-header-subtitle.royalSliderContent.rsDefault article .entry-summary .entry-meta{
  color: #F58220 !important;
  display:none;
}

.content-section-header-subtitle.royalSliderContent.rsDefault article .entry-summary .viewer{
  float:right;
  color: #F58220 !important;
  display:none;
}

body.single.single-funny-business .related-posts,
body.single.single-lumainstitute .related-posts,
body.single.single-lumainstitute .flex-footer,
body.single.single-luma-institute .related-posts,
body.single.single-luma-institute .flex-footer,
#news-category-footer,
#news-footer-c2a{
  display:none;
}


  @media only screen and (max-width: 992px) {
      #home-block-row-5 header {
        margin: 40px auto 30px auto; }
        #home-block-row-5 article header{
          margin: 0px auto;
        } 
        .home.page .rsDefault .content .rsBullets, .rsDefaultInv .rsBullets {
          background: none;
        }}
  @media only screen and (max-width: 480px) {
    #home-block-row-5 header {
      margin: 40px auto 20px auto; }
      #home-block-row-5 article header{
          margin: 0px auto;
        }
        .home.page .rsDefault .content .rsBullets, .rsDefaultInv .rsBullets {
          background: none;
          /*bottom: 20px;*/
      } }


#home-block-row-5 .rsContent .page-title a{
  color: #F58220 !important;
  font-size: 24px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

    @media only screen and (max-width: 992px) {
      #home-block-row-5 .rsContent .page-title a{
        font-size: 24px;
        margin-bottom:10px;
        margin-top: 10px; } }
    @media only screen and (max-width: 480px) {
      #home-block-row-5 .rsContent .page-title a {
        margin-bottom:5px;
        margin-top: 5px; }
      #home-block-row-5 .rsContent .subtitle a {
        font-size: 14px;
        margin:0px; } }

#home-block-row-5 .rsContent .entry-content p{
  color: #ffffff !important;
  font-size: 16px;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  #home-block-row-5 .rsContent .entry-content p{
        width: 100%;
        margin-left: 0%; } 
}

    @media only screen and (max-width: 992px) {
      #home-block-row-5 .rsContent .entry-content p{
        text-align: center;
        /*width: 100%;
        margin-left: 0%;*/ } 
      #home-block-row-5 .rsContent .entry-content p:nth-of-type(2){
        /*display:none; */}  
      #home-block-row-5 .rsSlide:nth-of-type(3) .entry-content p:nth-of-type(2){
        display:block; }  
    }

#home-block-row-5.flex-sections.has-background-image{
  padding: 0% 0% 40px 0%;
}

.page-id-11999 #home-block-row-6 header.align-left{
    text-align: center;
    width: 75%;
}

#home-block-row-6 .widget_sendgrid_nlvx_widget .sendgrid_mc_fields {
    width: 100%;
    margin: 0%;
    display: inline-block;
}

#home-block-row-6 .widget_sendgrid_nlvx_widget .sendgrid_mc_fields {
    width: 100%;
    margin: 0% 0% 15px 0%;
    display: inline-block;
}

#home-block-row-6 .widget_sendgrid_nlvx_widget .sendgrid_mc_input{
  width: 80%;
  padding: 15px;
}

#home-block-row-6 .widget_sendgrid_nlvx_widget .sendgrid_mc_label {
    color: #4C4D4F;
    margin-bottom: 10px;
}

#home-block-row-6 .widget_sendgrid_nlvx_widget form.mc_email_form {
    margin-bottom: 0px;
}

#home-block-row-6 .widget_sendgrid_nlvx_widget {
    padding-bottom: 0px;
}

#home-block-row-5.royalSliderContent article,
#home-block-row-5.royalSliderContent article header,
#home-block-row-5.royalSliderContent article .content-wrapper{
  margin: 0px auto;
  padding: 0px;
}
#home-block-row-5.royalSliderContent article .content-wrapper{
  margin-bottom: 21px;
}

#news-listing div.content div.wrapper div.auto-clear div:nth-child(n+13) article{
  display:none;
}

#news-listing.show-all div.content div.wrapper div.auto-clear div article{
  display:block;
}

#news-listing article.post .page-title {
    font-size: 18px;
    font-weight: 800;
    overflow: hidden;
}

#news-listing footer.entry-meta{
  display:none;
}

#news-listing .posted-on{
  float:right;
  color: #F58220;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    padding:5px 0px;
}

#news-listing article.post .cat-link a {
    color: #F58220;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    float:left;
    padding:5px 0px;
}

#news-listing header{
  margin-bottom: 0px;
}

.single-news article.post .page-title{
  margin-bottom: 10px;
}

.single-news .luma-share p{
  margin-bottom:0px;
}

.single-news article.post .entry-content-thumbnail{
  margin-top:10px;
}

.single-news article.post .entry-content p:last-of-type a:last-of-type{
  font-size:1.5em;
}

.single-news article.post .entry-content p:last-of-type a:last-of-type.btn{
  font-size:1em;
}

.single-news #related-posts .related-posts-list div:nth-of-type(n+13){
  display:none;
}

.single-news #related-posts.show-all .related-posts-list > div{
  display: inline-block;
}

.single-news #related-posts {
    padding: 0 5%;
    margin-bottom: 50px;
}

.single-news #related-posts .entry-meta{
  float:right;
  width: 50%;
}

.single-news #related-posts .cat-link{
        width: 50%;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    float: left;
}

.single-parent-news #related-posts .cat-link{
    display:none;
}

.single-parent-news #related-posts .cat-link a {
    /*color: #F58220;*/
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    float: left;
    padding: 5px 0px;
}

.single-news #related-posts .posted-on{
  visibility: visible;
  float:right;
  width: 100%;
}

.single-news #related-posts .posted-on {
    float: right;
    color: #F58220;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    padding: 5px 0px;
}

.single-news #related-posts .posted-on time{
  float:right;
}

.single-news #related-posts .page-title{
  float:left;
  width: 100%;
      font-size: 18px;
}

.single-news #related-posts .entry-summary{
  padding: 0px;
}

.single-parent-news #related-posts .entry-summary{
  display:none;
}



section.flex-sections.color.bg-dk-grey{
  background-color: #1a1c20;
}

section.flex-sections.color.bg-lt-grey,
#tl-past-events .content .item .item{
  background-color: #ececec;
}

section.flex-header header .title, 
section.flex-sections.color.bg-dk-grey .title{
  color: #F58220;
}
section.flex-sections.color.bg-dk-grey .subtitle{
  color: #ffffff;
}

section.flex-sections.color.bg-blue{
  background-color: #2c5f69;
}

section.flex-sections.color.bg-blue .title,
section.flex-sections.color.bg-blue .subtitle{
  color: #ffffff;
}

section.flex-sections.color.bg-lt-grey h4,
section.flex-sections.color.bg-lt-grey p{
  color: #4C4D4F;
}




.btn.btn-white{
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}

section.flex-sections.color.bg-dk-grey .btn.btn-white:hover{
  color: #1a1c20;
  background-color: #ffffff;
}

section.flex-sections.color.bg-blue .btn.btn-white:hover{
  color: #2c5f69;
  background-color: #ffffff;
}


/*
	Roayl Slider
*/

.royalSlider > .rsContent {
  visibility:hidden;
}

.rsDefault .content,
.rsDefault .content .wrapper,
.rsDefault .content .wrapper .item {
    background: transparent !important;
}

.rsDefault .content .rsBullets, .rsDefaultInv .rsBullets {
  background: none; 
  bottom: 100px;
}

.rsDefault.bg-dk-grey .content .rsBullet span {
  background-color: rgba(255, 255, 255, 0.5);
}

#tl-events.rsDefault .content .rsBullets {
  bottom: 50px;
}
#tl-partners-mobile.rsDefault .content .rsBullets {
  bottom: 30px;
}
@media (min-width: 425px) and (max-width: 767px) {
  #tl-partners-mobile.rsDefault .content .rsBullets {
    bottom: 50px;
  }
}

#tl-past-events.rsDefault .content .rsBullets {
  bottom: 20px;
  padding: 0 16px 0 16px;
  line-height: 18px;
}

#tl-past-events .content .item .item {
  height: 80%;
}

.rsDefault .content .rsBullet, .rsDefaultInv .rsBullet {
    padding: 0px 10px 0px 10px;
}

.rsDefault .content .rsArrowIcn, .rsDefaultInv .rsArrowIcn,
.rsDefault .content .rsArrowIcn:hover, .rsDefaultInv .rsArrowIcn {
    background-color: rgba(255,255,255,0);
}

.rsDefault.rsHor .rsArrowLeft {
    left: auto !important;
    top: 0;
}

.rsDefault.rsHor .rsArrowRight {
  right: auto !important;
  left: 85%;
}
.rsDefault .content .rsBullet span {
  background-color: #4C4D4F;
}
.rsDefault .content .rsBullet.rsNavSelected span {
  background-color: #F58220;
}

@media only screen and (min-width: 1600px) {
  .rsDefault.rsHor .rsArrowRight {
    left: 1300px;
  }
}

@media only screen and (min-width: 2000px) {
  .rsDefault.rsHor .rsArrowRight {
    left: 1600px;
  }
}

.royalSlider.worldwide-image-gallery{
	width:100%;
	background-color:#fff;
}

.rsDefault .subtitle{
  color: #333333;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    margin-left: -32px;
}

#tl-partners{
  display:none;
}

#topper{
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  background: black;
  color: white;
  z-index: 99999;
  display: none;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  font-size: 30px;
  border-radius: 15%;
}

#lumascapes article .posted-on,
#luma-presentations article .posted-on,
#luma-comedy article .posted-on{
  visibility: hidden;
}

#lumascapes .btn,
#luma-presentations .btn,
#luma-comedy .btn {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {

  #topper.unhide {
    display:block;
  }

  #colophon .menu-footer {
    min-height: 200px;
    text-align: center;
  }

  #colophon .menu-footer .nav {
    /* position: absolute; */
    left: auto;
    margin: 0px 5%;
    transform: none;
    width: 90%;
    /* min-width: 670px; */
  }

  footer .menu-footer li{
    display: inline-block;
  }

  #experience-transactions .footer_buttons{
    display:none;
  }

  #experience-transactions.flex-sections div.auto-clear div:nth-child(n+3) article {
    display: initial;
  }

  #experience-transactions .rsBullets {
    background: none;
    bottom: 25px;
  }

  #experience-transactions .rsNavItem:nth-of-type(n+10){
    display:none;
  }

  #home-block-row-0 article.excerpt-transactions,
  #experience-transactions article.excerpt-transactions{
    margin-top: 2%;
    margin-bottom: 20px;
  }

  #home-block-row-0 article.excerpt-transactions header {
    margin-bottom: -14px;
  }

  #home-block-row-0 article.excerpt-transactions header .entry-content-thumbnail {
    margin-bottom: 14px;
  }

  #home-block-row-0 article.excerpt-transactions .img-wrapper.img-bottom {
    padding-top: 0;
    padding-bottom: 23%;
  }

  div.rsArrow{
    display:none !important;
  }

  #home-block-row-2 footer img{
    opacity: 0;
  }

  #home-block-row-4{
    background-position-x: 90%;
  }

  body.page-id-7 section#approach-video.flex-sections {
      padding: 10%;
      padding-bottom: 20%;
  }

  body.page-id-7 section#approach-video{
    background-position-x: 70%;
  }

  #content-section-submenu{
    display:none;
  }

  #lumascapes .align-left,
  #luma-presentations .align-left,
  #luma-comedy .align-left{
    text-align: center !important;
  }

  #lumascapes .auto-clear > div,
  #luma-presentations .auto-clear > div,
  #luma-comedy .auto-clear > div {
    min-height: 0;
  }

  #lumascapes article,
  #luma-presentations article,
  #luma-comedy article {
    margin-top: 0;
    min-height: 0;
  }

  #events-list .content article .content-wrapper {
      padding: 0px;
  }

  #events-list section article .thumbnail-bg{
    background-position-x: 50%;
  }

  #events-list .content article .entry-content-thumbnail {
    width: 150%;
    margin-left:-25%;
  }

  #luma-comedy .show-comedy {
      display: block;
  }

  #tl-past-events .content .item .item .img-responsive {
    margin-top: 10px;
    padding: 5px 10%;
  }

  #tl-past-events .content .item .item {
    border: none;
  }

  #tl-partners{
    display:none;
  }

  #tl-partners-mobile{
    display:block;
    padding-bottom: 0;
  }

  #colophon {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#about-partners article.fifty-fifty-image-post .entry-content-thumbnail .img-wrapper .bg{
  background-color: #1D1F1E;
}

#about-board .item .flex-excerpt:last-of-type{
  margin-left: 33.333%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #about-board .item .flex-excerpt:last-of-type {
    margin-left: 25%;
  }
}
@media (max-width: 767px) {
  #about-board .item .flex-excerpt:last-of-type {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  #colophon .menu-footer .navbar-nav>li {
    display: inline-block;
    float: none;
  }
}
@media only screen and (min-width: 1200px) {

  #colophon .menu-footer .nav {
    width: 60%;
  }
  #colophon .menu-footer .navbar-nav>li {
    display: inline-block;
    text-align: center;
  }

  #colophon .menu-footer .navbar-nav>li>a {
    padding: 0px 10px;
    border-right: solid 1px;
    text-align:center;
  }

  #colophon .menu-footer .navbar-nav>li:last-of-type>a{
    border-right: none;
  }

  #about-partners article.fifty-fifty-image-post .entry-content-thumbnail .img-wrapper .bg{
    background-size: contain;
  }

}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 320px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 360px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 200px !important;
  }
}

.contact-map {
  display: inline-block;
  height: 350px;
  text-align: left;
  width: 100%;
}

.related-posts-list .matchItUp {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.category-news .entry-content .btn {
  width: auto;
  max-width: 300px;
}
.category-news .entry-content .btn span {
  color: inherit !important;
}
