﻿@charset "utf-8";

@import url("https://use.typekit.net/zlb3pgi.css");


/*===== Common CSS =====*/
/*===== HeaderFooter CSS =====*/
/*===== HomePage CSS =====*/
/*===== NewsMediaPage CSS =====*/
/*===== MissionPage CSS =====*/
/*===== PartnersPage CSS =====*/




/*===== Responsive CSS =====*/
 
/*===============================
  ===============================*/

 
/*===== Common CSS =====*/
/*
font-family: 'gravesend-sans';
font-family: 'effra';
*/ 

:root {
    --FH-titleFont: 'gravesend-sans', sans-serif;
    --FH-textFont: 'effra', sans-serif;
    
    --FH-white: #ffffff;
    --FH-black: #000000;
    --FH-hoverBlack: #333333;
    --FH-blue: #12a1ed;
    --FH-hoverBlue: #1a8dca;
    --FH-grey: #dfe6e9;

}

body {
    padding: 0; margin: 0; font-family: var(--FH-textFont); color: var(--FH-black); position: relative;
    text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale;
}

body,
.PartnersWrp p,
.PartnersWrp p a,
.pointBox .textBody p,
.pointBox .textBody p a {
    font-size: 17px; font-weight: 300; line-height: 25px;
}


* { box-sizing:border-box; }
*:hover { -webkit-transition: all ease-out 0.3s; -moz-transition: all ease-out 0.3s; -o-transition: all ease-out 0.3s; transition: all ease-out 0.3s; }
*:focus, .btn-default-focus { box-shadow: none !important; outline:none !important; }

.loader { 
    width:100%; height:100%; position: fixed; left:0; top:0; z-index: 101; display: table; 
    transition:0.3s ease-in-out; -webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; 
    background:var(--FH-white);
}
.loader .center-box { display: table-cell; vertical-align: middle; text-align: center; }
.loader img { width: 292px; height: 199px; object-fit: contain;  transition:0.2s ease-in-out; position: relative; z-index: 2; }

body.pageLoad { overflow: auto; }
body.pageLoad .loader { left: 100%; }




h2, h3, .modal-header .modal-title, .btn, .navbar-nav .nav-link { 
    font-family: var(--FH-titleFont);
}

h1, h2, h3, h4, h5, h6, p, ul { padding: 0; margin: 0; }

h1.FH-Logo { font-size: inherit; }
h1.FH-Logo a,
h1.FH-Logo img { width: 230px; height: 159px; object-fit: contain; display: block; }


h2 { font-size: 53px; font-weight: bold; line-height: 60px; color: var(--FH-white); text-transform: uppercase; text-align: center; }
h3 { font-size: 40px; font-weight: bold; line-height: 50px; color: var(--FH-black); text-transform: uppercase; text-align: center; }
h3 .blue { color: var(--FH-blue); display: block; }

h4 { font-size: 30px; line-height: 36px; font-weight: normal; color: var(--FH-black); }

h5.FH-Logo { font-size: inherit; }
h5.FH-Logo img { width: 170px; height: 116px; object-fit: contain; display: block; }

h6 { font-size:17px; font-weight: normal; text-align: center; }



p { margin:0 0 25px; }
p:last-child { margin:0; }

img, svg { border: none; vertical-align: middle; max-width: 100%; }
ul li { list-style: none; }

