/* @import url('//fonts.googleapis.com/css?family=Lato:400,400i,700,900&display=swap'); */

@font-face {
    font-family: 'A Love of Thunder Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/A Love of Thunder Regular'), url('../fonts/A Love of Thunder.woff') format('woff');
}

@font-face {
    font-family: 'mathleteskinny';
    src: url('https://2minute.org/fonts/Mathlete-Skinny-webfont.eot');
    src: url('https://2minute.org/fonts/Mathlete-Skinny-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/Mathlete-Skinny-webfont.woff2') format('woff2'), url('../fonts/Mathlete-Skinny-webfont.woff') format('woff'), url('https://2minute.org/fonts/Mathlete-Skinny-webfont.ttf') format('truetype'), url('https://2minute.org/fonts/Mathlete-Skinny-webfont.svg#mathleteskinny') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mathleteskinny_slant';
    src: url('https://2minute.org/fonts/Mathlete-SkinnySlant-webfont.eot');
    src: url('https://2minute.org/fonts/Mathlete-SkinnySlant-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/Mathlete-SkinnySlant-webfont.woff2') format('woff2'), url('../fonts/Mathlete-SkinnySlant-webfont.woff') format('woff'), url('https://2minute.org/fonts/Mathlete-SkinnySlant-webfont.ttf') format('truetype'), url('https://2minute.org/fonts/Mathlete-SkinnySlant-webfont.svg#mathleteskinny_slant') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
*
* ==========================================
Base Typography
* ==========================================
*
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Lato", sans-serif; */
    font-family: "A Love of Thunder Regular";
    text-transform: uppercase;
    font-weight: normal;
    /* font-weight: 700; */
}

h1,
h2,
h3,
h4 {
    color: #3D9FA3;
}

h1 {
    font-size: 28px;
	color: #1d1d1b;
	margin-bottom: 40px;
	letter-spacing: .08em;
}

h2 {
    font-size: 20px;
    padding: 12px 0 0;
}

h2.italicize {
    font-family: 'Times', 'Times New Roman', serif;
    font-style: italic;
    font-weight: lighter;
    text-transform: none;
}

h3 {
    font-size: 18px;
    letter-spacing: 0.08em;
}

h4 {
    font-size: 16px;
    letter-spacing: 0.06em;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #1D1D1B;
    margin-bottom: 16px;
}

body.stations p {
    color: #656565;
}

a,
a:link {
    color: #3D9FA3;
    text-decoration: none;
}

p.intro-para {
    font-family: 'Times', 'Times New Roman', serif;
    font-style: italic;
    font-size: 24px;
    color: #656565;
}

p.intro-para.second {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
    color: #656565;
}

.twominbutton {
    padding: 20px 50px;
    font-family: "Lato", helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.blackbutton,
a.blackbutton {
    background-color: #1D1D1C;
    color: #FFFFFF;
}

.job-title {
    font-family: Times, serif;
    font-size: 22px;
    font-style: italic;
    text-transform: capitalize;
    font-weight: normal;
}

h3.team-member-name {
    font-size: 22px;
    font-weight: bold;
}


/*
*
* ==========================================
Primary Navigation
* ==========================================
*
*/

.navbar {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.99);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: border 0.7s ease;
}

.navbar-nav>.nav-item>.nav-link:hover,
.navbar-nav .nav-link:focus {
    border-bottom: 1px solid #3D9EA4;
}

.navbar-nav>.nav-item>.nav-link:hover.current,
.navbar-nav .nav-link:focus.current {
    border-bottom: none;
}

.bg-light {
    background-color: #ffffff !important;
}

.nav-item {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
	align-self: baseline;
}



.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-nav .nav-item.highlight a.nav-link {
    margin-left: 12px;
    background-color: #3D9EA4;
    color: #ffffff;
    padding: 16px 24px;
    margin-top: -8px;
    font-size: 14px;
}

#navbarSupportedContent {
    margin-top: 20px;
}

.dropdown-menu a.nav-link {
    color: #1D323F;
    padding: 12px 12px 12px 12px;
}

