@charset "UTF-8";
@import 'https://use.fontawesome.com/releases/v6.0.0/css/all.css';
@import 'https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;600;800&display=swap';
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

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

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  font-family: "Kumbh Sans", "Arial", "Verdana", sans-serif;
  color: #000;
  background: url(../images/bg.png) 0 0 no-repeat #f0efe9;
  background-size: cover;
}
body #main {
  padding: 0 40px 100px 40px;
}
@media only screen and (max-width:500px) {
  body #main {
    padding: 0 20px 100px 20px;
  }
}
body.archive #main {
  padding-top: 10%;
}
@media only screen and (max-width:1000px) {
  body.archive #main {
    padding: 120px 20px 100px 40px;
  }
}
@media only screen and (max-width:500px) {
  body.archive #main {
    padding: 120px 20px 100px 20px;
  }
}

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

.cl:after {
  clear: both;
}

.cl {
  zoom: 1; /*For IE 6/7 (trigger hasLayout)*/
}

.wrap {
  width: 100%;
  max-width: 1135px;
  text-align: left;
  margin: 0 auto;
}

a:hover {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*BLACK*/
/*GREY*/
@font-face {
  font-family: "nimbussans";
  src: url("../fonts/nimbussans-regular-webfont.woff2") format("woff2"), url("../fonts/nimbussans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nimbussans_bold";
  src: url("../fonts/nimbussans-bold-webfont.woff2") format("woff2"), url("../fonts/nimbussans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
}
.entry_content h2 {
  font-size: 230%;
  margin-bottom: 25px;
}
.entry_content h3 {
  font-size: 200%;
  margin-bottom: 24px;
}
.entry_content h4, .entry_content h5, .entry_content h6 {
  font-size: 180%;
  margin-bottom: 18px;
}
.entry_content p {
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 1.3em;
  font-weight: 200;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  color: #000;
  font-weight: 600;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry_content a:hover {
  color: #fff;
}
.entry_content blockquote {
  border-left: solid 1px #000;
  padding: 10px 14px;
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 160%;
  line-height: 1.8em;
}
.entry_content blockquote p {
  font-size: 18px;
  margin-bottom: 0;
}
.entry_content ul,
.entry_content ol {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  font-size: 140%;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  font-size: 140%;
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  font-size: 120%;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  background-color: #000;
  color: #fff;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover {
  background-color: #fecccd;
  color: #000;
}

/*
---------------------------------------------------------------------------
=	GRAVITY 2.5
---------------------------------------------------------------------------
*/
/*ERROR*/
.gform_validation_errors {
  margin-bottom: 10px;
}
.gform_validation_errors h2 {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  color: #fff;
}

.gfield_validation_message {
  display: block;
  color: #fff;
  line-height: 1.2em;
  padding-top: 6px;
}

.gform_wrapper {
  text-align: left;
}
.gform_wrapper .gform-body {
  margin-bottom: 20px;
}
.gform_wrapper .gform-body .gfield {
  margin-bottom: 20px;
}
.gform_wrapper .gform-body .gfield:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper .gform-body .gfield label {
  display: block;
  display: none;
}
.gform_wrapper .gform-body .gfield label.gfield_consent_label {
  display: block;
}
.gform_wrapper .gform-body .gfield label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=text],
.gform_wrapper .gform-body .gfield .ginput_container input[type=email],
.gform_wrapper .gform-body .gfield .ginput_container input[type=tel],
.gform_wrapper .gform-body .gfield .ginput_container select,
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  display: block;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  color: #000;
  -webkit-border-radius: 0px;
  background: transparent;
}
@media only screen and (max-width:500px) {
  .gform_wrapper .gform-body .gfield .ginput_container input[type=text],
.gform_wrapper .gform-body .gfield .ginput_container input[type=email],
.gform_wrapper .gform-body .gfield .ginput_container input[type=tel],
.gform_wrapper .gform-body .gfield .ginput_container select,
.gform_wrapper .gform-body .gfield .ginput_container textarea {
    font-size: 14px;
  }
}
.gform_wrapper .gform-body .gfield .ginput_container input[type=text]::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container input[type=email]::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container input[type=tel]::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container select::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container textarea::placeholder {
  color: #000;
}
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_select {
  border-bottom: 1px solid #000;
  padding: 10px 0;
  position: relative;
}
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_select select {
  padding: 0;
  border: none;
  -webkit-appearance: none;
}
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_select:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  top: 40%;
  right: 4px;
  transform: translate(0, -40%);
  width: 10px;
  height: 10px;
  z-index: 10;
  font-weight: 600;
  font-size: 16px;
  pointer-events: none;
  cursor: pointer;
}
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  resize: none;
  background: url(../images/bg_lines.svg) 0 6px repeat-x;
  line-height: 38px;
  border-bottom: 0;
  height: 320px;
  margin-bottom: 20px;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  margin: 0 0 20px 0 !important;
  border: none;
}
.gform_wrapper .gform-body fieldset legend {
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_container span {
  float: left;
  width: 48%;
}
.gform_wrapper .gform-body fieldset .ginput_container span:last-of-type {
  float: right;
}
.gform_wrapper .gform-body fieldset .validation_message {
  float: left;
  width: 100%;
}
.gform_wrapper .gform_page_footer {
  padding-top: 20px;
}
@media only screen and (max-width:500px) {
  .gform_wrapper .gform_page_footer {
    padding: 0;
  }
}
.gform_wrapper .gform_page_footer input {
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0 40px;
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  background: transparent;
  border-radius: 20px;
  font-weight: 600;
}
@media only screen and (max-width:500px) {
  .gform_wrapper .gform_page_footer input {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 14px;
  }
}
.gform_wrapper .gform_page_footer input:hover {
  background: #000;
  color: #fff;
}

.field_description_above .gfield_label {
  font-weight: 600 !important;
  display: block !important;
  font-size: 18px !important;
  line-height: 1.2em !important;
  margin-bottom: 8px;
}
.field_description_above .gfield_description {
  font-size: 14px !important;
  line-height: 1.2em;
  padding: 0 !important;
  margin: 0 0 24px 0 !important;
}

legend.gfield_label {
  display: none !important;
}

.ginput_container_consent {
  position: relative;
}
.ginput_container_consent input {
  position: absolute;
  top: 2px;
}
.ginput_container_consent .gfield_consent_label {
  display: block;
  padding-left: 20px;
  font-size: 140%;
  line-height: 1.2em;
}
@media only screen and (max-width:500px) {
  .ginput_container_consent .gfield_consent_label {
    font-size: 10px;
  }
}

.gform_next_button {
  margin-top: 40px;
}

.gform_previous_button {
  display: none !important;
}

/*SAME AS CONTENT P*/
.gform_confirmation_message {
  font-size: 18px;
  line-height: 1.4em;
}
.gform_confirmation_message h5 {
  display: block;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.gform_confirmation_message a {
  display: inline-block;
  color: #000;
  font-weight: 600;
}
.gform_confirmation_message a:hover {
  color: #fff;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  padding: 30px 0 0 30px;
  display: none;
}
@media only screen and (max-width:1400px) {
  #header {
    display: block;
    position: absolute;
    top: 0;
  }
}

#logo {
  position: fixed;
  top: 20px;
  left: 20px;
  height: 60px;
  display: block;
  float: left;
}
#logo img {
  display: block;
  height: 100%;
  width: auto;
}
@media only screen and (max-width:1400px) {
  #logo {
    display: block;
    position: absolute;
    top: 0;
    margin-top: 20px;
  }
  .home #logo {
    display: none;
  }
}

