/*
	Theme Name: AZTC SciTech 2021
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

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

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

button,
h2.button {
    padding: 9px 25px!important;
    border-radius: 30px!important;
    border: 0px;
    transition: all .2s ease;
}

button.blue-bg:hover,
button.blue-bg:focus,
button.blue-bg:active {
    background-color: #25b1ee;
}

button.violet-border:hover,
button.violet-border:focus,
button.violet-border:active {
    background-color: #f8d8ea;
}

button.black-bg>a {
    color: #1383c0!important;
}

button.black-bg:hover>a,
button.black-bg:focus>a,
button.black-bg:active>a {
    color: #25b1ee!important;
}

button.dk-orange-bg,
h2.button {
    border: 1px solid rgba(0, 0, 0, 0.0);
    color: #fff;
}

button.dk-orange-bg:hover,
button.dk-orange-bg:focus,
button.dk-orange-bg:active,
h2.button:hover,
h2.button:focus,
h2.button:active {
    background-color: #fff;
    border: 1px solid #d15e30;
    color: #d15e30;
}

button.dk-orange-bg:hover>a,
button.dk-orange-bg:focus>a,
button.dk-orange-bg:active>a {
    color: #d15e30;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
    /* max-width:1280px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
}


/* header */

.header {
    position: relative;
    z-index: 10;
}


/* logo */

.logo {}

.logo-img {
    min-width: 115px;
    height: auto;
}


/* nav */

.nav {}


/* sidebar */

.sidebar {}


/* footer */

.footer {}


/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

.polaroid {
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}


/*------------------------------------*\
    THEME COLORS
\*------------------------------------*/

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

.black-bg {
    background-color: #000;
}

.dk-gray-bg {
    background-color: #343232;
}

.md-gray-bg {
    background-color: #423e3e;
}

.lt-gray-bg {
    background-color: #f2f2f2;
}

.xlt-orange-bg {
    background-color: #d08e6d;
}

.lt-orange-bg {
    background-color: #cb7654;
}

.md-orange-bg {
    background-color: #cd6b44;
}

.dk-orange-bg {
    background-color: #d15e30;
}

.blue-bg {
    background-color: #199cd5;
}

.pink-bg {
    background-color: #c92c74;
}

.offwhite-bg {
    background-color: #fcfaf9;
}