.dropdown-menu a.nav-link:hover {
    background-color: rgba(179, 204, 212, 0.2);
}

.dropdown-divider {
    margin: 0;
}


/*
*
* ==========================================
Nav
* ==========================================
*
*/

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: -5px;
}

.navbar-collapse.show .shadow-sm {
    box-shadow: none;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu a {
    font-size: 11px;
    padding: 15px 0;
    padding-bottom: 15px;
    font-weight: 900;
    color: #1d1d1b;
}


/*
*
* ==========================================
Body
* ==========================================
*
*/

.body-container {
	text-align: center;
	padding-top: 24px;
	padding-bottom: 0px;
}

.carousel {
    margin-bottom: 40px;
}

.carousel-caption {
    bottom: 100px;
}

.carousel-caption h5 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
/*     text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55); */
}


/*
.carousel-caption h5.sml {
font-family: "Lato", sans-serif;
color: #fff;
font-size: 24px;
font-weight: 500;
margin-bottom: 110px;
}
*/

.carousel-caption svg {
    width: 99px;
    height: 7px;
    margin: 8px auto 8px;
    display: block;
}

.carousel-caption svg #line {
    fill: #ffffff;
}

.carousel-caption p {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.carousel-caption .sliderbtn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 22px 44px;
    background-color: #1d1d1b;
    margin-top: 60px;
    display: inline-block;
    color: #fff;
}

.main-content-area {
    text-align: center;
    /*     padding-top: 99px; */
    padding-bottom: 0px;

}

.secondary-main-content-area {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 0px;
}

.secondary-main-content-area h1 {
    font-size: 28px;
    color: #1d1d1b;
    margin-bottom: 40px;
}

.secondary-main-content-area h2 {
    font-size: 22px;
    color: #3D9FA3;
    margin-bottom: 16px;
}

.secondary-main-content-area p {
    margin-bottom: 15px;
}

.homepage-image-section-text {
    text-align: left;
}

.homepage-image-section {
    margin-top: 48px;
}

.homepage-image-section-crop {
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: 100%;
}

.homepage-image-section-text h3 {
    padding: 36px 0 0px 0;
}

.homepage-image-section-text p {
    font-size: 16px;
}
.homepage-image-section-text p i {
    font-size: 18px;
    font-style: italic;
    font-family: 'Times new roman', serif;
}

/* .mid-page-separator{

} */

.mid-page-separator svg {
    width: 99px;
    height: 7px;
    display: block;
    margin: 40px auto;
}

.stationshow h2 {
    padding-top: 0;
}


/*
*
* ==========================================
Footer
* ==========================================
*
*/

.footer-container {
    margin-top: 80px;
}

.footer-container row {
    justify-content: center;
}

.footer-container svg {
    width: 100px;
    display: block;
    margin: 0 auto 40px;
}

.mid-page-separator svg #line,
.footer-container svg #line {
    fill: #3D9EA4;
}

.footer-waste-pile {
    display: flex;
    justify-content: space-between;
}

.blue-panel {
    background-color: #3D9EA4;
    z-index: 1;
    padding: 55px;
}

.blue-panel h3 {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 0px;
    text-align: center;
    flex-basis: 100%;
    font-family: "A Love of Thunder Regular";
}

.blue-panel p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
    display: block;
    flex-basis: 100%;
    text-align: center;
        padding-bottom: 10px;

}

.blue-panel form#joinform {
    display: block;
    flex-basis: 100%;
    text-align: center;
}

#joinform input {
    height: 50px;
    border: 0 none;
    padding: 17px;
    margin: 0px 30px 10px 0;
    display: inline-block;
    font-size: 12px;
    min-width: 220px;
}

#joinform button {
    background-color: #1d1d1b;
    background-color: #1d1d1b;
    font-size: 12px;
    color: #fff;
    font-family: Lato;
    text-transform: uppercase;
    padding: 16px 45px;
    border: none;
    margin: -1px 0px 0 0;
    display: inline-block;
}

.dark-panel {
    background-color: #1D323F;
    color: #4F4E4E;
}

.logo-row {
    text-align: center;
    justify-content: center;
}

