/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 3, 2024 */

@import "radial-menu.css";

@font-face {
  font-family: 'lovatow00-boldregular';
  src: url('../type/lovato_w00_bold-webfont.woff2') format('woff2'),
       url('../type/lovato_w00_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lovatow00-regularregular';
  src: url('../type/lovato_w00_regular-webfont.woff2') format('woff2'),
       url('../type/lovato_w00_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
	display: table-cell;
	width: 100%;
	height: 100%;
}

body {
  overscroll-behavior: none;
  /* overscroll-y-behavior: none; */
	color: #001f3b;
	background-color: #eee;
	font-family: lovatow00-regularregular, sans-serif;
}

body.path-frontpage {
	background: #001f3b;
	display: table-cell;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: lovatow00-boldregular, sans-serif;
	font-weight: normal;
}

p, 
li {
	font-family: Arial, sans-serif;
	line-height: 140%;
}

p {
	text-align: justify;
}

button, input, optgroup, select, textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 2px 10px;
  background: #fff;
	max-width: 100%;
	box-sizing: border-box;
}

a, 
a:link, 
a:visited {
	color: #e5a944;
	text-decoration: none;
	transition: all 200ms ease-in-out;
}

a:hover, 
a:active {
	color: #cc8b1d;
}

/* .layout-container {
	
} */

.region-primary-menu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	/*background: #083050;*/
	/*background: rgba(0,31,59,0.5);*/
	background: rgba(0,16,28,0.0);
	color: #fff;
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	z-index: 101;
	height: 100px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	/*width: 100%;*/
	transition: all 200ms ease-in-out;
  padding-right: 20px;
}

.sticky .region-primary-menu {
	background: rgba(0,16,28,0.85);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

[dir="ltr"] body.gin--vertical-toolbar .region-primary-menu, 
[dir="ltr"] body.gin--horizontal-toolbar .region-primary-menu, 
[dir="ltr"] body.gin--classic-toolbar .region-primary-menu {
	left: var(--gin-toolbar-x-offset, 256px) !important;
}

body.gin--vertical-toolbar .region-primary-menu, 
body.gin--horizontal-toolbar .region-primary-menu, 
body.gin--classic-toolbar .region-primary-menu {
	padding-top: var(--gin-toolbar-y-offset) !important;
}

header {
	background: url(../images/bg-liberty-bell.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 100px;
	color: #e5a944;
}

/* body.path-frontpage header {
	display: none;
} */

body.maintenance-page, 
body.maintenance-page .dialog-off-canvas-main-canvas {
	display: table-cell;
	width: 100vw;
	height: 100vh;
}

body.maintenance-page .layout-container {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body.path-frontpage.maintenance-page main { 
	color: #fff;
	text-align: center;
	background: url('../images/logo.png') no-repeat center top;
	background-size: 200px auto;
	padding: 200px 0 0;
	z-index: 100;
}

header h1.page-title {
	padding: 100px 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.region-header {
	width: 70%;
	margin: 0 auto;
}

.region-highlighted {
  background: #fafafa;
}

#block-iamfree-mainnavigation, 
#block-iamfree-sociallinks-2 {
	width: 50%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
  margin-right: auto;
}

#block-iamfree-sociallinks-2 {
	justify-content: flex-end;
}

#superfish-main, 
#superfish-social-links {
	margin: 0;
	padding: 0 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

#superfish-social-links {
	justify-content: flex-end;
}

#superfish-main li, 
#superfish-social-links li {
	margin: 0;
	padding: 0;
	display: block;
	height: 100px;
}

#superfish-main a, 
#superfish-social-links a, 
.region-primary-menu .block a {
	margin: 0;
	padding: 0 20px;
	display: block;
	height: 100px;
	font-size: 22px;
	line-height: 100px;
	color: #e5a944;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 200ms ease-in-out;
	font-family: lovatow00-regularregular, sans-serif;
	font-weight: normal;
}

#superfish-main a:hover, 
#superfish-social-links a:hover, 
#superfish-main a.is-active, 
#superfish-social-links a.is-active, 
.region-primary-menu .block a:hover, 
.region-primary-menu .block a.is-active {
	color: #fff;
}

#block-iamfree-logo {
	width: 100px;
	height: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#block-iamfree-logo a {
	width: 80px;
	height: 80px;
	background: url('../images/logo.png') no-repeat center center;
	background-size: contain;
	overflow: hidden;
	margin: 10px;
	display: block;
	white-space: nowrap;
	text-indent: 80px;
	box-sizing: border-box;
}

#superfish-logo {
	margin: 0;
}

main {
	background: #fafafa;
	padding: 60px 0;
}

body.path-frontpage main {
	background: transparent;
}

