@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,800,900&display=swap');
*{	
    box-sizing: border-box;
    font-family: 'Muli', sans-serif;
}
body{
    margin-top:86px;
}
html{
    scroll-behavior: smooth;
}
img {
	display:block;
    max-width:100%;
    height:auto;
}
a {  
    display:inline-block;
    color: #0A64C8;
}
a:hover,
a:focus {
    text-decoration:none;
    color: inherit;
}
ul{
    margin: 0;
    padding: 0;
}
li {
    list-style:none;
}
input:focus,
button:focus,
textarea{
    outline: none;
    box-shadow: none;
}
h1,h2,h3,h4,h5,{
    margin: 0px;
    font-weight: 700;
}
h1 {
    font-size: 72px;
}
h2{
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 16px;
	margin: 0px;
    font-weight: 300;
}
p{
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
}
.cus-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*********header***********/
.burger-menu {
    display: none;
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cus-navigation nav ul {
    display: flex;
}
.logo a {
    max-width: 120px;
}
.cus-navigation {
    display: flex;
    width: 88%;
    justify-content: space-between;
    align-items: center;
}
.h-socail-icons ul {
    display: flex;
    align-items: center;
}
.h-links{
    display: flex;
    align-items: center;
}
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 10px 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.06);
}
.cus-navigation nav ul li a{
    color:#000000;
    font-weight: 800;
    margin-right: 40px;
    font-size: 19px;
}
.cus-navigation nav ul li:last-child a{
    margin-right: 0px;
}
.h-socail-icons ul li a {
    width: 20px;
    margin-right: 15px;
}
.h-socail-icons ul li:last-child a{
    margin-right: 0px;
	width: 30px
}
.header-btn a{
    margin-left: 30px;
}
.get-in-touch-form input[type="submit"],
.financial-form input[type="submit"],
.non-profit-btn a,
.volunteer-form input[type="submit"],
.blog-btn a,
.who-we-btn a,
.about-us-btn a,
.hunger-donars-text form input[type="submit"],
.new-letter-form form input[type="submit"],
.home-btn a,
.header-btn a{
    background-color: #0A64C8;
    border-radius: 5px;
    color:#FFFFFF;
    padding: 8px 12px;
    min-width: 130px;
    text-align: center;
    font-size: 16px;
    border: none;
}
.cus-navigation nav ul li.active a,
.cus-navigation nav ul li a:hover{
    color:#0A64C8;
}

.non-profit-btn.alternate {
    margin-top: 0;
    text-align: center;
}
/********home-banner********/
.home-banner-slider.owl-theme .owl-nav {
    margin-top: 10px;
    left: 0;
    margin: 0;
    margin: auto;
    right: 0;
    position: absolute;
    bottom: 80px;
    text-align: left;
    height: 0px;
    padding: 0px 15px;
}
.home-banner-slider button.owl-prev {
    margin-right: 15px !important;
}
.home-banner-slider .owl-dots {
    position: absolute;
    bottom: 65px;
    text-align: center;
    right: 0;
    left: 0;
    height: 0px;
}
.home-banner-slider.owl-theme .owl-dots .owl-dot span {
    width: 26px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.50);
}
.home-banner-slider.owl-theme .owl-dots .owl-dot.active span,.home-banner-slider.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #FFFFFF;
}
.home-banner-slider button.owl-next,
.home-banner-slider button.owl-prev {
    width: 40px;
}
.home-banner-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.home-banner {
    height: 640px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-banner-overlay{
    height: 100%;
    background-color: rgba(0, 0, 0, 65%);
    display: flex;
    align-items: center;
}
.home-text h1{
    color:#FFFFFF;
    font-weight: 900;
}
.home-text p{
    color:rgba(255, 255, 255, 0.80);
    margin: 20px 0px 0px;
    font-size: 21px;
}
.home-text {
    max-width: 1050px;
    margin: auto;
    text-align: center;
}
.see-video{
    display: flex;
    position: absolute;
    width: 1200px;
    justify-content: flex-end;
    align-items: center;
    bottom: 60px;
    z-index: 3;
    height: 0px;
    padding: 0px 15px;
}
.see-video span{
    color:#FFFFFF;
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 600;
}
.see-video .video-border{
    background-color: #0A64C8;
    width: 55px;
    height: 55px;
}
.home-btn a {
    margin-top: 15px;
}
/*****about-section*******/
.about-us-section {
    padding: 30px 0px;
}
.about-us-text {
    width: 46%;
}
.about-us-flex {
    display: flex;
    justify-content: space-between;
}

.about-us-text h3 {
    margin-bottom: 20px;
    font-weight: 900;
}

.about-us-text p{
    color:rgba(0, 0, 0, 0.80);
}
.about-us-btn a{
    margin-top: 20px;
}

.chairman-video-header h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 900;
}

