/*
Theme Name: ScaleLA
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: ISBX team
Author URI: http://www.isbx.com/
Description: Custom theme for ScaleLA website
Version: 1.0
*/

html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: hidden;
  line-height: 1.5em;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
  height: auto !important;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.hide {
  display: none !important;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
}

#page {
  position: relative;
  word-wrap: break-word;
}

.wrap {
  margin: 0 auto;
  max-width: inherit;
  padding: 0;
}

.wrap:after {
  clear: both;
  content: "";
  display: block;
}

span[role=separator] {
  padding: 0 0.2em 0 0.4em;
}

span[role=separator]::before {
  content: '\007C';
  color: #FF5B10;
}

.line {
  margin: 10px auto;
  width: 192px;
  height: 8px;
  background: #FFCB00;
  background: -moz-linear-gradient(left, #FFCB00 0%, #FFCB00 33%, #FF5B10 33%, #FF5B10 67%, #0085B2 67%, #0085B2 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFCB00), color-stop(33%,#FFCB00), color-stop(33%,#FF5B10), color-stop(67%,#FF5B10), color-stop(67%,#0085B2), color-stop(100%,#0085B2));
  background: -webkit-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: -o-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: -ms-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: linear-gradient(to right, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  display: none;
  opacity: 0;
  visibility: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
  display: none;
  opacity: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after, 
.author-info:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after, 
.author-info:after {
  clear: both;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #434343;
  font-family: "Montserrat", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 54px;
  letter-spacing: -1px;
}

h2,
.home.blog .entry-title {
  color: #434343;
  font-size: 37px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 16px;
}

p {
  margin: 0 0 1.25em;
  padding: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25em;
}

form label {
  font-size: 12px;
  position: relative;
}

fieldset {
  margin-bottom: 1em;
}

form .form-item {
  margin-bottom: 15px;
}

.form-item.invalid label {
  color: #FF5B10;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  border: 0 none;
  border: 2px solid rgba(0,0,0,0.32);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 0.5em 0.75em;
  height: 44px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus, 
select:focus,
form .form-item.invalid select,
form .form-item.invalid input, 
form .form-item.invalid textarea,
form input.error {
  border: 2px solid #FF5B10;
}

select {
  border: 1px solid #999999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 3em;
  max-width: 100%;
}

form ul.radio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

form ul.checkbox-list li,
form ul.radio-list li,
form .form-item span {
  display: inline-block;
  margin-right: 20px;
}
form ul.checkbox-list li label,
form ul.radio-list li label {
  font-size: 16px;
  font-weight: 400;
  color: #434343 !important;
}

form .form-item select {
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  border: 0 none;
  border: 2px solid rgba(0,0,0,0.32);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 0.5em 0.75em;
  height: 44px;
  width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

.button,
button,
input[type="button"],
input[type="submit"] {
  background: rgba(255, 91, 16, 0.8);
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.btn-border {
  border: 2px solid rgba(255, 91, 16, 1);
  background: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  padding: 0.875em 1em;
  text-align: center;
  outline: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: rgba(255, 91, 16, 1);
}

.button:focus, .button:active,
button:focus, button:active,
input[type="button"]:focus, input[type="button"]:active,
input[type="submit"]:focus, input[type="button"]:active {
  background: rgba(255, 91, 16, 0.8);
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #434343;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.btn-border:hover,
.btn-border:focus,
.btn-border:active,
.btn-border.active {
  background: #FF5B10;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #FF5B10;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #ccc;
  font-family: "Montserrat", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
  color: #ccc;
  font-family: "Montserrat", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
  color: #ccc;
  font-family: "Montserrat", "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #ccc;
  font-family: "Montserrat", "Helvetica Neue", helvetica, arial, sans-serif;
}

input:-moz-placeholder {
  box-shadow: none !important;
}

input:invalid {
  box-shadow: none;
}


/* Sign Up */

/*.signup {
  overflow: hidden;
}*/

.signup #page {
  clear: both;
  display: block;
  overflow: hidden;
}

/*.signup .site-content-contain .site-content .entry-content {
  display: flex;
  display: -webkit-flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
}*/

.signup .site-content-contain .site-content .single-featured-image-header {
  float: left;
  width: 44%;
  background: #434343;
  position: relative;
}

.signup .site-content-contain .site-content .single-featured-image-header .background-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.signup .site-content-contain .site-content .single-featured-image-header img {
  opacity: 0.7;
  display: block;
}

.signup .site-content-contain .site-content .single-featured-image-header .image-bottom {
  position: absolute;
  z-index: 3;
  width: 48%;
  bottom: 0;
}

.signup .site-content-contain .site-content .right-content {
  float: right;
  width: 56%;
  z-index: 2;
}

.signup .site-content-contain .site-content .right-content .signup-form-wrapper {
  width: 80%;
  margin: 80px auto 40px auto;
  padding: 40px 0 0 0;
}

.signup-form-wrapper #progress-bar {
  margin: 10px 0;
  width: 216px;
  height: 8px;
}

.signup-form-wrapper #progress-bar.step1 {
  background: -moz-linear-gradient(left, #FFCB00 0%, #FFCB00 33%, #E9EDEE 33%, #E9EDEE 67%, rgba(233,237,238,0.5) 67%, rgba(233,237,238,0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFCB00), color-stop(33%,#FFCB00), color-stop(33%,#E9EDEE), color-stop(67%,#E9EDEE), color-stop(67%,rgba(233,237,238,0.5)), color-stop(100%,rgba(233,237,238,0.5)));
  background: -webkit-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#E9EDEE 33%,#E9EDEE 67%,rgba(233,237,238,0.5) 67%,rgba(233,237,238,0.5) 100%);
  background: -o-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#E9EDEE 33%,#E9EDEE 67%,rgba(233,237,238,0.5) 67%,rgba(233,237,238,0.5) 100%);
  background: -ms-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#E9EDEE 33%,#E9EDEE 67%,rgba(233,237,238,0.5) 67%,rgba(233,237,238,0.5) 100%);
  background: linear-gradient(to right, #FFCB00 0%,#FFCB00 33%,#E9EDEE 33%,#E9EDEE 67%,rgba(233,237,238,0.5) 67%,rgba(233,237,238,0.5) 100%);
}

.signup-form-wrapper #progress-bar.step2 {
  background: -moz-linear-gradient(left, #FFCB00 0%, #FFCB00 33%, #FF5B10 33%, #FF5B10 67%, #E9EDEE 67%, #E9EDEE 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFCB00), color-stop(33%,#FFCB00), color-stop(33%,#FF5B10), color-stop(67%,#FF5B10), color-stop(67%,#E9EDEE), color-stop(100%,#E9EDEE));
  background: -webkit-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#E9EDEE 67%,#E9EDEE 100%);
  background: -o-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#E9EDEE 67%,#0085B2 100%);
  background: -ms-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#E9EDEE 67%,#E9EDEE 100%);
  background: linear-gradient(to right, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#E9EDEE 67%,#E9EDEE 100%);
}

.signup-form-wrapper #progress-bar.step3 {
  background: #FFCB00;
  background: -moz-linear-gradient(left, #FFCB00 0%, #FFCB00 33%, #FF5B10 33%, #FF5B10 67%, #0085B2 67%, #0085B2 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFCB00), color-stop(33%,#FFCB00), color-stop(33%,#FF5B10), color-stop(67%,#FF5B10), color-stop(67%,#0085B2), color-stop(100%,#0085B2));
  background: -webkit-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: -o-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: -ms-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: linear-gradient(to right, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
}

.signup-form-wrapper .entry-title {
  margin: 1em 0;
  width: 80%;
}

.signup-form-wrapper .button:hover,
.signup-form-wrapper .next:hover,
.signup-form-wrapper .previous:hover,
.signup-form-wrapper input[type="submit"]:hover {
  background-color: rgba(255, 91, 16, 1);
}

.signup-form-wrapper .next, 
.signup-form-wrapper .previous {
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 1em 2em;
}

.signup-form-wrapper .next,
.signup-form-wrapper .previous,
.signup-form-wrapper input[type="submit"] {
  min-width: 214px;
  margin: 0.5em 0;
  text-align: center;
  display: none;
}

.signup-form-wrapper .button,
.signup-form-wrapper .button:focus,
.signup-form-wrapper .button:active,
.signup-form-wrapper .previous,
.signup-form-wrapper .previous:focus,
.signup-form-wrapper .previous:active,
.signup-form-wrapper .next,
.signup-form-wrapper .next:focus,
.signup-form-wrapper .next:active,
.signup-form-wrapper input[type="submit"],
.signup-form-wrapper input[type="submit"]:focus,
.signup-form-wrapper input[type="submit"]:active {
  background-color: rgba(255, 91, 16, 0.8);
}

.signup-form-wrapper .buttons .previous {
  margin-right: 25px;
}

.signup-form-wrapper .buttons .hide,
.signup-form-wrapper input[type="submit"].hide {
  display: none !important;
}

.signup-form-wrapper .buttons .show,
.signup-form-wrapper input[type="submit"].show {
  display: inline-block !important;
}

.signup-form-wrapper fieldset {
  display: none;
}


/*--------------------------------------------------------------
Formatting
--------------------------------------------------------------*/

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.4em;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
  color: #434343;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
  -webkit-box-shadow: 0 0 0 8px #fff;
  box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
  color: #434343;
}

/*--------------------------------------------------------------
Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
  margin-bottom: 30px;
}

.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.navigation-top {
  font-size: 16px;
  position: relative;
  float: right;
  margin: 0 70px 0 0;
  padding: 19px 0;
}

.navigation-top a {
  color: #434343;
  font-weight: 700;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.main-navigation {
  clear: both;
  display: block;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.main-navigation ul ul {
  background: #fff;
  border-radius: 16px;
  position: absolute;
  margin-top: 1px;
  z-index: 99999;
  left: -999em;
  padding: 10px 15px;
  width: 225px;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.2), 0 0 0 0 rgba(0,0,0,0.2); 
}

.main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:before,
.main-navigation ul li.page_item_has_children:after {
  content: "";
  display: none;
  height: 0;
  position: absolute;
  right: 1em;
  bottom: -1px;
  width: 0;
  z-index: 100000;
}

.main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
  display: block;
}

.main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.page_item_has_children:before {
  border-color: transparent;
  bottom: 0;
}

.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:after {
  border-color: transparent;
}


.main-navigation ul li:hover > ul, 
.main-navigation ul li.focus > ul {
  left: -7.5em;
  right: auto;
}

.main-navigation ul ul a {
  padding: 0.75em 1.25em;
  width: 16em;
}

.main-navigation li li {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.main-navigation li li:hover,
.main-navigation li li.focus {
  background: transparent;
}

.main-navigation li li a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.main-navigation > div > ul {
  border-top: 1px solid #eee;
  padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
  display: block;
}

.main-navigation ul ul.toggled-on {
  display: block;
  padding: 0;
  border-radius: 16px;
  background: #FFFFFF;
  padding: 10px 15px;
  width: 225px;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.2), 0 0 0 0 rgba(0,0,0,0.2); 
}

.main-navigation ul ul.toggled-on li,
.navigation-top .main-navigation ul ul.sub-menu li {
  display: block;
  padding: 3px 5px !important;
  margin: 0 !important;
}

.main-navigation ul ul.toggled-on li:first-child a, 
.main-navigation ul ul.toggled-on li:nth-child(3n+4) a,
.main-navigation ul ul.sub-menu li:first-child a, 
.main-navigation ul ul.sub-menu li:nth-child(3n+4) a {
  background-image: none !important;
  padding: 0;
  font-size: 12px;
  color: #434343;
}

.navigation-top .main-navigation ul ul.sub-menu li:last-child > a, 
.navigation-top .main-navigation ul ul.toggled-on li:last-child > a {
  color: #434343;
  background: transparent;
  background-image: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  font-size: 12px;
}

.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none;
}

.main-navigation li {
  position: relative;
  padding: 0 1.25em;
  margin: 0;
  display: inline-block;
  border: 0;
}

.main-navigation li:last-child {
  padding: 0;
  margin-left: 1.25em;
}

.main-navigation a {
  padding: 0;
  text-decoration: none;
  display: inline-block !important;
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s ease;
     -moz-transition: background-size .4s ease;
      -ms-transition: background-size .4s ease;
       -o-transition: background-size .4s ease;
          transition: background-size .4s ease;
}

.main-navigation li:first-child a,
.main-navigation li:nth-child(3n+4) a {
  background-image: linear-gradient(180deg, transparent 65%, rgba(255, 203, 0, 0.7) 0) !important;
}

.main-navigation li:nth-child(3n+2) a {
  background-image: linear-gradient(180deg, transparent 65%, rgba(255, 91, 16, 0.7) 0) !important;
}

.main-navigation li:nth-child(3n) a {
  background-image: linear-gradient(180deg, transparent 65%, rgba(0, 133, 178, 0.7) 0) !important;
}

.main-navigation a:hover,
.past-events .main-navigation a[title="Events"]:hover,
.single-events .main-navigation a[title="Events"]:hover {
  background-size: 100% 100%;
}

.navigation-top li:last-child > a:hover,
.navigation-top li:last-child > a:hover {
  background: rgba(255, 91, 16, 100);
  background-size: auto;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a,
.past-events .navigation-top li > a[title="Events"],
.single-post .navigation-top li > a[title="Blog"] {
  color: #434343;
  background: transparent;
}

.single-events .navigation-top li > a[title="Events"],
.single-locations.navigation-white .navigation-top li > a[title="Locations"] {
  color: #ffffff;
  background: transparent;
}

.single-locations .navigation-top li > a[title="Locations"] {
  background: transparent;
}

.navigation-white .navigation-top a,
.navigation-white .navigation-top .current-menu-item > a,
.navigation-white .navigation-top .current_page_item > a {
  color: #fff;
}

.navigation-top li:last-child > a,
.navigation-top li:last-child > a {
  color: #fff;
  background: rgba(255, 91, 16, 0.8);
  background-image: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 16px 20px;
}

/* Menu toggle */

.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  margin: 37px auto;
  padding: 0;
  text-shadow: none;
  right: 25px;
}

.main-navigation.toggled-on ul.nav-menu {
  display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

.site-header.site-header-scroll.position-fixed-header .menu-toggle {
  margin: 18px auto;
}

/* Dropdown Toggle */

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}

.dropdown-toggle:focus {
  outline: none;
}

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.site-header {
  position: fixed;
  z-index: 101;
  width: 100%;
  transition: all .2s ease-out;
}

.site-header.site-header-scroll {
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(67,67,67,0.1), 0 1px 2px 0 rgba(67,67,67,0.1);  
}

/*.site-header.site-header-scroll.position-fixed-header {
  position: fixed !important;
  top: initial;
}*/

/* logo default state */
.site-header .logo-horizontal {
  display: none;
}

.site-header .logo-vertical {
  display: none;
}

/* logo on-scroll options */
.site-header .logo-show { 
  display: block;
  visibility: visible;
  opacity: 1;
}

.site-header.site-header-scroll.position-fixed-header .logo-show {
  max-height: 56px;
}

.site-header .logo-hide {
  display: none;
  visibility: hidden;
  opacity: 0;

}

/* 
 * scroll scope
 */
.site-header.site-header-scroll { 
  height: 94px;
}
.site-header.site-header-scroll .main-navigation a, 
.site-header.site-header-scroll .main-navigation .current-menu-item > a, 
.site-header.site-header-scroll .main-navigation .current_page_item > a,
.site-header.site-header-scroll .main-navigation .navigation-white a, 
.site-header.site-header-scroll .main-navigation .navigation-white .current-menu-item > a, 
.site-header.site-header-scroll .main-navigation .navigation-white .current_page_item > a,
.single-events .site-header.site-header-scroll .main-navigation li:nth-child(3) a,
.single-locations .site-header.site-header-scroll .main-navigation li a {
  color: #434343;
}

.site-header.site-header-scroll .navigation-top li:last-child > a,
.site-header.site-header-scroll .navigation-top li:last-child > a {
  color: #FFFFFF;
}

.site-header .logo-horizontal .logo-horizontal-height {
  max-height: 56px;
}
.site-header .logo-wrapper {
  float: left;
  width: 218px;
  text-align: center; 
  margin-top: 36px;
}

.site-header .logo-wrapper a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.site-header .logo-wrapper a img {
  display: inline-block;
  max-height: 127px;
  width: auto;
}

.custom-header {
  position: relative;
}

.custom-header-media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.custom-header-media:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
  position: fixed;
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
  width: auto;
  top: 50%;
  padding-bottom: 1px; /* Prevent header from extending beyond the footer */
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
  background-color: rgba(34, 34, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 30px;
  top: 30px;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
}

.admin-bar .wp-custom-header-video-button {
  top: 62px;
}

/*--------------------------------------------------------------
Front Page/Homepage
--------------------------------------------------------------*/
 
.site-header.site-header-scroll .logo-wrapper {
  margin: 19px 0;
}

body.home .navigation-top {
  padding: 73px 0;
}

body.home .site-header.site-header-scroll .navigation-top {
  padding: 19px 0;
}

.home .entry-content {
  padding: 2em 0 0 0;
}

.home .entry-header {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.home .entry-header .main {
  width: 100%;
  position: absolute;
  text-align: center;
  margin: 60px auto 30px auto;
  top: 0;
  z-index: 5;
}

.home .entry-header h1 {
  margin: 0 auto;
  max-width: 550px;
  padding: 10px 20px;
}

.home .entry-header p {
  width: 37%;
  margin: 0 auto;
  padding: 10px 20px;
  line-height: 1.3em;
}

.home .entry-header a.button {
  margin: 20px 8px;
  padding: 1em 2.5em;
}

.home .entry-header .image-left {
  margin-right: 0;
}

.home .entry-header .image-right {
  margin-left: 0;
}

.home .entry-header .image-left, 
.home .entry-header .image-right {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.home .buttons-wrapper {
  padding: 40px 0 0 0;
}

.home .second-section {
  background: #434343;
  color: #fff;
  position: relative;
}

.home .second-section .floating-image {
  position: absolute;
  z-index: 5;
  width: 58%;
  left: -16%;
  top: 5.5%;
}

.home .second-section .left {
  width: 45%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 5.5em;
  position: absolute;
  z-index: 2;
  height: 100%;
  background-color: #434343;
}

.home .second-section .left .line {
  margin: 10px 0;
}

.home .second-section .left h5 {
  text-transform: uppercase;
  padding: 5px 0;
}

.home .second-section .left h2 {
  color: #fff;
  padding: 1.5em 0;
  width: 75%;
}

.home .second-section .left p {
  padding: 1.25em 0;
  margin: 0;
  width: 80%;
}

.home .second-section .left p span:first-child {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(70%, transparent),color-stop(0, #FFCB00));
  background-image: linear-gradient(180deg,transparent 70%,#FFCB00 0);
}

.home .second-section .left p span:nth-child(2) {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(70%, transparent),color-stop(0, #FF5B10));
  background-image: linear-gradient(180deg,transparent 70%,#FF5B10 0);
}

.home .second-section .left p span:last-child {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(70%, transparent),color-stop(0, #0085B2));
  background-image: linear-gradient(180deg,transparent 70%,#0085B2 0);
}

.home .second-section .right {
  width: 55%;
  margin-left: 45%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
}

.home .stats-section {
  margin: 0 auto;
  width: 90%;
  padding: 0 8px;
}

.home .stats-section ul {
  list-style: none;
  margin: 80px auto 40px auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.home .stats-section ul li {
  display: flex;
  flex-direction: column;
  width: 33.333333%;
  padding: 60px 12px;
  text-align: center;
}

.home .stats-section ul li img {
  max-width: 50%;
  margin: 10px auto;
}

.home .stats-section ul li h2 {
  font-size: 54px;
  padding: 10px 0;
}

.home .stats-section ul li p {
  font-size: 28px;
  line-height: 1.2em;
  max-width: 90%;
  margin: 0 auto 1.25em auto;
}

.home .get-started-container {
  display: flex;
  flex-direction: row;
  position: relative;
}

.home .get-started-container .left-content {
  order: 1;
  display: -webkit-flex;
  display: flex;
  width: 29%;
  position: relative;
  align-items: center;
  margin: 20px 0;
}

.home .get-started-container .left-content .main {
  position: absolute;
  padding: 0;
  width: 92%;
  text-align: center;
  margin-left: 47.5%;
}

.home .get-started-container .left-content .main .line {
  margin: 10px 0 25px 0;
  text-align: left;
}

.home .get-started-container .left-content .main h1 {
  text-align: left;
}

.home .get-started-container .left-content .main p {
  margin: 1.25em 0;
  padding: 0 15px;
  text-align: left;
}

.home .get-started-container .left-content .main a.button {
  margin: 10px 0;
}

.home .get-started-container .image-container {
  order: 2;
  display: -webkit-flex;
  display: flex;
  width: 71%;
  position: relative;
  align-items: flex-end;
}

.home .healthcare-container .healthcare-image-left, 
.home .healthcare-container .healthcare-image-right {
  position:absolute;
  z-index: 0;
}

.home .healthcare-container .healthcare-image-left img {
  width: 50%; 
  float: left;
}

.home .healthcare-container .healthcare-image-right img {
  width: 50%; 
  float: right; 
}

.home .healthcare-container .healthcare-image-left {
  left: 0; 
  top: 21.5%;
}

.home .healthcare-container .healthcare-image-right {
  right: 0; 
  top: 3.5%;
}

.home .healthcare-container {
  margin: 60px auto;
  position: relative;
}

.home .healthcare-container .main {
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  width: 75%;
}

.home .healthcare-container .main h1 {
  padding: 0.5em 3em;
  margin: 0 auto;
  width: 90%;
}

.home .healthcare-container .main p {
  width: 70%;
  margin: auto;
  padding:0 8em;
}

.home #content-right-section {
  margin: 3em auto;
}

.home #content-right-section .left {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.home #content-right-section:before {
  content: '';
  display: block;
  border-left: 17px solid #FFCB00;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.home #content-right-section .image-container {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 50%;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.home #content-right-section .left .main {
  padding: 0 5em;
}

.home #content-right-section .image-container .img-bottom {
  width: 58.5%;
  position: absolute;
  z-index: 2;
  bottom: -17%;
  left: -6.5%;
}

.home .testimonial-section {
  position: relative;
  margin: 0 auto;
  background: url(assets/images/testimonial-img-cropped.png) no-repeat top left;
  background-size: 38.5%;
}

.home .testimonial-section .main {
  margin: auto;
  text-align: center;
  width: 90%;
  padding: 20px 20px 140px 20px;
}

.home .testimonial-section .main p {
  margin: 0 auto;
  padding: 25px 0;
  max-width: 500px;
}

.home .testimonial-section .list {
  position: relative;
  padding: 0 20px;
}

.home .testimonial-section .list .item {
  margin: 80px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.home .testimonial-section .list .item:before,
.home .testimonial-section .list .item.item-1:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.home .testimonial-section .list .item.item-0:before {
  background-image: url(assets/images/testimonial_line_bar.png);
  background-position: 45.8% 0;
  height: 390px;
  top: -19%;
}

.home .testimonial-section .list .item.item-1:before {
  background-image: url(assets/images/testimonial_line_bar2.png);
  background-position: 51.4% 0;
  height: 530px;
  top: 20%;
}

.home .testimonial-section .list .item.item-1:after {
  right: 0;
  background-image: url(assets/images/testimonial-img-right-cropped.png);
  background-position: top right;
  height: 455px;
  margin-top: -4.5%;
}

.home .testimonial-section .list .item .testimonial-image-wrapper,
.home .testimonial-section .list .item .testimonial-info {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0;
}

.home .testimonial-section .list .testimonial-image-wrapper .bg {
  position: absolute;
  z-index: 1;
}

.home .testimonial-section .list .testimonial-image-wrapper .image-wrapper {
  position: relative;
  z-index: 3;
  width: 91%;
}

.home .testimonial-section .list .item .content {
  position: relative;
  max-width: 560px;
  margin: 0;
}

.home .testimonial-section .list .item .testimonial-info {
  margin: 0 auto;
  padding: 0 25px;
}

.home .testimonial-section .list .item-0 .testimonial-info {
  order: 1;
}

.home .testimonial-section .list .item-0 .testimonial-image-wrapper {
  order: 2;
}

.home .testimonial-section .list .item-0 .testimonial-info .content {
  max-width: 350px;
  padding-right: 20px;
  margin-left: 25%;
}

.home .testimonial-section .list .item-0 .testimonial-image-wrapper .content {
  margin-left: 17.5%;
}

.home .testimonial-section .list .item-1 .testimonial-image-wrapper .content {
  margin-left: 10.7%;
}

.home .testimonial-section .list .item-1 .testimonial-info .content {
  margin-left: 15%;
  margin-top: 23%;
}

.home .testimonial-section .list .item-0 .testimonial-image-wrapper .bg {
  width: 82.5%;
  right: 0;
  top: -14.8%;
}

.home .testimonial-section .list .item-1 .testimonial-image-wrapper .bg {
  width: 42%;
  left: -8.5%;
  top: -15%;
}

.home .testimonial-section .list .item .top-line {
  background-color: rgba(255, 203, 0, 0.7);
  height: 8px;
  width: 64px;
}

.home .testimonial-section .list .item p {
  margin: 0 auto;
  padding: 15px 0;
}

.home .testimonial-section .list .item p:before,
.home .testimonial-section .list .item p:after {
  content: '"';
  display: inline-block;
}

.home .testimonial-section .list .item h2 {
  padding: 15px 0;
}

.home .testimonial-section .list .item h5 {
  text-transform: uppercase;
  padding: 5px 0;
}

.home .testimonial-section .list .item-1 p,
.home .testimonial-section .list .item-1 h2,
.home .testimonial-section .list .item-1 h5 {
  max-width: 324px;
  padding-right: 20px;
  margin: 0;
}

.home .members-container,
.home .partners-container {
  margin: 0 auto;
  width: 90%;
  padding: 60px 20px 30px 20px;
}

.home .members-container .member-testimonial,
.home .partners-container .partner-testimonial {
  margin: 0 0 10px 0;
}

.home .members-container .left,
.home .partners-container .left {
  width: 41%;
  float: left;
  padding-right: 7em;
}

.home .members-container .left h3,
.home .partners-container .left h3 {
  padding: 0.5em 0;
}

.home .members-container .left h4,
.home .partners-container .left h4 {
  padding: 1em 0;
}

.home .members-container .left .testimonial,
.home .partners-container .left .testimonial {
  padding: 1em 0;
}

.home .members-container .left .testimonial:before,
.home .partners-container .left .testimonial:before {
  margin-right: 1px;
}

.home .members-container .left .testimonial:before,
.home .partners-container .left .testimonial:before,
.home .members-container .left .testimonial:after,
.home .partners-container .left .testimonial:after {
  content: "\0022";
}

.home .members-container .left .author:before, 
.home .partners-container .left .author:before {
  content: "\2014";
  margin-right: 2px;
}

.home .members-container .left .author {
  padding: 0.5em 0;
}

.home .members-container .left ul,
.home .partners-container .left ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0.5em 0;
}

.home .members-container .left ul li,
.home .members-container .left ul li a,
.home .partners-container .left ul li, 
.home .partners-container .left ul li a {
  color: #FF5B10;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.5em;
  padding: 2px 0;
}

.home .members-container .left ul li:hover,
.home .members-container .left ul li a:hover,
.home .partners-container .left ul li:hover, 
.home .partners-container .left ul li a:hover {
  color: #434343;
}

.home .members-container .right,
.home .partners-container .right {
  width: 58%;
  float: left;
  font-size: 0;
}

.home .members-container .right .members-logo-list, 
.home .partners-container .right .partners-logo-list {
  width: 32%;
  margin: 0;
}

.home .members-container .right .members-logo-list:nth-child(3n+2),
.home .partners-container .right .partners-logo-list:nth-child(3n+2) {
  margin: 0 2%;
}

.members-view-more, 
.partners-view-more {
  width: 30%;  
  text-align: center;
  background-color:transparent; 
  display: inline-block;
  justify-content: center;
  position: relative;
  vertical-align: middle;
}

.members-view-more .button, 
.partners-view-more .button {
  padding: 1em 1.75em;
}

.members-view-more > div,
.partners-view-more > div {
  padding: 15px; 
  width: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.members-logo-list, 
.partners-logo-list {
  cursor: pointer;  
  width: 17%;  
  text-align: center;
  background-color:transparent; 
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  height: 100%;
  margin: 1.5%;
}

/*.members-logo-list:nth-child(3n+2), 
.partners-logo-list:nth-child(3n+2) {
  margin: 0 5%;
}*/
  
.members-logo-list > div,
.partners-logo-list > div {
  padding: 30px; 
  width: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.members-logo-list img, 
.partners-logo-list img {
  vertical-align: middle;
  position: relative;
  z-index: 3;
}

.members-logo-list .background, 
.partners-logo-list .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition-property: transform opacity;
  -moz-transition-property: transform opacity;
  -o-transition-property: transform opacity;
  transition-property: transform opacity;
  -webkit-transition-duration: 220ms;
  -moz-transition-duration: 220ms;
  -o-transition-duration: 220ms;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
}

.members-logo-list:hover .background,
.members-logo-list:focus .background,
.members-logo-list:active .background, 
.partners-logo-list:hover .background,
.partners-logo-list:focus .background,
.partners-logo-list:active .background {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}


.home .mentor-container {
  background: url(assets/images/bg-mentor.jpg) no-repeat;
  background-size: cover;
}

.home .mentor-container .container {
  position: relative;
  display: flex;
  display: -webkit-flex;
}

.home .mentor-container .left {
  width: 50%;
  padding: 3.5em 2.5em 3.5em 5em;
  position: relative;
  z-index: 1;
}

.home .mentor-container .left .main {
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(67,67,67,0.1), 0 0 12px 0 rgba(67,67,67,0.1);
  width: 100%;
  padding: 3.75em 4.2em;
  height: 100%;
}

.home .mentor-container .left .main .image-wrapper {
  width: 100%;
  margin-bottom: 50px;
}

.home .mentor-container .left .main .line {
  margin: 10px 5px;
}

.home .mentor-container .left .main h1 {
  padding: 15px 0;
}

.home .mentor-container .left .main p {
  margin: 0;
  width: 90%;
  padding: 10px 5px;
}

.home .mentor-container .left .main .button {
  margin: 30px 0 0 0;
}

.home .mentor-container .right {
  width: 60%;
  margin-top: 4%;
  margin-left: -10%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
Milestones Section
--------------------------------------------------------------*/
.milestones-section {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}

.milestones-section .left-image {
  position: absolute;
  width: 37.5%;
  top: 70px;
  z-index: 1;
}

.milestones-section .header {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.milestones-section .header h1 {
  padding: 20px 0;
}

.milestones-section .header p {
  width: 35%;
  margin: 0 auto;
  padding: 10px 0;
  font-weight: 400;
}

.milestones-section .header h3 {
  width: 58%;
  margin: 0 auto;
  padding: 10px 0;
  font-weight: 400;
}

.milestones-section .content {
  padding: 1em 0;
}

.milestones-section .content section {
  padding: 0;
  margin: auto;
  width: 90%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  flex-direction: row;
}

.milestones-section .content section .main-content {
  display: -webkit-flex;
  display: flex;
  width: 50%;
  position: relative;
  order: 1;
  padding: 0 20px;
}

.milestones-section .content section .image-wrapper {
  order: 2;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  position: relative;
  padding: 0 20px;
  margin: 2em auto;
}

.milestones-section .content section .main-content .main {
  width: 90%;
  margin: 2em auto;
}

.milestones-section .content section .main-content .main ul {
  margin: 0 auto;
  width: 80%;
  list-style: none;
  padding: 20px 0;
  position: relative;
}

.milestones-section .content section .main-content .main li {
  padding: 0 20px 20px 48px;
  min-height: 50px;
}

.milestones-section .content section .main-content .main li:nth-child(1),
.milestones-section .content section .main-content .main.first-list li:nth-child(2) {
  background: url(assets/images/icon-team-idea.png) no-repeat top left;
}

.milestones-section .content section .main-content .main li:nth-child(2),
.milestones-section .content section .main-content .main.first-list li:nth-child(1) {
  background: url(assets/images/icon-legal-scale.png) no-repeat top left;
}

.milestones-section .content section .main-content .main li:nth-child(3), 
.milestones-section .content section .main-content .main.first-list li:nth-child(3) {
  background: url(assets/images/icon-design-tool-pen-station.png) no-repeat top left;
}

.milestones-section .content section .main-content .main li:nth-child(4) {
  background: url(assets/images/icon-time-clock.png) no-repeat 0 2px;
}

.milestones-section .content section .main-content .main li:nth-child(5), 
.milestones-section .content section .main-content .main.first-list li:nth-child(4) {
  background: url(assets/images/icon-screen.png) no-repeat 0 5px;
}

.milestones-section .content section .main-content .main li:nth-child(6) {
  background: url(assets/images/icon-calendar.png) no-repeat top left;
}

.milestones-section .content section:nth-child(2) .main-content .main {
  padding-left: 4em;
}

.milestones-section .content section:nth-child(2) .main-content .main ul {
  width: 90%;
}

.milestones-section .content section:nth-child(2) .main-content .main li:nth-child(1) {
  background: url(assets/images/icon-maze.png) no-repeat top left;
}

.milestones-section .content section:nth-child(2) .main-content .main li:nth-child(2) {
  background: url(assets/images/icon-love.png) no-repeat top left;
}

.milestones-section .content section:nth-child(2) .main-content .main li:nth-child(3) {
  background: url(assets/images/icon-globe.png) no-repeat top left;
}

.milestones-section .content section:nth-child(2) .main-content .main li:nth-child(4) {
  background: url(assets/images/icon-team-idea.png) no-repeat top left;
}

.milestones-section .content section .main-content .main li p {
  padding-left: 22px;
  min-height: 34px;
}

.milestones-section .content section .main-content .main li:nth-child(5n+1) p {
  border-left:  2px solid #FFCB00;
}

.milestones-section .content section .main-content .main li:nth-child(2) p {
  border-left:  2px solid #59E2DB;
}

.milestones-section .content section .main-content .main li:nth-child(3) p {
  border-left:  2px solid #31B3AC;
}

.milestones-section .content section .main-content .main li:nth-child(4) p {
  border-left:  2px solid #6CA4C7;
}

.milestones-section .content section .main-content .main li:nth-child(5) p {
  border-left:  2px solid #0000FF;
}

.milestones-section .content section:nth-child(1):before, 
.milestones-section .content section:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;  
}

.milestones-section .content section:nth-child(1):before {
  background-image: url(assets/images/left-line-path.png);
  background-position: 46% 0;
  height: 144px;
}

.milestones-section .content section:nth-child(2):before {
  background-image: url(assets/images/right-line-path.png);
  background-position: 52.5% 0;
  height: 178px;
  top: -19%;
}

.milestones-section .content section:nth-child(even) .main-content .main p { 
  width: 90%;
}

.milestones-section .content section:nth-child(even) .main-content {
  order: 2;
}

.milestones-section .content section:nth-child(even) .image-wrapper {
  order: 1;
}

.milestones-section .content section h1 {
  padding: 10px 0;
  line-height: 1em;
  margin-bottom: 10px;
}

.milestones-section .content section:first-child h1 {
  width: 70%;
}

.milestones-section .content section .main:before {
  content: "";
  display: block;
  height: 7px;
  width: 11%;
  margin-bottom: 5px;
}

.milestones-section .content section:first-child .main:before {
  background: rgba(255, 203, 0, 0.7);
}

.milestones-section .content section:nth-child(2) .main:before {
  background: rgba(255, 91, 16, 0.7);
}

.milestones-section .content section .image-wrapper .image {
  position: relative;
}

.milestones-section .content section .image-wrapper .image img {
  width: 90%;
  position: relative;
  z-index: 2;
}

.milestones-section .content section:first-child .image-wrapper .image img {
  float: right;
  width: 95%; 
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.site-content-contain {
  background-color: #fff;
  min-height: 100%;
  position: relative;
  padding: 170px 0 0 0;
}
.navigation-white .site-content-contain, 
.signup .site-content-contain,
.single-locations .site-content-contain,
.site-content {
  padding: 0;
}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
  position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
  display: none;
}

.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}

.page-title {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.entry-header .entry-title {
  margin-bottom: 0.25em;
  line-height: 0.75em;
}

.entry-title {
  color: #434343;
  font-size: 37px;
  letter-spacing: -0.56px;
}

.entry-title a {
  color: #434343;
  font-size: 28px;
  text-decoration: none;
  margin-left: -2px;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.pagination,
.comments-pagination {
  border-top: 1px solid #eee;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
  width: 100%;
  /*padding: 0;
  display: flex;
  margin: 80px auto;*/
}

.pagination .nav-links,
.comments-pagination .nav-links {
  float: right;
  /*margin: auto;*/
}

.pagination .icon,
.comments-pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}

.comments-pagination {
  border: 0;
}

.page-numbers {
  display: none;
  padding: 0.5em 0.75em;
}

.page-numbers.current {
  display: inline-block;
}

.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}

.prev.page-numbers,
.next.page-numbers {
  background-color: rgba(255, 91, 16, 0.8);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25em 0.5em 0.4em;
  color: #ffffff;
  margin: 0 0.75em;
}

.prev.page-numbers,
.next.page-numbers {
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
  background-color: rgba(255, 91, 16, 100);
  color: #fff;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
  padding-bottom: 2em;
}

.blog .grid {
  margin: 60px auto 10px auto;
  padding: 0 8px;
  width: 90%;
}

.blog .grid .site-main {
  clear: both;
  overflow: hidden;
  padding: 2em 0;
  width: 100%;
  font-size: 0;
  /*display: flex;
  flex-wrap: wrap;*/
}

.blog .grid article {
  padding: 0 12px;
  width: 33.333333%;
  margin: 2em 0;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  /*margin: 40px 0 0 0;
  display: flex;*/
}

.blog .grid article .box {
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(233, 237, 238, 1);
  box-shadow: 0px 2px 4px 0px rgba(233, 237, 238, 1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(233, 237, 238, 1);
  padding: 0 0 32px 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.blog .grid article .box:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(233, 237, 238, 1), 0px 10px 24px 0px rgba(233, 237, 238, 1);
  box-shadow: 0px 2px 10px 0px rgba(233, 237, 238, 1), 0px 10px 24px 0px rgba(233, 237, 238, 1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(233, 237, 238, 1), 0px 10px 24px 0px rgba(233, 237, 238, 1);
}

/*.blog .grid article:nth-child(3n+2) {
  margin: 0 25px;
}*/

.blog .grid article .box .post-thumbnail.thumb-custom {
  margin: 0 0 32px 0;
}

.blog .grid article .post-thumbnail img {
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog .grid article .entry-header {
  margin-bottom: 25px;
  /*padding: 0 32px;
  margin-bottom: 15px;*/
}

.blog .grid article .entry-header .entry-title {
  margin: 0.25em 0;
  line-height: 1.2em;
}

/*.blog .grid article .entry-content {
  padding: 0;
  flex: 1 0 auto;
}*/

.blog .grid article .entry-read-more {
  margin: 0 0 2em 0;
}

.blog .grid article .entry-read-more a:after {
  content: "\2192";
  font-weight: 700;
  margin-left: 8px;
}

.blog .grid article .entry-read-more a,
.blog .grid article .entry-content .link-more {
  font-weight: 700;
  color: #FF5B10;
}

.blog .grid article .box .author-info {
  padding: 0 32px;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}

.taxonomy-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5em;
}

/* Author Bio */

.author-avatar {
  display: inline-block;
  vertical-align: middle;
}

.author-avatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  object-fit: cover;
  width: 48px;
  height: 48px;
}

.author-description {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.author-description > span {
  display: block;
  font-weight: 700;
  line-height: 1em;
}

.author-description > label {
  font-weight: 400;
}


.author-description .entry-date {
  font-size: 12px;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
  margin: 0 auto;
}

.single-post .detail .entry-title {
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  margin: 40px auto;
  padding: 0;
  width: 70%;
}

.single-post .detail .single-featured-image-header {
  margin: 25px auto;
  padding: 0 20px;
  width: 90%;
}

.single-post .detail .single-featured-image-header img {
  display: block;
  margin: auto;
  width: 100%;
}

.single-post .detail .entry-content {
  width: 70%;
  margin: auto;
  padding: 20px 25px;
}

.single-post .detail .entry-content h1,
.single-post .detail .entry-content h2 {
  margin: 1em 0;
}

.single-post .detail .entry-content .content {
  padding: 20px 0;
}

.single-post .detail #blog-entries {
  width: 90%;
  padding: 10px 20px;
  margin: 30px auto 0 auto;
}

.single-post .detail #blog-entries a {
  float: right;
  font-weight: 700;
}

.single-post .detail #blog-entries a::before {
  content: "\003E";
  margin: 0 5px;
  display: inline-block;
}

.single-post .detail #post-nav {
  width: 90%;
  padding: 0 10px;
  margin: 0 auto;
}

.single-post .detail #post-nav .image-wrapper {
  position: relative;
  margin: 1.25em auto;
  width: 100%;
}

.single-post .detail #post-nav .image-wrapper a {
  overflow: hidden;
  position: relative;
  display: block;
}

.single-post .detail #post-nav h3 {
  padding: 0.75em 0;
}

.single-post .detail #post-nav a.read-more,
.single-post .detail #post-nav .link-more { 
  font-weight: 700;
}

.single-post .detail #post-nav a.read-more::before {
  content: "\003E";
  margin: 0 5px;
  display: inline-block;
}

.single-post .detail #post-nav .post-previous, 
.single-post .detail #post-nav .post-next {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 40px 0;
}

.single-post .detail #post-nav .post-previous {
  float: left;
}

.single-post .detail #post-nav .post-next {
  float: right;
}

.single-events .event-detail #featured-event-container {
  background: #434343;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  position: relative;
  padding: 11em 0 0 0;
  width: 100%;
}

.single-events .event-detail .featured-event {
  margin: 0 auto;
  padding: 0;
  width: 72.5%;
  text-align: center;
}

.single-events .event-detail .featured-event h2 {
  color: #fff;
  margin: 0 auto;
  padding: 50px 0;
  width: 80%;
}

.single-events .event-detail #featured-event-image {
  position: relative;
  z-index: 2;
  height: 100%;
}

.single-events .event-detail .background {
  position: absolute;
  z-index: 1;
  background: #434343;
  width: 100%;
  height: 50%;
  margin-top: -2px;
}

.single-events .event-detail #featured-event-image .image-left {
  position: absolute;
  z-index: 2;
  width: 12%;
  top: 28%;
  left: 2%;
}

