/*! Slick Design CSS */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* GRIDLING
 * ---------------------------------------------
 * Version: 1.2.3
 * Copyright (c) 2017 N. Talbot; Dual licensed: MIT/GPL
 *
 * Description:
 * ---------------------------------------------
 * Gridling is a lightweight CSS layout tool for building responsive websites fast.
 *
 * Inspired by the Twitter Bootstrap framework, simple row and column classes are used
 * to convert design layouts into a grid of halves, thirds, quarters and fifths.
 * Gridling also includes breakpoint variables that can be reused throughout your project
 * to handle all media queries, its system is adaptable and highly customisable.
 *
 * Features:
 * ---------------------------------------------
 * 1. Grid system
 * 2. Spacing utilties (Padding and Margin)
 * 3. Media breakpoint variables
 *
 * More information:
 * ---------------------------------------------
 * http://gridling.naashdev.net
 * By Nathan Talbot
 */

.grid {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.grid:before,
.grid:after {
	content: "";
	display: table;
}

.grid:after {
	clear: both;
}

.grid-lg {
	max-width: 1400px;
}

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

.row:after {
	clear: both;
}

.col {
	width: 100%;
	float: left;
	min-height: 1px;
}

.m-b-1 {
	margin-bottom: 10px;
}

.m-b-2 {
	margin-bottom: 20px;
}

.m-b-3 {
	margin-bottom: 30px;
}

.m-b-4 {
	margin-bottom: 40px;
}

.m-b-5 {
	margin-bottom: 50px;
}

.m-b-6 {
	margin-bottom: 60px;
}

.m-b-7 {
	margin-bottom: 70px;
}

.m-b-8 {
	margin-bottom: 80px;
}

.m-b-9 {
	margin-bottom: 90px;
}

.m-b-10 {
	margin-bottom: 100px;
}

.m-b-11 {
	margin-bottom: 110px;
}

.m-b-12 {
	margin-bottom: 120px;
}

.m-t-1 {
	margin-top: 10px;
}

.m-t-2 {
	margin-top: 20px;
}

.m-t-3 {
	margin-top: 30px;
}

.m-t-4 {
	margin-top: 40px;
}

.m-t-5 {
	margin-top: 50px;
}

.m-t-6 {
	margin-top: 60px;
}

.m-t-7 {
	margin-top: 70px;
}

.m-t-8 {
	margin-top: 80px;
}

.m-t-9 {
	margin-top: 90px;
}

.m-t-10 {
	margin-top: 100px;
}

.m-t-11 {
	margin-top: 110px;
}

.m-t-12 {
	margin-top: 120px;
}

.p-b-1 {
	padding-bottom: 10px;
}

.p-b-2 {
	padding-bottom: 20px;
}

.p-b-3 {
	padding-bottom: 30px;
}

.p-b-4 {
	padding-bottom: 40px;
}

.p-b-5 {
	padding-bottom: 50px;
}

.p-b-6 {
	padding-bottom: 60px;
}

.p-b-7 {
	padding-bottom: 70px;
}

.p-b-8 {
	padding-bottom: 80px;
}

.p-b-9 {
	padding-bottom: 90px;
}

.p-b-10 {
	padding-bottom: 100px;
}

.p-b-11 {
	padding-bottom: 110px;
}

.p-b-12 {
	padding-bottom: 120px;
}

.p-t-1 {
	padding-top: 10px;
}

.p-t-2 {
	padding-top: 20px;
}

.p-t-3 {
	padding-top: 30px;
}

.p-t-4 {
	padding-top: 40px;
}

.p-t-5 {
	padding-top: 50px;
}

.p-t-6 {
	padding-top: 60px;
}

.p-t-7 {
	padding-top: 70px;
}

.p-t-8 {
	padding-top: 80px;
}

.p-t-9 {
	padding-top: 90px;
}

.p-t-10 {
	padding-top: 100px;
}

.p-t-11 {
	padding-top: 110px;
}

.p-t-12 {
	padding-top: 120px;
}

/* MIXINS
 * ---------------------------------------------
 *
 * This is a custom library of reusable mixins.
 * To make navigating the files easier I've seperated
 * these into the below sections:
 *
 * Contents:
 * ---------------------------------------------
 * 1. Base & Resets
 * 2. Layout
 * 3. Elements
 * 4. Animations & Transitions
 * 5. Misc (For project specific mixins)
 */

.hide-text {
	font-size: 0 !important;
	color: transparent !important;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}

.relative {
	position: relative;
}

.center {
	text-align: center;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
}

.bg-green {
	background-color: #7dc296;
}

.bg-green h1,
.bg-green .h1,
.bg-green .section h2,
.section .bg-green h2,
.bg-green h2,
.bg-green .h2,
.bg-green h3,
.bg-green .h3,
.bg-green h4,
.bg-green .h4,
.bg-green h5,
.bg-green .h5,
.bg-green h6,
.bg-green .h6 {
	color: inherit !important;
}

.bg-navy {
	background-color: #1c3553;
	color: #FFFFFF;
}

.bg-navy h1,
.bg-navy .h1,
.bg-navy .section h2,
.section .bg-navy h2,
.bg-navy h2,
.bg-navy .h2,
.bg-navy h3,
.bg-navy .h3,
.bg-navy h4,
.bg-navy .h4,
.bg-navy h5,
.bg-navy .h5,
.bg-navy h6,
.bg-navy .h6 {
	color: inherit !important;
}

.bg-white {
	background-color: #FFFFFF;
	color: #000000;
}

.bg-light {
	background-color: #FAFAFA;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	overflow-x: hidden;
}

body {
	background: #FFFFFF;
	font-family: "Hind", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 60px;
}

body.home {
	padding-top: 0;
}

::-moz-selection {
	background: #7dc296;
	color: #FFFFFF;
}

::selection {
	background: #7dc296;
	color: #FFFFFF;
}

::-moz-selection {
	background: #7dc296;
	color: #FFFFFF;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
	max-width: 100%;
}

figure {
	margin: 0 0 20px;
}

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

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

h1,
.h1,
.section h2,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Brandon Grotesque", "Lato", "Hind", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 20px;
	color: #1c3553;
	letter-spacing: .05em;
}