.chairman-video-section{
    background-image: url('images/chairman-img.png');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-overlay-alt {
    background-color: rgba(0, 0, 0, 0.30);
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
}

.video-overlay-container {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-overlay {
    background-color: rgba(0, 0, 0, 0.30);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-border {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0A64C8;
    margin: 0 auto;
    position: relative;
}

.video-overlay-container h2 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 900;
}
.video-border i{
    color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*margin-left: 4px;
    margin-top: 20px;*/
}
.hunger-donars-img-text,
.newsletter-img-text {
    display: flex;
}
.details-section {
    padding: 50px 0px 70px;
}
.hunger-donars-img,
.newletter-img {
    width: 15%;
}
.hunger-donars-text,
.newsletter-text{
    width: 85%;
}
.hunger-donars-img img,
.newletter-img img {
    width: 45px;
}
.hunger-donars-text h4,
.newsletter-text h4{
    color:#000000;
    margin-bottom: 20px;
    font-weight: 900;
}
.newsletter-text p{
    color:rgba(0, 0, 0, 0.80)
}
.new-letter-form {
    margin-top: 40px;
}
.address-container{
    width: 100%;
}
.new-letter-form form select,
.hunger-donars-text form input[type="tel"],
.hunger-donars-text form input[type="text"],
.new-letter-form form textarea,
.new-letter-form form input[type="email"],
.new-letter-form form input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CBCBCB;
    color: #929292;
    padding: 12px 0px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 12px;
}
.input-container {
    position: relative;
}

.input-container input {
    z-index: 2;
    position: relative;
    background: none;
}
.new-letter-form form textarea:focus{
    border-bottom: 1px solid #0A64C8;
}
.new-letter-form form input[type="email"]:focus,
.new-letter-form form input[type="text"]:focus,
.new-letter-form form select:focus{
    border-bottom: 1px solid #0A64C8;
}
.hunger-donars-text form input::placeholder,
.new-letter-form form input::placeholder{
    color:#929292;
}
.cus-textarea{
    color:#929292;
    font-size: 12px;
    margin-bottom: 15px;
}
.new-letter-form form textarea{
    resize: none;
    padding: 0px;
    height: 40px;
}
.new-letter-form form input[type="submit"]{
    border:none;
    font-weight: 600;
    margin-top: 25px;
	position: absolute;
	bottom: 0;
}
.hunger-donars-text p{
    color:rgba(0, 0, 0, 0.80);
}
.payment-methods ul li a {
    margin-right: 15px;
	max-width: 80px;
}
.payment-methods ul li:last-child a{
    margin-right: 0px;
}
.payment-methods ul{
    display: flex;
}
.custom-prize-flex{
    display: flex;
    flex-wrap: wrap;
}
.custom-prize {
    width: 22%;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    padding: 2px;
    background-color: #DEDEDE;
}
.custom-prize button {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 0;
    height: 100%;
}
.payment-methods {
    margin: 40px 0px 20px;
}
.custom-prize-flex .custom-prize:last-child,
.custom-prize-flex .custom-prize:nth-child(4) {
    margin-right: 0px;
}
.cus-check-prize{
    margin: 10px 0px 55px 0px;
    font-size: 12px;
    color:#929292;
    font-weight: 400;
}
.cus-check-prize input[type="checkbox"]{
    margin-right: 8px;
}
.hunger-donars-text form input[type="submit"]{
    border:none;
    display: block;
	position: absolute;
	bottom: 0;
}
.the-news-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
.the-news-img-text {
    display: flex;
    align-items: center;
}
.news-img {
    margin-right: 25px;
    width: 11%;
}
.new-text h4{
    color:#000000;
    font-weight: 900;
}
.news-link a{
    color:rgba(10, 100, 200, 0.80);
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}
.blog-img {
    width: 13%;
    margin-right: 25px;
}
.the-blog-img-text{
    display: flex;
    margin-bottom: 25px;
}
.blog-text {
    width: 80%;
}
.blog-text p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
}
.blog-text a{
    display: flex;
    align-items: center;
    color:#0A64C8;
    font-weight: 700;
    font-size: 14px;
}
.blog-text a img{
    margin-left: 10px;
}
footer{
    background-color: #E8E8E8;
    padding: 45px 0px 30px;
}
.contact-info h6 {
    color: #000000;
    margin-bottom:20px;
    font-weight: 900;
	font-size: 26px;
}
.contact-info ul li a{
    color:rgba(0, 0, 0, 0.70);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.contact-info ul li:last-child a{
    margin-bottom: 0px;
}
.contact-info ul li a i {
    width: 25px;
    margin-right: 10px;
    margin-left: 10px;
}
.f-logo {
    width: 160px;
    margin: 0px auto 30px;
}
.f-social-links h6{
    text-align: center;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    margin-top: 10px;
}
.f-social-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0px 0px;
}
.f-social-links ul li a {
    width: 25px;
    font-size: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

/*.f-social-links ul li:last-child a{
    margin-right: 0px;
    width: 30px;
}*/
.cus-line {
    display: block;
    background-color: #3BB3E7;
    height: 2px;
    width: 17px;
    margin: auto;
}
.get-in-touch h6 {
    color: rgba(0, 0, 0, 0.70);
    font-weight: 900;
    margin-bottom: 20px;
}
.get-in-touch input[type="email"] {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #D1D1D1;
    padding: 10px 0px;
    width: 100%;
}
.get-in-touch {
    max-width: 280px;
    margin-left: auto;
    margin-right: 50px;
}
.form-email{
    position: relative;
}
.send-btn {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 15px;
}
.get-in-touch .text{
    color:rgba(0, 0, 0, 0.70);
    font-weight: 900;
    margin: 28px 0px 14px;
    display: inline-block;
	font-size: 14px;
}
.get-in-touch .text-id{
    font-weight: 700;
}
.text-id span{
    font-size: 16px;
    font-weight: 400;
}
/********About-page*******/
.about-banner {
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-banner h1{
    text-align: center;
    color: #FFFFFF;
    font-weight: 900;
}
.who-we {
    padding: 80px 0px 60px;
    position: relative;
}
.who-we-text h2{
    color:#000000;
    font-weight: 900;
    margin-bottom: 20px;
}
.who-we-img {
    margin-left: 50px;
}
.who-we-text {
    padding-top: 30px;
}
.who-we::after{
    content: '';
    position: absolute;
    right: 0;
    background-color: #E1F5FF;
    width: 40%;
    height: 355px;
    top: 35px;
    z-index: -1;
}
.who-we-text p {
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 50px;
	font-size: 18px;
}
.mission-text {
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.mission-overlay {
    background-color: rgba(0, 0, 0, 0.50);
    height: 100%;
    padding: 150px 0px;
}
.mission-text h2 {
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 20px;
}
.mission-text p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0px;
}
.executive-team {
    padding: 60px 0px;
    position: relative;
}
/*.executive-team::after{
    content: '';
    position: absolute;
    right: 0px;
    top: -68px;
    background-image: url('../images/polygon-6.png');
    background-size: cover;
    width: 193px;
    height: 200px;
}*/
.executive-team-text {
    max-width: 910px;
    margin: 0px auto 60px;
    text-align: center;
}
.executive-team-text h2{
    color:#000000;
    font-weight: 900;
    margin-bottom: 20px;
}
.executive-team-text p {
    color: rgba(0, 0, 0, 0.80);
}
.executive-team-col {
    width: 30%;
    position: relative;
}
.executive-text {
    padding: 20px 15px;
    border-top: none;
    text-align: center
}
.executive-team-img {
    max-width: 150px;
    margin: 40px auto 10px;
}
.executive-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.executive-flex ul {
    display: flex;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 20px;
}
.executive-text h3 {
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}
.executive-team-col-absolute{
    display: none;
}
.director-content:hover .executive-team-col-absolute,
.executive-team-col:hover .executive-team-col-absolute{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    top: -5px;
    width: 550px;
    left: 40%;
    z-index: 1;
}
.executive-team-col-absolute-text ul li a {
    display: flex;
    align-items: center;
    color:rgba(0, 0, 0, 0.80);
    font-size: 16px;
}
.executive-team-col-absolute-text ul li a img {
    margin-right: 16px;
}
.executive-team-col-absolute-text{
    padding: 40px 40px;
    position: relative;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.18);
    text-align: left;
}
.director-content:hover .executive-team-col-absolute{
    top: -35%;
}
.executive-team-col-absolute-text::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #fff;
    bottom: -11px;
    transform: rotate(45deg);
}
.director-content:hover:nth-child(3n) .executive-team-col-absolute-text::before,
.executive-team-col:last-child .executive-team-col-absolute-text::before{
    right: 60px;
}
.director-content:hover:nth-child(3n) .executive-team-col-absolute,
.executive-team-col:hover:last-child .executive-team-col-absolute{
    left: -40%;
}
.executive-team-col-absolute-text p {
    font-size: 16px;
}
.executive-team-col-absolute-text h3 {
    margin-bottom: 8px;
    color:#000000;
}
.executive-team-col-absolute-text h5 {
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 15px;
}
.executive-text h5 {
    color: rgba(0, 0, 0, 0.80);
    font-weight: 600;
    font-size: 16px;
}
.executive-flex ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0A64C8;
    border-radius: 50%;
    margin-right: 10px;
}
.executive-flex ul li:last-child a{
    margin-right: 0px;
}
.executive-team-flex{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.executive-team-col {
    width: 32%;
    background-color: rgba(225, 245, 255, 0.30);
}
.executive-flex ul li a:hover{
    background-color: #0A64C8;
}
.executive-flex ul li a:hover img{
    filter: brightness(0) invert(1);
}
.director-content {
    width: 32%;
    border: 1px solid #D8D8D8;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
	
}
.executive-team-col:hover .executive-text h3{
    color:#0A64C8;
}
.director-img img {
    margin: 0px auto 25px;
    width: 150px;
}
.director-content-img {
    padding: 40px 0px;
    background-color: rgba(225, 245, 255, 0.30);
}
.director-contact {
    background-color: #0A64C8;
}
.director-contact ul {
    display: flex;
    justify-content: space-around;
}
.director-contact ul li {
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}
.director-contact ul li:last-child{
    border-right: none;
}
.director-contact ul li a{
    width: 100%;
    padding: 10px 10px 0px;
}
.director-text h4 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
}
.director-contact ul li a img {
    margin: auto;
    width: 22px;
}
.director-text h6 {
    color: rgba(0, 0, 0, 0.80);
    font-weight: 600;
}
.director-of-board-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.director-content:hover .director-text h4{
    color:#0A64C8;
}
.hexagon {
/*     background-image: url('../images/polygon.png'); */
/*     height: 400px;
    background-size: cover; */
/*     background-position: center; */
    width: 20%;
/*     position: relative; */
}  
.food-rescue {
/*     padding: 50px 0px 0px; */
}
.foos-rescue-overlay {
    background-color: rgba(0, 0, 0, 65%);
    padding: 60px 0px;
}
.food-rescue-text h2 {
    color: #ffffff;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
}

.rescue-text h5.alternative {
    font-size: 25px;
    line-height: 35px;
}

