
@font-face {
    font-family: "myriad-regular";
    src: url("MYRIADPRO-REGULAR.OTF");
}
@font-face {
    font-family: "myriad-semibold";
    src: url("MYRIADPRO-SEMIBOLD.OTF");
}
@font-face {
    font-family: "myriad-bold";
    src: url("MYRIADPRO-BOLD.OTF");
}
@font-face {
    font-family: "helvetica-bd";
    src: url("HelveticaNeueLTStd-Bd.otf");
}
@font-face {
    font-family: "helvetica-bdcn";
    src: url("HelveticaNeueLTStd-BdCn.otf");
}

html,
body {
    padding: 0;
    margin: 0;
    font: 15px myriad-regular;
}
a {
    text-decoration: none;
    transition: all 0.6s ease;
}
a:hover,
a:focus {
}
/* Genral Styles*/
.front-section {
    padding: 0;
}
.p-0 {
    padding: 0;
}
.m-0 {
    margin: 0;
}
.height-0 {
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden;
}
.text-white {
    color: #fff !important;
}
.section-heading {
    font: 36px helvetica-bd;
    color: #404041;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.25em;
    position: relative;
}
.section-heading::before {
    content: url("../images/sh-img.png");
    height: 32px;
    width: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
}

.btn-readmore {
    background-color: #fbc32b;
    border: 1px solid #fbc32b;
    border-radius: 0;
    padding: 10px 20px;
    color: #404041;
    font: 12px myriad-bold;
}
.btn-readmore:hover,
.btn-readmore:focus {
}

/*Navigation*/
.navbar-default {
    background-color: rgba(35, 31, 32, 0.9);
    border: 0;
}
.navbar {
    border-radius: 0px;
    margin-bottom: 0;
}

/*Top Navigation */
.top_navigation {
}
.top_navigation::after {
    content: "";
    clear: both;
    height: 0;
    display: block;
}
.top_navigation .search-block-form {
}
.top_navigation .search-block-form .form-group {
    margin-top: 8px;
    margin-bottom: 8px;
}
.top_navigation .search-block-form .form-group .input-group {
    border-radius: 0;
    overflow: hidden;
    border-bottom: 1px solid #ccd1d6;
    background-color: rgba(88, 88, 91, 0.6);
}
.top_navigation .search-block-form .form-group .input-group .form-search.form-control {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}
.top_navigation .search-block-form .form-group .input-group .form-search.form-control::placeholder {
}
.top_navigation .search-block-form .form-group .input-group .input-group-btn {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
}
.top_navigation .search-block-form .form-group .input-group .input-group-btn .button {
    background-color: transparent;
    border-color: transparent;
    background: url("../images/search-icon.png") no-repeat center center / contain;
    width: 41px;
    height: 100%;
    border-radius: 0;
    color: transparent;
    padding: 0;
}
.top_navigation .search-block-form .form-group .input-group .input-group-btn .button .icon::before {
}

/* Main Navigation */
#bottom_nav-collapse {
    padding: 0;
}
.bottom_navigation {
    background-color: rgba(251, 195, 43, 0.9);
    padding: 0;
    margin: 0 -15px;
}
.bottom_navigation::after {
    content: "";
    clear: both;
    height: 0;
    display: block;
}
.bottom_navigation nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_navigation .navbar-nav {
}
.bottom_navigation .navbar-nav li {
}
.bottom_navigation .navbar-nav li a {
    color: #404041;
    font: 16px myriad-semibold;
}
.bottom_navigation .navbar-nav li.active a,
.bottom_navigation .navbar-nav li.active a:hover,
.bottom_navigation .navbar-nav li.active a:focus,
.bottom_navigation .navbar-nav li a:hover,
.bottom_navigation .navbar-nav li a:focus {
    color: #fff;
    background-color: #192956;
}
/* Dropdown */
.bottom_navigation .navbar-nav li.dropdown .dropdown-menu li {
}
.bottom_navigation .navbar-nav li.dropdown .dropdown-menu li a {
    color: #404041;
    background-color: transparent;
}
.bottom_navigation .navbar-nav li.dropdown .dropdown-menu li.active a,
.bottom_navigation .navbar-nav li.dropdown .dropdown-menu li a:hover,
.bottom_navigation .navbar-nav li.dropdown .dropdown-menu li a:focus {
    color: #fff;
    background-color: #192956;
}
/* Site Banner */
.banner-wrap {
    position: relative;
    width: 100%;
}
.banner-wrap .banner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-wrap .banner-img img {
    width: 100%;
    height: auto;
}