a { font-family: var(--FH-headingFontMedium); cursor: pointer; color:var(--FH-black); font-weight: normal; outline: none !important; text-decoration: none; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
a:hover, a:focus { text-decoration: none; }
a, input, button, textarea, a:focus, select:focus { outline: none; }
a:hover, a:focus, select:focus, button:focus { outline: none; text-decoration: none; }
button, input, textarea { outline: none; -webkit-appearance: none; -moz-appearance: none; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }


.btn {
    font-size:21px; font-weight: bold; padding:7px 60px 9px; border: none;
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
}

.primaryBtn {
    color: var(--FH-white); background: var(--FH-blue);
}
.primaryBtn:hover, .primaryBtn:focus {
    color: var(--FH-white); background: var(--FH-hoverBlue);
}

.secondaryBtn {
    color: var(--FH-white); background: var(--FH-black);
}
.secondaryBtn:hover, .secondaryBtn:focus {
    color: var(--FH-white) !important; background: var(--FH-hoverBlack);
}

.link {
    font-size:15px; color: var(--FH-blue) !important; text-transform: uppercase;
}
.link:hover {
    text-decoration: underline;
}


.container-fluid { max-width:1570px; }
.container { max-width:1370px; }


header, main, footer { z-index: 2; position: relative; }
header, section, footer { padding-left:50px !important; padding-right:50px !important; filter: blur(0); -webkit-filter: blur(0); -moz-filter: blur(0); }

.modal-open header, .modal-open main, .modal-open footer { filter: blur(8px); -webkit-filter: blur(8px); -moz-filter: blur(8px); }


/*===== *************** =====*/



/*===== HeaderFooter CSS =====*/
header {
    padding:10px 0 15px; position: relative; z-index: 11;
}
header .container-fluid {
    display: flex; justify-content: space-between; align-items: flex-end;
}


.navbar-nav {
    align-items: center; margin:0 0 15px;
}
.navbar-nav .nav-link, .navbar-nav .btn { 
    font-size:18px; color: var(--FH-black); font-weight: 500;
}
.navbar-nav .nav-link {
    padding:0 3px !important; position: relative; display: block; text-align: center;
}
.navbar-nav .nav-link::after {
    content: ""; display: block; position: absolute; left:0; right:0; bottom:-8px; background: var(--FH-blue); width:0; height:5px; margin: auto;
    transition:0.2s ease-in-out; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out;
}
.navbar-nav .btn { 
    color: var(--FH-white); padding:7px 25px 9px;
}

.navbar-nav .nav-item {
    margin:0 32px 0 0;
}
.navbar-nav .nav-item:last-child {
    margin:0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    font-weight: bold;
}
.navbar-nav .nav-link.active::after, 
.navbar-nav .nav-link:hover::after {
    width:100%;
}



footer, footer .container-fluid {
    position: relative; z-index: 1;
}
footer img.FH-LogoIcon {
    position: absolute; right:0; bottom:0; width:180px; z-index: 0;
}

.logoMenuBelt { 
    padding:15px 0; display: flex; justify-content: space-between;  align-items: flex-end;
}
.footerMenu { 
    display: flex; flex-wrap: wrap; align-items: center;
}
.footerMenu li {
    margin:0 40px 0 0;
}
.footerMenu li a {
    text-transform: uppercase;
}
.footerMenu li a:hover {
    color: var(--FH-blue);
}
.footerMenu li .secondaryBtn {
    margin:0 0 4px;
    padding:7px 80px 9px;
}


.copyRight { 
    padding:25px 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;
}
.copyRight h6 { 
    margin:0 20px 0 0;
}
.copyRight .LogistiWerx-Logo, .copyRight .LogistiWerx-Logo img { 
    width:190px; display: block; 
}

/*===== *************** =====*/



/*===== HomePage CSS =====*/
.bannerWrp { 
    padding:400px 0 50px; position: relative; overflow: hidden; background: var(--FH-black);
}
.bannerWrp .container,
.bannerWrp .container-fluid {
    position: relative; z-index: 2;
}
.bannerWrp .container .text {
    padding:15px 100px 20px;
    background-image: -moz-linear-gradient( 0deg, rgba(0,0,0,0) 1%, rgba(0,0,0,0.25) 13%, rgba(0,0,0,0.50196) 49%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.25) 89%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(0,0,0,0) 1%, rgba(0,0,0,0.25) 13%, rgba(0,0,0,0.50196) 49%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.25) 89%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(0,0,0,0) 1%, rgba(0,0,0,0.25) 13%, rgba(0,0,0,0.50196) 49%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.25) 89%, rgba(0,0,0,0) 100%);
}


.bannerWrp .iframeBox {
    position: absolute; z-index: 0; left:0; top:0; width: 100%; padding-bottom: 56.25%;
}
.bannerWrp .iframeBox iframe {
    position: absolute; top: -25%; left: 0; width: 100%; height: 100%;
}

.bannerWrp .iframeBox img {
    width: 100%; height:100%; object-fit: cover; display: none;
}

.bannerWrp .imgBox {
    position: absolute; z-index: 0; left:0; top:0; width: 100%; height:100%;
}
.bannerWrp .imgBox img {
    width: 100%; height:100%; object-fit: cover;
}


.bannerWrp .overlay {
    position: absolute; left:0; top:0; width:100%; height:100%; z-index: 1; background: black; opacity: 0.43;
}