.food-rescue-text {
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.food-rescue-text p{
	color: rgb(255, 255, 255);
/*     color: rgba(0, 0, 0, 0.80); */
}
.hexagon-row{
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hexagon-text {
/*     z-index: 1;
    position: absolute;
    max-width: 220px;
    
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;*/
    margin: auto; 
	text-align: center;
}
.food-rescue-flex {
    display: flex;
    justify-content: space-between;
	padding: 80px 0px;
}
.food-rescue-list {
    display: flex;
    justify-content: space-between;
}
.rescue-text {
    width: 60%;
}
.food-rescue-img {
    width: 32%;
    position: relative;
    left: 24px;
}
.rescue-img-border {
    position: absolute;
    left: -30px;
    top: -30px;
    border: 7px solid #D72328;
    width: 90%;
    z-index: -1;
    height: 100%;
}
.rescue-img-border-alt {
    position: absolute;
    left: -30px;
    top: -30px;
    border: 7px solid #D72328;
    width: 90%;
    z-index: -1;
    height: 90%;
}
.rescue-text h2 {
    color: #000000;
    font-weight: 900;
    margin-bottom: 20px;
}
.rescue-text p {
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 20px;
}
.food-rescue-list ul li {
    position: relative;
    padding-left: 25px;
    color: #000000;
	margin-bottom: 5px;
}
.food-rescue-list ul li::before {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/list-arrow.png);
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    top: 8px;
}
.blog-flex{
    display: flex;
    justify-content: space-between;
}
.blog-content {
    width: 31.5%;
}

.blog-flex {
    margin-bottom: 60px;
}

.blog-content-text h3 {
    color: #000000;
    font-weight: 900;
    margin: 25px 0px 15px;
}
.blog-content-text p {
    color: rgba(0, 0, 0, 0.80);
}

.blog-content-text ul, .financial-d-text ul {
    margin: 0 0 20px 0;
    padding: 0;
}

.blog-content-text ul li, .financial-d-text ul li {
    list-style: disc;
    margin: 0 0 5px 30px;
    padding: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
}

.blog-btn {
    margin-top: 50px;
}
.home-connects {
    padding: 70px 0px;
}
.home-connect-text {
    width: 40%;
}
.home-connect-text h2{
    color:#000000;
    font-weight: 900;
    margin-bottom: 25px;
}
.home-connect-text p{
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 25px;
}
.home-connects-flex {
    display: flex;
    justify-content: space-between;
}
.volunteer-form {
    width: 50%;
}
.volunteer-form-text h3{
    color:#000000;
    font-weight: 900;
    margin-bottom: 20px;
}
.volunteer-form-text {
    max-width: 500px;
}
.volunteer-form-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.volunteer-form-flex input[type="tel"],
.volunteer-form-flex select,
.volunteer-form-flex input[type="email"],
.volunteer-form-flex input[type="text"] {
    width: 46%;
    border: none;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 8px;
    font-size: 12px;
    margin-bottom: 25px;
    color: #929292;
}
.volunteer-form-text p{
    color:rgba(0, 0, 0, 0.80);
    margin-bottom: 25px;
}
.volunteer-form {
    width: 50%;
}
.address-flex label{
    color:#929292;
}
.address-flex{
    display: flex;
    justify-content: space-between;
}
.address {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.address input[type="text"]{
    width: 100%;
    border:none;
    border-bottom: 1px solid #CBCBCB;
}
.address label {
    font-size: 12px;
}
.volunteer-form input[type="submit"]{
    display: block;
    border:none;
    margin-top: 80px;
}
.volunteer-form h6{
    font-size: 12px;
    font-weight: 700;
    color:#000000;
    margin: 40px 0px 10px;
}
.business-partnership-flex {
    display: flex;
    justify-content: space-between;
}
.business-partnership {
    padding: 80px 0px;
    position: relative;
}
.business-partnership h2 {
    color: #000000;
    font-weight: 900;
    margin-bottom: 20px;
}
.business-partnership p{
    color:rgba(0, 0, 0, 0.80);
}
.business-text {
    width: 47%;
}
.business-partners {
    background-color: #E1F5FF;
    padding: 60px 0px;
}
.business-partners-text {
    max-width: 990px;
    text-align: center;
    margin: 0px auto 40px;
}
.business-partners-text h2 {
    text-transform: capitalize;
    color:#000000;
    font-weight: 900;
    margin-bottom: 20px;
}
.business-partners-img{
    width: calc((100% / 6 - 16px));
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    margin-bottom: 20px;
	margin-right:19px;
}
.business-partners-img:last-child,
.business-partners-img:nth-child(6),
.business-partners-img:nth-child(12),
.business-partners-img:nth-child(18),
.business-partners-img:nth-child(24){
    margin-right: 0px;
}
.business-partners-flex {
    display: flex;
    flex-wrap: wrap;
}
.business-partners-img img{
    width: 75%;
    margin: auto;
}
.non-profit-partner-text {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.benifts-list.food-rescue-list {
    max-width: 850px;
}
.non-profit-partner {
    padding: 60px 0px 0px 0px;
}
.non-profit-partner-text h2{
    color:#000000;
    font-weight: 900;
    margin-bottom: 20px;
}
.non-profit-btn {
    margin-top: 40px;
}
.non-business-partners{
    background-color: #fff;
    padding: 20px 0px 60px;
}
.non-business-partners .business-partners-text {
    max-width: 780px;
}
.about-banner {
    height: 640px;
}
.hexagon-text h4 {
    margin-bottom: 10px;
	color: #fff
}
.hexagon-text p {
    color: #fff;
}
.hexagon-image img {
    filter: brightness(100%) invert(1);
}
section.food-rescue {
/* 	background-image: url('http://wp.jaidenshannon.com/hunger-at-home/wp-content/uploads/2020/03/food-rescue-scaled.jpg'); */
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.hexagon-arrow,
.hexagon-equal {
/*     margin-top: 140px; */
}
.hexagon-image {
    max-width: 100px;
    margin: 0px auto 25px;
}
.mission-banner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.food-rescue {
/*     padding: 80px 0px; */
}
.business-partners-img{
    margin-bottom: 20px 0px;
}
.non-profit-partner-text h6{
    color:rgba(0, 0, 0, 0.80);
    font-weight: 900;
    margin-bottom: 20px;
}
.custom-tabing {
    border-bottom: 2px solid rgba(0, 0, 0, 0.04);
}
.custom-tabing .nav-link.active, .custom-tabing .show>.nav-link {
    color: #0A64C8;
    background-color: transparent;
}
.custom-tabing .nav-link.active::after{
    position: absolute;
    left: 0;
    width: 100px;
    background-color: #0A64C8;
    height: 4px;
    content: '';
    bottom: -2px;
}
.custom-tabing .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    border-radius: 0px;
    padding: 0;
    position: relative;
    padding-bottom: 25px;
    padding-right: 50px;
}
.tabing {
    padding: 50px 0px;
    position: relative;
}
/*.tabing::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 130px;
    background-image: url('../images/before-circle.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tabing::after{
    content:'';
    position: absolute;
    right: 0px;
    bottom: 40px;
    background-image: url('../images/after-box.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 166px;
    height: 232px;
}*/
.financial-difference {
    padding: 50px 0px;
    justify-content: space-between;
}
.financial-form h3,
.financial-d-text h2 {
    color: #000000;
    font-weight: 900;
    margin-bottom: 30px;
}
.financial-d-text h3, .financial-d-text h4 {
    font-weight: 900;
    margin-bottom: 20px;
}
.financial-d-text h4 {
    color: #0A64C8;
}
.financial-form p,
.financial-d-text p{
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 40px;
}
.financial-d-img {
    padding-top: 40px;
}
.fed-tax{
    font-size: 18px;
    color:#000000;
}
.fed-tax b{
    font-size: 20px;
}
.financial-form-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.financial-input {
    width: 46%;
}
.financial-address {
    width: 100%;
}
.financial-input select,
.financial-address input,
.financial-input input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 10px;
    color: #000000;
    font-size: 14px;
    margin-bottom: 40px;
	height: 50px;
}

.financial-input select {
    margin-top: 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 0px;
    color: #000000;
    font-size: 14px;
    margin-bottom: 40px;
}

.financial-address input::placeholder,
.financial-input input::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.dollar-sign {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0;
    background-color: #DEDEDE;
    height: 40px;
}
.input-amount input {
    border: none;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px;
}
.input-amount {
    display: flex;
    align-items: center;
    width: 20%;
    border: 1px solid #DEDEDE;
    height: 40px;
    margin-right: 15px;
}
.financial-amount {
    display: flex;
}
.financial-amount .custom-prize-flex{
    width: 80%;
}
.financial-amount .custom-prize {
    width: 10%;
    height: 40px;
    margin-bottom: 0px;
}
.financial-amount .custom-prize-flex .custom-prize:nth-child(4){
    margin-right: 13px;
}
.financial-form .cus-check-prize {
    font-size: 16px;
    color: #383838;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    margin: 40px 0px 0px;
}
.financial-form input#file-chose {
    margin-bottom: 50px;
}
.about-banner h1{
    font-size: 48px;
}
/*********news-event-page*****/
.hunger-misson{
    position: relative;
    padding: 60px 0px;
    background-color: rgba(225, 245, 255, 0.50);
}
.home-mission-text h2{
    font-size: 42px;
    color:#000000;
    font-weight: 900;
    margin-bottom: 25px;
}
.home-mission-text {
    max-width: 900px;
}
.mission-arrow a {
    display: flex;
    align-items: center;
    color:#0A64C8;
    font-size: 20px;
    font-weight: 700;
}
.mission-arrow a img {
    margin: 4px 0px 0px 15px;
}
/*.hunger-misson::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-image: url('../images/home-mission-before.png');
    top: 0px;
    width: 315px;
    height: 283px;
}*/
.home-mission-text p{
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 30px;
}
.home-mission-text p b {
    font-weight: 800;
}
.mission-video{
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    max-width: 687px;
    height: 435px;
}
.mission-video .video-overlay{
    background-color: rgba(0, 0, 0, 0.20);
}
.press-videos{
    height: 300px;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.press-text-link {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.press-text-link a{
    text-decoration: underline;
    color: rgba(10, 100, 200, 0.80);
    font-weight: 700;
}
.press-videos .video-overlay{
    background-color: rgba(0, 0, 0, 0);
}
.press-release {
    /*background-color: rgba(225, 245, 255, 0.50);*/
    padding: 60px 0px;
    margin: 50px 0px;
}
.press-videos .video-border {
    width: 44px;
    height: 44px;
    position: relative;
}
.press-videos .video-border i {
    position: absolute;
    /*left: 0px;
    top: 0px;*/
    font-size: 14px;
}
.press-release h5 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 15px;
}
.press-release h6{
    color:#000000;
    font-weight: 700;
    margin-bottom: 30px;
}
.press-video-link a {
    display: block;
}
.press-video-link:hover h6, .press-video-link:hover h5{
    color:#0A64C8;
}
.cus-row-reverse{
    flex-direction: row-reverse;
}
.cus-margin-left{
    margin-left: auto;
}
.hunger-gala::before{
    content: none;
}
.press-text-link h2{
    color:#000000;
    font-weight: 900;
}
.news-coverage .press-videos{
    height: 240px;
}
.article-title{
    color:#000000;
    font-size: 15px;
    font-weight: 400;
}
.article-date{
    color:#A4A4A4;
    font-size: 16px;
    font-weight: 400;
    border-left: 1px solid rgba(0, 0, 0, 0.20);
    padding-left: 5px;
    margin-left: 5px;
    text-transform: uppercase;
}
.article-img {
    margin-bottom: 20px;
}
.article-c-name{
    color:#646464;
    font-weight: 700;
    font-size: 17px;
}
.article-text h6{
    color:#000000;
    line-height: 1.7;
    margin-bottom: 12px;
}
.article-text p{
    color:#000000;
    font-size: 16px;
    margin-bottom: 30px;
}
.articles-section {
    padding: 50px 0px;
    position: relative;
}
.articles-section::after{
    content:'';
    position: absolute;
    right: 0;
    background-image: url('../images/article-after-img.png');
    width: 142px;
    height: 188px;
    bottom: 0px;
}
.videos-section .mission-video{
    max-width: 875px;
    height: 554px;
}
.cus-justify{
    justify-content: space-between;
}
.cus-justify .press-videos{
    max-width: 347px;
    height: 220px;
}
.cus-justify h6 {
    margin-bottom: 50px;
}
.need-continue h4{
     margin-top: 20px;
}
.videos-section {
    padding: 50px 0px;
}
.contact-info-content {
    margin-bottom: 70px;
    max-width: 729px;
}
.contact-info-content h2 {
    color: #000000;
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 42px;
}
.contact-info-content p {
    color: rgba(0, 0, 0, 0.70);
    margin-bottom: 30px;
}
.contact-info-content ul li a {
    color: #000000;
    margin-bottom: 15px;
    display: flex;
}
.contact-info-content ul li a i {
    color: #0A64C8;
    font-size: 16px;
    margin-right: 20px;
}
.follow-us h3 {
    margin-bottom: 10px;
    color: #0A64C8;
    font-size: 22px;
    font-weight: 900;
}
.follow-us ul {
    display: flex;
}
.follow-us ul li a {
    color: #0A64C8;
    font-size: 25px;
    margin-right: 25px;
}
.follow-us ul li a:hover {
    color: #000;
}
.contact-content {
    padding: 60px 0px 100px;
    position: relative;
}
.get-in-touch-form h3 {
    color: #000000;
    font-weight: 900;
    margin-bottom: 40px;
}
.get-in-touch-form {
    max-width: 458px;
}
.get-in-touch-form textarea,
.get-in-touch-form form input[type="email"],
.get-in-touch-form form input[type="text"]{
    border:none;
    color:#000000;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #CBCBCB;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 40px;
	height: 50px;
}
.get-in-touch-form form input[type="email"]:focus,
.get-in-touch-form form input[type="text"]:focus{
    border-bottom: 1px solid #0A64C8;
}
.get-in-touch-form textarea:focus{
    border:1px solid #0A64C8;
}
.get-in-touch-form form label{
    font-size: 14px;
    color:rgba(0, 0, 0, 0.40);
    font-weight: 700;
}
.get-in-touch-form textarea{
    resize: none;
    border: 1px solid #CBCBCB;
    min-height: 140px;
    padding: 5px;
}
.get-in-touch-form form input::placeholder{
    color:rgba(0, 0, 0, 0.40);
    font-weight: 700;
}
.google-map iframe{
    display: block;
}
.contact-content::after{
    content: '';
    position: absolute;
    right: 0px;
    background-image: url('../images/contact-content-after.png');
    bottom: 90px;
    width: 216px;
    height: 208px;
}
.blog-img img {
    width: 100%;
    object-fit: cover;
    margin-top: 6px;
}
.input-container-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input-container {
    width: 48%;
}

.executive-team-img img {
    margin: auto;
}
/*.business-partnership::after{
    content: '';
    position: absolute;
    left: 0;
    width: 315px;
    height: 283px;
    background-image: url('../images/business-after.png');
    top: -60px;
    z-index: -1;
}*/
@media screen and (min-width:576px){
    .cus-container{
        width: 100%;
    }
    .home-banner-slider.owl-theme .owl-nav{
        width: 100%;
    }
    .see-video{
        width: 100%;
    }
}
@media screen and (min-width:1200px){
    .cus-container{
        max-width: 1170px;
    }
    .home-banner-slider.owl-theme .owl-nav{
        max-width: 1170px;
    }
    .see-video{
        max-width: 1170px;
    }
}
@media screen and (min-width:1400px){
    .see-video,
    .home-banner-slider.owl-theme .owl-nav ,
    .cus-container{
        max-width: 90%;;
    }
    a{
        font-size: 18px;
    }
    .executive-team-col {
    width: 32%;
    }
    .director-content {
    width: 32%;
    }
}
@media screen and (max-width:1600px){
    .cus-navigation nav ul li a{
        margin-right: 20px;
        font-size: 15px;
    }
    .h-socail-icons ul li a {
    width: 16px;
    margin-right: 14px;
    }
    .get-in-touch-form input[type="submit"], .financial-form input[type="submit"], .non-profit-btn a, .volunteer-form input[type="submit"], .blog-btn a, .who-we-btn a, .about-us-btn a, .hunger-donars-text form input[type="submit"], .new-letter-form form input[type="submit"], .home-btn a, .header-btn a{
        min-width: 120px;
    }
    .contact-info-content h2{
        font-size: 36px;
    }
    p {
    font-size: 16px;
    }
    .contact-info-content {
    margin-bottom: 50px;
    max-width: 559px;
   }
   h3 {
    font-size: 26px;
   }
   .contact-content::after{
       width: 150px;
    height: 200px;
   }
   .home-mission-text h2 {
    font-size: 30px;
   }
   .mission-arrow a{
       font-size: 18px;
   }
   .mission-video{
       height: 350px;
   }
   .video-border {
    width: 55px;
    height: 55px;
   }
   .home-mission-text {
    max-width: 720px;
   }
	.cus-margin-left{
		padding-left:80px;
	}
   .press-release{
    margin: 30px 0px;
    padding: 60px 0px 30px;
   }
   .press-videos {
    height: 230px;
   }
   .news-coverage .press-videos {
    height: 180px;
   }
   .article-text h6{
    min-height: 90px;
   }
   .article-text p{
       min-height: 120px;
   }
   h4 {
    font-size: 20px;
   }
   .custom-tabing .nav-link {
    font-size: 16px;
   }
   h2 {
    font-size: 30px;
   }
   .financial-amount .custom-prize {
    width: 12%;
    height: 40px;
    margin-bottom: 0px;
    margin-right: 9px;
}
h1 {
    font-size: 50px;
}
.home-text p{
    font-size: 18px;
}
.home-text {
    max-width: 910px;
}
.director-content:hover:nth-child(3n) .executive-team-col-absolute, .executive-team-col:hover:last-child .executive-team-col-absolute {
    left: -62%;
}
.director-content:hover .executive-team-col-absolute, .executive-team-col:hover .executive-team-col-absolute{
    width: 480px;
}
h5 {
    font-size: 16px;
}
.executive-team-col-absolute-text ul li a{
    font-size: 15px;
}
.executive-team-col-absolute-text {
    padding: 35px 25px;
}
.director-content:hover .executive-team-col-absolute {
    top: -29%;
}
.hexagon{
/*     height: 270px; */
}
.hexagon-text{
    max-width: 190px;
}
.business-partnership::after{
    left: -85px;
}
}
@media screen and (max-width:1199px){
    body {
        margin-top: 71px;
    }
    .logo {
        width: 8%;
    }
    .cus-navigation{
        width: 90%;
    }
    .cus-navigation nav ul li a{
        margin-right: 15px;
    }
    a{
        font-size: 14px;
    }
    .header-btn a {
        margin-left: 20px;
    }
    .financial-form input[type="submit"],
    .non-profit-btn a, .volunteer-form input[type="submit"], .blog-btn a, .who-we-btn a, .about-us-btn a, .hunger-donars-text form input[type="submit"], .new-letter-form form input[type="submit"], .home-btn a, .header-btn a{
        min-width: 110px;
        padding: 8px;
    }
    .h-socail-icons ul li a {
        width: 15px;
        margin-right: 10px;
    }
    h1 {
        font-size: 40px;
    }
    p {
        font-size: 15px;
    }
    .home-text {
        max-width: 700px;
    }
    .home-text p{
        margin: 20px 0px 40px;
    }
    .home-banner-slider button.owl-next, .home-banner-slider button.owl-prev {
        width: 30px;
    }
    .home-banner-slider button.owl-prev {
        margin-right: 5px !important;
    }
    .home-banner-slider.owl-theme .owl-dots .owl-dot span {
        width: 22px;
        height: 2px;
    }
    .see-video .video-border{
        width: 50px;
        height: 50px;
    }
    .see-video span{
        margin-right: 15px;
    }
    .see-video{
        right: 0px;
    }
    .video-border i{
        /*margin-left: 2px;*/
        font-size: 12px;
    }
    .chairman-video-section{
        height: 600px;
    }
    .see-video span{
        font-size: 16px;
    }
    h4 {
    font-size: 20px;
   }
   .news-link a{
       font-size: 12px;
   }
   .blog-img {
    width: 15%;
    margin-right: 10px;
   }
   /*.f-social-links ul li a{
           margin-left: 10px;
           margin-right: 10px;
   }*/
   .contact-info ul li a i {
    width: 20px;
    margin-right: 10px;
   }
   .f-logo {
    width: 100px;
    margin: 0px auto 25px;
   }
   .who-we {
    padding: 60px 0px 40px;
   }
   h2 {
    font-size: 30px;
    }
    .rescue-img-border{
        height: 320px;
        left: -20px;
    top: -18px;
    border: 4px solid #D72328;
    width: 100%;
    }
    h3 {
    font-size: 20px;
    }
    .hexagon{
        height: 270px;
    }
    h4 {
    font-size: 20px;
   }
   .hexagon-text {
    max-width: 180px;
   }
   .home-mission-text h2 {
    font-size: 22px;
   }
   .mission-video {
    height: 250px;
    }
    .video-border {
    width: 40px;
    height: 40px;
}
.mission-arrow a {
    font-size: 16px;
}
.mission-arrow a img {
    margin: 3px 0px 0px 10px;
}
.press-videos {
    height: 175px;
}
h6 {
    font-size: 16px;
}
.home-mission-text p{
    margin-bottom: 20px;
}
.news-coverage .press-videos {
    height: 120px;
    margin-bottom: 12px;
}
.press-videos .video-border {
    width: 35px;
    height: 35px;
}
.press-videos .video-border i{
    font-size: 8px;
}
.press-release h6{
    margin-bottom: 20px;
}
.cus-justify .press-videos{
    height: 100px;
}
.videos-section .mission-video{
    height: 344px;
}
.custom-tabing .nav-link{
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 13px;
}
.financial-form p, .financial-d-text p{
    margin-bottom: 21px;
}
.fed-tax b {
    font-size: 17px;
}
.input-amount{
    width: 70%;
}
.financial-amount{
    flex-wrap: wrap;
}
.financial-amount .custom-prize-flex {
    width: 100%;
    margin-top: 15px;
}
.financial-amount .custom-prize {
    width: 15%;
    margin-bottom: 10px;
}
.financial-form .cus-check-prize{
    margin: 20px 0px 20px;
}
.custom-tabing{
    flex-direction: column;
}
.custom-tabing .nav-link.active::after{
    width: 40%;
    bottom: 5px;
}
.custom-tabing .nav-link{
    margin-bottom: 10px;
}
.financial-form h3, .financial-d-text h2, .financial-form h2 {
    margin-bottom: 20px;
}
.financial-difference {
    padding: 30px 0px;
}
.financial-d-text {
    margin-bottom: 40px;
}
.financial-amount .custom-prize {
    width: 20%;
}
.financial-input select, .financial-address input, .financial-input input{
    margin-bottom: 20px;
}
.business-partners-img{
    margin-bottom: 15px;
}
}
@media screen and (max-width:991px){
    .cus-navigation nav {
    display: none;
   }
   .burger-menu {
    display: block;
    }
    body {
    margin-top: 61px;
   }
   .cus-navigation{
       justify-content: flex-end;
   }
   .cus-navigation nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background-color: white;
    border-top: 1px solid #000;
    padding: 15px;
   }
   .cus-navigation nav ul{
    flex-direction: column;
    text-align: center;
   }
   .cus-navigation nav ul li a{
    margin-right: 0px;
    margin-bottom: 15px;
   }
   .cus-navigation nav ul li:last-child a{
       margin-bottom: 0px;
   }
   .logo {
    width: 10%;
   }
   .home-banner {
    height: calc(700px - 69px);
   }
   .home-text {
    max-width: 550px;
    }
    h1 {
    font-size: 35px;
   }
   .home-text p {
    margin: 15px 0px 0px;
   }
   .see-video .video-border {
    width: 40px;
    height: 40px;
    }
    .video-border i{
        font-size: 10px;
    }
    .chairman-video-section {
    height: 500px;
}
.newsletter-col {
    margin-bottom: 50px;
}
.blog-img {
    width: 8%;
}
.details-section {
    padding: 50px 0px 30px;
}
.get-in-touch .text{
    margin: 20px 0px 15px;
}
.executive-team-flex{
    flex-wrap: wrap;
}
.executive-team-col {
    width: 32.4%;
    margin-bottom: 20px;
    padding: 20px;
}
.executive-text h3{
    font-size: 20px;
}
.executive-text h5{
    font-size: 15px;
}
.executive-flex ul li a {
    width: 30px;
    height: 30px;
}
.director-contact ul li a img {
    width: 15px;
}
.food-rescue {
    padding: 60px 0px;
}
.rescue-img-border {
    height: 215px;
}
    .hexagon{
        width: 45%;
    }
    .hexagon-row{
        flex-wrap: wrap;
    }
    .payment-methods ul li a{
        max-width: 55px;
    }
    .custom-prize{
        margin-right: 10px;
    }
    .food-rescue-list ul {
    margin-right: 10px;
}
.food-rescue-list ul li{
    padding-left: 20px;
}
.get-in-touch .text {
    margin: 20px 0px 15px;
    font-size: 14px;
    font-weight: 600;
}
.contact-info-content h2 {
    font-size: 30px;
}
.follow-us h2{
    font-size: 24px;
    margin-bottom: 18px;
}
.follow-us ul li a{
    font-size: 22px;
    margin-right: 15px;
	width: 20px;
}
.about-banner h1 {
    font-size: 35px;
}
.director-content:hover .executive-team-col-absolute, .executive-team-col:hover .executive-team-col-absolute {
    width: 440px;
}
.director-content:hover .executive-team-col-absolute, .executive-team-col:hover .executive-team-col-absolute{
    top: 25px;
}
.executive-team-img {
    max-width: 150px;
    margin: 0px auto 0px;
}
.executive-team-col-absolute-text {
    padding: 15px 20px;
}
.director-content:hover .executive-team-col-absolute, .executive-team-col:hover .executive-team-col-absolute {
    top: -62px;
    width: 360px;
}
.executive-team-col-absolute-text::before {
    width: 18px;
    height: 18px;
    bottom: -8px;
}
.director-content:hover:nth-child(3n) .executive-team-col-absolute, .executive-team-col:hover:last-child .executive-team-col-absolute {
    left: -100%;
    top: -58px;
}
}
@media screen and (max-width:767px){
    h1 {
    font-size: 30px;
    }
    .home-banner {
    height: calc(600px - 58px);
    }
    p {
    font-size: 14px;
    }
    .home-text {
    max-width: 450px;
    }
    .home-banner-slider button.owl-next, .home-banner-slider button.owl-prev {
    width: 25px;
    }
    .home-banner-slider button.owl-prev {
    margin-right: 0px !important;
    }
    .logo {
    width: 25%;
    }
    .non-profit-btn a, .volunteer-form input[type="submit"], .blog-btn a, .who-we-btn a, .about-us-btn a, .hunger-donars-text form input[type="submit"], .new-letter-form form input[type="submit"], .home-btn a, .header-btn a {
    min-width: 100px;
    padding: 7px;
    }
    .see-video span {
    font-size: 14px;
    margin-right: 5px;
}
.see-video .video-border {
    width: 35px;
    height: 35px;
}
.home-banner-slider.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 2px;
    margin: 5px;
}
.see-video{
    padding: 0px 5px;
    bottom: 54px;
}
.home-banner-slider.owl-theme .owl-nav{
    bottom: 70px;
}
.video-border i {
    font-size: 8px;
}
.chairman-video-section {
    height: 305px;
}
.the-news{
    margin-top: 40px;
}
.blog-img {
    width: 15%;
    margin-right: 10px;
}
.contact-info {
    margin-bottom: 30px;
}
.f-social-links {
    margin-bottom: 30px;
}
.executive-team-col {
    width: 100%;
    margin-bottom: 15px;
}
.executive-text{
    padding: 15px 10px;
}
.about-banner {
    height: 400px;
}
.who-we {
    padding: 40px 0px 40px;
}
h2 {
    font-size: 24px;
}
.who-we-text {
    padding-top: 0px;
}
.who-we-text p{
    margin-bottom: 25px;
	font-size: 18px;
}
.who-we-img {
    margin-left: 0px;
    margin-top: 30px;
}
.executive-team {
    padding: 40px 0px;
}
.director-content {
    width: 100%;
}
.director-content-img {
    padding: 20px 0px 20px;
}
.who-we::after{
    display: none;
}
body {
    margin-top: 63px;
}
.business-text {
    width: 100%;
}
.business-partnership-flex{
    flex-wrap: wrap;
}
.business-partnership {
    padding: 40px 0px;
}
.business-partners-img {
    width: 23%;
}
.business-partners{
    padding: 40px 0px 20px;
}
.food-rescue-list ul li {
    padding-left: 22px;
    margin-bottom: 6px;
}
.food-rescue-list{
    flex-wrap: wrap;
}
.non-profit-partner {
    padding: 40px 0px;
}
.food-rescue-img {
    width: 100%;
    left: 0px;
}
.rescue-img-border{
    display: none;
}
.food-rescue-flex{
    flex-wrap: wrap;
}
.rescue-text {
    width: 100%;
    margin-top: 35px;
}
.blog-content {
    width: 100%;
    margin-bottom: 20px;
}
.blog-flex{
    flex-wrap: wrap;
}
.home-connects-flex{
    flex-wrap: wrap;
}
.home-connect-text {
    width: 100%;
}
.home-connects {
    padding: 40px 0px;
}
.volunteer-form {
    width: 100%;
}
.food-rescue {
    padding: 0px;
}
.hexagon {
    max-width: 380px;
}
.hexagon-row{
    justify-content: center;
}
.hexagon-row {
    padding: 50px 0px 0px;
}
.hexagon-row {
    padding: 20px 0px 0px;
}
.f-logo{
    margin: 0px 0px 30px;
}
.cus-line{
    margin-right: auto;
}
.f-social-links h6{
    text-align: left;
}
.f-social-links ul{
    justify-content: left;
}
.cus-line{
    margin: 0px;
}
.hunger-donars-img-text, .newsletter-img-text{
    flex-direction: row-reverse;
}
.get-in-touch{
    margin-left: 0px;
}
.get-in-touch .text {
    font-size: 13px;
    font-weight: 600;
}
.order-contact-info{
    order:2;
}
.order-social-icons{
    order:1;
}
.order-get-in-touch{
    order:3;
}
.hexagon-arrow{
    transform: rotate(90deg);
}
	.hexagon-arrow img {
    margin: 5px 70px 0px 0px;
}
	.hexagon-equal img {
    margin: 0px 10px 19px 0px;
}
.hexagon-arrow, .hexagon-equal {
    margin-top: 15px;
}
.volunteer-form input[type="submit"]{
    margin-top: 40px;
}
.follow-us {
    margin-bottom: 50px;
}
.contact-info-content {
    margin-bottom: 30px;
}
.about-banner h1 {
    font-size: 30px;
}
.contact-info-content h2 {
    font-size: 25px;
}
.contact-content {
    padding: 40px 0px 60px;
}
.follow-us h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.get-in-touch-form h3{
    margin-bottom: 30px;
}
.home-mission-text{
    margin-bottom: 50px;
}
.home-mission-text h2 {
    font-size: 20px;
}
.mission-arrow a {
    font-size: 14px;
}
.mission-arrow a img {
    margin: 1px 0px 0px 10px;
}
.hunger-misson{
    padding: 40px 0px;
}
.articles-section {
    padding: 40px 0px;
}
.press-text-link{
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.article-text {
    margin-bottom: 20px;
}
.article-text p{
    margin-bottom: 15px;
}
.videos-section .mission-video {
    height: 300px;
}
.need-continue h4 {
    margin-top: 12px;
    margin-bottom: 35px;
}
.cus-justify .press-videos {
    height: 170px;
}
.videos-section {
    padding: 0px 0px 0px;
}
.news-coverage .press-videos {
    height: 150px;
}
.input-container {
    width: 100%;
}
.home-text p{
    font-size: 15px;
}
.director-content:hover .executive-team-col-absolute, .executive-team-col:hover .executive-team-col-absolute {
    top: -99px;
}
.director-content:hover .executive-team-col-absolute, .executive-team-col:hover .executive-team-col-absolute {
    top: -99px;
    left: 0;
    right: 0;
    width: 100%;
}
.director-content:hover:nth-child(3n) .executive-team-col-absolute, .executive-team-col:hover:last-child .executive-team-col-absolute {
    left: 0;
    top: -104px;
}
.business-partnership::after {
    left: -146px;
    top: -110px;
    z-index: -1;
}
.business-partners-img {
    margin-bottom: 8px;
}
.business-partners-img{
	margin-right:0px;	
}
.business-partners-flex{
    justify-content:space-between;		
}
}
@media screen and (max-width:575px){
    .about-us-flex{
        flex-wrap: wrap;
    }
    .about-us-text {
    width: 100%; 
    }
    .about-us-btn a {
    margin-top: 0px;
   }
   .chairman-video-section {
    height: 205px;
}
.hunger-donars-text h4, .newsletter-text h4{
    margin-bottom: 10px;
}
.custom-prize{
    margin-right: 8px;
}
.cus-check-prize {
    margin: 25px 0px;
}
.payment-methods {
    margin: 30px 0px 10px;
}
.the-blog-img-text{
    margin-bottom: 15px;
}
h1 {
    font-size: 25px;
}
footer{
    padding: 20px 0px 30px;
}
.video-border {
    width: 40px;
    height: 40px;
}
.send-btn {
    width: 30px;
}
.get-in-touch .text {
    font-size: 12px;
    font-weight: 600;
}
.get-in-touch h6{
    margin-bottom: 10px;
}
.get-in-touch .text-id{
    font-size: 15px;
}
.hunger-donars-text form input[type="tel"], .new-letter-form form textarea, .new-letter-form form input[type="email"], .new-letter-form form input[type="text"]{
    margin-bottom: 15px;
    font-size: 12px;
}
.new-letter-form form textarea{
    min-height: 75px;
    padding: 10px;
}
.h-socail-icons {
    display: none;
}
.executive-text h3 {
    font-size: 18px;
}
.executive-text h5 {
    font-size: 13px;
}
h2 {
    font-size: 22px;
}
.hexagon{
    width: 100%;
}
input[type="file"] {
    font-size: 14px;
}
.blog-btn {
    margin-top: 25px;
}
.follow-us {
    margin-bottom: 30px;
}
.executive-team-col-absolute-text::before {
    width: 18px;
    height: 18px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}
}

.article-text h6 a {
    color: #000000;
    font-size: 18px;
}

.cus_blog_page {
    padding: 65px 0px;
}
.cus_blog_page h4 {
    margin-bottom: 35px;
}

.cus_blog_page .container {
    max-width: 900px;
}
.blog-card_blog-detail {
    max-width: 700px;
}
.blog-card_blog-detail .blog-date {
    font-size: 18px;
    font-weight: bold;
    color: rgba(48, 48, 48, 0.30);
}
.blog-card_blog-detail h5 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin: 20px 0px;
}
.cus-blog-paragraph {
    padding: 20px 0px;
}
.blog-card_blog-detail p {
    color: #000000;
    font-size: 17px;
    font-family: Myanmar Text;
    font-weight: 400;
    margin: 30px 0px;
}
.cus-buttons-pre-next {
    display: flex;
    justify-content: space-between;
    margin: 100px 0px 150px;
}
.cus-buttons-pre-next a {
    width: 187px;
    background-color: #0a64c8;
    text-align: center;
    padding: 12px;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 500;
}

