@import url('fontkit/demo.css');

html {
    font-size: 1rem;
    scroll-behavior: smooth;
}

body {
    color: #000000;
    font-family: 'adrianna', sans-serif;
    font-style: normal;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

a,
img,
a span {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.head,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'adrianna';
    line-height: 1.2;
    text-transform: uppercase;
}

a.spbtn,
.spbtn,
.spform button,
.spform input[type="submit"] {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 17px 50px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    background-color: #ee3a43;
    font-weight: bold;
}

a.spbtn:hover,
.spform button:hover,
.spform input[type="submit"]:hover,
a.spbtn.ebtn:hover {
    color: #fff !important;
    background-color: #000000;
}

.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

#header a,
#header ul,
#header li,
.social,
.searchform,
#footer a {
    display: inline-block;
    vertical-align: top;
}

#header {
    background-color: #eaeaea;
}

#header .topbar {
    text-align: right;
    padding: 8px 15px;
    background-color: #ffffff;
}

.topbar a.spbtn {
    padding: 12px 35px;
}

#header .searchform {
    margin: 0 2px;
}

#header .searchform input[type="text"] {
    float: left;
    width: 225px;
    font-size: 14px;
    height: 46px;
    padding: 10px 0 10px 20px;
    border: none;
    background-color: #efefef;
    color: #3e3e3e;
}

#header .searchform input[type="submit"] {
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    width: 50px;
    height: 46px;
    background-color: #efefef;
}

#header .topbar .searchform input[type="submit"]:hover {
    background-color: #ee3a43;
}

.social {
    margin: 10px 0 0 5px;
}

i.fab {
    float: left;
}

.social a {
    margin: 0 0 0 10px;
    font-size: 25px;
}

.social a:first-child {
    margin-left: 0;
}

#header .logo {
    background-color: #fff;
    padding: 40px 35px;
    margin: -63px 0 -40px 0;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 10px #818080;
}

#header ul.topmenu li {
    border-left: 2px solid #3e3e3e;
    padding: 0 18px;
    margin: 10px 0;
}

#header ul.topmenu li:first-child {
    border-left: none;
}

#header ul.topmenu li a {
    text-transform: uppercase;
    color: #3e3e3e;
}

#header ul.topmenu li a:hover {
    color: #ee3a43;
}

.main-menu {
    margin: 25px 0;
}

.main-menu li {
    margin: 0 0 0 68px;
    text-transform: uppercase;
}

.main-menu li:first-child {
    margin-left: 0;
}

.main-menu i.fa-bars {
    font-size: 35px;
    margin: -6px 0 0 0;
}

.main-menu li a {
    color: #0b090c;
}

.main-menu li a:hover,
#footer a:hover,
.social a:hover {
    color: #ee3a43;
}

#footer {
    background-color: #fff;
    padding: 80px 0 0 0;
}

#footer,
#footer a {
    color: #141714;
}

.foobox {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}

.foobox.box1 {
    float: right;
    padding-left: 30px;
}

#footer a.spbtn {
    width: 260px;
    margin: 20px 0 0 0;
    padding: 17px;
}

#footer a.logo {
    margin-top: 30px;
}

#footer .foobox .head {
    margin: 0 0 35px 0;
}

#footer .menu {
    column-count: 2;
}

#footer .menu li {
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.fooinfo p {
    padding: 0 0 20px 0;
    line-height: 25px;
}

.fooinfo p:last-child {
    padding-bottom: 0;
}

#footer .social {
    margin: 35px 0 20px 0;
    width: 260px;
}

#footer .social,
#footer a.spbtn {
    max-width: 100%;
}

.foosec2 {
    font-size: 16px;
    padding: 40px 15px 50px 15px;
}

.spform input[type="text"],
.spform input[type="email"],
.spform select,
.spform textarea {
    font-family: 'adrianna';
    background-color: #fff;
    border: none;
    color: #121111;
    padding: 20px;
    width: 100% !important;
    margin: 0 0 15px 0;
    vertical-align: top;
    font-size: 18px;
}

.spform button,
.spform input[type="submit"] {
    width: 100%;
}

table.table-list,
table.table-list tr,
table.table-list td,
table.table-list th {
    width: 100% !important;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #000;
}

