/*
	Theme Name: AKFC
	Version: 1.0.0

	Template: genesis
	Template Version: 2.5.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 1200px
- Print Styles
*/

@font-face {
  font-family: 'Dreamyspaces'; /* Your chosen name */
  src: url('fonts/Dreamyspacesdemo-VGROV.woff2') format('woff2'),
       url('fonts/Dreamyspacesdemo-VGROV.woff') format('woff'),
       url('fonts/Dreamyspacesdemo-VGROV.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OPTIRailroadGothic'; /* Your chosen name */
  src: url('fonts/OPTIRailroadGothic.woff2') format('woff2'),
       url('fonts/OPTIRailroadGothic.woff') format('woff'),
       url('fonts/OPTIRailroadGothic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
       url('fonts/ProximaNova-Bold.woff') format('woff'),
       url('fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#030000}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}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [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{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{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-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 30px;
}

body {
	background-color: #031F11;
	color: #FEFDEC;
	font-family: 'ProximaNova', sans-serif;
	font-style: normal;	
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

a {
	color: #02B156;
	text-decoration: underline;
}

a:focus,
a:hover {
	text-decoration: none;
}

a, 
a:active, 
a:focus {
	border: none;
	outline: none;
}

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

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #F36D21;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #030000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {

	margin: 0 0 30px;
}

h1 {
	color: #FEFDEC;
	font-family: 'Dreamyspaces', sans-serif;
	font-style: normal;	
	font-size: 80px;
	font-weight: 100;
	line-height: 94px;
}

h2 {
	color: #FEFDEC;
	font-family: 'OPTIRailroadGothic', sans-serif;
	font-style: normal;	
	font-size: 70px;
	font-weight: 400;
	line-height: 94px;
}

.dreamy-title,
.popup-toggle {
	font-family: 'Dreamyspaces', sans-serif;
	font-style: normal;	
	font-size: 54px;
	font-weight: 100;
	line-height: 64px;
}

.railroad-title {
	font-family: 'OPTIRailroadGothic', sans-serif;
	font-style: normal;	
	font-size: 44px;
	font-weight: 400;
	line-height: 64px;
}

h3 {
	font-family: 'ProximaNova', sans-serif;
	font-style: normal;	
	font-size: 34px;
	font-weight: 700;
}

h4 {
	font-style: normal;	
	font-size: 50px;
	font-weight: 400;
}

h5 {
	font-style: normal;	
	font-size: 40px;
	font-weight: 400;
}

h6 {
	font-style: normal;	
	font-size: 34px;
	font-weight: 600;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}


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

input,
select,
textarea {
	font: inherit;
    width: 100%;
    border: 0;
    background-color: #FEFDEC;
    margin: 0;
    min-height: 60px;
    color: #191323;
    padding: 15px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

input:focus,
textarea:focus {
	color: #191323;
    color: rgba(0, 0, 0, 0.75);
    outline: 0;
    box-shadow: none;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-webkit-input-placeholder { /* Chrome */
  color: #191323!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #191323!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:  #191323!important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color:  #191323!important;
  opacity: 1 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #031F11;
	color: #031F11;
    padding: 16px 20px;
    font-size: 30px;
    font-weight: 800;
    background-image: url('/wp-content/themes/akfc/images/BTN%20-%20Medium%20Block.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 62px;
    width: 100%;
    text-decoration: none;
    border: none;
	margin: 5px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-image: url('/wp-content/themes/akfc/images/BTN-MediumBlock-white.svg');
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: flex;
    align-items: center;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #030000;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* MailChimp */
#mc_embed_signup .mc-field-group.input-group input {
	min-height: 30px;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #3F3F42;
	display: block;
	font-size: 30px;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Site Container */
.site-container {
	overflow: hidden;
}

/* ## Site Containers
--------------------------------------------- */
.site-header .wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.page-template-default .site-inner,
.page-template-page_archive .site-inner,
.error404 .site-inner,
.search .site-inner{
	max-width: 1404px;
    width: 100%;
	min-height: 90vh;
    margin: 0 auto;
    padding: 60px 40px;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 22px;
	margin-bottom: 1px;
	padding: 10px 0;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 22px;
	margin-bottom: 1px;
	padding: 10px 0;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form input {
	height: 36px;
}

.search-form input[type="submit"] {
    background: url(/wp-content/themes/canadiangeographic/images/Magnifying.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    box-shadow: none;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 20px;
    min-width: 20px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 22px;
}

.entry-title {

}

.entry-title a,
.sidebar .widget-title a {
	color: #3F3F42;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #55A8A8;
}

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

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

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone,
.alignnone {
	margin-bottom: 10px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 20px;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
}

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

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #004928;
	position: relative;
	width: 100%;
	padding: 0 40px;
	z-index: 999;
}

.site-header > .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
	width: 260px;
	z-index: 1;
}

.custom-logo-link img {
	display: block;
}


.site-description,
.site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* ## Header Widget Area
--------------------------------------------- */

.header-widget-area-container {
	
}

.header-widget-area {
	width: calc(100% - 260px);
}

.header-widget-area-wrap {
	position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 10px 20px;
}

.header-widget-area-wrap:after {
	content: '';
    background-image: url(/wp-content/themes/akfc/images/Score.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.header-widget-area-container .header-text-container {
	color: #FEFDEC;
	font-family: 'Dreamyspaces', sans-serif;
	font-style: normal;	
	font-style: normal;	
	font-size: 31px;
	font-weight: 100;
	line-height: normal;
	margin: 0;
}

.divider {
  height: 2px;
}

.header-link-container {
	display: flex;
    align-items: center;
}

.chatbot-icon {
	margin-right: 10px;
}

.chatbot-icon img {
	width: 50px;
}

/*.menu-item {
  position: relative;
}

.menu-item::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 28px);
  height: 80px;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  pointer-events: none;
  opacity: 0;

  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 80' preserveAspectRatio='none'>\
<path d='M80 55 Q200 65 200 35 Q200 5 110 5 Q20 5 20 35 Q20 60 120 65' fill='none' stroke='%23f7931e' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
}

.menu-item::after {
  --draw: 0turn;

  -webkit-mask:
    conic-gradient(
      from 270deg,
      #000 var(--draw),
      transparent 0
    );
  mask:
    conic-gradient(
      from 270deg,
      #000 var(--draw),
      transparent 0
    );

  transition:
    --draw 0.7s cubic-bezier(.65,.05,.36,1),
    opacity 0.15s ease;
}

.menu-item:hover::after,
.menu-item.current-menu-item::after {
  --draw: 1turn;
  opacity: 1;
}*/

.nav-primary .menu-item {
  position: relative;
}

.nav-primary .menu-highlight {
	position: absolute;
	inset: 7px;
	width: 115%;
	height: 100px;
	left: 50%!important;
	transform: translateX(-50%);
	pointer-events: none;
}

.nav-primary .menu-highlight path {
  fill: none;
  stroke: #f7931e;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;

  stroke-dasharray: 520;
  stroke-dashoffset: 520;

  transition: stroke-dashoffset 0.65s cubic-bezier(.65,.05,.36,1);
}

.nav-primary .menu-item:hover .menu-highlight path,
.nav-primary .menu-item.current-menu-item .menu-highlight path {
  stroke-dashoffset: 0;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	opacity: 1;
}

.genesis-responsive-menu {
	position: relative;
}
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #FEFDEC;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.sfHover.menu-item a,
.nav-primary .genesis-nav-menu a {
	text-shadow: none;
	transition: text-shadow 0.3s ease-in-out;
}

.sfHover.menu-item a,
.nav-primary .genesis-nav-menu a:hover, 
.nav-primary .genesis-nav-menu a:focus, 
.nav-primary .genesis-nav-menu .current-menu-item a {
	text-shadow: 1px 0 0 currentColor;
}

.home .sfHover .sub-menu-toggle::before,
.sfHover .sub-menu-toggle::before {
	color: #FEFDEC;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #FEFDEC;
}

.menu-toggle {
	background: transparent;
	position: absolute;
    top: 28px;
    right: 20px;
    text-transform: uppercase;
    width: 22px !important;
    height: 21px !important;
	min-height: 21px!important;
    min-width: inherit;
    padding: 0;
    z-index: 9999;
	padding: 0!important;
}

.dashicons-menu:before {		
	content: ""!important;
	font-family: dashicons;
	background-image: url('/wp-content/themes/akfc/images/BTN%20-%20Menu.svg');	
	background-size: contain;	
	background-repeat: no-repeat;
    width: 22px!important;
    height: 21px!important;
	color: #FEFDEC;
	font-size: 30px;
}

.menu-toggle.activated {
    top: 28px;
}

.menu-toggle.activated::before {
	content: ""!important;
	font-family: dashicons;
	background-image: url('/wp-content/themes/akfc/images/BTN%20-%20Close.svg');	
	background-size: contain;	
	background-repeat: no-repeat;	
	width: 39px!important;    
	height: 37px!important;
	color: #FEFDEC;
	font-size: 30px;
}

.menu-toggle,
.menu-toggle:focus, .menu-toggle:hover {	
	border: none;
}

.site-header .menu-toggle::before {
	float: left;
	position: relative;
	text-rendering: auto;
}

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	padding: 10px 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #3F3F42;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #3F3F42;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #55A8A8;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* ACF general */

.full-section-container {
	position: relative;
	float: left;
	width: 100%;
}

.wide-fixed-section-wrap {
	max-width: 1720px;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}

.image-wide-fixed-section-wrap {
	max-width: 1720px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.fixed-section-wrap {
	max-width: 1720px;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}

.image-fixed-section-wrap {
	max-width: 1720px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.narrow-fixed-section-wrap {
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.image-narrow-fixed-section-wrap {
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.space-block {
    width: 100%;
    float: left;
}

.has-object-fit img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.background-red {
	background-color: #F37049;
}

.background-dark-green {
	background-color: #031F11;
}

.background-green {
	background-color: #004928;
}

.background-light-green {
	background-color: #02B156;
}

.background-light-yellow {
	background-color: #FEFDEC;
}

.background-white {
	background-color: #fff;
}

.text-black {
	color: #191323;
}

.text-green {
	color: #fff;
}

.text-white {
	color: #fff;
}

.text-light-yellow {
	color: #FEFDEC;
}

.small-padding {
	padding: 20px 0;
}

.medium-padding {
	padding: 60px 0;
}

.large-padding {
	padding: 90px 0;
}

.padding-50 {
	padding: 50px;
}

.padding-40 {
	padding: 40px;
}


.padding-25 {
	padding: 25px;
}

.padding-20 {
	padding: 20px;
}

.padding-15 {
	padding: 15px;
}

.no-padding {
	padding: 0;
}

.no-margin,
.margin-zero {
	margin: 0 0 0 0;
}

.display-flex {
	display: flex;
}

.display-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.width-25 {
	width: 25%;
}

.width-33 {
	width: 33%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-60 {
	width: 60%;
}

.width-67 {
	width: 67%;
}

.width-75 {
	width: 75%;
}

.relative {
	position: relative;
}

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

.bold {
	font-weight: 800;
}

.display-block {
	display: block;
}

.uppercase {
	text-transform: uppercase;
}

.float-left {
	float: left;
}

.no-click {
  pointer-events: none;
  cursor: default;
}

/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}

.compat-object-fit img {
    opacity: 0;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
	margin-left: 34px;
	margin-bottom: 20px;
}

.wysiwyg-content li {
	margin-bottom: 40px;
}

.wysiwyg-content ol li {
	list-style-type: decimal;
}

.wysiwyg-content ul li {
	list-style-type: disc;
}

.wysiwyg-content ol li {
	list-style-type: decimal;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.fancybox-inner { 
	padding-bottom: 56.25%!important;
	max-width: 100%;
	height: 0!important;
}

.fancybox-inner iframe,
.fancybox-inner object,
.fancybox-inner embed,
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-thumb-wrap {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
	cursor: pointer;
}

.video-wrap {
	margin-bottom: 20px;
}

.video-play-icon {
	z-index: 1;
    position: absolute;
	max-width: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
	cursor: pointer;
}

.archive-video-thumb {
	max-height: 294px;
}

.embed-container {
    position: relative;
}

.video-unmute-toggle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}

/* Stats slider */
.popup-image-container {
  display: block !important;
}

.popup-image-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* Forms General */
.gform_wrapper {
	max-width: 1200px;
    margin: 40px auto;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 17px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px 20px;
}

.hidden_label label {
	display: none;
}

.gfield {
	margin-bottom: 20px;
}

.gfield textarea {
	min-height: 180px;
}

.gform_footer {
	text-align: center;
	margin-top: 40px;
}

.gform_required_legend,
.gform_submission_error{
	display: none;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, 
.gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 16px!important;
}

.gform-field-label,
.gform-field-label--type-inline,
.gfield-choice-input,
.gchoice > label {
	width: calc(100% - 34px);
	max-width: calc(100% - 34px);
}

.gform_heading .gfield_required.gfield_required_asterisk {
	color: #fff;
}

.gform-field-label{
	margin-bottom: 20px;
}

.gfield_radio .gform-field-label--type-inline {
	color: #000;
	margin-bottom: 0!important;
}

.gform-field-label .gfield_required.gfield_required_asterisk {
	color: #000;
}

.gfield input[type="checkbox"],
.gfield input[type="radio"] {
    -webkit-appearance: none;
    border: 1px solid #224C53;
    border-radius: 50%;
    background-color: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-left: 0;
    vertical-align: text-bottom;
}

.gfield input[type="checkbox"],
.gfield input[type="radio"] {
    margin-right: 20px;
}

.gfield input[type="checkbox"]:checked:before,
.gfield input[type="radio"]:checked:before {
    content: "";
    background-color: #224C53;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: 3px solid #fff;
}

.gfield input[type="checkbox"]:checked:before,
.gfield input[type="radio"]:checked:before {
    background-color: #55A8A8;
}

.gchoice {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.gquiz-answer-explanation,
.gfield_validation_message{
	display:none!important;
}

.showHint{
	cursor:pointer;
}
.showHint:hover{
	color:#55A8A8;
}

/* WMPL */
.wpml-lang-btn {
	position: relative;
	color: #FEFDEC;
    font-family: 'Dreamyspaces', sans-serif;
    font-style: normal;
    font-style: normal;
    font-size: 37px;
    font-weight: 100;
    line-height: normal;
    padding: 2px 18px;
    text-decoration: none;
}

.wpml-lang-btn.active {
	background-image: url('/wp-content/themes/akfc/images/BTN-bg.svg');
	background-size: 65px 40px;
	background-repeat: no-repeat;
	color: #031F11;
}

/* New Standard */
.heading-block-wrap {
	align-items: center;
}

.underline {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.underlined {
	position: relative;
}

.brush-line {
	position: absolute;
    bottom: -10px;
    width: 100%;
    height: auto;
    display: block;
}

.brush-path {
	fill: none;
	stroke: #3bbf5b;          /* green */
	stroke-width: 14;
	stroke-linecap: round;
	stroke-linejoin: round;
  /* Slight roughness via dash + blur or filter if you want */
}

.standard-page-heading-image-wrap {
	margin-top: 40px;
}

.standard-page-heading-image-wrap img {
	height: calc(50vw - 40px);
	border-radius: 20px;
}

/* Heading Block */

.heading-block-heading1 {
	margin-right: 20px;
}

h1.heading-block-heading1.railroad,
h1.heading-block-heading2.railroad {
	font-family: 'OPTIRailroadGothic', sans-serif;
	font-weight: 100;
	font-size: 70px;
}

h2.heading-block-heading1.railroad,
h2.heading-block-heading2.railroad {
	font-family: 'OPTIRailroadGothic', sans-serif;
	font-weight: 100;
	font-size: 60px;
}

/* HOME PAGE */

/* Home Video */

.video-block-wrap {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
	
.video-play-button {
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-thumbnail > img,
.embed-container {
	border-radius: 20px;
}

.video-thumbnail > img {
	aspect-ratio: 5 / 3;
    border-radius: 20px;
    object-fit: cover;
	display: block;
}

/* Video Popup */
.fancybox__slide.has-close-btn {
    padding-top: 0!important;
}

.has-iframe .f-html {
    width: 90%!important;
	height: 80%!important;
    padding: 0!important;
}

.f-button.is-close-button {
	background: transparent!important;
}

/*** For Map see mintstone-map-style.css ***/

/****STANDARD PAGE ******/

/* Partner Block */
.partner-blocks-wrap {
	justify-content: center;
	align-items: center;
}

.partner-block-logo {
	padding: 20px;
}

.partner-logo {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

/* About-block */
.about-heading {
	margin-top: 20px;
}

/* wysiwyg block */
.wysiwyg-block-container {
	padding-top: 80px;
}

/* Accordion Blocks */
.standard-accordion-container{
	position: relative;
	padding: 50px 0;
}

.standard-accordion-container:after {
	content: '';
    background-image: url(/wp-content/themes/akfc/images/Score.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100% - 57px);
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 77px;
}

.standard-accordion-heading.accordion-detail-title {
	position: relative;
    display: flex;
    align-items: flex-start;
}

.standard-accordion-heading.accordion-detail-title:before {
	content: "";
    background-image: url(/wp-content/themes/akfc/images/BTN%20-%20Open%20-%20Green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 39px;
    transition: transform 0.3s ease-in-out;
    margin: 12px 40px 0 0;
}

.standard-accordion-heading.accordion-detail-title.active:before {
	content: "";
	background-image: url('/wp-content/themes/akfc/images/BTN%20-%20Hide%20-%20Green.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 37px;
	height: 39px;
	transition: transform 0.3s ease-in-out;
}

.standard-accordion-content .accordion-detail-contentaccordion-detail-content {
	margin-top: 25px;
}

.standard-accordion-content {
	padding-left: 77px;
}

/* Themes Blocks */
.themes-heading {
	margin-bottom: 15px;
}

.themes-block-image-wrap {
	width: 33.33%;
}

.themes-block-image-wrap img {
	height: calc(27vw - 60px);
	max-height: 300px;
	border-radius: 20px;
}

.themes-block-content-wrap {
	width: 66.67%;
}

.themes-accordion-container {
	padding: 15px 0;
}

.themes-accordion-heading {
	color: #00B140;
	position: relative;
    display: flex;
    align-items: flex-start;
	font-weight: 600;
}

.themes-accordion-heading.accordion-detail-title:before {
	content: "";
    background-image: url(/wp-content/themes/akfc/images/BTN%20-%20Open%20-%20Green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 39px;
    transition: transform 0.3s ease-in-out;
    margin: 0 20px 0 0;
}

.themes-accordion-heading.accordion-detail-title.active:before {
	content: "";
	background-image: url('/wp-content/themes/akfc/images/BTN%20-%20Hide%20-%20Green.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 37px;
	height: 39px;
	transition: transform 0.3s ease-in-out;
}

.themes-accordion-content {
	margin-top: 10px;
	margin-left: 57px;
}

/* User Blocks */
.user-flow-block-image-wrap {
	margin-bottom: 30px;
}

.user-flow-block-image-wrap img {
	border-radius: 20px;
	height: calc(36vw - 80px);
}

.user-flow-heading {
	display: flex;
	flex-wrap: wrap;
}

.user-heading-1 {
	font-family: 'OPTIRailroadGothic', sans-serif;
	font-size: 64px;
	font-weight: 100;
	line-height: 94px;
	margin-right: 15px;
}

.user-heading-2 {
    font-family: 'Dreamyspaces', sans-serif;
    font-style: normal;
    font-size: 74px;
    font-weight: 100;
    line-height: 94px;
}

.user-flow-subheading-container {
	color: #C2C1E2;
	margin-bottom: 30px;
}
.user-flow-text-container {
	font-size: 20px;
}

.user-flow-button-container {
	margin-top: 20px;
}

/* Line Block */
.line-block-wrap:after {
    content: '';
    background-image: url(/wp-content/themes/akfc/images/Score.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/****END STANDARD PAGE ******/

/****RESOURCES********/

/****ARCHIVE RESOURCES******/

.resource-main-content-block 

.heading-paragraph,
.resource-heading-container,
.resources-heading-paragraph {
	padding: 0 40px;
}

.mobile-resource-nav-button {
	display: none;
}

#reset-filters {
    background: none;
    border-radius: 0;
    border: none;
    background-image: url(/wp-content/themes/akfc/images/BTN%20-%20Medium%20Block.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 62px;
    width: 100%;
	cursor: pointer;
}

#reset-filters:hover {
    background-image: url(/wp-content/themes/akfc/images/BTN-MediumBlock-white.svg);
}

.resource-heading {
	font-family: 'OPTIRailroadGothic', sans-serif;
    font-style: normal;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.4;
}

.mix-filter-wrap {
	padding: 25px 0;
	border-bottom: 1px solid #FEFDEC;
}

.mix-filter-wrap:first-of-type {
	border-top: 1px solid #FEFDEC;
}

.switch {
	position: relative;
    display: flex;
	align-items: center;
    justify-content: space-between;
	cursor: pointer;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
	min-height: 0;
}

input + .slider {
	background-image: url(/wp-content/themes/akfc/images/BTN%20-%20Off%20%28Toggle%29.svg);
    background-size: contain;
    background-repeat: no-repeat;
	width: 75px;
	height: 40px;
	
}


input:checked + .slider {
    background-image: url(/wp-content/themes/akfc/images/BTN%20-%20On%20%28Toggle%29.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 40px;
}

input + .checkbox {
	background-image: url(/wp-content/themes/akfc/images/BTN%20-%20Deselect.svg);
    background-size: contain;
    background-repeat: no-repeat;
	width: 21px;
	height: 22px;
}

input:checked + .checkbox {
	background-image: url(/wp-content/themes/akfc/images/BTN%20-%20Select.svg);
    background-size: contain;
    background-repeat: no-repeat;
	width: 19px;
	height: 20px;
	
}

.archive-display-item-block > img {
	border-radius: 20px;
}

.filter-heading-container.accordion-detail-title {
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-heading-container.accordion-detail-title:after {
	content: "";
	background-image: url('/wp-content/themes/akfc/images/BTN%20-%20Open%20-%20White.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 37px;
	height: 39px;
	transition: transform 0.3s ease-in-out;
}

.filter-heading-container.accordion-detail-title.active:after {
	content: "";
	background-image: url('/wp-content/themes/akfc/images/BTN%20-%20Hide%20-%20White.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 37px;
	height: 39px;
	transition: transform 0.3s ease-in-out;
}

.filter-heading {
	padding: 25px 0;
	margin: 0;
	text-transform: uppercase;
}

.filter-content .accordion-detail-contentaccordion-detail-content {
	margin-top: 25px;
}

.resource-filter-container {
	position: relative;
	width: 25%;
}

.resource-filter-wrap {
	padding: 40px;
}

.label-text {
	text-shadow: none;
}

.checkbox-switch .label-text {
	font-size: 24px;
    order: 1;
    width: 100%;
    padding-left: 20px;
}

.label-text.checked {
	color: #00B140;
	text-shadow: 1px 0 0 currentColor;
}

.no-match-message {
	padding: 20px;
}

.mix-content-container {
	width: 75%;
}

.archive-block-container {
	padding: 40px;
}

.archive-block-wrap {
	display: flex;
	flex-wrap: wrap;
}

.archive-block-img-vid {
	width: 45%;
	padding-right: 50px;
}

.video-thumbnail {
	position: relative;
}

.archive-video-play-button > img {
	width: 75px;
}

.archive-display-item-block .embed-container {
	border-radius: 20px;
}

.archive-block-content {
	width: 55%;
}

.archive-display-item-block img {
	aspect-ratio: 5/3;
    border-radius: 20px;
    display: block;
}

.archive-block-title {
	font-family: 'ProximaNova', sans-serif;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}

.archive-block-title a {
	text-decoration: none;
	color: #FEFDEC;
}

.archive-block-title a:hover,
.archive-block-title a:focus {
	text-decoration: underline;
}


.archive-block-excerpt-container {
	font-size: 20px;
}

.archive-block-sdgs-container {
	display: flex;
    flex-wrap: wrap;
	float: left;
	margin-top: 20px;
}

.archive-block-sdgs-container .button {
	display: inline-block;
    width: auto;
    white-space: nowrap;
    font-size: 14px;
    min-height: 32px;
}

.archive-block-sdgs-wrap {
	color: #031F11;
    padding: 16px 20px;
    font-weight: 700;
    background-image: url(/wp-content/themes/akfc/images/BTN%20-%20Medium%20Block.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 62px;
    width: 100%;
	display: flex;
    align-items: center;
}

/****SINGLE RESOURCES******/
.back-link a {
	color: #FEFDEC;
	text-decoration: none;
}

.back-link-text {
	color: #FEFDEC;
    font-family: 'Dreamyspaces', sans-serif;
    font-style: normal;
    font-size: 80px;
    font-weight: 100;
	text-transform: uppercase;
    line-height: 94px;
}

.single-resource-image-container {
	aspect-ratio: 16 / 9;
}

.single-resource-image {
	border-radius: 20px;
}

.single-resource-video-container {
	position: relative;
}

.title-quote-block-img {
	width: 135px;
}

.related-resource-heading {
	display: flex;
	align-items: flex-end;
}

.single-resource-author {
	margin-top: 60px;
}

.title-sdgs-block {
	padding-top: 90px;
}

.single-resource-title-quote {
	text-align: center;
    margin-bottom: 40px;
}

.img-caption {
	color: #F3AEBB;
	font-size: 20px;
	margin-top: 30px;
}

.img-caption p {
	margin: 0;
}

.single-resource-flex-content-wrap {
	max-width: 1088px;
	width: 100%;
	margin: 0 auto;
}

.single-resource-content-image {
	height: 56vw;
	max-height: 612px;
}

.quote-block-container {
	position: relative;
}

.quote-block-wrap {
	background-size: cover;
	background-repeat: no-repeat;
}

.quote-block-content {
	padding: 90px 120px;
}

.quote-block-img {
	position: absolute;
    width: 134px;
    left: -40px;
    top: 110px;
}

.quote-block-quote {
	color: #191323;
}

.quote-block-auth {
	color: #191323;
	font-weight: 700;
	margin-top: 30px;
}

.single-block-title {
	display: block;
    text-align: center;
}

.single-block-title1,
.single-block-title2 {
    display: inline;
	vertical-align: middle;
}

.single-block-title1 {
	font-family: 'ProximaNova', sans-serif;
    font-style: normal;
    font-size: 70px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 94px;
}

.single-block-title2 {
	position: relative;
    font-family: 'Dreamyspaces', sans-serif;
    font-size: 70px;
    font-weight: 100;
    line-height: 94px;
    margin-left: 5px;
}

.single-block-title2 .underline {
	bottom: -10px;
}

.related-resource-heading-1 {
	font-family: 'OPTIRailroadGothic', sans-serif;
    font-size: 64px;
    font-weight: 100;
    line-height: 94px;
    margin-top: 20px;
}

.related-resource-heading-2 {
	position: relative;
	font-family: 'Dreamyspaces', sans-serif;
    font-style: normal;
    font-size: 70px;
    font-weight: 100;
    line-height: 94px;
	margin-left: 10px;
}

.single-resources-content .video-thumbnail > img {
	width: 100%;
    height: calc(56.25vw - 80px);
    max-height: 968px;
    object-fit: cover;
}

.resources-img-vid {
	margin-bottom: 40px;
}

.related-resource-image-container,
.related-resource-container .video-thumbnail {
	position: relative;
	border-radius: 20px;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.related-resource-container .video-thumbnail > img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.related-resource-video-container {
	margin-bottom: 40px;
}

.resources-title > a {
	color: #FEFDEC;
	text-decoration: none;
}

.resources-title > a:hover,
.resources-title > a:focus {
	text-decoration: underline;
}

.related-resource-video-container .embed-container  {
	border-radius: 20px;
	margin-bottom: 40px;
}

.resources-img-vid .archive-image {
	position: absolute;
	object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resources-sdgs-container {
	float: left;
    margin-top: 20px;
}

.resources-sdgs-wrap {
    color: #031F11;
    padding: 16px 20px;
    font-weight: 700;
    background-image: url(/wp-content/themes/akfc/images/BTN%20-%20Medium%20Block.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 62px;
    width: 100%;
    display: flex;
    align-items: center;
}

.single-block-sdgs-container {
	display: flex;
    flex-wrap: wrap;
	float: left;
	width: 100%;
	margin-top: 20px;
	justify-content: center;
}

.single-block-sdgs-container .button {
	display: inline-block;
    width: auto;
    white-space: nowrap;
}

/* Footer CTA */
.footer-cta-container {
	background-color: #F37049;
	padding: 30px 0;
}

.footer-cta-wrap {
	align-items: center;
    padding: 0 30px 0 140px;
    width: 100%;

}

.newsletter-icon {
	position: absolute;
    width: 110px;
    top: -50px;
    left: 30px;
}

.footer-cta-text-container,
.footer-cta-form-container {
	color: #191323;
	width: 50%;
	padding: 10px;
}

.footer-cta-text-container h2 {
	display: flex;
	flex-wrap: wrap;
    align-items: flex-end;
	margin-bottom: 10px;
}

.footer-cta-text-container h2 .cta_heading_1 {
	color: #191323;
    font-style: normal;
    font-style: normal;
    font-size: 44px;
    font-weight: 100;
	line-height: 60px;
	margin-right: 15px;
}

.footer-cta-text-container h2 .cta_heading_2 {
	color: #191323;
    font-family: 'Dreamyspaces', sans-serif;
    font-style: normal;
    font-size: 60px;
    font-weight: 100;
	line-height: 60px;
}

.footer-cta-text {
	font-size: 24px;
}

/* Footer Widget Area */
.footer-widgets {
	background-color: #004928;
	float: left;
    width: 100%;
	padding: 50px 0 0px;
}

.footer-widgets .wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

.footer-widgets .widget-area {
    width: 25%;
	padding: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-family: 'ProximaNova', sans-serif;
    font-style: normal;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
	text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #FEFDEC;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.footer-widgets .widget-title:before {
	content: '';
	background-image: url('/wp-content/themes/akfc/images/Bullet.svg');
	background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
	margin-right: 5px;
}

.footer-widgets .menu-item {
	padding: 10px 0;
	border-bottom: 1px solid #FEFDEC;
}

.footer-widgets .menu-item > a {
	color: #FEFDEC;
	font-family: 'ProximaNova', sans-serif;
    font-style: normal;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.2;
	text-decoration: none;
}

.footer-widgets .widget_media_image {
	padding: 20px 0;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #004928;
	position: relative;
	clear: both;
	font-size: 24px;
	padding: 20px 0 80px;
	line-height: 1;
}

.site-footer .wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
	padding: 0 40px;
}

.site-footer p {
	color: #FFFFFF;
	line-height: 1.2;
	margin-bottom: 0;
}

.site-footer a,
.site-footer .menu-item a {
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0;
}

.site-footer a:hover {
	text-decoration: underline;
}

.footer-block-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

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

	.menu-primary .menu-item a {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1300px) {
	
	body > div {
		font-size: 20px;
	}

	body {
		font-size: 20px;
	}

	h1 {
		font-size: 54px;
		line-height: 63px;
	}
	
	h1.heading-block-heading1.railroad, 
	h1.heading-block-heading2.railroad {
		font-size: 48px;
	}
	
	.resource-heading {
		font-size: 43px;
	}
	
	.header-widget-area-container .header-text-container {
		font-size: 21px;
	}

	h2 {
		font-size: 48px;
		line-height: 63px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 34px;
	}

	h5 {
		font-size: 27px;
	}

	h6 {
		font-size: 20px;
	}
	
	.single-block-title1 {
	    font-size: 50px;
        line-height: 63px;
	}

	.single-block-title2 {
		font-size: 50px;
		line-height: 63px;
	}
	
	.heading-block-heading1 {
		margin-right: 15px;
	}
	
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button {
		font-size: 20px;
        min-height: 42px;
        padding: 8px 15px;
	}

	.menu-primary .menu-item a {
		font-size: 16px;
	}
	
	.nav-primary .menu-highlight {

	}
	
	.user-heading-1 {
		font-size: 43px;
		line-height: 63px;
		margin-right: 10px;
	}
	
	.user-heading-2 {
		font-size: 50px;
		line-height: 63px;
	}
	
	.related-resource-heading-1 {
		font-size: 43px;
		line-height: 63px;
		margin-right: 5px;
	}

	.related-resource-heading-2 {
		font-size: 50px;
		line-height: 63px;
	}
	
	.back-link-text {
		font-size: 54px;
		line-height: 63px;
	}
	
	.footer-cta-text-container h2 .cta_heading_1 {
		font-size: 30px;
		line-height: 40px;
		margin-right: 10px;
	}
	
	.footer-cta-text-container h2 .cta_heading_2 {
		font-size: 40px;
		line-height: 40px;
	}
	
	.footer-widgets .widget-title {
		font-size: 17px;
	}
	
	.footer-widgets .menu-item > a {
		font-size: 16px;
	}
	
	.site-footer {
		font-size: 16px;
	}
	
	.chatbot-icon img {
		width: 34px;
	}
	
	.wpml-lang-btn.active {
		background-size: 44px 27px;
	}
	
	.wpml-lang-btn {
		font-size: 25px;
		padding: 2px 9px;
	}
	
	.themes-accordion-heading.accordion-detail-title:before {
		width: 25px;
		height: 26px;
	}
	
	.themes-accordion-heading.accordion-detail-title.active:before {
		width: 25px;
		height: 26px;
	}
	
	.standard-accordion-heading.accordion-detail-title:before {
		width: 25px;
		height: 26px;
		margin: 12px 40px 0 0;
	}
	
	.standard-accordion-heading.accordion-detail-title.active:before {
		width: 25px;
		height: 26px;
	}
	
}

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


}

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


}

@media only screen and (max-width: 920px) {
	
	.width-33 {
		width: 50%;
	}
	
}

@media only screen and (max-width: 861px) {
	
	.resource-filter-container {
		width: 40%;
	}
	
	.mix-content-container {
		width: 60%;
	}
	
	.archive-block-container {
		padding: 20px 40px 20px;
	}
	
	.archive-block-img-vid {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
	
	.archive-block-content {
		width: 100%;
	}
	
	.medium-padding {
		padding: 40px 0;
	}
	
}

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


	
}

@media only screen and (min-width: 768px) {
	
	.nav-primary {
		flex: 1;
	}

	.menu-primary {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.menu-primary .menu-item {
		padding: 20px;
	}
	
	.menu-primary .menu-item a {
		color: #DEDEDE;
		text-decoration: none;
	}

	.menu-primary .menu-item a:hover {
		color: #fff;
	}
	
	.hide-on-desktop {
		display: none;
	}
	
	.menu-toggle {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	
	/* Font sizes */
	body > div {
		font-size: 16px;
	}
	
	body {
		font-size: 16px;
	}

	h1 {
		font-size: 33px;
		line-height: 39px;
	}

	h2 {	
		font-size: 21px;
		line-height: 23px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 34px;
	}


	h1.heading-block-heading1.railroad, h1.heading-block-heading2.railroad {
		font-size: 29px;
	}
	
	.heading-block-heading1 {
		margin-right: 10px;
	}
	
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button {
		font-size: 14px;
		min-height: 32px;
        padding: 4px 10px;
	}
	
	.user-heading-1 {
		font-size: 30px;
		line-height: 44px;
		margin-right: 10px;
	}
	
	.user-heading-2 {
		font-size: 35px;
		line-height: 44px;
	}
	
	.back-link-text {
		font-size: 33px;
		line-height: 39px;
	}
	
	.user-flow-subheading-container {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.user-flow-text-container {
		font-size: 16px;
	}
	
	.resource-heading {
		font-size: 30px;
	}
	
	.archive-block-excerpt-container {
		font-size: 14px;
	}
	
	.about-blocks-header {
		font-size: 30px;
	}
	
	.themes-blocks-header  {
		font-size: 30px;
	}
	
	.themes-heading {
		font-size: 16px;
	}
	
	.themes-accordion-heading {
		font-size: 18px;
	}
	
	.accordion-detail-title {
		font-size: 20px;
	}

	.footer-cta-text-container h2 .cta_heading_1 {
		font-size: 17px;
		line-height: 21px;
	}

	.footer-cta-text-container h2 .cta_heading_2 {
		font-size: 21px;
		line-height: 21px;
	}
	
	.footer-cta-text {
		font-size: 10px;
	}

	.footer-widgets .widget-title {
		font-size: 11px;
	}
	
	.footer-widgets .menu-item > a {
		font-size: 11px;
	}
	
	.site-footer {
		font-size: 10px;
	}
	
	button, input[type="button"], 
	input[type="reset"], 
	input[type="submit"], 
	.button {
		min-height: 28px;
	}
	
	.archive-block-sdgs-wrap {
		min-height: 28px;
	}
	
	/* Resource Single */
	.title-quote-block-img {
		width: 100px;
	}
	
	.large-padding {
		padding: 70px 0;
	}
	
	.single-resource-author {
		margin-top: 40px;
	}
	
	.title-sdgs-block {
		padding-top: 50px;
	}

	.img-caption {
		font-size: 14px;
		margin-top: 20px;
	}
	.quote-block-content {
		padding: 60px 90px;
	}

	.quote-block-img {
		position: absolute;
		width: 100px;
		left: -19px;
		top: 70px;
	}
	
	/* Icon Sizes */

	.header-widget-area-wrap:after {
		background-size: cover;
		height: 5px;
		bottom: -10px;
		left: 0;
	}
	
	.filter-heading-container.accordion-detail-title:after,
	.themes-accordion-heading.accordion-detail-title:before {
		width: 18px;
		height: 19px;
	}

	.filter-heading-container.accordion-detail-title.active:after,
	.themes-accordion-heading.accordion-detail-title.active:before	{
		width: 18px;
		height: 19px;
	}
	
	.standard-accordion-heading.accordion-detail-title:before,
	.standard-accordion-heading.accordion-detail-title.active:before {
		width: 18px;
		height: 19px;
		margin: 4px 10px 0 0;
	}
	
	.themes-accordion-heading.accordion-detail-title:before {
		margin: 0 10px 0 0;
	}
	
	.themes-accordion-content {
		margin-left: 30px;
	}
	
	input + .slider,
	input:checked + .slider	{
		width: 38px;
		height: 20px;
	}
	
	/* spaces & margins */
	.site-header {
		padding: 0 20px;
	}

	.wide-fixed-section-wrap {
		padding: 0 20px;
	}

	.fixed-section-wrap {
		padding: 0 20px;
	}

	.narrow-fixed-section-wrap {
		padding: 0 20px;
	}

	.small-padding {
		padding: 10px 0;
	}

	.medium-padding {
		padding: 30px 0;
	}

	.padding-50 {
		padding: 25px;
	}

	.padding-40 {
		padding: 20px;
	}

	.padding-25 {
		padding: 12.5px;
	}

	.padding-20 {
		padding: 10px;
	}

	.padding-15 {
		padding: 7.5px;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 20px;
	}
	
	.heading-block-heading1 {
		margin-right: 10px;
	}
	
	.standard-page-heading-image-wrap {
		margin-top: 20px;
	}

	.wysiwyg-content li {
		margin-bottom: 20px;
	}
	
	.wysiwyg-block-container {
		padding-top: 20px;
	}
	
	.filter-heading {
		padding: 20px 0;
	}
	
	.mix-filter-wrap {
		padding: 25px 0;
		border-bottom: 1px solid #FEFDEC;
	}
	
	.standard-accordion-container {
		padding: 25px 0;
	}
	
	.standard-accordion-container:after {
		width: calc(100% - 20px);
		left: 30px;
	}
	
	.standard-accordion-content {
		padding-left: 30px;
	}
	
	.footer-widgets .wrap {
		padding: 0 10px;
	}
	
	.footer-widgets .widget-area {
		padding: 10px;
	}
	
	.footer-widgets {
		padding: 20px 0 0px;
	}
	
	.site-footer .wrap {
		padding: 0 20px;
	}
	
	.footer-cta-container {
		padding: 10px 0;
	}
	
	.footer-cta-wrap {
		padding: 0 20px 0 64px;
		width: 100%;

	}

	.newsletter-icon {
        width: 44px;
        top: -18px;
        left: 20px;
	}
	/* end font/space changes*/

	.site-header {
		min-height: 80px;
	}
	
	.site-header > .wrap {
		min-height: 80px;
	}

	/* resp menu */
	.genesis-responsive-menu {
		display: none;
		position: fixed;
		background-color: #004928;
		right: 0;		
		left: 0;
		width: 100%;
		top: 80px;
		padding: 40px;
		width: 100vw;
        margin: auto;
        overflow: auto;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        left: 5vw;
        top: -10px;
        top: -10px;
        left: -10px;
        left: -10px;
        right: -10px;
        right: -10px;
        bottom: -10px;
        bottom: -10px;
		z-index: 11;
	}
	
	.nav-primary .wrap {
		
	}

	.stickHeader .genesis-responsive-menu {	
		top: 62px;
	}
	
	.genesis-nav-menu {		
		font-size: 30px;
		text-align: center;	
	}
	
	.admin-bar .genesis-responsive-menu {
		top: 126px;
	}
	
	.admin-bar .stickHeader .genesis-responsive-menu {
		top: 95px;
	}
	
	.genesis-nav-menu .menu-item {
        float: none;
        position: relative;
        margin-bottom: 0;
        padding: 15px 0;
    }
	
	.genesis-nav-menu .menu-item.menu-item-has-children a {
		display: inline-block;
	}
	
	.genesis-nav-menu a {
		color: #FEFDEC;
		text-decoration: none;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
	}
	
	.genesis-nav-menu .menu-button > a > span {
		padding: 10px 30px;
		border: 2px solid #FEFDEC;
		border-radius: 4px;
	}
	
	.sub-menu-toggle {
		display: inline-block;
        vertical-align: middle;
		padding: 0;
        height: 14px;
        width: 14px;
        min-width: auto;
        min-height: auto;
        margin-left: 10px;
        z-index: 100;
	}

	.sub-menu-toggle::before {
		content: "\f543"!important;
		font-size: 14px!important;
		width: 14px!important;
		height: 14px!important;
		color: #FEFDEC;
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		transition: transform .25s ease-in-out;
	}
	
	.stickHeader .sub-menu-toggle::before {
		color: #37383A;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}
	
	.genesis-nav-menu .menu-button .sub-menu-toggle {
		width: 100%;
	}
	
	.genesis-nav-menu .menu-button .sub-menu-toggle:before {
		display: none;
	}
	
	.genesis-nav-menu .sub-menu { 
		padding-top: 0;
	}
	
	.menu-item-buttons {
		margin-top: 20px;
	}
	
	.menu-item-buttons:before {
	  content: "";
	  border-top: 1px solid #FEFDEC;
	  width: 80px;
	  display: block;
	  margin: 0 auto;
	  padding-bottom: 20px;
	}
	
	/* animate menu item */
	.nav-primary .menu-item span {
		position: relative;
	}
	
	/* underline */
	.nav-primary .menu-item span {
	  position: relative;
	  display: inline-block;
	}
	
	.sfHover.menu-item a span:after, 
	.nav-primary .genesis-nav-menu a:hover span:after, 
	.nav-primary .genesis-nav-menu a:focus span:after, 
	.nav-primary .genesis-nav-menu .current-menu-item a span:after {
        content: '';
        background-image: url(/wp-content/themes/akfc/images/Underline%20-%20Medium.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 16px;
        position: absolute;
        bottom: -21px;
        left: 0;
        right: 0;
	}
	
	.title-area {
		max-width: 140px;
		z-index: 1;
	}
	
	.header-widget-area {
		width: 100%;
	}
	
	.header-widget-area-container {
		padding: 20px 40px 20px 20px;
		float: right;
	}
	
	.header-widget-area-wrap {
		padding: 0;
	}
	
	.header-widget-area-wrap {
		justify-content: center;
	}
	
	.header-widget-area-container .header-text-container {
		font-size: 17px;
		font-size: 3.21vw;
	}
	
	.header-link-container {
		justify-content: center;
		margin-bottom: 20px;
	}
	
	.hide-on-mobile {
		display: none;
	}

}

@media only screen and (max-width: 667px) {
	
	.footer-cta-wrap {
		align-items: flex-start;
	}
	
	.footer-cta-text-container, 
	.footer-cta-form-container {
		width: 100%;
	}
	
	.flow-block-image-wrap img {
		height: calc(72vw - 40px);
	}
	
	.user-flow-block-image-wrap img {
		height: calc(72vw - 40px);
	}
	
	.themes-block-image-wrap {
		width: 100%;
	}

	.themes-block-image-wrap img {
		height: calc(81vw - 40px);
		max-height: 100%;
	}
	
	.themes-block-content-wrap {
		width: 100%;
	}
		
	.mobile-resource-nav-button {
		position: relative;
		display: block;
		z-index: 2;
	}
	
	.mob-not-active .mobile-resource-nav-button {
		background-image: url('/wp-content/themes/akfc/images/BTN%20-%20Filter.svg');
		background-size: contain;
		background-repeat: no-repeat;
		width: 35px;
		height: 36px;
	}
	
	.mob-active .mobile-resource-nav-button {
		background-image: url('/wp-content/themes/akfc/images/BTN%20-%20Close.svg');
		background-size: contain;
		background-repeat: no-repeat;
		width: 35px;
		height: 36px;
	}
	
	.resource-filter-wrap {
		background-color: #031F11E6;
		position: absolute;
		top: 40px;
		width: 400px;
		max-width: 100vw;
		z-index: 1;
		transition: transform 0.5s ease-out;
	}
	
	.mob-not-active .resource-filter-wrap {
		transform: translateX(-400px);
	}
	
	.mob-active .resource-filter-wrap {
		transform: translateX(0);
	}
	
	.mix-content-container {
        width: 100%;
    }
	
	.footer-cta-container {
		z-index: -1;
	}
	
	.footer-widgets .widget-area {
		width: 50%;
	}
	
}

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

	
}

@media only screen and (max-width: 600px) {
	
	.width-50 {
		width: 100%;
	}
	
	.width-33 {
        width: 100%;
    }
	
}

@media only screen and (max-width: 540px) {
	
	/* Resource Single */
	.title-quote-block-img {
		width: 60px;
	}
	.large-padding {
		padding: 40px 0;
	}
	
	.single-resource-author {
		margin-top: 20px;
	}
	
	.title-sdgs-block {
		padding-top: 30px;
	}

	.img-caption {
		font-size: 12px;
		margin-top: 10px;
	}
	.quote-block-content {
		padding: 30px 60px;
	}

	.quote-block-img {
		width: 60px;
		top: 40px;
	}
	
	
}

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


}

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

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #030000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.page-id-1478-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