.single-events .event-detail #featured-event-image .image-right {
  position: absolute;
  z-index: 2;
  right: 3.6%;
  width: 20%;
  top: 24%;
}

.single-events .event-detail #featured-event-image .image-wrapper {
  margin: 0 auto;
  width: 72.5%;
  box-shadow: 0 0 24px 0 rgba(67,67,67,0.2), 0 0 24px 0 rgba(67,67,67,0.2);
  position: relative;
  z-index: 3;
}

.single-events .event-detail #event-detail-content {
  margin: 60px auto;
  padding: 0 20px;
  width: 75%;
}

.single-events .event-detail #event-detail-content .left-content {
  width: 65%;
  float: left;
  padding-right: 50px;
}

.single-events .event-detail #event-detail-content .left-content > h1 {
  display: inline-block;
  width: 58%;
  margin: 0 0 20px 0;
}

.single-events .event-detail #event-detail-content .left-content > h1:before {
  content: '';
  display: block;
  margin: 0 0 30px 0;
  width: 192px;
  height: 8px;
  background: #FFCB00;
  background: -moz-linear-gradient(left, #FFCB00 0%, #FFCB00 33%, #FF5B10 33%, #FF5B10 67%, #0085B2 67%, #0085B2 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFCB00), color-stop(33%,#FFCB00), color-stop(33%,#FF5B10), color-stop(67%,#FF5B10), color-stop(67%,#0085B2), color-stop(100%,#0085B2));
  background: -webkit-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: -o-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: -ms-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: linear-gradient(to right, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
}

.single-events .event-detail #event-detail-content .left-content > h3 {
  margin: 1.25em 0 0.75em 0;
}