.cus_blog_page h1{
    text-align:center;
}

.blog-card_blog-detail a img {
    width: 600px;
	object-fit: cover;
}
.blog_page_clients span {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
}
.error h1 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
}
input[type="submit"] {
    border-radius: 5px;
    color: #ffffff;
    padding: 8px 12px;
    min-width: 130px;
    text-align: center;
    font-size: 16px;
    border: none;
    background-color: #0A64C8;
    display: block;
}

/* input css */

.input-container {
  position: relative;
}

.input-container label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.input-container p {
    color: #999;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.input-container h4 {
    margin-bottom: 10px;
    font-weight: 900;
}

.focused label {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  font-size: .75em;
}

.input-container input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  -webkit-transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
}

.input-container input.filled {
  box-shadow: 0 2px 0 0 #cccc;
}

.input-container label {
    z-index: -1;
}
.input-container.w100 {
    width: 100%;
}
/**new-changes******/
.who-we-text {
    max-width: 1020px;
    margin: auto;
    text-align: center;
}
.who-we::after{
	display:none;
}






/* FOOOOOO */
/* FOOOOOO */

.unit-listing {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	padding-top: 20px
}

.unit-listing,
.unit-listing a .available-unit-grid {
	text-align: center;
	overflow: hidden
}

.unit-listing a {
    display: block;
}