.bannerWrp .container-fluid.position-absolute {
    position: absolute; left:0; right:0; top:25px; z-index: 2;
    display: flex; justify-content: space-between; align-items: center;
}
.bannerWrp .tagLine {
    padding:10px 15px; position: relative; max-width:75%;
}
.bannerWrp .tagLine::before {
    content: ""; display: block; position: absolute; left:-500px; right:0; top:0; bottom:0; z-index: 1;
    background-image: -webkit-linear-gradient( 0deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.25) 85%, rgba(0,0,0,0) 100%);
}
.bannerWrp .tagLine p { font-size:25px; color: var(--FH-white); font-weight: 500; position: relative; z-index: 2; }

.bannerWrp .PoweredBy a {
    display: flex; align-items: center; padding:5px 25px; background: rgba(255,255,255,0.75); border-radius: 35px;
    box-shadow: 0 0 0 0 #1da8f3;
}
.bannerWrp .PoweredBy a p { font-size:90%; margin:0 12px 0 0; color: #091855; }
.bannerWrp .PoweredBy a img { display: block; width:150px; }

.bannerWrp .PoweredBy a:hover {
    background: rgba(255,255,255,1); box-shadow: 0 2px 0 2px #1da8f3;
}


.overviewWrp {
    padding:100px 0;
}
.overviewWrp h3 {
    margin:0 0 35px;
}

.overviewWrp .iconText { 
    display: flex; flex-direction: column; align-items: center; height: 100%;
    background: var(--FH-grey); padding:20px; text-align: center;
}
.overviewWrp .iconText h4 b {
    display: block;
}
.overviewWrp .iconText img.icon { 
    width:85px; height:85px; object-fit: contain; margin:0 0 20px;
}

.overviewWrp .iconText.horiZontal { 
    background: transparent; padding:0; margin:80px 0 0 0; height: auto; flex-direction: row; text-align: left;
}
.overviewWrp .iconText.horiZontal img { 
    min-width:140px; max-width: 140px; height:110px; margin:0 20px 0 0;
}
.overviewWrp .iconText.horiZontal h4 b {
    display: inline-block;
    word-break: break-all;
}



/* Modal CSS */
.modal.fade { 
    background: rgba(255,255,255,0.25);
}
.modal-open { 
    padding:0 !important;
}

.modal-dialog { 
    width:1500px; max-width:90%;
}
.modal-content { 
    background: transparent; border: none; 
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
}

.modal-header { 
    background: var(--FH-black); padding:10px 25px 12px; border: none;
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.modal-header .modal-title { 
    color: var(--FH-white); font-size:24px; line-height: 36px; font-weight: bold;
}
.modal-header .btn-close {
    padding:0; margin:0; width:25px; height:25px; opacity: 1;
    background: url("../images/ModalClose-Ic.svg")no-repeat center center / contain;
}

.modal-body { 
    padding:30px 0; border: none;
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
}



.form-group { 
    margin:0 0 30px; position: relative;
}
.form-group span.arrow {
    position: absolute; right:20px; top:1px; bottom:0; margin: auto; pointer-events: none;
    width:0px; height:0px; opacity: 0.75;
    border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 8px solid white;
}
.form-control { 
    width:100%; height:50px; display: block; padding:0 15px 2px; color: var(--FH-white) !important; font-size:18px;
    background: rgba(0,0,0,0.3); border:2px solid rgba(255,255,255,0.5);
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
}
textarea.form-control { 
    height:110px; padding:8px 15px;
}

::-webkit-input-placeholder { /* Edge */
  color: #c3c3c3 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c3c3c3 !important;
}

::placeholder {
  color: #c3c3c3 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control:focus { 
    background: rgba(0,0,0,0.6); border:2px solid rgba(255,255,255,1);
}

.form-group .error {
    text-align: left; font-size: 15px; color: red;
}

a#sniper_load img {
    width: 30px; padding-left: 7px;
}

/*===== *************** =====*/



/*===== NewsMediaPage CSS =====*/
.innerPageTitle {
    padding:50px 0; background: var(--FH-grey); 
    box-shadow: inset 0 0 15px rgba(0,0,0,0.15);
}

.NewsMediaWrp {
    margin:85px 0;
}
.NewsMedia-Box {
    margin:15px 0; display: flex; align-items: center;
}

.NewsMedia-Box .img {
    min-width:280px; max-width:280px; height: 240px;
}
.NewsMedia-Box .img img {
    width:100%; height:100%; display: block; object-fit: cover;
}
.NewsMedia-Box .text {
    padding:15px 30px; width:calc(100% - 350px);
}
.NewsMedia-Box .text .date {
    font-style: italic; opacity: 0.5; margin:0;
}
.NewsMedia-Box .text p {
    margin:15px 0;
}
.NewsMedia-Box .text h4 {
    font-weight: 500; margin:10px 0 15px; text-transform: uppercase;
    transition:0.2s ease-in-out; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out;
}
.NewsMedia-Box .text .link {
    margin:30px 0 0; text-decoration: none;
}


.NewsMedia-Box * {
    color: var(--FH-black);
}
.NewsMedia-Box:hover .text h4 {
    color: var(--FH-blue);
}



.NewsMediaDetailWrp {
    margin:30px 0;
}
.NewsMediaDetailWrp .NewsMedia-Box {
    border: none; flex-direction: column; max-width:900px; margin: auto; text-align: left; padding:0;
}
.NewsMediaDetailWrp .NewsMedia-Box * {
    color: var(--FH-black) !important;
}
.NewsMediaDetailWrp .NewsMedia-Box .img,
.NewsMediaDetailWrp .NewsMedia-Box .img img {
    min-width:100%; max-width:1000px; height: auto; margin: auto; overflow: hidden;
}
.NewsMediaDetailWrp .NewsMedia-Box .text {
    padding:0 0 30px; width:100%; 
    display: flex; flex-direction: column; align-items: flex-start;
}
.NewsMediaDetailWrp .NewsMedia-Box .text h4 {
    margin:0;
}
.NewsMediaDetailWrp .NewsMedia-Box .text p {
    margin:25px 0 0; 
}
.NewsMediaDetailWrp .NewsMedia-Box .text p.mt-15 {
    margin-top:15px !important;  
}

.NewsMediaDetailWrp .NewsMedia-Box .text p b {
    font-weight: bold;
}
.NewsMediaDetailWrp .NewsMedia-Box .note {
    font-size: 75%; margin:15px 0; font-style: italic;
}

.NewsMediaDetailWrp .NewsMedia-Box h5 {
    font-weight: bold; margin:45px 0 -15px;
}

.NewsMediaDetailWrp .NewsMedia-Box .text a {
    color: var(--FH-blue) !important;
}
.NewsMediaDetailWrp .NewsMedia-Box .text a:hover {
    text-decoration: underline;
}



/*===== *************** =====*/



/*===== MissionPage CSS =====*/

.bannerWrp.innerPageBanner { 
    padding:230px 0 50px;
}

.MissionPointsWrp {
    margin:85px 0;    
}

.pointBox {
    display: flex; flex-direction: column; margin:15px 0;
}
.pointBox .textTitle {
    display: flex; align-items: center;
}
.pointBox .textTitle .titleIcon {
    min-width:56px; max-width:56px; height:56px; object-fit: cover; display: block;
}
.pointBox .textTitle h4 {
    font-weight: bold; padding:10px 20px;
}

.pointBox .textBody {
    background: #eef2f4; padding:25px 30px;
}
.pointBox .textBody .link,
.PartnersWrp p .link {
    text-transform: inherit;
}


.pointBox .textTitle.grey { background: var(--FH-grey); }
.pointBox .textTitle.lightBlue { background: #b7daec; }
.pointBox .textTitle.greyBlack { background: #3a3a3a; }
.pointBox .textTitle.greyBlack h4 { color: var(--FH-white); }


/*===== *************** =====*/



/*===== PartnersPage CSS =====*/
.PartnersWrp {
    margin:85px 0; text-align: center;
}
.PartnersWrp h4,
.PartnersWrp p {
    margin:20px 200px;
}

.PartnersWrp .partnersLogo {
    display: block; padding:15px; margin:15px 0; border:2px solid var(--FH-grey);
    box-shadow: 0 0 0 rgba(0,0,0,0.15); -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.15); -moz-box-shadow: 0 0 0 rgba(0,0,0,0.15);
}
.PartnersWrp .partnersLogo img {
    height:70px; width:300px; object-fit: contain; display: block; margin: auto;
}
.PartnersWrp .partnersLogo h4 {
    margin:20px 0 0; font-size: 24px;
}
.PartnersWrp .partnersLogo:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.15); -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
}