table.table-list tr:last-child {
    margin: 20px 0 0 0;
}

.zHelpToolTipLabel {
    padding-bottom: 5px;
}

.hide-label label,
.hide-label span[style="font-size:80%;"] {
    display: none;
}

.signupsec {
    background-color: #eaeaea;
}

.signupsec input[type="text"],
.signupsec input[type="email"] {
    width: 35% !important;
    margin: 0 10px 0 0;
}

.signupsec .spform input[type="submit"] {
    width: auto;
    padding: 20px 60px;
}

.welsec,
.service-sec {
    /*background-image: url(../images/welcomebg.jpg);*/
    background-color: #e7e6e6;
    margin-top: -6px;
}

.ctam {
    padding: 80px 80px 60px 80px;
}

.ctam .box {
    padding: 0;
}

.service-sec .ctam .box {
    max-width: 426px;
}

.catbox a {
    float: left;
    width: 31.33%;
    margin-left: 3%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.ctam a,
.catslider .item a {
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 70px 0;
    background-color: #ce3031;
}

.ctam a span,
.catbox a span,
.catslider .item a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(0 27 58 / 75%);
    padding: 20px;
    text-align: left;
}

.ctam a span,
.catslider .item a span {
    background-color: rgb(22 22 22 / 75%);
    border-left: 10px solid #ce3031;
}

.ctam a:hover span,
.catslider .item a:hover span {
    background-color: rgb(104 18 18 / 50%);
}

.catbox a:hover img {
    transform: scale(1.1);
}

.ctam a:hover img,
.catslider .item a:hover img {
    opacity: .3;
}

.ctam a span.text,
.catslider .item a span.text {
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 40px 40px 90px 40px;
    display: inline-block;
    bottom: auto;
    opacity: 0;
    text-transform: none;
}

.ctam a:hover span.text,
.catslider .item a:hover span.text {
    opacity: 1;
}

.catssec {
    background-image: url(../images/catsbg.jpg);
    background-image: radial-gradient(#1b374e, #182026);
}

.catssec .smallhead {
    color: #abacad;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color: #ce3031;
    color: #fff;
    padding: 15px 15px !important;
    border-radius: 18px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #ed1c16;
    color: #fff !important;
}

.linksm li {
    display: inline-block;
    border-left: 2px solid #fff;
    padding: 0 13px;
    text-transform: uppercase;
}

.linksm li:first-child {
    border-left: none;
    padding-left: 0;
}

.linksm li a:hover {
    color: #ee3a43;
}

.catbox {
    padding: 0;
    max-width: 395px;
}

.catbox a {
    width: 100%;
    margin: 0;
}

.smallhead {
    color: #575857;
}

.membsec {
    background-color: #18222a;
    position: relative;
    overflow: hidden;
}

.membsec .imgbox img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
}

.progsec {
    background-image: url(../images/programbg.jpg);
}

.socssec {
    background-color: #18222a;
}