.unit-listing a .available-unit-grid {
	width: 100%;
	/*display: inline-block;*/
	position: relative;
	overflow: hidden;
	-webkit-transition: margin .25s ease-out;
	-moz-transition: margin .25s ease-out;
	-ms-transition: margin .25s ease-out;
	-o-transition: margin .25s ease-out;
	transition: margin .25s ease-out;
	background-color: rgba(225, 245, 255, 0.30);
	padding: 1.5em;
	border: 1px solid #D8D8D8;
	/*-webkit-transition: margin .5s, border .5s;
	-moz-transition: margin .5s, border .5s;
	-ms-transition: margin .5s, border .5s;
	-o-transition: margin .5s, border .5s;
	transition: margin .5s, border .5s*/
}

.unit-listing a:hover .available-unit-grid {
	border: 1px solid #0A64C8
}

.unit-listing .plan__cell.is-expanded .available-unit-grid {
	/*border: 1px solid #0A64C8*/
}

.unit-listing a .available-unit-grid .available-unit-image {
	width: 100%;
	height: 200px;
	text-align: center;
	position: relative
}

.unit-listing a .available-unit-grid img.fpimg {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1em 0 1em 0
}


.unit-listing a .available-unit-grid h3 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 0;
	/*min-height: 70px;*/
	color: rgba(0, 0, 0, 0.80);
}