/* Highlights Section */
.highlights-section {
    padding: 3em 1em;
}
.high_item {
    background-color: #eee9e6;
    margin: 0 1em;
}
.high_item .high_wrap {
    position: relative;
    padding: 1em;
    height: 220px;
    box-sizing: border-box;
}
.high_item .high_title {
    width: 75%;
    margin-bottom: 2em;
}
.high_item .high_title a {
    color: #404041;
    font: 21px helvetica-bd;
    text-decoration: none;
}
.high_item .high_img_wrap {
}
.high_item .high_img_wrap .high_img {
    height: 220px;
    width: 183px;
    transition: all 0.6s ease-in-out 0s;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 1;
}
/*
.high_item:hover .high_img_wrap .high_img{
    opacity: 1;
    transition: all 0.6s ease-in-out 0s;
}
*/
.high_item .high_img_wrap .high_img img {
    height: 100% !important;
    width: 100%;
}
.high_item .high_body {
    display: block;
    color: #58585b;
    font: 14px myriad-regular;
    width: 60%;
    float: right;
    text-align: right;
    transition: all 0.6s ease-in-out 0s;
    transform: translate(-185px);
}
/*
.high_item:hover .high_body{
    transition: all 0.6s ease-in-out 0s;
    transform: translate(-185px);
}
*/
.high_item .high_body .high_date {
    color: #58585b;
    font: 14px myriad-bold;
    margin-bottom: 1em;
}
.high_item .high_body .high_content {
    color: #58585b;
    font: 14px myriad-regular;
    text-align: right;
}

.latest-foot {
    margin-top: 2em;
    text-align: center;
}
/* Highlights Slick */
.highlights-section {
}
.highlights-section .slick--skin--boxed > .slick__slider > .slick-list {
    margin: 0;
}
.highlights-section .slick__arrow {
    height: auto;
    top: 0;
    left: auto;
    right: auto;
    text-align: right;
    margin-bottom: 10px;
}
.highlights-section .slick-arrow {
    position: unset;
    display: inline-block;
    border-radius: 0;
    width: 28px;
    height: 50px;
    margin: 2px;
}
.highlights-section .slick-arrow::before {
}
.highlights-section .slick-arrow.slick-prev::before {
    content: url("../images/left-arrow.png");
}
.highlights-section .slick-arrow.slick-next::before {
    content: url("../images/right-arrow.png");
}

.slick .slick__slide:focus {
    border: 0;
}

/* Loops Section */
.loops_section {
    background: url("../images/loopsbg.jpg") no-repeat fixed center center / cover;
    padding: 3em 1em;
}
.loops-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
.loops-item {
    display: block;
}
.loops-item:hover {
    transform: translate(0px, -13px);
    transition: all 0.8s ease-in-out 0s;
}
.loops-item .loops_img {
    display: block;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: contain !important;
    height: 266px;
    width: 100%;
    margin: 0 auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.8s ease-in-out 0s;
}
.loops-item .loops_img.img_1 {
    background-image: url("../images/northernbg.png");
}
.loops-item:hover .loops_img.img_1 {
    background-image: url("../images/northernbg-hvr.png");
}
.loops-item .loops_img.img_2 {
    background-image: url("../images/southernbg.png");
}
.loops-item:hover .loops_img.img_2 {
    background-image: url("../images/southernbg-hvr.png");
}
.loops-item .loops_img.img_3 {
    background-image: url("../images/westernbg.png");
}
.loops-item:hover .loops_img.img_3 {
    background-image: url("../images/westernbg-hvr.png");
}