/*===== *************** =====*/




/*===== Responsive CSS =====*/
@media screen and (max-width: 1599px) {
    
    .loader img,
    h1.FH-Logo a,
    h1.FH-Logo img { width: 200px; height: 139px; }
    h2 { font-size: 48px; line-height: 55px; }
    h3 { font-size: 38px; line-height: 45px; }
    h4 { font-size: 27px; line-height: 32px; }
   
    
    header,
    section,
    footer {
        padding-left:25px !important; padding-right:25px !important; 
    }
    
    
    /* HeaderFooter CSS */
    .navbar-nav { margin:0 0 10px; }
    
    
    /* HomePage CSS */
    .bannerWrp .container-fluid.position-absolute {
        padding:0 35px;
    }

    
    
    /* Modal CSS */
    
    
    /* NewsMediaPage CSS */
    
    

}


@media screen and (max-width: 1364px) {
    body,
    .PartnersWrp p,
    .PartnersWrp p a,
    .pointBox .textBody p,
    .pointBox .textBody p a {
        font-size: 16px; line-height: 24px;
    }
    
    h1.FH-Logo a,
    h1.FH-Logo img { width: 180px; height: 125px; }
    h2 { font-size: 40px; line-height: 50px; }
    h3 { font-size: 32px; line-height: 38px; }
    h4 { font-size: 26px; line-height: 28px; }
    h6 { font-size: 15px; }
   
    .btn { font-size:20px; }
    
    header,
    section,
    footer {
        padding-left:0 !important; padding-right:0 !important; 
    }
    
    
    /* HeaderFooter CSS */
    .navbar-nav { margin:0; }
    .navbar-nav .nav-item {
        margin: 0 20px 0 0; 
    }
    .navbar-nav .nav-link,
    .navbar-nav .btn { font-size: 18px; }
    
    
    .footerMenu li { margin:0 25px 0 0; }
    .footerMenu li a { font-size: 16px; }
    .footerMenu li .secondaryBtn { margin:0; padding: 7px 50px 9px; }
    
    
    /* HomePage CSS */
    .bannerWrp {
        padding: 300px 0 50px;
    }
    .bannerWrp.innerPageBanner { 
        padding:180px 0 50px;
    }

    
    .overviewWrp {
        padding: 70px 0;
    }
    
    .overviewWrp .iconText img.icon {
        width: 75px; height: 75px; margin: 0 0 10px;
    }
    
    /* Modal CSS */
    
    
    
    /* NewsMediaPage CSS */
    .NewsMediaWrp,
    .MissionPointsWrp,
    .PartnersWrp {
        margin:65px 0;
    }
    
    
    /* MissionPage CSS */
    .pointBox .textBody {
        padding:20px 25px;
    }
    
    
    

}