.unit-listing a .available-unit-grid h4 {
	font-size: 22px;
	line-height: 1em;
	font-weight: 400;
	color: #000;
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	-ms-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out;
	margin-bottom: .25em;
	font-weight: 700;
	margin-top: 1em;
	text-transform: uppercase
}

.unit-listing a .available-unit-grid h4.listing-unit-name {
	color: #000;
	text-transform: none
}

.unit-listing .plan__cell.is-expanded .available-unit-grid h4 {
	opacity: 0
}

.unit-listing .plan__cell.is-expanded .available-unit-grid h4.listing-unit-name {
	opacity: 1
}

.unit-listing a .available-unit-grid h4 img {
	width: 175px;
	height: 175px;
	-webkit-transition: margin .75s ease-out;
	-moz-transition: margin .75s ease-out;
	-ms-transition: margin .75s ease-out;
	-o-transition: margin .75s ease-out;
	transition: margin .75s ease-out;
	vertical-align: top
}

.unit-listing a:hover .available-unit-grid h4 img {
	margin-left: .25em
}

.plan__cell {
	float: left;
	position: relative;
	/*transform: scale(0);*/
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-ms-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out
}

.plan__cell.active {
	transform: scale(1)
}

.plan--basic {
	padding: 0 10px
}

.plan__cell.is-collapsed .plan--basic {
	cursor: pointer
}