.violet-border {
    border: 1px solid #a62d72;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

p {
    /* margin-bottom: 0px!important; */
}

.underline {
    border-bottom: 1px solid;
}

.text-gray {
    color: #6d6e71;
    border-color: #6d6e71;
}

.text-dk-gray {
    color: #343232;
    border-color: #343232;
    transition: color .2s ease;
}

a.text-dk-gray:hover,
a.text-dk-gray:focus,
a.text-dk-gray:active {
    color: #cc6633;
}

.text-white {
    color: #FFF;
    border-color: #FFF;
}

.text-orange {
    color: #cc6633;
    border-color: #cc6633;
    transition: color .2s ease;
}

a.text-orange:hover,
a.text-orange:focus,
a.text-orange:active {
    color: #323232;
}

.text-violet {
    color: #a62d72;
    border-color: #a62d72;
}

.text-blue {
    color: #1383c0;
    border-color: #1383c0;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400!important;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

.text-14 {
    font-size: 12px!important;
}

.text-18 {
    font-size: 14px!important;
}

.text-24 {
    font-size: 16px!important;
}

.text-30 {
    font-size: 24px!important;
}

.text-36 {
    font-size: 20px!important;
}

.text-48 {
    font-size: 24px!important;
}

.text-66 {
    font-size: 32px!important;
}

.lh-sm {
    line-height: 1;
}

.lh-md {
    line-height: 1.3;
}

.lh-lg {
    line-height: 1.7;
}

.single .post a {
    color: #cc6633!important;
    transition: color .2s ease;
}

.single .post a:hover,
.single .post a:active,
.single .post a:focus {
    color: #343434!important;
}

.text-clamp p {
    display: -webkit-box;
    max-width: 99%;
    height: 115px;
    font-size: 14px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2.button {
    padding: 14px 25px!important;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header-social {
    border-bottom: 1px solid #6e6f73;
    padding: 14px 20px;
}

.header-social .fab {
    font-size: 22px;
    margin: 0 5px;
    font-weight: 100;
}

.header-social span {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}

.social-container {
    margin-top: 10px;
}

.social-container a:hover,
.social-container a:focus,
.social-container a:active,
footer a:hover,
footer a:focus,
footer a:active {
    color: #cc6633!important;
}


/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

.header-nav {
    padding: 14px 20px;
}

.nav {
    padding: 0px!important;
    padding-right: 18px!important;
}

.nav ul {
    list-style: none;
    padding: 30px;
    width: 100%;
    text-align: left;
}

.nav ul li {
    padding: 14px 1%;
}

.nav ul li a {
    font-size: 18px;
    font-weight: 900;
    color: #333333;
    text-decoration: none;
    transition: color .15s ease-in-out;
}

.nav ul li a:hover,
.nav ul li a:focus {
    color: #d15e30;
    text-decoration: none;
    cursor: pointer;
}


/* .nav ul li:last-child {
  padding: 10px 0 10px 1%;
	color: #fff;
	border-radius: 30px;
	transition: all .15s ease-in-out;
} */


/* .nav ul li:last-child a {
	color: #fff;
	transition: all .15s ease-in-out;
	background-color: #d35e28;
	padding: 9px 25px!important;
	border-radius: 30px;
	margin-left: -25px;
	float: left;
}
.nav ul li:last-child a:hover, .nav ul li:last-child a:focus {
	background-color: #f5f4f4;
}
.stem-in-arizona .nav ul li:last-child a {
	background-color: #199cd5;
}
.stem-in-arizona .nav ul li:last-child a:hover, .stem-in-arizona .nav ul li:last-child a:focus, .stem-in-arizona .nav ul li:last-child a:active {
	background-color: #25b1ee;
} */


/* dropdown-menu styling */

.nav .dropdown-menu {
    display: none;
    width: 100%;
    padding: 5px 20px;
    border: 0px;
}

.dropdown-toggle::after {
    display: none!important;
}

.nav .dropdown-menu li {
    display: block;
    position: relative;
    padding: 10px 0px!important;
    border-bottom: 1px solid #d15e30;
}

.nav .dropdown-menu li a {
    font-size: 15px;
    font-weight: 400;
    padding: 0px;
}

.nav .dropdown-menu li a:hover,
.nav .dropdown-menu li a:focus {
    background-color: transparent;
}


/* .nav .dropdown-menu li:last-child {
	padding: 7px 0px!important;
	border-bottom: 0px;
}
.nav .dropdown-menu li:last-child a, .stem-in-arizona .nav .dropdown-menu > li:last-child a {
	background-color: transparent;
	border-radius: 0px;
	padding: 0px!important;
	color: #333333;
	margin-left: 0px;
}
.nav .dropdown-menu li:last-child a:hover, .nav .dropdown-menu li:last-child a:focus, .stem-in-arizona .nav .dropdown-menu > li:last-child a:hover, .stem-in-arizona .nav .dropdown-menu > li:last-child a:focus {
	background-color: transparent;
	color: #d15e30;
} */

.children {
    display: none;
}

.navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)!important;
}

.navbar-toggler-icon {
    font-size: 15px;
    height: auto!important;
    width: auto!important;
    padding: 2px 4px;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer {
    padding: 35px 0 55px;
    background: #333333 url('../aztc-scitech/img/bg-icon.svg') 20% no-repeat;
    background-position: 50% -10px;
    font-size: 14px;
}

footer .logo-img {
    width: 115px;
    margin: 5px 0;
}

footer h1 {
    font-size: 18px;
    margin-top: 20px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #d15e30;
    cursor: pointer;
}

.footer-nav {
    padding: 0px!important;
}

.footer-nav ul {
    list-style: none;
    padding-left: 0px;
    column-count: 2;
    -webkit-column-count: 2;
}

.footer-nav li {
    padding: 0 0 5px;
}

.footer .fab {
    margin: 5px 8px 0 0;
    font-size: 20px;
}

.footer-logos {
    width: 220px;
    height: auto;
}

.copyright {
    margin-top: 30px;
}


/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

.section-container {
    padding: 30px;
}

#hero-home .nav-button {
    padding: 20px;
    position: relative;
    bottom: 0;
}

.nav-button {
    color: #fff;
    transition: all .3s ease;
}

.nav-button:hover,
.nav-button:focus {
    background-color: #fff!important;
    color: #d15e30;
}

#hero-home img {
    width: 100%;
}

.program-img {
    min-height: 250px;
}

.program-logo.scienceforall {
    width: 100%;
}

.cta-banner {
    max-height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

#homepage-banner {
    background: #0f0e0e url('../aztc-scitech/img/banner.png') no-repeat;
}

#stem-banner {
    background: #343232 url('../aztc-scitech/img/social-festival.png') no-repeat;
}

.banner-logo {}

.festival-logo-black {
    margin-right: -40px;
    z-index: 100;
    width: 60px;
}