.single-events .event-detail #event-detail-location p {
  margin: 1.25em 0 1.25em;
}
.single-events .event-detail #event-detail-location .center-content {
  margin: 2em 0 4rem;
  text-align: center;
}
.single-events .event-detail #event-detail-location .center-content > h1 {
  margin: 0 auto;
  text-align: center;
}

.single-events .event-detail #event-detail-location .center-content > h1:before {
  content: '';
  display: block;
  margin: 0 auto 30px auto;
  width: 192px;
  height: 8px;
  background: #FFCB00;
  background: -moz-linear-gradient(left, #FFCB00 0%, #FFCB00 33%, #FF5B10 33%, #FF5B10 67%, #0085B2 67%, #0085B2 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFCB00), color-stop(33%,#FFCB00), color-stop(33%,#FF5B10), color-stop(67%,#FF5B10), color-stop(67%,#0085B2), color-stop(100%,#0085B2));
  background: -webkit-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: -o-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: -ms-linear-gradient(left, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);
  background: linear-gradient(to right, #FFCB00 0%,#FFCB00 33%,#FF5B10 33%,#FF5B10 67%,#0085B2 67%,#0085B2 100%);

}

.single-events .event-detail #event-detail-location {
  margin: 60px auto;
  padding: 0 20px;
  width: 75%;
}