.plan__cell.is-expanded .plan--expand {
	max-height: 5000px;
	margin-bottom: 20px
}

.plan--expand {
	position: relative;
	left: -10px;
	padding: 0 10px;
	box-sizing: content-box;
	overflow: hidden;
	max-height: 0;
	transition: max-height 1s ease-in-out, margin-bottom .1s .2s
}

.plan__cell.is-collapsed .arrow--up {
	height: 20px;
	width: 100%
}

.plan__cell.is-expanded .arrow--up {
	border-bottom: 15px solid #0A64C8;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	height: 0;
	width: 0;
	margin: 5px auto 0
}

.expand__close {
	position: absolute;
	z-index: 100;
	right: 31px;
	top: 11px;
	display: block;
	width: 46px;
	height: 46px;
	overflow: hidden;
	/*background-color: #000;*/
	cursor: pointer
}

.expand__close:hover {
	/*background-color: #000*/
}

.expand__close::after,
.expand__close::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 20px;
	top: 50%;
	left: 50%;
	margin: -1px auto 0 -10px;
	background: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.expand__close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.expand__close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.expand__close.black::after,
.expand__close.black::before {
	height: 4px;
	margin-top: -2px
}

.plan--large {
	max-width: calc(100% - 20px);
	height: auto;
	display: block;
	padding: 40px;
	margin: 0 auto;
	box-sizing: border-box
}

@media only screen and (max-width:486px) {
	.plan__cell {
		width: 100%
	}
	.plan--expand {
		width: 100%;
		left: 0;
		padding: 0
	}
}

@media only screen and (max-width:740px) and (min-width:487px) {
	.plan__cell {
		width: 50%
	}
	.plan__cell:nth-of-type(2n+2) .plan--expand {
		margin-left: -100%
	}
	.plan__cell:nth-of-type(2n+3) {
		clear: left
	}
	.plan--expand {
		width: 200%
	}
}

@media only screen and (max-width:1000px) and (min-width:741px) {
	.plan__cell {
		width: 33.333333%
	}
	.plan__cell:nth-of-type(3n+2) .plan--expand {
		margin-left: -100%
	}
	.plan__cell:nth-of-type(3n+3) .plan--expand {
		margin-left: -200%
	}
	.plan__cell:nth-of-type(3n+4) {
		clear: left
	}
	.plan--expand {
		width: 300%
	}
}

@media only screen and (min-width:1001px) {
	/*.plan__cell {
		width: 25%
	}
	.plan__cell:nth-of-type(4n+2) .plan--expand {
		margin-left: -100%
	}
	.plan__cell:nth-of-type(4n+3) .plan--expand {
		margin-left: -200%
	}
	.plan__cell:nth-of-type(4n+4) .plan--expand {
		margin-left: -300%
	}
	.plan__cell:nth-of-type(4n+5) {
		clear: left
	}
	.plan--expand {
		width: 400%
    }*/
    
    .plan__cell {
		width: 33.333333%
	}
	.plan__cell:nth-of-type(3n+2) .plan--expand {
		margin-left: -100%
	}
	.plan__cell:nth-of-type(3n+3) .plan--expand {
		margin-left: -200%
	}
	.plan__cell:nth-of-type(3n+4) {
		clear: left
	}
	.plan--expand {
		width: 300%
	}

}

.unit-detail {
    background-color: #0A64C8;
}

.unit-detail p {
    color: #fff;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 800px;
}

.covid-list-left, .half-left {
    width: calc(50% - 30px);
    float: left;
    margin-right: 30px;
}

.covid-list-right, .half-right {
    width: calc(50% - 30px);
    float: right;
    margin-left: 30px;
}

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

    .covid-list-left, .half-left,
    .covid-list-right, .half-right {
        margin: 0;
        padding: 0;
        float: none;
    }

}

.covid-list-left ul, .covid-list-right ul {
    margin: 0;
    padding: 0;
}

.covid-list-left ul li, .covid-list-right ul li {
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0;
}

.covid-list-bottom {
    width: 100%;
    clear: both;
    margin: 50px 0 0 0;
}

.covid-list-bottom h4 {
    margin: 0;
    padding: 0;
    font-weight: 900;
}

.covid-lists {
    width: 100%;
    overflow: hidden;
}
.covid-text {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.covid-text h3 {
    font-weight: 900;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
}
.rescue-text h5 {
    color: #0A64C8;
    font-weight: 900;
    margin-bottom: 20px;
}

.gala-photo {
    padding-bottom: 66%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.gala-link a {
    display: block;
}
.event-gallery {
    padding-bottom: 40px;
}

.video-wrapper {
    position:relative;
    padding-bottom:56.25%;
    padding-top:0;
    height:0
}
.video-wrapper iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.hunger-blog-detail h2 {
    font-weight: 900;
    margin-bottom: 40px;
}

.hunger-blog-detail h5 {
    color: #0A64C8;
    font-weight: 900;
    margin-bottom: 5px;
}

.cus-blog-paragraph h6 {
    margin-bottom: 20px;
}

.food-rescue-img a {
    position: relative
}

.food-rescue-img a .covid-gallery-zoom {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 500;
    color: #fff;
}

.gala-logo {
    width: 250px;
    height: auto;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width:980px) {
    .gala-logo {
        width: 200px;
    }
}

@media only screen and (max-width:800px) {
    .gala-logo {
        width: 175px;
    }
}

@media only screen and (max-width:600px) {
    .gala-logo {
        display: none;
    }
}

.custom-prize {
    background-color: #fff;
}

.custom-prize button {
    background-color: #DEDEDE;
    color: #000;
}

.custom-prize button.active {
    background-color: #0A64C8 !important;
    color: #fff !important;
}

.business-partners-centered {
    width: 100%;
    text-align: center;
}

.business-partners-centered h4 {
    font-weight: 900;
    margin-bottom: 20px;
    color: #0A64C8;
}

.business-partners-centered .business-partners-img {
    width: 180px;
    margin: 0px 10px 20px 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    border: 1px solid #D8D8D8;
}

.business-partners-centered .business-partners-img.presenting {
    width: 245px;
}

.business-partners-centered .business-partners-img img {
    width: 100%;
    height: auto;
}

.purps {
    font-weight: 900;
    color: #0A64C8;
    margin-bottom: 15px;
}

.purpsPlain {
    color: #0a64c8;
}

.purpsBold {
    color: #0a64c8;
    font-weight: 900;
}

h4.menu-topper {
    color: #0A64C8;
    margin-bottom: 10px;
}

.gallery-photo-rotation-container {
    position: relative;
}

.gala-photo-rotation {
    padding-bottom: 66%;
    width: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery-photo-rotation-container .cycle-nav {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1000;
}

.gallery-photo-rotation-container .cycle-nav a {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.gallery-photo-rotation-container .cycle-nav img {
    width: 40px;
    height: 40px;
}

/* stuff */

.speakers-centered {
    width: 100%;
    text-align: center;
}

.speakers-centered h3 {
    font-weight: 900;
    margin-bottom: 20px;
    color: #0A64C8;
    font-size: 25px;
    margin-top: 20px;
}

.speakers-centered p {
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    margin-bottom: 0;
}

.speakers-centered .speakers-centered-img {
    width: 275px;
    margin: 0px 25px 20px 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.speakers-centered .speakers-centered-img img {
    width: 100%;
    height: auto;
    border: 1px solid #D8D8D8;
}

.logo-right {
    width: 200px;
    height: auto;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.logo-type {
    width: 100%;
    padding-right: 250px;
}

@media only screen and (max-width:600px) {
    .logo-right {
        width: 200px;
        margin: 0 auto;
        padding-bottom: 30px;
        float: none;
    }

    
    .logo-type {
        padding-right: 0;
    }
}

.hh-subnav {
    background-color: #0A64C8;
    text-align: center;
    padding: 15px 0 15px 0;
}

ul#sidepage-nav{
	display:inline-block;
	position:relative;
	margin:0;
	z-index:1000;
	padding-left:0;
	-webkit-transition:padding-left .5s ease;
	-moz-transition:padding-left .5s ease;
	-ms-transition:padding-left .5s ease;
	-o-transition:padding-left .5s ease;
	transition:padding-left .5s ease
}
ul#sidepage-nav li{
	margin:5px 0;
	display:inline-block;
	max-width:none
}
ul#sidepage-nav li a{
	font-family: 'Muli', sans-serif;
	display:inline-block;
	position:relative;
	font-size:1.3rem;
	font-weight:900;
	line-height:1.45rem;
	margin:0 1rem;
	color:#fff;
	text-decoration:none;
	-webkit-transition:opacity .5s ease;
	-moz-transition:opacity .5s ease;
	-ms-transition:opacity .5s ease;
	-o-transition:opacity .5s ease;
	transition:opacity .5s ease
}
@media (max-width:1024px){
	ul#sidepage-nav li a{
		font-size:1.25rem;
		margin:0 .75rem
}
}
@media (max-width:845px){
	ul#sidepage-nav li a{
		font-size:1.15rem
}
}
ul#sidepage-nav li a:after{
	position:absolute;
	content:"";
	width:0;
	left:50%;
	bottom:-7px;
	height:1px;
	background:#fff;
	right:0;
	left:auto;
	opacity:0;
	transition:width .3s ease-in-out,opacity .1s linear .2s,background .5s;
	pointer-events:none
}
ul#sidepage-nav li a:hover:after{
	width:100%;
	left:0;
	opacity:1;
	transition:width .3s ease-in-out,opacity .2s linear,background .5s
}
ul#sidepage-nav li.active a{
	font-weight:900
}
ul#sidepage-nav li.active a:after{
	width:100%;
	left:0;
	opacity:1;
	transition:width .3s ease-in-out,opacity .2s linear,background .5s
}