.collaborators>li {
    border: 0px!important;
}

.collaborators li::before {
    content: "\2022";
    color: #9d2c71;
    font-weight: 900;
    display: inline-block;
    width: .75em;
    margin-left: -1em;
}

.team-member {
    max-width: 250px;
    overflow-x: hidden;
}

.team-member-image {
    overflow-x: hidden;
    position: relative;
    height: 250px;
    width: 250px;
    margin: 0 auto;
}

.team-member-image img {
    position: absolute;
    height: 100%;
    width: auto!important;
    max-width: none;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}


/* FOR USE IN ALTERNATE SPONSOR LAYOUT
.sponsor-image {
	height: 80px;
}

.sponsor-image img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
} */

.sponsors-image {
    height: 80px;
    width: auto;
    margin: 3%;
}

.sponsors-image img {
    height: auto;
    width: auto;
    max-height: 80px;
    max-width: 240px;
}

img.sponsors {
    height: auto;
    width: auto;
    max-width: 90%;
    max-height: 90%;
}

.home-program {
    background-size: cover;
    background-position: center center;
    height: 250px;
}


/*------------------------------------*\
    BLOG ARCHIVE PAGE
\*------------------------------------*/

.blog-image-container {
    height: 290px;
    width: 290px;
}

.related-news-image-container {
    height: 36vw;
    width: 100%;
}

.blog-image {
    background-size: cover;
    background-position: center center;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}

.blog-container .category a,
.blog-pagination .pagination a:hover,
ul.blog-category li a,
ul.programs-navigation li a,
ul.sponsors-navigation li a {
    color: #343434;
}

.blog-container .category a:hover,
.blog-pagination .pagination a,
ul.blog-category li a:hover,
ul.programs-navigation li a:hover,
ul.sponsors-navigation li a:hover {
    color: #cc6633;
}

.blog-pagination .pagination {
    width: 70%;
    justify-content: space-between;
}

#dropdownMenuButton {
    background-color: #343232;
    font-weight: 700;
    text-align: left;
    border-radius: 0px!important;
    line-height: 1.2;
}

ul.blog-category,
ul.programs-navigation,
ul.sponsors-navigation {
    list-style: none;
    padding-left: 15px;
    margin-top: -10px;
    margin-bottom: 0;
}

ul.blog-category li,
ul.programs-navigation li,
ul.sponsors-navigation li {
    padding: 10px 0;
}

h1.category-dropdown a:after,
h1.newsletter a:after {
    content: "▲";
    float: right;
    font-size: 16px;
    color: #d15e30;
    transform: rotate(-180deg);
    transition: transform .4s ease;
}

h1.category-dropdown a.active:after,
h1.newsletter a.active:after {
    transform: rotate(0deg);
}


/*------------------------------------*\
    ABOUT US PAGE
\*------------------------------------*/

div.about-mission:nth-of-type(1) {
    margin-bottom: 20px;
}

img.speaker {
    margin-top: -15px;
}

img.mac6,
img.lane {
    border: 10px solid white;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 10vw;
}

img.lane {
    margin-bottom: 0px;
}

.career-listing {
    background-color: #fcfaf9;
    border: 1px solid #cccccc;
}

.career-listing:nth-child(even) {
    background-color: #fff;
}

.career-listing:not(:first-child) {
    border-top: 0px;
}

.career-image-wrapper {
    max-width: 100px!important;
}

.career-listing .read-more {
    border-left: 1px solid #d15e30;
}

.partner {
    margin: 1%;
}

.partner img {
    max-width: 90%;
    max-height: 100px;
}

.partners-accordion h5 {
    max-width: 80%;
}

.partners-accordion .card,
.partners-accordion .card-header {
    background-color: transparent;
    border: 0px;
}

.partners-accordion h5.mb-0>a {
    display: block;
    position: relative;
}

.partners-accordion h5.mb-0>a>h2:after {
    content: "\f067";
    /* fa-plus */
    font-family: 'FontAwesome';
    font-size: 11px;
    position: absolute;
    margin-left: -5px;
    top: 37%;
}

.partners-accordion h5.mb-0>a[aria-expanded="true"]>h2:after {
    content: "\f068";
    /* fa-minus */
}


/*------------------------------------*\
    PROGRAM PAGES
\*------------------------------------*/

.program-about-image {
    min-height: 250px;
    background-size: cover;
    background-position: center center;
    flex: 1;
}

.program-nav {
    list-style: none;
    padding: 0px;
}

.program-nav .current-menu-item a {
    color: #d15e30;
    font-weight: 700;
}