.sponsec {
    background-image: linear-gradient(0deg, #1b364c 50%, #18222a 50%);
}

.sponsec .sponsecin {
    margin: 0 80px;
    width: calc(100% - 160px);
    background-color: #fff;
}

.newsevesec,
.contsec2 {
    background-image: url(../images/contact-bg.jpg);
    position: relative;
}

.sponsors {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.sponsorLogo {
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 10px;
}

.sponsorLogo img {
    max-width: 100%;
}

.newsevesec {
    background-image: none;
    background-color: #1b364c;
}

.newsevesec .blog {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.newsevesec .blog a.thumb {
    float: left;
    width: 43%;
    margin: 0 30px 5px 0;
}

.newsevesec .blog .info .text {
    margin-top: 15px;
}

.newsevesec .blog a.title {
    text-transform: uppercase;
}

.newsevesec .blog a.title:hover {
    color: #ee3a43;
}

#header .main-menu li.expanded-menu-only {
    display: none;
}

.sponsorslider {
    padding: 0 30px;
}

.owl-carousel .owl-item {
    text-align: center;
}

.owl-carousel .owl-item img {
    display: inline-block;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-25px);
    width: auto;
    height: auto;
    font-size: 30px;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -25px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    color: #ffffff !important;
}

.rss-summary-text,
.zblog-story {
    font-size: 100%;
}

.rss-summary-text {
    display: inline-block;
    width: 100%;
}

a.rss-summary-title,
.rss-summary-text a.rss-summary-readmore:hover,
.event a.title {
    color: #141714;
}

.rss-summary-title:hover,
.rss-summary-text a.rss-summary-readmore,
.event a.title:hover {
    color: #ee3a43;
}

.rss-summary-box {
    display: none;
}

.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    text-align: left;
    padding: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.z-default-subpage-header .z-default-subpage-title {
    margin: 230px 0 20px 0;
    padding: 0 65px;
    font-size: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.eventsm .event-box {
    background-color: #fff;
    margin-bottom: 30px;
    border-left: 10px solid #ce3031;
}

.eventsm .event-box a.thumb {
    float: left;
    width: 33%;
}

.eventsm .event-box .event-info {
    width: 67%;
    padding: 40px;
}

.eventsm .event-box a.title {
    color: #262626;
}

.eventsm .event-box a.title:hover {
    color: #ce3031;
}

.eventsm .event-box .date {
    padding: 15px 0;
}

.eventsm .event-box .date,
.eventsm .event-box .des {
    color: #262626;
}

.z-mobile-header .z-mobile-menu {
    background-color: #001b3a;
}

.board-sec {
    background-image: url(../images/board-bg.jpg);
}

.faq-sec {
    background-image: url(../images/faq-bg.jpg);
}

.faqmain .faq,
.faqnew .faq {
    background-color: #dadada;
    padding: 30px;
    margin: 8px 0;
    border-left: 8px solid #ce3031;
}

.faqmain .faq:hover,
.faqnew .faq:hover {
    background-color: #ce3031;
    color: #fff !important;
}

.faqmain .que,
.faqnew .que {
    cursor: pointer;
    position: relative;
}

.faqmain .que i.fa,
.faqnew .que i.fa {
    float: right;
    font-size: 25px;
    margin: 0 8px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faqmain .faq .ans,
.faqnew .faq .ans {
    padding-top: 15px;
    display: none;
}

.faqmain .faq.active .ans,
.faqnew .faq.active .ans {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.faq-sec2 a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

.faq-sec2 a:hover {
    text-decoration: none;
}

.tabbtns a {
    width: 266px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background-color: #848484;
    padding: 18px 0;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 -2px -6px;
}

.tabbtns a.active,
.tabbtns a:hover {
    color: #fff;
    background-color: #ce3031;
}

.tabconmain {
    display: inline-block;
    width: 100%;
    margin: 35px 0 0 0;
    text-align: center;
}

.tabbtns {
    width: 100%;
    text-align: center;
    display: inline-block;
    border-bottom: 2px solid #68747e;
}

.direct-box {
    max-width: 404px;
    ;
}

.direct-org {
    color: #d0cfcf;
    margin: 10px 0 29px 0;
}

.c-direct {
    text-decoration: underline;
    margin: 14px 0 30px 0;
}

.cont-info {
    padding: 0 0 0 140px;
}

.hblog {
    background-color: rgb(255 255 255 / 86%);
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    padding: 25px;
    margin-top: 10px;
}

.hblog a.thumb,
.hblog .info,
.hblog .thumb {
    float: left;
    width: 34%;
}

.hblog a {
    color: #0375bf;
}

.hblog a.thumb:hover {
    filter: grayscale(1);
}

.hblog .info {
    padding-left: 30px;
    width: 66%;
    line-height: normal;
}

.hblog .info a {
    margin-bottom: 10px;
    display: inline-block;
}

.hblog .info a:hover {
    color: #000;
}

.subpsec1 {
    background-image: url(../images/board-bg.jpg);
    position: relative;
}

.sup-head {
    color: #3d3d3d;
}

.z-default-subpage-subpage {
    padding-top: 30px;
    padding-bottom: 50px;
}

.z-default-subpage-left-panel {
    min-width: 350px;
    max-width: 350px;
    padding-right: 30px;
    background-color: transparent;
}

.z-default-subpage-left-panel-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

.z-default-subpage-left-panel-menu a:link,
.z-default-subpage-left-panel-menu a:visited {
    width: 100%;
    font-size: 20px;
    padding: 22px 22px;
    margin: 0 0 1px 0;
    border: none;
    font-weight: 500;
    color: #3d3d3d;
}

.z-default-subpage-left-panel-menu a:hover,
.z-default-subpage-left-panel-menu li.active a {
    color: #fff;
    background-color: #ee3a43;
}

.z-default-subpage-right-panel {
    padding-bottom: 0;
    border-left: 4px solid #d8d8d8;
}

.z-default-subpage-subcontent {
    padding: 10px 30px 0 30px;
    background: transparent;
}

h1.p-title {
    font-size: 46px;
    padding-bottom: 35px;
    /*text-transform: none;*/
    font-weight: normal;
}

.z-default-subpage-subcontent h2 {
    font-size: 26px;
    margin: 20px 0 0 0;
    text-transform: none;
    font-weight: normal;
}

.breadcrumb {
    color: #ee3a43;
}

.breadcrumb strong {
    padding: 0 4px;
}

.breadcrumb a,
.breadcrumb strong {
    color: #3d3d3d;
}

.breadcrumb a:hover {
    color: #ee3a43;
}

.z-default-subpage-subcontent ul {
    padding: 0 0 0 20px;
    margin-bottom: 45px;
}

.z-default-subpage-subcontent ul li {
    padding: 0 0 5px 0;
}

.sub-btn {
    padding: 21px 20px;
}

.z-default-subpage-body-full {
    background-color: #e8e8e8;
    padding: 35px 0 18px 0;
}

.c-gray {
    color: #3d3d3d;
}

.hide-label label,
.hide-label span[style="font-size:80%;"] {
    display: none;
}

.event-box {
    display: inline-block;
}

.event-box .event-info {
    float: left;
    width: 60%;
}

.event-img {
    float: left;
    width: 40%;
}

.ctam.mem-sec .box,
.ctam.induct-crsl .box {
    max-width: 425px;
}

.bgbox a {
    background-color: #262626;
    width: 100%;
    padding: 70px 52px;
}

.bgbox a:hover {
    background-color: #ce3031;
}

.mem-img {
    width: 35%;
}

.bgbox .box-head {
    border-left: 6px solid #ce3031;
    margin: 160px 0 0 0;
    padding: 0 0 0 24px;
    line-height: 1.2;
}

.bgbox a span.text {
    text-transform: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bgbox a span.text,
.bgbox a:hover .mem-img,
.bgbox a:hover .box-head {
    opacity: 0;
}

.bgbox a:hover span.text {
    opacity: 1;
}

.level-sec {
    background-image: url(../images/member-bg.jpg);
}

.level-sec .box-cost {
    float: left;
    width: 20%;
}

.level-sec .level-box {
    background-color: #fff;
    border-left: 6px solid #ce3031;
    padding: 40px 34px;
    margin: 27px 11px;
}

.level-sec .level-box .text {
    padding: 0 23px;
    text-align: left;
}

.level-sec .level-box a.spbtn {
    float: left;
    width: 165px;
    padding: 12px 0;
}

.level-btn {
    margin: 0 0 -56px 0;
}

.level-txt {
    padding: 0 33px 11px 72px;
    text-align: left;
    width: 80%;
    float: left;
}

.future-box .f-box2 {
    position: absolute;
    left: 52%;
    margin: 0;
    padding: 0;
}

.future-box .f-box1 {
    padding: 0 50px;
}

.future-head {
    line-height: 1.2;
}

.future-Text {
    margin: 27px 0;
}

.future-box a.spbtn {
    font-weight: normal;
    width: 249px;
}

.section2 {
    background-image: linear-gradient(#181818, #000);
}

.ctam .sp-head {
    margin: 90px 0 0 0 !important;
}

.induct-crsl {
    padding-top: 15px;
}

.ind-faq .faq {
    background-color: #1b364c;
    border: none;
    color: #fff;
    padding: 16px;
    margin: 5px 0;
}

.ind-faq .faq:hover {
    background-color: #1b364c;
}

.ind-faq .que {
    text-align: left;
    font-weight: normal !important;
}

.ind-faq .faq .ans {
    padding-top: 10px;
}

.ind-faq .faq .ans p {
    border-bottom: 1px solid #687682;
    float: left;
    text-align: left;
    width: 100%;
    padding: 0px 0 10px 0;
}

.bio-ans p {
    border: none !important;
    padding: 0px 0 10px 0 !important;
}

.ind-faq .faq .ans a {
    color: #fff;
}

.ind-faq .faq .ans a:hover {
    color: #ce3031;
}

.nomini-sec {
    background-image: url(../images/induct-bg.jpg);
}

.nomini-sec a.spbtn {
    width: 445px;
    font-weight: normal;
    font-size: 22px;
}

.work-box {
    text-align: left;
    padding: 0 40px;
}

.work-sec {
    background-color: #e8e8e8;
    color: #3f3f3f;
}

.work-h2 {
    margin: 3px 0 13px 0;
}

.board-sec .linksm .owl-carousel .owl-nav button.owl-prev,
.board-sec .linksm .owl-carousel .owl-nav button.owl-next {
    padding: 7px !important;
    font-size: 17px;
}

.board-sec .linksm li {
    border-left: 2px solid #fff !important;
    padding: 0 0 0 12px;
}

.board-sec .owl-carousel {
    padding: 0 43px 7px 43px;
}

.medtabs #zThumbnailLightgallery ul li {
    width: 19%;
    padding: 5px;
    vertical-align: top;
}

.medlider .owl-carousel .owl-nav button.owl-prev,
.medlider .owl-carousel .owl-nav button.owl-next {
    padding: 5px !important;
    font-size: 22px;
}

.subpsec1.spark,
.eventpmain {
    background-image: url(../images/sparkbg.jpg);
    background-size: 100% auto;
    background-color: #181818;
}

.ctam .box {
    max-width: 425px;
}

.eventsm .event-box .event-info a.spbtn {
    width: 214px;
    padding: 14px 0;
    font-weight: normal;
}

a.spbtn.ebtn {
    background-color: #848484;
    vertical-align: top;
    margin-top: 2px;
}

.eventmain .breadcrumb a,
.eventmain .breadcrumb strong {
    color: #ffffff;
}

.sinevebox {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-left: 10px solid #ce3031;
    padding: 27px 22px;
}

.sinevebox .seveinfo {
    color: #676767;
}

.eveprice,
.evedescri,
.eveadd {
    padding: 30px 0;
}

.eveadd {
    border-top: 2px solid #848484;
}

.inusec2 .left {
    border-right: 5px solid #d8d8d8;
    padding-right: 25px;
}

.inusec2 .imgbox img {
    float: left;
    width: 250px;
    margin: 0 30px 0 0;
    box-shadow: 0 0 15px #c4c4c4;
}

.inusec2 .imgbox .info {
    line-height: 1.5;
}

.videobox {
    max-width: 381px;
}

.foosignup input[type="text"] {
    border: none;
    border-bottom: 1px solid #080808;
    width: 100%;
}

.foosignup input[type="submit"],
.foosignup input[type="submit"]:hover {
    background: transparent;
    color: #ce3031;
    padding: 0;
    margin: 13px 0 0 0;
    text-decoration: underline;
}

.foosignup input[type="submit"]:hover {
    color: #080808;
}

.foosignup {
    padding-bottom: 20px;
}


#slideshowHomeDiv1 {
    position: relative;
    z-index: 1;
}

.homeSlideshowPrevious,
.homeSlideshowNext,
.homeSlideshowPause,
.homeSlideshowPlay {
    background-color: #ee3a43;
    color: #FFF;
    font-size: 40px;
    line-height: 1;
    padding: 15px;
    position: absolute;
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, .7);
}

.homeSlideshowPause,
.homeSlideshowPlay {
    border: 1px solid rgba(255, 255, 255, .7);
    width: 60px;
    padding: 7px;
    text-align: center;
}

.homeSlideshowPrevious {
    bottom: 45%;
    left: 0px;
}

.homeSlideshowNext {
    bottom: 45%;
    right: 0px;
}

.homeSlideshowPlay,
.homeSlideshowPause {
    bottom: 15px;
    right: 10px;
}

.homeSlideshowPrevious:hover,
.homeSlideshowNext:hover,
.homeSlideshowPause:hover,
.homeSlideshowPlay:hover {
    background-color: #001b3a;
    color: #FFF;
}

.homeSlideshowPause:focus,
.homeSlideshowPlay:focus,
.homeSlideshowNext:focus,
.homeSlideshowPrevious:focus {
    outline: 2px dashed #FFF;
}

.musm-box a img {
    min-height: 450px;
}

ul.tier3PageMenu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

ul.tier3PageMenu li {
    display: inline-block;
    margin: 0;
}

ul.tier3PageMenu li a {
    background-color: #ee3a43;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px;
    text-decoration: none;
}

.juicer-feed {
    height: 600px;
}

.ppbtn {
    display: inline-block;
    height: 54px;
    width: 214px;
}

.ppbtn input[type="image"] {
    border: 0;
    height: 54px;
    width: 214px;
    cursor: pointer;
}

.heritage-award-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
}

.award-box {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
}

.top-row-container {
    background-color: #ed3943;
    width: 100%;
    float: left;
    padding-bottom: 0px;
    padding-top: 0px;
}

.top-row-news {
    width: 100%;
    float: left;
    padding-bottom: 0px;
    padding-top: 0px;
}

.marqueeClass1 {
    width: 100%;
    /* height:1px; */
    overflow: hidden;
    visibility: hidden;
}



.marquee {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #ccc;
}

@media screen and (max-width: 1550px) {
    .main-menu li {
        margin: 0 0 0 38px;
    }
}

@media screen and (max-width: 992px) {
    .slide-info {
        text-transform: uppercase;
        color: white;
        position: absolute;
        bottom: 2vw;
        width: 93%;
        padding-left: 6vw;
        padding-right: 17vw;
        top: auto;
        left: 7vw;
        background-color: rgb(0, 0, 0, .5);
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .slide-secondary {
        font-size: 3.33vw;
        padding-bottom: 1vw !important;
    }

    .slide-main {
        font-weight: 400;
        padding-bottom: 3.5vw;
        font-size: 6.5vw;
    }

    .slide-cta {
        font-weight: 400 !important;
        font-size: 2.25vw !important;
        margin-bottom: 1.5vw;
        padding: 1.25vw 7vw !important;
    }

    .slide-credit {
        font-size: 1.25vw;
        text-transform: none;
        padding-bottom: 0 !important;
    }

    .slide-info .slide-secondary,
    .slide-info .slide-credit {
        opacity: 0.66;
    }
}

@media screen and (min-width: 993px) {
    .slide-info {
        text-transform: uppercase;
        color: white;
        position: absolute;
        width: 50%;
        right: 0;
        top: 3.8vw;
        padding-left: 3.5vw;
        padding-right: 8vw;
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: rgb(0, 0, 0, .5);
    }

    .slide-info .slide-main {
        font-size: 3.7vw;
        font-weight: 400;
        padding-bottom: 2vw;
    }

    .slide-info .slide-secondary {
        font-size: 1.9vw;
        padding-bottom: 1vw;
    }

    a.slide-cta {
        font-size: 1.25vw;
        margin-bottom: 0.75vw;
        font-weight: 400;
        padding: 1vw 5vw;
    }

    .slide-credit {
        font-size: 0.75vw;
        text-transform: none;
        padding-bottom: 0 !important;
    }

    .slide-info .slide-secondary,
    .slide-info .slide-credit {
        opacity: 0.66;
    }
}



@media screen and (max-width: 1362px) {
    #header .logo {
        margin: 10px 0;
        width: 200px;
        padding: 15px;
    }

    #header .searchform input[type="text"] {
        width: 160px;
    }

    .main-menu {
        margin: 38px 0;
    }

    .main-menu li {
        margin: 0 0 0 20px;
    }

    .ctam a span,
    .catbox a span {
        padding: 10px;
    }

    #footer .menu {
        column-count: 1;
    }

    #footer .menu li {
        margin: 0 0 10px 0;
    }

    .z-default-subpage-header .z-default-subpage-title {
        margin: 160px 0 15px 0;
        font-size: 40px;
    }

    .linksm li {
        margin: 8px 0;
    }

    .direct-org {
        margin: 10px 0 23px 0;
    }

    .bgbox .box-head {
        margin: 131px 0 0 0;
        padding: 0 0 0 19px;
    }

    .level-sec .level-box {
        margin: 27px 5px;
    }

    .tabbtns a {
        width: 235px;
    }

    h1.p-title {
        padding-bottom: 20px;
    }

    .z-default-subpage-subcontent h2 {
        margin: 12px 0 0 0;
    }

    .eventsm .event-box .event-info {
        padding: 0 39px;
    }

    .mem-sec .box .spbtn {
        font-size: 16px;
    }
}