.layout-content {
	width: 70%;
	margin: 0 auto;
	display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.messages__wrapper {
  padding-top: 60px;
  width: 70%;
	margin: 0 auto;
}

/* .layout-content .region-content {
	margin-right: 20px;
} */

#block-iamfree-content .view-content {
	display: grid;
	grid-template-columns: 20fr 20fr 20fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

#block-iamfree-content .view-content .views-field-field-image img {
	display: block;
	width: 100%;
	height: auto;
}

#block-iamfree-content .view-content .views-field-title h2 {
	margin: 10px 0;
	line-height: 100%;
}

#block-iamfree-content .view-content .views-field-revision-timestamp, 
#block-iamfree-content .view-content .views-field-created  {
	margin: 10px 0;
	line-height: 100%;
}

.views-field-view-node a {
	background: #e5a944;
	color: #001f3b;
	border-radius: 50px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 10px 20px;
}

.views-field-view-node a:hover {
	background: #cc8b1d;
}

.views-field-revision-timestamp, 
.views-field-created {
	font-family: lovatow00-boldregular;
}

.view-header {
	font-size: 28px;
	text-align: center;
	margin: 0 0 30px;
}

.view-filters {
	background: #fff;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	margin: 0 0 50px;
	font-family: Arial, sans-serif;
	color: #777;
	text-align: center;
}

.view-filters .form--inline .form-item {
	margin-top: 5px;
	margin-bottom: 5px;
	float: none;
	display: inline-block;
}

.view-filters .form--inline .form-item label {
	font-size: 12px;
}

.view-filters .form--inline .form-actions {
	display: inline-block;
	margin: 5px 0;
}

/* .button {
} */

input.button.form-submit, 
.tags .field__items a, 
a.use-ajax.button {
  display: inline-block;
  background: #ccc;
  border: none;
  padding: 6px 11px;
  text-transform: uppercase;
  border-radius: 12px;
	font: bold 11px/12px Arial, sans-serif;
	color: #555;
	cursor: pointer;
	transition: all 200ms ease-in-out;
}

input.button.form-submit:hover, 
.tags .field__items a:hover {
  background: #ddd;
}

/* footer {
	
} */

footer .region-footer {
	width: 70%;
	padding: 50px 0;
	margin: 0 auto;
}

footer .region-footer #block-iamfree-tokenblock p {
	text-align: center;
	color: #aaa;
	font-family: 'lovatow00-regularregular';
	margin: 0;
}

footer .region-footer ul.menu {
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 15px 0 0;
}

footer .region-footer ul.menu li a {
  font-family: 'lovatow00-regularregular';
  text-transform: uppercase;
  font-size: 22px;
}

.chosen-container {
	text-align: left;
}

.chosen-container-multi .chosen-choices {
	border: 1px solid #ccc;
	border-radius: 6px;
	background-image: none;
}

.node__submitted {
  /*margin: 0 0 25px;*/
	/*margin: 15px 0 0;*/
	margin: 10px 0 0;
  text-align: center;
  font-size: 20px;
	position: relative;
}

/* .node__submitted::after {
  content: "";
	display: block;
	margin: 20px 0 0;
  width: 25%;
	height: 2px;
	background: linear-gradient(to right, rgba(227, 169, 68, 0) 0%, #e5a944 25%, #e5a944 75%, rgba(228, 169, 68, 0) 100%);
	background: linear-gradient(to right, rgba(227, 169, 68, 1) 0%, #e5a944 25%, #e5a944 75%, rgba(228, 169, 68, 0) 100%);
} */

/* .node__submitted::before {
  content: "";
	display: block;
	margin: 0 0 20px;
  width: 25%;
	height: 2px;
	background: linear-gradient(to right, rgba(227, 169, 68, 0) 0%, #e5a944 25%, #e5a944 75%, rgba(228, 169, 68, 0) 100%);
	background: linear-gradient(to right, rgba(227, 169, 68, 1) 0%, #e5a944 25%, #e5a944 75%, rgba(228, 169, 68, 0) 100%);
} */

.video-wrap {
	/*width: 50%;*/
	/*float: right;*/
	/*margin: 0 0 10px 30px;*/
	margin: 0 0 10px 0;
}

.video-wrap .field--name-field-image img {
	width: 100%;
	height: auto;
}

.field--name-field-youtube-video {
	text-align: center;
}

.field--name-field-youtube-video a {
	display: inline-block;
	/*background: #ccc;*/
	background: #e5a944;
	/*color: #555;*/
	color: #001f3b;
	margin: 15px 0 0;
	padding: 10px 15px;
	text-align: center;
	/*font: normal 15px/15px Arial, sans-serif;*/
	text-transform: uppercase;
	font-size: 15px;
	line-height: 16px;
	border-radius: 35px;
	transition: all 200ms ease-in-out;
}