.single-events .event-detail #event-detail-location #event-map {
  height: 400px; 
  width: 100%;
}

.single-events .event-detail #event-detail-content .right-content {
  float: right;
  width: 35%;
  padding: 0 20px;
}

.single-events .event-detail #event-detail-content .right-content > div {
  padding: 0.75em 0;
}

.single-events .event-detail #event-detail-content .right-content h4 {
  text-transform: uppercase;
  padding: 0.5em 0;
}

.single-events .event-detail #event-detail-content .right-content label {
  display: block;
  margin: 0;
  font-weight: 400;
}

.single-events .event-detail #event-detail-content .right-content label.time {
  text-transform: uppercase;
}

.single-events .event-detail #event-detail-content .right-content .addeventatc {
  z-index: 2;
  font-family: "Montserrat", "Helvetica Neue", helvetica, arial, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #0085B2 !important;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none !important;
}

.single-events .event-detail #event-detail-content .right-content .addeventatc .addeventatc_icon {
  background: transparent;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.single-events .event-detail #event-detail-content .right-content .location a {
  color: #0085B2;
}

.single-events .event-detail #event-detail-content .right-content .location span {
  display: block;
}

.single-events .event-detail #event-detail-content .right-content .location span.address {
  width: 50%;
}

.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}

.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}

