/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	outline: none !important;
	border: none;
	background: transparent;
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style:none;
padding:0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	padding: 0.35em 0.75em 0.625em
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
	display: none
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important
}
.ng-hide {
	display: none !important
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
input {
	-webkit-box-shadow: none;
	box-shadow: none
}
button {
	color: inherit;
	padding: 0
}
button:active {
	color: initial
}
ol {
	list-style-type: none;
	padding: 0;
	margin: 0
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}
svg {
	fill: currentColor
}/*
.action {
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: none
}
.action:hover, .action:active, .action:focus {
	outline: none;
	text-decoration: none
}
.action[disabled] {
	cursor: default;
	opacity: 0.4
}
.action--quick {
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s
}
.action--with-emphasis {
	position: relative
}
.action--with-emphasis:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 3px;
	width: 100%;
	background-color: #EF7B34;
	opacity: 0
}
.action--with-emphasis:hover:not(.is-selected) {
	color: #EF7B34;
}
.action--with-emphasis.is-selected:after {
	opacity: 1
}
.alert-text {
	color: #F01428;
	font-size: 0.75rem;
	line-height: 1rem
}
.alert-text a {
	color: inherit;
	text-decoration: none
}*/
.warning-text {
	background-color: #EF7B34 /*#EF7B34 orange*/
}
/*
.box--grey {
	background-color: #F4F4F4
}
.btn {
	background: none;
	border: none;
	border-radius: 0.3125em;
	cursor: pointer;
	font-size: 1rem;
	outline: none;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.btn[disabled] {
	cursor: default;
	opacity: 0.4
}
.btn:active, .btn:focus, .btn:hover:not([disabled]) {
	text-decoration: none
}
.btn--large {
	font-size: 1.125rem
}
.btn--small {
	font-size: 0.875rem;
	font-weight: normal
}
.btn--tiny {
	font-size: 0.75rem;
	font-weight: normal
}
.btn--primary {
	background-color: #EF7B34;
	border: 1px solid #4316AC;
	color: #FFFFFF
}
.btn--primary:active, .btn--primary:focus, .btn--primary:hover:not([disabled]) {
	background-color: #4316AC;
	color: #FFFFFF
}
.btn--hollow {
	background-color: #FFFFFF;
	border: 1px solid #080808;
	color: #080808
}
.btn--hollow:active, .btn--hollow:focus, .btn--hollow:hover:not([disabled]) {
	background-color: #080808;
	color: #FFFFFF
}
.btn--grey {
	color: #FFFFFF;
	background-color: #666666;
	border-radius: 0.3em;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease
}
.btn--grey:focus, .btn--grey:hover, .btn--grey:active {
	text-decoration: none
}
/*
.checkbox-field__input {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #A6A6A6;
	cursor: pointer;
	height: 1.25em;
	width: 1.25em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 71% 71%
}
.checkbox-field__input:focus {
	border-color: #080808;
	outline: none
}
.checkbox-field__input:checked {
	background-image: url(/landing/assets/unisporkal/getty/icons/checkmark-35a3a9ff4e423d4093f04b34eb3f2e537dc15193933edb8e96c0f9b4409f235d.svg);
	border-color: #080808
}
.checkbox-field__input:not(:checked):hover {
	background-image: url(/landing/assets/unisporkal/getty/icons/checkmark_hover-3817065874f2ce5b23add4d464cf84fdcc1f2134db9aa7c1cf2dfb20fb0ea6b8.svg);
	border-color: #080808
}
.checkbox-field__label--left {
	margin-right: 0.5em
}
.checkbox-field__label--right {
	margin-left: 0.5em
}
.checkbox-field--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.dropdown-field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: inherit;
	background-image: url(/landing/assets/unisporkal/getty/icons/arrow-down-6ad6f3e2b0efe1b01dec4b758d6cf2c709ce14ccdb4f7a915b79c684ac5d45b1.svg);
	background-position: right 1em bottom 47%;
	background-repeat: no-repeat;
	border-radius: 0px;
	border: 1px solid #A6A6A6;
	color: #A6A6A6;
	padding: 1.2em 2.2em 1.2em 1.2em
}
.dropdown-field.ng-dirty {
	color: #080808
}
.dropdown-field:focus, .dropdown-field:hover {
	border-color: #080808;
	outline: none
}
.dropdown-field:-moz-focusring {
color:transparent;
text-shadow:0 0 0 #080808
}
.dropdown-field::-ms-expand {
display:none
}
.advanced-dropdown-field {
	cursor: pointer;
	width: 100%;
	position: relative;
	display: block
}
.advanced-dropdown-field__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 59px;
	background-color: inherit;
	background-image: url(/landing/assets/unisporkal/getty/icons/arrow-down-6ad6f3e2b0efe1b01dec4b758d6cf2c709ce14ccdb4f7a915b79c684ac5d45b1.svg);
	background-position: right 1em bottom 47%;
	background-repeat: no-repeat;
	border-radius: 0px;
	border: 1px solid #A6A6A6;
	color: #A6A6A6;
	padding-left: 1.2em;
	padding-right: 1.2em;
	padding-top: 0.4em;
	padding-bottom: 0.4em
}
.is-active .advanced-dropdown-field__box {
	border-color: #080808;
	background-image: url(/landing/assets/unisporkal/getty/icons/arrow-up-ea97f9a6587a500b976dfe499fc6b7b80b633e717832a6a479b56ad0fb62cee8.svg)
}
.advanced-dropdown-field__box:hover {
	border-color: #080808
}
.advanced-dropdown-field__items {
	display: none;
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-height: 225px;
	overflow-y: scroll;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 12;
	border: 1px solid #A6A6A6
}
.is-active .advanced-dropdown-field__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-color: #080808;
	border-top: none
}
.advanced-dropdown-field__items::-webkit-scrollbar {
-webkit-appearance:none;
height:0px;
width:0px
}
.advanced-dropdown-field__item {
	width: 100%;
	padding-left: 1.2em;
	padding-right: 1.2em;
	padding-top: 0.6em;
	padding-bottom: 0.6em
}
.advanced-dropdown-field__item:hover {
	background-color: #F4F4F4
}
.advanced-dropdown-field__item.is-active {
	font-weight: bold
}
.advanced-dropdown-field__item.is-disabled {
	pointer-events: none;
	opacity: 0.4
}
.advanced-dropdown-field__item-superscript {
	padding-bottom: .3em;
	color: #666666;
	font-size: 12px
}
.advanced-dropdown-field__item-subscript {
	padding-top: .3em;
	color: #666666;
	font-size: 12px
}
.advanced-dropdown-field__item-label {
	color: #080808;
	font-size: 16px
}
.is-placeholder .advanced-dropdown-field__item-label {
	color: #666666
}
.form-field {
	margin-bottom: 0.75em
}
.form-field__message {
	margin-top: 0.5em
}
.text-field {
	border: 1px solid #A6A6A6;
	display: inline-block;
	position: relative;
	padding: 0.7625em 1.2em
}
.text-field:hover {
	border: 1px solid #080808
}
.text-field.is-alert {
	border-color: #F01428
}
.text-field.is-alert.is-focused {
	border-color: #F01428
}
.text-field.is-focused {
	border: 1px solid #080808
}
.text-field.is-active .text-field__label {
	-webkit-animation-name: text-field__label--activate;
	animation-name: text-field__label--activate;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	line-height: 14px;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	position: static
}
.text-field.is-active .text-field__input {
	margin-top: 0;
	opacity: 1;
	position: static
}
.text-field.is-deactivating .text-field__label {
	-webkit-animation-name: text-field__label--deactivate;
	animation-name: text-field__label--deactivate;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s
}
.text-field__label {
	color: #A6A6A6;
	display: block;
	margin: 0.4375em 0
}
.text-field__input {
	background: none;
	border: none;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}
.text-field__input:focus {
	outline: none
}
@-webkit-keyframes text-field__label--activate {
0% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0);
opacity:0.1;
visibility:visible
}
}
@keyframes text-field__label--activate {
0% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0);
opacity:0.1;
visibility:visible
}
}
@-webkit-keyframes text-field__label--deactivate {
100% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0);
opacity:0.1;
visibility:visible
}
}
@keyframes text-field__label--deactivate {
100% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0);
opacity:0.1;
visibility:visible
}
}
.confirmed-checkmark {
	background-image: url("unisporkal/getty/icons/confirmed_checkmark.svg");
	height: 34px;
	width: 34px
}
.badge-number {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1em;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px 5px
}
.gi-icon-container svg {
	height: inherit;
	width: inherit
}
.search-magnifying-glass {
	color: #080808
}*/
a {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
a:focus, a:hover {
	text-decoration: none
}/*
.text-link--sly {
	color: inherit;
	text-decoration: none
}
.text-link--sly:focus, .text-link--sly:hover, .text-link--sly:active {
	text-decoration: none
}*/
.text-link--highlight:focus, .text-link--highlight:hover {
	color: #EF7B34; /*orange*/;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.text-links--large {
	font-size: 1.125rem
}
.text-links--small {
	font-size: 0.875rem
}
.text-links--tiny {
	font-size: 0.75rem
}
.text-links--confirmed {
	color: #EF7B34; /*orange*/
}
.text--with-confirmed-link a {
	color: #EF7B34; /*orange*/
}
.text--with-hollow-link a {
	color: #080808
}
.text--with-hollow-link a:hover {
	text-decoration: none
}
.text--with-hollow-link:hover a {
	color: #FFFFFF
}
body {
	color: #080808;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
h1 {
	font-size: 2.75rem;
	font-weight: normal
}
h2 {
	font-size: 2.25rem;
	font-weight: normal
}
h3 {
	font-size: 2rem;
	font-weight: normal
}
h4 {
	font-size: 1.5rem;
	font-weight: normal
}
h5 {
	font-size: 1.3125rem;
	font-weight: normal
}
h6 {
	font-size: 1.125rem;
	font-weight: normal
}

.main-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 2rem;
	height: 80px
}

@media screen and (min-width: 768px) {
.main-header {
	padding: 1rem 2.5rem
}
}
.header__group {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.header__group--right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.header__group--left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.header__group--center {
	text-align: center
}
.header__group-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 1em
}

@media screen and (min-width: 1024px) {
.header__group-item:not(:first-child) {
	margin-left: 1.25em
}
}
.header__group-item--first {
	margin-left: 0
}
@supports (height: 100%) {
.header__group-img {
height:100%
}
}
.header__desktop-item {
	display: none
}

@media screen and (min-width: 1024px) {
.header__desktop-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}
.header__mobile-item {
	display: none
}

@media screen and (max-width: 1024px) {
.header__mobile-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}
.header__desktop-label {
	margin-left: 0.625em;
	text-transform: uppercase
}

@media screen and (min-width: 1024px) {
.header__mobile-item {
	display: none
}
}
.header__link {
	color: #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	display: inline-block;
	height: 100%;

}

.desktop-link {
	position: relative;
	cursor: pointer;
  padding-bottom: 0px;
}
.desktop-link:hover, .desktop-link:focus {
	color: #272F3C;
}
.desktop-link:before, .desktop-link:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 9px;
  right: 0;
  height: 3px;
  background-color: #EF7B34;
}
.desktop-link:before {
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	
}
.desktop-link:after {
  opacity: 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.desktop-link:hover:before, .desktop-link:hover:after, .desktop-link:focus:before, .desktop-link:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.desktop-link:hover:before, .desktop-link:focus:before {
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.desktop-link:hover:after, .desktop-link:focus:after {
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.desktop-link__rule {
	opacity: 1;
	position: relative;
  bottom: 4px;
  left: 0px;
  right: 0;
  height: 3px;
	color: transparent;
  background-color: #272F3C;
}
.desktop-link__active {
	z-index: 10;
	opacity: 1;
	position: relative;
  bottom: 2px;
	color: #272F3C;

}
.header__logo {
	display: inline-block;
	color: #272F3C
}
.header__logo:hover, .header__logo:focus {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.main_logo-b {
	max-width: 280px
}
@media screen and (min-width: 768px) {
.main_logo-b {
	max-width: 360px
}
}
.header__group-btn {
	padding: 0.75rem 1.5rem
}

.side-panels__overlay {
	background-color: #080808;
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 11;
	-webkit-transition: opacity 0.3s ease-in-out 0s, "visibility 0s $complex-duration";
	transition: opacity 0.3s ease-in-out 0s, "visibility 0s $complex-duration"
}
.side-panels__overlay.is-visible {
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s
}

@media screen and (min-width: 768px) {
.side-panels__overlay.is-visible {
	opacity: 0.5;
	visibility: visible
}
}
.side-panel {
	background-color: #FFFFFF;
	bottom: 0;
	height: 100%;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12
}

@media screen and (min-width: 768px) {
.side-panel {
	width: 400px
}
}
.side-panel--left {
	left: 0;
	background-color: #272F3C; /* Blue */
	color: #FFFFFF;
	-webkit-transform: translate3d(-768px, 0, 0);
	transform: translate3d(-768px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}
@media screen and (min-width: 768px) {
.side-panel--left {
	-webkit-transform: translate3d(-400px, 0, 0);
	transform: translate3d(-400px, 0, 0)
}
}
.side-panel--left.is-visible {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.side-panel--left-menu {
	left: 0;
	background-color: #FFFFFF; /* Blue */
	color: #080808;
	-webkit-transform: translate3d(-768px, 0, 0);
	transform: translate3d(-768px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}
@media screen and (min-width: 768px) {
.side-panel--left-menu {
	-webkit-transform: translate3d(-400px, 0, 0);
	transform: translate3d(-400px, 0, 0)
}
}
.side-panel--left-menu.is-visible {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.side-panel--right {
	right: 0;
	-webkit-transform: translate3d(768px, 0, 0);
	transform: translate3d(768px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}
@media screen and (min-width: 768px) {
.side-panel--right {
	-webkit-transform: translate3d(400px, 0, 0);
	transform: translate3d(400px, 0, 0)
}
}
.side-panel--right.is-visible {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.side-panel__icons-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.side-panel__icon-item {
	display: block;
	padding: 2em 2em 1.25em
}
.side-panel__icon-item:hover {
	color: #EF7B34; /*orange*/
}
.side-panel__icon-item--right {
	margin-left: auto
}

.left-panel-menu__item {
	padding: 0rem 3em  
}
.left-panel__menu {
	color: #999999; /* #EF7B34 Orange */
	margin-top: 0.3em;
	margin-left: auto;
	margin-bottom: 0em
}
.left-panel__eyebrow {
	color: #999999; /* #EF7B34 Orange */
	margin-top: 2em;
	text-transform: uppercase; 
	margin-left: auto;
	margin-bottom: 1em
}
@media screen and (max-width: 768px) {
.left-panel__eyebrow {
	font-size: 1.1rem;
}
}
@media screen and (min-width: 768px) {
.left-panel__eyebrow {
	font-size: 0.75rem;
}
}
.left-panel__link {
	color: #272F3C;
	display: block;
}
@media screen and (max-width: 768px) {
.left-panel__link {
	font-size: 1.2rem;
}
}
@media screen and (min-width: 768px) {
.left-panel__link {
	font-size: 0.9rem;
}
}
.left-panel__link--active {
	color: #EF7B34;
	display: block;
	width: 100%
}
.menu-link--highlight:focus, .menu-link--highlight:hover {
	color: #EF7B34; /*orange*/;
	text-decoration: underline;
}

.left-panel__intro {
	color: #FFFFFF;
	/*font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
	font-family: 'Noto Serif TC', serif;
	font-weight: 300;
	margin-left: auto;
	margin-bottom: 0.5em;
	line-height: 1.25em
}
@media screen and (max-width: 576px) {
.left-panel__intro {
	font-size: 2.5rem
}
}
@media screen and (min-width: 576px) {
.left-panel__intro {
	font-size: 4.2rem
}
}
@media screen and (min-width: 768px) {
.left-panel__intro {
	font-size: 2.5rem
}
}
.left-panel__bodycopy {
	margin-top: 1em;
	margin-left: auto
}
@media screen and (max-width: 768px) {
	.left-panel__bodycopy {
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-top: 1em
}
}
@media screen and (min-width: 768px) {
	.left-panel__bodycopy {
	font-size: 0.9rem;
	line-height: 1.4rem;
	margin-top: 2em
}
}
.right-panel__menu {
	padding-bottom: 0.3em;
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
	text-decortion: none;
	color: inherit;
	display: inline-block;
	width: 100%;
	font-size: 2rem;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
.right-panel__menu {
	font-size: 3rem;
}
}
.right-panel__link {
	color: #CCCCCC;
	cursor: pointer;
}
.right-panel__link:focus, .right-panel__link:hover {
	color: #999999;
	cursor: pointer;
}

.right-panel__link--active {
	color: #272F3C;
}

/*
.right-panel__link--icon {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.right-panel__arrow-icon {
	margin-left: 0.3125em;
	height: 1em
}


/*
.panel-data__heading-group {
	text-align: left
}
.panel-data__heading {
	font-size: 1.5rem
}
.panel-data__username {
	padding-top: 0.5em
}
.panel-data__links-group {
	margin-top: 1.25em
}
.panel-data__link {
	color: #080808;
	display: block;
	width: 100%
}
.sign-out__btn {
	margin-top: 100px
}
.panel-data__btn {
	display: block;
	padding-top: 1.125em;
	padding-bottom: 1.125em;
	width: 100%
}
.panel__mobile-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: none
}

@media screen and (min-width: 1024px) {
.panel__mobile-item {
	display: none
}
}
.panel-data--fade-in {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}*/
#footer{margin-top:40px; position:inherit}
.main-footer {
	background-color: #232b36;
	color: #FFFFFF
}
.main__footer--full {
	padding: 2em 2em 0.5em 2em
}

@media screen and (min-width: 768px) {
.main__footer--full {
	padding: 4em 5em
}
}
.main__footer--minimal {
	padding: 1.5em 3.5em 3.5em 3.5em
}
.footer__primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1440px
}

@media screen and (min-width: 768px) {
.footer__primary {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
}
.footer__secondary {
	font-size: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	line-height: 1rem
}
.footer__secondary-group--minimal {
	margin-bottom: 1em
}
.footer__secondary--full {
	border-top: 1px solid #4d535a;
	margin-top: 2.5rem;
	padding-top: 0.5rem;
	max-width: 1440px
}

@media screen and (min-width: 1150px) {
.footer__secondary--full {
	margin: 4rem auto 0
}
}
.footer__primary-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

@media screen and (min-width: 768px) {
.footer__primary-group {
	width: auto
}
}
.footer-group__mobile-logo {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

@media screen and (min-width: 768px) {
.footer-group__mobile-logo {
	display: none
}
}
.footer__logo-desktop {
	display: none
}

@media screen and (min-width: 768px) {
.footer__logo-desktop {
	display: block
}
}
.footer-group__logo {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

@media screen and (min-width: 768px) {
.footer-group__logo {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%
}
}

@media screen and (min-width: 1150px) {
.footer-group__logo {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: auto
}
}

.footer-group__links {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-top: 1.5em
}

@media screen and (min-width: 768px) {
.footer-group__links {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%
}
}

@media screen and (min-width: 1150px) {
.footer-group__links {
	padding-top: 0;
	width: 75%
}
}
.footer-group__apps {
	display: none
}

@media screen and (min-width: 1024px) {
.footer-group__apps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	padding-top: 0
}
}
.footer-primary-group__heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 1em;
	padding-bottom: 1.5em
}

@media screen and (min-width: 768px) {
.footer-primary-group__heading {
	padding-bottom: 2em
}
}

@media screen and (min-width: 1150px) {
.footer-primary-group__heading {
	padding-top: 0
}
}
.primary-group-heading__icon .footer__plus-icon {
	display: block
}
.primary-group-heading__icon .footer__minus-icon {
	display: none
}

.footer-logo {
    margin: 3.07692rem auto 3.84615rem;
    width: 98px
}
@media (min-width:768px) {
    .footer-logo {
        width: 6.46154rem}
}
.footer-logo .icon {
    fill: #696969
}

@media screen and (min-width: 768px) {
.primary-group-heading__icon {
	display: none
}
}
.primary-group-heading__icon.is-expanded .footer__plus-icon {
	display: none
}
.primary-group-heading__icon.is-expanded .footer__minus-icon {
	display: block
}
.footer-primary-group__items {
	display: none;
	padding: 0 1em
}

@media screen and (min-width: 768px) {
.footer-primary-group__items {
	display: block;
	padding: 0;
	min-width: 165px;
	max-width: 184px
}
}
.footer-primary-group__items.is-active {
	display: block
}
.footer__link {
	display: block;
	color: #FFFFFF;
	margin-bottom: 1em
}
.footer__country {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.footer-country__flag {
	padding-right: 0.5em;
	margin: 0
}
.footer__app-badge {
	padding-bottom: 0.25rem
}
.footer__social-icons {
	padding-bottom: 1.5rem;
	margin-top: 1.5em
}
.footer__social-icons-link {
	display: inline-block;
	color: #FFFFFF;
	margin-right: 0.5rem
}
.footer__store-icons {
	display: none
}

@media screen and (min-width: 768px) {
.footer__store-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 1.5rem
}
}
.footer__icon:active, .footer__icon:focus, .footer__icon:hover:not([disabled]) {
	color: #080808
}
.footer__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #080808;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
	flex-wrap: no-wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2.25rem;
	padding: 0.75em
}
.footer__btn:active, .footer__btn:focus, .footer__btn:hover:not([disabled]) {
	background-color: #FFFFFF;
	color: #080808;
	text-decoration: none
}

@media screen and (min-width: 768px) {
.footer__btn {
	background-color: transparent;
	color: #FFFFFF;
	margin-top: 0
}
}

@media screen and (min-width: 768px) {
.footer__btn:hover .footer__arrow-icon {
	fill: #080808
}
}
.footer-btn__logo {
	margin-top: 0
}
.footer__arrow-icon {
	fill: #080808;
	height: 18px;
	width: 6px;
	margin-left: 1.25rem
}

@media screen and (min-width: 768px) {
.footer__arrow-icon {
	fill: #FFFFFF
}
}
.footer__copyright {
	padding-bottom: 0.5em
}

@media screen and (min-width: 768px) {
.footer__copyright {
	margin-right: 1em
}
}

.footer__logo {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 49px;
	width: 126px;
	position: relative;
   top: 50%;
   left: 50%;
   margin-left: -63px; /* Half the width */
}
.footer__logo .jc_mark-svg__background {
    fill: #272F3C
}
.footer__logo .jc_mark-svg__foreground {
    fill: #FFFFFF
}
.footer__logo:active .jc_mark-svg__background,
.footer__logo:focus .jc_mark-svg__background,
.footer__logo:hover:not([disabled]) .jc_mark-svg__background {
    fill: #ef7c30
}

.footer__social-icon {
	height: 37px;
	width: 36px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.footer__social-icon--facebook .icons-unisporkal-getty-facebook-svg__foreground {
	fill: #EF7B34; /*orange*/
}
.footer__social-icon--facebook:active .icons-unisporkal-getty-facebook-svg__foreground, .footer__social-icon--facebook:focus .icons-unisporkal-getty-facebook-svg__foreground, .footer__social-icon--facebook:hover:not([disabled]) .icons-unisporkal-getty-facebook-svg__foreground {
	fill: #FFFFFF
}
.footer__social-icon--twitter .icons-unisporkal-getty-twitter-svg__foreground {
	fill: #EF7B34; /*orange*/
}
.footer__social-icon--twitter:active .icons-unisporkal-getty-twitter-svg__foreground, .footer__social-icon--twitter:focus .icons-unisporkal-getty-twitter-svg__foreground, .footer__social-icon--twitter:hover:not([disabled]) .icons-unisporkal-getty-twitter-svg__foreground {
	fill: #FFFFFF
}
.footer__social-icon--instagram .icons-unisporkal-getty-instagram-svg__foreground {
	fill: #EF7B34; /*orange*/
}
.footer__social-icon--instagram:active .icons-unisporkal-getty-instagram-svg__foreground, .footer__social-icon--instagram:focus .icons-unisporkal-getty-instagram-svg__foreground, .footer__social-icon--instagram:hover:not([disabled]) .icons-unisporkal-getty-instagram-svg__foreground {
	fill: #FFFFFF
}
html.superstrip-hidden .superstrip {
	display: none
}
.global-notification-banner {
	min-height: 41px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #EF7B34; /*orange*/;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #4316AC;
	border-top: 1px solid rgba(255,255,255,0.1)
}
.global-notification-banner:first {
border-top:none
}
.global-notification-banner:last {
border-bottom:none
}

@media screen and (min-width: 640px) {
.global-notification-banner {
	min-height: 51px
}
}
.global-notification-banner__message {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2em 3.5em
}

@media screen and (min-width: 768px) {
.global-notification-banner__message {
	padding: 0.6em 3.5em
}
}
.global-notification-banner__text {
	padding: 2em 0.5em
}

@media screen and (min-width: 768px) {
.global-notification-banner__text {
	padding: 1em 0.5em
}
}
.global-notification-banner__close-icon-container {
	background-color: #4316AC;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.global-notification-banner__close-icon-container:hover {
	background-color: #080808
}

@media screen and (min-width: 640px) {
.global-notification-banner__close-icon-container {
	height: 50px;
	width: 50px
}
}
.global-notification-banner__icon {
	margin-right: 10px
}
.global-notification-banner__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #FFFFFF;
	margin-left: .5em;
	margin-top: 1em;
	padding: 1em;
	-webkit-box-flex: 1;
	-ms-flex: 1 100%;
	flex: 1 100%
}
.global-notification-banner__btn:active, .global-notification-banner__btn:focus, .global-notification-banner__btn:hover:not([disabled]) {
	background-color: #4316AC
}

@media screen and (min-width: 768px) {
.global-notification-banner__btn {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding: 0.3125em 1.25em;
	margin-top: 0
}
}
.template-loader-container {
	-webkit-animation: fade-in-and-out 2s both infinite;
	animation: fade-in-and-out 2s both infinite
}
.template-loader__animation--end {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}
.template-loader__main-row {
	height: 1.5em;
	max-width: 150px;
	background-color: #F4F4F4;
	margin: 0 auto 1em
}
.template-loader__row {
	background-color: #F4F4F4;
	height: 1em;
	margin: 0.75em
}
@-webkit-keyframes fade-in-and-out {
0% {
opacity:0
}
50% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fade-in-and-out {
0% {
opacity:0
}
50% {
opacity:1
}
100% {
opacity:0
}
}
.header-search-bar__hero-section {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #FFFFFF;
	border-top: 1px solid #F1F1F1;
}

@media screen and (min-width: 768px) {
.header-search-bar__hero-section {
	padding: 1em 3em 
}
}

@media screen and (min-width: 1024px) {
.header-search-bar__hero-section {
	padding: 1em
}
}

@media screen and (min-width: 768px) {
.header-search-bar__hero-section--small-padding {
	padding: 1em 2em
}
}

::-webkit-scrollbar {
	display: none;
}

::-webkit-scrollbar-thumb {
	display: none;
}

progress {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: #EF7B34;
	z-index: 10;
}

progress::-webkit-progress-bar {
	background-color: transparent;
	z-index: 10;
}

progress::-webkit-progress-value {
	background-color: #EF7B34;
	z-index: 10;
}

progress::-moz-progress-bar {
	background-color: #EF7B34;
	z-index: 10;
}

.progress-container {
	width: 100%;
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	height: 6px;
	display: block;
	z-index: 10;
}

.progress-bar {
	background-color: #EF7B34;
	width: 0%;
	display: block;
	height: inherit;
	z-index: 10;
}


.header-search-bar-hero__search-bar {
	-ms-flex-item-align: center;
	align-self: center;
	
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	z-index: 10
}

@media screen and (min-width: 768px) {
.header-search-bar-hero__search-bar {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
}
.header-search-bar-hero__search-bar--full-width {
	max-width: none
}
.header-search-bar__outer-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.header-search-bar__container {
	position: relative;
	z-index: 10;
	background-color: #FFFFFF;
	border-top: 1px solid #080808;
	border-bottom: 1px solid #080808;
	width: 100%;
	height: 80px;
}

@media screen and (min-width: 768px) {
.header-search-bar__container {
	margin-top: 1em
}
}

@media screen and (min-width: 1024px) {
.header-search-bar__container {
	margin-top: 0
}
}

.header-search-bar-hero__search-bar {
	-webkit-transition: max-width 0.3s ease;
	transition: max-width 0.3s ease
}
.header-search-bar-hero__search-bar.is-docked {
	-webkit-transition: top 0.3s ease, margin-top 0.3s ease;
	transition: top 0.3s ease, margin-top 0.3s ease;
	position: fixed
}

@media screen and (min-width: 768px) {
.header-search-bar-hero__search-bar.is-docked {
	max-width: 90%
}
}
.header-search-bar__hero-section {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (min-width: 768px) {
.header-search-bar__hero-section {
	padding: 4em 3em
}
}

@media screen and (min-width: 1024px) {
.header-search-bar__hero-section {
	padding: 4em
}
}

@media screen and (min-width: 768px) {
.header-search-bar__hero-section--small-padding {
	padding: 1em 2em
}
}
.header-search-bar-hero__text {
	font-size: 2rem;
	font-weight: normal;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 1.5em;
	text-align: center
}

@media screen and (min-width: 768px) {
.header-search-bar-hero__text {
	font-size: 2.75rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 0
}
}

@media screen and (min-width: 1024px) {
.header-search-bar-hero__text {
	margin-bottom: 0.75em
}
}
.header-search-bar-hero__text--main {
	font-size: 2rem;
	margin: 0
}

@media screen and (min-width: 768px) {
.header-search-bar-hero__text--main {
	font-size: 2.75rem
}
}
.header-search-bar-hero__text--subtitle {
	font-size: 1.25rem;
	padding-top: 1rem;
	margin: 0
}

@media screen and (min-width: 768px) {
.header-search-bar-hero__text--subtitle {
	font-size: 2rem
}
}
.header-search-bar-hero__search-bar {
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 900px;
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	z-index: 10
}

@media screen and (min-width: 768px) {
.header-search-bar-hero__search-bar {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
}
.header-search-bar-hero__search-bar--full-width {
	max-width: none
}
.header-search-bar__outer-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.header-search-bar__container {
	position: relative;
	z-index: 10;
	width: 100%
}

@media screen and (min-width: 768px) {
.header-search-bar__container {
	margin-top: 1em
}
}

@media screen and (min-width: 1024px) {
.header-search-bar__container {
	margin-top: 0
}
}

.search-overlay {
	background-color: #080808;
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 7;
	-webkit-transition: "opacity $complex-duration ease 0s", "visibility 0s $complex-duration";
	transition: "opacity $complex-duration ease 0s", "visibility 0s $complex-duration"
}
.search-overlay.is-visible {
	opacity: 0.5;
	visibility: visible;
	-webkit-transition: "opacity $complex-duration ease 0s";
	transition: "opacity $complex-duration ease 0s"
}

.header-search-bar-hero__search-bar {
	-webkit-transition: max-width 0.3s ease;
	transition: max-width 0.3s ease
}
.header-search-bar-hero__search-bar.is-docked {
	-webkit-transition: top 0.3s ease, margin-top 0.3s ease;
	transition: top 0.3s ease, margin-top 0.3s ease;
	position: fixed
}

@media screen and (min-width: 768px) {
.header-search-bar-hero__search-bar.is-docked {
	max-width: 90%
}
}
/*
.header-search-bar__media-filter {
	display: none;
	cursor: pointer;
	padding: 1em 2em;
	position: relative;
	min-width: 210px;
	border-top: 1px solid #080808
}
.header-search-bar__media-filter.is-visible {
	display: block
}

@media screen and (min-width: 768px) {
.header-search-bar__media-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.75em 0;
	border-top: none
}
}
.header-search-bar__media-filter[data-type-selected] .header-search-bar-dropdown__checkbox {
	visibility: hidden
}
.header-search-bar__media-filter[data-type-selected=image] .header-search-bar-media-filter__label--images {
	display: inline
}
.header-search-bar__media-filter[data-type-selected=image] .option[data-value=image] .header-search-bar-dropdown__checkbox {
	visibility: visible
}
.header-search-bar__media-filter[data-type-selected=image-creative] .header-search-bar-media-filter__label--images-creative {
	display: inline
}
.header-search-bar__media-filter[data-type-selected=image-creative] .option[data-value=image-creative] .header-search-bar-dropdown__checkbox {
	visibility: visible
}
.header-search-bar__media-filter[data-type-selected=image-editorial] .header-search-bar-media-filter__label--images-editorial {
	display: inline
}
.header-search-bar__media-filter[data-type-selected=image-editorial] .option[data-value=image-editorial] .header-search-bar-dropdown__checkbox {
	visibility: visible
}
.header-search-bar__media-filter[data-type-selected=film] .header-search-bar-media-filter__label--video {
	display: inline
}
.header-search-bar__media-filter[data-type-selected=film] .option[data-value=film] .header-search-bar-dropdown__checkbox {
	visibility: visible
}
.header-search-bar__media-filter[data-type-selected=film-creative] .header-search-bar-media-filter__label--video-creative {
	display: inline
}
.header-search-bar__media-filter[data-type-selected=film-creative] .option[data-value=film-creative] .header-search-bar-dropdown__checkbox {
	visibility: visible
}
.header-search-bar__media-filter[data-type-selected=film-editorial] .header-search-bar-media-filter__label--video-editorial {
	display: inline
}
.header-search-bar__media-filter[data-type-selected=film-editorial] .option[data-value=film-editorial] .header-search-bar-dropdown__checkbox {
	visibility: visible
}
.header-search-bar-media-filter__label {
	display: none
}
.header-search-bar-media-filter__selected-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	width: 100%
}

@media screen and (min-width: 768px) {
.header-search-bar-media-filter__selected-label {
	border-left: 1px solid #CCCCCC;
	padding-right: 2em;
	padding-left: 2em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
.header-search-bar-media-filter__selected-label[data-type-selected=images] .media-filter-label .text.images-selected {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.header-search-bar-media-filter__arrow {
	margin-left: 1em
}
.header-search-bar__media-types-dropdown {
	background-color: #FFFFFF;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	margin-top: 1px
}
.header-search-bar__media-filter.open .header-search-bar__media-types-dropdown {
	max-height: 300px;
	outline: 1px solid #080808
}
.header-search-bar-dropdown__list {
	margin: 1.5em 1.25em
}
.header-search-bar-dropdown__option {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1em;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease
}
.header-search-bar-dropdown__option:focus, .header-search-bar-dropdown__option:hover {
	color: #EF7B34; 
}
.header-search-bar-dropdown__option--last {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1em
}
.header-search-bar-dropdown__checkbox {
	position: relative;
	left: 0;
	width: 1em;
	height: 1em
}
.header-search-bar-dropdown__option-label {
	cursor: pointer;
	padding-left: .25em
}
.header-search-bar-dropdown__sub-option {
	padding-left: 1em
}*/
/*
.recent-board-item__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}
.recent-board-item__link:hover .recent-board--active {
	opacity: 0
}
.recent-board-item__link:hover .recent-board__count {
	opacity: 1
}
.recent-board__count {
	background-color: #080808;
	opacity: 1;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

@media screen and (min-width: 1024px) {
.recent-board__count {
	opacity: 0
}
}
.recent-board--active {
	opacity: 0;
	position: absolute;
	right: 0;
	height: 20px;
	width: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

@media screen and (min-width: 1024px) {
.recent-board--active {
	opacity: 1
}
}
.recent-board__icon--right {
	height: 20px;
	width: 40px
}
.recent-board__shared-icon {
	padding-right: 10px
}
.recent-board__confirmed-checkmark-icon {
	max-width: 20px
}
.icons-unisporkal-getty-confirmed-checkmark-svg__background {
	fill: #EF7B34;
}
.recent-boards__btn {
	margin-top: 1em
}
.recent-boards__btn:hover {
	width: 100%
}
.create-board__board-message {
	text-align: center;
	font-size: 0.875rem
}
.create-board__form {
	margin-top: 20px
}
.create-board-form__error {
	margin-bottom: 20px
}
.create-board__field {
	display: block
}
.create-board__btn, .create-board__btn:hover {
	padding: 1em 2em;
	width: 100%
}
.country-picker__modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 13;
	opacity: 0;
	display: none;
	visibility: hidden;
	pointer-events: none
}
.country-picker__modal.active {
	opacity: 1;
	pointer-events: auto;
	display: block;
	visibility: visible
}
.country-picker__container {
	background: #FFFFFF;
	height: 100%;
	padding: 0.625em 1.25em 1.25em;
	position: relative;
	overflow-y: scroll
}
.country-picker__content {
	margin-top: 0
}

@media screen and (min-width: 768px) {
.country-picker__content {
	margin-top: 5em
}
}

@media screen and (min-width: 1440px) {
.country-picker__content {
	margin-left: 10em;
	margin-right: 10em
}
}
.country-picker__title {
	text-align: center;
	padding-bottom: 0
}

@media screen and (min-width: 768px) {
.country-picker__title {
	padding-bottom: 1em
}
}
.country-picker__list {
	-webkit-column-count: 1;
	column-count: 1
}

@media screen and (min-width: 768px) {
.country-picker__list {
	-webkit-column-count: 2;
	column-count: 2
}
}

@media screen and (min-width: 1024px) {
.country-picker__list {
	-webkit-column-count: 3;
	column-count: 3
}
}
.country-picker__option {
	padding-bottom: 0.8em
}
.country-picker__country {
	border-right: 1px #A6A6A6 solid;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top
}
.country-picker__country:last-child {
	border-right: none;
	padding-right: 0
}
.country-picker__regions {
	display: inline;
	vertical-align: top
}
.country-picker__link {
	color: inherit;
	vertical-align: top
}
.country-picker__flag {
	margin-right: 5px;
	display: inline-block
}
.country-picker__flag svg {
	height: 18px;
	width: 29px
}
.country-picker__close-icon {
	color: #080808;
	top: 2em;
	position: absolute;
	right: 2em
}
*/
.ibm-modal {
	display: none;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 14;
	-webkit-transition: "visibility 0s $complex-duration";
	transition: "visibility 0s $complex-duration"
}

@media screen and (min-width: 768px) {
.ibm-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}
.ibm-modal .overlay {
	background-color: #080808;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 14;
	-webkit-transition: "opacity $complex-duration ease 0s", "visibility 0s $complex-duration";
	transition: "opacity $complex-duration ease 0s", "visibility 0s $complex-duration"
}
.ibm-modal .overlay.active {
	opacity: 0.8;
	visibility: visible;
	-webkit-transition: "opacity $complex-duration ease 0s";
	transition: "opacity $complex-duration ease 0s"
}
.ibm-modal .overlay.active .ibm-modal {
	visibility: visible
}
.ibm-modal .modal-wrapper {
	background-color: #FFFFFF;
	border-radius: 5px;
	height: 360px;
	margin-top: 10%;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	width: 610px;
	z-index: 15;
	-webkit-transition: "opacity $complex-duration ease 0s", "visibility 0s $complex-duration";
	transition: "opacity $complex-duration ease 0s", "visibility 0s $complex-duration"
}

@media screen and (min-width: 1024px) {
.ibm-modal .modal-wrapper {
	height: 360px;
	margin-top: 10%;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	width: 750px
}
}
.ibm-modal .modal-wrapper.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: "opacity $complex-duration ease 0s";
	transition: "opacity $complex-duration ease 0s"
}
.ibm-modal .close-icon {
	background-image: url("../landing/assets/gfx/close_black.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	bottom: 18px;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 1.5em;
	height: 16px;
	position: relative;
	left: 26px;
	width: 16px;
	z-index: 15
}
.ibm-modal .close-icon:hover {
	cursor: pointer
}
.ibm-modal .modal-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 2em 3em
}
.ibm-modal .modal-content h2 {
	font-size: 1.6em;
	margin: 0
}
.ibm-modal .modal-content p {
	padding: 0;
	margin: 30px 0;
	line-height: 1.5em
}
.ibm-modal .modal-content a {
	color: #EF7B34; /*orange*/
}
.ibm-modal .info-container {
	text-align: center
}
.ibm-modal .actions-container {
	text-align: center
}
.ibm-modal .actions-container p {
	font-size: 0.9em;
	margin: 30px 90px;
	text-align: center
}

@media screen and (min-width: 1024px) {
.ibm-modal .actions-container p {
	margin: 30px 140px
}
}
.ibm-modal button {
	border-radius: 5px;
	font-weight: bold;
	margin: 0 20px;
	padding: 18px 45px
}
.ibm-modal button:hover {
	cursor: pointer
}
.ibm-modal button.no-thanks {
	background-color: #FFFFFF;
	border: 1px solid #080808;
	color: #080808
}
.ibm-modal button.no-thanks:active, .ibm-modal button.no-thanks:focus, .ibm-modal button.no-thanks:hover:not([disabled]) {
	background-color: #080808;
	color: #FFFFFF
}
.ibm-modal button.yes-please {
	background-color: #EF7B34; /*orange*/;
	border: 1px solid #4316AC;
	color: #FFFFFF
}
.ibm-modal button.yes-please:active, .ibm-modal button.yes-please:focus, .ibm-modal button.yes-please:hover:not([disabled]) {
	background-color: #4316AC;
	color: #FFFFFF
}
.fill--gi-black {
	fill: #080808
}
.fill--gi-white {
	fill: #FFFFFF
}
.fill--alert-color {
	fill: #F01428
}

.landing-top-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.25em 1em
}

@media screen and (min-width: 640px) {
.landing-top-menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}

@media screen and (min-width: 768px) {
.landing-top-menu {
	padding-left: 0;
	padding-right: 0
}
}
.landing-top-menu__item {
	padding-left: 1em;
	padding-right: 1em
}

@media screen and (min-width: 768px) {
.landing-top-menu__item {
	padding-left: 3em;
	padding-right: 3em
}
}
.landing-top-menu__item:last-child {
	padding-right: 2em
}

@media screen and (min-width: 768px) {
.landing-top-menu__item:last-child {
	padding-right: 3em
}
}
.landing-secondary-menu {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: hidden;
	padding: 1em 0.75em;
	white-space: nowrap
}

@media screen and (min-width: 768px) {
.landing-secondary-menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}

@media screen and (min-width: 768px) {
.landing-secondary-menu__item {
	margin-left: 0.5em;
	margin-right: 0.5em
}
}
.landing-secondary-menu__item:last-child {
	padding-right: 2em
}

@media screen and (min-width: 768px) {
.landing-secondary-menu__item:last-child {
	padding-right: 0
}
}
.landing-secondary-menu__link {
	display: inline-block;
	padding-bottom: 0.4em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.4em
}

@media screen and (min-width: 768px) {
.landing-secondary-menu__link {
	padding-left: 1.5em;
	padding-right: 1.5em
}
}
.landing-secondary-menu__link--unselected:hover {
	color: #EF7B34; /*orange*/
}
.scroll-x--hidden {
	-ms-overflow-style: none;
	overflow-x: auto;
	overflow-y: hidden
}
.scroll-x--hidden::-webkit-scrollbar {
-webkit-appearance:none;
height:0px
}
.aspect-ratio-sizer {
	display: -ms-grid;
	display: grid
}
.aspect-ratio-sizer__content {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	grid-column-start: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	grid-row-start: 1
}
.aspect-ratio-sizer--universal>* {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	grid-column-start: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	grid-row-start: 1
}
.aspect-ratio-sizer--16x9::before {
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 9' xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	grid-column-start: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	grid-row-start: 1
}
.fill-container {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	top: 0
}
.fillable-container {
	position: relative
}
.collapse-line {
	line-height: 0
}
.uncollapse-line--standard {
	line-height: 1.15
}
/*
.show-us__hero {
	background-image: url("http://static.gettyimages.com/display-sets/dove/show_us_landing_hero.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 390px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

@media screen and (min-width: 768px) {
.show-us__hero {
	background-position: top;
	height: 390px
}
}

@media screen and (min-width: 1024px) {
.show-us__hero {
	height: 435px
}
}

@media screen and (min-width: 1440px) {
.show-us__hero {
	height: 620px
}
}
.show-us__img-overlay {
	background-color: #080808;
	height: 100%;
	width: 100%;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0
}
.show-us-hero__heading {
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 30px;
	position: relative;
	text-align: center
}

@media screen and (min-width: 640px) {
.show-us-hero__heading {
	font-size: 36px;
	line-height: 44px;
	max-width: 500px
}
}

@media screen and (min-width: 768px) {
.show-us-hero__heading {
	font-size: 44px;
	line-height: 52px;
	max-width: 600px
}
}

@media screen and (min-width: 1024px) {
.show-us-hero__heading {
	font-size: 48px;
	line-height: 57px;
	max-width: 700px
}
}
.show-us__content {
	margin: 40px auto;
	max-width: 1440px;
	padding: 0 32px
}

@media screen and (min-width: 1840px) {
.show-us__content {
	padding: 0
}
}
.show-us__intro {
	text-align: center
}
.show-us-intro__title {
	font-size: 32px
}
.show-us-intro__text {
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto;
	padding: 20px 0
}
.show-us-intro__text a {
	color: #EF7B34; /*orange*/
}

@media screen and (min-width: 640px) {
.show-us-intro__text {
	width: 90%
}
}

@media screen and (min-width: 1024px) {
.show-us-intro__text {
	padding: 20px 32px
}
}
.show-us-intro__btn {
	display: inline-block;
	padding: 20px
}
.show-us-intro__logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 30px
}
/*
@media screen and (min-width: 768px) {
.show-us-intro__logos {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
}
.show-us__logo {
	max-height: 30px;
	margin: 15px
}
.show-us__logo--dove {
	max-height: 50px;
	padding: 0 60px
}
.show-us__logo.show-us__logo--girlgaze {
	height: 34px;
	width: 142px
}
.show-us-collection {
	margin: 100px 0
}
.show-us-collection__heading {
	font-size: 24px
}

@media screen and (min-width: 640px) {
.show-us-collection__heading {
	font-size: 28px
}
}
.show-us-collection__tiles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 28px
}/*
.show-us-tile-container {
	display: block;
	overflow: hidden;
	width: 280px;
	position: relative;
	margin-top: 12px;
	height: 400px;
	-ms-flex-preferred-size: 99%;
	flex-basis: 99%
}

@media screen and (min-width: 768px) {
.show-us-tile-container {
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%
}
}

@media screen and (min-width: 1440px) {
.show-us-tile-container {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: 335px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
}

@media screen and (min-width: 1840px) {
.show-us-tile-container {
	width: 350px
}
}
.show-us-tile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	color: #FFFFFF;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease
}
.show-us-tile:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.show-us-collection-tiles__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (min-width: 768px) {
.show-us-collection-tiles__section {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
}

@media screen and (min-width: 1440px) {
.show-us-collection-tiles__section {
	margin-right: 12px
}
.show-us-collection-tiles__section:last-child {
	margin-right: 0
}
}
.show-us-tile.show-us-tile--real {
	background-image: url("http://static.gettyimages.com/display-sets/dove/category_1.jpg")
}
.show-us-tile.show-us-tile--contentment {
	background-image: url("http://static.gettyimages.com/display-sets/dove/category_2.jpg")
}
.show-us-tile.show-us-tile--inspirational {
	background-image: url("http://static.gettyimages.com/display-sets/dove/category_3.jpg")
}
.show-us-tile.show-us-tile--beauty {
	background-image: url("http://static.gettyimages.com/display-sets/dove/category_4.jpg")
}
.show-us-tile__text {
	position: relative;
	font-size: 24px
}

@media screen and (min-width: 640px) {
.show-us-tile__text {
	font-size: 30px
}
}

@media screen and (min-width: 1024px) {
.show-us-tile__text {
	font-size: 32px
}
}*/
.square-grid-container {
	-ms-grid-rows: 1fr;
	display: -ms-grid;
	display: grid;
	grid-auto-flow: row dense;
	position: relative;
	width: 100%
}
.square-grid-container {
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr)
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.square-grid__item-container {
	-ms-grid-column: 1
}
.square-grid__item-container:nth-child(n+1):nth-child(-n+1) {
	-ms-grid-row: 1
}
.square-grid__item-container--project-label:nth-child(n+1):nth-child(-n+1) {
	-ms-grid-row: 1
}
.square-grid__item-container:nth-child(n+2):nth-child(-n+2) {
	-ms-grid-row: 2
}
.square-grid__item-container--project-label:nth-child(n+2):nth-child(-n+2) {
	-ms-grid-row: 2
}
.square-grid__item-container:nth-child(n+3):nth-child(-n+3) {
	-ms-grid-row: 3
}
.square-grid__item-container--project-label:nth-child(n+3):nth-child(-n+3) {
	-ms-grid-row: 4
}
.square-grid__item-container:nth-child(n+4):nth-child(-n+4) {
	-ms-grid-row: 5
}
.square-grid__item-container--project-label:nth-child(n+4):nth-child(-n+4) {
	-ms-grid-row: 6
}
.square-grid__item-container:nth-child(n+5):nth-child(-n+5) {
	-ms-grid-row: 6
}
.square-grid__item-container--project-label:nth-child(n+5):nth-child(-n+5) {
	-ms-grid-row: 7
}
.square-grid__item-container:nth-child(n+6):nth-child(-n+6) {
	-ms-grid-row: 7
}
.square-grid__item-container--project-label:nth-child(n+6):nth-child(-n+6) {
	-ms-grid-row: 8
}
.square-grid__item-container:nth-child(n+7):nth-child(-n+7) {
	-ms-grid-row: 8
}
.square-grid__item-container--project-label:nth-child(n+7):nth-child(-n+7) {
	-ms-grid-row: 9
}
.square-grid__item-container:nth-child(n+8):nth-child(-n+8) {
	-ms-grid-row: 9
}
.square-grid__item-container--project-label:nth-child(n+8):nth-child(-n+8) {
	-ms-grid-row: 10
}
.square-grid__item-container:nth-child(n+9):nth-child(-n+9) {
	-ms-grid-row: 10
}
.square-grid__item-container--project-label:nth-child(n+9):nth-child(-n+9) {
	-ms-grid-row: 11
}
.square-grid__item-container:nth-child(n+10):nth-child(-n+10) {
	-ms-grid-row: 11
}
.square-grid__item-container--project-label:nth-child(n+10):nth-child(-n+10) {
	-ms-grid-row: 12
}
.square-grid__item-container:nth-child(n+11):nth-child(-n+11) {
	-ms-grid-row: 12
}
.square-grid__item-container--project-label:nth-child(n+11):nth-child(-n+11) {
	-ms-grid-row: 13
}
.square-grid__item-container:nth-child(n+12):nth-child(-n+12) {
	-ms-grid-row: 13
}
.square-grid__item-container--project-label:nth-child(n+12):nth-child(-n+12) {
	-ms-grid-row: 14
}
.square-grid__item-container:nth-child(n+13):nth-child(-n+13) {
	-ms-grid-row: 14
}
.square-grid__item-container--project-label:nth-child(n+13):nth-child(-n+13) {
	-ms-grid-row: 15
}
.square-grid__item-container:nth-child(n+14):nth-child(-n+14) {
	-ms-grid-row: 15
}
.square-grid__item-container--project-label:nth-child(n+14):nth-child(-n+14) {
	-ms-grid-row: 16
}
.square-grid__item-container:nth-child(n+15):nth-child(-n+15) {
	-ms-grid-row: 16
}
.square-grid__item-container--project-label:nth-child(n+15):nth-child(-n+15) {
	-ms-grid-row: 17
}
.square-grid__item-container:nth-child(n+16):nth-child(-n+16) {
	-ms-grid-row: 17
}
.square-grid__item-container--project-label:nth-child(n+16):nth-child(-n+16) {
	-ms-grid-row: 18
}
.square-grid__item-container:nth-child(n+17):nth-child(-n+17) {
	-ms-grid-row: 18
}
.square-grid__item-container--project-label:nth-child(n+17):nth-child(-n+17) {
	-ms-grid-row: 19
}
.square-grid__item-container:nth-child(n+18):nth-child(-n+18) {
	-ms-grid-row: 19
}
.square-grid__item-container--project-label:nth-child(n+18):nth-child(-n+18) {
	-ms-grid-row: 20
}
.square-grid__item-container:nth-child(n+19):nth-child(-n+19) {
	-ms-grid-row: 20
}
.square-grid__item-container--project-label:nth-child(n+19):nth-child(-n+19) {
	-ms-grid-row: 21
}
.square-grid__item-container:nth-child(n+20):nth-child(-n+20) {
	-ms-grid-row: 21
}
.square-grid__item-container--project-label:nth-child(n+20):nth-child(-n+20) {
	-ms-grid-row: 22
}
.square-grid__item-container:nth-child(n+21):nth-child(-n+21) {
	-ms-grid-row: 22
}
.square-grid__item-container--project-label:nth-child(n+21):nth-child(-n+21) {
	-ms-grid-row: 23
}
.square-grid__item-container:nth-child(n+22):nth-child(-n+22) {
	-ms-grid-row: 23
}
.square-grid__item-container--project-label:nth-child(n+22):nth-child(-n+22) {
	-ms-grid-row: 24
}
.square-grid__item-container:nth-child(n+23):nth-child(-n+23) {
	-ms-grid-row: 24
}
.square-grid__item-container--project-label:nth-child(n+23):nth-child(-n+23) {
	-ms-grid-row: 25
}
.square-grid__item-container:nth-child(n+24):nth-child(-n+24) {
	-ms-grid-row: 25
}
.square-grid__item-container--project-label:nth-child(n+24):nth-child(-n+24) {
	-ms-grid-row: 26
}
.square-grid__item-container:nth-child(n+25):nth-child(-n+25) {
	-ms-grid-row: 26
}
.square-grid__item-container--project-label:nth-child(n+25):nth-child(-n+25) {
	-ms-grid-row: 27
}
.square-grid__item-container:nth-child(n+26):nth-child(-n+26) {
	-ms-grid-row: 27
}
.square-grid__item-container--project-label:nth-child(n+26):nth-child(-n+26) {
	-ms-grid-row: 28
}
.square-grid__item-container:nth-child(n+27):nth-child(-n+27) {
	-ms-grid-row: 28
}
.square-grid__item-container--project-label:nth-child(n+27):nth-child(-n+27) {
	-ms-grid-row: 29
}
.square-grid__item-container:nth-child(n+28):nth-child(-n+28) {
	-ms-grid-row: 29
}
.square-grid__item-container--project-label:nth-child(n+28):nth-child(-n+28) {
	-ms-grid-row: 30
}
.square-grid__item-container:nth-child(n+29):nth-child(-n+29) {
	-ms-grid-row: 30
}
.square-grid__item-container--project-label:nth-child(n+29):nth-child(-n+29) {
	-ms-grid-row: 31
}
.square-grid__item-container:nth-child(n+30):nth-child(-n+30) {
	-ms-grid-row: 31
}
.square-grid__item-container--project-label:nth-child(n+30):nth-child(-n+30) {
	-ms-grid-row: 32
}
.square-grid__item-container:nth-child(n+31):nth-child(-n+31) {
	-ms-grid-row: 32
}
.square-grid__item-container--project-label:nth-child(n+31):nth-child(-n+31) {
	-ms-grid-row: 33
}
.square-grid__item-container:nth-child(n+32):nth-child(-n+32) {
	-ms-grid-row: 33
}
.square-grid__item-container--project-label:nth-child(n+32):nth-child(-n+32) {
	-ms-grid-row: 34
}
.square-grid__item-container:nth-child(n+33):nth-child(-n+33) {
	-ms-grid-row: 34
}
.square-grid__item-container--project-label:nth-child(n+33):nth-child(-n+33) {
	-ms-grid-row: 35
}
.square-grid__item-container:nth-child(n+34):nth-child(-n+34) {
	-ms-grid-row: 35
}
.square-grid__item-container--project-label:nth-child(n+34):nth-child(-n+34) {
	-ms-grid-row: 36
}
.square-grid__item-container:nth-child(n+35):nth-child(-n+35) {
	-ms-grid-row: 36
}
.square-grid__item-container--project-label:nth-child(n+35):nth-child(-n+35) {
	-ms-grid-row: 37
}
.square-grid__item-container:nth-child(n+36):nth-child(-n+36) {
	-ms-grid-row: 37
}
.square-grid__item-container--project-label:nth-child(n+36):nth-child(-n+36) {
	-ms-grid-row: 38
}
.square-grid__item-container:nth-child(n+37):nth-child(-n+37) {
	-ms-grid-row: 38
}
.square-grid__item-container--project-label:nth-child(n+37):nth-child(-n+37) {
	-ms-grid-row: 39
}
.square-grid__item-container:nth-child(n+38):nth-child(-n+38) {
	-ms-grid-row: 39
}
.square-grid__item-container--project-label:nth-child(n+38):nth-child(-n+38) {
	-ms-grid-row: 40
}
.square-grid__item-container:nth-child(n+39):nth-child(-n+39) {
	-ms-grid-row: 40
}
.square-grid__item-container--project-label:nth-child(n+39):nth-child(-n+39) {
	-ms-grid-row: 41
}
.square-grid__item-container:nth-child(n+40):nth-child(-n+40) {
	-ms-grid-row: 41
}
.square-grid__item-container--project-label:nth-child(n+40):nth-child(-n+40) {
	-ms-grid-row: 42
}
.square-grid__item-container:nth-child(n+41):nth-child(-n+41) {
	-ms-grid-row: 42
}
.square-grid__item-container--project-label:nth-child(n+41):nth-child(-n+41) {
	-ms-grid-row: 43
}
.square-grid__item-container:nth-child(n+42):nth-child(-n+42) {
	-ms-grid-row: 43
}
.square-grid__item-container--project-label:nth-child(n+42):nth-child(-n+42) {
	-ms-grid-row: 44
}
.square-grid__item-container:nth-child(n+43):nth-child(-n+43) {
	-ms-grid-row: 44
}
.square-grid__item-container--project-label:nth-child(n+43):nth-child(-n+43) {
	-ms-grid-row: 45
}
.square-grid__item-container:nth-child(n+44):nth-child(-n+44) {
	-ms-grid-row: 45
}
.square-grid__item-container--project-label:nth-child(n+44):nth-child(-n+44) {
	-ms-grid-row: 46
}
.square-grid__item-container:nth-child(n+45):nth-child(-n+45) {
	-ms-grid-row: 46
}
.square-grid__item-container--project-label:nth-child(n+45):nth-child(-n+45) {
	-ms-grid-row: 47
}
.square-grid__item-container:nth-child(n+46):nth-child(-n+46) {
	-ms-grid-row: 47
}
.square-grid__item-container--project-label:nth-child(n+46):nth-child(-n+46) {
	-ms-grid-row: 48
}
.square-grid__item-container:nth-child(n+47):nth-child(-n+47) {
	-ms-grid-row: 48
}
.square-grid__item-container--project-label:nth-child(n+47):nth-child(-n+47) {
	-ms-grid-row: 49
}
.square-grid__item-container:nth-child(n+48):nth-child(-n+48) {
	-ms-grid-row: 49
}
.square-grid__item-container--project-label:nth-child(n+48):nth-child(-n+48) {
	-ms-grid-row: 50
}
.square-grid__item-container:nth-child(n+49):nth-child(-n+49) {
	-ms-grid-row: 50
}
.square-grid__item-container--project-label:nth-child(n+49):nth-child(-n+49) {
	-ms-grid-row: 51
}
.square-grid__item-container:nth-child(n+50):nth-child(-n+50) {
	-ms-grid-row: 51
}
.square-grid__item-container--project-label:nth-child(n+50):nth-child(-n+50) {
	-ms-grid-row: 52
}
.square-grid__item-container:nth-child(n+51):nth-child(-n+51) {
	-ms-grid-row: 52
}
.square-grid__item-container--project-label:nth-child(n+51):nth-child(-n+51) {
	-ms-grid-row: 53
}
.square-grid__item-container:nth-child(n+52):nth-child(-n+52) {
	-ms-grid-row: 53
}
.square-grid__item-container--project-label:nth-child(n+52):nth-child(-n+52) {
	-ms-grid-row: 54
}
.square-grid__item-container:nth-child(n+53):nth-child(-n+53) {
	-ms-grid-row: 54
}
.square-grid__item-container--project-label:nth-child(n+53):nth-child(-n+53) {
	-ms-grid-row: 55
}
.square-grid__item-container:nth-child(n+54):nth-child(-n+54) {
	-ms-grid-row: 55
}
.square-grid__item-container--project-label:nth-child(n+54):nth-child(-n+54) {
	-ms-grid-row: 56
}
.square-grid__item-container:nth-child(n+55):nth-child(-n+55) {
	-ms-grid-row: 56
}
.square-grid__item-container--project-label:nth-child(n+55):nth-child(-n+55) {
	-ms-grid-row: 57
}
.square-grid__item-container:nth-child(n+56):nth-child(-n+56) {
	-ms-grid-row: 57
}
.square-grid__item-container--project-label:nth-child(n+56):nth-child(-n+56) {
	-ms-grid-row: 58
}
.square-grid__item-container:nth-child(n+57):nth-child(-n+57) {
	-ms-grid-row: 58
}
.square-grid__item-container--project-label:nth-child(n+57):nth-child(-n+57) {
	-ms-grid-row: 59
}
}
.square-grid__item-container:first-child {
	-ms-grid-column: 1;
	-ms-grid-row: 1
}

@media screen and (min-width: 1024px) {
.square-grid__item-container:hover .square-grid-item__link:after {
	opacity: 0.3
}
.square-grid__item-container:hover .square-grid-item__img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.square-grid__item-container:hover .square-grid-item__info {
	opacity: 1
}
}

@media screen and (min-width: 768px) {
.square-grid-container {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: repeat(2, 1fr)
}
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
.square-grid__item-container:nth-child(2n+1) {
	-ms-grid-column: 1
}
.square-grid__item-container:nth-child(2n+2) {
	-ms-grid-column: 2
}
.square-grid__item-container:nth-child(n+1):nth-child(-n+2) {
	-ms-grid-row: 1
}
.square-grid__item-container--project-label:nth-child(n+1):nth-child(-n+2) {
	-ms-grid-row: 1
}
.square-grid__item-container:nth-child(n+3):nth-child(-n+4) {
	-ms-grid-row: 2
}
.square-grid__item-container--project-label:nth-child(n+3):nth-child(-n+4) {
	-ms-grid-row: 2
}
.square-grid__item-container:nth-child(n+5):nth-child(-n+6) {
	-ms-grid-row: 3
}
.square-grid__item-container--project-label:nth-child(n+5):nth-child(-n+6) {
	-ms-grid-row: 4
}
.square-grid__item-container:nth-child(n+7):nth-child(-n+8) {
	-ms-grid-row: 5
}
.square-grid__item-container--project-label:nth-child(n+7):nth-child(-n+8) {
	-ms-grid-row: 6
}
.square-grid__item-container:nth-child(n+9):nth-child(-n+10) {
	-ms-grid-row: 6
}
.square-grid__item-container--project-label:nth-child(n+9):nth-child(-n+10) {
	-ms-grid-row: 7
}
.square-grid__item-container:nth-child(n+11):nth-child(-n+12) {
	-ms-grid-row: 7
}
.square-grid__item-container--project-label:nth-child(n+11):nth-child(-n+12) {
	-ms-grid-row: 8
}
.square-grid__item-container:nth-child(n+13):nth-child(-n+14) {
	-ms-grid-row: 8
}
.square-grid__item-container--project-label:nth-child(n+13):nth-child(-n+14) {
	-ms-grid-row: 9
}
.square-grid__item-container:nth-child(n+15):nth-child(-n+16) {
	-ms-grid-row: 9
}
.square-grid__item-container--project-label:nth-child(n+15):nth-child(-n+16) {
	-ms-grid-row: 10
}
.square-grid__item-container:nth-child(n+17):nth-child(-n+18) {
	-ms-grid-row: 10
}
.square-grid__item-container--project-label:nth-child(n+17):nth-child(-n+18) {
	-ms-grid-row: 11
}
.square-grid__item-container:nth-child(n+19):nth-child(-n+20) {
	-ms-grid-row: 11
}
.square-grid__item-container--project-label:nth-child(n+19):nth-child(-n+20) {
	-ms-grid-row: 12
}
.square-grid__item-container:nth-child(n+21):nth-child(-n+22) {
	-ms-grid-row: 12
}
.square-grid__item-container--project-label:nth-child(n+21):nth-child(-n+22) {
	-ms-grid-row: 13
}
.square-grid__item-container:nth-child(n+23):nth-child(-n+24) {
	-ms-grid-row: 13
}
.square-grid__item-container--project-label:nth-child(n+23):nth-child(-n+24) {
	-ms-grid-row: 14
}
.square-grid__item-container:nth-child(n+25):nth-child(-n+26) {
	-ms-grid-row: 14
}
.square-grid__item-container--project-label:nth-child(n+25):nth-child(-n+26) {
	-ms-grid-row: 15
}
.square-grid__item-container:nth-child(n+27):nth-child(-n+28) {
	-ms-grid-row: 15
}
.square-grid__item-container--project-label:nth-child(n+27):nth-child(-n+28) {
	-ms-grid-row: 16
}
.square-grid__item-container:nth-child(n+29):nth-child(-n+30) {
	-ms-grid-row: 16
}
.square-grid__item-container--project-label:nth-child(n+29):nth-child(-n+30) {
	-ms-grid-row: 17
}
.square-grid__item-container:nth-child(n+31):nth-child(-n+32) {
	-ms-grid-row: 17
}
.square-grid__item-container--project-label:nth-child(n+31):nth-child(-n+32) {
	-ms-grid-row: 18
}
.square-grid__item-container:nth-child(n+33):nth-child(-n+34) {
	-ms-grid-row: 18
}
.square-grid__item-container--project-label:nth-child(n+33):nth-child(-n+34) {
	-ms-grid-row: 19
}
.square-grid__item-container:nth-child(n+35):nth-child(-n+36) {
	-ms-grid-row: 19
}
.square-grid__item-container--project-label:nth-child(n+35):nth-child(-n+36) {
	-ms-grid-row: 20
}
.square-grid__item-container:nth-child(n+37):nth-child(-n+38) {
	-ms-grid-row: 20
}
.square-grid__item-container--project-label:nth-child(n+37):nth-child(-n+38) {
	-ms-grid-row: 21
}
.square-grid__item-container:nth-child(n+39):nth-child(-n+40) {
	-ms-grid-row: 21
}
.square-grid__item-container--project-label:nth-child(n+39):nth-child(-n+40) {
	-ms-grid-row: 22
}
.square-grid__item-container:nth-child(n+41):nth-child(-n+42) {
	-ms-grid-row: 22
}
.square-grid__item-container--project-label:nth-child(n+41):nth-child(-n+42) {
	-ms-grid-row: 23
}
.square-grid__item-container:nth-child(n+43):nth-child(-n+44) {
	-ms-grid-row: 23
}
.square-grid__item-container--project-label:nth-child(n+43):nth-child(-n+44) {
	-ms-grid-row: 24
}
.square-grid__item-container:nth-child(n+45):nth-child(-n+46) {
	-ms-grid-row: 24
}
.square-grid__item-container--project-label:nth-child(n+45):nth-child(-n+46) {
	-ms-grid-row: 25
}
.square-grid__item-container:nth-child(n+47):nth-child(-n+48) {
	-ms-grid-row: 25
}
.square-grid__item-container--project-label:nth-child(n+47):nth-child(-n+48) {
	-ms-grid-row: 26
}
.square-grid__item-container:nth-child(n+49):nth-child(-n+50) {
	-ms-grid-row: 26
}
.square-grid__item-container--project-label:nth-child(n+49):nth-child(-n+50) {
	-ms-grid-row: 27
}
.square-grid__item-container:nth-child(n+51):nth-child(-n+52) {
	-ms-grid-row: 27
}
.square-grid__item-container--project-label:nth-child(n+51):nth-child(-n+52) {
	-ms-grid-row: 28
}
.square-grid__item-container:nth-child(n+53):nth-child(-n+54) {
	-ms-grid-row: 28
}
.square-grid__item-container--project-label:nth-child(n+53):nth-child(-n+54) {
	-ms-grid-row: 29
}
.square-grid__item-container:nth-child(n+55):nth-child(-n+56) {
	-ms-grid-row: 29
}
.square-grid__item-container--project-label:nth-child(n+55):nth-child(-n+56) {
	-ms-grid-row: 30
}
}

@media screen and (min-width: 768px) {
.square-grid__item-container:nth-last-child(2) {
	display: none
}
}

@media screen and (min-width: 1024px) {
.square-grid-container {
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(4, 1fr)
}
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
.square-grid__item-container:nth-child(4n+6) {
	-ms-grid-column: 1
}
.square-grid__item-container:nth-child(4n+7) {
	-ms-grid-column: 2
}
.square-grid__item-container:nth-child(4n+8) {
	-ms-grid-column: 3
}
.square-grid__item-container:nth-child(4n+9) {
	-ms-grid-column: 4
}
.square-grid__item-container:nth-child(n+6):nth-child(-n+9) {
	-ms-grid-row: 3
}
.square-grid__item-container--project-label:nth-child(n+6):nth-child(-n+9) {
	-ms-grid-row: 4
}
.square-grid__item-container:nth-child(n+10):nth-child(-n+13) {
	-ms-grid-row: 5
}
.square-grid__item-container--project-label:nth-child(n+10):nth-child(-n+13) {
	-ms-grid-row: 6
}
.square-grid__item-container:nth-child(n+14):nth-child(-n+17) {
	-ms-grid-row: 6
}
.square-grid__item-container--project-label:nth-child(n+14):nth-child(-n+17) {
	-ms-grid-row: 7
}
.square-grid__item-container:nth-child(n+18):nth-child(-n+21) {
	-ms-grid-row: 7
}
.square-grid__item-container--project-label:nth-child(n+18):nth-child(-n+21) {
	-ms-grid-row: 8
}
.square-grid__item-container:nth-child(n+22):nth-child(-n+25) {
	-ms-grid-row: 8
}
.square-grid__item-container--project-label:nth-child(n+22):nth-child(-n+25) {
	-ms-grid-row: 9
}
.square-grid__item-container:nth-child(n+26):nth-child(-n+29) {
	-ms-grid-row: 9
}
.square-grid__item-container--project-label:nth-child(n+26):nth-child(-n+29) {
	-ms-grid-row: 10
}
.square-grid__item-container:nth-child(n+30):nth-child(-n+33) {
	-ms-grid-row: 10
}
.square-grid__item-container--project-label:nth-child(n+30):nth-child(-n+33) {
	-ms-grid-row: 11
}
.square-grid__item-container:nth-child(n+34):nth-child(-n+37) {
	-ms-grid-row: 11
}
.square-grid__item-container--project-label:nth-child(n+34):nth-child(-n+37) {
	-ms-grid-row: 12
}
.square-grid__item-container:nth-child(n+38):nth-child(-n+41) {
	-ms-grid-row: 12
}
.square-grid__item-container--project-label:nth-child(n+38):nth-child(-n+41) {
	-ms-grid-row: 13
}
.square-grid__item-container:nth-child(n+42):nth-child(-n+45) {
	-ms-grid-row: 13
}
.square-grid__item-container--project-label:nth-child(n+42):nth-child(-n+45) {
	-ms-grid-row: 14
}
.square-grid__item-container:nth-child(n+46):nth-child(-n+49) {
	-ms-grid-row: 14
}
.square-grid__item-container--project-label:nth-child(n+46):nth-child(-n+49) {
	-ms-grid-row: 15
}
.square-grid__item-container:nth-child(n+50):nth-child(-n+53) {
	-ms-grid-row: 15
}
.square-grid__item-container--project-label:nth-child(n+50):nth-child(-n+53) {
	-ms-grid-row: 16
}
.square-grid__item-container:nth-child(n+54):nth-child(-n+57) {
	-ms-grid-row: 16
}
.square-grid__item-container--project-label:nth-child(n+54):nth-child(-n+57) {
	-ms-grid-row: 17
}
}
/* Enlarge grid items */
@media screen and (min-width: 1024px) {
.square-grid__item-container:first-child {
	-ms-grid-column-span: 2;
	-ms-grid-row-span: 2;
	grid-column-end: span 2;
	grid-row-end: span 2
}
	
.square-grid__item-container:nth-last-child(2) {
	display: block
}
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
.square-grid__item-container:nth-child(2), .square-grid__item-container:nth-child(4) {
	-ms-grid-column: 3
}
.square-grid__item-container:nth-child(3), .square-grid__item-container:nth-child(5) {
	-ms-grid-column: 4
}
.square-grid__item-container:nth-child(n+2):nth-child(-n+3) {
	-ms-grid-row: 1
}
.square-grid__item-container:nth-child(n+4):nth-child(-n+5) {
	-ms-grid-row: 2
}
}

@media screen and (min-width: 1840px) {
.square-grid-container {
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(5, 1fr)
}
}

@media screen and (min-width: 1840px) and (-ms-high-contrast: active), screen and (min-width: 1840px) and (-ms-high-contrast: none) {
.square-grid__item-container:nth-child(5n+8) {
	-ms-grid-column: 1
}
.square-grid__item-container:nth-child(5n+9) {
	-ms-grid-column: 2
}
.square-grid__item-container:nth-child(5n+10) {
	-ms-grid-column: 3
}
.square-grid__item-container:nth-child(5n+11) {
	-ms-grid-column: 4
}
.square-grid__item-container:nth-child(5n+12) {
	-ms-grid-column: 5
}
.square-grid__item-container:nth-child(n+8):nth-child(-n+12) {
	-ms-grid-row: 3
}
.square-grid__item-container--project-label:nth-child(n+8):nth-child(-n+12) {
	-ms-grid-row: 4
}
.square-grid__item-container:nth-child(n+13):nth-child(-n+17) {
	-ms-grid-row: 5
}
.square-grid__item-container--project-label:nth-child(n+13):nth-child(-n+17) {
	-ms-grid-row: 6
}
.square-grid__item-container:nth-child(n+18):nth-child(-n+22) {
	-ms-grid-row: 6
}
.square-grid__item-container--project-label:nth-child(n+18):nth-child(-n+22) {
	-ms-grid-row: 7
}
.square-grid__item-container:nth-child(n+23):nth-child(-n+27) {
	-ms-grid-row: 7
}
.square-grid__item-container--project-label:nth-child(n+23):nth-child(-n+27) {
	-ms-grid-row: 8
}
.square-grid__item-container:nth-child(n+28):nth-child(-n+32) {
	-ms-grid-row: 8
}
.square-grid__item-container--project-label:nth-child(n+28):nth-child(-n+32) {
	-ms-grid-row: 9
}
.square-grid__item-container:nth-child(n+33):nth-child(-n+37) {
	-ms-grid-row: 9
}
.square-grid__item-container--project-label:nth-child(n+33):nth-child(-n+37) {
	-ms-grid-row: 10
}
.square-grid__item-container:nth-child(n+38):nth-child(-n+42) {
	-ms-grid-row: 10
}
.square-grid__item-container--project-label:nth-child(n+38):nth-child(-n+42) {
	-ms-grid-row: 11
}
.square-grid__item-container:nth-child(n+43):nth-child(-n+47) {
	-ms-grid-row: 11
}
.square-grid__item-container--project-label:nth-child(n+43):nth-child(-n+47) {
	-ms-grid-row: 12
}
.square-grid__item-container:nth-child(n+48):nth-child(-n+52) {
	-ms-grid-row: 12
}
.square-grid__item-container--project-label:nth-child(n+48):nth-child(-n+52) {
	-ms-grid-row: 13
}
.square-grid__item-container:nth-child(n+53):nth-child(-n+57) {
	-ms-grid-row: 13
}
.square-grid__item-container--project-label:nth-child(n+53):nth-child(-n+57) {
	-ms-grid-row: 14
}
}

@media screen and (min-width: 1840px) and (-ms-high-contrast: active), screen and (min-width: 1840px) and (-ms-high-contrast: none) {
.square-grid__item-container:nth-child(2), .square-grid__item-container:nth-child(5) {
	-ms-grid-column: 3
}
.square-grid__item-container:nth-child(3), .square-grid__item-container:nth-child(6) {
	-ms-grid-column: 4
}
.square-grid__item-container:nth-child(4), .square-grid__item-container:nth-child(7) {
	-ms-grid-column: 5
}
.square-grid__item-container:nth-child(n+2):nth-child(-n+4) {
	-ms-grid-row: 1
}
.square-grid__item-container:nth-child(n+5):nth-child(-n+7) {
	-ms-grid-row: 2
}
}
.square-grid-item__link {
	display: block;
	overflow: hidden;
	position: relative
}
.square-grid-item__link:before {
	content: "";
	display: block;
	padding-top: 100%
}
.square-grid-item__link:after {
	background-color: #080808;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}
.square-grid-item__img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100.25%;
	width: 100.25%;
	margin: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease
}
.square-grid-item__details {
	bottom: 0;
	line-height: 1.4
}
.square-grid-item__item-id {
	font-size: 0.75em
}
.square-grid-item__info {
	color: #FFFFFF;
	opacity: 1;
	padding: 32px;
	position: absolute;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

@media screen and (min-width: 1024px) {
.square-grid-item__info {
	opacity: 0
}
.square-grid-item__info:hover {
	text-decoration: none
}
}

.square-grid-item--project-label {
	color: #272F3C;
	font-size: 14px;
	top: 30px;
	left: 30px;
	padding: 6px 10px
}/*
.square-grid-item--project-label:hover{
	color: #272F3C;
	background-color: #FFFFFF
}*/
.square-grid__item-container--project-label {
	position: relative
}
/*
.square-grid__fma-container {
	background-color: #080808;
	height: 330px;
	grid-row-start: 4;
	grid-column-start: 1;
	grid-column-end: 2;
	position: relative;
	-ms-grid-row: 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2
}

@media screen and (min-width: 768px) {
.square-grid__fma-container {
	grid-column-end: 3;
	-ms-grid-column-span: 3
}
}

@media screen and (min-width: 1024px) {
.square-grid__fma-container {
	grid-column-end: 5;
	-ms-grid-column-span: 5
}
}

@media screen and (min-width: 1840px) {
.square-grid__fma-container {
	grid-column-end: 6;
	-ms-grid-column-span: 6
}
}
.square-grid__fma-container--project-label {
	grid-row-start: 3;
	-ms-grid-row: 3
}

.square-grid-fma__details {
	color: #FFFFFF;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	position: relative;
	top: 70px;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}

@media screen and (min-width: 640px) {
.square-grid-fma__details {
	margin-right: 240px
}
}

@media screen and (min-width: 1024px) {
.square-grid-fma__details {
	top: 100px;
	padding-left: 4.75rem
}
}
.square-grid-fma__title {
	text-decoration: none
}
.square-grid-fma__text {
	padding-top: 8px
}
.square-grid-fma__text:hover {
	text-decoration: underline
}
.square-grid-fma__icon {
	color: #FFFFFF;
	height: 30px;
	width: 135px;
	position: absolute;
	right: 15px;
	bottom: 32px
}

@media screen and (min-width: 640px) {
.square-grid-fma__icon {
	height: 33px;
	width: 150px;
	right: 70px;
	bottom: 36px
}
}
.fma__arrow-icon {
	margin-left: 5px
}

.square-grid-item__link--fma {
	height: inherit;
	color: inherit;
	display: block;
	overflow: hidden;
	position: relative
}
.square-grid-item__img--project-label {
	opacity: 0.7
}
.square-grid-fma__title--project-label {
	font-weight: bold;
	max-width: 600px
}
.square-grid-fma__text--project-label {
	font-weight: bold
}*/

/*
.video-home-page {
	margin-bottom: 51px
}
.video-home-page-hero__overlay {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
	left: 0
}

@media screen and (min-width: 640px) {
.video-home-page-hero__overlay {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto
}
}
.video-home-page-hero-overlay__title {
	font-size: 24px;
	text-align: center;
	width: 100%
}

@media screen and (min-width: 640px) {
.video-home-page-hero-overlay__title {
	margin-bottom: 50px
}
}

@media screen and (min-width: 768px) {
.video-home-page-hero-overlay__title {
	font-size: 28px;
	margin-bottom: 20px
}
}

@media screen and (min-width: 1024px) {
.video-home-page-hero-overlay__title {
	font-size: 32px
}
}

@media screen and (min-width: 1440px) {
.video-home-page-hero-overlay__title {
	font-size: 45px;
	line-height: 54px;
	max-width: 690px;
	margin-bottom: 48px
}
}
.video-home-page-hero-overlay__benefits {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	margin-bottom: 53px
}

@media screen and (min-width: 640px) {
.video-home-page-hero-overlay__benefits {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}

@media screen and (min-width: 768px) {
.video-home-page-hero-overlay__benefits {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 20px
}
}

@media screen and (min-width: 1024px) {
.video-home-page-hero-overlay__benefits {
	margin-bottom: 34px
}
}

@media screen and (min-width: 1440px) {
.video-home-page-hero-overlay__benefits {
	margin-bottom: 42px
}
}
.video-home-page-hero-overlay-benefit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	padding: 14px 17px
}

@media screen and (min-width: 768px) {
.video-home-page-hero-overlay-benefit {
	max-width: 242px
}
.video-home-page-hero-overlay-benefit:nth-child(1n+2) {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.video-home-page-hero-overlay-benefit:nth-last-child(1n+2) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
}
.video-home-page-hero-overlay-benefit__checkmark {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 12px;
	margin-right: 9px;
	width: 18px
}
.video-home-page-hero-overlay-benefit__text {
	font-size: 14px
}
.video-home-page-content {
	margin-left: 20px;
	margin-right: 20px
}
.video-home-page-content--small-full-width {
	margin-left: 0;
	margin-right: 0
}

@media screen and (min-width: 768px) {
.video-home-page-content--medium-spacing {
	margin-left: 31px;
	margin-right: 31px
}
}

@media screen and (min-width: 1440px) {
.video-home-page-content--medium-spacing {
	margin-left: 78px;
	margin-right: 78px
}
}

@media screen and (min-width: 1596px) {
.video-home-page-content--medium-spacing {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px
}
}
.video-home-page__display-sets {
	margin-top: 42px
}

@media screen and (min-width: 768px) {
.video-home-page__display-sets {
	margin-top: 59px
}
}

@media screen and (min-width: 1440px) {
.video-home-page__display-sets {
	margin-top: 73px
}
}
.video-home-page-display-set:nth-child(n+2) {
	border-top: 1px solid #E3E3E3;
	margin-top: 30px;
	padding-top: 32px
}

@media screen and (min-width: 768px) {
.video-home-page-display-set:nth-child(n+2) {
	margin-top: 44px;
	padding-top: 46px
}
}
.video-home-page-display-set__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.video-home-page-display-set__title {
	font-size: 16px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0
}

@media screen and (min-width: 768px) {
.video-home-page-display-set__title {
	font-size: 28px
}
}
.video-home-page-display-set__link {
	font-size: 13px;
	padding: 6px 13px;
	margin-left: 4px;
	white-space: nowrap
}

@media screen and (min-width: 768px) {
.video-home-page-display-set__link {
	padding: 8px 20px
}
}
.video-home-page-display-set__videos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px
}

@media screen and (min-width: 768px) {
.video-home-page-display-set__videos {
	margin-top: 32px
}
}
.video-home-page-display-set__asset {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 200px
}

@media screen and (min-width: 768px) {
.video-home-page-display-set__asset {
	width: 305px
}
}
.video-home-page-display-set__asset:nth-child(1n+2) {
	margin-left: 1em
}
.video-home-page-display-set__asset:nth-child(1n+4) {
	display: none
}

@media screen and (min-width: 1440px) {
.video-home-page-display-set__asset:nth-child(1n+4) {
	display: block
}
}
.video-home-page-display-set-asset__sizer {
	min-height: 112.5px
}

@media screen and (min-width: 768px) {
.video-home-page-display-set-asset__sizer {
	min-height: 171.5625px
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.video-home-page-display-set-asset__content {
	max-height: 150px
}
}
@supports (-ms-ime-align: auto) {
.video-home-page-display-set-asset__content {
max-height:170px
}
}
.video-home-page-display-set-asset__overlay {
	bottom: 0;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-size: 14px;
	padding: 1em;
	left: 0;
	position: absolute;
	width: 100%
}
.video-home-page-display-set-asset__overlay-item {
	background-color: rgba(8,8,8,0.6);
	border-radius: 4px;
	margin-left: 1em;
	padding: 4px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.video-home-page-display-set-asset-sub-item-count__icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 0.5em
}
.video-home-page-display-set-asset__title {
	font-size: 14px;
	margin-top: 14px
}

@media screen and (min-width: 768px) {
.video-home-page-display-set-asset__title {
	font-size: 16px
}
}
.video-home-page__featured-partners {
	margin-top: 60px
}

@media screen and (min-width: 1024px) {
.video-home-page__featured-partners {
	margin-top: 80px
}
}
.video-home-page-featured-partners__title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0
}

@media screen and (min-width: 1440px) {
.video-home-page-featured-partners__title {
	font-size: 28px
}
}
.video-home-page-featured-partners__content {
	margin-top: 30px
}

@media screen and (min-width: 1440px) {
.video-home-page-featured-partners__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}
.video-home-page-bbc-motion-gallery {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("/landing/assets/static_content/home/featured_partners/bbc_motion_gallery-5ac427b4f3d87df3ccedc5f2f2e6aa4aadf9ebac8a0d07ebe9d18e4cb3634a25.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 404px;
	padding: 74px 20px;
	text-align: center
}

@media screen and (min-width: 768px) {
.video-home-page-bbc-motion-gallery {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 527px
}
}

@media screen and (min-width: 1440px) {
.video-home-page-bbc-motion-gallery {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 740px
}
}
.video-home-page-bbc-motion-gallery__title {
	height: 26px;
	margin-bottom: 0;
	margin-top: 0
}

@media screen and (min-width: 768px) {
.video-home-page-bbc-motion-gallery__title {
	height: 34px
}
}

@media screen and (min-width: 1024px) {
.video-home-page-bbc-motion-gallery__title {
	height: 38px
}
}
.video-home-page-bbc-motion-gallery__instruction {
	font-size: 18px;
	line-height: 23px;
	margin-top: 28px
}

@media screen and (min-width: 768px) {
.video-home-page-bbc-motion-gallery__instruction {
	font-size: 21px;
	line-height: 25px;
	max-width: 517px
}
}
.video-home-page-bbc-motion-gallery__cta {
	background-color: #FFFFFF;
	color: #080808;
	margin-top: 28px;
	padding: 14px 27px;
	max-width: 227px
}

@media screen and (min-width: 768px) {
.video-home-page-bbc-motion-gallery__cta {
	max-width: none
}
}

@media screen and (min-width: 1024px) {
.video-home-page-bbc-motion-gallery__cta {
	border: 1px solid #FFFFFF;
	background: none;
	color: #FFFFFF;
	margin-top: 53px;
	padding: 20px 52px
}
.video-home-page-bbc-motion-gallery__cta:active, .video-home-page-bbc-motion-gallery__cta:focus, .video-home-page-bbc-motion-gallery__cta:hover:not([disabled]) {
	background-color: #FFFFFF;
	color: #080808
}
}
.video-home-page-major-partners {
	padding: 32px 29px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #E3E3E3
}

@media screen and (min-width: 768px) {
.video-home-page-major-partners {
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3
}
}

@media screen and (min-width: 1440px) {
.video-home-page-major-partners {
	border-left: none;
	border-top: 1px solid #E3E3E3;
	padding: 24px 29px
}
}

@media screen and (min-width: 768px) {
.video-home-page-major-partner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}
.video-home-page-major-partner:nth-child(n+2) {
	margin-top: 24px;
	border-top: 1px solid #E3E3E3;
	padding-top: 24px
}
.video-home-page-major-partner__image {
	height: 185px;
	width: 264px
}

@media screen and (min-width: 768px) {
.video-home-page-major-partner__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 140px;
	width: 200px
}
}
.video-home-page-major-partner__text {
	margin-top: 16px
}

@media screen and (min-width: 768px) {
.video-home-page-major-partner__text {
	margin-top: 0;
	margin-left: 20px
}
}
.video-home-page-major-partner__vice-logo {
	height: 22px;
	width: 69px
}
.video-home-page-major-partner__bloomberg-logo {
	height: 24px;
	width: 106px
}
.video-home-page-major-partner__sony-logo {
	height: 28px;
	width: 96px
}
.video-home-page-major-partner__smithsonian-logo {
	height: 28px;
	width: 138px
}
.video-home-page-major-partner__lighthouse-logo {
	height: 30px;
	width: 190px
}
.video-home-page-major-partner__itn-logo {
	height: 28px;
	width: 52px
}
.video-home-page-major-partner__description {
	margin-top: 24px
}

@media screen and (min-width: 768px) {
.video-home-page-major-partner__description {
	margin-top: 20px
}
}
.video-home-page-major-partner__destination {
	display: inline-block;
	margin-top: 28px
}
.video-home-page-major-partner__arrow-icon {
	margin-left: 5px
}
.video-home-page__partners {
	margin-top: 46px
}

@media screen and (min-width: 768px) {
.video-home-page__partners {
	margin-top: 61px
}
}

@media screen and (min-width: 1440px) {
.video-home-page__partners {
	margin-top: 50px
}
}
.video-home-page-partners__title {
	font-size: 24px;
	margin-bottom: 0
}
.video-home-page-partners__list {
	margin-top: 39px
}

@media screen and (min-width: 768px) {
.video-home-page-partners__list {
	-webkit-columns: 2;
	columns: 2
}
}

@media screen and (min-width: 768px) {
.video-home-page-partners__list {
	-webkit-columns: 3;
	columns: 3
}
}

@media screen and (min-width: 1440px) {
.video-home-page-partners__list {
	-webkit-columns: 4;
	columns: 4
}
}
.video-home-page__partner:nth-child(n+2) {
	margin-top: 11px
}
@supports (-ms-ime-align: auto) {
.video-home-page-display-set-asset__content {
max-height:170px
}
}
.video-preview {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: black;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-items: center
}
.video-preview.is-loaded .video-preview__poster {
	visibility: hidden
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.video-preview--chrome-72-fix {
	-ms-flex-line-pack: normal;
	align-content: normal;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal
}
}
.video-preview__view {
	display: block;
	grid-area: 1 / 1 / 2 / 2;
	margin: auto;
	max-height: 100%;
	max-width: 100%
}
.video-preview__view--stacked {
	position: relative
}
@supports not (display: grid) {
.video-preview {
display:block
}
.video-preview__video {
bottom:0;
left:0;
position:absolute;
right:0;
top:0
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.video-preview {
	display: block
}
.video-preview__video {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.video-preview__view {
	margin-left: auto;
	margin-right: auto
}
}
*/