.field--name-field-youtube-video a::before {
	display: block;
	content: "";
	width: 20px;
	height: 15px;
	background: url(../images/youtube-blue.svg) no-repeat center center;
	background-size: contain;
	display: inline-block;
	/* vertical-align: top; */
	margin-right: 5px;
}

.field--name-field-youtube-video a:hover {
	/*background: #ddd;*/
	background: #cc8b1d;
}

.tags {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

.tags .field__items {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

.tags .field__items a {
	margin: 0 5px 10px;
	/*margin: 0 10px 10px 0;*/
	text-transform: none;
	font-weight: normal;
}

/* Sidebars */

aside.layout-sidebar-second {
	min-width: 30%;
	/*background: #fff;*/
	/*border-radius: 8px;*/
	/*padding: 25px 30px;*/
	/*box-shadow: 0px 2px 8px rgba(0,0,0,0.2);*/
	margin: 0 0 0 60px;
	color: #777;
	box-sizing: border-box;
}

aside.layout-sidebar-second .block h2 {
	font-size: 24px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 25px;
	color: #001f3b;
}

aside.layout-sidebar-second .block .views-field-field-image img {
	width: 100%;
	height: auto;
	display: block;
}

aside.layout-sidebar-second .block {
	margin-bottom: 25px;
}

aside.layout-sidebar-second .block .views-row {
	background: #fff;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
	margin: 0 0 30px;
}

aside.layout-sidebar-second .block .views-row:last-child {
	margin: 0;
}

aside.layout-sidebar-second .block .views-row .views-field-title a {
	font-size: 20px;
	line-height: 20px;
	display: block;
	margin: 0;
	padding: 15px 20px;
	color: #001f3b;
}

aside.layout-sidebar-second .block .views-row .views-field-title a:hover {
	color: #083050;
}

aside.layout-sidebar-second .block:last-child {
	margin-bottom: 0;
}

/* Front Page */

#block-iamfree-frontpagevideo {
	position: absolute!important;
  top: 0;
  width: 100vw;
  height: 100vh;
	box-sizing: border-box;
	overflow: hidden;
}

#myVideo {
  position: absolute;
  z-index: 10;
  background-size: 100% 100%;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.path-frontpage footer {
	z-index: 20;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100vw;
}

body.path-frontpage footer .region-footer {
	width: 100vw;
	padding: 40px 0;
}

body.path-frontpage footer .region-footer #block-iamfree-tokenblock p {
	text-align: center;
}

#block-iamfree-frontpagevideooverlay {
	position: fixed;
	z-index: 20;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
}

.main-page-group {
	width: 100vw;
	height: 100vh;
	position: absolute;
}

/* Related Docs */

#block-iamfree-views-block-related-docs {
	margin: 60px 0 0;
}

#block-iamfree-views-block-related-docs h2 {
	font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 25px;
  color: #001f3b;
}

#block-iamfree-views-block-related-docs a {
	color: #001f3b;
}

#block-iamfree-views-block-related-docs a:hover {
	color: #083050;
}

/* Document Listing */

#grid-action-form {
	background: #fff;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
	padding: 30px;
	margin: 20px 0;
	font-family: Arial, sans-serif;
	color: #555;
}

#grid-action-form input.button.form-submit, 
#grid-action-form a.use-ajax.button {
	margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 10px;
}

#grid-action-form a.use-ajax.button {
	margin: 0 10px 10px 0;
}

a:hover.filebrowser-image-link {
	outline-color: #e5a944;
}

.filebrowser-checkbox {
	left: 0px;
	bottom: 4px;
	top: inherit;
}

.filebrowser-grid-item-title {
	padding-left: 20px;
}

.directory-icon svg {
	display: none;
}

.directory-icon {
	background: url('../images/folder.svg') no-repeat center center;
	background-size: 80%;
}

/* Modal Video for Front Page */

.video-modal-trigger {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.video-modal.is-open {
  display: flex;
}

.video-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80vw;
  background: #001f3b;
  box-shadow: 0 20px 60px rgba(0, 31, 59, 0.8);
}

.video-modal-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-modal-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal-close {
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

#block-iamfree-patrononlycontentwarning h3 {
  margin: 0 0 50px;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 28px;
}

.region-content .block-patreon-become-block a {
  background: #e5a944;
  color: #001f3b;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
}

@media only screen and (max-width: 1440px) {
	#block-iamfree-content .view-content {
		grid-template-columns: 20fr 20fr;
	}
}