h1 small,
.h1 small,
.section h2 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	display: block;
	font-size: .28em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-top: .25em;
	margin-bottom: .5em;
}

h1 small + br,
.h1 small + br,
.section h2 small + br,
h2 small + br,
.h2 small + br,
h3 small + br,
.h3 small + br,
h4 small + br,
.h4 small + br,
h5 small + br,
.h5 small + br,
h6 small + br,
.h6 small + br {
	display: none;
}

h1,
.h1,
.section h2 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 22px;
	letter-spacing: 0;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 11px;
}

p {
	margin: 0 0 20px;
}

ul,
ol {
	margin: 0 0 20px;
}

a {
	color: #7dc296;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

strong,
b {
	font-weight: bold;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 18px;
	font-family: "Hind", Helvetica, Arial, sans-serif;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 22px 34px 18px;
	height: 58px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-sm {
	font-size: 15px;
	height: 32px;
	padding: 10px 10px 7px;
}

.btn-primary {
	color: #FFFFFF;
	background: #7dc296;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #61b580;
}

.btn-full {
	width: 100%;
}

.btn[class^="icn-"],
.btn[class*=" icn-"] {
	padding-right: 30px;
	position: relative;
}

.btn[class^="icn-"]:before,
.btn[class*=" icn-"]:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	right: 10px;
}

.btn-square {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.btn-square:before {
	font-size: 20px;
}

.btn-square:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.field {
	position: relative;
	margin-bottom: 5px;
}

label {
	font-size: 18px;
	color: #7dc296;
	display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	font-size: 18px;
	line-height: 1.5;
	font-family: "Brandon Grotesque", "Lato", "Hind", Helvetica, Arial, sans-serif !important;
	height: 58px;
	width: 100% !important;
	background: #FFFFFF;
	padding: 8px 24px 7px !important;
	border: 1px solid #EBEBEB;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	height: 145px;
}

button {
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.select {
	position: relative;
}

.select .customSelect,
.select select {
	font-size: 18px;
	line-height: 1.5;
	font-family: "Hind", Helvetica, Arial, sans-serif;
	width: 100% !important;
	height: 58px !important;
	background: transparent;
	padding: 14px 12px;
	border: 1px solid #EBEBEB;
}

.select select {
	z-index: 999;
}

.select .customSelect:after {
	font-size: 18px;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 10px;
	z-index: -1;
	pointer-events: none;
}

.customSelectInner {
	width: 100% !important;
}

input[type="radio"].custom-radio,
input[type="checkbox"].custom-checkbox {
	display: none;
}

input[type="radio"].custom-radio:checked + label:after,
input[type="checkbox"].custom-checkbox:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

input[type="radio"].custom-radio + label,
input[type="checkbox"].custom-checkbox + label {
	position: relative;
	line-height: 24px;
	padding-left: 35px;
}

input[type="radio"].custom-radio + label:before,
input[type="radio"].custom-radio + label:after,
input[type="checkbox"].custom-checkbox + label:before,
input[type="checkbox"].custom-checkbox + label:after {
	content: "";
	display: block;
	position: absolute;
}

input[type="radio"].custom-radio + label:after,
input[type="checkbox"].custom-checkbox + label:after {
	width: 16px;
	height: 16px;
	top: 4px;
	left: 4px;
	background: #7dc296;
	opacity: 0;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

input[type="radio"].custom-radio + label:before,
input[type="checkbox"].custom-checkbox + label:before {
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
}

input[type="radio"].custom-radio[type="radio"] + label:before,
input[type="radio"].custom-radio[type="radio"] + label:after,
input[type="checkbox"].custom-checkbox[type="radio"] + label:before,
input[type="checkbox"].custom-checkbox[type="radio"] + label:after {
	border-radius: 50%;
}

::-webkit-input-placeholder {
	color: #000000;
	opacity: 1;
}

:-moz-placeholder {
	color: #000000;
	opacity: 1;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

.input-group {
	display: -webkit-box;
	display: flex;
	width: 100%;
}

.input-group > input,
.input-group > button {
	margin-bottom: 0;
}

.input-group > input {
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
}

.input-group > .input-group-addon {
	-webkit-box-flex: 1;
	        flex: 1 0 auto;
}

html.no-flexbox .input-group {
	display: table;
	width: 100%;
}

html.no-flexbox .input-group > input,
html.no-flexbox .input-group > .input-group-addon {
	display: table-cell;
	vertical-align: middle;
}

[class^="icn-"]:before,
[class*=" icn-"]:before,
.customSelect:after {
	display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.icn-mail:before,
.customSelect:after {
	font: var(--fa-font-regular);
	content: "\f0e0";
}

.icn-arrow-down:before {
	font: var(--fa-font-solid);
	content: "\f107";
}

.icn-arrow-left:before {
	font: var(--fa-font-solid);
	content: "\f104";
}

.icn-arrow-right:before {
	font: var(--fa-font-solid);
	content: "\f105";
}

.icn-arrow-up:before {
	font: var(--fa-font-solid);
	content: "\f106";
}

.icn-phone:before {
	font: var(--fa-font-solid);
	content: "\f095";
}

.icn-website:before,
.icn-link:before {
	font: var(--fa-font-solid);
	content: "\f0c1";
}

.icn-compass:before {
	font: var(--fa-font-regular);
	content: "\f14e";
}

.icn-chrome:before {
	font: var(--fa-font-brands);
	content: "\f268";
}

.icn-location-dot:before {
	font: var(--fa-font-solid);
	content: "\f3c5";
}

.icn-podcast:before {
	font: var(--fa-font-solid);
	content: "\f2ce";
}

.icn-microphone:before {
	font: var(--fa-font-solid);
	content: "\f130";
}

.icn-facebook:before {
	/* content: "\e904"; */
	font: var(--fa-font-brands);
	content: "\f39e";
}

.icn-google:before {
	/* content: "\e905"; */
	font: var(--fa-font-brands);
	content: "\f1a0";
}

.icn-instagram:before {
	/* content: "\e906"; */
	font: var(--fa-font-brands);
	content: "\f16d";
}

.icn-linkedin:before {
	/* content: "\e907"; */
	font: var(--fa-font-brands);
	content: "\f0e1";
}

.icn-pinterest:before {
	/* content: "\e909"; */
	font: var(--fa-font-brands);
	content: "\f231";
}

.icn-slick:before {
	content: "\e90a";
	display: none;
}

.icn-twitter:before {
	/* content: "\e90b"; */
	font: var(--fa-font-brands);
	content: "\f099";
}

.icn-youtube:before {
	/* content: "\e90c"; */
	font: var(--fa-font-brands);
	content: "\f167";
}

.icn-spotify:before {
	font: var(--fa-font-brands);
	content: "\f1bc";
}

.icn-tiktok:before {
	font: var(--fa-font-brands);
	content: "\e07b";
}

.icn-whatsapp:before {
	font: var(--fa-font-brands);
	content: "\f232";
}

.icn-waze:before {
	font: var(--fa-font-brands);
	content: "\f83f";
}


.slider {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
}

.slider img {
	width: 100%;
}

.slider li {
	vertical-align: middle;
}

.slider-wrap {
	position: relative;
}

.slider-controls {
	position: relative;
	text-align: center;
}

.slider-controls .next,
.slider-controls .prev {
	position: absolute;
	font-size: 22px;
	top: 8px;
	z-index: 3;
}

.slider-controls .next:before,
.slider-controls .prev:before {
	/* font-size: 50px; */
	font-size: 2rem;
}

.slider-controls .prev {
	left: 0;
}

.slider-controls .next {
	right: 0;
}

.pager {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pager > li {
	display: inline-block;
}

.pager > li.is-active button,
.pager > li.slick-active button {
	background: #FFFFFF;
}

.pager button {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #7dc296;
	background: #7dc296;
	padding: 0;
	margin: 0 4px 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 10px 0 40px;
}

.accordion .toggle {
	display: block;
	color: inherit;
	padding: 12px 20px 10px;
}

.accordion .toggle h3 {
	font-family: "Hind", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

.accordion .toggle h3,
.accordion .toggle i {
	display: inline-block;
	vertical-align: middle;
}

.accordion .toggle i {
	height: 33px;
	width: 33px;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
}

.accordion .toggle i:before {
	font-size: 30px;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -13px;
}

.accordion .item.bold .toggle h3 {
	font-weight: bold;
}

.accordion .content {
	overflow: hidden;
	display: none;
	background: #FAFAFA;
}

.accordion .content > *:first-child {
	padding-top: 20px;
}

.accordion > .is-active .toggle {
	color: #FFFFFF;
	background: #7dc296;
}

.accordion > .is-active .toggle h3 {
	font-weight: bold;
}

.accordion > .is-active .toggle i {
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.accordion > .is-active .toggle i:before {
	color: #FFFFFF;
}

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

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

.tabs ul:after {
	clear: both;
}

.tabs ul > li {
	float: left;
}

.tabs ul > li > a {
	display: block;
	padding: 20px;
	background: #7dc296;
	color: #FFFFFF;
	text-decoration: none;
}

.tabs ul > li > a.is-active {
	background: #61b580;
}

.tab-content {
	display: none;
	padding: 20px 0;
}

.tab-content.is-active {
	display: block;
}

.social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.social a {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #7dc296;
	position: relative;
	border-radius: 50%;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.social a:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.social a:before {
	/* font-size: 25px; */
	color: #FFFFFF;
}

.social a:hover,
.social a:focus {
	background: #61b580 !important;
}

.social a:hover:before,
.social a:focus:before {
	color: #FFFFFF !important;
}

.social.white a,
.header .social a,
.section-newsletter .social a {
	background: #FFFFFF;
}

.social.white a:before,
.header .social a:before,
.section-newsletter .social a:before {
	color: #1c3553;
}

.s-nav .title a {
	text-decoration: none;
}

.s-nav li > a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 4px 0;
	border-bottom: 1px solid;
}

.s-nav li > a:hover {
	color: #7dc296;
}

.s-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#map {
	height: 250px;
	width: 100%;
}

.card {
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	margin: 10px 0;
}

.card .top {
	background: #a5acaf;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 20px 0 16px;
	font-weight: bold;
}

.card .content {
	padding: 0 35px 25px;
}

.card .price {
	font-weight: bold;
	font-size: 54px;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 30px 0;
	font-family: "Brandon Grotesque", "Lato", "Hind", Helvetica, Arial, sans-serif;
	color: #1c3553;
}

.card .price sup {
	font-weight: normal;
	font-size: .3em;
	top: 0;
}

.card .price sup.currency {
	font-weight: bold;
	vertical-align: middle;
	font-size: .6em;
	top: -.25em;
}

.card .price:after {
	content: "";
	display: block;
	height: 8px;
	border-radius: 5px;
	background: #a5acaf;
	width: 75%;
	margin: 20px auto 0;
}

.tile {
	display: block;
	position: relative;
}

.tile img {
	width: 100%;
}

.tile .overlay {
	background: #7dc296;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	text-align: center;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
}

.tile .overlay h3 {
	color: inherit;
	margin-bottom: .4em;
}

.tile .overlay h3 small {
	font-size: .5em;
}

.tile .overlay > .middle {
	width: 100%;
}

.tile .overlay p {
	margin: 0;
}

.tile .button {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 34px 4px;
	border: 1px solid #FFFFFF;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, 10%);
	    -ms-transform: translate(-50%, 10%);
	        transform: translate(-50%, 10%);
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 3;
}

.tile .button:hover {
	background: #FFFFFF;
	color: #1c3553;
}

.tile:hover {
	z-index: 3;
}

.tile:hover .overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%) !important;
	    -ms-transform: translateX(0%) !important;
	        transform: translateX(0%) !important;
}

.tile:hover .button {
	-webkit-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
	opacity: 1;
}

.single-post {
    color: inherit;
}

.single-post i {
    color: #7dc296;
}

.single-post img {
    margin-bottom: 10px;
}

.no-flexbox .tile .overlay {
	display: table;
}

.no-flexbox .tile .overlay > .middle {
	display: table-cell;
	vertical-align: middle;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #1c3553;
}

@media screen and (min-width: 783px) {

	.admin-bar .header {
		top: 32px;
	}

}

.header .logo {
	display: block;
	width: 69px;
	height: 40px;
	background-image: url("../images/SOS23-white.svg");
	background-size: 69px 40px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px 0 10px 20px;
}

.header .main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .main-navigation ul:before,
.header .main-navigation ul:after {
	content: "";
	display: table;
}

.header .main-navigation ul:after {
	clear: both;
}

.header .main-navigation > ul li {
	position: relative;
	width: 100%;
}

.header .main-navigation > ul > li a {
	display: block;
	position: relative;
	padding: 20px 20px 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #EBEBEB;
	z-index: 1;
}

.header .mobile-utils {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .social {
	margin-top: 15px;
}

.menu-toggle .hamburger {
	width: 30px;
	height: 22px;
	display: block;
	position: relative;
}

.menu-toggle .hamburger > .line {
	width: 30px;
	height: 2px;
	background: #FFFFFF;
	display: block;
	position: absolute;
}

.menu-toggle .hamburger > .line1 {
	top: 0px;
	transition: .4s ease-in-out;
}

.menu-toggle .hamburger > .line2 {
	top: 10px;
	transition: .3s ease-in-out;
}

.menu-toggle .hamburger > .line3 {
	top: 20px;
	transition: .4s ease-in-out;
}

.arrow {
	display: block;
	width: 63px;
	height: 63px;
	background-color: #7dc296;
	position: relative;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

.arrow:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.arrow:before {
	font-size: 40px;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-open .header .menu-toggle > .hamburger > .line1 {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 10px;
}

.menu-open .header .menu-toggle > .hamburger > .line2 {
	opacity: 0;
}

.menu-open .header .menu-toggle > .hamburger > .line3 {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 10px;
}

.footer .logo {
	display: block;
	width: 128px;
	height: 45px;
	background-image: url("../images/logo.svg");
	background-size: 128px 45px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 20px;
}

.footer .copyright {
	margin: 0;
}

.footer .copyright a {
	display: inline-block;
	color: inherit;
	text-decoration: underline;
	margin: 0 10px;
}

.footer .slickdesign {
	color: inherit;
	padding-right: 30px;
	position: relative;
}

.footer .slickdesign:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	right: 0px;
}

.footer .slickdesign:before {
	font-size: 20px;
}

.footer .slickdesign:hover {
	color: #000000;
}

.footer .bottom {
	font-size: 14px;
	padding: 12px 0;
	background: #a5acaf;
	color: #FFFFFF;
}

.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.footer-nav ul:after {
	clear: both;
}

.page-content > .content,
.section {
	padding: 40px 0;
}

.section h2 {
	margin-bottom: 20px;
}

.banner {
	height: 250px;
	color: #FFFFFF;
	background: #1c3553;
	position: relative;
}

.banner > .content {
	position: relative;
	z-index: 2;
}

.banner .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.background-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.background-media:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(28, 53, 83, 0.8);
	z-index: 3;
}

.background-media .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-sponsors .heading h2 {
	margin: 0 0 20px;
}

.sponsors .row {
	border-bottom: 1px solid #000000;
}

.sponsors .row .inner {
	margin: 0 -30px;
}

.sponsors .row:last-of-type {
	border-bottom: 0;
}

.sponsors .row .category {
	padding: 0 30px;
	margin: 40px 0;
	border-right: 1px solid #000000;
}

.sponsors .row .category:last-of-type {
	border-right: 0;
}

.sponsors .row .category h4 {
	font-weight: normal;
	white-space: nowrap;
	letter-spacing: 0;
}

.sponsors .row .category ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	margin: 0 -3px;
}

.sponsors .row .category ul li {
	width: 33.333333333%;
	padding: 0 3px 6px;
}

.sponsors .row .category ul li > img {
	width: 100%;
}

.section-newsletter form {
	position: relative;
	max-width: 880px !important;
	margin: 0 auto !important;
}

.section-newsletter form label {
	display: none !important;
}

.section-newsletter form .btn {
	width: 100%;
}

.section-newsletter .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}

.profile_bar {
	padding-bottom: 40px;
}

.profile_bar:before,
.profile_bar:after {
	content: "";
	display: table;
}

.profile_bar:after {
	clear: both;
}

.profile_bar h1 {
	float: left;
}

.profile_bar p {
	float: right;
	margin-top: 3em;
	margin-bottom: 0;
}

.speakers-carousel {
	text-align: center;
}

.speakers-carousel .slider-controls {
	display: inline-block;
	padding: 0 65px 30px;
}

.speakers-carousel .slider-controls h3 {
	margin: 0;
}

.speakers-carousel h3 {
	margin: 0 auto;
}

.sponsors-slider {
	overflow: hidden;
	margin-top: 50px;
}

.sponsors-slider ul {
	display: -webkit-box;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sponsors-slider ul li img {
	padding: 0 40px;
	display: block;
	width: auto;
	height: auto;
}

.line-heading {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.line-heading .heading {
	position: relative;
	padding: 0 38px;
	margin: 0;
	display: inline-block;
}

.line-heading .heading:before,
.line-heading .heading:after {
	content: "";
	position: absolute;
	height: 2px;
	background: #c0c6c7;
	top: 50%;
	margin-top: -1px;
}

.line-heading .heading:before {
	left: -999em;
	right: 100%;
}

.line-heading .heading:after {
	left: 100%;
	right: -999em;
}

.sponsor-category {
	margin-top: 70px;
}

.sponsor-category .line-heading {
	margin-bottom: 70px;
}

.sponsor-tile {
	text-align: center;
	max-width: 50%;
	margin: 0 auto;
}

.sponsor-tile img {
	max-width: 50%;
}

.sponsor-tile a {
	font-weight: bold;
}

.sponsor-tile .image {
	display: block;
	margin-bottom: 40px;
}

.sponsor-tile .image.square {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {

.c-1-2 {
	width: 50%;
}

.c-1-3 {
	width: 33.333333333%;
}

.c-2-3 {
	width: 66.666666666%;
}

.c-1-4 {
	width: 25%;
}

.c-3-4 {
	width: 75%;
}

.c-1-5 {
	width: 20%;
}

.c-2-5 {
	width: 40%;
}

.c-3-5 {
	width: 60%;
}

.c-4-5 {
	width: 80%;
}

.r-g-1 {
	margin-left: -10px;
}

.r-g-1 > .col {
	padding-left: 10px;
}

.r-g-2 {
	margin-left: -20px;
}

.r-g-2 > .col {
	padding-left: 20px;
}

.r-g-3 {
	margin-left: -30px;
}

.r-g-3 > .col {
	padding-left: 30px;
}

.r-g-4 {
	margin-left: -40px;
}

.r-g-4 > .col {
	padding-left: 40px;
}

.r-g-5 {
	margin-left: -50px;
}

.r-g-5 > .col {
	padding-left: 50px;
}

.r-g-6 {
	margin-left: -60px;
}

.r-g-6 > .col {
	padding-left: 60px;
}

.r-g-7 {
	margin-left: -70px;
}

.r-g-7 > .col {
	padding-left: 70px;
}

.r-g-8 {
	margin-left: -80px;
}

.r-g-8 > .col {
	padding-left: 80px;
}

.r-g-9 {
	margin-left: -90px;
}

.r-g-9 > .col {
	padding-left: 90px;
}

.r-g-10 {
	margin-left: -100px;
}

.r-g-10 > .col {
	padding-left: 100px;
}

.r-g-11 {
	margin-left: -110px;
}

.r-g-11 > .col {
	padding-left: 110px;
}

.r-g-12 {
	margin-left: -120px;
}

.r-g-12 > .col {
	padding-left: 120px;
}

.hide-md-lg {
	display: none;
}

.nav-flex {
	display: -webkit-box;
	display: flex;
}

.nav-flex > li {
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
}

.nav-flex > li:last-of-type {
	-webkit-box-flex: 0;
	        flex: 0 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	padding-top: 116px;
}

p.lead {
	font-size: 22px;
}

.btn-lg {
	height: 84px;
	font-size: 22px;
	padding: 34px 30px;
}

.slider-controls .pager {
	display: none !important;
}

.accordion .toggle {
	padding: 20px 0 15px;
}

.accordion .toggle .col:first-of-type {
	text-align: right;
}

.accordion .toggle .col:first-of-type h3 {
	padding-right: 40px;
}

.accordion .toggle i {
	margin-left: 10px;
}

.accordion .toggle i:before {
	font-size: 44px;
	height: 44px;
	width: 44px;
	margin-top: -22px;
	margin-left: -19px;
}

.accordion .content .col {
	padding-right: 70px;
}

#map {
	height: 500px;
}

.cards {
	display: -webkit-box;
	display: flex;
	justify-content: center;
}

.cards .col {
	padding: 0 10px;
	max-width: 33%;
}

.tile .overlay { /*&:after {
                content: "";
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -45px;
                right: -42px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 45px 0 45px 42px;
                border-color: transparent transparent transparent $color-brand;
            }*/
}

.tile .overlay h3 {
	font-size: 36px;
}

.tile .overlay p {
	font-size: 28px;
}

.tiles .col:nth-child(3n + 1) > .tile .overlay { /*&:after {
                        right: auto;
                        left: -42px;
                        transform: rotate(180deg);
                    }*/
}

.header .logo {
	float: left;
	margin: 20px 0;
}

.header .mobile-menu {
	display: block !important;
}

.header .mobile-menu .arrow {
	display: none;
}

.header .social {
	position: absolute;
	top: 0;
	right: 20px;
}

.header .main-navigation {
	padding-top: 65px;
	margin-bottom: 15px;
}

.header .main-navigation > ul > li {
	width: auto;
}

.header .main-navigation > ul > li:hover > a,
.header .main-navigation > ul > li:focus > a,
.header .main-navigation > ul > li.is-open > a {
	background: #7dc296;
	color: #FFFFFF !important;
}

.header .main-navigation > ul  li:hover > .sub-menu,
.header .main-navigation > ul  li:focus > .sub-menu,
.header .main-navigation > ul  li.is-open > .sub-menu {
	opacity: 1;
	left: 0;
	padding-top: 0;
	transition: 0s left 0s, 0.3s padding-top 0s, 0.3s opacity ease-in-out 0s;
}

.header .main-navigation > ul > li.button > a {
	font-weight: bold;
	color: #7dc296;
	border: 1px solid #7dc296;
}

.header .main-navigation > ul > li > a {
	font-weight: normal;
	font-size: 16px;
	padding: 7px 22px 3px;
	border: 1px solid transparent;
}

.header .main-navigation ul .sub-menu {
	position: absolute;
	top: 100%;
	left: -999em;
	width: 220px;
	padding-top: 5px;
	background: #FFFFFF;
	opacity: 0;
	display: block !important;
	transition: 0s left 0.3s, 0.3s padding-top 0s, 0.3s opacity ease-in-out 0s;
}

.header .main-navigation > ul .sub-menu > li > a {
	font-size: 16px;
	padding: 12px 22px 8px;
	color: #000000;
}

.header .main-navigation ul.sub-menu > li  a:hover {
	background: whitesmoke;
}

body.home .header {
	background: transparent;
}

body.home .header .logo {
	opacity: 0;
	visibility: hidden;
}

body.home.header-fixed .header {
	background: #1c3553;
}

body.home.header-fixed .header .logo {
	opacity: 1;
	visibility: visible;
}

body.home.header-fixed .main-navigation .button > a {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

body.home.header-fixed .main-navigation .button:hover > a,
body.home.header-fixed .main-navigation .button:focus > a {
	border-color: #7dc296;
}

.menu-toggle .hamburger {
	display: none;
}

.page-content > .content,
.section {
	padding: 120px 0;
}

.banner .triangle,
.section .triangle {
	display: block;
	width: 90px;
	height: 63px;
	background-image: url("../images/triangle.svg");
	background-size: 90px 63px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -90px;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
}

.banner .triangle {
	width: 100%;
	background-image: url("../images/speechbubble.svg");
	background-size: 1080px 63px;
	background-position: right;
	bottom: 0;
}

.banner .triangle.left,
.section .triangle.left {
	left: 20px;
	-webkit-transform: rotateY(-180deg), translate(200%);
	        transform: rotateY(-180deg), translate(200%);
	-webkit-transform-origin: 0;
	    -ms-transform-origin: 0;
	        transform-origin: 0;
}

.banner .triangle.right,
.section .triangle.right {
	right: 20px;
}

.section h2 {
	margin-bottom: 50px;
}

.section .triangle {
	bottom: -120px;
}

.banner {
	height: 400px;
}

.banner-home {
	height: auto;
	padding-top: 116px;
	font-size: 22px;
}

.banner-home > .content {
	padding: 90px 0 90px;
}

.banner-home .logo {
	margin-bottom: 40px;
}

.banner-home .logo > img {
	width: 100%;
	height: auto;
	margin-left: -5%;
}

.banner-home .logo + .col {
	position: absolute;
	padding-left: 4%;
	right: 0;
	bottom: 21%;
	margin-bottom: 40px;
}

.banner-home .event-details {
	font-size: 34px;
	text-align: center;
	line-height: 1.3;
}

.banner-home .event-details strong {
	font-weight: normal;
	font-size: 1.12em;
}

.banner-home .event-details .btn {
	width: 100%;
}

.section-sponsors .heading {
	position: relative;
}

.section-sponsors .heading p {
	margin: 0;
}

.section-sponsors .heading .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
}

.sponsors .row .inner {
	display: -webkit-box;
	display: flex;
}

.sponsors .row .category {
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
}

.sponsors .row .category ul {
	margin: 0 -15px;
	flex-wrap: nowrap;
}

.sponsors .row .category ul li {
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
	width: auto;
	max-width: 25%;
	padding: 0 15px;
}

.no-flexbox .inner {
	display: table;
}

.no-flexbox .category {
	display: table-cell;
	vertical-align: top;
}

.no-flexbox .category ul {
	display: table;
}

.no-flexbox .category ul li {
	display: table-cell;
	vertical-align: middle;
}

.section-newsletter form .btn {
	width: 190px;
}

.section-newsletter .gform_body {
	padding-right: 190px;
}

.section-newsletter .gform_footer {
	position: absolute;
	right: 0;
	top: 0;
	width: auto !important;
}

.speakers-carousel .slider-controls h3 {
	font-size: 40px;
}

.speakers-carousel .tile .overlay {
	left: 0 !important;
	right: 0 !important;
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important;
}

.speakers-carousel .tile .overlay:after {
	display: none !important;
}

.sponsor-category .row {
	display: -webkit-box;
	display: flex;
}

.sponsor-tile .image.square img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.sponsor-tile .image.square {
	height: 0;
	padding-bottom: 100%;
}

}

@media screen and (max-width: 1080px) and (min-width: 768px) {

.md-1-2 {
	width: 50%;
}

.md-1-3 {
	width: 33.333333333%;
}

.md-2-3 {
	width: 66.666666666%;
}

.md-1-4 {
	width: 25%;
}

.md-3-4 {
	width: 75%;
}

.md-1-5 {
	width: 20%;
}

.md-2-5 {
	width: 40%;
}

.md-3-5 {
	width: 60%;
}

.md-4-5 {
	width: 80%;
}

.md-g-1 {
	margin-left: -10px;
}

.md-g-1 > .col {
	padding-left: 10px;
}

.md-g-2 {
	margin-left: -20px;
}

.md-g-2 > .col {
	padding-left: 20px;
}

.md-g-3 {
	margin-left: -30px;
}

.md-g-3 > .col {
	padding-left: 30px;
}

.md-g-4 {
	margin-left: -40px;
}

.md-g-4 > .col {
	padding-left: 40px;
}

.md-g-5 {
	margin-left: -50px;
}

.md-g-5 > .col {
	padding-left: 50px;
}

.md-g-6 {
	margin-left: -60px;
}

.md-g-6 > .col {
	padding-left: 60px;
}

.md-g-7 {
	margin-left: -70px;
}

.md-g-7 > .col {
	padding-left: 70px;
}

.md-g-8 {
	margin-left: -80px;
}

.md-g-8 > .col {
	padding-left: 80px;
}

.md-g-9 {
	margin-left: -90px;
}

.md-g-9 > .col {
	padding-left: 90px;
}

.md-g-10 {
	margin-left: -100px;
}

.md-g-10 > .col {
	padding-left: 100px;
}

.md-g-11 {
	margin-left: -110px;
}

.md-g-11 > .col {
	padding-left: 110px;
}

.md-g-12 {
	margin-left: -120px;
}

.md-g-12 > .col {
	padding-left: 120px;
}

.hide-md {
	display: none;
}

h1,
.h1,
.section h2 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 26px;
}

.header .logo {
	width: 103px;
	height: 60px;
	background-size: 103px 60px;
}

.footer .logo {
	width: 170px;
	height: 60px;
	background-size: 170px 60px;
}

}

@media screen and (min-width: 1081px) {

.lg-1-2 {
	width: 50%;
}

.lg-1-3 {
	width: 33.333333333%;
}

.lg-2-3 {
	width: 66.666666666%;
}

.lg-1-4 {
	width: 25%;
}

.lg-3-4 {
	width: 75%;
}

.lg-1-5 {
	width: 20%;
}

.lg-2-5 {
	width: 40%;
}

.lg-3-5 {
	width: 60%;
}

.lg-4-5 {
	width: 80%;
}

.lg-g-1 {
	margin-left: -10px;
}

.lg-g-1 > .col {
	padding-left: 10px;
}

.lg-g-2 {
	margin-left: -20px;
}

.lg-g-2 > .col {
	padding-left: 20px;
}

.lg-g-3 {
	margin-left: -30px;
}

.lg-g-3 > .col {
	padding-left: 30px;
}

.lg-g-4 {
	margin-left: -40px;
}

.lg-g-4 > .col {
	padding-left: 40px;
}

.lg-g-5 {
	margin-left: -50px;
}

.lg-g-5 > .col {
	padding-left: 50px;
}

.lg-g-6 {
	margin-left: -60px;
}

.lg-g-6 > .col {
	padding-left: 60px;
}

.lg-g-7 {
	margin-left: -70px;
}

.lg-g-7 > .col {
	padding-left: 70px;
}

.lg-g-8 {
	margin-left: -80px;
}

.lg-g-8 > .col {
	padding-left: 80px;
}

.lg-g-9 {
	margin-left: -90px;
}

.lg-g-9 > .col {
	padding-left: 90px;
}

.lg-g-10 {
	margin-left: -100px;
}

.lg-g-10 > .col {
	padding-left: 100px;
}

.lg-g-11 {
	margin-left: -110px;
}

.lg-g-11 > .col {
	padding-left: 110px;
}

.lg-g-12 {
	margin-left: -120px;
}

.lg-g-12 > .col {
	padding-left: 120px;
}

.hide-lg {
	display: none;
}

h1,
.h1,
.section h2 {
	font-size: 78px;
}

h2,
.h2 {
	font-size: 46px;
}

h3,
.h3 {
	font-size: 30px;
}

.header .logo {
	width: 150px;
	height: 88px;
	background-size: 150px 88px;
}

.footer .logo {
	width: 254px;
	height: 90px;
	background-size: 254px 90px;
}

}

@media screen and (min-width: 1600px) {

.xl-1-2 {
	width: 50%;
}

.xl-1-3 {
	width: 33.333333333%;
}

.xl-2-3 {
	width: 66.666666666%;
}

.xl-1-4 {
	width: 25%;
}

.xl-3-4 {
	width: 75%;
}

.xl-1-5 {
	width: 20%;
}

.xl-2-5 {
	width: 40%;
}

.xl-3-5 {
	width: 60%;
}

.xl-4-5 {
	width: 80%;
}

.xl-g-1 {
	margin-left: -10px;
}

.xl-g-1 > .col {
	padding-left: 10px;
}

.xl-g-2 {
	margin-left: -20px;
}

.xl-g-2 > .col {
	padding-left: 20px;
}

.xl-g-3 {
	margin-left: -30px;
}

.xl-g-3 > .col {
	padding-left: 30px;
}

.xl-g-4 {
	margin-left: -40px;
}

.xl-g-4 > .col {
	padding-left: 40px;
}

.xl-g-5 {
	margin-left: -50px;
}

.xl-g-5 > .col {
	padding-left: 50px;
}

.xl-g-6 {
	margin-left: -60px;
}

.xl-g-6 > .col {
	padding-left: 60px;
}

.xl-g-7 {
	margin-left: -70px;
}

.xl-g-7 > .col {
	padding-left: 70px;
}

.xl-g-8 {
	margin-left: -80px;
}

.xl-g-8 > .col {
	padding-left: 80px;
}

.xl-g-9 {
	margin-left: -90px;
}

.xl-g-9 > .col {
	padding-left: 90px;
}

.xl-g-10 {
	margin-left: -100px;
}

.xl-g-10 > .col {
	padding-left: 100px;
}

.xl-g-11 {
	margin-left: -110px;
}

.xl-g-11 > .col {
	padding-left: 110px;
}

.xl-g-12 {
	margin-left: -120px;
}

.xl-g-12 > .col {
	padding-left: 120px;
}

.hide-xl {
	display: none;
}

}

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

.sm-1-2 {
	width: 50%;
}

.sm-1-3 {
	width: 33.333333333%;
}

.sm-2-3 {
	width: 66.666666666%;
}

.sm-1-4 {
	width: 25%;
}

.sm-3-4 {
	width: 75%;
}

.sm-1-5 {
	width: 20%;
}

.sm-2-5 {
	width: 40%;
}

.sm-3-5 {
	width: 60%;
}

.sm-4-5 {
	width: 80%;
}

.sm-g-1 {
	margin-left: -10px;
}

.sm-g-1 > .col {
	padding-left: 10px;
}

.sm-g-2 {
	margin-left: -20px;
}

.sm-g-2 > .col {
	padding-left: 20px;
}

.sm-g-3 {
	margin-left: -30px;
}

.sm-g-3 > .col {
	padding-left: 30px;
}

.sm-g-4 {
	margin-left: -40px;
}

.sm-g-4 > .col {
	padding-left: 40px;
}

.sm-g-5 {
	margin-left: -50px;
}

.sm-g-5 > .col {
	padding-left: 50px;
}

.sm-g-6 {
	margin-left: -60px;
}

.sm-g-6 > .col {
	padding-left: 60px;
}

.sm-g-7 {
	margin-left: -70px;
}

.sm-g-7 > .col {
	padding-left: 70px;
}

.sm-g-8 {
	margin-left: -80px;
}

.sm-g-8 > .col {
	padding-left: 80px;
}

.sm-g-9 {
	margin-left: -90px;
}

.sm-g-9 > .col {
	padding-left: 90px;
}

.sm-g-10 {
	margin-left: -100px;
}

.sm-g-10 > .col {
	padding-left: 100px;
}

.sm-g-11 {
	margin-left: -110px;
}

.sm-g-11 > .col {
	padding-left: 110px;
}

.sm-g-12 {
	margin-left: -120px;
}

.sm-g-12 > .col {
	padding-left: 120px;
}

.hide-sm {
	display: none;
}

.slider-controls .pager {
	display: none !important;
}

.accordion .toggle h3 {
	font-size: 16px;
}

.accordion .content {
	padding: 0 20px;
}

.tile .overlay {
	bottom: 0;
}

.header .grid {
	padding: 0;
}

.header .mobile-menu {
	height: 100vh;
	background: #1c3553;
	display: none;
}

.header .social {
	margin: 20px 15px;
}

.header .main-navigation a:hover,
.header .main-navigation a:focus {
	background: #7dc296;
}

.header .main-navigation > ul .sub-menu {
	display: none;
}

.header .main-navigation > ul li.is-open > .arrow:before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.header .main-navigation ul.sub-menu li ul.sub-menu li a {
	padding-left: 35px;
}

.header .mobile-utils {
	position: absolute;
	top: 0;
	right: 0;
}

.header .mobile-utils > li {
	float: left;
}

.header .mobile-utils a {
	display: -webkit-box;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	width: 60px;
	height: 60px;
}

.header .mobile-utils a > i:before {
	font-size: 26px;
}

.banner-home {
	height: auto;
	padding: 80px 0 40px;
}

.banner-home .logo {
	margin-bottom: 30px;
}

.banner-home .logo > img {
	height: 100px;
}

.profile_bar p {
	margin-top: 1em;
	width: 100%;
}

.line-heading .heading {
	padding: 0 18px;
	font-size: 14px;
}

.sponsor-category {
	margin-top: 10px;
}

.sponsor-category .line-heading {
	margin-bottom: 50px;
}

.sponsor-tile {
	max-width: 340px;
	float: none;
	margin: 0 auto 40px;
}

.sponsor-tile .image.square img {
	margin-bottom: 20px;
}

}

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

.xs-1-2 {
	width: 50%;
}

.xs-1-3 {
	width: 33.333333333%;
}

.xs-2-3 {
	width: 66.666666666%;
}

.xs-1-4 {
	width: 25%;
}

.xs-3-4 {
	width: 75%;
}

.xs-1-5 {
	width: 20%;
}

.xs-2-5 {
	width: 40%;
}

.xs-3-5 {
	width: 60%;
}

.xs-4-5 {
	width: 80%;
}

.xs-g-1 {
	margin-left: -10px;
}

.xs-g-1 > .col {
	padding-left: 10px;
}

.xs-g-2 {
	margin-left: -20px;
}

.xs-g-2 > .col {
	padding-left: 20px;
}

.xs-g-3 {
	margin-left: -30px;
}

.xs-g-3 > .col {
	padding-left: 30px;
}

.xs-g-4 {
	margin-left: -40px;
}

.xs-g-4 > .col {
	padding-left: 40px;
}

.xs-g-5 {
	margin-left: -50px;
}

.xs-g-5 > .col {
	padding-left: 50px;
}

.xs-g-6 {
	margin-left: -60px;
}

.xs-g-6 > .col {
	padding-left: 60px;
}

.xs-g-7 {
	margin-left: -70px;
}

.xs-g-7 > .col {
	padding-left: 70px;
}

.xs-g-8 {
	margin-left: -80px;
}

.xs-g-8 > .col {
	padding-left: 80px;
}

.xs-g-9 {
	margin-left: -90px;
}

.xs-g-9 > .col {
	padding-left: 90px;
}

.xs-g-10 {
	margin-left: -100px;
}

.xs-g-10 > .col {
	padding-left: 100px;
}

.xs-g-11 {
	margin-left: -110px;
}

.xs-g-11 > .col {
	padding-left: 110px;
}

.xs-g-12 {
	margin-left: -120px;
}

.xs-g-12 > .col {
	padding-left: 120px;
}

.hide-xs {
	display: none;
}

}

@-webkit-keyframes spin {

0% {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@keyframes spin {

0% {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@-webkit-keyframes spin-dots {

0%,80%,100% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

40% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@keyframes spin-dots {

0%,80%,100% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

40% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}



/* New Ticketing Table
---------------------------------------- */
table.ticketing {
    text-align: center;
    color: #1c3553;
    border-collapse: collapse;
    border: 1px solid;
}
table.ticketing thead, table.ticketing tbody tr:nth-child(even) td {
    background: #e8ebee;
}
table.ticketing thead td:last-child:before {
    content: 'TOP PICK';
    position: absolute;
    top: -15px;
    right: -10px;
    height: 34px;
    width: 34px;
    font-size: 10px;
    font-weight: bolder;
    background: #7dc296;
    border-radius: 50%;
    transform: rotate(-20deg);
    line-height: 1.2;
    padding: 5px 0px;
}
table.ticketing td {
    padding: 10px 24px;
    font-weight: bold;
}
table.ticketing td:first-child {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
}
table.ticketing thead tr td:nth-child(2) {
    background: #495d75;
    color: #fff;
}
table.ticketing thead td:last-child, table.ticketing tbody tr td.heading {
    background: #1c3553 !important;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    position: relative;
}

/* speech bubble overlay*/
.content.speechbubble {
	padding: 0;
	z-index: 998;
	height:63px;
	position: relative;
	display: block;
}

.speechbubble :after {
	width: 4080px;
	height: 63px;
	background-color: white;
	z-index: 998;
	position: absolute;
	right: -4060px
}

.speechbubble :before {
	width: 4080px;
	height: 63px;
	background-color: white;
	z-index: 998;
	position: absolute;
	left: -4080px;
}
@media screen and (max-width: 768px) {

.content.speechbubble {
	display: none;
}

}

ul.sponsorship {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #7dc296;
    border-left: 1px solid #7dc296;
    width: auto;
    float: left;
}

ul.sponsorship > li {
    display: flex;
    width: 20%;
    padding: 8px 16px;
    border-right: 1px solid #7dc296;
    border-bottom: 1px solid #7dc296;
    align-items: center;
    text-align: left;
    min-height: 4em;
    font-size: 14px;
    line-height: 1.3em;
    border-radius: 0;
}

ul.sponsorship-2 {
    display: block;
    overflow: hidden;
    padding: 0;
    list-style: none;
}

ul.sponsorship-2 > li {
    position: relative;
    display: block;
    float: left;
    margin-right: 2em;
}

ul.sponsorship-2 > li:before {
    content: "|";
    position: absolute;
    left: -1em;
    color: #7dc296;
}

.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 40px;
}

.breadcrumbs > li.breadcrumb {
	display: inline-block;
}

.breadcrumbs > li.breadcrumb > a {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	vertical-align: middle;
}

.breadcrumbs > li.breadcrumb > a:hover {
	color: #7dc296;
}

.breadcrumbs > li.breadcrumb:after {
	content: ">";
	display: inline-block;
	margin-right: 10px;
	line-height: 1;
	vertical-align: middle;
}

.breadcrumbs > li.breadcrumb:last-child > a {
	color: #000000;
	margin-right: 0;
}

.breadcrumbs > li.breadcrumb:last-child:after {
	content: none;
	display: none;
}

@media( max-width: 1000px) {
    ul.sponsorship > li {
        width: 33.3333%;
    }
}

@media( max-width: 767px) {
    ul.sponsorship > li {
        width: 50%;
    }
}

@media( max-width: 420px) {
    ul.sponsorship > li {
        width: 100%;
    }
}

/* 404 Page */
.pagenotfound > div.content {
	padding: 0;
}

.pagenotfound div.content div.grid {
	height: calc(100vh - 100px);
	position: relative;
	min-height: 600px;
	background-color: #eee;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pagenotfound-wrapper {
	padding-left: 40px;
	padding-right: 60%;
	z-index: 1;
}

@media( max-width: 1000px) {
	.pagenotfound-wrapper {
		padding-left: 0;
		padding-right: 50%;
	}
}

@media( max-width: 767px) {
	.pagenotfound-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

.pagenotfound-dog {
	position: absolute;
	right: -170px;
	bottom: 0;
	height: 549px;
	width: 550px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media( max-width: 767px) {
	.pagenotfound-dog {
		opacity: 0.3;
	}
}