@media screen and (max-width: 1025px) {
    .sponsors {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 992px) {

    #header .logo,
    .main-menu,
    .tmenu {
        display: none;
    }

    .z-mobile-header,
    .z-mobile-header-fixed,
    .z-mobile-menu-icon.open span {
        background-color: #eaeaea !important;
    }

    .z-mobile-menu-icon span,
    .z-mobile-header .z-mobile-menu {
        background: #ee3a43;
    }

    #header .topbar {
        text-align: center;
    }

    .z-default-subpage-header {
        margin-top: 0;
    }

    .z-default-subpage-header .z-default-subpage-title {
        margin: 137px 0 3px 0;
        font-size: 45px;
        padding: 0 0 0 40px;
    }

    .ctam {
        padding: 50px 20px;
    }

    .z-default-subpage-left-panel {
        padding: 20px 0 0 30px;
    }

    .level-sec .level-box {
        margin: 23px 8px;
        padding: 20px;
    }

    .level-btn {
        margin: 0 0 -43px 0;
    }

    .ctam.induct-crsl {
        padding: 0;
    }

    .nomini-sec a.spbtn {
        width: 400px;
    }

    .ind-faq .faq {
        margin: 3px 0;
    }

    h1.p-title {
        font-size: 40px;
    }

    .service-sec .ctam {
        padding: 30px 0;
    }

    .z-default-subpage-body-full {
        padding: 10px 0 18px 0;
    }

    .future-Text {
        margin: 16px 0;
    }

    .ctam.spark-box {
        padding: 40px 0;
    }

    .mem-sec {
        padding: 50px 0;
    }

    .eventsm .event-box .date {
        padding: 10px 0;
    }

    .eventsm .event-box .event-info {
        padding: 8px 22px;
    }

    .eveprice,
    .evedescri,
    .eveadd {
        padding: 15px 0;
    }

    .cont-info {
        padding: 0 0 0 60px;
    }

    .z-default-subpage-right-panel {
        border-left: none;
    }
}