@media only screen and (max-width: 1024px) {
	#superfish-main, 
	#superfish-social-links {
		flex-flow: column wrap;
		justify-content: space-between;
	}
	
	#superfish-main {
		padding-right: 0;
		align-content: flex-start;
	}
	
	#superfish-social-links {
		padding-left: 0;
		align-content: flex-end;
	}
	
	#superfish-main li, 
	#superfish-social-links li {
		height: auto;
		width: 100%;
		text-align: left;
	}
	
	#superfish-social-links li {
		text-align: right;
	}
	
	#superfish-main a, 
	#superfish-social-links a {
		height: auto;
		line-height: 100%;
		padding: 0;
	}
	
	.layout-content, 
	footer .region-footer, 
  .messages__wrapper {
		width: 80%;
	}
	
	.main-page-group {
	  justify-content: space-around;
	}
	
	.layout-content {
		flex-flow: column nowrap;
	}
	
	aside.layout-sidebar-second .block .views-field-field-image img {
		height: 150px;
		width: auto;
	}
	
	aside.layout-sidebar-second {
    width: 100%;
		margin: 30px 0 0;
	}
	
	aside.layout-sidebar-second .view-content {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: stretch;
		height: auto;
    overflow-x: auto;
    padding: 0 0 20px;
    margin-top: 30px;
    overflow-y: hidden;
    width: 100vw;
	  position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
    position: relative;
		box-sizing: border-box;
	}
	
	aside.layout-sidebar-second .block .views-row, 
	aside.layout-sidebar-second .block .views-row:last-child {
		margin: 0 15px;
	}
	
	aside.layout-sidebar-second .block .views-row:first-child {
		margin-left: 30px;
	}
	
	aside.layout-sidebar-second .block .views-row:last-child {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 768px) {
	#block-iamfree-content .view-content {
		grid-template-columns: 20fr;
	}
	
	.view-filters {
		text-align: left;
	}
	
	.view-filters .form--inline .form-item {
		margin-top: 5px;
		margin-bottom: 5px;
		float: none;
		display: block;
	}
	
	.video-wrap {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	
	#myVideo {
		left: 50%;
    transform: translateX(-50%);
	}
	
	body.path-frontpage footer .region-footer {
		padding: 10px 0;
	}
	
	body.path-frontpage footer .region-footer #block-iamfree-tokenblock p {
		font-size: 12px;
	}
	
	.main-page-group {
	  flex-flow: column nowrap;
	  justify-content: space-evenly;
	  padding: 100px 0 150px;
    box-sizing: border-box;
	}
	
	.region-primary-menu {
		height: 70px;
	}
	
	/* Superfish Menu Icons */
	
	a#superfish-main-toggle, 
	a#superfish-social-links-toggle {
		display: block;
		width: 70px;
		height: 70px;
		background: url('../images/menu-rounded.svg') no-repeat center center;
		background-size: 30px 30px;
	}
	
	a#superfish-social-links-toggle {
		background-image: url('../images/menu-social.svg');
	}
	
	a#superfish-main-toggle.sf-expanded, 
	a#superfish-social-links-toggle.sf-expanded {
		background-color: #001f3b;
		background-image: url('../images/menu-close.svg');
		z-index: 10;
	}
	
	a#superfish-main-toggle span, 
	a#superfish-social-links-toggle span {
		display: none;
	}
	
	.sf-accordion-toggle {
		display: block;
		z-index: 10;
	}
	
	/* Superfish Mobile Menu */
	
	#block-iamfree-logo {
		width: 70px;
		height: 70px;
	}
	
	#block-iamfree-logo a {
		width: 50px;
		height: 50px;
	}
	
	#superfish-logo-accordion.sf-expanded {
		display: none;
	}
	
	ul.sf-menu.sf-accordion.sf-expanded {
		position: fixed;
		width: 100%;
		background: #001f3b;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		top: 70px !important;
		z-index: 1;
	}
	
	body.gin--vertical-toolbar ul.sf-menu.sf-accordion.sf-expanded {
		top: 109px !important;
	}
	
	ul.sf-menu.menu {
		padding: 20px 0;
	}
	
	ul.sf-menu a {
		margin: 0;
		padding: 0 30px;
		display: block;
		height: 60px;
		font-size: 26px;
		line-height: 60px;
		color: #e5a944;
		white-space: nowrap;
		text-transform: uppercase;
		text-decoration: none;
		transition: color 200ms ease-in-out;
		font-family: lovatow00-regularregular, sans-serif;
		font-weight: normal;
		text-align: center;
	}
	
	ul.sf-menu a.is-active {
		color: #eee!important;
		background: #083050;
	}
	
	button, input, optgroup, select, textarea {
		max-width: 70vw;
	}
}