.page-links a {
  display: inline-block;
}

.page-links a .page-number {
  color: #434343;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative;
}

.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}

/* Post Navigation */

.post-navigation {
  font-weight: 800;
  margin: 3em 0;
}

.post-navigation .nav-links {
  padding: 1em 0;
}

.nav-subtitle {
  background: transparent;
  color: #767676;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.nav-title {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
}

.post-navigation .nav-next {
  margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}

/*--------------------------------------------------------------
Pages
--------------------------------------------------------------*/

.page-header {
  padding-bottom: 2em;
}

.page .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: 0.6875rem;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
Default Template Pages
--------------------------------------------------------------*/

.page-template-default .entry-content.default {
  width: 80%;
  padding: 0 20px;
  margin: 60px auto;
}

.page-template-default .entry-content.default h1,
.page-template-default .entry-content.default h2 {
  padding: 10px 0;
}

.page-template-default .entry-content.default ul {
  padding: 0 20px;
}

.page-template-default.members .entry-content.default {
  width: 90%;
}

/*--------------------------------------------------------------
Members Page
--------------------------------------------------------------*/

.page-template-default.members .entry-content.default h1,
.page-template-default.members .entry-content.default p {
  margin: auto;
  text-align: center;
}

.page-template-default.members .entry-content.default p {
  padding: 40px 0;
  max-width: 540px;
}

.page-template-default.members .entry-content.default ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  clear: both;
  overflow: hidden;
  display: block;
}

.page-template-default.members .entry-content.default ul.filter-members-category li {
  float: left;
  font-size: 15px;
  margin: 6px 4px;
  padding: 4px 15px;
  transition: .3s ease-in-out;
  border: 1px solid #FF5B10;
  border-radius: 17px;
  color: #000;
  cursor: pointer;
}

.page-template-default.members .entry-content.default ul.filter-members-category li a {
  color: #000000;
}

.page-template-default.members .entry-content.default ul.filter-members-category li.active,
.page-template-default.members .entry-content.default ul.filter-members-category li:hover {
  background: #FF5B10;
}

.page-template-default.members .entry-content.default ul.filter-members-category li:hover a, 
.page-template-default.members .entry-content.default ul.filter-members-category li.active a {
  color: #ffffff;
}

/*--------------------------------------------------------------
Events and Past Events Pages
--------------------------------------------------------------*/

.events .event-wrapper, 
.past-events .event-wrapper {
  position: relative;
}

.events #main > div.event-wrapper:first-child,
.past-events #main > div.event-wrapper:first-child {
  margin: 10px auto;
}

.events .event-wrapper .content, 
.past-events .event-wrapper .content {
  margin: 0 auto;
  padding: 0 20px;
  width: 90%;
}

.events .event-wrapper.empty .content, 
.past-events .event-wrapper.empty .content {
  width: 100%;
  position: absolute;
}

.events .event-wrapper .content .empty-events, 
.past-events .event-wrapper .content .empty-events {
  text-align: center;
  font-size: 21px;
  max-width: 37.5%;
  margin: auto;
  padding: 10px 25px;
  line-height: 1.25em;
}

.events .event-wrapper .empty-image-wrapper,
.past-events .event-wrapper .empty-image-wrapper {
  position: relative;
  display: flex;
  display: -webkit-flex;
  padding: 14em 0 0 0;
}

.events .event-wrapper .empty-image-wrapper .left,
.past-events .event-wrapper .empty-image-wrapper .left {
  width: 33%;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  top: 0;
}

.events .event-wrapper .empty-image-wrapper .right,
.past-events .event-wrapper .empty-image-wrapper .right {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 40px;
  right: 0;
}

.events .event-wrapper .empty-image-wrapper .left,
.past-events .event-wrapper .empty-image-wrapper .left {
  padding: 4em;
}

.events .event-wrapper .empty-image-wrapper .button-wrapper,
.past-events .event-wrapper .empty-image-wrapper .button-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
}

.events #main > div.event-wrapper .button-wrapper,
.past-events #main > div.event-wrapper .button-wrapper {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}

.events #main > div.event-wrapper .button-wrapper .button-text,
.past-events #main > div.event-wrapper .button-wrapper .button-text {
  font-weight: 700;
  font-size: 20px;
}

.events #main > div.event-wrapper .button-wrapper .button-text:before {
  content: "\2190";
  display: inline-block;
  margin-right: 5px;
  font-family: sans-serif;
  font-weight: 700;
}

.past-events #main > div.event-wrapper .button-wrapper .button-text:after {
  content: "\2192";
  display: inline-block;
  margin-left: 5px;
  font-family: sans-serif;
  font-weight: 700;
}

.events .event-wrapper .content .header-wrapper,
.past-events .event-wrapper .content .header-wrapper {
  padding: 0 0 20px 0;
}

.events .event-wrapper .content .events-list, 
.past-events .event-wrapper .content .events-list {
  position: relative;
}

.events .event-wrapper .content .item, 
.past-events .event-wrapper .content .item {
  position: relative;
  font-size: 0;
  padding: 20px 0;
  z-index: 2;
}

.events .event-wrapper .content .item:last-child, 
.past-events .event-wrapper .content .item:last-child {
  padding: 30px 0 80px 0;
}

.events .event-wrapper .content .item .thumbnail-wrapper, 
.past-events .event-wrapper .content .item .thumbnail-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 40.5%;
}

.events .event-wrapper .content .item .thumbnail-wrapper img, 
.past-events .event-wrapper .content .item .thumbnail-wrapper img {
  box-shadow: 0 0 12px 0 rgba(67,67,67,0.1), 0 0 12px 0 rgba(67,67,67,0.1);
}

.events .event-wrapper .content .item .event-info,
.past-events .event-wrapper .content .item .event-info {
  display: inline-block;
  vertical-align: middle;
  width: 59%;
  margin-left: 0.5%;
  font-size: 16px;
  padding: 0 4em;
  background: #fff;
}

.events .event-wrapper .content .item .event-info h3,
.past-events .event-wrapper .content .item .event-info h3 {
  font-size: 28px;
  width: 80%;
  margin: 5px 0 15px 0;
}

.events .event-wrapper .content .item .event-info span, 
.past-events .event-wrapper .content .item .event-info span {
  display: block;
  font-weight: 700;
}

.events .event-wrapper .content .item .event-info p,
.past-events .event-wrapper .content .item .event-info p {
  margin: 1em 0;
}

.events .event-wrapper .content .item .button,
.past-events .event-wrapper .content .item .button {
  margin: 1em 0;
  background: rgba(67, 67, 67, 0.8);
}

.events .event-wrapper .content .item .button:hover,
.past-events .event-wrapper .content .item .button:hover {
  background: rgba(67, 67, 67, 1);
}