.home-banner-overlay img {
    margin: 0 auto;
    width: 80%;
    height: auto;
    max-width: 275px;
    margin-bottom: 30px;
}

@media (max-width:900px){
    .home-banner-overlay img {
        margin: 0 auto;
        width: 80%;
        height: auto;
        max-width: 220px;
        margin-bottom: 30px;
    }
}



h2.purps {
    color: #0A64C8;
}

.owl-full-circle {
    margin-top: 30px;
}

.owl-images img {
    width: 100%;
    height: auto;
}

.info-logo {
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
    padding-bottom: 30px;
}

p.corpserv {
    margin-bottom: 5px;
    font-weight: 900;
    color: #0A64C8;
}

.menu-title {
    margin: 20px 0 20px 0px;
    padding: 0 0 20px 0px;
    border-bottom: 1px solid #CBCBCB;
}

.menu-title:first-of-type {
    margin-top: 0;
}

.menu-title h2 {
    color: #000;
    font-size: 26px;
    margin: 0;
    padding: 0;
    font-weight: 900;
}

.menu-title p {
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: 400;
}

.blog-flex.adjflex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}

@media (max-width:800px){
    .blog-flex.adjflex {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 30px;
    }
}

.blog-flex.adjflex img {
    width: 100%;
    height: auto;
}

.menu-section {
    margin: 0 0 20px 0px;
    padding: 0 0 20px 0px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width:900px){
    .menu-section {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:600px){
    .menu-section {
        grid-template-columns: 1fr;
    }
}

.menu-section .menu-item {
    padding-right: 20px;
    padding-bottom: 20px;
}

.menu-section .menu-item h4 {
    font-size: 17px;
    font-weight: normal;
}

.menu-section .menu-item h4 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    color: #000;
}

.menu-section .menu-item p {
    font-size: 15px;
}

.menu-section .menu-item img {
    width: 30%;
    height: auto;
    float: left;
    margin-right: 20px;
}

.menu-item-text {
    padding-left: 35%;
}

.hh-trinav {
    width: 100%;
    text-align: center;
    padding: 30px 0 30px 0;
}

ul#tri-nav{
	display:inline-block;
	position:relative;
	margin:0;
	z-index:1000;
	padding-left:0;
	-webkit-transition:padding-left .5s ease;
	-moz-transition:padding-left .5s ease;
	-ms-transition:padding-left .5s ease;
	-o-transition:padding-left .5s ease;
	transition:padding-left .5s ease
}
ul#tri-nav li{
	margin:5px 0;
	display:inline-block;
	max-width:none
}
ul#tri-nav li a{
	font-family: 'Muli', sans-serif;
	display:inline-block;
	position:relative;
	font-size:1.3rem;
	font-weight:900;
	line-height:1.45rem;
	margin:0 1rem;
	color:#0A64C8;
	text-decoration:none;
	-webkit-transition:opacity .5s ease;
	-moz-transition:opacity .5s ease;
	-ms-transition:opacity .5s ease;
	-o-transition:opacity .5s ease;
	transition:opacity .5s ease
}
@media (max-width:1024px){
	ul#tri-nav li a{
		font-size:1.25rem;
		margin:0 .75rem
}
}
@media (max-width:845px){
	ul#tri-nav li a{
		font-size:1.15rem
}
}
ul#tri-nav li a:after{
	position:absolute;
	content:"";
	width:0;
	left:50%;
	bottom:-7px;
	height:1px;
	background:#0A64C8;
	right:0;
	left:auto;
	opacity:0;
	transition:width .3s ease-in-out,opacity .1s linear .2s,background .5s;
	pointer-events:none
}
ul#tri-nav li a:hover:after{
	width:100%;
	left:0;
	opacity:1;
	transition:width .3s ease-in-out,opacity .2s linear,background .5s
}
ul#tri-nav li.active a{
	font-weight:900
}
ul#tri-nav a.active:after{
	width:100%;
	left:0;
	opacity:1;
	transition:width .3s ease-in-out,opacity .2s linear,background .5s
}

.halfMargin {
    margin-bottom: 15px !important;
}

#fullpopup,#fullpopupbg{
    height:100vh;
    left:0;
    position:fixed;
    top:0;
    width:100vw;
    z-index:9999999999
}
#fullpopup{
    display:none
}
#fullpopupbg{
    background-color:rgba(0,0,0,.65)
}
#fullpopupbox{
    background:#094779 none repeat scroll 0 0;
    left:50%;
    margin:0;
    width:95%;
    max-width:550px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    text-align:center;
    z-index:9999999999
}
#fullpopuptext{
    color:#000;
    margin:0;
    padding:0;
}
#fullpopuptext h2{
    color:#000;
    text-transform:uppercase;
    font-size:2.5em;
    line-height:1em;
    margin:0 0 .5em 0
}
#fullpopuptext h3{
    color:#c08d34;
    text-transform:uppercase;
    font-size:1.15em;
    line-height:1.15em;
    margin:0 0 .25em
}
#fullpopuptext h4{
    color:#000;
    text-transform:uppercase;
    font-size:1em;
    line-height:1.15em;
    margin:0 0 1em
}
#fullpopuptext h5{
    color:#000;
    text-transform:uppercase;
    font-size:1.75em;
    line-height:1em;
    margin:0 0 .5em 0
}
#fullpopuptext h6{
    color:#000;
    text-transform:uppercase;
    font-size:1.15em;
    line-height:1.25em;
    margin:0 0 .25em
}
#fullpopuptext p{
    color:#000;
    font-size:1em;
    line-height:1.25em;
    padding:0 0 .5em;
    margin:0
}
#fullpopuptext a:active,#fullpopuptext a:link,#fullpopuptext a:visited{
    color:#000;
    text-decoration:underline
}
#fullpopuptext a:active:hover,#fullpopuptext a:link:hover,#fullpopuptext a:visited:hover{
    color:#000
}
#fullpopuptext a.btn:active,#fullpopuptext a.btn:link,#fullpopuptext a.btn:visited{
    display:inline-block;
    background-color:#000;
    color:#fff;
    padding:1em;
    text-decoration:none;
    font-weight:500;
    margin:1em auto 0
}
#fullpopuptext a.btn:active:hover,#fullpopuptext a.btn:link:hover,#fullpopuptext a.btn:visited:hover{
    background-color:#000
}
a#btn-x:active,a#btn-x:hover,a#btn-x:link,a#btn-x:visited{
    color:#000;
    font-size:2em;
    float:right;
    font-weight:900;
    margin:0;
    padding:7px 11px 5px;
    position:absolute;
    right:10px;
    text-decoration:none;
    top:10px
}
a#btn-x:hover{
    color:#03a9f4
}
@media (max-width:600px){
    #fullpopupbox{
        width:90%
    }
    #fullpopuptext{
        margin:0em;
        padding:0em
    }
    #fullpopuptext h2{
        margin:0;
        font-size:1.5em
    }
    #fullpopuptext h5{
        font-size:1.25em
    }
    #fullpopuptext h4{
        font-size:.85em
    }
    #fullpopuptext h6{
        font-size:.85em
    }
    #fullpopuptext p{
        font-size:.85em;
        line-height:1em
    }
    #fullpopuptext p.pop-up-disclaimer{
        font-size:.6rem;
        line-height:1.5em
    }
    a#btn-x:link{
        font-size:1.2em
    }
}

#mdiv {
    width: 25px;
    height: 25px;
    /*background-color: red;
    border: 1px solid black;*/
  }
  
  .mdiv {
    height: 25px;
    width: 2px;
    margin-left: 12px;
    background-color: black;
    transform: rotate(45deg);
    Z-index: 1;
  }
  
  .md {
    height: 25px;
    width: 2px;
    background-color: black;
    transform: rotate(90deg);
    Z-index: 2;
  }