nav {
  position: fixed;
  top: 20px;
  right: 20px;
}
nav a {
  display: block;
  text-align: right;
  color: #000;
  font-size: 12px;
  padding-bottom: 10px;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
nav a:hover, nav a.active {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  padding-left: 10px;
}
@media only screen and (max-width:1400px) {
  nav {
    display: none;
  }
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 0 40px 40px 40px;
}
@media only screen and (max-width:500px) {
  #footer {
    padding: 0 20px 40px 20px;
  }
}
#footer span {
  display: inline-block;
  float: left;
  font-size: 13px;
}
#footer span.yoke {
  float: right;
}
#footer span.yoke a {
  display: inline-block;
  color: #000;
  font-weight: 600;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#footer span.yoke a:hover {
  font-weight: 800;
  color: #fff;
}
@media only screen and (max-width:500px) {
  #footer span {
    display: block;
    width: 100%;
    text-align: center;
  }
  #footer span.yoke {
    margin-top: 16px;
  }
}

/*
---------------------------------------------------------------------------
=	HERO
---------------------------------------------------------------------------
*/
.lib_link {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /*
  &:hover
  {
  	animation-name: bounce-7;
  	animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
  	transform-origin: 0 0;
  	transform: rotate(-90deg);
  	cursor: pointer;
  }
  */
}
@media only screen and (min-width:1351px) {
  .lib_link {
    position: fixed;
    left: 40px;
    bottom: 40px;
  }
  .archive .lib_link {
    display: none;
  }
}
@media only screen and (max-width:1350px) {
  .lib_link {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
  }
}
.lib_link a {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400 !important;
}
@media only screen and (min-width:1351px) {
  .lib_link a {
    transform-origin: 0 0;
    transform: rotate(-90deg);
  }
}
.lib_link a i {
  display: inline-block;
  font-size: 16px;
  padding-left: 6px;
}
@media only screen and (max-width:1000px) {
  .lib_link a {
    font-size: 12px;
  }
  .lib_link a i {
    font-size: 12px;
  }
}
.lib_link a:hover {
  font-weight: 800 !important;
}
@media only screen and (min-width:1351px) {
  .lib_link a:hover {
    color: #fff;
  }
}

