@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 Medium Italic'), local('SourceSans3-MediumItalic'),
        url('../fonts/SourceSans3-MediumItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 Medium'), local('SourceSans3-Medium'),
        url('../fonts/SourceSans3-Medium.woff2') format('woff2'),
        url('../fonts/SourceSans3-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 SemiBold Italic'), local('SourceSans3-SemiBoldItalic'),
        url('../fonts/SourceSans3-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 SemiBold'), local('SourceSans3-SemiBold'),
        url('../fonts/SourceSans3-SemiBold.woff2') format('woff2'),
        url('../fonts/SourceSans3-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 Regular'), local('SourceSans3-Regular'),
        url('../fonts/SourceSans3-Regular.woff2') format('woff2'),
        url('../fonts/SourceSans3-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 ExtraLight Italic'), local('SourceSans3-ExtraLightItalic'),
        url('../fonts/SourceSans3-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 Light Italic'), local('SourceSans3-LightItalic'),
        url('../fonts/SourceSans3-LightItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 Light'), local('SourceSans3-Light'),
        url('../fonts/SourceSans3-Light.woff2') format('woff2'),
        url('../fonts/SourceSans3-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 Black Italic'), local('SourceSans3-BlackItalic'),
        url('../fonts/SourceSans3-BlackItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 ExtraLight'), local('SourceSans3-ExtraLight'),
        url('../fonts/SourceSans3-ExtraLight.woff2') format('woff2'),
        url('../fonts/SourceSans3-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 Bold'), local('SourceSans3-Bold'),
        url('../fonts/SourceSans3-Bold.woff2') format('woff2'),
        url('../fonts/SourceSans3-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 ExtraBold Italic'), local('SourceSans3-ExtraBoldItalic'),
        url('../fonts/SourceSans3-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 ExtraBold'), local('SourceSans3-ExtraBold'),
        url('../fonts/SourceSans3-ExtraBold.woff2') format('woff2'),
        url('../fonts/SourceSans3-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 Bold Italic'), local('SourceSans3-BoldItalic'),
        url('../fonts/SourceSans3-BoldItalic.woff2') format('woff2'),
        url('../fonts/SourceSans3-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: local('Source Sans 3 Black'), local('SourceSans3-Black'),
        url('../fonts/SourceSans3-Black.woff2') format('woff2'),
        url('../fonts/SourceSans3-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/**
 * @file
 * Subtheme specific CSS.
 */

html, body, p, div, span, a, button, li, i, em, b {
    font-family: 'Source Sans 3';
}


h1, h2, h3, h4, h5 h6 {
    font-family: 'Source Sans 3';
}




.path-webform #main {
  max-width: 720px;
}

.path-webform label {
  margin-bottom: 6px;
  font-weight: 500;
}

.path-webform #edit-submit {
  background: orange;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
h1.title {
  margin-top: 1em;
}



.igf-list-thumbnail-img {
  max-width: 100%;
  border-radius: 10px;
}

.igf-list-title {
  font-weight: 500;
  margin-top: 7px;
}

.igf-modal-dialog.modal-dialog {
  width: 100%;

}
.igf-modal {
	height: calc(100% + 30px)!important;
	margin-top: -30px;
    padding-left: 0px;

}

.btn-close
{
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/2em auto no-repeat;
}
.btn-close.igf-modal-close
{
	display: block;
	filter: invert(100%);
	float: right;
	height: 3em;
	margin: 10px auto 0 calc(100% - 4em);
	webkit-filter: invert(100%);
	width: 3em;
}

.igf-modal-body.modal-body {
max-width: 720px;  
margin: auto .5em;
  padding: 80px 0;
}

.igf-modal-content.modal-content {
  width: 100%;
  border-radius: 0;
  background: #444444;
  color: white;
}

.igf-modal-dialog.modal-dialog {
  width: 100%;
  max-width: unset;
  border-radius: 0;
}

.igfmodaltopleft {
  float: left;
  font-weight: 500;
}

.igfmodaltopright {
  float: right;
  font-weight: 100;
  font-size: 85%;
}

.col-md-6.igf-modal-meta {
  font-weight: 100;
  font-size: 85%;
  margin-bottom: 12px;
}

.igf-modal-video {
  margin-top: 10px;
  margin-bottom: 4px;
}

.igf-modal-title {
  font-weight: 500;
 font-size: 120%;
}


.igf-list-contribname {
  font-size: 85%;
}

h2.igf-topbanner {
	font-size: 7em;
	font-weight: 700;
	margin-right: 27px;
	text-transform: uppercase;
}
h4.igf-topbanner {
	font-size: 2.5em;
	font-weight: 400;
	margin-right: 44px;
}
.page-node-9 .layout.layout--twocol-section.layout--twocol-section--50-50 {
	margin: 5em 0 10em 0;
}

p.igf-topbanner {
	margin-top: 10px;
}
.igf-topbanner p:first-child {
	margin-top: 1.5em;
}
.block-views-blocktheigfwewant-block-1 h2 {
	margin-bottom: 1em;
}
.igf-footer-banner {
	font-size: 1.2em;
	font-weight: 600;
}
p.igf-footer-banner {
	margin-bottom: 2em;
}

a.IGF-banner-button {
	background: #FFDD58;
	border-radius: 5px;
	color: black !important;
	font-size: 1.2em;
	font-weight: 600;
	padding: 20px 40px;
	text-decoration: none;
	display: block!important;
	width: fit-content;
	height: fit-content;
	align-self: center;
	margin: 0 auto;
}

.block.block-block-content.block-block-contentf8a79c03-408e-461f-93c6-389eb198f8f7 {
  height: 100%;
  top: 50%;
  display: flex;
}


.block-block-contentf8a79c03-408e-461f-93c6-389eb198f8f7 > div:nth-child(1) {
  align-self: center;
  margin: 0 auto;
}




.igf-topbanner, .igf-footer-banner {
	color: #fff;
}

.page-node-9 .layout--twocol-section--50-50:nth-child(3) {
	background-image: url(https://theigfwewant.apc.org/sites/default/files/2023-10/igf-footer-banner-1.jpg);
	margin: 36px -30%!important;
	padding: 36px 30%;
	margin-bottom: 0 !important;
margin-top: 7em;
}

        .igf-topbanner p {
          color: black;
        }

.igf-page {
  background-size: auto auto !important;
overflow-x: hidden;
}
.pager.pager--load-more {
  margin-bottom: 5em;
}
@media (max-width: 576px) {
#content {
margin: auto .5em;
}
h2.igf-topbanner {
  font-size: 5em;
  margin-right: 25px;
}

}

@media (min-width: 576px) { 
	.igf-modal-body.modal-body {
	  max-width: 95%;
	}
	.igf-topbanner p {
	  color: black;
	}
}

@media (min-width: 768px) { 
.igf-modal-body.modal-body {max-width: 90%;}
 }

@media (min-width: 992px) { 
.igf-modal-body.modal-body {max-width: 640px;}
.igf-topbanner p {color: #fff;} 
.igf-page {
  background-image: url(../../../../../sites/default/files/2023-10/igfww-top-banner-bg.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
}
}

@media (min-width: 1200px) { 
.igf-modal-body.modal-body {max-width: 720px;}
}



.igf-header {
	background-image: url(../../../../../sites/default/files/2023-10/igfww-logo.png)!important;
	background-position: right 100px top 20px;
	background-repeat: no-repeat;
	background-size: 70px;
	height: 100px;
	margin-bottom: -80px;
	z-index: 999;
}

.igf-page {
	background-image: url(../../../../../sites/default/files/2023-10/igfww-top-banner-bg.jpg)!important;
	background-repeat: no-repeat!important;
}
.igf-main, .igf-main-wrapper {
	background: none!important;
}
.block.block-block-content.block-block-contentf68621db-624c-4559-bdc0-1ff1ceb183c5 {
  margin: 0 -50%;
  background: #D9D9D9;
  padding: 2em 50%;
  font-weight: 300;
}

.quilt-modal-top-bar {
margin-bottom: 10px;
padding: 0 15px;
}

.igf-item {
  margin-bottom: 5em;
        cursor: pointer;
transition: transform .2s;
}
.igf-item:hover {
        cursor: pointer;
}

.pager__item {
    display: block;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 2px;
    background: #D9D9D9;
    margin: auto;
  }
  
  .pager__item a {
    text-decoration: none;
    color: #000;
  }
  

.media-oembed-content {
  width: 100%;
}
.field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