.dark-panel h3 {
    color: #fff;
    flex-basis: 100%;
    padding-bottom: 12px;
}

.dark-panel li a {
    color: #4F4E4E;
}

.dark-panel svg {
    width: 120px;
    display: block;
    text-align: center;
    margin: 15px auto;
}

.footer-nav-row {
    padding-bottom: 70px;
}

.footer-nav {
    padding-left: 0;
    list-style-type: none;
    /* margin-left: -15px; */
    font-family: "Lato", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
}

.footer-nav li a {
    padding: 8px 0;
    display: block;
    color: #ffffff;
}

.footer-nav li a:hover {
    color: #3D9EA4;
    border-bottom: 1px solid #3D9EA4;
    padding-bottom: 7px;
}

ul.social-icons {
    list-style-type: none;
    padding: 55px 0 0 0;
    margin: 0;
}

.social-icons {
    display: flex;
}

.social-icons svg {
    width: 37px;
    margin: 0 0 0 10px;
}

.social-icons li svg #iconpath {
    fill: #fff;
}

.social-icons li a:hover svg #iconpath {
    fill: #3D9EA4;
}

.boilerplate {
    /* color: #595959; */
    text-align: center;
    border-top: 1px solid #4F4E4E;
    padding: 50px 0 60px;
}

.boilerplate p.copyright {
    font-family: "Lato", sans-serif;
    color: #737272;
    font-size: 10px;
    line-height: auto;
    margin: 0;
}

.boilerplate p.reg {
    font-family: "Lato", sans-serif;
    color: #737272;
    font-size: 12px;
    line-height: auto;
    margin: 0;
}

.divided-box {
    border-top: 1px solid #EAE6E6;
    border-bottom: 1px solid #EAE6E6;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.divided-box h2 {
    margin-bottom: 40px;
}

.divided-box-blue {
    border-top: 0 none;
    border-bottom: 0 none;
    background-color: #3D9FA3;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 45px;
    margin-bottom: 60px;
    margin-top: 105px;
}

.divided-box-blue h2 {
    margin: 0px;
    color: #ffffff;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 10px;
}

.divided-box-blue p {
    color: #ffffff;
}

.divided-box-blue .twominbutton {
    font-size: 12px;
}

.sponsor-box h2 {
    padding-top: 0;
}

.sponsor-box {
    margin-bottom: 150px;
	text-align: left;
}
section.main-content-area .sponsor-box{
	margin:0;
}
.sponsor-box p {
    color: #656565;
}

.individual-action-list {
    list-style-type: none;
    padding-left: 0;
}

.individual-action-list li {
    padding: 0 0 6px 0;
    font-size: 18px;
	font-weight: bold;
}

a.box-link {
    display: block;
    position: relative;
}

.bb-overlay {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 45% 0;
    display: table-cell;
    color: #ffffff;
    font-family: "lato", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    transition: opacity .5s;
    transition-timing-function: ease-out;
}

a.box-link:hover .bb-overlay {
    opacity: 1;
}

#mapid {
    height: 480px;
}

.popupTitle {
    font-size: 12px;
    font-weight: bold;
}

.serif-link,
.secondary-main-content-area p.serif-link {
    font-family: 'Times', 'Times New Roman', serif;
    font-style: italic;
    font-weight: lighter;
    text-transform: none;
    color: #3D9FA3;
    font-size: 20px;
    margin-bottom: 18px;
}

.why-it-matters-gallery img {
    max-width: 100%;
}

.gallery-main {
    padding-bottom: 30px;
    height: auto;
}

.accordion .card-header {
    border: 0 none;
}

.accordion h2 {
    padding: 0;
}

.accordion h2 button {
    color: #1D1D1B;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.accordion h2 button:hover {
    color: #1D1D1B;
    text-decoration: none;
}

.accordion .card {
    border: 0 none;
    margin-top: 10px;
}

#about-us,
#our-campaigns,
#who-we-work-with {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

#contactform {
    text-align: left;
}

#contactform .btn-primary {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background-color: #3D9EA4;
    border: #3D9EA4;
    color: #ffffff;
    padding: 16px 24px;
    margin-top: -8px;
    font-size: 14px;
    border-radius: 0%;
}