@keyframes bounce-7 {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-20px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-4px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@media only screen and (min-width:1001px) {
  .hero {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width:1000px) {
  .hero {
    padding-top: 30px;
  }
}
.hero .cols {
  position: relative;
  width: 100%;
  /*
  .star
  {

  	position: absolute;
  	top:0;
  	right:0;
  	width: 17%;

  	@include breakpoint('max-width:1000px')
  	{
  		width: 120px;		
  	}
  	@include breakpoint('max-width:400px')
  	{
  		width: 100px;		
  	}
  	@include breakpoint('max-width:320px')
  	{
  		width: 80px;		
  	}

  	a
  	{
  		display: block;
  		width: 100%;
  		position: relative;
  		text-align: center;
  		transform: rotate(-3.75deg);

  		em
  		{
  			position: absolute;
  			top:50%;
  			left:50%;
  			transform: translate(-50%, -50%);
  			color: #000;
  			font-size: 21px;
  			font-weight: 600;

  			@include breakpoint('max-width:1000px')
  			{
  				font-size: 16px;
  			}
  			@include breakpoint('max-width:400px')
  			{
  				font-size: 12px;
  			}
  			@include breakpoint('max-width:320px')
  			{
  				font-size: 10px;		
  			}
  		}

  		img
  		{
  			display: block;
  			width: 100%;
  			height: auto;
  			transition: transform .7s ease-in-out;

  			&:hover
  			{
  				transform: rotate(360deg);
  			}
  		}
  	}
  }
  */
}
@media only screen and (min-width:1001px) {
  .hero .cols {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width:1001px) {
  .hero .cols .col {
    flex: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width:1000px) {
  .hero .cols .col {
    float: left;
    width: 100%;
  }
}
.hero .cols .col .hero_logo {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width:1001px) {
  .hero .cols .col .hero_logo {
    margin-top: 40px;
  }
}
@media only screen and (max-width:1000px) {
  .hero .cols .col .hero_logo {
    max-width: 80%;
    margin-top: 80px;
  }
}
@media only screen and (max-width:400px) {
  .hero .cols .col .hero_logo {
    margin-top: 60px;
  }
}
@media only screen and (max-width:320px) {
  .hero .cols .col .hero_logo {
    max-width: 75%;
    margin-top: 40px;
  }
}
.hero .cols .col.col2 {
  padding-left: 95px;
  padding-top: 20%;
}
@media only screen and (max-width:1000px) {
  .hero .cols .col.col2 {
    padding: 20px 0 0 0;
  }
}
.hero .cols .col.col2 .inner {
  display: block;
  float: left;
  width: 100%;
}
.hero .cols .col.col2 .inner h1 {
  display: block;
  font-size: 43px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width:1000px) {
  .hero .cols .col.col2 .inner h1 {
    font-size: clamp(26px, 8vw, 43px);
    margin-bottom: 20px;
  }
}
.hero .cols .col.col2 .inner p {
  font-size: 20px;
  line-height: 1.4em;
}
@media only screen and (max-width:1000px) {
  .hero .cols .col.col2 .inner p {
    font-size: 16px;
  }
}
@media only screen and (max-width:320px) {
  .hero .cols .col.col2 .inner p {
    font-size: 14px;
  }
}
.hero .cols .col.col2 .inner .more {
  display: block;
  margin-top: 40px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.hero .cols .col.col2 .inner .bounce-7 {
  animation-name: bounce-7;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}

/*
---------------------------------------------------------------------------
=	WELCOME
---------------------------------------------------------------------------
*/
.welcome {
  padding-top: 20%;
}
.welcome h2 {
  display: block;
  font-size: 76px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (max-width:1000px) {
  .welcome h2 {
    font-size: clamp(37px, 10vw, 76px);
    margin-bottom: 20px;
  }
}
.welcome .text_col {
  max-width: 780px;
}
@media only screen and (min-width:1001px) {
  .welcome .text_col {
    column-count: 2;
    column-gap: 50px;
  }
}

/*
---------------------------------------------------------------------------
=	REQUEST
---------------------------------------------------------------------------
*/
.request {
  padding-top: 20%;
}
@media only screen and (min-width:1001px) {
  .request .cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width:1001px) {
  .request .cols .col {
    flex: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width:1000px) {
  .request .cols .col {
    float: left;
    width: 100%;
  }
}
.request .cols .col.col1 {
  padding: 20px 80px 20px 0;
}
@media only screen and (max-width:1000px) {
  .request .cols .col.col1 {
    padding: 0 0 40px 0;
  }
}
.request .cols .col.col1 span {
  display: block;
}
.request .cols .col.col1 span.intro_text {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 600;
}
.request .cols .col.col1 span.outline {
  font-size: 76px;
  margin-bottom: 80px;
  font-weight: 800;
  text-transform: capitalize;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
}
@media only screen and (max-width:1000px) {
  .request .cols .col.col1 span.outline {
    font-size: clamp(56px, 10vw, 80px);
    margin-bottom: 20px;
  }
}
.request .cols .col.col2 {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 30px;
}
@media only screen and (max-width:500px) {
  .request .cols .col.col2 {
    padding: 30px 20px;
  }
}
.request .cols .col.col2 .gf_progressbar_wrapper {
  display: none;
}
.request .cols .col.col2 .outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.request .cols .col.col2 .outer .inner {
  flex: 1;
}

/*
---------------------------------------------------------------------------
=	PARTNERS
---------------------------------------------------------------------------
*/
.partners {
  padding-top: 20%;
}
.partners .partners_intro {
  margin-bottom: 40px;
}
.partners .partners_intro h3 {
  display: block;
  float: left;
  font-size: 76px;
  font-weight: 600;
}
@media only screen and (max-width:1000px) {
  .partners .partners_intro h3 {
    font-size: clamp(26px, 10vw, 76px);
  }
}
.partners .partners_intro .entry_content {
  display: block;
  float: right;
  max-width: 366px;
}
@media only screen and (max-width:900px) {
  .partners .partners_intro .entry_content {
    width: 100%;
    float: left;
    max-width: 100% !important;
    margin-top: 20px;
  }
}
.partners .swiper-slide {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 0 20px;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:500px) {
  .partners .swiper-slide {
    height: 180px;
  }
}
.partners .swiper-slide img {
  flex: 1;
  max-width: 100%;
  max-height: 110px;
  height: auto;
}

/*
---------------------------------------------------------------------------
=	LIBRARY
---------------------------------------------------------------------------
*/
.arch_header {
  margin-bottom: 26px;
  padding-right: 40px;
}
@media only screen and (max-width:500px) {
  .arch_header {
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
.arch_header h1 {
  display: block;
  font-size: 52px;
  margin-bottom: 26px;
  font-weight: 600;
}
@media only screen and (max-width:1000px) {
  .arch_header h1 {
    font-size: clamp(26px, 10vw, 52px);
  }
}
.arch_header .entry_content {
  margin-bottom: 26px;
}
.arch_header .filter-button-group button {
  display: inline-block;
  border: 1px solid #000;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  font-size: 16px;
  margin: 0 14px 14px 0;
  background: transparent;
  color: #000;
}
@media only screen and (max-width:500px) {
  .arch_header .filter-button-group button {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.arch_header .filter-button-group button:hover, .arch_header .filter-button-group button.active {
  background: #000;
  color: #F2EB7F;
}

.lib_grid .lib_item {
  float: left;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 20px;
  width: calc(33.33% - 20px);
  margin: 0 20px 20px 0;
}
@media only screen and (max-width:1000px) {
  .lib_grid .lib_item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width:500px) {
  .lib_grid .lib_item {
    width: 100%;
  }
}
.lib_grid .lib_item .deets {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media only screen and (max-width:1000px) {
  .lib_grid .lib_item .deets {
    font-size: 2vw;
  }
}
@media only screen and (max-width:500px) {
  .lib_grid .lib_item .deets {
    font-size: 13px;
  }
}
.lib_grid .lib_item .deets abbr {
  display: block;
  float: left;
}
.lib_grid .lib_item .deets span {
  display: block;
  float: right;
  color: #6252CA;
}
.lib_grid .lib_item h2 {
  display: block;
  font-size: 32px;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width:1000px) {
  .lib_grid .lib_item h2 {
    font-size: clamp(20px, 4vw, 32px);
  }
}
.lib_grid .lib_item h2 a {
  display: inline-block;
  color: #000;
  font-weight: 600;
}
.lib_grid .lib_item h2 a:hover {
  color: #6252CA;
}
.lib_grid .lib_item .source {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
.lib_grid .lib_item .download {
  display: inline-block;
  font-size: 16px;
  border-bottom: 2px solid #000;
  color: #000;
}
.lib_grid .lib_item .download:hover {
  color: #6252CA;
  border-bottom: 2px solid #6252CA;
}
.lib_grid .lib_item .link {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.lib_grid .lib_item .link:hover {
  color: #6252CA;
}