.programs-content h2,
.programs-content h2 a,
.careers-content h2,
.careers-content h2 a {
    font-weight: 700;
    margin-bottom: 10px;
}

.programs-content p,
.careers-content p {
    line-height: 1.7;
    margin-bottom: 20px!important;
}

.programs-content ul,
.careers-content ul {
    padding: 0px;
    list-style: none;
}

.programs-content li,
.careers-content li {
    margin-bottom: 10px;
}

.programs-content ul li:before,
.careers-content ul li:before {
    content: "- ";
}

.programs-content img.right {
    display: none;
    max-width: 250px;
    height: auto;
    float: right;
    padding: 0px 20px 10px;
}

.programs-content img.mobile-image {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.programs-content img.center-full {
    width: 100%;
    height: auto;
    margin: 40px 0;
}


/*------------------------------------*\
    SPONSOR PAGE
\*------------------------------------*/

.sponsors-navigation {
    list-style: none;
    padding: 0px;
}


/*------------------------------------*\
    INSTITUTE EVENTS
\*------------------------------------*/

.event-listing {
    background-color: #fcfaf9;
    border: 1px solid #cccccc;
}

.event-listing:nth-child(even) {
    background-color: #fff;
}

.event-listing:not(:first-child) {
    border-top: 0px;
}

.event-image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 150px;
    background-size: cover;
    background-position: center center;
}

.datepicker.dropdown-menu {
    z-index: 1000!important;
}


/*------------------------------------*\
    PRIVACY POLICY
\*------------------------------------*/

.privacy-content h2 {
    max-width: 90%;
    display: inline-block;
}

#privacy-accordion h5.mb-0>a {
    display: block;
    position: relative;
}

#privacy-accordion h5.mb-0>a:after {
    content: "\f067";
    /* fa-plus */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 30%;
}

#privacy-accordion h5.mb-0>a[aria-expanded="true"]:after {
    content: "\f068";
    /* fa-minus */
}

#privacy-accordion .card {
    border: 0px;
}

#privacy-accordion .card-header {
    background-color: #fff;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
    .hero-container {
        margin-top: -80px;
    }
}

@media only screen and (min-width:480px) {
    .text-14 {
        font-size: 12px!important;
    }
    .text-18 {
        font-size: 15px!important;
    }
    .text-24 {
        font-size: 18px!important;
    }
    .text-30 {
        font-size: 24px!important;
    }
    .text-36 {
        font-size: 30px!important;
    }
    .text-48 {
        font-size: 34px!important;
    }
    .text-66 {
        font-size: 42px!important;
    }
}

@media only screen and (min-width:505px) {
    .festival-logo-black {
        width: 80px;
    }
    .partners-accordion h5.mb-0>a>h2:after {
        top: 39%;
    }
}

@media only screen and (min-width:576px) {
    .collaborators {
        display: block!important;
        column-count: 2;
        -webkit-column-count: 2;
        column-gap: 100px;
        -webkit-column-gap: 100px;
    }
    .team-member-image {
        height: 240px;
        width: 240px;
    }
    .sponsors-image {
        height: 50px;
    }
    .blog-image-container {
        height: 350px;
        width: 350px;
    }
    .related-news-image-container {
        height: 200px;
        width: 350px;
    }
    img.speaker {
        margin-top: -30px;
    }
    .partners-accordion h5 {
        max-width: 60%;
    }
}

@media only screen and (min-width:768px) {
    .text-14 {
        font-size: 12px!important;
    }
    .text-18 {
        font-size: 15px!important;
    }
    .text-24 {
        font-size: 20px!important;
    }
    .text-30 {
        font-size: 24px!important;
    }
    .text-36 {
        font-size: 30px!important;
    }
    .text-48 {
        font-size: 34px!important;
    }
    .text-66 {
        font-size: 42px!important;
    }
    .social-container {
        margin-top: 0px;
    }
    .hero-container {
        margin-top: -146px;
    }
    .program-logo.scienceforall {
        width: 50%;
    }
    .collaborators {
        column-count: 3;
        -webkit-column-count: 3;
    }
    .team-member-image {
        height: 210px;
        width: 210px;
    }
    .sponsors-image {
        height: 55px;
    }
    .blog-image-container {
        height: 265px;
        width: 265px;
    }
    .single .blog-image-container {
        width: 210px;
        height: 210px;
    }
    .related-news-image-container {
        height: 160px;
        width: 100%;
    }
    .blog-pagination .pagination {
        width: 50%;
    }
    .search-input {
        width: 84%;
    }
    /* .partner {
		width: 165px;
		height: 165px;
	} */
    .event-image-wrapper {
        min-height: 200px;
    }
    .home-program {
        height: auto;
    }
    .icon-more {
        border-bottom: 2px solid #f1dbd3;
    }
}