/* InfoDesk Section */
.id_section {
    background: url("../images/infodeskbg.jpg") no-repeat fixed center center / cover;
    padding: 3em 1em;
}
.id-wrap {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.id-item {
    display: block;
    height: 195px;
    width: 176px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    transition: all ease-in-out 300ms;
}
.id-item:hover {
    box-shadow: 1px 1px 2px 1px rgba(44, 44, 44, 0.2);
}
.id-item .info_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: contain !important;
}
.id-item .info_img.id_img_1 {
    background-image: url("../images/idimg1.png");
}
.id-item:hover .info_img.id_img_1 {
    background-image: url("../images/idimg1-hvr.png");
}
.id-item .info_img.id_img_2 {
    background-image: url("../images/idimg2.png");
}
.id-item:hover .info_img.id_img_2 {
    background-image: url("../images/idimg2-hvr.png");
}
.id-item .info_img.id_img_3 {
    background-image: url("../images/idimg3.png");
}
.id-item:hover .info_img.id_img_3 {
    background-image: url("../images/idimg3-hvr.png");
}
.id-item .info_img.id_img_4 {
    background-image: url("../images/idimg4.png");
}
.id-item:hover .info_img.id_img_4 {
    background-image: url("../images/idimg4-hvr.png");
}
.id-item .info_img .info_link {
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 9px;
    min-height: 42px;
    color: #f7b618;
    font: 17px myriad-bold;
    transition: all 0.6s ease;
}
.id-item:hover .info_img .info_link {
    color: #404041;
}

/* Gallery section */
.section052 {
    background: url("../images/gallery-bg.jpg") no-repeat center center / cover;
    padding: 3em 1em;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.section052,
.section06 {
    background: url("../images/gallery-bg.jpg") no-repeat center center / cover;
    padding: 3em 1em;
}
.video-gallery {
}
.video-gallery iframe {
    display: block;
    width: 357px;
    height: 261px;
    margin: auto;
}
.img-gallery {
    padding-top: 6em;
}
.gf-item {
    display: block;
    width: 357px;
    height: 261px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.gf-item .gf_img {
    height: 100%;
}
.gf-item .gf_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transform: scale(1);
}
.gf-item .gf_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 230px;
    max-width: 90%;
    background-color: rgba(255, 197, 65, 0.8);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    font: 29px helvetica-bd;
    color: #5d5d5d;
    text-transform: uppercase;
    transition: all 0.6s ease;
}
.gf-item:hover .gf_title {
    opacity: 1;
}

/*Footer*/
.footer {
    margin: 0;
    padding: 0 15px;
    border: 0;
}
.footer-top {
    background: #fcbf39;
}
.footer-top .footer-menu {
    text-align: center;
}
.footer-top .footer-menu a {
    font: 14px myriad-regular;
    color: #404041;
    margin: 15px 15px;
    display: inline-block;
    vertical-align: middle;
}
.footer-bottom {
    background: #2c2b2b;
    color: #ffc52e;
    padding: 0.75em 0;
    font: 14px myriad-regular;
}
.footer-bottom a {
    color: #ffc52e;
}
.footer-bottom .fbot-txt {
}
.footer-bottom .copy-lnk {
    text-align: left;
}
.footer-bottom .power-lnk {
    text-align: right;
}

/*Inner page*/
.inner-page {
    background: url("../images/internal-bg.png") no-repeat fixed center center / cover;
    min-height: calc(100vh - 175.6px);
    color: #000;
    line-height: 1.5;
}
.inner-page #page-title {
    font: 36px myriad-semibold;
    border: none;
    color: #192956;
    margin: 20px 0 10px;
}
.inner-page h2 {
    font: 30px myriad-semibold;
}
.inner-page h3 {
    font: 24px myriad-semibold;
    color: #fec52c;
}
.inner-page h4 {
    font: 18px myriad-semibold;
    color: #383435;
}
.inner-page a {
    color: #192956;
}
.inner-page a:hover,
.inner-page a:focus {
}
.inner-page ul {
}
.inner-page ul li {
    padding: 0.5em 0;
}
.inner-page ul li a {
}