.secondary-body-container {
    position: relative;
}

.sticky-top.container-fluid {
    background-color: #1D323F;
}

.pullquote,.pullquote > p {
    font-family: 'mathleteskinny_slant', 'Times New Roman', serif;
    font-style: italic;
    font-weight: lighter;
    color: #A6C4CC;
    font-size: 36px;
}

.bulletpanel {
    display: block;
    background-color: #c6e2e9;
    border: #A6C4CC;
    padding: 60px 30px;
    text-align: left;
}


/* .bulletpanel h3 {}

.bulletpanel ul {}

.navcontainer {} */

.iconbox {
    justify-content: right;
}

.smallnote {
    font-size: 85%;
    line-height: normal;
}
.btn {
	border-radius: 0px;
}
.carousel-indicators li{
	width:10px;
	height:10px;
	border-radius: 5px;
	border: 1px solid #fff;
}
.homepage-image-section-text h3{
	font-size: 17px;
	letter-spacing: .6px;
}
.main-content-area.article{
	text-align: left;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 32px;
}
.main-content-area.single-article{
	display: block;
	text-align: left;
}
.article_gallery.gallery a{
	padding: 10px;
}
.article_gallery.gallery
{
	display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  grid-template-rows: masonry;
}
.search-results{
	text-align: left;
}
.search-results section{

}
.search-results section h1{
	font-size: 22px;
	margin-bottom: 18px;
	color: #3D9EA4;
}
.search-results section a{
	display:block;
	border-bottom: 1px solid #cccccc;
	padding: 32px 0;
}
.search-results section a:hover{
	background-color: #f5feff;

}
input.searchfield {
height: 38px;
border: 1px solid #444444;
padding: 17px;
margin: 0px 0px 10px 0;
display: inline-block;
font-size: 12px;
min-width: 220px;
color: #666666;
border-radius: 0;
}
.searchform{
	margin-bottom: 32px;
}
@media (max-width: 767.98px) {
	.navbar-nav .show>.nav-link,
.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.current {
    color: #3D9EA4;
}
    .navbar-toggler {
/*         border-color: #4FCDD4; */
        padding: 0;
        width: auto;
    }
    /* .navbar-toggler-icon{
		color: #fff;
	} */
    #foundation_infographic {
        max-width: 65%;
        margin-bottom: 20px;
    }
    .navcontainer {
        padding-left: 0;
        padding-right: 0;
    }
    .ham {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: transform 400ms;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .navbar-nav {
        margin-left: -10px;
    }
    .nav-item.highlight {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hamRotate.active {
        transform: rotate(45deg);
    }
    .hamRotate180.active {
        transform: rotate(180deg);
    }
    .active .line {
        stroke: #4FCDD4;
    }
    .line {
        fill: none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke: #3D9EA4;
        stroke-width: 5.5;
        stroke-linecap: round;
    }
    .ham8 .top {
        stroke-dasharray: 40 160;
    }
    .ham8 .middle {
        stroke-dasharray: 40 142;
        transform-origin: 50%;
        transition: transform 400ms;
    }
    .ham8 .bottom {
        stroke-dasharray: 40 85;
        transform-origin: 50%;
        transition: transform 400ms, stroke-dashoffset 400ms;
    }
    .ham8.active .top {
        stroke-dashoffset: -64px;
    }
    .ham8.active .middle {
        /*   stroke-dashoffset: -20px; */
        transform: rotate(90deg);
    }
    .ham8.active .bottom {
        stroke-dashoffset: -64px;
    }
    .carousel-item>img {
        max-height: 450px;
    }
    .carousel-caption {
        bottom: 20px;
    }
    .carousel-caption h5 {
        font-size: 32px;
    }
    .carousel-caption p {
        font-size: 16px;
    }
    #joinform input {
        margin: 0 0 10px 0;
        border-radius: 0px;
    }
    .homepage-image-section-text {
        text-align: center;
    }
    .boilerplate p {
        color: rgba(255, 255, 255, 0.99)
    }
    .iconbox {
        justify-content: center;
    }
    #school-sponsors img {
        padding: 20px 50px;
        width: 100%;
    }
    #school-sponsors img#school-lottery {
        width: 75%;
    }
    .video_description {
        padding: 15px;
    }
    .main-content-area.article{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .main-content-area.article .first-preview, .main-content-area.article .second-level-previews, .main-content-area.article .third-level-previews {
    margin-bottom: 35px;
    border-bottom: 1px solid #bfe1e3;
    padding-bottom: 20px;
}

    .tagslist{
        list-style: none;
        padding: 0 0 16px 0;
    }
    .tagslist li{
        display: inline-block;
        border: 1px solid #bfe1e3;
        border-radius: 24px;
    }
    .tagslist li a{
        display: block;
        padding: 4px 16px;
        border-radius: 24px;
        font-size: 14px;
    }
    .tagslist li a:hover{
        background-color:#d3eaeb;
    }
}