@media screen and (min-width:992px) {
    button {
        padding: 9px 18px!important;
    }
    h2.button {
        padding: 14px 18px!important;
    }
    .text-14 {
        font-size: 14px!important;
    }
    .text-18 {
        font-size: 18px!important;
    }
    .text-24 {
        font-size: 24px!important;
    }
    .text-30 {
        font-size: 30px!important;
    }
    .text-36 {
        font-size: 36px!important;
    }
    .text-48 {
        font-size: 48px!important;
    }
    .text-66 {
        font-size: 58px!important;
    }
    .logo-img {
        min-width: 155px;
    }
    .nav ul {
        text-align: right;
        padding: 0px;
    }
    .nav .dropdown-menu {
        display: none;
        text-align: left;
        width: auto;
        top: 50px;
        background-color: #fff;
        padding: 5px 12px 10px;
        box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.15);
    }
    .nav .dropdown-menu li {
        padding: 7px 0px!important;
    }
    /* .nav ul li:last-child {
		width: auto;
	} */
    /* .nav ul li:last-child a {
		padding: 9px 18px!important;
		margin-left: 0px;
	} */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    /* .navbar-expand-lg .navbar-nav li:last-child .nav-link {
		padding-right: 18px!important;
		padding-left: 18px!important;
	}
	.navbar-expand-lg .navbar-nav li:last-child .nav-link:hover, 	.navbar-expand-lg .navbar-nav li:last-child .nav-link:focus, 	.navbar-expand-lg .navbar-nav li:last-child .nav-link:active {
		color: #d15e30;
	} */
    footer {
        padding: 55px 0;
    }
    footer .logo-img {
        width: 155px;
    }
    footer h1 {
        margin-top: 0px;
    }
    .program-logo.scienceforall {
        width: 75%;
    }
    .festival-logo-black {
        width: 90px;
    }
    .sponsors-image {
        height: 70px;
    }
    .blog-image-container,
    .single .blog-image-container {
        height: 225px;
        width: 225px;
    }
    .related-news-image-container {
        height: 230px;
    }
    img.about-mission {
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
    }
    div.about-mission {
        max-width: 100%;
    }
    img.speaker {
        margin-top: -60px;
    }
    img.mac6 {
        margin-bottom: 0px;
    }
    .partners-accordion h5 {
        max-width: 35%;
    }
    .partners-accordion h5.mb-0>a>h2:after {
        font-size: 13px;
        top: 38%;
    }
    ul.programs-navigation,
    ul.sponsors-navigation {
        padding: 0px;
    }
    ul.programs-navigation li,
    ul.sponsors-navigation li {
        padding-left: 3rem!important;
        padding-right: 3rem!important;
        border-bottom: 1px solid #918888;
    }
    ul.programs-navigation li:last-child,
    ul.sponsors-navigation li:last-child {
        border-bottom: 0px;
    }
    .programs-content img.right {
        display: block;
    }
    .programs-content img.mobile-image {
        display: none;
    }
    .event-image-wrapper {
        min-height: 125px;
    }
    .event-listing .read-more {
        height: 125px;
        border-left: 1px solid #d15e30;
    }
    .sponsors-container {
        width: 75%!important;
    }
}

@media screen and (min-width:1200px) {
    .text-66 {
        font-size: 66px!important;
    }
    .collaborators {
        column-width: 300px;
        -webkit-column-width: 300px;
    }
    .team-member-image {
        height: 250px;
        width: 250px;
    }
    .blog-image-container {
        height: 280px;
        width: 280px;
    }
    .search-input {
        width: 70%;
    }
    img.speaker {
        margin-top: -75px;
    }
    .programs-content img.right {
        padding: 0px 10px 10px;
    }
    .event-image-wrapper {
        min-height: 150px;
    }
    .single .blog-image-container {
        height: 275px;
        width: 275px;
    }
    .related-news-image-container {
        height: 290px;
    }
}

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

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

button.search-submit {
    padding: 13px 0px !important;
    display: inline-block;
    width: 10%;
    border-radius: 0px 10px 10px 0px!important;
    background-color: #d15e30;
}

.search-input-container {
    width: 90%;
    float: left;
}

.search-input {
    padding: 13px !important;
    border-radius: 10px 0 0 10px;
    outline: none;
    width: 100%;
    border: 1px solid #ccc !important;
}

@media screen and (min-width: 992px) {
    .search-input-container {
        width: 80%;
    }
    button.search-submit {
        width: 20%;
    }
}