.events .event-wrapper h2,
.past-events .event-wrapper h2 {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.events .event-wrapper .image-right,
.past-events .event-wrapper .image-right {
  position: absolute;
  top: 50%;
  right: 0;
  width: 22.5%;
  z-index: 1;
}

/*--------------------------------------------------------------
Locations Page
--------------------------------------------------------------*/

.page-template-default.locations .entry-content,
.page-template-default.locations .entry-content.default {
  width: 90% !important;
  padding: 0 8px;
  margin: 40px auto;
}

.locations .locations-list {
  padding: 2em 0 0 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.locations .locations-list .item {
  padding: 0 12px;
  width: 33.333333%;
  margin: 2em 0;
  display: flex;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
}

.locations .locations-list .item .box {
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(233, 237, 238, 1);
  box-shadow: 0px 2px 4px 0px rgba(233, 237, 238, 1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(233, 237, 238, 1);
  padding: 0 0 16px 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.locations .locations-list .item .box:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(233, 237, 238, 1), 0px 10px 24px 0px rgba(233, 237, 238, 1);
  box-shadow: 0px 2px 10px 0px rgba(233, 237, 238, 1), 0px 10px 24px 0px rgba(233, 237, 238, 1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(233, 237, 238, 1), 0px 10px 24px 0px rgba(233, 237, 238, 1);
}

.locations .locations-list .item img {
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
}

.locations .locations-list .item h2 {
  padding: 40px 0 5px 0;
}

.locations .locations-list .item label {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 0.75em;
}

.locations .locations-list .item label:before, 
.locations .locations-list .item label:after {
  content: '\2014';
  color: #FF5B10;
  margin: 0 10px;
}

.locations .locations-list .item p {
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
  flex: 1 0 auto;
}

.locations .locations-list .item .button {
  padding: 1em 3em;
  margin: 16px auto;
}

.location-detail {
  text-align: center;
}

.location-detail .banner-image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.location-detail .content {
  margin: 40px auto 0 auto;
  width: 60%;
  padding: 0 40px;
}

.location-detail .content .main {
  width: 60%;
  margin: 0 auto;
}

.location-detail .content .main label {
  font-size: 21px;
  line-height: 25px;
  margin: 0.5em 0;
}

.location-detail .content .main label:before, 
.location-detail .content .main label:after {
  content: '\2014';
  color: #FF5B10;
  margin: 0 15px;
}

.location-detail .content .main p {
  margin: 25px auto;
  padding: 0 10px;
}

.location-detail .content .main .button {
  width: 280px;
}

.location-detail .location-team-members {
  text-align: left;
}

.location-detail .featured-icon {
  margin: 0 auto 70px auto;
  position: relative;
}

.location-detail .featured-icon img {
  position: relative;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  width: 254px;
  height: 254px;
  margin-top: -127px;
}

.location-detail .working-hours {
  background: url('./assets/images/bg-hours.png') no-repeat center;
  background-size: contain;
  text-align: left;
  margin: 5rem auto 0 auto;
}

.location-detail .working-hours .content {
  padding: 7rem;
  width: 55%;
  margin: auto;
}

.location-detail .working-hours h3 {
  text-align: center;
  margin: 1rem 0;
}

.location-detail .working-hours ul {
  margin: 25px auto;
  list-style: none;
  max-width: 360px;
}

.location-detail .working-hours li {
  margin: 3px 0;
}

.location-detail .working-hours strong {
  min-width: 80px;
  display: inline-block;
}

.location-detail .working-hours span {
  display: inline-block;
  width: 180px;
}

.location-detail .working-hours span.closed {
  display: inline-block;
  width: auto;
  font-weight: bold;
  color: #FF5B10;
}

.location-detail .waitlist-form {
  margin: 20px auto;
  text-align: left;
  width: 35%;
}

.location-detail .waitlist-form h3 {
  padding: 6rem 0 0 0;
  margin: 20px auto;
  text-align: center;
}

.location-detail .waitlist-form .submit {
  margin: 45px auto;
  width: 280px;
  display: block;
}

.location-detail .waitlist-form .message {
  text-align: center;
  padding: 0 60px;
}

.location-detail .maps {
  margin: auto;
  position: relative;
}

.location-detail .maps .image-left, 
.location-detail .maps .image-right {
  position: absolute;
  z-index: 0;
}

.location-detail .maps .image-left {
  left: 0;
  top: 17.5%;
}

.location-detail .maps .image-left img {
  float: left;
  width: 50%;
}
 
.location-detail .maps .image-right {
  right: 0;
  top: 0;
}

.location-detail .maps .image-right img {
  float: right;
  width: 50%;
}

.location-detail .maps .main {
  margin: 0 auto;
  text-align: center;
  padding: 360px 20px 120px 20px;
  width: 75%;
}

.location-detail .maps .main .map-canvas {
  height: 475px;
  width: 100%;
  background: url('./assets/images/loading_icon.gif') no-repeat center;
  background-size: 10%;
  border: 1px dotted #eee;
  position: relative;
}

.location-detail .maps .main .map-canvas {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.29);
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.29); 

}

/*--------------------------------------------------------------
Press Page
--------------------------------------------------------------*/
.press .site-main .header-container {
  display: flex;
  display: -webkit-flex;
  position: relative;
  width: 100%;
}

.press .site-main .header-container .entry-header {
  width: 40%;
  padding: 0 5.5em;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.press .site-main .header-container .entry-header .line {
  margin: 10px 0;
}

.press .site-main .header-container .entry-header h1 {
  font-size: 16px;
  margin: 10px 0;
  padding: 5px 0;
}

.press .site-main .header-container .entry-header h2 {
  padding: 30px 0;
}

.press .site-main .header-container .image-right {
  width: 60%;
  padding-left: 3em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  top: -60px;
}

.press .site-main .press-list-content {
  margin: 0 auto 120px auto;
  width: 90%;
  padding: 0 20px;
}

.press .site-main .press-list-content .item {
  margin: 0 auto;
  padding: 28px 0;
}

.press .site-main .press-list-content .item .thumbnail-wrapper {
  display: inline-block;
  vertical-align: middle;
  min-height: 260px;
  width: 32.5%;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(67,67,67,0.1), 0 0 12px 0 rgba(67,67,67,0.1);
}

.press .site-main .press-list-content .item .thumbnail-wrapper img {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  padding: 20% 0;
}

.press .site-main .press-list-content .item .press-info {
  display: inline-block;
  width: 67.5%;
  vertical-align: middle;
  padding: 0 1.75em;
}

.press .site-main .press-list-content .item h5 {
  text-transform: uppercase;
}

.press .site-main .press-list-content .item p {
  padding: 1em 0;
}

.press .site-main .press-list-content .item .button {
  background: rgba(0, 133, 178, 0.8);
}

.press .site-main .press-list-content .item .button:hover {
  background: rgba(0, 133, 178, 1);
}

/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/

.contact .entry-content .header-content {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0;
}

.contact .entry-content .header-content .entry-header h2 {
  margin: 30px auto 20px auto;
}

.contact .entry-content .header-content .description {
  margin: 0 auto;
  width: 40%;
  padding: 10px 0;
}

.contact .entry-content .main-content {
  display: flex;
  display: -webkit-flex;
  position: relative;
}

.contact .entry-content .main-content .left {
  width: 50%;
  position: absolute;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1.25em 0 12em;
  z-index: 2;
  height: 100%;
}

.contact .entry-content .main-content .left form {
  width: 100%;
  margin: 0;
  padding: 0;
}

.contact .entry-content .main-content .left form fieldset {
  margin: 0;
  padding: 0;
}

.contact .entry-content .main-content .left form .form-item {
  margin-bottom: 12px;
}

.contact .entry-content .main-content .left form .form-item textarea {
  height: 100px;
}

.contact .entry-content .main-content .left form > p {
  margin: 0;
  min-height: 30px;
  font-size: 12px;
  line-height: 1.25em;
  color: #FF5B10;
}

.contact .entry-content .main-content .left form input[type="submit"] {
  margin-top: 0.5em;
  padding: 1em 5em;
}

.contact .entry-content .main-content .right {
  width: 57.5%;
  margin-left: 42.5%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}


/*--------------------------------------------------------------
Content header section
--------------------------------------------------------------*/

.content-header {
  background: #434343;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.content-header .line {
  margin: 15px 0;
}

.content-header h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.content-header .left {
  width: 41.7%;
  display: -webkit-flex;
  display: flex;
  padding: 0 5.5em;
  position: absolute;
  z-index: 2;
  height: 100%;
  background-color: #434343;
}

.content-header .left .main {
  padding: 80px 0;
  margin: 170px auto 0 auto;
}

.content-header .left .main > h2 {
  color: #fff;
  line-height: 1.189em;
}

.content-header .left .main > p {
  margin: 30px 0;
  font-size: 28px;
  font-weight: 700;
  display: block;
  line-height: 1.25em;
}

.content-header .left .main > p span{
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.content-header .left .main > p span:first-child {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(70%, transparent),color-stop(0, #FFCB00));
  background-image: linear-gradient(180deg,transparent 70%,#FFCB00 0);
}

.content-header .left .main > p span:nth-child(2) {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(70%, transparent),color-stop(0, #FF5B10));
  background-image: linear-gradient(180deg,transparent 70%,#FF5B10 0);
}

.content-header .left .main > p span:last-child {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(70%, transparent),color-stop(0, #0085B2));
  background-image: linear-gradient(180deg,transparent 70%,#0085B2 0);
}

.content-header .button {
  width: 214px;
  margin: 0 auto;
  text-align: center;
}

.content-header .right {
  width: 75%;
  margin-left: 25%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
}

.innovation .content-header .left {
  width: 42.5%;
}

.innovation .content-header .left .main {
  margin: 120px auto 0 auto;
  width: 98%;
}

.innovation .content-header .left .main > p, 
.innovator .content-header .left .main > p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.19em;
  margin: 25px 0;
}
.innovation .content-header .left .main .btn-border {
  margin: 8px 0;
}

.innovation .content-header .right {
  width: 61.5%;
  margin-left: 38.5%;
}

.innovation #two-cols-section {
  padding: 0 0 30px 0;
}

.innovation .innovation-content {
  display: none;
  padding-top: 120px;
}

.innovation #schedule-meeting {
  display: none;
  width: 90%;
  margin: 100px auto;
  text-align: center;
  position: relative;
}

.innovation #schedule-meeting.active, 
.innovation .innovation-content.active {
  display: block;
}

.innovation #schedule-meeting .left-wrapper {
  position: absolute;
  top: -50%;
  width: 25.8%;
}

.innovation #schedule-meeting .right-wrapper {
  position: absolute;
  top: -50%;
  width: 24.7%;
  right: 0;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper {
  width: 86%;
  margin: 0 auto;
  background: #FFEEE7;
  padding: 1.4em 0;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper h5 {
  text-align: left;
  margin: 5px auto;
  width: 48%;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper .schedule-meeting-form {
  width: 48%;
  margin: 0 auto;
  display: flex;
  padding-bottom: 5px;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper .schedule-meeting-form fieldset {
  width: 73%;
  padding-right: 8px;
  margin: 0;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper .schedule-meeting-form fieldset label {
  position: absolute;
  right: 5px;
  margin: 0;
  padding: 0;
  bottom: -20px;
  display: none;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper .schedule-meeting-form fieldset .form-item {
  margin: 0;
  position: relative;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper .schedule-meeting-form fieldset .form-item.invalid label {
  display: block;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper input {
  border: 2px solid #FF5B10;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Montserrat", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Montserrat", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Montserrat", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Montserrat", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
}

.innovation #schedule-meeting .schedule-meeting-form-wrapper button {
  padding: 0.625em 0;
  width: 27%;
}

/*--------------------------------------------------------------
Center content section
--------------------------------------------------------------*/

#center-content-section {
  margin: 60px auto;
  padding-bottom: 6em;
  width: 100%;
}

#center-content-section h1 {
  text-align: center;
  margin: 25px 0;
}

#center-content-section .content {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 40px 0;
}

#center-content-section .image-container {
  position: relative;
}

#center-content-section .image-container .img-right {
  width: 25%;
  position: absolute;
  z-index: 1;
  top: -21%;
  right: 0;
}

#center-content-section .image-container .img-float {
  width: 13.5%;
  position: absolute;
  z-index: 3;
  top: 7%;
}

#center-content-section .image-container .img-bottom {
  width: 26%;
  position: absolute;
  z-index: 1;
  bottom: -34%;
}

#center-content-section .image-wrapper {
  width: 72.5%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#center-content-section .image-wrapper img {
  box-shadow: 0 0 24px 0 rgba(67,67,67,0.2), 0 0 24px 0 rgba(67,67,67,0.2);
}

#center-content-section .image-wrapper img::after {
  position: absolute;
  background: url(assets/images/illustration1.png) no-repeat;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
Two columns section
--------------------------------------------------------------*/

#two-cols-section {
  padding: 60px 0 30px 0;
  width: 80%;
  margin: 0 auto;
}

#two-cols-section h1 {
  text-align: center;
  margin: 25px 0;
}

#two-cols-section .content {
  float: left;
  width: 50%;
  padding: 0 35px;
  margin: 25px auto;
}

#two-cols-section.one-col .content {
  float: none;
  width: 100%;
}