@media screen and (max-width: 767px) {
    .topbar a.spbtn {
        display: none !important;
    }

    .membsec .imgbox img {
        position: relative;
        top: 0;
        left: auto;
        height: auto;
        width: 100%;
        margin-top: 35px;
    }

    .newsevesec .blog a.thumb {
        width: 35%;
    }

    .foobox {
        width: 100%;
    }

    #footer a.logo {
        margin-top: 20px;
    }

    #footer .foobox .head {
        margin: 0 0 20px 0;
    }

    .fooinfo p {
        padding: 0 0 15px 0;
    }

    #footer .menu li {
        margin: 0 0 5px 0;
    }

    .foobox.box2 {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .z-t-50 {
        font-size: 40px;
    }

    .foobox.box1 {
        float: left;
        text-align: left;
    }

    .level-sec .level-box {
        padding: 16px;
    }

    .level-txt {
        padding: 0 33px 0px 72px;
    }

    .bgbox .box-head {
        margin: 100px 0 0 0;
    }

    .bgbox a {
        padding: 55px 39px;
    }

    .nomini-sec a.spbtn {
        width: 353px;
    }

    .work-h2 {
        margin: 0 0 4px 0;
    }

    .induct-crsl a {
        border-radius: 50px 0;
    }

    .tabbtns a {
        width: 190px;
    }

    .ind-faq .faq .ans {
        padding-top: 0;
    }

    .ind-faq .faq {
        padding: 12px;
    }

    .ind-faq .faq .ans p {
        padding: 11px 0 7px 0;
    }

    .faqmain .que i.fa,
    .faqnew .que i.fa {
        font-size: 20px;
    }

    h1.p-title {
        font-size: 38px;
    }

    h2 {
        padding-bottom: 11px;
    }

    .future-box .f-box2 {
        position: relative;
        left: 0;
    }

    .eventsm .event-box a.thumb,
    .eventsm .event-box .event-info {
        width: 100%;
    }

    .cont-info {
        padding: 0 31px;
    }

    .c-direct {
        margin: 6px 0 17px 0;
    }

    .spform input[type="text"],
    .spform input[type="email"],
    .spform select,
    .spform textarea {
        margin: 0 0 10px 0;
    }

    .musm-box .box {
        padding: 0 107px;
    }

    .heritage-award-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 479px) {
    #header .social {
        display: none;
    }

    #header .searchform {
        margin: 0;
    }

    .ctam a {
        width: 96%;
        margin: 10px 0 !important;
    }

    .catbox {
        padding: 5px;
    }

    a.spbtn,
    .spbtn,
    .spform button,
    .spform input[type="submit"] {
        padding: 15px 30px;
    }

    .newsevesec .blog a.thumb,
    .signupsec input[type="text"],
    .signupsec input[type="email"] {
        width: 100% !important;
    }

    .newsevesec .blog a.thumb,
    .signupsec input[type="text"],
    .signupsec input[type="email"] {
        margin: 0 0 10px 0;
    }

    #footer .social {
        margin: 20px 0 0 0;
    }

    #footer .foobox .head {
        margin: 0 0 15px 0;
        font-size: 25px;
    }

    .z-default-subpage-header .z-default-subpage-title {
        margin: 80px 0 15px 0;
        font-size: 36px;
    }

    .z-t-50 {
        font-size: 32px;
    }

    .rss-summary-title {
        font-size: 130%;
    }

    #header ul.topmenu li {
        padding: 0 8px;
        margin: 0 0 10px 0;
    }

    .ctam {
        padding: 40px 20px 20px 20px;
    }

    .sponsec .sponsecin {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .sponsors {
        grid-template-columns: 1fr;
    }

    #footer {
        padding: 50px 0 0 0;
    }

    #footer a.spbtn {
        margin: 10px 0 0 0;
    }

    .ctam a span.text {
        top: 50%;
        padding: 20px 20px 70px 20px;
    }

    .ctam a span,
    .catbox a span,
    .catslider .item a span {
        padding: 12px;
    }

    .faqmain .faq {
        padding: 24px;
        margin: 5px 0;
    }

    .z-default-subpage-header .z-default-subpage-title {
        font-size: 28px;
        padding: 0 15px;
    }

    .level-sec .box-cost,
    .level-sec .level-txt {
        width: 100%;
        padding: 0;
    }

    .bgbox .box-head {
        margin: 86px 0 0 0;
    }

    .ctam.induct-crsl {
        padding: 15px;
    }

    .nomini-sec a.spbtn {
        font-size: 17px;
        width: 270px;
    }

    .tabbtns a {
        width: 100%;
    }

    .ind-faq .faq .ans p {
        padding: 10px 0 5px 0;
    }

    .ind-faq .faq {
        padding: 15px;
        margin: 3px 0;
    }

    .z-default-subpage-left-panel {
        padding: 20px;
    }

    h1.p-title {
        font-size: 30px;
    }

    .faqmain .faq {
        padding: 15px;
    }

    .future-box .f-box1 {
        padding: 0 20px;
    }

    .ctam.spark-box {
        padding: 40px 11px;
    }

    .z-default-subpage-subcontent {
        padding: 10px 0x;
    }

    table.table-list tr:last-child {
        margin: 10px 0 0 0;
    }

    .cont-info {
        padding: 8px 31px;
    }

    .inusec2 .imgbox img {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .inusec2 .imgbox .info {
        display: inline-block;
        width: 100%;
    }

    .future-box .f-box1 {
        padding: 28px 20px;
    }

    .heritage-award-grid {
        grid-template-columns: 1fr;
    }
}