﻿/*@font-face {
    font-family: 'MyriadPro';
    src: url('fonts/myriadpe-webfont.eot');
    src: url('fonts/myriadpe-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpe-webfont.woff') format('woff'),
         url('fonts/myriadpe-webfont.ttf') format('truetype'),
         url('fonts/myriadpe-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProCondensed';
    src: url('fonts/myriadpro-cond-webfont.eot');
    src: url('fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MyriadPro';
    src: url('fonts/myriadpro-semibold-webfont.eot');
    src: url('fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}*/

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body, html, form, section{height:100%;}
html{font-size:16px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
@media (max-width:767px){html{font-size:12px;}}
body{font-family: 'Encode Sans Semi Condensed', sans-serif !important;font-size:1.15rem;letter-spacing:0.5px;font-weight:400;line-height:1.52857143;color:#606060;background-color:#fff;padding-top:170px;}
body p{font-size:1.28rem;line-height:1.7;}
input, button, select, textarea{font-family:inherit;font-size:inherit;line-height:inherit;}
a{color:#888888;text-decoration:none;}
a:hover, a:focus{color:#000;text-decoration:underline;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
p{margin:0 0 15px;}
body{opacity:0}
@media(min-width:1280px) and (max-width:100%px) {
    body{padding-top:162px;}
}
@media (min-width:1500px){.container{width:1440px;}}
body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#eee;cursor:pointer;}
body::-webkit-scrollbar{width:10px;cursor:pointer;}
body::-webkit-scrollbar-thumb{background-color:#97C94E;}
body::-webkit-scrollbar-thumb:hover{background-color:#002F67;}
.scrollup{position:fixed;bottom:5px;right:5px;display:none;z-index:1;font-size:30px;width:35px;height:35px;line-height:35px;text-align:center;text-shadow:2px 4px 1px #000;}
.scrollup{-webkit-animation:moveFromBottom 1000ms ease;-moz-animation:moveFromBottom 1000ms ease;-ms-animation:moveFromBottom 1000ms ease;}
a.scrollup{background:#97C94E;color:#fff!important;}
a.scrollup:hover{background:#b40a0a;color:#fff!important;}
.spacer1{clear:both;width:100%;height:10px;}
.spacer2{clear:both;width:100%;height:20px;}
.spacer3{clear:both;width:100%;height:30px;}
.spacer4{clear:both;width:100%;height:40px;}
.spacer5{clear:both;width:100%;height:50px;}
.border_panel{border:1px solid #ddd !important;padding:15px;}
.border{border:1px solid #ccc !important;}
.no-border{border:none !important}
.no-border-l{border-left:none !important;}
.no-border-r{border-right:none !important;}
.no-border-t{border-top:none !important;}
.no-border-b{border-bottom:none !important;}
.border-t{border-top:1px solid #ccc !important}
.border-b{border-bottom:1px solid #ccc !important}
.no-border-rad{border-radius:0px !important}
.no-shadow{box-shadow:none !important}
.no-margin{margin:0 !important;}
.no-margin-r{margin-right:0 !important;}
.no-margin-l{margin-left:0 !important;}
.no-margin-b{margin-bottom:0 !important;}
.no-margin-t{margin-top:0 !important;}
.no-margin-x{margin-left:0 !important;margin-right:0 !important;}
.no-margin-y{margin-top:0 !important;margin-bottom:0 !important;}
.marg-auto{margin:0 auto!important;}
.marg-t{margin-top:30px !important;}
.marg-b{margin-bottom:20px !important;}
.marg-ftr-t{margin-top:20px !important;}
.no-pad{padding:0 !important;}
.no-pad-l{padding-left:0 !important;}
.no-pad-r{padding-right:0 !important;}
.no-pad-t{padding-top:0 !important;}
.no-pad-b{padding-bottom:0 !important;}
.no-pad-x{padding-left:0 !important;padding-right:0 !important;}
.no-pad-y{padding-top:0 !important;padding-bottom:0 !important;}
.pad-x-15 {padding-left:15px; padding-right:15px;}
.pad-t{padding-top:40px !important;}
.pad-b{padding-bottom:40px !important;}
.pad-l{padding-left:15px;}
.pad-r{padding-right:15px;}
.pad-t-nav{padding-top:10px !important;}
.pad-b-nav{padding-bottom:10px !important;}
.p-30 {padding:30px;}
hr.solid{border:0;border-top:1px solid #ccc;}
hr.dotted{border:0;border-top:1px dotted #666;background:#292929;}
hr.dashed{border:0;border-top:1px dashed #ccc;background:#fff;}
hr.double{border:0;border-top:1px dashed #ccc;background:#999;}
.err{font-size:12px;color:#c80000;}
.text-initial{text-transform:initial !important;}
.text-blue{color:#0000;}
.text-orange{color:#002F67;}
.bg-orange, .orange-band, .btn-orange{background-color:#97C94E;}
.btn-orange:hover{background-color:#002F67;}
.orange-band{position:relative;height:25px;}
.orange-band::after{content:'';position:absolute;right:0;top:0;width:30px;height:100%;border-right:25px solid #fff;border-top:25px solid transparent;}
.text-white{color:#fff !important;}
.list{padding:0;margin:0 0 20px 20px;}
.list li{margin-bottom:5px;}
.list-inline{margin-left:0px !important;}
.list-inline li{margin-bottom:5px !important;}
.list-unstyled li{margin-bottom:5px !important;}
.list-col-2 li{width:48%;float:left;}
.list-col-2 li:nth-child(odd){margin-right:10px !important;}
.list-col-3 li{width:31%;float:left;}
.list-col-3 li:nth-child(1n+1){margin-right:15px !important;}
.list-bullet{padding:0;margin:0 0 20px 0;float:left;width:100%;display:block;}
.list-bullet li{list-style:none;padding:7px 20px;margin:0px;position:relative;}
.list-bullet li:before{content:"\f00c";font-family:FontAwesome;position:absolute;left:0px;top:auto;}
.img-border{border:1px solid #e7e7e7;max-width:100%;}
.fa-icon{padding-left:30px !important;position:relative;}
.fa-icon > .fa{position:absolute;top:5px;margin-left:-30px !important;}
.fa-icon > .fa-mobile{font-size:25px;}
.footer .fa-icon{padding-left:25px !important;}
.footer .fa-icon a{word-break:break-all;}
.footer .fa-icon > .fa{margin-left:-20px !important;top:4px;}
.fa-icon-40{padding-left:50px !important;position:relative;vertical-align:middle;line-height:normal;padding-top:5px;}
.fa-icon-40 > .fa{position:absolute;top:2px;margin-left:-50px !important;}
@media (max-width:640px){.list-col-2 li{width:100%;}
.list-col-2 li:nth-child(2n+1){margin-right:0px !important;}
.list-col-3 li{width:100%;}
.list-col-3 li:nth-child(1n+1){margin-right:0px !important;}
}
a, .btn{-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;}
.btn{font-size:inherit !important;}
.delay-05s{-webkit-animation-delay:0.5s;animation-delay:0.5s;}
.delay-06s{-webkit-animation-delay:0.6s;animation-delay:0.6s;}
.delay-07s{-webkit-animation-delay:0.7s;animation-delay:0.7s;}
.delay-08s{-webkit-animation-delay:0.8s;animation-delay:0.8s;}
.delay-09s{-webkit-animation-delay:0.9s;animation-delay:0.9s;}
.delay-1s{-webkit-animation-delay:1s;animation-delay:1s;}
.delay-15s{-webkit-animation-delay:1.5s;animation-delay:1.5s;}
.delay-2s{-webkit-animation-delay:2s;animation-delay:2s;}
.delay-25s{-webkit-animation-delay:2.5s;animation-delay:2.5s;}
.delay-3s{-webkit-animation-delay:3s;animation-delay:3s;}
ul.social_media{margin:0px;padding:0px;width:100%;}
ul.social_media li{display:inline-block;list-style-type:none;list-style-image:none;padding:0px;margin:0 4px 0 !important;border:none;vertical-align:top;}
ul.social_media li a{display:block;font-size:18px;transition:none .6s ease-in-out;-webkit-transition:none .6s ease-in-out;-moz-transition:none .6s ease-in-out;-o-transition:none .6s ease-in-out;-ms-transition:none .6s ease-in-out;}
ul.social_media li a:hover{display:block;}
ul.social_media .fa{padding:0px;margin:0px;font-weight:500;color:#fff;width:40px;height:40px;line-height:44px;vertical-align:middle;border-radius:100%;text-align:center;}
ul.social_media .fa:hover{color:#fff;border:transparent;}
.fa-facebook:hover, .fa-google:hover, .fa-google-plus:hover, .fa-linkedin:hover, .fa-youtube:hover, .fa-youtube-play:hover, .fa-tumblr:hover, .fa-twitter:hover, .fa-pinterest:hover, .fa-instagram:hover{background-color:rgba(0,0,0,0.5);transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;}
.fa-facebook{background#97C94E;}
.fa-google{background:#97C94E;}
.fa-google-plus{background:#d13f2d;}
.fa-linkedin{background:#97C94E;}
.fa-youtube{background:#ce332d;}
.fa-youtube-play{background:#ce332d;}
.fa-tumblr{background:#274152;}
.fa-twitter{background:#4dc8f1;}
.fa-pinterest{background:#cb2028;}
.fa-instagram{background:#3e739d;}
.breadcrumbs_panel{padding:15px 0;margin:0;position:relative;border-top:1px solid #e7e7e7;}
.breadcrumb{padding:0 !important;margin:0 !important;background-color:transparent !important;position:relative}
.breadcrumb li{padding:0;margin:0;list-style:none;font-size:13px;color:#323232;}
.breadcrumb li.active{color:#323232;}
.breadcrumb a{color:#323232;text-decoration:none;padding:0;}
.breadcrumb a:hover{color:#323232;text-decoration:underline;}
@media (max-width:767px){.breadcrumb:after{background:none;position:relative;height:0px;top:0px;}
}
.map-container{width:100%;height:100%;border:0px;float:left;position:relative;}
.map-container iframe{width:100%;height:250px;border:0px;pointer-events:none;float:left;}
.parallax-container{z-index:1;position:relative;min-height:300px;}
.form-control, .btn{border-radius:0px !important;resize:none;font-weight:500!important;}
.btn{white-space:normal !important;}
.form-control{background:#fff;border-color:#ccc;}
.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}
.col-xs-15{width:20%;float:left;}
@media (min-width:768px){.col-sm-15{width:20%;float:left;}}
@media (min-width:992px){.col-md-15{width:20%;float:left;}}
@media (min-width:1200px){.col-lg-15{width:20%!important;float:left;}
                          .footer .col-lg-15:nth-last-of-type(2){width:15%!important;float:left;}
                          .footer .col-lg-15:last-child{width:25%!important;}
}
.th{background:#97C94E;color:#fff;}
.tch{background:#eaeaea;color:#000;}
.tc{background:#f5f5f5;}
th{font-weight:normal;}
.btn-outline{background:none;border:1px solid #000000 !important;color:#000000;}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active, .open > .dropdown-toggle.btn-outline{}
.btn-outline:active, .btn-outline.active{box-shadow:none;}
.btn-outline.btn-sm{border-radius:0px;}
.fa-20{width:20px;text-align:center;}
.fa-25{width:25px;text-align:center;}
.fa-30{width:30px;text-align:center;}
@media (max-width:767px){.text-xs-center{text-align:center;}
.img-center{margin:0 auto;}
.text-xs-center{text-align:center;}
}
@media (min-width:992px){.text-md-right{text-align:right;}
.text-md-center{text-align:center;}
}
@media (min-width:1200px){.text-md-right{text-align:right;}
.text-md-center{text-align:center;}
}
@media (min-width:768px){.text-sm-center{text-align:center!important;}
}
.anchor-focus:before{display:block;content:" ";height:100px;margin-top:-100px;visibility:hidden;}
@media (max-width:991px){.anchor-focus:before{height:80px;margin-top:-80px;}
}
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.pace-inactive{display:none;}
.pace .pace-progress{background:#f0b325;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:5px;}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:normal;line-height:1.1;color:inherit;margin:0;}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}
.h1,.h2,.h3,h1,h2,h3{margin-bottom:10px}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}
.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}
small, .small{line-height:1.5!important;display:inline-block;}
.h1,h1{font-size:2rem !important;}
.h2,h2{font-size:1.9rem;color:#888888}
.h3,h3{font-size:1.7rem}
.h4,h4{font-size:1.6rem}
.h5,h5{font-size:1.4rem}
.h6,h6{font-size:1.2rem}
.heading{text-align:left;position:relative;display:block;width:100%;margin:0px auto 20px;padding:0;float:none;}
.heading h2, .heading h1, .heading h3{display:inline-block;font-weight:400;font-size:2.4rem;padding:0px;margin:0;color:#919191;}
.heading h3{font-size:1.8rem;}
.headline{position:relative;text-align:center;}
.headline h2, .headline h3{display:inline-block; background-color:#fff;padding: 0 25px;margin:0;position:relative;font-size:30px !important;text-transform:uppercase;}
.headline:after{content:'';position:absolute;top:15px;left:0;width:100%;height:7px;background-color:#f0b325;z-index:-1;}
.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
.wrapper{position:relative;width:100%;margin:0 auto;text-align:left;float:none;}
.wrapper, .navbar, .footer{max-width:1400px;margin-left: auto;margin-right: auto;}
.wrapper{min-height:100%;height:auto !important;height:100%;margin:0 auto -394px;}
.footer{position:relative;width:100%;margin:0 auto;}
.footer, .push{min-height:316px;clear:both;}
header{left:auto !important;right:auto !important;width:100%;}
.header{padding:10px 0;width:100%;background:#fff;-webkit-transition:all .50s ease;-moz-transition:all .50s ease;-ms-transition:all .50s ease;-o-transition:all .50s ease;transition:all .50s ease;}
.hdr_left{float:left;}
.hdr_left h1{padding:0;margin:0;}
.logo-inline{padding-left:0;margin:0px;list-style:none;}
.logo-inline > li{display:inline-block;padding:0px;}
.logo-inline > li:last-child{border-left:1px solid #ddd;padding-left:5px;}
.hdr_right{float:right;text-align:right}
.header .logo img, .hdr_center img{max-width:100%;height:100px;float:left;-webkit-transition:height 0.6s;-moz-transition:height 0.6s;transition:height 0.6s;}
.hdr_center img{height:97px;}
@media(min-width:1290px) and (max-width:2086px){
    .header .logo img{height:100px;}
}
.navbar{margin-bottom:0px;}
.hdr_right img{max-width:100%;height:100px;float:left;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;transition:all 0.6s;}
@media (max-width:480px){.logo-inline > li:last-child{display:none;}
}

@media (min-width:768px) and (max-width:1024px) {.hdr_right img{float:right;}
}
@media (min-width:1024px){
#navbar{position:relative;}
#navbar:before{display:block;background:#000;color:#fff;z-index:9;position:absolute;left:0;right:0;top:0px;width:0;height:100%;content:'';transition:all .5s;z-index:-1;}
.top-nav-collapse #navbar:before{width:100%;}
/*.top-nav-collapse{box-shadow:0px 0px 10px #333;}*/
.navbar-nav{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-pack: justify!important;justify-content:space-between!important;float:none !important;}
.top-nav-collapse .logo img{height:70px;}
.top-nav-collapse .header{padding:5px 0px;}
.top-nav-collapse .nav > li > a{line-height:40px !important;}
.top-nav-collapse ul.list-countdown{margin:0;}
.top-nav-collapse .hdr_right .btn-danger{margin-top:10px;}
.top-nav-collapse .hdr_right img, .top-nav-collapse .hdr_center img{height:80px;margin-top:5px;}
#navbar{background:#002F67;}
}
.header-menu{display:inline-block;float:right;-webkit-transition:height 0.6s;-moz-transition:height 0.6s;transition:height 0.6s;}
.navbar li{list-style-image:url(data:0);list-style:none;list-style-type:none}
.navbar, .navbar-nav{border:none !important;border-radius:0px !important;margin-bottom:0px !important;}
.nav > li > a{font-size:15px;font-weight:700;display:block !important;text-decoration:none;text-transform:uppercase;}
.navbar-nav li.active > a, .navbar-nav li a.active, .navbar-nav li a:focus{color:#97C94E!important;text-decoration:none !important}
.nav > li > a:hover, .nav > li > a:focus{background:transparent !important;}
.nav > li:hover >a{color:#fff !important;background:transparent !important;}
.nav > li > a{padding:0 15px !important;line-height:50px !important;margin-right:5px}
/*.nav > li > a:after{position:absolute;color:#b40a0a;font-size:25px;top:auto;right:0;display:inline-block;content:"\f105";font-family:'FontAwesome';-webkit-transition:all .50s ease;-moz-transition:all .50s ease;-ms-transition:all .50s ease;-o-transition:all .50s ease;transition:all .50s ease;}*/
.nav > li.dropdown:hover > a:after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg);}
@media (min-width:992px){.nav > li{display:block;}
.nav > li > a{color:#fff;}
.dropdown .dropdown-menu{visibility:hidden !important;opacity:0 !important;}
.dropdown:hover .dropdown-menu{visibility:visible !important;opacity:1 !important;display:block;padding:0px !important;border:0px solid #d3d3d3;-webkit-animation:fadeIn 300ms ease;-moz-animation:fadeIn 300ms ease;-ms-animation:fadeIn 300ms ease;}
.dropdown .dropdown-menu li{padding:0px !important;}
.dropdown .dropdown-menu > li > a{padding:8px 10px !important;white-space:normal!important;position:relative;font-size:15px;color:#fff;}
.dropdown .dropdown-menu li:hover > a{color:#FFFFFF; background-color:#97C94E;}
#navbar .nav > li:last-child > a{margin-right:0px}
}
.navbar-nav .mega-dropdown{position:static;padding:0;margin:0;}
.navbar-nav .dropdown-menu{width:auto;left:auto !important;border-radius:0px !important;min-width:250px;background:#002F67!important}
.navbar-nav .mega-dropdown-menu{left:0 !important;width:100% !important;border-radius:0px !important;}
@media (max-width:991px){.header{padding:10px 0px;box-shadow:0 5px 5px rgba(0,0,0,0.3)}
.nav > li >a{font-size:13px;}
.navbar-nav li a:hover, .navbar-nav li a.active{color:#ffff !important;text-decoration:none !important}
body{padding-top:88px;}
.logo img{height:68px!important;}
.hdr_center img{height:50px;}
.navbar-nav > li{border-bottom:1px solid #ccc;}
.nav > li > a{padding:10px 20px 10px 10px !important;margin-right:10px;line-height:30px !important;}
.navbar-nav .dropdown-menu{min-width:100%;}
.navbar-nav .open .dropdown-menu > li > a{padding:10px !important;}
#navbar .container{position:relative;width:auto;padding:0px;}
.hdr_right img{display:none}
}
@media (min-width:991px) and (max-width:1200px){.nav > li > a{padding:10px 8px !important;font-size:14px;line-height:30px !important;}
}
@media (max-width:640px){body{padding-top:70px;}
.logo img{height:40px!important;}
.hdr_center img{height:28px;}
body{padding-top:50px;}
.header{padding:5px 0;}
}
@media (max-width:640px){

}

.footer{font-weight:normal;background:#002F67;font-size:13px;color:#fff;}
.ftr_row{border-bottom:1px solid rgba(255,255,255,0.1);padding:40px 0px;}
.footer h3, .footer h4{text-transform:uppercase;padding:0;margin:0;font-size:.81rem;font-weight:bold;}
.footer p{font-size:.9rem;}
.footer a{color:#ddd;}
.footer a:hover{color:#fff;}
.ftr_top{background-color:#97C94E;padding:10px 0px 5px;}
.ftr_top ul.list-inline{padding:0;margin:0;width:100%;display:table;}
.ftr_top .col-sm-8:nth-child(2) ul.list-inline{text-align:right;}
.ftr_top ul.list-inline > li{vertical-align:middle;}
.ftr_top .input-group{max-width:250px;width:auto;}
.ftr_top .input-group .input-group-addon{color:#ccc;background-color:rgba(0,0,0,0.5);border:0px solid rgba(0,0,0,0.5);border-radius:0px;}
.ftr_top .input-group .input-group-addon a{color:#fff;}
.ftr_top .input-group .form-control{background-color:rgba(0,0,0,0.5);border:0px solid rgba(0,0,0,0.5);padding-left:0px;padding-right:0px;color:#ccc;}
.ftr_top .input-group .form-control:focus{-webkit-box-shadow:none;box-shadow:none;}
ul.ftr_links{padding:0;margin:0 0 20px 0;list-style:none;}
ul.ftr_links li{padding:0px;margin:0 5px 8px 0;list-style:none;line-height:normal;}
ul.ftr_links li a{position:relative;padding-left:14px;display:inline-block;}
ul.ftr_links li a:before{content:"";top:5px; left:0px;text-decoration:none!important;position:absolute;width:4px;height:4px;background-color:#ddd;}
ul.ftr_links li > a:hover:before{text-decoration:none!important;}
.ftr_copy{text-align:center;}
.ftr_links1{ text-transform:uppercase;}
.ftr_links1 li a{ color:#fff; font-weight:bold; padding-left:0px !important;}
.ftr_links1 li a:before{display:none;}
.ftr_bottom ul {text-align:center;}
@media (max-width:1024px){
.ftr_bottom ul, .ftr_bottom table {text-align:center; margin:0 auto;}
}
@media (max-width:1025px){.ftr_top ul.list-inline > li{display:table;width:100%;}
.ftr_top .input-group{float:right}
}
@media (max-width:992px){.ftr_bottom,.ftr_copy{text-align:center}
}
@media (max-width:767px){.ftr_top ul.list-inline{text-align:center!important;margin-bottom:0;}
.ftr_bottom,.ftr_copy, .ftr_middle{text-align:center}
.ftr_top .input-group{float:none;margin:0 auto}
.footer, .footer p{font-size:13px;line-height:1.8;}
.footer h3, .footer h4{font-size:17px;}
}
#visual_container{position:relative;}

@media(min-width:1280px) and (max-width:1400px){
    #visual_container{margin-top:-30px;}
}

.home_row{padding-top:50px;padding-bottom:50px;}
.home_text p{margin-bottom:35px;}
.width100{width:100%!important;}

.submenu{margin-bottom:30px;}
ul.leftmenu{text-align:left;padding:0;margin:0 0 5px 0 !important;border:1px solid #ddd;border-right-width:0;border-left-width:0;}
ul.leftmenu > li{padding:0;margin:0;list-style:none;position:relative;background:#002F67;transition: all .2s ease-in-out;}
ul.leftmenu > li:hover{background:#97C94E;}

ul.leftmenu a{display:block;text-decoration:none !important;color:#fff;position:relative;font-size:17px; padding:8px 15px;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;}
ul.leftmenu a:hover{color:#fff}
ul.leftmenu > li.active a{background-color:#fff;color:inherit; padding-right:30px;}
ul.leftmenu > li.active a:after{position:absolute;font-size:25px;right:10px;top:0;vertical-align:middle;display:inline-block;content:"\f105";font-family:'FontAwesome';}
@media (max-width:991px){#offcanvas-subtoggle{background:#97C94E!important;padding:0px;float:left;width:100%;margin-left:0px;margin-bottom:20px;}
.navbar-offcanvas-aside{padding-left:0!important;padding-right:0px!important;}
ul.leftmenu{margin:0!important;}
ul.leftmenu a{font-size:14px;}
}
.verification_box{display:table;max-width:250px;float:left;margin-bottom:10px;}
.captcha_code{width:100px;padding:0px;display:table-cell;vertical-align:middle;text-align:center;}
.captcha_img{width:100px;display:table-cell;vertical-align:top;}
.captcha_refresh{width:auto;display:table-cell;padding:0 10px;text-align:right;vertical-align:middle;}
@media only screen and (max-width:991px){.resp-table table, .resp-table thead, .resp-table tbody, .resp-table tfoot, .resp-table th, .resp-table td, .resp-table tr{display:block;}
.resp-table thead tr{position:absolute;top:-9999px;left:-9999px;}
.resp-table tr{border:1px solid #eee;}
.resp-table td{border:none;border-bottom:0px solid #eee;position:relative;padding-left:30% !important;white-space:normal;text-align:left;}
.resp-table td:before{position:absolute;top:6px;left:6px;width:25%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:normal;color:#000;}
.resp-table td:before{content:attr(data-title);}
.resp-table td{width:100%;min-height:40px;}
.resp-table tr{margin-bottom:10px;}
}
@media only screen and (max-width:480px){.resp-table td{padding:30px 6px 10px !important;width:100% !important;}
.resp-table td:before{width:100% !important;padding-left:0px;padding-right:0px;}
}
.core-committee-list{padding:0;margin:0 -5px;}
.core-committee-list li h3{margin-top:10px;}
.core-committee-list li{margin-bottom:15px !important;float:none;display:inline-block;width:33%;padding:0 5px;text-align:center;vertical-align:top;}
.core-committee-list li img{margin:0 auto;border:1px solid #ddd; width:150px;}
.core-committee-list li .members-content{margin-bottom:40px;}
@media(min-width:992px){.core-committee-list li.col-md-6{width:49.75%;}
}
@media(min-width:768px) and (max-width:992px){.core-committee-list li{width:49.76666%;}
}
@media(max-width:767px){.core-committee-list li{width:100%;}
}
.chief-message-box{position:relative;}
.chief-message-box > h2{width:235px;color:#97C94E;margin-bottom:30px;font-weight:500;}
.chief-message-box > .chief-author{align-self:flex-end;border-bottom:30px solid #b40a0a;}
.chief-message-box > .chief-img{position:absolute;bottom:0;right:0;}
@media(max-width:767px){.chief-message-box > .chief-img{position:relative;}
.chief-message-box > h2{width:100%;}
.chief-message-box > .chief-author{border-bottom-width:15px;}
}

.media li { padding:15px 0; margin:0 !important;} 
.media li:not(:last-child) {border-bottom:1px solid #cecece;}
.media li .link {font-size:18px; line-height:20px; margin-bottom:5px; display: block;color: #002F67;}
.media li .details span {margin-right:15px;font-size: 16px;text-transform: capitalize;}
.media li .details span:first-child {font-size: 16px;}
.media li .details .fa {margin-right:10px;font-size: 16px;}

@media(max-width:767px) {
.media li .details span {display:block; margin-bottom:5px;}
}

@media(min-width:768px){
 .fancybox-xs{pointer-events:none; float: left;} 
}

.sponsors_container{background:#fff;padding:0;margin:15px 0 0 0;color:#fff;text-align:center}
.sponsors_container h3{margin:0 0 20px;color:#005a7f}
.sponsors_list{position:relative;background:#fff;padding:0px 20px;display:block;width:100%;border:1px solid rgba(255,255,255,0.5)}
/*.sponsors_list a{display:inline-block;width:175px;height:100px;margin:0 10px;text-decoration:none;}*/
.sponsors_list h4 {font-size:16px; color:#727376}
.sponsors_list h5 {font-size:13px; color:rgba(0,0,0,0.5); text-transform:capitalize;}
.sponsors_list img{border:0px solid #eee;display:inline-block;height:80px; padding:0 25px; max-width:100%;-webkit-transition:all .50s ease;-moz-transition:all .50s ease;-ms-transition:all .50s ease;-o-transition:all .50s ease;transition:all .50s ease;}
.sponsors_list .box{width:180px; max-width:250px; margin:0 15px; white-space:normal; vertical-align:top;  display:inline-block;}

@media(min-width:992px){.sponsors-list li.col-md-6{width:49.75%;}
}
@media(min-width:768px) and (max-width:992px){.sponsors-list li{width:49.76666%;margin-bottom:15px !important;}
}
@media(max-width:767px){
    .sponsors-list li{width:100%;margin-bottom:15px !important;}
    .bronze li  {width:100% !important;}
    .sponsors-list li h5 {font-size: 1.2rem;}
    .sponsor_border {border:none;}
}

.committee-members .container-accordian{margin-bottom:0;} 
/* Video Player*/
#videoplayer  {position:fixed;display:none; z-index:1000; width:400px; bottom:-317px; right: 75px; padding:0px; border-radius: 5px 5px 0 0px; -webkit-transition: all .50s ease;-moz-transition: all .50s ease;-ms-transition: all .50s ease; -o-transition: all .50s ease; transition: all .50s ease;}
#videoplayer.open { bottom: 0px; overflow: visible;}
#videoplayer .box_head { border-bottom: 0; cursor: default; padding: 0 20px; font-size: 11px; background: #ea393f; color: #fff; position: relative; text-align: left; height: 44px;line-height: 44px;}  
#videoplayer .box_head .videoplayer_title:after { position: absolute; content: ''; width: 10px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; right: 0; top: 50%; margin-top: -2px; transform: rotate(-135deg);transition: all .5s; -webkit-transition: all .5s;}
#videoplayer.open .videoplayer_box .box_head .videoplayer_title:after { margin-top: -7px; transform: rotate(45deg);}
.videoplayer_box iframe, .videoplayer_video {width:100%;height:310px;border:0px;}    
#videoplayer .box_head .videoplayer_title { display: block; cursor: pointer; color: #fff; font-size: 14px; position: relative;}
.close_videoplayer {display: none; background: url(/assets/images/close.png) no-repeat; cursor: pointer; position: absolute; top: -15px; right: -10px; width: 30px; height: 30px; }
#videoplayer.open  .close_videoplayer {display: block;}

@media(max-width:767px) {
    #videoplayer {width:300px; right:0px; left: 0px; margin:0 auto;}
}

.card{border:1px solid #ccc; padding:0 15px;}
.flex-box{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.flex-box >div > .card{height:100%;}

.stats-panel{margin-top: -100px;position: relative;z-index: 99;margin-bottom:50px;}
.stats-list{display: inline-block;background-color: #fff;border: 1px solid #ddd;border-bottom: 7px solid #f0b325;width:100%;}
.stats-list > li{padding: 30px 30px 80px !important;border-right: 1px solid #ddd;margin-bottom: 0 !important;width:25%;}
.stats-list > li:last-child{border-right:0;}
.stats-list > li h2{font-weight:300;font-size:30px;margin-top:10px;}
.btn-primary{background-color:#f0b325 !important;border-width:0 !important; padding:7px 35px !important;text-transform:uppercase;font-size:24px !important;font-weight:600 !important;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{background-color:#002F67!important;}

.btn-sm{display:block!important; }
.pdf-icon {   display: inline-block!important; margin: 0px 10px 0px 0px;}

@media(max-width:992px) {
    .stats-list > li h2{font-size:25px;width:100px;margin:auto;}
    .stats-list > li{padding-bottom:50px !important;}
}
@media(max-width:767px) {.stats-panel{margin-top:-50px;}
    .stats-list > li{width:50%;}
    .stats-list > li:nth-of-type(even){border-right:0;}
    .stats-list > li:first-child, .stats-list > li:nth-child(2){border-bottom:1px solid #ddd;}
    .btn-primary{font-size:15px !important;}
}
@media(max-width:640px){
    .stats-panel{margin-top:30px;}
    .stats-list > li{border-bottom:1px solid #ddd;padding:15px !important;}
}

.why-participate-list{list-style:none;padding:0; display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-pack: justify !important;
    justify-content: space-between !important;}
.why-participate-list > li {width:32.33%;}
.why-participate-list > li figure{position:relative;overflow:hidden}
.why-participate-list > li a img{-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;}
.why-participate-list > li a:hover img{transform:scale(1.1);}
.why-participate-list > li figcaption{position: absolute;top: 50%;left: 0;right: 0;margin: auto;text-align: center;color: #fff;font-size: 36px;text-transform:uppercase; -webkit-transform: translateY(-50%);transform: translateY(-50%);}
.why-participate-list > li figcaption span{position:relative;padding-bottom:5px;padding-top:5px;}
.why-participate-list > li figcaption span:before, .why-participate-list > li figcaption span:after{content: '';position: absolute;left: 0;right: 0;bottom: 0;width: 100%;border:2px solid #f0b325;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.why-participate-list > li figcaption span:after {height:100%;border-top-width:0; border-left-width:0;border-right-width:0;}
.why-participate-list > li figcaption span:before{height:0; border-top-width:0;}
.why-participate-list > li a:hover figcaption span:after{width:120%;left:-10%;border-top: 3px solid #f0b325;}
.why-participate-list > li a:hover figcaption span:before{height:100%;width:120%;left:-10%;}
@media(max-width:640px) {
    .why-participate-list > li {width:100%;text-align:center;}
    .why-participate-list > li figure{display:inline-block;}
}

.hm-popup .ticker-list > li{font-size:20px;}
.ticker-list{padding-left:20px;list-style-type:square;}
.ticker-list > li{margin-bottom:8px;}

.years-list > li{padding-left:60px;position:relative;}
.years-list > li > b{position:absolute;top:0;left:0;}

@media(min-width:992px) {
    .hm-popup{min-width:900px;padding:30px;}
}
@media(max-width:991px) {
    .hm-popup{background-position:top center !important;padding-top:168px;background-size:345px !important;} 
    .why-participate-list > li figcaption{font-size:30px;}
}

.section_pic{min-height:350px;position:relative;overflow:hidden;}
.section_heading{position:absolute;bottom:0;left:0;right:0;}
.section_heading > h1{position:relative;color:#fff;font-size:1.5rem !important; background-color:#97C94E;display:inline-block;padding: 8px 15px;padding-left:0;z-index:1;text-transform:uppercase;}
.section_heading > h1:before{content:''; position:absolute;top:0;right:0;width:900px;height:100%;background-color:#97C94E;z-index:-1;}
.section_heading > h1:after{content:''; position:absolute;top:0;right:-50px;width:100%;height:100%;background-color:#97C94E;z-index:-1;transform:skewX(-30deg);}
.pic-about{background:url(/assets/images/visual-about-ire.jpg) no-repeat;background-size:cover;}
.pic-conferences{background:url(/assets/images/visual-conferences.jpg) no-repeat;background-size:cover;}
.pic-exhibitors{background:url(/assets/images/visual-exhibitors.jpg) no-repeat;background-size:cover;}
.pic-visitors{background:url(/assets/images/visual-visitors.jpg) no-repeat;background-size:cover;}
.visual-media{background:url(/assets/images/visual-media.jpg) no-repeat;background-size:cover;}
.visual-contact{background:url(/assets/images/visual-contact.jpg) no-repeat;background-size:cover;}
.visual-inner{background:url(/assets/images/visual-inner.jpg) no-repeat;background-size:cover;}


@media(max-width:1024px) {
    .section_pic{min-height:330px;}
    .section_heading > h1{font-size:1.8rem !important;}
}

@media(max-width:1024px) {
    .section_pic{min-height:218px;overflow:visible;margin-bottom:20px}
    .section_heading{top:auto;bottom:-25px;}
    .section_heading h1{margin:0;font-size:1.3rem !important;}
}

@media(max-width:767px) {
    .section_pic{min-height:170px;background-position:center;}
    .section_heading h1{max-width:260px; font-size:1rem !important}
    .section_heading > h1:after{right:-20px;}
}
@media(max-width:500px) {
    .section_pic{min-height:90px;}
}

.py-5{padding-top:3rem;padding-bottom:3rem;}

.page-head{color:#002F67;margin:0;margin-bottom:25px;}

.ire-tabs{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;list-style:none;padding:0;margin:0 -5px;}
.ire-tabs li{padding:0 5px;position:relative;width:25%;}

.ire-tabs-container .panel-title > a{display: -ms-flexbox;display: flex;-ms-flex-align: center !important;align-items: center !important;}
.ire-tabs li {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.ire-tabs li a{width:100%;text-align:center;float:left;padding:15px;text-decoration:none !important;color:#fff;min-height:100%;text-transform:uppercase;}
.ire-tabs-container .panel .panel-heading{padding:5px 15px;border:0;border-radius:0;}
.ire-tabs-container .panel .panel-heading a{color:#fff;text-decoration:none !important;}
.ire-tabs li:first-child a, .ire-tabs-container .panel:first-child .panel-heading{background-color:#004f70;}
.ire-tabs li:nth-child(2) a, .ire-tabs-container .panel:nth-child(2) .panel-heading{background-color:#720632;}
.ire-tabs li:nth-child(3) a, .ire-tabs-container .panel:nth-child(3) .panel-heading{background-color:#c4a006;}
.ire-tabs li:nth-child(4) a, .ire-tabs-container .panel:nth-child(4) .panel-heading{background-color:#118972;}

.ire-tabs li a span{margin: 15px 0;display:block;}
.ire-tabs li.active:after{content:'';position:absolute;bottom:-1px;left:0;right:0;width:20px;border:20px solid #f7fcfc;border-left-color:transparent;border-right-color:transparent;border-top-width:0;margin:auto;}
.ire-tab-pane{background-color:#f7fcfc;padding:40px 25px;border:1px solid #ccc;border-top:0;}
.ire-tab-pane:first-child, .ire-tabs-container .panel:first-child {background-color:#e2f6ff;}
.ire-tab-pane:nth-child(2){background-color:#f5edf1;}
.ire-tab-pane:nth-child(3){background-color:#fbf8ec;}
.ire-tab-pane:nth-child(4){background-color:#ebfffb;}
.ire-tabs li:first-child.active:after{border-bottom-color:#e2f6ff;}
.ire-tabs li:nth-child(2).active:after{border-bottom-color:#f5edf1;}
.ire-tabs li:nth-child(3).active:after{border-bottom-color:#fbf8ec;}
.ire-tabs li:nth-child(4).active:after{border-bottom-color:#ebfffb;}


@media(max-width:767px){
    .ire-tabs-container .panel-title > a img{margin:0;max-width:120px;padding-right:15px;}
    .ire-tabs-container .panel-title > a span{font-size:1.8rem !important;padding-top:5px;padding-bottom:5px;}
}

.stats-btn{background-color:#013F78;padding:5px 10px;margin-bottom:20px;text-align:center;color:#fff;}

.highlights-panel > div:first-child{border-right:1px solid #ccc;}
.gallery-row{margin:0 -8px;}
.gallery-row > div{padding:0 8px;}

.d-flex{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.justify-content-between {-ms-flex-pack: justify !important;justify-content: space-between !important;}
.align-items-center {-ms-flex-align: center !important;align-items: center !important;}

@media(min-width:768px){.pull-sm-right{float:right;}}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{font-size:17px;}

.sitemap .ftr_links li a, .sitemap .ftr_links1 li a{color:inherit !important;font-size:15px;}
.sitemap .ftr_links li h4, .sitemap .ftr_links1 li a{font-size:1.05rem;text-transform:none;font-weight:normal;margin:0;}

.table-width {width: 477px;}
@media(max-width:1024px){
    .table-width {width: 390px;}
}

.fees-table { width:100%; display:table;}
.fees-table thead { background:#ececec; }
.fees-table thead tr th { color:#333; vertical-align:middle!important;}
.fees-table tr th:nth-child(1) { width:55%;}