.inner-page .breadcrumb {
    margin: 0 -15px;
    padding: 0.5em 2em;
    background-color: #f5f5f5;
    border-radius: 0;
}
.inner-page .breadcrumb li {
}
.inner-page .breadcrumb li a {
    color: #192956;
}
.inner-page .breadcrumb li.active {
    color: #2c2b2b;
}
.inner-page .breadcrumb > li + li::before {
    color: #2c2b2b;
}
.inner-page .main-content {
    padding-bottom: 3em;
    box-sizing: border-box;
}
.inner-page .align-left {
    margin-right: 10px;
}
.inner-page .align-right {
    margin-left: 10px;
}
.field--name-field-date,
.field--name-field-highlightsdate {
    font-weight: bold;
    margin-bottom: 8px;
}
/*Notice Pages*/
.notice-wrap {
    margin-bottom: 20px;
}
.notice-wrap .notice-date {
    font-weight: bold;
    margin-bottom: 8px;
}
.notice-wrap .notice-title {
}
.notice-wrap .notice-title a {
}
/*Gallery Page*/
.gallery-item {
    margin-bottom: 20px;
}
.gallery-item .gallery-img {
    height: 150px;
    width: 220px;
    overflow: hidden;
    margin: 0 auto 1em;
}
.gallery-item .gallery-img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.6s ease;
}
.gallery-item:hover .gallery-img img {
    transform: scale(1.2);
}
.gallery-item .gallery-title {
    text-align: center;
    height: 40px;
    overflow: hidden;
}
/* Videos Gallery */
.video-col {
    margin-bottom: 1.5em;
}
.video-col iframe {
    width: 100%;
    height: 240px;
}
/* Download Icon */
.t-file {
    background: url("../images/download.png") no-repeat center center / contain;
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
}
/* Media Clippings */
.mp-item {
    display: flex;
    margin-bottom: 2em;
}
.mp-item .mp-img {
    flex-shrink: 0;
    width: 120px;
    height: 80px;
    margin-right: 1em;
}
.mp-item .mp-img img {
    width: 100%;
    height: 100%;
}
.mp-item .mp-content {
}
.mp-item .mp-content .mp-date {
    font: 15px myriad-semibold;
}
.mp-item .mp-content .mp-title {
}
.mp-item .mp-content .mp-body {
}
/*Site Map*/
.sitemap {
    padding: 0 1.5rem;
}
.sitemap h2 {
    font: 30px myriad-semibold;
    margin-top: 0;
}
.sitemap .caret {
    display: none;
}
.sitemap ul {
    list-style-type: disc;
    float: none;
    background: transparent;
    padding: 0 0 0 1.5em;
    margin: 0 !important;
}
.sitemap ul li {
    float: none;
    display: list-item;
}
.sitemap ul li a {
    padding: 0;
    display: inline-block;
}
.sitemap ul li a:hover {
    text-decoration: underline;
    background-color: transparent;
}
.sitemap-item ul li ul {
    position: initial;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
    list-style: circle;
}
/* Reponsive*/
@media screen and (max-width: 576px) {
}
@media screen and (max-width: 768px) {
    /* .logo{
        max-width: 100%;
    } */
    .logo img {
        height: 55px;
        max-width: 100%;
    }
    .bottom_navigation {
        margin: 0;
    }
    .bottom_navigation .navbar-nav {
        width: 100%;
    }
    .highlights-section {
        padding: 2em 1em;
    }
    .high_item {
        margin: 0;
    }
    .highlights-section .slick__arrow {
        top: -1em;
    }
    .high_item .high_title {
        margin-bottom: 1em;
    }
    .high_item .high_title a {
        font-size: 15px;
    }
    .loops_section {
        padding: 3em 1em;
    }
    .loops-item {
        margin-bottom: 20px;
    }
    .id_section {
        padding: 3em 1em;
    }
    .id-item {
        margin-bottom: 20px;
    }
    .video-gallery {
        padding: 3em 1em;
    }
    .section052 {
        padding: 3em 1em;
    }
    .gf-item {
        margin-bottom: 20px;
    }
    .gf-item .gf_title {
        font-size: 25px;
    }
    .fbot-txt {
        text-align: center !important;
    }
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
    /* for hover dropdown */
    /* .main_nav .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0;
  } */
    .gf-item .gf_title {
        font-size: 22px;
    }
}
@media screen and (min-width: 992px) {
    .path-frontpage .navbar {
        position: absolute;
        z-index: 999;
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .id-wrap {
        padding: 1em 5em;
    }
}
@media only screen and (min-width: 1366px) {
    body {
        max-width: 1366px;
        margin: 0 auto;
    }
}