@media screen and (max-width: 1199px) {
    
    .loader img,
    h1.FH-Logo a,
    h1.FH-Logo img { width: 180px; height: 125px; }
   
    h2 { font-size: 32px; line-height: 40px; }
    h3 { font-size: 30px; line-height: 36px; }
    h4 { font-size: 23px; line-height: 25px; }
    
    h5.FH-Logo img {
        width: 130px; height: 90px;
    }
    
    .btn { font-size: 18px; }
    
    
    /* HeaderFooter CSS */
    header {
        padding:5px 0 10px;
    }
    .navbar-nav .nav-item {
        margin: 0 15px 0 0;
    }
    .navbar-nav .nav-link,
    .navbar-nav .btn {
        font-size: 16px;
    }
    
    
    .footerMenu li { margin: 0 20px 0 0;}
    
    
    /* HomePage CSS */
    .bannerWrp .iframeBox iframe {
        top: -15%;
    }
    
    .bannerWrp .container-fluid.position-absolute {
        padding: 0 12px;
    }
    .bannerWrp .tagLine p { font-size:21px; }
    .bannerWrp .PoweredBy p { font-size:85%; }
    .bannerWrp .PoweredBy a img { display: block; width:120px; }
    
    
    .overviewWrp .iconText.horiZontal {
        margin:50px 0 0;
    }
    
    
    /* Modal CSS */
    .modal-header { padding:8px 15px 10px; }
    
    .form-control {
        font-size:16px; height: 46px;
    }
    
    /* MissionPage CSS */
    .pointBox .textTitle .titleIcon {
        min-width: 45px; max-width: 45px; height: 45px; 
    }
    .pointBox .textTitle h4 {
        padding:7px 15px;
    }

}


