/*!
Theme Name: zephyr_acrvar2019
Author: Tony Cowan, Zephyrmedia
Author URI: https://www.zephyrmedia.com.au
Description: Custom 2020 WordPress Theme for Robotic Vision Annual report
Version: 1.0.0
License: GNU General Public License v2 or later
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

zephyr_acrvar2019 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/




/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.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 iOS.
 */

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

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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
	 ========================================================================== */

/**
 * 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
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
	 ========================================================================== */

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

img {
	border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

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

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

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

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

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


/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Teko Regular'), local('Teko-Regular'), url(https://fonts.gstatic.com/s/teko/v9/LYjNdG7kmE0gfaJ9pQlCpVoXVQ.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Teko Regular'), local('Teko-Regular'), url(https://fonts.gstatic.com/s/teko/v9/LYjNdG7kmE0gfa19pQlCpVoXVQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Teko Regular'), local('Teko-Regular'), url(https://fonts.gstatic.com/s/teko/v9/LYjNdG7kmE0gfaN9pQlCpVo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Teko Medium'), local('Teko-Medium'), url(https://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdVBesCVgqHAtXN_nWQ.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Teko Medium'), local('Teko-Medium'), url(https://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdVBesCpgqHAtXN_nWQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Teko Medium'), local('Teko-Medium'), url(https://fonts.gstatic.com/s/teko/v9/LYjCdG7kmE0gdVBesCRgqHAtXN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body,
button,
input,
select,
optgroup,
textarea
{
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6
{
	clear: both;
	color: #1a2856;
}


h1
{
	margin: 0 0 30px 0;
	padding: 0;
}

h2
{
	margin: 0 0 25px 0;
	padding: 0;
}

h3
{
	margin: 0 0 20px 0;
	padding: 0;
}

h4
{
	margin: 0 0 10px 0;
	padding: 0;
}

h5, h6
{
	margin: 0 0 5px 0;
	padding: 0;
}

p
{
	margin: 0 0 20px 0;
}

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

blockquote {
	margin: 0 1.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: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}





/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr
{
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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




/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

nav
{
	width: 240px;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 20;
	overflow: scroll;
	scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

nav::-webkit-scrollbar
{
	width: 0;
    height: 0;
}

.navbg
{
	width: 230px;
	height: 100%;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background: -moz-linear-gradient(left,  rgba(30,17,59,1) 0%, rgba(30,17,59,0.75) 100%);
	background: -webkit-linear-gradient(left,  rgba(30,17,59,1) 0%,rgba(30,17,59,0.75) 100%);
	background: linear-gradient(to right,  rgba(30,17,59,1) 0%,rgba(30,17,59,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e113b', endColorstr='#bf1e113b',GradientType=1 );
}

.logo-title-panel
{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	display: block;
	position: relative;
	padding: 10px 25px;
	margin: 0 0 2px 0;
}

.header-logo
{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 20px 0;
	padding: 0
}

.mob-header-logo
{
	width: 130px;
	height: 50px;
	display: block;
	margin: 0 20px 0 0;
	padding: 9px;
	float: left;
}

.gov-logo
{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	padding: 20px;
	clear: both;
	opacity: 1;
	background: -moz-linear-gradient(left,  rgba(30,17,59,1) 0%, rgba(30,17,59,0.75) 100%);
	background: -webkit-linear-gradient(left,  rgba(30,17,59,1) 0%,rgba(30,17,59,0.75) 100%);
	background: linear-gradient(to right,  rgba(30,17,59,1) 0%,rgba(30,17,59,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e113b', endColorstr='#bf1e113b',GradientType=1 );
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.gov-logo:hover
{
	opacity: 0.6;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


h1.site-title
{
	font-family: 'Teko', sans-serif;
	font-size: 60px;
	line-height: 50px;
	font-weight: 400;
	color: #1a2856;
	text-transform: uppercase;	
	margin: 0 0 20px 0;
	padding: 0;
}

.red-text
{
	color: #c52032;
}

header
{
	width: 100%;
	height: 140px;
	display: block;
	z-index: 10;
	position: fixed;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', 	endColorstr='#00000000',GradientType=0 );
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header.sticky
{
	height: 55px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mob-header
{
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: sticky;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 50;
}

.mob-header h2
{
	font-family: 'Teko', sans-serif;
	font-size: 22px;
	line-height: 50px;
	font-weight: 400;
	color: #1a2856;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	clear: none;
}





/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.hm-feat-img-wrapper
{
	margin: 0 0 0 230px;
}


.hm-feature
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.hm-feature .overlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-color: rgba(0, 14, 62, 0.7);
	margin: 0;
	padding: 0;
}

.hm-feature-text
{
	width: 100%;
	display: block;
	position: absolute;
	bottom: 20%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	font-size: 40px;
	line-height: 44px;
	margin: 0;
	padding: 0 0 0 240px;
	color: #fff;
}

.featureimg,
.achieveimg
{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	opacity: 0;
}

.hm-stats
{
	width: 100%;
	background-color: #c52032;
	display: block;
	position: relative;
	margin: 0;
	padding: 8% 0 8% 240px;
}

.hm-stats h2,
.hm-achieve h2
{
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 4% 0;
	padding: 0;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.hm-achieve h2
{
	width: 90%;
}

.hm-stats ul
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 80%;
}

.hm-stats ul li
{
	list-style: none;
	width: 30%;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.count,
.fore-after
{
	font-size: 50px;
	line-height: 150px;
	color: #fff;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
}

#stat-num
{
	width: 180px;
	height: 180px;
	display: block;
	border: 15px solid #e29099;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
	border-radius: 100px;
}

.hm-stats ul li h4
{
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 0;
}

.hm-stats ul li p.stat-subtitle
{
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

.hm-content
{
	width: 100%;
	height: auto;
	background-color: #7b0310;
	display: block;
	position: relative;
	margin: 0;
	padding: 6% 0 6% 240px;
}

.hm-content h2
{
	font-size: 36px;
	line-height: 42px;
	margin: 0 0 30px 0;
	padding: 0 10%;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.hm-content p
{
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	padding: 0 10%;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.hm-achieve
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 8% 0 8% 340px;
	background: rgb(197,32,50);
	background: -moz-linear-gradient(top,  rgba(197,32,50,1) 0%, rgba(1,14,60,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(197,32,50,1) 0%,rgba(1,14,60,1) 100%);
	background: linear-gradient(to bottom,  rgba(197,32,50,1) 0%,rgba(1,14,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c52032', endColorstr='#010e3c',GradientType=0 );
}

.hm-achieve-imgs
{
	width: 80%;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.btn-achieve
{
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-achieve .overlay
{
	width: 100%;
	height: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-achieve .overlay:hover
{
	background-image: url('img/icon-expand.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-achieve h4,
a.btn-cs .item .overlay h4
{
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	margin: 0;
	padding: 10px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;	
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-achieve .overlay:hover > h4,
a.btn-cs .item .overlay:hover > h4
{
	bottom: 15%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a.btn-cs
{
	text-decoration: none;
}

.container
{
	  margin: 0 auto;
}

.item
{
	padding: 0;
	margin: 0 auto 1em auto;
	overflow: hidden;
	z-index: 1;
}

.masonry-img
{
	opacity: 0;
}


.grid-sizer,.item
{
  width: 30%;
}

@media screen and (max-width: 750px){
  .grid-sizer,.item {
    width: 45%;
  }
}
@media screen and (max-width: 500px){
  grid-sizer,.item {
    width: 90%;
  }
}





/*--------------------------------------------------------------
# Flex 1
--------------------------------------------------------------*/

h1.page-title
{
	font-family: 'Teko', sans-serif;
	font-size: 60px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	left: 280px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky h1.page-title
{
	font-size: 30px;
	line-height: 30px;
	top: 14px;
	left: 260px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.feature-content
{
	display: block;
	width: 100%;
	background-color: #c52032;
	padding: 80px 0 80px 240px;
	text-align: center;
	margin: 0 0 80px 0;
}

.feature-content iframe
{
	border: 13px solid rgba(0, 0, 0, 0.5);
	margin: 0 0 30px 0;
}

.feature-content h1
{
	font-size: 42px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	margin: 0 auto 0px auto;
	padding: 0;
	width: 80%;
}

.feature-content h2
{
	font-size: 35px;
	line-height: 42px;
	font-weight: 400;
	color: #fff;
	margin: 0 auto 0px auto;
	padding: 0;
	width: 80%;
}

.feature-content h3
{
	font-size: 28px;
	line-height: 36px;
	font-weight: 400;
	color: #fff;
	margin: 0 auto 0px auto;
	padding: 0;
	width: 80%;
}

.feature-content h4, h5, h6
{
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	margin: 0 auto 0px auto;
	padding: 0;
	width: 80%;
}

.feature-content p
{
	color: #fff;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 80%;
}

.text-panel,
.hm-about,
.case-studies-panel
{
	display: block;
	width: 100%;
	padding: 0 0 0 240px;
	margin: 0 0 80px 0;
	clear: both;
}

.text-panel-nospace
{
	display: block;
	width: 100%;
	padding: 0 0 0 240px;
	margin: 0;
	clear: both;
}

.text-wrapper
{
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 80%;
	max-width: 1250px;
}

.twocol
{
	column-count: 2;
	column-gap: 40px;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.threecol
{
	column-count: 3;
	column-gap: 30px;
}

.references
{
	column-count: 3;
	column-gap: 30px;
	font-size: 13px;
	line-height: 15px;
}

.key-info-panel
{
	display: block;
	width: 100%;
	background-color: #d6dbec;
	padding: 80px 0 80px 240px;
	margin: 0 0 80px 0;
}

.display-photo-panel
{
	display: block;
	width: 100%;
	padding: 0 0 0 240px;
	margin: 0 0 80px 0;
}

.display-photo-panel img
{
	min-width: 100%;
	height: auto;
}

.caption
{
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin: -7px 0 0 0;
	padding: 15px 20px;
}

.gallery
{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0 0 80px 240px;	
}

.gallery-slider
{
	width: 80%;
	max-width: 1250px;
	height: 180px;
	display: block;
	margin: 0 auto;
}

.gallery-slider .item
{
	height: 180px;
	margin: 0 10px;
	width: 100%;
}

.gallery h2
{
	width: 80%;
	max-width: 1250px;
	display: block;
	margin: 0 auto 25px auto;
	text-align: center;
}

.photo-img
{
	width: 100%;
	height: 180px;
	display: block;
	position: relative;
}

.gallery-slider .slick-prev
{
	background-image: url('img/arrow-grey-lt.svg');
	left: -25px;
	bottom: auto;
	top: 50%;
}

.gallery-slider .slick-next
{
	background-image: url('img/arrow-grey-rt.svg');
	right: -25px;
	bottom: auto;
	top: 50%;
}

.gallery-slider .item .photo-img .overlay,
.gallery-archive .item .photo-img .overlay
{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	background-position: center center !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.gallery-slider .item .photo-img:hover > .overlay,
.gallery-archive .item .photo-img:hover > .overlay
{
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url('img/icon-expand.svg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.breakout-panel
{
	width: 100%;
	display: block;
	margin: 0;
	padding: 30px;
	background-color:#e8e8e8;
}

.breakout-panel h2.bp-title
{
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	background-color: #c52032;
	padding: 20px 20px 15px 20px;
	margin: 0 0 30px 0;
}

.breakout-panel .gallery
{
	padding: 0;
	margin: 20px 0;
}

.breakout-panel .gallery-slider
{
	width: 100%;
}

.info-panel-full
{
	width: 97%;
	display: block;
	margin: 0 auto 20px auto;
	padding: 0;
	background-color:#e8e8e8;
	clear: both;
}

.info-panel-half
{
	width: 47%;
	display: block;
	margin: 0 1.5% 20px 1.5%;
	padding: 0;
	background-color:#e8e8e8;
	float: left;
}

h2.ip-title
{
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 20px 15px 20px;
	margin: 0 0 30px 0;
}

.ip-text
{
	padding: 0 20px 15px 20px;
}

.people-bio
{
	text-align: left;
}

.people-bio a
{
	text-decoration: none;
}

.p-bio
{
	width: 225px;
	height: 370px;
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 15px;
	background-color: #d7d7d7;
	position: relative;
	vertical-align: top;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.p-bio:hover
{
	background-color: #1a2856;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.bio-pic
{
	width: 195px;
	height: 200px;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}

.tooltip .tooltiptext
{
	width: 300px;
	top: 60%;
	left: 50%;
	margin-left: -150px; /* Use half of the width (120/2 = 60), to center the tooltip */
	visibility: hidden;
	background-color: #1a2856;
	color: #fff;
	padding: 15px;
	position: absolute;
	z-index: 1;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}

.tooltip:hover .tooltiptext
{
  visibility: visible;
}

 .tooltip .tooltiptext::after
 {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #1a2856 transparent;
}

a .p-bio h3
{
	margin: 0;
	text-decoration: none;
	text-align: left;
	line-height: 1.3;
}

a p.uni
{
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	font-style: italic;
	color: #333;
	text-decoration: none;
	text-align: left;
}

.person-feature
{
	width: 100%;
	display: block;
	position: relative;
	padding: 0 0 15px 0;
	margin: 0;
	background-color: #e8e8e8;
}

.person-feature h2.pf-title
{
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	background-color: #1a2856;
	padding: 20px 20px 15px 20px;
	margin: 0 0 30px 0;
}

.person-feature .pf-img
{
	width: 25%;
	padding-left: 30px;
	float: left;
	display: block;
}

.person-feature .pf-txt
{
	width: 70%;
	padding-right: 30px;
	float: right;
	display: block;
}

.activity-plan-item
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 60px 0;
	padding: 0;
}

.ap-header
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 35px 35px 35px 140px;
	background-color: #1a2856;
}

.ap-header h2
{
	font-size: 25px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 8px 0;
	padding: 0;
	color: #fff;
}

.ap-header h3
{
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #fff;
}

.ap-header img
{
	position: absolute;
	top: 50%;
	left: 35px;
	width: 80px;
	height: auto;
	transform: translateY(-50%);
}

.ap-obj
{
    width: 100%;
    padding: 35px;
    background-color: #c8c8c8;
    padding: 35px;
    margin: 0;
}

.ap-tsk
{
    width: 100%;
    padding: 35px;
    background-color: #e8e8e8;
    padding: 35px;
    margin: 0;	
}

.ap-obj h3, .ap-tsk h3
{
	margin: 0 0 10px 0;
}

.publications-section p
{
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 15px 0;
	padding: 0;
}

a.btn-cs .item
{
	width: 30%;
	height: 200px;
	display: inline-block;
	position: relative;
	margin: 0px 1% 1% 1%;
	padding: 0;
}

a.btn-cs .item .overlay
{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a.btn-cs .item .overlay:hover
{
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.cs-feature-img
{
	min-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 25px 0;
	padding: 0;
}

h2.cs-title
{
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	background-color: #c52032;
	padding: 20px 20px 15px 20px;
	margin: 0 0 30px 0;
}





.spacer-panel
{
	width: 100%;
	height: 80px;
	display: block;
	padding: 0;
	margin: 0;
}





.bold
{
	font-weight: 700;
}

.align-center
{
	text-align: center !important;
}

.align-right
{
	text-align: right !important;
}


.hm-stats:after,
.hm-content:after,
.hm-achieve:after,
.text-panel:after,
.person-feature:after,
.info-panel-full:after,
footer:after
{
	content: "";
	display: table;
	clear: both;
}


.btn-red
{
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #c52032;
	padding: 10px 20px 7px 20px;
	margin: 0;
	display: inline-block;
}

.btn-red:hover
{
	color: #c52032;
	background-color: #fff;
	cursor: pointer;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.copyright
{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0 0 0 240px;
	background-color: #eee;
	text-align: center;
}

.copyright p
{
	font-size: 12px;
	line-height: 16px;
	color: #979797;
	margin: 0;
	padding: 25px;
	text-transform: uppercase;
}

.copyright p a,
.copyright p a:visited
{
	color: #1a2856;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.copyright p a:hover,
.copyright p a:visited:hover
{
	color: #4e62a4;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}








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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}




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

a, a:visited
{
	color: #1a2856;
	font-weight: 700;
}

a:hover, a:focus, a:active
{
	color: #c52032;
	outline: 0;
}




/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

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

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

.main-navigation ul ul
{
	float: left;
	top: 100%;
	z-index: 99999;
	display: none;
	padding: 0 20px 20px 20px;
	margin-top: -3px;
	margin-bottom: 2px;
	width: 240px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
}

.main-navigation ul ul li a,
.main-navigation ul li.current-menu-ancestor ul li a
{
	font-family: 'Lato', sans-serif;
	background: transparent;
	padding: 8px 20px 5px 0;
	font-size: 15px;
	line-height: 18px;
	color: #1a2856;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul ul li a:hover,
.main-navigation ul li.current-menu-ancestor ul li a:hover
{
	font-family: 'Lato', sans-serif;
	background: transparent;
	padding: 8px 20px 5px 0;
	font-size: 15px;
	line-height: 18px;
	color: #c52032;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul ul.sub-menu li
{
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}

.main-navigation ul ul.sub-menu li:first-child
{
	border-top: 1px solid #dcdcdc;
}

.main-navigation ul ul.sub-menu li.current-menu-item
{
	background-color: #dcdcdc;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul ul.sub-menu li.current-menu-item:hover
{
	background-color: transparent;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul ul.sub-menu li.current-menu-item a
{
	padding-left: 10px;
	font-weight: 700;
	width: 200px;
}

.main-navigation ul ul.sub-menu li.current-menu-item a:hover
{
	padding-left: 10px;
}

.main-navigation ul li.current-menu-ancestor ul
{
	display: block;
}

.main-navigation ul li.current-menu-parent a:hover
{
	color: #1a2856;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to right,
	rgba(255,255,255,1) 0%,
	rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul ul ul
{
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul
{
	left: 100%;
}

.main-navigation ul li ul.sub-menu li a
{
	width: 200px;
}

.main-navigation ul li ul.sub-menu li.submenu-heading a
{
	padding-top: 20px;
	font-weight: 700;
}

.main-navigation ul li ul.sub-menu li.submenu-heading
{
	border-bottom-color: #1a2856;
}

.main-navigation ul li ul.sub-menu li.submenu-heading a:hover
{
	color: #1a2856;
}

.main-navigation ul li ul.sub-menu li.submenu-space a
{
	height: 20px;
	text-indent :-9999px 
}

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

.main-navigation li
{
	float: left;
	position: relative;
}

.main-navigation ul li.current_page_item a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li a:focus,
.main-navigation ul li a:focus:hover
{
	font-family: 'Teko', sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #c52032;
	text-transform: uppercase;
	width: 240px;
	display: block;
	padding: 20px 20px 17px 20px;
	margin: 0 0 2px 0;
	text-decoration: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul li.current_page_item a:hover
{
	font-family: 'Teko', sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #1a2856;
	text-transform: uppercase;
	width: 240px;
	display: block;
	padding: 20px 20px 17px 20px;
	margin: 0 0 2px 0;
	text-decoration: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 );
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul li a
{
	font-family: 'Teko', sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	width: 230px;
	display: block;
	padding: 20px 20px 17px 20px;
	margin: 0 0 2px 0;
	text-decoration: none;
	font-weight: 400;
	background: -moz-linear-gradient(left,  rgba(197,32,50,1) 0%, rgba(197,32,50,1) 25%, rgba(197,32,50,0.7) 100%);
	background: -webkit-linear-gradient(left,  rgba(197,32,50,1) 0%,rgba(197,32,50,1) 25%,rgba(197,32,50,0.7) 100%);
	background: linear-gradient(to right,  rgba(197,32,50,1) 0%,rgba(197,32,50,1) 25%,rgba(197,32,50,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c52032', endColorstr='#b3c52032',GradientType=1 );
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul li a:hover
{
	background: -moz-linear-gradient(left,  rgba(197,32,50,1) 0%, rgba(197,32,50,1) 25%, rgba(197,32,50,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(197,32,50,1) 0%,rgba(197,32,50,1) 25%,rgba(197,32,50,1) 100%);
	background: linear-gradient(to right,  rgba(197,32,50,1) 0%,rgba(197,32,50,1) 25%,rgba(197,32,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c52032', endColorstr='#b3c52032',GradientType=1 );
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}



input#burger
{
	opacity: 0;
	position: absolute;
}

body input + .mob-btn label
{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  width: 25px;
  z-index: 5;
  transform: translate(-50%,-50%);
  padding: 25px;
}

body input + .mob-btn label span
{
  position: absolute;
  width: 50%;
  height: 4px;
  top: 47%;
  margin-top: 0;
  left: 12px;
  display: block;
  background: #aaaaaa;
  transition: .2s;
}

body input + .mob-btn label span:first-child
{
  top: 16px;
}

body input + .mob-btn label span:last-child
{
  top: 31px;
}

body .mob-btn label:hover
{
  cursor: pointer;
}

body input:checked + .mob-btn label span
{
  opacity: 0;
  top: 50%;
}

body input:checked + .mob-btn label span:first-child
{
  opacity: 1;
  transform: rotate(405deg);
  left: 13px;
}

body input:checked + .mob-btn label span:last-child
{
  opacity: 1;
  transform: rotate(-405deg);
   left: 13px;
}

body input#burger:checked ~ nav
{
  	left: 0;
  	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mob-btn
{
	position: fixed;
	right: 10px;
	top: 25px;
	z-index:9999;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mob-btn:hover
{
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mob-btn:hover label span
{
	background: #1a2856;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}









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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}




/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft
{
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 20px;
}

.alignright
{
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 20px;
}

.aligncenter
{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}



/*--------------------------------------------------------------
# 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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}





/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

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

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




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

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}




/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}




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

.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 {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}




/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}




/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/


.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}







/*--------------------------------------------------------------
## Responsive Styles
--------------------------------------------------------------*/

@media only screen and (max-width: 9999px)
{
	.mob-header, .mob-btn {display: none;}
}

@media only screen and (max-width: 1199px)
{
	.hm-stats ul li {width: 48%;margin: 0 0 30px 0;}
}

@media only screen and (max-width: 1099px)
{
	.threecol {column-count: 2;}
	a.btn-cs .item {width: 48%;}
}

@media only screen and (max-width: 899px)
{
	.twocol, .threecol {column-count: 1;}
	.hm-feature-text {font-size: 30px;line-height: 34px;bottom: 10%;}
	.person-feature .pf-img {width: 100%;padding: 0;float: none;margin: 0 0 30px 0;text-align: center;}
	.person-feature .pf-img img {max-width: 50%;margin: 0;}
	.person-feature .pf-txt {width: 90%;padding: 0 0 0 5%;float: none;}
	.feature-content {padding: 60px 0 60px 240px;}
}

@media only screen and (max-width: 750px)
{
	.hm-stats ul li {width: 100%;margin: 0 0 30px 0;}
	#stat-num {width: 160px;height: 160px;border: 10px solid #e29099;}
	.count, .fore-after {font-size: 40px;line-height: 140px;}
	.hm-stats h2 {margin: 0 0 30px 0;}
	.info-panel-half {width: 100%;}
	.ip-text {padding: 0 15px 5px 15px;}
	h2.ip-title {margin: 0 0 10px 0;}
	.feature-content {padding: 40px 0 40px 240px;}
}

@media only screen and (max-width: 599px)
{
	.mob-header, .mob-btn {display: block;}
	.mob-header-logo {margin: 0 10px 0 0;}
	.sticky h1.page-title {font-size: 24px;}
	nav, body input#burger ~ nav {left: -240px;padding-top: 50px;}
	.logo-title-panel {display: none;}
	.hm-feature-text, .hm-stats, .hm-content, .hm-about, .text-panel, .display-photo-panel, .feature-content, .gallery, .key-info-panel, .case-studies-panel, .copyright {padding-left: 0;}
	.hm-feature-text {width: 85%;margin: 0 auto;font-size: 18px;line-height: 22px;}
	.hm-achieve {padding-left: 20px;}
	header {height: 80px;}
	h1.page-title {font-size: 40px;line-height: 37px;top: 30px;left: 30px;}
	.sticky h1.page-title {left: 20px;}
	.spacer-panel {height: 30px;}
	.feature-content, .text-panel, .hm-about, .key-info-panel, .display-photo-panel {margin-bottom: 30px;}
	.gallery {padding-bottom: 30px;}
	h1, h2, h3 {line-height: 1.2;}
	.feature-content, .key-info-panel {padding-top: 40px; padding-bottom: 40px;}
	.feature-content h1 {font-size: 30px;line-height: 35px;}
	.hm-achieve h2, .hm-stats h2, h2, .feature-content h2 {font-size: 22px;line-height: 24px;}
	.people-bio {text-align: center;}
	.fancybox-content {max-width: 90% !important;padding: 25px !important;}
	a.btn-cs .item {width: 100%;}
	h1 {font-size: 30px; line-height: 35px;}
	.hm-content p, .feature-content h3, h3 {font-size: 20px;line-height: 28px;}
	.breakout-panel {padding: 15px;}
	.ap-header img {top: 35px;left: 50%;transform: translateX(-50%);}
	.ap-header {padding: 140px 35px 35px 35px;}
	.hm-feat-img-wrapper {margin: 0;}
	.feature-content {padding: 30px 0;}
	.hm-content h2 {font-size: 30px;line-height: 35px;margin: 0 0 20px 0;}
}







/*--------------------------------------------------------------
## Fancybox
--------------------------------------------------------------*/


body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(0, 0, 0);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 80%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}