.sponsor-box img {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {


.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.current {
    color: #3D9EA4;
}

.dropdown-menu.show {
    display: none;
}

    .sponsor-box {
        margin: 0 190px 80px;
    }
    .sponsor-box.even .row {
        flex-direction: row-reverse;
    }
    #school-sponsors img {
        align-items: center;
    }
	.grid-2-m{
		display: grid;
		grid-template-columns: repeat(2, 50%);
	}
	.grid-3-m{
		display: grid;
		grid-template-columns: repeat(3, 1fr)
	}
	.grid-4-m{
		display: grid;
		grid-template-columns: repeat(4, 1fr)
	}
	.grid-col{
		display:flex;
		flex-direction: column;
		margin: 0 8px;
		align-items: flex-start;
		align-content: space-between;
	}
	.grid-col:first-child{
		margin-left: 0;
	}
	.grid-col:last-child{
		margin-right: 0;
	}
	.first-preview{
		grid-column: 1 / span 3;
		display: inline-grid;
		grid-template-columns: 1fr 2fr;
		grid-gap: 16px;
		border-bottom:  1px solid #cccccc;
		padding-bottom:  32px;
	}
	.preview-main{
		width: 100%;
		padding-bottom: 50%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.tagslist{
		list-style: none;
		padding: 0 0 16px 0;
	}
	.tagslist li{
		display: inline-block;
		border: 1px solid #bfe1e3;
		border-radius: 24px;
	}
	.tagslist li a{
		display: block;
		padding: 4px 16px;
		border-radius: 24px;
		font-size: 14px;
	}
	.tagslist li a:hover{
		background-color:#d3eaeb;
	}
	.blog-meta p{
		font-size: 14px;
		color: #ccc;
		margin-bottom: 0px;
	}

	.second-level-previews{
		grid-column: span 1;
		margin-top:32px;
	}
	.second-level-previews:first-child{

	}
	.second-level-previews:last-child{
		border-right:0 none;
		padding-right:0;
		grid-column: span 1;
	}
	.second-level-previews .preview-main{
		margin-bottom: 32px;
	}
	.second-level-previews h2{

	}
	.third-level-previews{
		grid-column: span 3;
		border-bottom: 1px solid #ccc;
	}
}

.partner-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: stretch;
    gap: 15px;
}

#footnote:target {
    display: block;
    visibility: visible;
    top: -100px;
}

#footnote {
    font-size: 14px;
    font-style: italic;
}

.partner-gallery .thumbnail img {
    width: 100%;
}

.boards-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: stretch;
    gap: 15px;
    padding: 30px 0;
}

.boardinfo img {
    width: 100%;
    margin-bottom: 30px;
}

.caption {
    font-style: italic;
    font-size: 14px;
}

.page-form-holder {
    text-align: left;
    padding: 30px;
    border: 1px solid #cccccc;
    width: 100%;
    display: inline-block;
}

.modal-body .page-form-holder {
    text-align: left;
    padding: 0;
    border: 0 none;
    width: 100%;
    display: inline-block;
}