#two-cols-section.one .content {
  float: none;
  text-align: center;
}

/*--------------------------------------------------------------
Content with Image Right section
--------------------------------------------------------------*/

#content-right-section {
  display: flex;
  display: -webkit-flex;
  margin: 12em auto;
  position: relative;
}

#content-right-section:before {
  content: '';
  display: block;
  border-left: 17px solid #0085B2;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

#content-right-section .left {
  width: 45%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#content-right-section .left .main {
  padding: 0 3.5em 0 5.5em;
}

#content-right-section .left .line {
  margin: 15px 0;
}

#content-right-section .left h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

#content-right-section .left p {
  margin: 30px 0;
  font-size: 28px;
  font-weight: 700;
  display: block;
  line-height: 1.25em;
}

#content-right-section .image-container {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 55%;
  -webkit-align-items: center;
  align-items: center;
}

#content-right-section .image-wrapper {
  position: relative;
  z-index: 2;
  right: 0;
}

#content-right-section .image-container > div {
  position: relative;
  width: 100%;
}

#content-right-section .image-container .img-right {
  width: 38%;
  position: absolute;
  z-index: 1;
  top: -52%;
  right: 0;
}

#content-right-section .image-container .img-bottom {
  width: 48%;
  position: absolute;
  z-index: 1;
  bottom: -36%;
  left: -16%;
}

.become-a-member .milestones-section {
  padding: 0;
}

.become-a-member #content-right-section {
  border-left: none !important;
  margin: 5em auto 10em auto;
}

.become-a-member #content-right-section:before {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.become-a-member #content-right-section .left {
  width: 50%;
}

.become-a-member #content-right-section .left .main {
  padding: 0 3em 0 12em;
}

.become-a-member #content-right-section .left .main ul {
  margin: 1em 0;
}

.become-a-member #content-right-section .left .main ul li {
  margin: 0 0 0 25px;
}

.become-a-member #content-right-section .image-container {
  width: 50%;
  padding: 0 5.75em 0 7.25em;
}

.become-a-member #content-right-section .image-container .image-wrapper img {
  box-shadow: 0 0 12px 0 rgba(67,67,67,0.1), 0 0 12px 0 rgba(67,67,67,0.1);
}

.become-a-member #content-right-section .image-container .img-right {
  width: 50%;
  top: -3%;
}

.become-a-member #content-right-section .image-container .img-bottom {
  width: 34%;
  z-index: 3;
  bottom: -18%;
  left: -1%;
}

/*--------------------------------------------------------------
Item list wrapper section
--------------------------------------------------------------*/

.item-list-wrapper,
.location-member-list {
  margin: 0 auto;
  position: relative;
  padding: 40px 20px;
  width: 90%;
}

.item-list-wrapper h2, 
.location-member-list h2 {
  margin-left: 8px;
  display: inline-block;
  font-size: 28px;
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(60%, transparent),color-stop(0, #FFCB00));
  background-image: linear-gradient(180deg,transparent 60%,#FFCB00 0);
  padding-right: 5px;
}

#team-members .item-list-wrapper:nth-child(2) h2 {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(60%, transparent),color-stop(0, #FF5B10));
  background-image: linear-gradient(180deg,transparent 60%,#FF5B10 0);
}

.item-list-wrapper ul, 
.location-member-list ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  font-size: 0;
}

.item-list-wrapper li, 
.location-member-list li {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  font-size: 16px;
  padding: 24px 0;
  font-size: 0;
  cursor: pointer;
}

.item-list-wrapper li .image-wrapper,
.location-member-list li .image-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35%;
}

.item-list-wrapper li .info-wrapper,
.location-member-list li .info-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 61%;
  padding: 0 10px;
}
.item-list-wrapper li img,
.location-member-list li img {
  transition: all 0.5s ease;
}

.item-list-wrapper li img,
.item-list-wrapper li span.gray-scale-fix,
.location-member-list li img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.location-member-list li img {
  padding: 8px;
}

.gray-photo {
  -webkit-transform:translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
}

.item-list-wrapper li img { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); 
} 

.item-list-wrapper li:hover img {
  -webkit-filter: grayscale(0%); 
  -moz-filter: grayscale(0%); 
  filter: grayscale(0%); 
}

.item-list-wrapper li .image-wrapper svg, 
.location-member-list li .image-wrapper img {
  left: 0;
  top:0;
}
.item-list-wrapper li div.image-wrapper > img,
.item-list-wrapper li span.gray-scale-fix {
  border-color:transparent;   
}
.item-list-wrapper li:hover div.image-wrapper > img,
.item-list-wrapper li:hover span.gray-scale-fix {
  border-color:#FFCB00;   
}
#team-members .item-list-wrapper:nth-child(2) li:hover div.image-wrapper > img,
#team-members .item-list-wrapper:nth-child(2) li:active div.image-wrapper > img,
#team-members .item-list-wrapper:nth-child(2) li:hover span.gray-scale-fix, 
#team-members .item-list-wrapper:nth-child(2) li:active span.gray-scale-fix {
  border-color:#FF5B10; 
}
.item-list-wrapper li div.image-wrapper > img,
.item-list-wrapper li span.gray-scale-fix,
.item-list-wrapper li:hover div.image-wrapper > img,
.item-list-wrapper li:hover span.gray-scale-fix,
#team-members .item-list-wrapper:nth-child(2) li:hover div.image-wrapper > img,
#team-members .item-list-wrapper:nth-child(2) li:active div.image-wrapper > img,
#team-members .item-list-wrapper:nth-child(2) li:hover span.gray-scale-fix, 
#team-members .item-list-wrapper:nth-child(2) li:active span.gray-scale-fix {
  border-style:solid;  
  border-width:8px;
}



/* Grayscale Images fix for IE10-IE11 */
.item-list-wrapper li:hover .gray-scale-fix img,
.item-list-wrapper li:hover .gray-scale-fix img.gray-scale {
  visibility: visible !important;
  position: relative;
} 


.item-list-wrapper li h3,
.location-member-list li h3{
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}

.item-list-wrapper li h5,
.location-member-list li h5 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
Membership Application section
--------------------------------------------------------------*/

#members-application {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin: 80px auto 0 auto;
  padding: 60px 0 0 0;
}

#members-application .main {
  width: 100%;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  top: 0;
}

#members-application .main h1 {
  margin: 25px auto;
  width: 80%;
}

#members-application .main p {
  width: 35%;
  margin: 0 auto;
  padding: 10px 0;
}

#members-application .main a.button {
  margin: 40px 0;
}

#members-application .image-left, 
#members-application .image-right {
  width: 50%;
  display: flex;
  display: -webkit-flex;
}

/* 404 page */

.error404 .page-content {
  padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em;
}

#error-msg {
  color: #FF5B10;
}

#valid-msg {
  color: #00C900;
}

.float {
  position: absolute;
  margin: 0 !important;
  right: 0;
}

/*--------------------------------------------------------------
Modal section
--------------------------------------------------------------*/

#modal {
  position: absolute;
  z-index: 999998;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.99);
}

#modal.show {
  visibility: visible;
}

#modal .table {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  z-index: 999999;
  background-color: rgba(233, 237, 238, 0.95);
}

#modal .table .inner-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

#modal .table .inner-content .main-content {
  width: 80.5%;
  height: 86%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 24px 0 rgba(67,67,67,0.1), 0 0 24px 0 rgba(67,67,67,0.1);
}

#modal.show .table .inner-content .main-content, 
#modal.show .table .inner-content .email-newsletter {
  opacity: 1;
}

#modal .table .inner-content .email-newsletter {
  width: 500px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 24px 0 rgba(67,67,67,0.1), 0 0 24px 0 rgba(67,67,67,0.1);
}

#modal .table .inner-content .email-newsletter .content {
  position: relative;
  width: 86%;
  margin: 0 auto;
  padding: 3em 0;
  text-align: center;
}

#modal .table .inner-content .email-newsletter .content img {
  margin: 0 auto;
  max-width: 190px;
}

#modal .table .inner-content .email-newsletter .content h4 {
  margin: 0;
  padding: 1.25em 0;
}

.yikes-easy-mc-success-message {
  color: #ffffff;
  background: rgba(255, 91, 16, 1);
  padding: 1.5em 1;
}

#modal .table .inner-content .email-newsletter .content form {
  text-align: left;
  margin: 10px auto;
  clear: both;
}

#modal .table .inner-content .email-newsletter .content form label {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

#modal .table .inner-content .email-newsletter .content .edit-link {
  display: none;
}

#modal.show .table .inner-content .subscription-wrapper {
  margin: 5em auto;
  background: #fff;
  position: relative;
  height: 71%;
  width: 72%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 24px 0 rgba(67,67,67,0.1), 0 0 24px 0 rgba(67,67,67,0.1);
  display: flex;
  display: -webkit-flex;
  z-index: 3;
}

#modal.show .table .inner-content .main {
  margin: 0 auto;
  width: 80%;
  height: 80%;
  position: relative;
  border: 1px solid transparent;
}

#modal.show .table .inner-content .main .image-left {
  position: absolute;
  width: 35%;
  left: 2%;
  z-index: 1;
}

#modal.show .table .inner-content .main .image-right {
  position: absolute;
  width: 35%;
  right: 3.25%;
  bottom: -2%;
  z-index: 1;
}

#modal.show .table .inner-content .subscription-wrapper .content {
  width: 80%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#modal.show .table .inner-content .subscription-wrapper .content .line {
  margin: 0 auto;
}

#modal.show .table .inner-content .subscription-wrapper .content h1 {
  margin: 25px auto;
}

#modal.show .table .inner-content .subscription-wrapper .content p {
  width: 70%;
  margin: 0 auto;
}

#modal.show .table .inner-content .subscription-wrapper .content .button {
  width: 200px;
  margin: 50px 0 0 0;
}

#modal .table .inner-content .main-content .close-wrapper {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  z-index: 5;
}

#modal .table .inner-content .main-content .close-wrapper::after {
  content: "";
  position: absolute;
  background: url(assets/images/icon-close.png) no-repeat;
  width: 14px;
  height: 14px;
  display: block;
}

#modal .table .inner-content .email-newsletter .close-wrapper {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  z-index: 5;
}

#modal .table .inner-content .email-newsletter .close-wrapper::after {
  content: "";
  position: absolute;
  background: url(assets/images/icon-close.png) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  display: block;
}

#modal .table .inner-content .main-content .bottom-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
}

#modal .table .inner-content .main-content .content {
  position: relative;
  width: 70%;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 3.5em 0 1.5em 0;
}

#modal .table .inner-content .main-content .content .image-wrapper {
  position: relative;
  display: inline-block;
  width: 18.3%;
  vertical-align: middle;
}