@media screen and (max-width: 991px) {
    
    
    /* HeaderFooter CSS */
    .navbar {
        position: inherit; padding:0;
    }
    .navbar-toggler {
        border: none; background: var(--FH-black); padding:4px 15px;
        border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
    }
    .navbar-toggler .navbar-toggler-icon {
        font-size:0; width:20px; height:2.5px; background: var(--FH-white); display: block; margin:7px;
    }
    
    .navbar-collapse {
        position: absolute; left:0; right:0; top:100%; background: rgba(255,255,255,0.85); padding:5px 0 15px;
    }
    .navbar-nav .nav-item { margin:5px 0 !important; }
    .navbar-nav .nav-link { padding:10px !important; }
    .navbar-nav .nav-link::after { 
        bottom:0; height:3px;
    }
    
    
    .logoMenuBelt {
        flex-direction: column; align-items: center;
    }
    .footerMenu {
        justify-content: center; margin:15px 0 0;
    }
    .footerMenu li {
        margin:10px 20px;
    }
    
    /* HomePage CSS */
    .bannerWrp .iframeBox iframe {
        top: 0;
    }
    
    
    .bannerWrp .container-fluid.position-absolute { flex-direction: column; }
    .bannerWrp .PoweredBy { margin:10px 0 0; }
    
    .bannerWrp .tagLine {
        max-width: 100%;
    }
    .bannerWrp .tagLine::before { left:0; background-image: -webkit-linear-gradient( 0deg, rgba(0,0,0,0) 1%, rgba(0,0,0,0.25) 13%, rgba(0,0,0,0.50196) 49%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.25) 89%, rgba(0,0,0,0) 100%); }
    .bannerWrp .tagLine p { font-size:18px; text-align: center; }
    
    
    
    .MissionPage .bannerWrp .iframeBox iframe {
        top: -20%;
    }
    
    .bannerWrp { padding: 250px 0 25px; }
    .bannerWrp.innerPageBanner { 
        padding:100px 0 50px;
    }
    .bannerWrp .container .text { padding:15px 20px 20px; }
    
    .overviewWrp .iconText {
        height: auto; margin:0 auto 15px; max-width:400px;
    }
    .overviewWrp .iconText.horiZontal {
        margin:30px auto 0; max-width:550px;
    }
    
    
    /* Modal CSS */
    
    
    
    /* NewsMediaPage CSS */
    .NewsMedia-Box .text {
        padding:15px 30px; width:calc(100% - 280px);
    }
    
    
    
    /* PartnersPage CSS */
    .PartnersWrp h4, .PartnersWrp p {
        margin: 20px 0;
    }
    
    

}


@media screen and (max-width: 767px) {
    body,
    .PartnersWrp p,
    .PartnersWrp p a,
    .pointBox .textBody p,
    .pointBox .textBody p a {
        font-size: 15px;
        line-height: 22px;
    }
    
    h3 { font-size: 26px; line-height: 30px; }
    
    
    /* HeaderFooter CSS */
    
    .footerMenu li .secondaryBtn { padding: 5px 35px 7px; }
    
    .copyRight {  flex-direction: column; }
    .copyRight h6 { margin:0 0 15px 0; }
    
    
    
    /* HomePage CSS */
    .bannerWrp .iframeBox {
        padding:0; height: 100%;
    }
    .bannerWrp .iframeBox iframe {
        display: none;
    }
    .bannerWrp .iframeBox img {
        display: block;
    }

    
    
    /* Modal CSS */
    
    
    
    /* NewsMediaPage CSS */
    .NewsMedia-Box {
        flex-direction: column; text-align: center; margin:10px 0;
    }
    .NewsMedia-Box .text {
        padding: 15px 10px; width:100%;
    }
    .NewsMedia-Box .text h4 {
        margin:15px 0;
    }
    
    
    /* MissionPage CSS */
    .pointBox .textBody {
        padding: 20px 15px;
    }
    

}


@media screen and (max-width: 575px) {
    
    h2 { font-size: 26px; line-height: 32px; }
    
    .btn { padding:7px 50px 9px; }
    
    
    /* HeaderFooter CSS */
    h1.FH-Logo a, h1.FH-Logo img {
        width: 160px; height: 112px;
    }
    
    .navbar-toggler { padding: 2px 12px 3px; }
    
    
    /* HomePage CSS */
    .bannerWrp { padding: 180px 0 20px; }
    .bannerWrp .container .text {
        padding: 15px 0 20px;
    }
    
    .overviewWrp .iconText.horiZontal {
        flex-direction: column; text-align: center;
    }
    
    /* Modal CSS */
    .modal-dialog { max-width: 100%; margin:0; padding:15px; }
    .modal-header .modal-title { font-size:19px; }
    
    .form-group { margin: 0 0 12px; }
    
    
    /* NewsMediaPage CSS */
    .NewsMedia-Box .img {
        min-width: 100%; max-width: 100%; height: auto; 
    }
    

}


/*===== *************** =====*/