.page-form .btn-primary {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    /*
    background-color: #3D9EA4;
    border: #3D9EA4;
*/
    background-color: #1d1d1b;
    border: #1d1d1b;
    color: #ffffff;
    padding: 16px 24px;
    margin-top: -8px;
    font-size: 14px;
    border-radius: 0%;
    transition: all 0.3s ease 0s;
}

.page-form .btn-primary:hover {
    background-color: #3D9EA4;
    border: #2f8488;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.list-group-item.active {
    color: #fff;
    background-color: #3D9EA4;
}

.page-form input[type='text'],
.page-form input[type='email'],
.page-form select,
.page-form select option {
    height: 50px;
    border: 1px solid #444444;
    padding: 17px;
    margin: 0px 30px 10px 0;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    min-width: 220px;
    color: #666666;
    border-radius: 0;
}

.page-form input[type='DATE'] {
    height: 50px;
    border: 1px solid #444444;
    padding: 17px;
    margin: 0px auto 10px 0;
    display: inline-block;
    font-size: 12px;
    color: #666666;
    border-radius: 0;
}

.input-group-text {
    border: 1px solid #444444;
    border-radius: 0;
}

.page-form textarea {
    height: 250px;
    border: 1px solid #444444;
    padding: 17px;
    margin: 0px 0px 30px 0;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    min-width: 220px;
}

.form-control::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #666666;
    opacity: 1;
}

.form-control::placeholder {
    color: #666666;
    opacity: 1;
}

.mediadescription {
    text-align: left;
    padding: 30px;
}

.media-downloadable {
    border-bottom: 1px solid #bbb;
    padding: 0 50px;
}

.media-list {
    border: 1px solid #bbb;
    padding: 0;
}

p.sub {
    color: #cccccc;
}

h4.sub {
    font-weight: normal;
    color: #aaa;
}

.btn.btn-download {
    background-color: #212529;
    font-size: 12px;
    color: #fff;
    font-family: Lato;
    text-transform: uppercase;
    padding: 16px 45px;
    border: none;
    margin: -1px 0px 0 0;
    display: inline-block;
    transition: all 0.5s ease 0s;
    border-radius: 0;
}

.btn.btn-download:hover {
    background-color: #3D9EA4;
}

.page-form-holder .input-group-text {
    padding: auto 15px;
    height: 50px;
}

.videorow {
    padding-top: 50px;
    padding-bottom: 30px;
}

.videorow.odd {
    background-color: #efefef;
}

.videorow.odd .row {
    flex-direction: row-reverse;
}
.video_media.col-md-6 .col-md-12 iframe
{
	max-width: 100%;
	max-height: 100%;
}
a.btn-dark {
    color: #fff;
}



    .ham {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: transform 400ms;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-right: -25px;
    }
    .navbar-nav {
        margin-left: -10px;
    }
    .nav-item.highlight {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hamRotate.active {
        transform: rotate(45deg);
    }
    .hamRotate180.active {
        transform: rotate(180deg);
    }
    .active .line {
        stroke: #4FCDD4;
    }
    .line {
        fill: none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke: #3D9EA4;
        stroke-width: 5.5;
        stroke-linecap: round;
    }
    .ham8 .top {
        stroke-dasharray: 40 160;
    }
    .ham8 .middle {
        stroke-dasharray: 40 142;
        transform-origin: 50%;
        transition: transform 400ms;
    }
    .ham8 .bottom {
        stroke-dasharray: 40 85;
        transform-origin: 50%;
        transition: transform 400ms, stroke-dashoffset 400ms;
    }
    .ham8.active .top {
        stroke-dashoffset: -64px;
    }
    .ham8.active .middle {
        /*   stroke-dashoffset: -20px; */
        transform: rotate(90deg);
    }
    .ham8.active .bottom {
        stroke-dashoffset: -64px;
    }
@media (min-width: 1024px)
	{
		.container
		{
		width: 1024px;
		margin:0 auto;
		}
		.grid-2-l{
			display: grid;
			grid-template-columns: repeat(2, 50%);
		}
		.grid-3-l{
			display: grid;
			grid-template-columns: repeat(3, 1fr)
		}
		.grid-4-l{
			display: grid;
			grid-template-columns: repeat(4, 1fr)
		}
	}