#modal .table .inner-content .main-content .content .image-wrapper img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

#modal .table .inner-content .main-content .content .info-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}

#modal .table .inner-content .main-content .content .info-wrapper h3 {
  margin-bottom: 10px;
}

#modal .table .inner-content .main-content .content .info-wrapper h5 {
  font-weight: 400;
}

#modal .table .inner-content .main-content .content .bio-wrapper {
  height: 50%;
  width: 100%;
  margin: 10px auto;
  padding: 30px 0 20px 0;
}

#modal .table .inner-content .main-content .content .bio-wrapper p {
  padding: 0 25px 0 0;
}

#modal .table .inner-content .main-content .content .bio-wrapper ul {
  padding: 0 25px 0 40px;
}

#modal .table .inner-content .main-content .content .social-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

#modal .table .inner-content .main-content .content .social-details li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin-right: 30px;
  padding: 5px 0 5px 28px;
}

#modal .table .inner-content .main-content .content .social-details li a::before {
  content: "";
  position: absolute;
  left: 0;
  background-size: contain !important;
}

#modal .table .inner-content .main-content .content .social-details li.icon-email a::before {
  background: url(assets/images/icon-modal-email.png) no-repeat 0 2px;
  width: 21px;
  height: 21px;
}

#modal .table .inner-content .main-content .content .social-details li.icon-twitter a::before {
  background: url(assets/images/icon-modal-twitter.png) no-repeat 0 2px;
  width: 18px;
  height: 21px;
}

#modal .table .inner-content .main-content .content .social-details li.icon-linkedin a::before {
  background: url(assets/images/icon-modal-linkedin.png) no-repeat 0 2px;
  width: 18px;
  height: 21px;
}

.home #modal {
  background-color: rgba(0, 0, 0, 0.3);
}

.home #modal .table {
  background-color: transparent;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: 8rem 2.5rem 2rem 2.5rem;
  width: 100%;
  z-index: 3;
}

.site-footer > .wrap {
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  align-items: inherit;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.site-footer .wrap .site-info {
  font-size: 0;
  width: 25%;
}

.site-footer .wrap .logo {
  max-width: 187px;
}

.site-footer .copyright {
  font-size: 16px;
  line-height: 1.5em;
  margin: 2rem 0;
}

.site-footer .wrap h2 {
  font-size: 16px;
  margin: 0;
  padding: 0 0 0.5rem 0;
  text-align: left;
  line-height: 1.5em;
}

.site-footer .wrap ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
}

.site-footer .wrap .footer-1 {
  width: 40%;
}

.site-footer .wrap .footer-2 {
  width: 22%;
}

.site-footer .wrap ul#menu-scale-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.site-footer .wrap ul li {
  display: block;
  padding: 0;
  margin: 0.5rem 0 0.5rem 0;
  width: 100%;
  border: 1px solid transparent;
}

.site-footer .wrap ul#menu-scale-menu li {
  padding: 0 2rem 0 0;
}

.site-footer .wrap ul li a {
  color: #434343;
  font-weight: 400;
}

.site-footer .wrap nav {
  line-height: 1.5em;
  width: 13%;
}

.site-footer .wrap nav > div {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.site-footer .wrap nav ul li {
  display: inline-block;
  margin: 0.5rem 0 0.5rem 0.75rem;
  padding: 0;
  width: auto;
}

.site-footer .wrap nav ul li:first-child {
  margin: 0.5rem 0;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
  clear: both;
  width: 70%;
  margin: auto;
  padding: 20px 25px;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
}

/* Gravatar */

.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
  display: block;
}

/* Search */

.search-form {
  position: relative;
}

.search-form .search-submit {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px;
}

.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

img,
video {
  height: auto; /* Make sure images are scaled correctly. */
  width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0;
}

/* SVG Icons base styles */

.icon {
  display: inline-block;
  fill: currentColor;
  height: 22px;
  position: relative; /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 22px;
}

/*--------------------------------------------------------------
SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
  display: none;
}

.no-svg .svg-fallback {
  display: inline-block;
}

.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
  -ms-transform: rotate(0); /* IE 9 */
  transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E";
}

/* Social nav */

.social-navigation {
  font-size: 16px;
}

.social-navigation a {
  display: inline-block;
  margin: 0;
  text-align: center;
}

.social-navigation .icon {
  height: 18px;
  width: 18px;
  opacity: 0.7;
  vertical-align: middle;
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important; /* overrides previous !important styles */
  width: auto;
}

/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/

@media print {

  /* Hide elements */

  form,
  button,
  input,
  select,
  textarea,
  .navigation-top,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important;
  }

  #comments,
  .site-footer,
  .single-featured-image-header {
    border: 0;
  }

  /* Font sizes */

  body {
    font-size: 12pt;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 22pt;
  }

  h3 {
    font-size: 17pt;
  }

  h4 {
    font-size: 12pt;
  }

  h5 {
    font-size: 11pt;
  }

  h6 {
    font-size: 12pt;
  }

  /* Layout */

  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }

  /* Site Branding */

  .site-header {
    background: transparent;
    padding: 0;
  }

  .custom-header-media {
    padding: 0;
  }

  /* Posts */

  .single-featured-image-header {
    background: transparent;
  }

  .entry-meta {
    font-size: 9pt;
  }

  /* Colors */

  body,
  .site {
    background: none !important; /* Brute force since user agents all print differently. */
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }

  .site-footer {
    padding: 0;
  }
}

/* THUMB-CUSTOM */
div.thumb-custom {
  float: left;
  width: 100%;
  margin-right: 10px;
}

.thumb-custom a {
  display: block;
  width: 100%;
  text-align: center;
}

.thumb-custom a img {
  max-width: 100%;
}

.thumb-custom div {
  padding: 10px;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
  margin-top: 10px;
}

.thumb-clearfix{
 clear:both;
}

/*--------------------------------------------------------------
frontpage google map
--------------------------------------------------------------*/

.frontpage_map_canvas {
  margin: 7rem 0 0 0;
  height: 475px;
  width: 100%;
  background: url('./assets/images/loading_icon.gif') no-repeat center;
  background-size: 10%;
  border: 1px dotted #eee;
  position: relative;
}
.frontpage_map_canvas {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.29);
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.29); 

}
div.infoWindow p.p_map { display:block !important; padding:2px 0 !important; white-space: nowrap; }
div.infoWindow p.p_map { display:table-row; margin: initial !important; }
div.infoWindow { display:table; }
div.infoWindow { text-align:left }
div.infoWindow text { margin: 0 8px; line-height: 1.8; padding-left: 18px }
div.infoWindow .ico_geo_marker,
div.infoWindow .ico_email_marker,
div.infoWindow .ico_contact_marker {
  background: url('./assets/images/contacts-vertical-sprite.png') no-repeat;
  background-size: 23px;
}
div.infoWindow .ico_geo_marker {
  background-position: -2px 3px;
}
div.infoWindow .ico_email_marker {
  background-position: -2px -18px;
}
div.infoWindow .ico_contact_marker {
  background-position: -2px -42px;
}


/* birthday form signup*/
.form-row-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
}
.form-row-signup .form-group-10{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}
.form-row-signup .form-group-100{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.form-row-signup label.center {
  text-align: center
}
.form-row-signup .mright{
  margin-right:.5rem;
  margin-bottom: 0;
}

body.home .entry-header {
  overflow: hidden;
}

.members-logo-list:hover img.invert-it,
.members-logo-list:active img.invert-it,
.members-logo-list:focus img.invert-it,
.partners-logo-list:hover img.invert-it,
.partners-logo-list:active img.invert-it,
.partners-logo-list:focus img.invert-it {
  -webkit-filter:invert(100%);
  -ms-filter:invert(100%);
  -o-filter:invert(100%);
  filter:invert(100%); 
}
/* 
 * Invert Images using SVG
 * A plugin for CSS3 fallback on IE 11
 * ie-hover-modernizr
 */
 .thumbnail-ie .invert-it {
  -webkit-filter:invert(0);
  -ms-filter:invert(0);
  -o-filter:invert(0);
  filter:invert(0);
  -webkit-transform:translate3d(0,0,0);
  -webkit-backface-visibility: hidden;     
}
.thumbnail-ie svg {
  /* margin-left:auto;
  margin-right:auto; */
  display:none;
  position:relative;
  z-index: 2;
  padding-bottom: 1px;
  margin:0; 
}

.thumbnail-ie img {
  width: 100% !important; 
  height: auto !important;
  position: relative;
  vertical-align: middle;  
}
 
/* footer fix */
html,body {
  height: 100%;
}
footer {
  position: relative;
  clear:both;
}


/* Mailchimp form css */
.home .entry-header p.yikes-easy-mc-error-message {
  width: 100% !important;
  font-size: 14px;
  padding: 15px;
  border-radius: 4px;
  max-width: 430px;
  margin: 10px auto 30px auto;
}
.home .entry-header p.yikes-easy-mc-success-message {
  width: 100% !important;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 91, 16, 0.8);
  padding: 15px;
  border-radius: 4px;
  max-width: 480px;
  margin: 10px auto 30px auto;
}
.yikes-easy-mc-form.yikes-mailchimp-form-inline {
  max-width: 280px;
}
.page .entry-header .edit-link {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.home .entry-header .yikes-easy-mc-form label.label-inline {
  float: left;
  width: 79%;
  padding-right: 0;
}
.home .entry-header .yikes-easy-mc-form .submit-button-inline-label {
  width: initial !important;
  min-width: inherit !important;
  float: left;
}
.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=email]:focus,
.yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=number]:focus,
.yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=text]:focus,
.yikes-easy-mc-form input[type=url], .yikes-easy-mc-form input[type=url]:focus,
.yikes-easy-mc-form select {
  background-color: #eff3f4 !important;
  border: 0 !important;
  padding: 0.5em 0.75em !important;
  margin-bottom: 8px;
  outline: none !important;
}
.yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button-image {
  width: auto !important;
  max-width: 45px !important;
  min-width: 45px !important;
}


.mc4wp-form .mc4wp-form-fields {
  height: 45px;
  width: 280px;
  margin: 0 auto;
  position: relative;
}
.mc4wp-form .mc4wp-form-fields p {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  height: 45px;
}
.mc4wp-form .mc4wp-form-fields p:first-child {
  width: 280px !important;
}
.mc4wp-form .mc4wp-form-fields p:last-child {
  width: 45px !important;
  position: absolute;
  top: 0;
  right: 0;
}
.mc4wp-form .mc4wp-form-fields p > label {
  display: none;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.mc4wp-form .mc4wp-form-fields p > [type="email"],
.mc4wp-form .mc4wp-form-fields p > [type="text"] {
  border: 0;
  background: #EFF3F4;
  height: 45px;
  width: 100%;
  padding: 0.5em 3.25em 0.5em 0.75em;
}
.mc4wp-form .mc4wp-form-fields p > [type="submit"] {
  margin: auto;
  width: 45px;
  height: 45px;
  margin: auto;
  background: url(assets/images/submit-btn-image.png) no-repeat;
  color: transparent;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
.mc4wp-response .mc4wp-success p {
  width: 100%;
  max-width: 380px;
}

.no-bullet {
  list-style: none !important;
}